lib/soywiki.vim in soywiki-0.2.8 vs lib/soywiki.vim in soywiki-0.2.9
- old
+ new
@@ -612,10 +612,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