set listchars=tab:>-,trail:_
I tried to unset the above command this way:
unset listchars=tab:>-,trail:_
But only get:
E492: Not an editor command: unset listchars=tab:>-,trail:_
What's the right way to do this?
I tried to unset the above command this way:
But only get:
What's the right way to do this?
| |||
|
feedback
|
|
This will reset the listchars option to the default:
See the options documentation for more info. | |||||||||
feedback
|