vimwiki

Personal wiki for vim
git clone https://github.com/vimwiki/vimwiki.git
Log | Files | Refs | README | LICENSE

commit 3be4ba8fd26def8f50bc1dbf1937dcbc591563f0
parent b37db4e109537a03c6675d19e3106e8c1e491d82
Author: EinfachToll <istjanichtzufassen@googlemail.de>
Date:   Wed,  6 Nov 2013 13:46:12 +0100

Of course, I forgot the a: again

References #24

Diffstat:
Mautoload/vimwiki/u.vim | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autoload/vimwiki/u.vim b/autoload/vimwiki/u.vim @@ -36,7 +36,7 @@ endfunction "}}} function! vimwiki#u#path_norm(path) "{{{ " /-slashes - if path !~# '^scp:' + if a:path !~# '^scp:' let path = substitute(a:path, '\', '/', 'g') " treat multiple consecutive slashes as one path separator let path = substitute(path, '/\+', '/', 'g')