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