vimwiki

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

commit dc2b16a587bd7041a39766e0a205ed7cd050db10
parent c34b37e195c4138f334bccc896482ad757b08e9a
Author: Tomas Janousek <tomi@nomi.cz>
Date:   Sat, 24 Oct 2020 18:52:05 +0100

Fix vint warning introduced by #1039

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

diff --git a/plugin/vimwiki.vim b/plugin/vimwiki.vim @@ -11,7 +11,7 @@ endif let g:loaded_vimwiki = 1 " Set to version number for release, otherwise -1 for dev-branch -let s:plugin_vers = str2float("-1") +let s:plugin_vers = str2float('-1') " Get the directory the script is installed in let s:plugin_dir = expand('<sfile>:p:h:h')