diff options
Diffstat (limited to 'after/indent/tex.vim')
-rw-r--r-- | after/indent/tex.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/after/indent/tex.vim b/after/indent/tex.vim index cbb4f01b..79eb7609 100644 --- a/after/indent/tex.vim +++ b/after/indent/tex.vim @@ -292,7 +292,7 @@ function! GetTeXIndent() " {{{ let ind = ind - shiftwidth() let stay = 0 endif - " lines following to '\item' are intented once again: + " lines following to '\item' are indented once again: if line =~ g:tex_items let ind = ind + shiftwidth() let stay = 0 |