Small refactorings

This commit is contained in:
EinfachToll
2018-04-17 07:13:37 +02:00
parent cdc37162a9
commit 3556de54e1
3 changed files with 12 additions and 12 deletions

View File

@ -51,7 +51,7 @@ function! Complete_wikifiles(findstart, base)
return -1
else
" Completion works for wikilinks/anchors, and for tags. s:line_content
" tells us, which string came before a:base. There seems to be no easier
" tells us which string came before a:base. There seems to be no easier
" solution, because calling col('.') here returns garbage.
if s:line_context == ''
return []