Skip to content

Commit 1f7ac20

Browse files
Merge pull request #8 from ahmedelgabri/master
Remove b:main_syntax check
2 parents 692519e + 4823e82 commit 1f7ac20

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

syntax/twig.vim

-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@
1717
" 2011 July 27: Changed all references of jinja tp twig
1818
" 2014 December 4: Do not assume that the base filetype is HTML.
1919

20-
if exists('b:main_syntax')
21-
finish
22-
endif
2320
if exists('b:current_syntax')
2421
let b:main_syntax = b:current_syntax
2522
else

0 commit comments

Comments
 (0)