Lint tipo

This commit is contained in:
Tinmarino 2020-05-20 14:43:56 -04:00
parent e83173c7c8
commit f54b94a38f
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ function! vimwiki#base#find_files(wiki_nr, directories_only, ...) abort
" if current wiki is temporary -- was added by an arbitrary wiki file then do
" not search wiki files in subdirectories. Or it would hang the system if
" wiki file was created in $HOME or C:/ dirs.
if a:0 && a:1 != ''
if a:0 && a:1 !=# ''
let pattern = a:1
elseif vimwiki#vars#get_wikilocal('is_temporary_wiki', wiki_nr)
let pattern = '*'.ext