lib/soywiki.vim in soywiki-0.8.0 vs lib/soywiki.vim in soywiki-0.8.2
- old
+ new
@@ -675,10 +675,10 @@
endif
endfunc
func! s:highlight_wikiwords()
if (s:is_wiki_page())
- syntax clear
+ "syntax clear
exe "syn match Comment /". s:wiki_link_pattern. "/"
exe "syn match Constant /". s:http_link_pattern . "/"
endif
endfunc