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

Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 55 by carlobal...@...: b:undo_ftplugin is not defined in some files under ftplugins...
3 Mar 20, 2012
2:27 pm

vim@...
Send Email

Hi, I would like to know if it is possible to include runtime/doc/tags in .hgignore? after I build vim this file shows as modified in mercurial and then when I...
7 Mar 19, 2012
10:47 pm

John Little
John.B.Little@...
Send Email

Hello, I found a strange behaviour in the message prompt. Here is how to reproduce it: (1) :echo join(range(1,100), "\n") (2) move down and up for example:...
3 Mar 19, 2012
9:57 pm

Bram Moolenaar
Bram@...
Send Email

Hello, I had send this to bugs AT vim.org,but I'm not sure if this address is to continue working. When I was edit English text I has this strang character. ...
10 Mar 19, 2012
9:57 pm

Bram Moolenaar
Bram@...
Send Email

Hi Using Vim-7.3.475, I can reproduce a memory leak using the ':rv!' command when reading dictionary or list global variables i.e. with 'viminfo&#39; containing !...
2 Mar 18, 2012
8:54 pm

Bram Moolenaar
Bram@...
Send Email

Hi, Currently, if one wants to extend vim's functionality using python, he also has to learn considerable amount of Vim Script, which in my opinion isn't...
6 Mar 18, 2012
7:41 pm

Guy Rutenberg
guyrutenberg@...
Send Email

number relativenumber reset bug? I use several machines, Linux, Mac, Windows and have a vimrc that works very for all. The versions of vim range from 6.2 to...
1 Mar 18, 2012
7:25 pm

Bee
beeyawned@...
Send Email

Hi Bram, using the command line argument -g you can force the graphical version. But you can't prevent starting the gui version. This matters, if you want to...
13 Mar 16, 2012
9:44 pm

Taylor Hedberg
tmhedberg@...
Send Email

Hi, I run into the following gvim crash happened when I try to switch to other tabs by using "1gt" or "2gt" if NERDTree is opened. the crash is: ChildEBP...
20 Mar 16, 2012
8:22 pm

Christian Brabandt
cblists@...
Send Email

Patch 7.3.474 Problem: Perl build with gcc 4 fails. Solution: Remove XS() statements. (Yasuhiro Matsumoto) Files: src/if_perl.xs ... *************** ...
1 Mar 16, 2012
6:35 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.473 Problem: 'cursorbind&#39; does not work correctly in combination with 'virtualedit&#39; set to "all". Solution: Copy coladd. (Gary Johnson) Files:...
2 Mar 16, 2012
6:31 pm

Gary Johnson
garyjohn@...
Send Email

Patch 7.3.472 Problem: Crash when using ":redraw" in a BufEnter autocommand and switching to another tab. (驼峰) Solution: Move triggering the the...
1 Mar 16, 2012
6:09 pm

Bram Moolenaar
Bram@...
Send Email

Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 57 by zyx....@...: After creating a new line using <CR> <C-o> moves one character...
1 Mar 16, 2012
5:31 pm

vim@...
Send Email

Patch 7.3.471 Problem: Can't abort listing placed signs. Solution: Check "got_int". (Christian Brabandt) Files: src/buffer.c, src/ex_cmds.c ... ...
1 Mar 16, 2012
1:33 pm

Bram Moolenaar
Bram@...
Send Email

Hi Bram, when listing the sign definition or placements, you can't abort using the usual q/<ESC>/<Ctrl-C> keys. Attached patch fixes it, by checking the...
2 Mar 16, 2012
1:31 pm

Bram Moolenaar
Bram@...
Send Email

This is a minor issue: "vim --help" does not describe the command line options -E and --echo-wid. Is this intentional to keep "make help" short? If not,...
6 Mar 13, 2012
11:14 pm

Dominique Pellé
dominique.pelle@...
Send Email

Hi. if_perl.xs contains global function prototype. But gcc 4.x make this occur error. if_perl.c:1102:1: error: static declaration of 'XS_VIM_Msg' follows...
2 Mar 13, 2012
8:14 pm

Bram Moolenaar
Bram@...
Send Email

Hi; using vim 7.3 patchlevel 382. How to reproduce: 1. visudo -f /etc/sudoers 2. Write %user1 see its highlighted 3. Add a 1 so it becomes %users1 it becomes...
3 Mar 13, 2012
6:17 pm

İsmail Dönmez
ismail@...
Send Email

Patch 7.3.447 (after 7.3.446) Problem: Win32: External commands with "start" do not work. Solution: Unescape part of the command. (Yasuhiro Matsumoto) ...
22 Mar 13, 2012
7:46 am

mattn
mattn.jp@...
Send Email

Hi list. I found bug in string2float(). In some europe locale, it uses comma to display floating point value. So str2float(&#39;1.2') return 1.0 . ...
5 Mar 13, 2012
7:45 am

mattn
mattn.jp@...
Send Email

Hi, Sorry, forgot to mention that you need :set report=0 Cheers -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply...
1 Mar 12, 2012
9:37 pm

Dimitar DIMITROV
mitkofr@...
Send Email

Hello! wincmd r, wincmd x modify windows (rotate and exchange, respectively). This process carries window variables along. However, wincmd s and wincmd v,...
1 Mar 12, 2012
8:18 pm

Charles Campbell
Charles.E.Campbell@...
Send Email

Hi, ... The step before the last step is: When the 'syntax&#39; option was set above, this triggers an autocommand ... REPLACING AN EXISTING SYNTAX FILE...
5 Mar 12, 2012
5:14 pm

Charles
peacech@...
Send Email

Hi everyone, Now 'ambiwidth&#39; can only be global. But this is not very reasonable. For example, on a CJK system, people may want to read nfo files, whose...
1 Mar 12, 2012
3:44 pm

Yichao Zhou
broken.zhou@...
Send Email

A question came up on superuser.com about backwards motions in Vim: "To move a word forward in Vim, you press w or e. How can I move a word * backwards*?" I...
7 Mar 12, 2012
3:44 pm

Ben Fritz
fritzophrenic@...
Send Email

Any ideas here what might be going on? I was able to get Vim to use chcp.com only by copying it from the System32 directory into $VIMRUNTIME. I think this is...
11 Mar 11, 2012
11:13 pm

MacDonald, Stuart
stuart.macdonald@...
Send Email

There is a bug in the 'cursorbind&#39; feature of Vim 7.3.470 when 'virtualedit&#39; is "all". The cursor position in the inactive window(s) is supposed to track the...
2 Mar 10, 2012
1:28 pm

Bram Moolenaar
Bram@...
Send Email

Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 56 by dominiqu...@...: Pressing <C-R> continuously to redo changes inserts <12>...
6 Mar 9, 2012
11:06 am

vim@...
Send Email

I'm considering applying for the Google summer of code again. I have a few projects in mind: 1. Write tests for the regexp engine, so that we can finally use...
7 Mar 8, 2012
1:50 pm

Ben Schmidt
mail_ben_schmidt@...
Send Email

Hi, The following syntax rules behave differently when included into other syntax: syn keyword barKey X contained syn keyword barKey Y Attached archive that...
2 Mar 8, 2012
12:57 pm

Ruslan Zakirov
ruslan.zakirov@...
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