Fixed #48: g:latex_indent_enabled option
This commit is contained in:
parent
3d9a6bf956
commit
5e7f69c6ae
@ -7,6 +7,9 @@
|
||||
if exists("b:did_indent")
|
||||
finish
|
||||
endif
|
||||
if !g:latex_indent_enabled
|
||||
finish
|
||||
endf
|
||||
let b:did_indent = 1
|
||||
let s:cpo_save = &cpo
|
||||
set cpo&vim
|
||||
|
Loading…
x
Reference in New Issue
Block a user