Hi, i recently tried to install javacomplete for vim. I followed the installation instructions and added the lines to .vimrc as stated. My problem is: Whenever...
13190
Bee
beeyawned@...
Apr 2, 2012 5:56 am
After MacVim is open, is it possible to prevent plugins from effecting the opening of a file? I know I can do this in terminal vim: vim -u NONE -- You received...
13191
björn
bjorn.winckler@...
Apr 2, 2012 7:13 am
... If you have the "mvim" script installed (it comes bundled with MacVim, put somewhere in your path), then you can do mvim -u NONE Otherwise, try ...
13192
Billy Huang
billbox13@...
Apr 2, 2012 8:41 am
i think what he ment is how to unload all the plugins within the app command. im looking for this too ... -- You received this message from the "vim_mac"...
13193
grayghostvisuals
grayghostvisuals@...
Apr 6, 2012 7:22 am
New to MacVim and looking to format code similar to to other code editors such as e for windows, Komodo, Dreamweaver etc. I would like to open an HTML file for...
13194
Niels Kobschätzki
niels@...
Apr 6, 2012 7:32 am
... Try: :set filetype=html (if not recognized) Then highlight your text and hit "=" (w/out ") -- via...
13195
Roman Snitko
roman.snitko@...
Apr 8, 2012 10:15 am
I just downloaded a new version of MacVim and it seems like there's a major change: tabs are now shown in the panel on the right side. How do I switch back to...
13196
björn
bjorn.winckler@...
Apr 8, 2012 7:34 pm
... It sounds to me like you've accidentally downloaded the *very outdated* Carbon port of gvim. Go to http://code.google.com/p/macvim/ and download the...
13197
Niels Kobschätzki
niels@...
Apr 10, 2012 7:44 pm
Hi, in Lion scrollbars are hidden and appear only when one actually scrolls with the mouse. In MacVim they are always shown. Is there a way to hide the...
13198
björn
bjorn.winckler@...
Apr 10, 2012 7:54 pm
... There is no way to get Lion style scrollbars (I have commented on why in the past, if you are interested). However, you can hide them permanently (and this...
13199
Niels Kobschätzki
niels@...
Apr 11, 2012 4:39 am
... where, some blog or in the depths of the mailing list-archive? ... Thanks :) Niels -- You received this message from the "vim_mac" maillist. Do not...
13200
David Whitmarsh
dwhitmarsh@...
Apr 11, 2012 10:58 am
... On 2012 JAN 29 http://groups.google.com/group/vim_mac/browse_thread/thread/c758da3de1fabd14/5b0f25fd3e2f6d33?lnk=gst&q=lion#5b0f25fd3e2f6d33 On 2011 SEPT...
13201
Niels Kobschätzki
niels@...
Apr 11, 2012 5:37 pm
... Thanks a lot :) Niels -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are replying to. For...
13202
Niels Kobschätzki
niels@...
Apr 13, 2012 7:42 am
Hi, is there a way to update the vim-version MacVim uses? The latest snapshot uses 7.3.390 but the current version is 7.3.495. Niels -- You received this...
13203
Matthew Brett
matthew.brett@...
Apr 13, 2012 11:27 pm
... I just build MacVim to pick up the python.org python, with (current master= bcc349c). I have python.org 32 bit python 2.6 on OSX 10.6, which was built...
13204
John_108
jglore@...
Apr 13, 2012 11:27 pm
... except that after writing the file and closing MacVim, I had to switch back to the terminal to get back to mutt. In the current MacVim version 7.3.390 (and...
13205
Matthew Brett
matthew.brett@...
Apr 13, 2012 11:27 pm
Hi, Just to report success building MacVim to pick up my 32 bit python.org Python 2.6, with: CC=gcc-4.0 ./configure --with-macarchs=i386 --with-features=huge...
13206
björn
bjorn.winckler@...
Apr 15, 2012 6:45 pm
... If you want the very bleeding edge you should build your own binary [1]. Otherwise you will have to wait until I release a new snapshot. Björn [1]...
13207
Niels Kobschätzki
niels@...
Apr 15, 2012 7:10 pm
... Ok, thanks :) Niels -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are replying to. For more...
13208
Chris Patti
cpatti@...
Apr 16, 2012 3:02 pm
... I think that's the issue. Homebrew appears to be building a 64 bit Python etc. I'll try exploring some of those config options and see if I can get ...
13209
Phil Dobbin
phildobbin@...
Apr 16, 2012 3:21 pm
... Hash: SHA1 ... I built my MacVim using rvm's Ruby & perlbrew's Perl. The version of Python was supplied my Mac Ports: `Compilation: gcc -c -I. -Iproto...
13210
Yang
zhangyang324@...
Apr 17, 2012 1:06 am
I confirm exactly the same problem on Lion. Could anyone provide an update? Thanks a bunch! ... -- You received this message from the "vim_mac" maillist. Do...
13211
Yang
zhangyang324@...
Apr 18, 2012 2:23 am
It seems the problem is the gdb shipped with Mac. ... -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text...
13212
Srinath
srinath.vadlamani@...
Apr 18, 2012 4:20 pm
This is a request, but someone may show me how to modify the mvim command so that if I do something like: []$ mvim -bgl it starts macvim with light background ...
13213
Sylvain Soliman
Sylvain.Soliman@...
Apr 18, 2012 4:24 pm
... Any reason why: $ mvim -c 'set bg=light' is not doing what you want? Sylvain -- Sylvain Soliman <Sylvain.Soliman@...> GnuPG Public Key: 0x0F53AF99 ...
13214
Phil Dobbin
phildobbin@...
Apr 18, 2012 4:31 pm
... Hash: SHA1 ... You could try something with the -c flag. See: `:h -c` Never tried it but it may work with `colorscheme` Cheers, Phil.. - -- But masters,...
13215
Srinath
srinath.vadlamani@...
Apr 20, 2012 9:23 pm
I opened a file (foo.f90) with macvim that had the .f90 suffix. Then, I realized I wanted it preprocessed. [No jokes about fortran ... space shuttle quality...
13216
xlarsx
xlarsx@...
May 7, 2012 4:03 am
Good day, I'd like to propouse the iOS implementation of vim to be part of the download web page: http://applidium.com/en/applications/vim/ Greetings and thank...
13217
Stephen Rasku
srasku@...
May 7, 2012 9:03 pm
I am using MacVim 7.3. I have the following as the last two lines in my ~/.vimrc: hi DiffText guibg=DeepSkyBlue hi DiffChange guibg=Gold However, when I look...
13218
Kelan Champagne
kelan-list@...
May 10, 2012 5:35 am
... Related to this, I just discovered that you can bring that existing window forward, if you know its servername. Just do: $ mvim --servername VIM...