gvim - How to execute `highlight test` in vim in terminal?
仅有的幸福
仅有的幸福 2017-05-16 16:38:22
0
2
635

The so-called hightlight refers to:

I find this feature very helpful for custom color matching, but currently it can only be found in Gvim.

The color test above corresponds to a file, which can be used by downloading source.

Does vim in the terminal have this function? How to do it?

仅有的幸福
仅有的幸福

reply all(2)
世界只因有你

This menu command is equivalent to executing in bottom line command mode
:so $VIMRUNTIME/syntax/hitest.vim

You can see
:help highlight
It’s mentioned in it

It is also mentioned in the help
:runtime syntax/colortest.vim
It is also very useful

世界只因有你

Edit ~/.vimrc file

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!