From f54b94a38fdf2bc2ff4e51fd5f5bdf542ff5771f Mon Sep 17 00:00:00 2001 From: Tinmarino Date: Wed, 20 May 2020 14:43:56 -0400 Subject: [PATCH] Lint tipo --- autoload/vimwiki/base.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/vimwiki/base.vim b/autoload/vimwiki/base.vim index c945bf3..c0318f9 100644 --- a/autoload/vimwiki/base.vim +++ b/autoload/vimwiki/base.vim @@ -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