Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

vimdev · Vim (Vi IMproved) text editor developers 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 19472 - 19501 of 70065   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
19472 Bram Moolenaar
Bram@... Send Email
Apr 3, 2001
6:45 pm
... No, since the mappings only take effect in Insert mode, it's logical that you can only enable/disable them from Insert mode. Well, except when you want to...
19473 Ron Aaron
raaron@... Send Email
Apr 3, 2001
8:23 pm
... Hi, Alexey! Will you be contributing your russian Keymaps? All we have so far in the official distro is my Hebrew ones. Best regards, Ron...
19474 Alexey Marinichev
lyosha@... Send Email
Apr 3, 2001
8:36 pm
... Also "f" and "F". That's the whole point of lmaps, to have remapping working everywhere. ... It doesn't have to be an option. I'm file with normal mode...
19475 Bram Moolenaar
Bram@... Send Email
Apr 3, 2001
9:02 pm
... The current support of 'keymap&#39; is for what most people would need. If you start editing a Russian file, you select the Russian 'keymap&#39;. That should be ...
19476 Alexey Marinichev
lyosha@... Send Email
Apr 3, 2001
9:29 pm
On Tue, Apr 03, 2001 at 11:02:20PM +0200, Bram Moolenaar wrote: [...] ... The problem is once <F5> is pressed, insert mode Ctrl-^ is not working anymore. In...
19477 Paul Moore
gustav@... Send Email
Apr 3, 2001
9:34 pm
... I don't think you can do this. You're abusing the filetype system pretty seriously here, so I think you're on your own... (I didn't even realise that ...
19478 Ron Aaron
raaron@... Send Email
Apr 3, 2001
9:34 pm
I want to make Ctrl-Shift-A map to something. But when I have map <c-s-a> ...stuff... I get map <C-A> ...stuff... which of course means pressing Ctrl-A no...
19479 Alexey Marinichev
lyosha@... Send Email
Apr 3, 2001
9:36 pm
On Tue, Apr 03, 2001 at 01:28:58PM -0700, Ron Aaron wrote: [...] ... [...] Hello, I shall be delighted to. Unfortunately the layout I am using is not the ...
19480 Ron Aaron
raaron@... Send Email
Apr 3, 2001
9:40 pm
... modelines as it appears -- you can set as many options, as many times, as you like. ... Very clever! But this means I have to call that function for every...
19481 Ron Aaron
raaron@... Send Email
Apr 3, 2001
10:34 pm
I just noticed there's no fold menu. Are there plans to add one? -- "VINE: Vim Integrated News and Email" get it from:...
19482 Benji Fisher
benji@... Send Email
Apr 4, 2001
1:40 am
Paul Moore wrote: [snip] ... Wouldn't it be easier to use :global? let n = (a:n < line("$") ? a:n : line("$")) execute "1," . n . "g/^/call...
19483 Benji Fisher
benji@... Send Email
Apr 4, 2001
1:46 am
... I think that <c-s-a> and <c-a> have the same ASCII value, like <esc> and <C-[>, so there is no way to map them differently. --Benji Fisher...
19484 Bohdan Vlasyuk
bohdan@... Send Email
Apr 4, 2001
6:22 am
Hello Ron, Wednesday, April 04, 2001, 12:39:45 AM, you wrote: RA> I want to make Ctrl-Shift-A map to something. But when I have RA> map <c-s-a>...
19485 Michael Piefel
piefel@... Send Email
Apr 4, 2001
8:40 am
... Like this one? amenu F&olding.&Manual :set foldmethod=manual&lt;CR> amenu Folding.&Indent :set foldmethod=indent&lt;CR> amenu...
19486 Bram Moolenaar
Bram@... Send Email
Apr 4, 2001
8:42 am
... What would the Fold menu contain? There are too many options and commands to put them all in a menu. -- hundred-and-one symptoms of being an internet...
19487 Vince Negri
vnegri@... Send Email
Apr 4, 2001
9:05 am
... to ... Unless of course, you implemented folding *inside menus* ;-))) -- Vince Negri (vnegri@...) The Man with no Mouse What a depressingly stupid...
19488 Moore, Paul
Paul.Moore@... Send Email
Apr 4, 2001
9:06 am
From: Benji Fisher [mailto:benji@...] ... That's a good idea. And yes, by including the string we're looking for in the g// command will speed it...
19489 Michael Piefel
piefel@... Send Email
Apr 4, 2001
12:51 pm
Hello all, I've written a simple PO mode for Vim. PO files, if you don't know it, are a message catalog file format for gettext used for localising software....
19490 Oliver Brandt
oliver.brandt@... Send Email
Apr 4, 2001
1:01 pm
Didn't get any response, so here it is again: ... Regards Oliver...
19491 Bram Moolenaar
Bram@... Send Email
Apr 4, 2001
4:13 pm
... This is not possible directly with an option. You could perhaps write a ":Make" command that does this. The difficult part is how to know if there are...
19492 Ron Aaron
raaron@... Send Email
Apr 4, 2001
4:26 pm
... There are too many {editing,buffer,file,window} commands to have an {'Edit&#39;,'Buffers&#39;,'File','Window&#39;} menu, we shouldn't have one :-) Just as the rest of...
19493 Benji Fisher
fisherbb@... Send Email
Apr 4, 2001
4:39 pm
... The nice thing about menus is that they do not take up much room on the screen. We currently have an "Options..." item under the Edit menu, and this does...
19494 Pritesh Mistry
MPritesh@... Send Email
Apr 4, 2001
5:26 pm
Hello Folks, Is it possible to achieve the following in any manner: If on a closed fold, 'zo' would open that fold else 'zo' would open the first closed fold...
19495 Martin [Keso] Keseg
Martin.Keseg@... Send Email
Apr 4, 2001
5:55 pm
... yes, Thomas is right, Solaris is not binary compatible from new version to old one, it's true if you run vim compiled on SunOS 5.5.1 on Solaris 2.6 (SunOS...
19496 Dan Sharp
vimuser@... Send Email
Apr 4, 2001
6:16 pm
... This is the idea behind the "Edit&#92;Settings"; menu items. Granted, I think it is redundant to have an Options item followed by a Settings item, so see if...
19497 Bram Moolenaar
Bram@... Send Email
Apr 4, 2001
7:21 pm
It's.... vimdiff! This is a nice way to edit two or three different versions of a file. Changed lines are highlighted. A change within a line is highlighted ...
19498 Ron Aaron
raaron@... Send Email
Apr 4, 2001
7:39 pm
... Excellent! One problem: configure --with-features=big --without-gnome make ... move.c:35: conflicting types for 'loff_t&#39; /usr/include/sys/types.h:42:...
19499 Ron Aaron
raaron@... Send Email
Apr 4, 2001
8:02 pm
I have my guicursor set to: n-v-c:block-Cursor,ve:ver35-Cursor,o:hor50-Cursor,i-ci:ver25-Cursor,r-cr:hor20-Cursor,sm:block-Cursor,a:blinkon0 and it was working...
19500 Bram Moolenaar
Bram@... Send Email
Apr 4, 2001
8:11 pm
... Hmm, what else could we use then? lino_t? :-) Perhaps "lineoff_t". It's a bit longer, but also clearer. (for those who don't get it, "linotype"; is a...
19501 Chase Tingley
tingley@... Send Email
Apr 4, 2001
8:15 pm
... I'm not sure if Bram's going to put up a new source tarball, but this should fix it in the meantime... ct ... +++ move.c Wed Apr 4 16:12:25 2001 @@ -32,13...
Messages 19472 - 19501 of 70065   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