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

You can do it like this, though:

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