Merge remote-tracking branch 'optik-aper/master' into dev

This commit is contained in:
EinfachToll 2016-03-01 10:46:29 +01:00
commit 128581babc

View File

@ -38,7 +38,7 @@ function! vimwiki#u#count_first_sym(line) "{{{
endfunction "}}} endfunction "}}}
function! vimwiki#u#escape(string) "{{{ function! vimwiki#u#escape(string) "{{{
return escape(a:string, '.*[]\^$') return escape(a:string, '~.*[]\^$')
endfunction "}}} endfunction "}}}
" Load concrete Wiki syntax: sets regexes and templates for headers and links " Load concrete Wiki syntax: sets regexes and templates for headers and links