mirror of
https://github.com/preservim/nerdtree.git
synced 2024-11-25 09:41:03 +08:00
fix an error in a method header
This commit is contained in:
parent
df8f132d6e
commit
0888f6c011
|
@ -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 . '"')
|
||||
|
|
Loading…
Reference in New Issue
Block a user