Fix vint warning introduced by #1039
This commit is contained in:
committed by
Tinmarino
parent
c34b37e195
commit
dc2b16a587
+1
-1
@@ -11,7 +11,7 @@ endif
|
|||||||
let g:loaded_vimwiki = 1
|
let g:loaded_vimwiki = 1
|
||||||
|
|
||||||
" Set to version number for release, otherwise -1 for dev-branch
|
" 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
|
" Get the directory the script is installed in
|
||||||
let s:plugin_dir = expand('<sfile>:p:h:h')
|
let s:plugin_dir = expand('<sfile>:p:h:h')
|
||||||
|
|||||||
Reference in New Issue
Block a user