... 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...
4429
Nicolas Weber
nicolasweber@...
Apr 1, 2007 9:23 pm
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. ...
4430
Stephen Riehm
stephen.riehm@...
Apr 1, 2007 10:43 pm
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-...
4431
Nicolas Weber
nicolasweber@...
Apr 3, 2007 7:47 pm
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...
4432
Benjamin Esham
bdesham@...
Apr 3, 2007 7:50 pm
... 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...
Hi! I found my self doing always the same :-( When I need to code, I need to write comment lines as follow: # ...
4434
Nicolas Weber
nicolasweber@...
Apr 4, 2007 6:27 pm
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...
4435
Jjgod Jiang
gzjjgod@...
Apr 4, 2007 6:37 pm
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...
4436
Jjgod Jiang
gzjjgod@...
Apr 5, 2007 2:33 am
... 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...
4437
Stephen Riehm
stephen.riehm@...
Apr 5, 2007 4:07 am
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...
4438
Nicolas Weber
nicolasweber@...
Apr 5, 2007 8:17 am
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...
4439
Nicolas Weber
nicolasweber@...
Apr 5, 2007 8:28 am
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...
4440
Benji Fisher
benji@...
Apr 5, 2007 1:56 pm
... 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...
4441
Stephen Riehm
stephen.riehm@...
Apr 5, 2007 5:16 pm
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 ...
4442
Nicolas Weber
nicolasweber@...
Apr 5, 2007 5:20 pm
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?...
4443
Stephen Riehm
stephen.riehm@...
Apr 5, 2007 5:42 pm
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...
4444
Troy Arnold
troy@...
Apr 5, 2007 6:40 pm
... Well, for svn the 'revert39; 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...
4445
Jjgod Jiang
gzjjgod@...
Apr 6, 2007 4:12 am
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,...
4446
Nicolas Weber
nicolasweber@...
Apr 6, 2007 8:18 am
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...
4447
Jjgod Jiang
gzjjgod@...
Apr 8, 2007 8:42 am
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,...
4448
vim-mac-help@...
Apr 9, 2007 10:20 pm
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...
4454
Benjamin Esham
bdesham@...
Apr 28, 2007 7:29 pm
... 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...
4455
Jjgod Jiang
gzjjgod@...
Apr 29, 2007 12:43 am
Hi Benjamin, ... I created a new patch against the latest SVN version (r252).Will you please try: ...
4456
mikmach@...
May 1, 2007 2:16 pm
Hi! Please have a look at the attached document....
4457
Jonas Bösch
ml@...
May 1, 2007 6:57 pm
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...