From 9030ff031266f09e724e46f12d17e50f2d9bf334 Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Thu, 12 Jun 2008 22:35:17 +1200 Subject: [PATCH] make the quickhelp narrower so it fits --- plugin/NERD_tree.vim | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim index c23366b..7a44f2c 100644 --- a/plugin/NERD_tree.vim +++ b/plugin/NERD_tree.vim @@ -1787,10 +1787,10 @@ function! s:DumpHelp() let @h=@h."\" \n\" ----------------------------\n" let @h=@h."\" Bookmark commands~\n" let @h=@h."\" :Bookmark \n" - let @h=@h."\" :BookmarkToRoot \n" - let @h=@h."\" :RevealBookmark \n" - let @h=@h."\" :OpenBookmark \n" - let @h=@h."\" :ClearBookmarks []\n" + let @h=@h."\" :BookmarkToRoot \n" + let @h=@h."\" :RevealBookmark \n" + let @h=@h."\" :OpenBookmark \n" + let @h=@h."\" :ClearBookmarks []\n" let @h=@h."\" :ClearAllBookmarks\n" else let @h="\" Press ". g:NERDTreeMapHelp ." for help\n"