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...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

... /. Now all search highlighted text apears with a darkcyan background and a TRANSPARENT (i.e. syntax color) foreground. I think it might be more usefull to...
6 Jun 3, 2005
9:38 pm

GI
gautam@...
Send Email

Since Johannes brought up the spell highlighting buisness, it caused me to get off my butt and update the mail syntax file to include vim7's wonderfull spell...
5 Jun 3, 2005
10:14 am

Bram Moolenaar
Bram@...
Send Email

Hello, Bram! When there are no arguments, <f-args> will create no arguments. That appears not to be the case for <q-args>, as shown by sourcing fun!...
3 Jun 3, 2005
10:14 am

Bram Moolenaar
Bram@...
Send Email

ok, I jumped on the list a tad late... and have been seeing things about this new "spell" feature... but can't seem to find anything on what or how to use...
3 Jun 2, 2005
10:35 pm

A. J. Mechelynck
antoine.mechelynck@...
Send Email

I have applied PC-lint to vim7. It identified many identifiers with external linkage which can have internal linkage instead. (extern foo -> static foo) I used...
3 Jun 2, 2005
7:12 pm

Walter Briscoe
wbriscoe@...
Send Email

Recently I wrote about a trie data structure for spelling word lists. There was some doubt as to the memory efficiency. Therefore I did a small test with the...
3 Jun 2, 2005
3:33 pm

Bram Moolenaar
Bram@...
Send Email

Mail Delivery System - This mail contains binary characters ... t4öäk35A2bsjGr6~Oteuqn*Bm28pxcfv)wT+eüSü6y:>E.| ...
2 Jun 2, 2005
4:07 am

bram@...
Send Email

Encrypted message is available....
3 Jun 1, 2005
10:37 pm

ackahn@...
Send Email

Hi, I just tried to use the 'spell&#39; feature in vim7 on a latex file. Unfortunately, I get spelling errors only displayed within '(...)&#39;. How can I get spelling...
2 Jun 1, 2005
4:31 pm

Bram Moolenaar
Bram@...
Send Email

I have attached your document....
2 Jun 1, 2005
1:27 pm

ackahn@...
Send Email

Patch 6.3.075 Problem: After unloading another buffer, syntax highlighting in the current buffer may be wrong when it uses "containedin&quot;. (Eric Arnold) ...
1 May 31, 2005
7:29 pm

Bram Moolenaar
Bram@...
Send Email

... This is something I have not seen myself, I don't use vim in a similar way either, I usually have just one window or window splitted just horizontally. I'm...
2 May 31, 2005
12:49 pm

Bram Moolenaar
Bram@...
Send Email

In the current snapshot the :sort command is available. That means sorting no longer depends on an external command. This is the help for it: *:sor* *:sort* ...
10 May 26, 2005
3:35 pm

Keith Roberts
kroberts@...
Send Email

hey all, I just noticed that backspace becomes ^? in putty, at least on vim version 6.3 on solaris 2.8, when the TERM is set to xterm. Is there any easy way...
10 May 26, 2005
10:41 am

Marian Csontos
csontos@...
Send Email

Hello, Why previous method of splitting string into individual characters was changed? split('string&#39;, '') was quite nice and worked advertised split('string&#39;,...
3 May 25, 2005
8:32 pm

Mikolaj Machowski
mikmach@...
Send Email

Bram (and Tony) There seems to have been some talk about how the Borland compiler has some deficiencies with wide character handling, and that those that build...
3 May 25, 2005
9:38 am

Bram Moolenaar
Bram@...
Send Email

... I am redirecting this thread (or trying to) to the vim-dev list, since it is about compiling and about Vim 7. You must keep the "development&quot; directory...
1 May 24, 2005
12:46 am

A. J. Mechelynck
antoine.mechelynck@...
Send Email

hey all, Is there an easy way to use vim to view, edit, and save, the contents jar files? I suppose I could make a wrapper to do the extraction, etc, but I was...
1 May 23, 2005
8:24 pm

Edward Peschko
esp5@...
Send Email

The message contains Unicode characters and has been sent as a binary attachment....
2 May 23, 2005
2:46 am

george@...
Send Email

Patch 6.3.074 Problem: When mswin.vim is used and 'insertmode&#39; is set, typing text in Select mode and then using CTRL-V results in <SNR>99_Pastegi. (Georg...
1 May 22, 2005
10:23 am

Bram Moolenaar
Bram@...
Send Email

Patch 6.3.073 Problem: Win32 GUI: When the Vim window is partly above or below the screen, scrolling causes display errors when the taskbar is not on that...
1 May 22, 2005
10:05 am

Bram Moolenaar
Bram@...
Send Email

Encrypted message is available....
2 May 21, 2005
11:56 pm

mikmach@...
Send Email

Moin! I regularly cvs update vim7, then I "make distclean" and run my config script: ===cut=== CONFIGURE="./configure"; OPTIONS="\ --with-x \ ...
2 May 21, 2005
1:44 pm

Bram Moolenaar
Bram@...
Send Email

Dear Vimmers, New Vim executables (with and without GUI+OLE, with and without debug) are now available for W32. For details, click on the following links: ...
2 May 20, 2005
2:21 pm

A. J. Mechelynck
antoine.mechelynck@...
Send Email

Patch 6.3.072 Problem: Crash in giving substitute message when language is Chinese and encoding is utf-8. (Yongwei) Solution: Make the msg_buf size larger...
1 May 20, 2005
11:13 am

Bram Moolenaar
Bram@...
Send Email

Have a look at these....
2 May 20, 2005
10:10 am

ackahn@...
Send Email

... I now wonder why empty items are removed at all. This only makes sense at the start and end. Empty items halfway would not occur if you choose the...
1 May 20, 2005
10:05 am

Bram Moolenaar
Bram@...
Send Email

One problem with the autoload mechanism was that it made this command ... This was interpreted as using the variable "var1:var2&quot; from the autoload script...
19 May 19, 2005
9:28 pm

Gary Johnson
garyjohn@...
Send Email

The attached patch allows you to use MzScheme in the sandbox without compromising the Vim security. -- Sergey Khorev http://iamphet.nm.ru Can anybody think of...
3 May 19, 2005
8:53 pm

Sergey Khorev
sergey.khorev@...
Send Email

... It seems you are using the MSVC compiler. Hmm, someone stated that it supports the vsnprintf function. Apparently it doesn't. To compile Vim remove this...
4 May 19, 2005
8:24 pm

Bram Moolenaar
Bram@...
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help