supertab icon indicating copy to clipboard operation
supertab copied to clipboard

supertab not working

Open Enrico68 opened this issue 10 years ago • 5 comments

Hello,

I have installed the supertab plugin but when I press tab after typing the word got this

 Keyword completion (^N^P) Pattern not found

Why this ?

Enrico68 avatar Jul 07 '14 18:07 Enrico68

Can you provide a full example? It sounds like it is working fine, there just aren't any words to complete.

ervandew avatar Jul 07 '14 19:07 ervandew

Hello, Maybe I can provide for more info for a similar situation. I have made sure to use your fork of snippets, but supertab is still not functioning for me. Thanks in advance for any replies.

import sys.pa<tab> -- Keyword completion (^N^P) Pattern not found

sys.<tab> this produces a completion list consisting of: import, sys

:verbose imap <tab> i <Tab> * <C-R>=TriggerSnippet()<CR> Last set from ~/.vim/bundle/snipmate.vim/after/plugin/snipMate.vim

current .vimrc https://gist.github.com/khanrahan/c12b8799ea5bd85175d7

khanrahan avatar Oct 16 '14 19:10 khanrahan

Looks like it's working, there just weren't any completion results: -- Keyword completion (^N^P) Pattern not found

Note that it ran keyword completion, not omni, user, etc. See the supertab docs on how to change the default to your personal preference.

ervandew avatar Oct 16 '14 19:10 ervandew

in usual x86 and x64 its is working for c completions directly. in arm based vim , it is giving -- Keyword completion (^N^P) Pattern not found this error .

Aeres-u99 avatar Aug 27 '17 06:08 Aeres-u99

Just after typing few more lines its now completing upon pressing tab . I tried :source % two three times with .vmb before trying it again though.
Also i was wondering , does this completion works by identifying file types?,(which seems eligible thought) then it means that the ST requires few lines to identify file types along with extension. @ervandew , what do u think? am i correct?

Aeres-u99 avatar Aug 27 '17 06:08 Aeres-u99