do highlight at bufnewfile and bufopenfile

This commit is contained in:
xenia 2023-11-12 20:20:20 +01:00
parent 326cb00da5
commit 05319779a3

View File

@ -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 %{