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
Put the cursor after "foo" in the second line and trigger completion. It gets completed to foobar, and the cursor moves upwards (after "foobar" in the first line).
I could not reproduce it with "gvim -u NONE" and sourcing SuperTab only, but when using my vimrc [1], with all bundles (e.g. SnipMate moved out of the way).
( This issue is based on my comment at e026beb#comments )
completeopt=longest triggers this.
Sample file would be just:
foobar
foo
Put the cursor after "foo" in the second line and trigger completion. It gets completed to foobar, and the cursor moves upwards (after "foobar" in the first line).
I could not reproduce it with "gvim -u NONE" and sourcing SuperTab only, but when using my vimrc [1], with all bundles (e.g. SnipMate moved out of the way).
1: https://github.com/blueyed/dotfiles/blob/master/vimrc
The text was updated successfully, but these errors were encountered: