From 705197780872f5314e4c64c0021ed9b1bf451dcd Mon Sep 17 00:00:00 2001 From: marty Date: Sat, 22 Aug 2009 01:57:45 +1200 Subject: [PATCH] updates to the doc --- doc/NERD_tree.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/NERD_tree.txt b/doc/NERD_tree.txt index 1941c91..0f4fa96 100644 --- a/doc/NERD_tree.txt +++ b/doc/NERD_tree.txt @@ -922,13 +922,15 @@ Default: 31. This option is used to change the size of the NERD tree when it is loaded. ============================================================================== -4. Hacking the NERD tree *NERDTreeAPI* +4. The NERD tree API *NERDTreeAPI* The NERD tree script allows you to add custom key mappings and menu items via a set of API calls. Any such scripts should be placed in ~/.vim/nerdtree_plugin/ (*nix) or ~/vimfiles/nerdtree_plugin (windows). NERDTreeRender() *NERDTreeRender()* + Re-renders the NERD tree buffer. Useful if you change the state of the + tree and you want to it to be reflected in the UI. ------------------------------------------------------------------------------ 4.1. Key map API *NERDTreeKeymapAPI*