mirror of
https://github.com/Raimondi/delimitMate.git
synced 2025-12-06 12:44:27 +08:00
Prevent calling autoload on entering Insert mode.
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
|
||||
" Utilities {{{
|
||||
|
||||
let delimitMate_loaded = 1
|
||||
|
||||
function! delimitMate#ShouldJump() "{{{
|
||||
" Returns 1 if the next character is a closing delimiter.
|
||||
let col = col('.')
|
||||
|
||||
Reference in New Issue
Block a user