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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 19443 - 19472 of 71370   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
19443 Vince Negri
vnegri@... Send Email
Apr 1, 2001
9:21 am
vipin wrote ... eh.. but what was the value of 'loop'? -- Vince Negri (vnegri@...) Application Solutions Ltd. Tel:+44(0)1273-476608...
19444 Bram Moolenaar
Bram@... Send Email
Apr 1, 2001
10:45 am
... In many places Vim really only wants to accept ASCII a-z and A-Z. In function names for example. In the case of the Ex commands a table of 26 entries is ...
19445 Bram Moolenaar
Bram@... Send Email
Apr 1, 2001
10:45 am
... I often want to edit a hidden file. msdos.sys for example. The logic to decide which files to make hidden is unclear to me. I prefer to ignore the ...
19446 Bram Moolenaar
Bram@... Send Email
Apr 1, 2001
10:45 am
... It looks like "scp" does something to the terminal that Vim doesn't undo. Vim does try to set the terminal back to a mode it prefers, but perhaps...
19447 vipin aravind
vipin.aravind@... Send Email
Apr 1, 2001
11:13 am
hello all, guys a little bit of thought before I proceed.Console version doesn't support fonts. It appears that we have 2 options:- 1) to have a gui to select...
19448 Craig Barkhouse
craigbarkhouse@... Send Email
Apr 1, 2001
4:08 pm
... the ... unlikely ... option ... Maybe we can work the option into 'wildignore&#39; somehow. How about if the pattern starts with two consecutive asterisks, it...
19449 Neil Bird
neil.bird@... Send Email
Apr 2, 2001
10:41 am
... Cool, yes - I'd forgotten about the new line-matching regexp. What about a function to create/delete line-based matches with a name LineXXX [XXX from the...
19450 Bart Kuik
kuik@... Send Email
Apr 2, 2001
12:15 pm
Hi all, A couple of days ago I started programming in GTK+, just to get some experience with working with an API, and to fix bugs / create apps just for fun...
19451 Vadim Zeitlin
Vadim.zeitlin@... Send Email
Apr 2, 2001
12:18 pm
... This is going to be very difficult to do, I'm afraid. OTOH, what about using tags file for syntax highlighting? Like this you leave ctags to do the ...
19452 Chase Tingley
tingley@... Send Email
Apr 2, 2001
12:39 pm
Forgot to reply-all. ... Date: Mon, 2 Apr 2001 08:38:46 -0400 (EDT) From: Chase Tingley <tingley@...> To: Mary Ellen Foster <mef@...> ...
19453 Dan Sharp
vimuser@... Send Email
Apr 2, 2001
8:19 pm
Deep down in the TODO list I found an entry about creating menu items for setting common options. I haven't found any further discussion about this on the...
19454 Yegappan Lakshmanan
yega@... Send Email
Apr 2, 2001
8:57 pm
Hi, If I run Vim built on SunOS 5.6 on SunOS 5.5.1 and invoke help then I am getting the following exception: ld.so.1: /usr/local/packages/vim/vim-5.7/bin/vim:...
19455 Denis Perelyubskiy
denisp@... Send Email
Apr 2, 2001
10:31 pm
hello, i havent been paying much attention to Explore script, and i just tried it and it turned out amazingly easy and usefull and actually usable :) ......
19456 Mark Waggoner
waggoner@... Send Email
Apr 3, 2001
12:22 am
That's strange. Although 2.3 is slightly behind the cutting edge, I just tried it and it seemed to work fine. The latest version of vim (vim 6.0z) has...
19457 Denis Perelyubskiy
denisp@... Send Email
Apr 3, 2001
12:25 am
hello, sorry i should've mentioned this the first time around. i am using vim 6.0w on win2k. denis ps. I also have cygwin installed, and my shell set to ...
19458 Denis Perelyubskiy
denisp@... Send Email
Apr 3, 2001
12:29 am
Mark, I should also say that when i hit enter on "../", i am taken to the right directory, and the display is fine, and everything. denis -- /* * Denis...
19459 Benoit Cerrina
benoit.cerrina@... Send Email
Apr 3, 2001
1:43 am
This is funny, I have the same configuration and all seems to work as expected. Benoit ... From: "Denis Perelyubskiy" <denisp@...> To: "Mark Waggoner"...
19460 Vince Negri
vnegri@... Send Email
Apr 3, 2001
7:28 am
Hello all, I decided recently to find out about SGML and DocBook, and unsurprisingly would find it useful to have some tools that convert a DocBook file into ...
19461 Bram Moolenaar
Bram@... Send Email
Apr 3, 2001
9:01 am
... [...] Bringing this into relation with Vim: I have been wondering if the on-line help should be written in Docbook. That would allow it to be converted...
19462 Bram Moolenaar
Bram@... Send Email
Apr 3, 2001
9:01 am
... Looks like a good start. I'll include it, we can tune it further. I agree that a GUI dialog to enter some text would be useful. The simplest ... This...
19463 Michael Piefel
piefel@... Send Email
Apr 3, 2001
9:12 am
... The idea does not sound bad - but you should consider that DocBook really is quite huge. You will most probably want to specify a heavily reduced subset of...
19464 Bram Moolenaar
Bram@... Send Email
Apr 3, 2001
10:01 am
[redirected to the vim-dev list, since this is about Vim 6.0] ... "Any sufficiently advanced technology is indistinguishable from magic." Arthur C. Clarke ... ...
19465 Bram Moolenaar
Bram@... Send Email
Apr 3, 2001
10:01 am
Patch 5.7.028 Problem: Creating a backup or swap file could fail in rare situations. Solution: Use O_EXCL for open(). Files: src/fileio.c,...
19466 Madoka Machitani
madokam@... Send Email
Apr 3, 2001
11:28 am
Hi, I noticed today that version 6.0z of help.txt doesn't include a reference to the ruby interface. I don't believe this was intentionally done, since the...
19467 Dr. Charles E. Campbell
cec@... Send Email
Apr 3, 2001
4:57 pm
... Hmm, that *used* to stop it, at least for me, but no longer with ft==vim files. I haven't bothered to track it down yet... OK, here's why: vim 6.0z has a...
19468 Mark Waggoner
waggoner@... Send Email
Apr 3, 2001
5:35 pm
... <paste text> ... works well (at least it used to - I haven't tried it lately) for when you want to paste text in. I'm not sure what platform this is ...
19469 Thomas Köhler
jean-luc@... Send Email
Apr 3, 2001
5:52 pm
Hi, On Mon, Apr 02, 2001 at 02:00:47PM -0700, ... That's why you should never run a binary built for Solaris Version X on a Solaris Version Y system (and...
19470 Ron Aaron
raaron@... Send Email
Apr 3, 2001
5:52 pm
Hi all! I'm using ftplugin scripts to get special behavior, scripts, etc. loaded for particular files. Specifically, I have a line like: vim: ft=specialty...
19471 Alexey Marinichev
lyosha@... Send Email
Apr 3, 2001
6:30 pm
Hello, How do I toggle keyboard map set by 'keymap&#39; option from the normal mode? There isn't anything simpler than :normal a <Ctrl-^> <Esc> <CR>, is there? ...
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...
Messages 19443 - 19472 of 71370   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