avoid overriding imap silent flag

This commit is contained in:
jiangfriend@gmail.com 2012-03-06 23:24:17 +08:00
parent 1d5914910a
commit a452553602

View File

@ -297,7 +297,7 @@ if g:AutoPairsMapCR
endif
if old_cr !~ 'AutoPairsReturn'
execute 'imap <silent> <CR> '.old_cr.'<SID>AutoPairsReturn'
execute 'imap <CR> '.old_cr.'<SID>AutoPairsReturn'
end
endif