Hacker News new | ask | show | jobs
by sigzero 4699 days ago
You can put those on one line...and I do the same. :)
1 comments

Only if the order is the same. E.g.

  :set go=aAcegimtv
  :set go-=vtmigecAa
  :set go? " guioptions=aAcegimtv
You can do it like this, though:

  set go-=T go-=r go-=L
Interesting that the vim docs say nothing of order.