I see a lot of problems with Vim showing me the characters pressed in Normal mode. I have to continuously press ctrl-l to redraw vim. I *think* this started happening since v8.0 upgrade.
Here's a snippet from vim --version: VIM - Vi IMproved 8.0 (2016 Sep 12, compiled Nov 15 2016 18:04:06) Included patches: 1-86 Compiled by Arch Linux And here's a video which shows the behavior: https://youtu.be/paELn2G-vbI I'm using a bunch of plugins: Plugin 'VundleVim/Vundle.vim' Plugin 'fatih/vim-go' Plugin 'tpope/vim-fugitive' Plugin 'fatih/molokai' Plugin 'SirVer/ultisnips' Plugin 'honza/vim-snippets' Plugin 'vim-airline/vim-airline' Plugin 'vim-airline/vim-airline-themes' Plugin 'majutsushi/tagbar' Plugin 'tpope/vim-surround' Plugin 'gerw/vim-HiLinkTrace' Plugin 'godlygeek/tabular' Plugin 'tpope/vim-abolish' Plugin 'tpope/vim-unimpaired' Plugin 'ledger/vim-ledger' Plugin 'ntpeters/vim-better-whitespace' Plugin 'Shougo/neocomplete.vim' Plugin 'Konfekt/FastFold' Plugin 'scrooloose/nerdcommenter' Plugin 'AndrewRadev/splitjoin.vim' Plugin 'felipec/notmuch-vim' Plugin 'vim-scripts/Mark--Karkat' Plugin 'airblade/vim-gitgutter' Plugin 'kshenoy/vim-signature' Plugin 'mileszs/ack.vim' Plugin 'ctrlpvim/ctrlp.vim' Plugin 'easymotion/vim-easymotion' Any ideas what could be causing this? -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_use" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
