nerdtree

A tree explorer plugin for vim.
Index Commits Files Refs
commit 30f6bcc30caf76bc1213f5c3d4001ba5d5fbe7fc
parent 12f692f4369526f408e724fa74a0da527ebe2f2f
Author: Martin Grenfell <martin.grenfell@gmail.com>
Date:   Sun,  9 Oct 2011 09:34:12 -0700

Merge pull request #86 from mathias/patch-1

Spelling
Diffstat:
Mplugin/NERD_tree.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim
@@ -565,7 +565,7 @@ function! s:MenuController._echoPrompt()
 endfunction
 
 "FUNCTION: MenuController._current(key) {{{3
-"get the MenuItem that is curently selected
+"get the MenuItem that is currently selected
 function! s:MenuController._current()
     return self.menuItems[self.selection]
 endfunction