mhinz / vim-startify

:link: The fancy start screen for Vim.
MIT License
5.3k stars 186 forks source link

multiple buffers rings terminal bell #479

Closed ds2606 closed 3 years ago

ds2606 commented 3 years ago

labeling any file on the startify screen with t, s, v, etc, rings the terminal bell. Any of these character inputs triggers a bell ring, which has gotten a little annoying after a few hundred times.

The command line message is Batchmode off

mhinz commented 3 years ago

I can reproduce that. It just happens for the first entry of each list, right?

mhinz commented 3 years ago

It beeps because of 'showmatch' although we already set matchpairs= for the Startify buffer.

I reported this to Vim: https://github.com/vim/vim/issues/8053

Until it gets fixed and for people using older versions, I'll just disable 'showmatch' while toggling batchmode.