fix for quickhelp highlighting bug

This commit is contained in:
Martin Grenfell 2008-06-12 22:53:45 +12:00
parent bd3b03fd79
commit 866df769b5

View File

@ -1743,7 +1743,7 @@ function! s:DumpHelp()
let @h=@h."\" \n\" ----------------------------\n"
let @h=@h."\" Directory node mappings~\n"
let @h=@h."\" ". (g:NERDTreeMouseMode == 1 ? "double" : "single") ."-click,\n"
let @h=@h."\" ". g:NERDTreeMapActivateNode .": open/close node \n"
let @h=@h."\" ". g:NERDTreeMapActivateNode .": open & close node\n"
let @h=@h."\" ". g:NERDTreeMapOpenRecursively .": recursively open node\n"
let @h=@h."\" ". g:NERDTreeMapCloseDir .": close parent of node\n"
let @h=@h."\" ". g:NERDTreeMapCloseChildren .": close all child nodes of\n"