update the doc and changelog

This commit is contained in:
Martin Grenfell
2008-07-01 22:54:40 +12:00
parent d0cb14c7ce
commit a0573c51b1

View File

@@ -744,7 +744,7 @@ Default: 0.
If this option is set to 1 then the bookmarks table will be displayed. If this option is set to 1 then the bookmarks table will be displayed.
This option can be toggled dynamically with the |NERDTree-B| mapping. This option can be toggled dynamically, per tree, with the |NERDTree-B| mapping.
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
*NERDTreeShowFiles* *NERDTreeShowFiles*
@@ -754,9 +754,9 @@ Default: 1.
If this option is set to 1 then files are displayed in the NERD tree. If it is If this option is set to 1 then files are displayed in the NERD tree. If it is
set to 0 then only directories are displayed. set to 0 then only directories are displayed.
This option can be toggled dynamically with the |NERDTree-F| mapping and is This option can be toggled dynamically, per tree, with the |NERDTree-F|
useful for drastically shrinking the tree when you are navigating to a mapping and is useful for drastically shrinking the tree when you are
different part of the tree. navigating to a different part of the tree.
------------------------------------------------------------------------------ ------------------------------------------------------------------------------
*NERDTreeShowHidden* *NERDTreeShowHidden*
@@ -764,8 +764,8 @@ Values: 0 or 1.
Default: 0. Default: 0.
This option tells vim whether to display hidden files by default. This option This option tells vim whether to display hidden files by default. This option
can be dynamically toggled with the |NERDTree-H| mapping. can be dynamically toggled, per tree, with the |NERDTree-H| mapping. Use one
Use one of the follow lines to set this option: > of the follow lines to set this option: >
let NERDTreeShowHidden=0 let NERDTreeShowHidden=0
let NERDTreeShowHidden=1 let NERDTreeShowHidden=1
< <
@@ -884,6 +884,9 @@ fridge for later ;)
NERDTreeQuitOnOpen. NERDTreeQuitOnOpen.
- optimised the nerd tree rendering. Now it takes just over 1/3 of the time - optimised the nerd tree rendering. Now it takes just over 1/3 of the time
it previously took to render. it previously took to render.
- now the tree filter mappings toggle the filters "per tree" rather than
globally. The global filter variables are used to set the initial filter
settings for each new NERD tree.
- fix to window resizing when opening a file when NERD tree is the only - fix to window resizing when opening a file when NERD tree is the only
window open window open