... I think you try to launch the system vim on Tiger which is 6.x. the plugin should work in macvim, which you can download on googlecode David ...
David Morel
dmorel69@...
Jul 1, 2009 7:22 am
10430
... Alternatively, you can save the current state of vim using :mkvimrc . It will write out the current configuration information to ~/.vimrc for you. ... ...
Tim Hammerquist
penryu@...
Jul 1, 2009 5:04 pm
10431
Hi, Recently I use TwitVim as my Twitter client, which is very convenient. I can use it in gvim under ubuntu, I can also use it using vim in Mac OS X, however,...
Xin Dong
xdong.cn@...
Jul 2, 2009 2:02 am
10432
When I just click the .app file, the app just bombs on me. I tried the command line version and got the following. lc278:MacVim-7_2-stable-1_2 laran$ ./mvim ...
Laran Evans
laran.evans@...
Jul 2, 2009 2:06 am
10433
Hello, I have to append one question to this... How to view error messages, that flash too quick? ... --~--~---------~--~----~------------~-------~--~----~ You...
jordi collell
jordic@...
Jul 2, 2009 4:42 am
10434
Hello all, I'm new to this list. I don't know if this is the place to ask it. How to make ctags work with php in a proper manner? I would like to get class...
jordi collell
jordic@...
Jul 2, 2009 4:47 am
10435
Hi, ... `:messages`. See `:h :messages`. ... Can you send the output of `:messages`? Does TwitVim require python2.5 by chance? MacVim supports only python 2.4...
Nico Weber
nicolasweber@...
Jul 2, 2009 5:22 am
10436
I typically remap caps lock to control. You can do this via System Preferences -> Keyboard & Mouse, select the Keyboard tab and click on "Modifier Keys..." at...
Matt Tolton
matt@...
Jul 2, 2009 6:00 am
10437
... It seems you are missing Python 2.3 which is supposed to come with every Mac running OS X 10.4 or later (MacVim requires at least 10.4). Did you delete by...
björn
bjorn.winckler@...
Jul 2, 2009 6:49 am
10438
I don't think it's deleted, just in a different place: lc278:Http laran$ ls /System/Library/Frameworks/Python.framework/ Headers Versions lc278:Http laran$ ls...
Laran Evans
laran.evans@...
Jul 2, 2009 2:32 pm
10439
Also, the --enable-python-interp option doesn't show when doing ./configure --help. ... --~--~---------~--~----~------------~-------~--~----~ You received this...
Laran Evans
laran.evans@...
Jul 2, 2009 2:40 pm
10440
Never mind. I didn't scroll up far enough to see all the configure options. ... --~--~---------~--~----~------------~-------~--~----~ You received this message...
Laran Evans
laran.evans@...
Jul 2, 2009 2:48 pm
10441
This is where I hate being a C noob. Can you tell me what's needed to fix this error during make? lc278:vim7 laran$ make Starting make in the src directory. If...
Laran Evans
laran.evans@...
Jul 2, 2009 2:49 pm
10442
... Did you follow the build instructions to the letter? It seems you are running "make" from the vim7/ dir instead of vim7/src. Please make sure you _very_...
björn
bjorn.winckler@...
Jul 2, 2009 3:13 pm
10443
Hi, ... TwitVim works fine for me. Although that doesn't help... :/ Sincerely Meikel --~--~---------~--~----~------------~-------~--~----~ You received this...
Meikel Brandmeyer
mb@...
Jul 2, 2009 3:42 pm
10444
... TwitVim 0.4.1 works for me with snapshot 45 on 10.5 PPC, using the following settings: " credentials (base64) let twitvim_login_b64 = "<my base64-encoded...
Steve Huff
hakamadare@...
Jul 2, 2009 3:53 pm
10445
Hi Nico, just a side question.. ... [...] ... 2.5.1 (r251:54863, Jan 13 2009, 10:26:13) [GCC 4.0.1 (Apple Inc. build 5465)] AFAIK, 10.5 has these by default in...
Niklas Lindström
lindstream@...
Jul 2, 2009 4:24 pm
10446
Hi, The error message is: Error detected while processing function <SNR>17_get_timeline..<SNR>17_run_curl..<SNR>17_python_curl: Line 37: Traceback (most...
Xin Dong
xdong.cn@...
Jul 2, 2009 6:45 pm
10447
Hi Steve, Does your TwitVim use perl or python? I checked my vim version, it is compiled without perl support. Xin ... ...
Xin Dong
xdong.cn@...
Jul 2, 2009 7:03 pm
10448
... perhaps try setting let twitvim_enable_python = 0 to force TwitVim to use command-line curl (installed in OS X by default)? -steve -- ...
Steve Huff
hakamadare@...
Jul 2, 2009 9:26 pm
10449
I now disabled python, the curl works. Thanks. I found another problem the "\g" to open the url is not working. Anyone has any idea? Xin ... ...
Xin Dong
xdong.cn@...
Jul 3, 2009 5:14 am
10450
Hi, I noticed that some of the standard os x movement shortcuts (alt+left/right arrow for word, cmd + left/right arrow for start/end of line) work, both in...
Robin
robince@...
Jul 3, 2009 11:34 am
10451
... Hi Robin, You know about the ":help" command, right? Try ... and after a brief look you'll find ... and ... That should answer your questions. Björn ...
björn
bjorn.winckler@...
Jul 3, 2009 12:23 pm
10452
... FWIW, looks like Chromium is back to native tooltips: http://codereview.chromium.org/150188 Nico --~--~---------~--~----~------------~-------~--~----~ You...
Nico Weber
nicolasweber@...
Jul 6, 2009 7:02 pm
10453
Hello, I'm running: Mac OS X 10.5.7 Firefox 3.0.11 Vimperator 2.1 MacVim Version 7.2 stable 1.2 (33.3) I'm a Vim newbie, and I'm keen on using MacVim to work...
Chow
aspiclove@...
Jul 7, 2009 11:56 pm
10454
Hi there, I've been digging through the docs with no luck. Basically, I have a global accelerator assigned to any menu option labelled "Zoom". This has the...
David M. Wilson
dw@...
Jul 8, 2009 7:13 am
10455
... Hi David, You must have been digging in the wrong places! :-) Take a look at ... This is one of the hints mentioned in the ":h macvim-hints" section. It...
björn
bjorn.winckler@...
Jul 8, 2009 9:25 am
10456
I think you meant to post this to the Vimperator list, not the mac_vim list. The problem you are having is specific to Vimperator, not MacVim. The Vimperator...
Ted Pavlic
ted@...
Jul 8, 2009 11:47 am
10457
... This is a harmless message logged by the Cocoa framework. You should/may be able to get rid of it by updating to the latest snapshot. ... As for this...
björn
bjorn.winckler@...
Jul 8, 2009 1:03 pm
10458
Hey Bjorn, Thanks a million, I'm blind. :) David. 2009/7/8 björn <bjorn.winckler@...> ... -- Reality is that which, when you stop believing in it,...