mirror of
https://github.com/preservim/nerdtree.git
synced 2024-11-25 09:41:03 +08:00
Put cursor in first column
This commit is contained in:
parent
7e00a9971e
commit
5442d5e04a
|
@ -218,6 +218,7 @@ function! NERDTreeCWD()
|
|||
|
||||
let l:newRoot = g:NERDTreeFileNode.New(l:cwdPath, b:NERDTree)
|
||||
call b:NERDTree.changeRoot(l:newRoot)
|
||||
normal! ^
|
||||
endfunction
|
||||
|
||||
function! NERDTreeAddPathFilter(callback)
|
||||
|
|
Loading…
Reference in New Issue
Block a user