... The earlier response mentioned "rough edges," which is pretty accurate. This particular rough edge comes from the fact that the binary does not fork by...
Benji Fisher
benji@...
Apr 1, 2007 3:34 pm
4429
Hi, ... thanks for your feedback. I just realized that I "tested" this patch without --enable-multibyte, so that my code wasn't used at all. Way to go. ...
Nicolas Weber
nicolasweber@...
Apr 1, 2007 9:23 pm
4430
Hi Guys, I just made the switch to Intel and am having a little trouble getting a gvim up and running. I didn't move to vim-7 in the past because shift-alt-...
Stephen Riehm
stephen.riehm@...
Apr 1, 2007 10:43 pm
4431
Hi, ... You can type a number in front of any command in normal mode to repeat it. The easiest way to do what you want to do is 80i-<esc> (this enters 80 - and...
Nicolas Weber
nicolasweber@...
Apr 3, 2007 7:47 pm
4432
... To delete from column 4 to column 6, try 4|v6|d Since '|' is an exclusive motion, you could also do 4|d7| This uses fewer keystrokes, but is much less...
Benjamin Esham
bdesham@...
Apr 3, 2007 7:50 pm
4433
Hi! I found my self doing always the same :-( When I need to code, I need to write comment lines as follow: # ...
Hi, ... I've attached a document I wrote a few weeks ago that might be helpful. Probably it's not, though :-P What do you think about doing your changes in a...
Nicolas Weber
nicolasweber@...
Apr 4, 2007 6:27 pm
4435
Hi all, ... I just started to review and merge this patch. To summarize, I hope to do the following code cleanup/improvement: FSSpec -> FSRef Control Manager...
Jjgod Jiang
gzjjgod@...
Apr 4, 2007 6:37 pm
4436
... It's very helpful, I think you should add this to the wiki :) My current approach is create an empty gui_mac.c and add to it piece by piece, and try to...
Jjgod Jiang
gzjjgod@...
Apr 5, 2007 2:33 am
4437
Hi Guys, one problem I have with vim-7 on macs is that the shifted special characters, like D-( or D-", only come through in their unshifted forms, in the...
Stephen Riehm
stephen.riehm@...
Apr 5, 2007 4:07 am
4438
Hi, ... SVN version or officially released version? ... This line is there for a reason (but I don't remember the reason atm :-\ ). The other guis have it, and...
Nicolas Weber
nicolasweber@...
Apr 5, 2007 8:17 am
4439
Hi, ... Yes, that was why I asked for markdown support. Panos is working on it, but it turns out to be more difficult than expected. I'll post it (and some...
Nicolas Weber
nicolasweber@...
Apr 5, 2007 8:28 am
4440
... I do not use cvs/svn because I am not sure how to recover after a patch fails to apply cleanly, so I cannot say how to get vim 6.x out of cvs. If you...
Benji Fisher
benji@...
Apr 5, 2007 1:56 pm
4441
HI Benji, ... ahh... I am not the only person for whom cvs just isn't good enough :-) ... Thanks for the tips! I've spent a little time working on the vim-7 ...
Stephen Riehm
stephen.riehm@...
Apr 5, 2007 5:16 pm
4442
Hi, ... ;-) That question was meant along the lines "official release or latest version". Sorry. So, what are the first three lines of the output of :version?...
Nicolas Weber
nicolasweber@...
Apr 5, 2007 5:20 pm
4443
Hi Nico, ... erm... cvs? I used the cvs -z3 -d:pserver:anonymous@...:/cvsroot/vim checkout vim7 line from http://www.vim.org/cvs.php. My mbp is...
Stephen Riehm
stephen.riehm@...
Apr 5, 2007 5:42 pm
4444
... Well, for svn the 'revert' command will take you back to a pristine copy of your checked out copy. $ svn revert If you mean undoing a patch that has been...
Troy Arnold
troy@...
Apr 5, 2007 6:40 pm
4445
Hi, I'm confused about how runtime files get installed. According to ... 2. If "$VIM/vim{version}" exists, it is used. {version} is the version number of Vim,...
Jjgod Jiang
gzjjgod@...
Apr 6, 2007 4:12 am
4446
Hi, ... Since this is a general problem and not mac-specific, you might get more help if you post this to vim-dev@... . Bye, Nico...
Nicolas Weber
nicolasweber@...
Apr 6, 2007 8:18 am
4447
Hi all, On moving gvim towards modern Carbon APIs, we hope to replace current QuickDraw stuff with Quartz, and instead of drawing directly to the window port,...
Jjgod Jiang
gzjjgod@...
Apr 8, 2007 8:42 am
4448
Hi! This is the ezmlm program. I'm managing the vim-mac@... mailing list. I'm working for my owner, who can be reached at vim-mac-owner@.... Messages...
Hi all, I recently updated to the latest SVN revision of Vim 7, and now it won't compile. I'm using OS X 10.4.9 with Fink (although I am compiling Vim...
Benjamin Esham
bdesham@...
Apr 27, 2007 11:40 pm
4454
... OK, I've resolved this problem. I had the ATSUI patch (http:// wiki.macvim.org/wiki/VimPatches/ATSUI) applied, and I think that it somehow conflicted with...
Benjamin Esham
bdesham@...
Apr 28, 2007 7:29 pm
4455
Hi Benjamin, ... I created a new patch against the latest SVN version (r252).Will you please try: ...
Jjgod Jiang
gzjjgod@...
Apr 29, 2007 12:43 am
4456
Hi! Please have a look at the attached document....
mikmach@...
May 1, 2007 2:16 pm
4457
Hello, ... As Benji suggested, I'm trying my luck here... Is there a way to get Vim.app to open a file in a new tab in the currently running instance? ..which...