Remove useless statement

This commit is contained in:
Michael F. Schönitzer 2018-05-08 10:54:48 +02:00
parent b5dcd1ebeb
commit d73c1e4ed6

View File

@ -95,7 +95,6 @@ function! vimwiki#base#find_wiki(path)
let bestmatch = idx let bestmatch = idx
endif endif
endif endif
let idx += 1
endfor endfor
return bestmatch return bestmatch