mirror of
https://github.com/preservim/nerdtree.git
synced 2025-11-08 11:23:48 -05:00
fix an error in a method header
This commit is contained in:
@@ -1819,7 +1819,7 @@ function! s:EchoError(msg)
|
|||||||
echohl normal
|
echohl normal
|
||||||
endfunction
|
endfunction
|
||||||
" FUNCTION: s:FindMarks(A,L,P) {{{2
|
" 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)
|
function! s:FindMarks(A,L,P)
|
||||||
let keys = keys(s:GetMarks())
|
let keys = keys(s:GetMarks())
|
||||||
return filter(keys, 'v:val =~ "^' . a:A . '"')
|
return filter(keys, 'v:val =~ "^' . a:A . '"')
|
||||||
|
|||||||
Reference in New Issue
Block a user