Y
Hacker News
new
|
ask
|
show
|
jobs
by
graywh
4699 days ago
Only if the order is the same. E.g.
:set go=aAcegimtv :set go-=vtmigecAa :set go? " guioptions=aAcegimtv
2 comments
dlitz
4698 days ago
You can do it like this, though:
set go-=T go-=r go-=L
link
sigzero
4698 days ago
Interesting that the vim docs say nothing of order.
link