support for numbered lists and much other list stuff
This commit is contained in:
@ -75,3 +75,6 @@ function! vimwiki#u#path_common_pfx(path1, path2) "{{{
|
||||
endif
|
||||
endfunction "}}}
|
||||
|
||||
function! vimwiki#u#escape(string) "{{{
|
||||
return escape(a:string, '.*[]\^$')
|
||||
endfunction "}}}
|
||||
|
Reference in New Issue
Block a user