Changes

Vim Tips

944 bytes added, 17:21, 14 February 2019
The following lines were added (+) and removed (-):
=== Disable annoying bracket highlighting aka bracket match aka parentheses match ===Using the ":syntax off" doesn't disable bracket match, such as you would see when working with HTML tags.  The problem is that the highlighting is terrible on some terminals such as Konsole.  To disable type :NoMatchParenThe  matchparen plugin has become enabled on your installation.  You can run the :NoMatchParen command to shut it off.  ":he matchparen" has instructions for how to disable it altogether.  You can also find out where 'showmatch' might be getting set bysetting the 'verbose' option to non-zero or using the ":verbose" command.  You can see ":he :set-verbose" for more info on that one.  Colors for the matching bracket or brace can be customized by adding to the .vimrc file. hi MatchParen cterm=none ctermbg=green ctermfg=bluereference: [http://vim.1045645.n5.nabble.com/turning-off-showmatch-td1181954.html turning off showmatch]
Administrator
4,579
edits