... Never mind. When I put my plugins back in the vim-addons folder and restarted vim, it opened a window on startup. ... Eric Weir Decatur, GA ...
13179
Axel
axel.bender@...
Mar 25, 2012 8:32 pm
W/o any RCs, nmapping gA to some command (e.g.) results in a beep where :normal gA works as expected. Any clues? Sample: nnoremap gA :echo SynInfo(line("."),...
13180
Chris Patti
cpatti@...
Mar 26, 2012 11:06 pm
I'd decided to try out VimRePress for my blogging needs, so I went through the usual install process with my stock MacVim under Homebrew and *kaboom*! I get...
13181
Gregg Thomason
gregg.thomason@...
Mar 28, 2012 1:17 pm
Has anyone used MacVim with Powerline (https://github.com/Lokaltog/vim-powerline) and not in a term (ie, has("gui_macvim")) and *not* have it be all ... wacky?...
13182
Sylvain Soliman
Sylvain.Soliman@...
Mar 28, 2012 1:29 pm
... I do, all the time… (well, also in iTerms, but more often in gui_macvim) ... I don't know if it is related, but I only use 'g:Powerline_symbols = ...
13183
Gregg Thomason
gregg.thomason@...
Mar 28, 2012 1:43 pm
... Some hints on those personal overrides? 'compatible39; was the same result. Are you using a dark or light background theme? and FWIW I'm on Lion MacVim...
13184
Sylvain Soliman
Sylvain.Soliman@...
Mar 28, 2012 1:52 pm
... let g:Powerline_symbols_override = { \ 'BRANCH39;: 'ψ', \ 'LINE': '↳', \ } I mostly use xoria256 (dark) but I used to use the light version of solarized,...
13185
Gregg Thomason
gregg.thomason@...
Mar 28, 2012 4:13 pm
Solved! (I think) I had in my vimrc " retain view state when switching windows autocmd BufWinLeave *.* mkview autocmd BufWinEnter *.* silent loadview It's a...
13186
Jeff Chasin
jeff@...
Mar 30, 2012 1:54 am
I created a local help file, myvimnotes.txt. In that file, the Tags appear and function correctly in Terminal Vim. I can see the pipe characters around the...
13187
björn
bjorn.winckler@...
Mar 31, 2012 1:37 pm
... Apart from the usual "check that your plugins isn't interfering" [1] answer all I can think is that something has changed in Vim (the version that ships...
13188
björn
bjorn.winckler@...
Mar 31, 2012 1:41 pm
... I can remap gA without any problems (I tried ':nnoremap gA :echo "hi"<CR>') which makes me think one of your plugins or rc-files are interfering. Try...
13189
Phillip Kessels
phillipkessels@...
Apr 1, 2012 11:38 am
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...