Remove nonascii bullet symbol because of encoding probs

This commit is contained in:
EinfachToll
2014-07-30 21:26:07 +02:00
parent a099a2cf3c
commit 77bc1b709b
4 changed files with 23 additions and 38 deletions

View File

@ -1391,7 +1391,7 @@ function! vimwiki#html#Wiki2HTML(path_html, wikifile) "{{{
endif
" prepare regexps for lists
let s:bullets = '[*-]'
let s:bullets = '[*-]'
let s:numbers =
\'\C\%(#\|\d\+)\|\d\+\.\|[ivxlcdm]\+)\|[IVXLCDM]\+)\|\l\{1,2})\|\u\{1,2})\)'