update the doc for the new NERDTreeFind behaviour
This commit is contained in:
parent
7ff9def95b
commit
4411344f7c
@ -129,9 +129,13 @@ The following features and functionality are provided by the NERD tree:
|
|||||||
Close the NERD tree in this tab.
|
Close the NERD tree in this tab.
|
||||||
|
|
||||||
:NERDTreeFind *:NERDTreeFind*
|
:NERDTreeFind *:NERDTreeFind*
|
||||||
Find the current file in the tree. If no tree exists for the current tab,
|
Find the current file in the tree.
|
||||||
or the file is not under the current root, then initialize a new tree where
|
|
||||||
the root is the directory of the current file.
|
If not tree exists and the current file is under vim's CWD, then init a
|
||||||
|
tree at the CWD and reveal the file. Otherwise init a tree in the current
|
||||||
|
file's directory.
|
||||||
|
|
||||||
|
In any case, the current file is revealed and the cursor is placed on it.
|
||||||
|
|
||||||
------------------------------------------------------------------------------
|
------------------------------------------------------------------------------
|
||||||
2.2. Bookmarks *NERDTreeBookmarks*
|
2.2. Bookmarks *NERDTreeBookmarks*
|
||||||
|
Loading…
Reference in New Issue
Block a user