Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vim-mac · Vim (Vi IMproved) text editor Macintosh list

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 13164 - 13193 of 13695   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
13164 Phil Dobbin
phildobbin@... Send Email
Mar 21, 2012
9:52 am
... Hash: SHA1 ... See :help -v Cheers, Phil... - -- But masters, remember that I am an ass. Though it be not written down, yet forget not that I am an ass. ...
13165 Andrew Stewart
boss@... Send Email
Mar 21, 2012
10:03 am
... Oh, right. Thanks! Cheers, Andy Stewart -- You received this message from the "vim_mac" maillist. Do not top-post! Type your reply below the text you are...
13166 björn
bjorn.winckler@... Send Email
Mar 21, 2012
6:51 pm
... First of all you should try the latest snapshot and see if you run into the same problems. The Snow Leopard snapshot is provided by Alex Lovell-Troy: ...
13167 dv1445@... Send Email Mar 21, 2012
9:19 pm
I think There is a bug in MacVim regarding multibyte characters. It only happens when the Experimental Renderer is turned ON. To reproduce: 1. make a new...
13168 Darcy
darcyparker@... Send Email
Mar 22, 2012
1:53 pm
Just to clarify `sudo ln -s $(which gvim) $(which vim)` is different. It does not include the -v option. This just creates a link of gvim to vim. vim='mvim...
13169 Phil Dobbin
phildobbin@... Send Email
Mar 22, 2012
2:04 pm
... Hash: SHA1 ... In which case you could pull the Vim sources from Mercurial & build a console Vim to fit your requirements (the default build installs into ...
13170 Andre
drol.005@... Send Email
Mar 23, 2012
3:09 pm
Im trying to get transparent windows while using macvim but , when i set transparency just doesn't work , just display some kind of delay , it's like just...
13171 Niels Kobschätzki
niels@... Send Email
Mar 23, 2012
3:10 pm
... Do you use the experimental renderer (Preferences -> Advanced) I'm using Snapshot 64 and 10.7.3 and transparency works fine. Niels -- You received this...
13172 Andre
drol.005@... Send Email
Mar 23, 2012
3:18 pm
Great , thanks. Now it's working perfect. Andre. 2012/3/23 Niels Kobschätzki <niels@...> ... -- You received this message from the "vim_mac"...
13173 björn
bjorn.winckler@... Send Email
Mar 24, 2012
12:08 pm
... This has to do with Unicode normalization [1]. The output from !ls is not composed, whereas when you paste it in Vim it is composed. The problem arises...
13174 Phil Dobbin
phildobbin@... Send Email
Mar 24, 2012
1:30 pm
... Hash: SHA1 Hi, all. MacVim has a wonderful attribute which allows one to send a file to Preview.app via :hardcopy to make a great looking PDF which can...
13175 Yongwei Wu
wuyongwei@... Send Email
Mar 24, 2012
1:44 pm
The workaround that almost universally works is convert to HTML using ":TOhtml". After that, I suppose you know enough ways to turn HTML into PDF. -Yongwei ......
13176 Phil Dobbin
phildobbin@... Send Email
Mar 24, 2012
2:03 pm
... Hash: SHA1 ... Hi, Yongwei. OK, thanks for that. I'll give it a shot. Cheers, Phil... ... - -- But masters, remember that I am an ass. Though it be not...
13177 Eric Weir
eeweir@... Send Email
Mar 24, 2012
9:37 pm
Earlier today I attempted to update my plugins with the UpdateAddons command of vim-addon-manager. Vim-addon-manager and one plugin updated fine. Another gave...
13178 Eric Weir
eeweir@... Send Email
Mar 24, 2012
9:52 pm
... 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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
Mar 28, 2012
1:43 pm
... Some hints on those personal overrides? 'compatible&#39; 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@... Send Email
Mar 28, 2012
1:52 pm
... let g:Powerline_symbols_override = { \ 'BRANCH&#39;: 'ψ', \ 'LINE': '↳', \ } I mostly use xoria256 (dark) but I used to use the light version of solarized,...
13185 Gregg Thomason
gregg.thomason@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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@... Send Email
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...
Messages 13164 - 13193 of 13695   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help