Add abort flag
This commit is contained in:
@@ -40,7 +40,7 @@ endif
|
||||
|
||||
setlocal indentexpr=SnippetsIndent()
|
||||
|
||||
function! SnippetsIndent() "{{{
|
||||
function! SnippetsIndent() abort "{{{
|
||||
let line = getline('.')
|
||||
let prev_line = (line('.') == 1)? '' : getline(line('.')-1)
|
||||
let syntax = '\%(include\|snippet\|abbr\|prev_word\|delete\|alias\|options\|regexp\)'
|
||||
|
||||
Reference in New Issue
Block a user