As I use vim, it tries to help by highlighting groups of four spaces in yellow as shown.
My file .vimrccontains everything set tabstop=4.
.vimrc
set tabstop=4
How can I keep vim from indenting in my files?
Is this an example of highlighting the last search? If so, try entering ": noh".
If the bentsai answer is incorrect, then an essentially matching pattern is possible . In this case, :call clearmatches()deletes the selection.
:call clearmatches()
: set list , NonText, . : set nolist .