mirror of
https://github.com/Raimondi/delimitMate.git
synced 2026-02-07 02:11:10 +08:00
Fix flushing of char buffer.
This commit is contained in:
@@ -260,14 +260,14 @@ function! s:DelimitMateSwitch() "{{{
|
||||
endfunction "}}}
|
||||
|
||||
function! s:Finish() " {{{
|
||||
if exists('g:delimitMate_loaded')
|
||||
if exists('b:delimitMate_enabled')
|
||||
return delimitMate#Finish(1)
|
||||
endif
|
||||
return ''
|
||||
endfunction " }}}
|
||||
|
||||
function! s:FlushBuffer() " {{{
|
||||
if exists('g:delimitMate_loaded')
|
||||
if exists('b:delimitMate_enabled')
|
||||
return delimitMate#FlushBuffer()
|
||||
endif
|
||||
return ''
|
||||
|
||||
Reference in New Issue
Block a user