do highlight at bufnewfile and bufopenfile
This commit is contained in:
parent
326cb00da5
commit
05319779a3
|
@ -101,7 +101,8 @@ define-command tree-always-highlight -docstring %{
|
||||||
Highlight the current node at all times, as the cursor moves
|
Highlight the current node at all times, as the cursor moves
|
||||||
} %{
|
} %{
|
||||||
hook -group tree-always-highlight global RawKey .* tree-node-highlight
|
hook -group tree-always-highlight global RawKey .* tree-node-highlight
|
||||||
tree-node-highlight
|
hook -group tree-always-highlight global BufNewFile .* tree-node-highlight
|
||||||
|
hook -group tree-always-highlight global BufOpenFile .* tree-node-highlight
|
||||||
}
|
}
|
||||||
|
|
||||||
define-command tree-always-highlight-disable -docstring %{
|
define-command tree-always-highlight-disable -docstring %{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user