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
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

Patch 7.1.168 (extra) Problem: Win32 GUI: Since patch 7.1.095, when the Vim window does not have focus, clicking in it doesn't position the cursor. (Juergen...
3 Dec 4, 2007
9:31 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.167 Problem: Xxd crashes when using "xxd -b -c 110". (Debian bug 452789) Solution: Allocate more memory. Fix check for maximum number of...
1 Dec 3, 2007
8:33 pm

Bram Moolenaar
Bram@...
Send Email

Hi, I'm using the Taglist plugin version 4.5. If I open a taglist window with `:Tlist` in one tab, switch to another tab and back again, I get Error detected...
1 Dec 3, 2007
8:05 pm

Nico Weber
nicolasweber@...
Send Email

I connect from windows xp to solaris using telnet. I was scrolling using vim editor and saw something strange. If I do a Ctrl-F twice in succession, the first...
7 Dec 3, 2007
7:14 am

Dominique Pelle
dominique.pelle@...
Send Email

Hi I can reproduce a vim bug filed in Ubuntu launchpad using the latest vim-7.1 (Patches 1-166). Here is a link to the original bug description: ...
2 Dec 2, 2007
4:23 pm

Bram Moolenaar
Bram@...
Send Email

Hi, `:echo match("ip", "i\|p")` results in "-1" (ie. no match). I'd expect that I get "0" as the pattern matches right at the start of the string ("i" is "i"...
6 Dec 2, 2007
4:22 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.166 Problem: Memory leak for using "gp" in Visual mode. Solution: Free memory in put_register(). (Dominique Pelle) Files: src/ops.c ... ...
1 Dec 1, 2007
8:13 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.165 Problem: Crash related to getting X window ID. (Dominique Pelle) Solution: Don't trust the window ID that we got in the past, check it every...
1 Dec 1, 2007
4:19 pm

Bram Moolenaar
Bram@...
Send Email

Hi, I am wondering if it is possible to map shortcuts only to a special scope (= filetpye = foo) For Example: CTRL+N in Insert Mode. I want to map this...
2 Dec 1, 2007
11:22 am

thomas
micathom@...
Send Email

Hi, I want to assign the current line under the cursort to an external program. Example Textfile: 1 foo 2 bar 3 calvin 4 hobbes If the cursor is in line 2,...
8 Dec 1, 2007
10:19 am

jerikmail@...
Send Email

Hi, When opening a Perl file with option 'filetype plugin on' and with command line option -Z (restricted mode), vim displays an error message. I can reproduce...
2 Nov 30, 2007
8:08 pm

Bram Moolenaar
Bram@...
Send Email

... Hash: SHA1 Stanislav Kysel (stas@...) has recently done some work to include new conary recipe methods in our syntax highlighting. Since I was the ...
2 Dec 8, 2007
8:00 am

Jonathan Smith
smithj@...
Send Email

Patch 7.1.164 Problem: Reading past end of regexp pattern. (Dominique Pelle) Solution: Use utf_ptr2len(). Files: src/regexp.c ... *************** ***...
1 Nov 29, 2007
8:27 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.163 Problem: Warning for the unknown option 'bufsecret&#39;. Solution: Remove the lines .vim that use this option. (Andy Wokula) Files:...
1 Nov 29, 2007
4:47 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.160 Problem: When a focus autocommand is defined, getting or losing focus causes the hit-enter prompt to be redrawn. (Bjorn Winckler) Solution:...
7 Nov 27, 2007
2:51 am

Tony Mechelynck
antoine.mechelynck@...
Send Email

... The documentation reads < To sort on the first number in the line, no matter what is in front of it: > ... which is clearly wrong. As...
3 Nov 26, 2007
3:59 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.162 Problem: Crash when using a modifier before "while" or "for". (A.Politz) Solution: Skip modifiers when checking for a loop command. Files:...
3 Nov 26, 2007
3:59 pm

Bram Moolenaar
Bram@...
Send Email

Hi, I'm using diff mode to do 3way merging. 3way merging is for example situation, where two people make change to single file at the same time, so you have...
4 Nov 26, 2007
11:05 am

Vladimir Marek
Vladimir.Marek@...
Send Email

Valgrind memory checker detects the following memory leak in vim: ==17553== 48 bytes in 3 blocks are definitely lost in loss record 21 of 42 ==17553== at...
2 Nov 25, 2007
2:36 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.161 Problem: Compilation errors with tiny features and EXITFREE. Solution: Add #ifdefs. (Dominique Pelle) Files: src/edit.c, src/misc2.c ......
2 Nov 24, 2007
8:30 pm

sc
toothpik@...
Send Email

Hi, I attach patches to src/mis2.c and src/edit.c to fix linking errors when: - configuring with ./configure --with-features=tiny - and compiling with...
2 Nov 24, 2007
2:03 pm

Bram Moolenaar
Bram@...
Send Email

Valgrind memory checker detects out of bounds memory access when using random characters in regular expressions. It happens only when vim is built with...
5 Nov 24, 2007
1:58 pm

Dominique Pelle
dominique.pelle@...
Send Email

Hi, on most systems vim forks when gui mode is entered. On OS X this is not implemented. As a workaround, gvim is usually launched in the background ('gvim &')...
3 Dec 7, 2007
4:16 pm

Nico Weber
nicolasweber@...
Send Email

Dear Vimmers, There are the functions to get/set buffer-local and window-local variables, but there is no such function for tabpage-local variables. So I'd ...
2 Nov 22, 2007
10:12 pm

Bram Moolenaar
Bram@...
Send Email

... Didn't help. The issue is related to terminal emulator somehow. Under minicom, ':silent !' works as documented (minicom emulation set to "ANSI"). Under...
2 Nov 21, 2007
9:26 pm

Adri Verhoef
a3@...
Send Email

Vim 7.1.157 built on FreeBSD 8.0 with Athena GUI has a menu problem. Any menu only displays the first 2 items, although very rarely one can get vim to display...
3 Nov 21, 2007
4:32 pm

Adam Mercer
ramercer@...
Send Email

When at the end of a buffer, daw on one space won't delete anything. Not that I think this is expected behavior, but this might be intentional (that is,...
6 Nov 20, 2007
9:42 pm

ap
politza@...
Send Email

Patch 7.1.159 Problem: strcpy() has overlapping arguments. Solution: Use mch_memmove() instead. (Dominique Pelle) Files: src/ex_cmds.c ... ...
1 Nov 20, 2007
5:04 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.158 (extra) Problem: Win32 console: When 'encoding&#39; is "utf-8" and typing Alt-y the result is wrong. Win32 GUI: Alt-y results in "u" when...
1 Nov 20, 2007
4:22 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.1.157 Problem: In Ex mode, :" gives an error at end-of-file. (Michael Hordijk) Solution: Only give an error for an empty line, not for a comment. ...
2 Nov 20, 2007
2:43 pm

Michael Hordijk
hoffbrinkle@...
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