-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supertab doesn't work in command-line window #199
Comments
Hmm, seems to work fine for me. Do you have |
Hmm, paste returns 'nopaste', which looks as it should be. If it works
for you, it may be that some other plugins of mine interfere with it.
But command-line window is the only place where I have issues with
supertab.
Ctrl-X n autocompletes, just supertab doesn't.
…--
Karol Kreński
tel. 517-302-055
Hmm, seems to work fine for me. Do you have `paste` (`:set paste?`) enabled in your command window?
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#199 (comment)
|
I figured it out somewhat. Fist thing is that we may use different compilations of vim: "When Vim was compiled without the +cmdline_compl feature only file names, I finally noticed I have this behaviour for
In the command line window:
Then I found the exactly same, unresolved problem that I face: QUOTE once in command window (either by : then ctrl-f, or q: in normal mode), :map still shows "n @A", which conflicts/overwrites my other mapping for the tab key. set wildchar= seems to avoid the default mapping, but I do want to use tab for auto-completion in vim. I also tried tightening the scope of non-tab wildchar with meanwhile, with vim help recommended setting, I always got this error on entering command window: it feels like by the time CmdwinEnter is triggered, the default tab mapping is not injected yet, and somehow it comes in at a later phase, but still before my "set wildchar=" takes effect, which is really confusing. how can I disable them permanently? I am on vim 8.0.1420. thanks. |
As inspect it further, I can see that |
After going to command-line window via q: the completion is gone. Any ideas?
The text was updated successfully, but these errors were encountered: