sjl / vitality.vim

Make Vim play nicely with iTerm 2 and tmux.
http://github.com/sjl/vitality.vim
MIT License
320 stars 30 forks source link

Bug fix: cover case when currently in ^X mode, in insert mode. #37

Closed thaerkh closed 7 years ago

thaerkh commented 7 years ago

Hello,

To re-produce this bug: 1) Stay in ^X mode, omni-completion in this example. screenshot from 2017-01-29 14-43-23 2) Switch to another pane, or another window outside of Tmux (example), then return to your Vim window. screenshot from 2017-01-29 14-45-40

This commit fixes the above behaviour.

Cheers, Thaer

sjl commented 7 years ago

Merged, thanks.