commit 0888f6c01122dcd3f52f60c224aa631bbf74d392
parent df8f132d6e67d520bc6613e04c3aa91206e8d85d
Author: Martin Grenfell <martin_grenfell@msn.com>
Date: Tue, 10 Jun 2008 22:49:20 +1200
fix an error in a method header
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugin/NERD_tree.vim b/plugin/NERD_tree.vim
@@ -1819,7 +1819,7 @@ function! s:EchoError(msg)
echohl normal
endfunction
" FUNCTION: s:FindMarks(A,L,P) {{{2
-" completion function for the RecallMark command
+" completion function for the mark commands
function! s:FindMarks(A,L,P)
let keys = keys(s:GetMarks())
return filter(keys, 'v:val =~ "^' . a:A . '"')