Don't set isident because it's global variable
This commit is contained in:
parent
83a5f024c4
commit
c4b8bf1e79
|
|
@ -14,7 +14,6 @@ elseif exists("b:current_syntax")
|
||||||
endif
|
endif
|
||||||
|
|
||||||
setlocal iskeyword +=%,.,-,_
|
setlocal iskeyword +=%,.,-,_
|
||||||
setlocal isident +=%,.,-,_
|
|
||||||
|
|
||||||
syn case ignore
|
syn case ignore
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue