Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
tvon
on July 7, 2013
|
parent
|
context
|
favorite
| on:
Show HN: vim-airline
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.
reaperhulk
on July 7, 2013
[–]
Oddly enough I added listchars data to my vimrc today without even thinking it would be helpful for detecting mixed. This ought to be good enough for now, thanks!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Not much help if you actually want tabs, granted.