Don't htmlize stuff inside pre tags

Ref #39
This commit is contained in:
EinfachToll 2014-03-10 10:01:32 +01:00
parent a036ca54c6
commit 3dbac3a8b7

View File

@ -477,6 +477,7 @@ function! s:make_tag(line, regexp, func, ...) "{{{
\ '\('.g:vimwiki_rxPreStart.'.\+'.g:vimwiki_rxPreEnd.'\)\|'.
\ '\(<a href.\{-}</a>\)\|'.
\ '\(<img src.\{-}/>\)\|'.
\ '\(<pre.\{-}</pre>\)\|'.
\ '\('.g:vimwiki_rxEqIn.'\)'
"FIXME FIXME !!! these can easily occur on the same line!