rzyns / macvim

Automatically exported from code.google.com/p/macvim
0 stars 0 forks source link

Hiding Toolbar is not persistent #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Launch MacVIM
2. Click on the ellipse button on the top right corner of the window to
collapse the tool bar icons.
3. Quit MacVim and restart it.  Toolbar icons are visible again.

What is the expected output? What do you see instead?

Toolbar icons are suppose to be collapsed.

What version of the product are you using? On what operating system?

R300

Original issue reported on code.google.com by situ...@gmail.com on 5 Oct 2007 at 9:39

GoogleCodeExporter commented 9 years ago
Thanks for the report.

I am working on a solution that will keep the toolbar hidden without 
interfering with
Vim's way of saving settings.

/Björn

Original comment by bjorn.winckler@gmail.com on 8 Oct 2007 at 8:24

GoogleCodeExporter commented 9 years ago
Try adding
<pre>set guioptions-=T</pre>
to your .vimrc

Original comment by sethmill...@gmail.com on 7 Jan 2008 at 6:52

GoogleCodeExporter commented 9 years ago
Adding options like "set go=..." and "colorscheme ..." to ~/.vimrc won't work. 
To correctly override these settings, 
add them to ~/.gvimrc.

Original comment by AlexKu...@gmail.com on 17 Feb 2008 at 9:06