Add missing fold markers

This commit is contained in:
Kim Silkebækken 2011-03-31 09:27:28 +02:00
parent 0e4f54b0d7
commit ed4ed24fd3

View File

@ -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) "{{{