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

Sorry if this is the wrong place, but I could not find any better.. In http://vimdoc.sourceforge.net/cgi-bin/vimfaq2html3.pl at 32.1: - $ stty -ixon -xoff +...
4 Jan 14, 2008
2:18 pm

Richard Hartmann
richih.mailinglist@...
Send Email

I have the following mapping: map g: <Esc>:set operatorfunc=<SID>get_command_mode_range<CR>g@ and have recorded g:}j^M into register 'a'. Running @a now does...
7 Jan 14, 2008
12:29 pm

Andy Wokula
anwoku@...
Send Email

Hi, you can use '\*&#39; to match a literal '*' (with 'magic&#39; set). I can't find this mentioned anywhere in the documentation. User error or missing documentation?...
2 Jan 13, 2008
10:20 pm

Tony Mechelynck
antoine.mechelynck@...
Send Email

Patch 7.1.228 Problem: When 'foldmethod&#39; is "indent" and a fold is created with ">>" it can't be closed with "zc". (Daniel Shahaf) Solution: Reset the...
1 Jan 13, 2008
8:59 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.227 Problem: Hang in syntax HL when moving over a ")". (Dominique Pelle) Solution: Avoid storing a syntax state in the wrong position in the...
1 Jan 13, 2008
4:40 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.226 Problem: Command line completion doesn't work when a file name contains a '&' character. Solution: Accept all characters in a file name,...
1 Jan 13, 2008
4:12 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.225 Problem: Using unitialized value when XGetWMNormalHints() fails. Solution: Check the return value. (Dominique Pelle) Files:...
1 Jan 13, 2008
3:31 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.224 Problem: When using "vim -F -o file1 file2" only one window is right-to-left. Same for "-H". (Ben Schmidt) Solution: use...
1 Jan 13, 2008
3:18 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.223 Problem: glob() doesn't work properly when 'shell&#39; is "sh" or "bash" and the expanded name contains spaces, '~', single quotes and other ...
1 Jan 13, 2008
1:00 pm

Bram Moolenaar
Bram@...
Send Email

Valgrind memory checker detects use of uninitialised value vim: ==6865== Conditional jump or move depends on uninitialised value(s) ==6865== at 0x814E0BA:...
2 Jan 13, 2008
1:00 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.222 (after 7.1.217) Problem: Wildcards in argument of ":helptags&quot; are not expanded. (Marcel Svitalsky) Solution: Expand wildcards in the...
1 Jan 13, 2008
12:32 pm

Bram Moolenaar
Bram@...
Send Email

vm71 can not be compiled on opensolaris (solaris express developer edition ,9/07,b70).The key error message is : Undefined first...
6 Jan 13, 2008
4:29 am

jiandong lu
lujiandong1981@...
Send Email

Patch 7.1.221 Problem: When inserting a "(", triggering the matchparen plugin, the following highlighting may be messed up. Solution: Before triggering...
1 Jan 12, 2008
5:24 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.220 Problem: When a ")" or word movement command moves the cursor back from the end of the line it may end up on the trail byte of a multi-byte ...
1 Jan 12, 2008
4:12 pm

Bram Moolenaar
Bram@...
Send Email

Hi, ^ is documented as: ^ At beginning of pattern or after "\|", "\(", "\%(" or "\n": matches start-of-line; at other positions, matches literal '^'....
2 Jan 12, 2008
3:52 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.219 (after 7.1.215) Problem: synstack() returns situation after the current character, can't see the state for a one-character region. Solution:...
1 Jan 12, 2008
3:52 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.218 Problem: A syntax region without a "keepend", containing a region with "extend" could be truncated at the end of the containing region. ...
1 Jan 11, 2008
8:29 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.217 Problem: The "help-tags&quot; tag may be missing from runtime/doc/tags when it was generated during "make install". Solution: Add the "++t"...
1 Jan 11, 2008
8:07 pm

Bram Moolenaar
Bram@...
Send Email

Hi all, Ted Pavlic mentioned on the vim-mac list that --remote-tab-silent is not mentioned in the --help output and suggests to add it. I think that's a good...
8 Jan 11, 2008
8:02 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.216 Problem: Variants of --remote-tab are not mentioned for "vim --help". Solution: Display optional -wait and -silent. Files: src/main.c ...
1 Jan 11, 2008
8:02 pm

Bram Moolenaar
Bram@...
Send Email

Hi Bram, There are already more than 200 patches. When will 7.2 come out? Any plans? Regards, Edward Leap Fox ...
2 Jan 11, 2008
2:39 pm

Charles E Campbell Jr
drchip@...
Send Email

Hi folks, a few weeks back I posted a patch that helps enabling cross-compiling by adding the necessary stuff in configure.in to tell "configure&quot; the necessary...
7 Jan 11, 2008
12:22 pm

Ben Schmidt
mail_ben_schmidt@...
Send Email

... That is true. In case there is an opening bracket in the URL, I do think highlighting the closing bracket as well would make sense, though. Richard ...
11 Jan 11, 2008
9:13 am

Mike Williams
mike.williams@...
Send Email

Patch 7.1.215 Problem: It is difficult to figure out what syntax items are nested at a certain position. Solution: Add the synstack() function. Files:...
5 Jan 10, 2008
10:34 pm

Charles E Campbell Jr
drchip@...
Send Email

I tried to write a function that collects all the matches for a given pattern in the text. ... but it doesn't, because the "n" flag disables evaluation of the ...
5 Jan 10, 2008
6:45 pm

ap
politza@...
Send Email

Dearly Friend, May His Grace and Peace be with you Friend. I hope that this letter finds you in the best of yours health and spirit. We are also keeping well...
1 Jan 10, 2008
12:43 pm

Asim Saddique
cfmpk@...
Send Email

Patch 7.1.214 Problem: ":1s/g&#92;n\zs1//" deletes characters from the first line. (A Politz) Solution: Start replacing in the line where the match starts. ...
1 Jan 9, 2008
9:40 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.213 Problem: A ":tabedit"; command that results in the "swap file exists" dialog and selecting "abort" doesn't close the new tab. (Al Budden) ...
1 Jan 9, 2008
7:31 pm

Bram Moolenaar
Bram@...
Send Email

Hi, Trying to find out how to subscribe to this list, I noticed that <vim-help@...>, which is mentioned in ":h subscribe-maillist&quot;, no longer seems to be a...
2 Jan 9, 2008
7:25 pm

Bram Moolenaar
Bram@...
Send Email

vim -u NONE iA sentence.<Esc>) The cursor is placed beyond end of line despite virtualedit being blank. Ben. Send instant messages to your online friends...
9 Jan 9, 2008
10:32 am

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