Revert "fix spelling exists"

This reverts commit 5952002d75.
This commit is contained in:
Prabir Shrestha
2018-03-07 20:12:15 -08:00
parent 35b5e575f2
commit b5bf763eb3
+1 -1
View File
@@ -238,7 +238,7 @@ function! s:notify_sources_to_refresh(ctx, force) abort
try
let l:ctx = copy(a:ctx)
let l:typed = l:ctx['typed']
if !exists('l:matchpos')
if !exits('l:matchpos')
let l:matchpos = s:get_matchpos(s:sources[l:source_name], a:ctx)
let l:startpos = l:matchpos[1]
let l:endpos = l:matchpos[2]