Fixed silly error
This commit is contained in:
parent
5e48e275cc
commit
6b5c633fc8
@ -4,8 +4,11 @@
|
|||||||
" Email: karl.yngve@gmail.com
|
" Email: karl.yngve@gmail.com
|
||||||
"
|
"
|
||||||
|
|
||||||
if exists('b:current_syntax') | finish | endif
|
if !exists('b:current_syntax')
|
||||||
let b:current_syntax = 'tex'
|
let b:current_syntax = 'tex'
|
||||||
|
elseif b:current_syntax !=# 'tex'
|
||||||
|
finish
|
||||||
|
endif
|
||||||
|
|
||||||
" Perform spell checking when there is no syntax
|
" Perform spell checking when there is no syntax
|
||||||
" - This will enable spell checking e.g. in toplevel of included files
|
" - This will enable spell checking e.g. in toplevel of included files
|
||||||
|
Loading…
x
Reference in New Issue
Block a user