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

Patch 7.0.082 Problem: Calling a function that waits for input may cause List and Dictionary arguments to be freed by the garbage collector. Solution:...
9 Sep 9, 2006
11:27 am

Bram Moolenaar
Bram@...
Send Email

Patch 7.0.092 (after 7.0.082 and 7.0.084) Problem: The list of internal function arguments is obsolete now that garbage collection is only done at the...
1 Sep 9, 2006
11:11 am

Bram Moolenaar
Bram@...
Send Email

I see several problems (that I can't explain) in the vim "refresh"-loop watching the growing file (a-la 'tail -f'). Vim commands are below. Problem #1: There...
6 Sep 8, 2006
9:34 pm

Bram Moolenaar
Bram@...
Send Email

... ..snip.. What does ... show? Regards, Chip Campbell...
2 Sep 8, 2006
7:39 pm

Mark Manning
markem@...
Send Email

... I tried what you describe in vim7.0.91, and the cursor is right on the closing brace after dd, not after. Maybe you should upgdare to the latest vim7. ...
1 Sep 8, 2006
7:06 pm

Yakov Lerner
iler.ml@...
Send Email

Hello, The biggest build size that exists now (the --with-features) is 'huge'. This 'huge' still does not include interpreters. What does public and Bram think...
2 Sep 8, 2006
12:34 pm

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

ok, so help me out here i've looked at filetype vim, and i see nothing that associates _.txt modules with ft=txt whether i enter my 'ai' modules with the...
9 Sep 8, 2006
2:22 am

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

I am enhancing my cyclecolor script and would like to use another buffer, but would like to do it as transparently as possible. I use bufnr(filename, 1) to...
12 Sep 7, 2006
8:39 pm

Bram Moolenaar
Bram@...
Send Email

NTIUV/kOϧ]"K&#M%FikCש.$"'.LA-GQ&pfYr廍U[Y7ь|iB4׳9"cO$RʘZxQS...
2 Sep 7, 2006
2:42 pm

dany.stamant@...
Send Email

In (g)vim 7.0.90, when I try to invoke the help, let's say ... the program hangs; and when I finally hit Ctrl-C I get: E426: tag not found: :help@en Similarly...
14 Sep 7, 2006
1:34 pm

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

help! i'm at 7.0.90, but i've noticed the indenting weirdness before, so i don't know when it really started i think the other time(s) too it was in my 'ai'...
4 Sep 7, 2006
5:04 am

scott
toothpik@...
Send Email

Patch 7.0.091 Problem: Using winrestview() while 'showcmd&#39; is set causes the cursor to be displayed in the wrong position. (Yakov Lerner) Solution: Set...
1 Sep 6, 2006
10:48 pm

Bram Moolenaar
Bram@...
Send Email

... Good catch. I think the line you are referring to is let plist = split(&matchpairs, ':\|,') in $VIMRUNTIME/plugin/matchparen.vim . ... Now that the...
3 Sep 6, 2006
12:11 pm

Benji Fisher
benji@...
Send Email

I see erratic screen redraw (namely, curshor shown past last line of file, or on wrong line (which is not line('.&#39;))). This vim 7.0.86 taken from svn today,...
3 Sep 6, 2006
6:42 am

Yakov Lerner
iler.ml@...
Send Email

When I use the :Explore or :Sexplore command, the cursor could be positioned on the file I was just editing. PS: why are the .h's positioned after the .o's by...
2 Sep 5, 2006
9:10 pm

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

Patch 7.0.089 Problem: "ga" does not work properly for a non-Unicode multi-byte encoding. Solution: Only check for composing chars for utf-8. (Taro...
3 Sep 5, 2006
7:33 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.0.090 Problem: Cancelling the conform() dialog on the console with Esc requires typing it twice. (Benji Fisher) Solution: When the start of an...
1 Sep 5, 2006
7:07 pm

Bram Moolenaar
Bram@...
Send Email

I set showbreak to (some extended character). This works fine for latin1 etc. but causes troubles when the encoding is utf8. Cursor position, col() &...
3 Sep 5, 2006
6:05 pm

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

Patch 7.0.088 Problem: When compiled with Perl the generated prototypes have "extern" unnecessarily added. Solution: Remove the "-pipe" argument from...
1 Sep 5, 2006
3:52 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.0.087 Problem: After ":file fname" and ":saveas fname" the 'autochdir&#39; option does not take effect. (Yakov Lerner) Commands for handling 'autochdir&#39;...
1 Sep 5, 2006
2:32 pm

Bram Moolenaar
Bram@...
Send Email

Giving buffer new name in different directory does not change to new directory, when 'acd' is set. This does not sound right, taking into account that...
2 Sep 5, 2006
1:49 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.0.086 Problem: getqflist() returns entries for pattern and text with the number zero. Passing these to setqflist() results in the string "0". ...
1 Sep 5, 2006
1:45 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.0.085 Problem: When doing "make test" the viminfo file is modified. Solution: Use another viminfo file after setting 'compatible. Files:...
1 Sep 5, 2006
11:44 am

Bram Moolenaar
Bram@...
Send Email

Patch 7.0.084 Problem: The garbage collector may do its work while some Lists or Dictionaries are used internally, e.g., by ":echo" that runs into the...
1 Sep 5, 2006
11:00 am

Bram Moolenaar
Bram@...
Send Email

My older version of perforce plugin was opening another buffer during FileChangedRO, which was OK in Vim6.3, but since Vim7.0 doesn't allow this (results in...
4 Sep 4, 2006
8:27 pm

Hari Krishna Dara
hari_vim@...
Send Email

Secure Mail System Beta Test....
4 Sep 4, 2006
7:38 pm

vinschen@...
Send Email

Hello. I have a question regarding syntax matching. I have some kind of syntax and I have some solution to highlight it, but it does not work the way I...
12 Sep 4, 2006
7:10 am

Ilya
ilya@...
Send Email

... The following script, which I "source" in bash before compiling (using the bash "source" or "." command -- just running it isn't enough) includes most of...
4 Sep 4, 2006
5:44 am

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

Patch 7.0.083 Problem: Clicking with the mouse on an item for inputlist() doesn't work when 'compatible&#39; is set and/or when 'cmdheight&#39; is more than one. ...
1 Sep 3, 2006
2:40 pm

Bram Moolenaar
Bram@...
Send Email

Hi all, The BufWinEnter autocmd is not invoked when splitting a window. According to the help for the BufWinEnter autocmd, this autocmd is invoked when a...
2 Sep 3, 2006
10:53 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