diff --git a/doc/NERD_tree.txt b/doc/NERD_tree.txt index ca5c240..09c6b15 100644 --- a/doc/NERD_tree.txt +++ b/doc/NERD_tree.txt @@ -132,8 +132,7 @@ Note that the following commands are only available in the NERD tree buffer. :Bookmark Bookmark the current node as . If there is already a - bookmark, it is overwritten. must consist of alphanumeric - characters and underscores. + bookmark, it is overwritten. must not contain spaces. :BookmarkToRoot Make the directory corresponding to the new root. If a treenode @@ -877,6 +876,8 @@ fridge for later ;) 2.12.0 - 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 NERDTreeWinPos. - applied a patch from Matan Nassau to add the NERDTreeQuitOnOpen option