Fix indenkeys (fixes #239)
This commit is contained in:
parent
41d2b6c4cc
commit
f9de44b0b7
@ -18,7 +18,7 @@ set cpo&vim
|
||||
setlocal autoindent
|
||||
setlocal indentexpr=VimtexIndent()
|
||||
setlocal indentkeys&
|
||||
setlocal indentkeys+=[,(,{,),},],\&,=\\item
|
||||
setlocal indentkeys+=[,(,{,),},],\&,=item
|
||||
|
||||
function! VimtexIndent() " {{{1
|
||||
" Find a non-blank non-comment line above the current line
|
||||
|
Loading…
Reference in New Issue
Block a user