commit 9e54c48086b5021c90fd5b103aa051d6c86ff5ad parent 3863e697339930ccf6033aa434390d39d9548a78 Author: Martin Grenfell <martin.grenfell@gmail.com> Date: Thu, 26 Jun 2014 22:52:45 +0100 Merge pull request #299 from tophsic/master Fix typo Diffstat:
| M | doc/NERD_tree.txt | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/NERD_tree.txt b/doc/NERD_tree.txt @@ -1086,8 +1086,8 @@ NERDTreeAddKeyMap({options}) *NERDTreeAddKeyMap()* call NERDTreeAddKeyMap({ \ 'key': 'foo', \ 'callback': 'NERDTreeCDHandler', - \ 'quickhelpText': 'echo full path of current node' }) - \ 'scope': 'DirNode' + \ 'quickhelpText': 'echo full path of current node', + \ 'scope': 'DirNode' }) function! NERDTreeCDHandler(dirnode) call a:dirnode.changeToDir()
