Hi,
Here is a simple script which will cause the E315 error:
function DummyComplete(findstart, base)
if a:findstart
return 1
else
call setqflist([])
copen
return []
endif
endfunction
setlocal completefunc=DummyComplete
Trying to autocomplete something will cause an E315 or worse a SIGSEGV...
For information I'm using vim 7.3 with patches 1-3 compiled in.
--
Xavier
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php