|
|
|
|
|
by tvon
4724 days ago
|
|
You can accomplish something similar with listchars and list: set list
set listchars=tab:»·,trail:·
It will not give you a file-wide warning but it will make tabs stand out (along with trailing whitespace).Not much help if you actually want tabs, granted. |
|