Fix indenkeys (fixes #239)

This commit is contained in:
Karl Yngve Lervåg 2015-10-26 22:43:36 +01:00
parent 41d2b6c4cc
commit f9de44b0b7

View File

@ -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