You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From at least 7.4.2143 onward (which is in the Arch repos) to at least 2181 vim will throw this error at start, but otherwise appears to work fine:
Error detected while processing /home/meme/.vim/plugged/supertab/plugin/supertab.vim:
line 1000:
E475: Invalid argument: [NULL]
Press ENTER or type command to continue
Line 1000 is
let s:ShiftTab = function(stab)
My .vimrc has these supertab lines:
let g:SuperTabDefaultCompletionType=""
let g:SuperTabContextDefaultCompletionType=""
The text was updated successfully, but these errors were encountered:
Looks like you should also have a mapping for <s-tab> either in your vimrc or some other plugin, can you post that mapping here?
If you can't find it, try disabling supertab (move it out of the way or put let loaded_supertab = 1 in your vimrc), then open a new vim instance and run:
From at least 7.4.2143 onward (which is in the Arch repos) to at least 2181 vim will throw this error at start, but otherwise appears to work fine:
Line 1000 is
My .vimrc has these supertab lines:
The text was updated successfully, but these errors were encountered: