Add missing fold markers
This commit is contained in:
parent
0e4f54b0d7
commit
ed4ed24fd3
@ -170,7 +170,7 @@
|
||||
|
||||
return nr2char(char)
|
||||
endfunction " }}}
|
||||
function! s:GetSearchChar(visualmode)
|
||||
function! s:GetSearchChar(visualmode) " {{{
|
||||
call s:Prompt('Search for character')
|
||||
|
||||
let char = s:GetChar()
|
||||
@ -186,7 +186,7 @@
|
||||
endif
|
||||
|
||||
return char
|
||||
endfunction
|
||||
endfunction " }}}
|
||||
" }}}
|
||||
" Core functions {{{
|
||||
function! s:PromptUser(groups) "{{{
|
||||
|
Loading…
x
Reference in New Issue
Block a user