How do I remove the "Tear off this menu" items in gVim?

link|improve this question

feedback

1 Answer

up vote 3 down vote accepted

Execute this or add it to your ~/.vimrc or ~/_vimrc:

set guioptions-=t

See

:help guioptions
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.