Don't allow ' in tags

Ref #85
This commit is contained in:
EinfachToll
2015-11-11 12:56:28 +01:00
parent 977f234f6d
commit a043e7d973
2 changed files with 3 additions and 3 deletions

View File

@ -91,5 +91,5 @@ let g:vimwiki_rxMathStart = '{{\$'
let g:vimwiki_rxMathEnd = '}}\$'
let g:vimwiki_rxComment = '^\s*%%.*$'
let g:vimwiki_rxTags = '\%(^\|\s\)\@<=:\%([^:[:space:]]\+:\)\+\%(\s\|$\)\@='
let g:vimwiki_rxTags = '\%(^\|\s\)\@<=:\%([^:''[:space:]]\+:\)\+\%(\s\|$\)\@='
" see also g:vimwiki_default_tag_search