update the doc RE bookmark names

This commit is contained in:
Martin Grenfell
2008-07-02 22:40:51 +12:00
parent 06c7c53127
commit 83e8c144ed

View File

@@ -132,8 +132,7 @@ Note that the following commands are only available in the NERD tree buffer.
:Bookmark <name> :Bookmark <name>
Bookmark the current node as <name>. If there is already a <name> Bookmark the current node as <name>. If there is already a <name>
bookmark, it is overwritten. <name> must consist of alphanumeric bookmark, it is overwritten. <name> must not contain spaces.
characters and underscores.
:BookmarkToRoot <bookmark> :BookmarkToRoot <bookmark>
Make the directory corresponding to <bookmark> the new root. If a treenode Make the directory corresponding to <bookmark> the new root. If a treenode
@@ -877,6 +876,8 @@ fridge for later ;)
2.12.0 2.12.0
- added a UI for bookmarks. See :help NERDTreeBookmarkTable for details. - added a UI for bookmarks. See :help NERDTreeBookmarkTable for details.
- relax the restrictions on bookmark names, now the only restriction is
that they cant contain spaces.
- combined the NERDTreeWinPos and NERDTreeSplitVertical. See :help - combined the NERDTreeWinPos and NERDTreeSplitVertical. See :help
NERDTreeWinPos. NERDTreeWinPos.
- applied a patch from Matan Nassau to add the NERDTreeQuitOnOpen option - applied a patch from Matan Nassau to add the NERDTreeQuitOnOpen option