Eric Van Dewoestine

Results 111 comments of Eric Van Dewoestine

if you run `:version` in vim, what does the `Included patches:` line show?

woops, missed that you are on 8.1, not 8.2. hmm, not sure what would cause that. do you have any other plugins that you can disable to see if the...

Currently your only option would be to modify supertab. Here is the line that returns a literal tab: https://github.com/ervandew/supertab/blob/40fe711e088e2ab346738233dd5adbb1be355172/plugin/supertab.vim#L524

My main concern here would be that pcre and vim's regex are very different, so setting the search register would only be helpful if the search was a very basic...

I was thinking about this some more and I'm reluctant to add a feature that will only work part of the time. To do this fully I think it would...

Can you post an example `langmap` value which triggers the issue? This could either be a vim bug or it could have to do with the way supertab creates its...

I'm going to play with it some more tomorrow, but yeah this is looking like a vim issue to me as well. The way the mappings are defined certainly isn't...

> I've traced it down to `ForwardBack`. Can you temporally remove supertab, then startup vim and post the results of the following commands: ``` :verbose imap :verbose imap ``` Then...

> `i =48_ForwardBack("n", "SuperTabForward")` That's odd. Do you have supertab installed in more than one place (you can use `:scriptnames` to see if supertab shows up more than once)? If...

That's weird that supertab is loaded twice but doesn't show up in `:scriptnames` at all.