commit f4c455bc2f2938738c5a6b3f611f86fb853dc463 parent 22904e41de320ef529c813a180fbb18d57e8afb0 Author: Martin Grenfell <martin_grenfell@msn.com> Date: Sat, 29 Nov 2008 00:11:23 +1300 fix a typo Diffstat:
| M | plugin/NERD_tree.vim | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim @@ -1670,7 +1670,7 @@ function! s:initNerdTree(name) else let dir = a:name == '' ? getcwd() : a:name - "hack to get an absolute path is a relative path is given + "hack to get an absolute path if a relative path is given if dir =~ '^\.' let dir = getcwd() . s:os_slash . dir endif
