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

I often define my own text objects. But I noticed that some of them are not correctly repeatable with the "." command. I investigated the cause of the...
19 Mar 25, 2013
10:22 pm

Sung Pae
self@...
Send Email

Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 125 by nandrys...@...: <Space> does not show up when showcmd is set. ...
1 Mar 25, 2013
7:14 pm

vim@...
Send Email

Hi Bram, The latest development version of Vim currently only supports the compact syntax of the RELAX NG schema language. Attached is a simple ...
2 Mar 25, 2013
12:12 pm

Bram Moolenaar
Bram@...
Send Email

Hello, I'm a student interested contributing to the Vim project(probably thorough bug fixes and cleaning the issue tracker) through Google Summer of Code, but...
2 Mar 25, 2013
12:04 pm

Bram Moolenaar
Bram@...
Send Email

Steps to reproduce: $ cat a.vim function! Foo() py3 vim.command("py3 0") endfunction py3 import vim py3 vim.bindeval('function("Foo")')() $ vim -u NONE -N ... ...
1 Mar 25, 2013
2:02 am

Yukihiro Nakadaira
yukihiro.nakadaira@...
Send Email

Hello, I wrote the P() Vimscript function to compute Ð. A C language compiled version take about 2 seconds to return the result (1200 chars string). But the...
3 Mar 24, 2013
10:27 pm

Zulox4
zulolox4vios@...
Send Email

Patch 7.3.872 Problem: On some systems case of file names is always ignored, on others never. Solution: Add the 'fileignorecase' option to control this at...
7 Mar 24, 2013
7:40 pm

h_east
h.east.727@...
Send Email

Patch 7.3.859 Problem: 'ambiwidth&#39; must be set by the user. Solution: Detects East Asian ambiguous width (UAX #11) state of the terminal at the start-up...
14 Mar 24, 2013
11:30 am

Hayaki Saito
user@...
Send Email

Dear Vim_Dev, If one is in the directory of the current file '%:h:h&#39; expands to '.', while it should expand tas '%:p:h:h&#39; does. This is probably is not very ...
8 Mar 24, 2013
12:41 am

Marcin Szamotulski
mszamot@...
Send Email

Patch 7.3.871 Problem: search('^$', 'c') does not use the empty match under the cursor. Solution: Special handling of the 'c' flag. (Christian Brabandt) ...
6 Mar 23, 2013
8:51 pm

Bram Moolenaar
Bram@...
Send Email

Hi, Following discussion in another thread this patch moves the minimum version of Windows supported in a default build of VIM up to Windows XP. This should...
10 Mar 23, 2013
4:52 pm

Mike Williams
mike.williams@...
Send Email

Hi, attached patch adds a new field called 'a' into guifont spec for gui_win32. This allows Windows user to control font antialiasing style in same fashion as...
11 Mar 23, 2013
11:43 am

Mike Williams
mike.williams@...
Send Email

How about implementing a hightlighting of the pattern searched for in :g/.../ expressions? At times the resulting list is quite long and it is difficult to...
13 Mar 22, 2013
8:10 am

Choi, Jin-yong
jychoi@...
Send Email

Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 124 by ikirudennis: vim.vim syntax highlighting bug when option string starts with 'z' ...
1 Mar 21, 2013
10:56 pm

vim@...
Send Email

Patch 7.3.875 (after 7.3.866) Problem: Build problem with some combination of features. Solution: Use FEAT_XCLIPBOARD instead of FEAT_CLIPBOARD. Files:...
1 Mar 21, 2013
9:54 pm

Bram Moolenaar
Bram@...
Send Email

Looking at vim 7.3 filetype.vim: " Vim support file to detect file types " " Maintainer: Bram Moolenaar <****@***.***> " Last Change: 2010 Jul 30 This is valid...
4 Mar 21, 2013
2:04 pm

James McCoy
jamessan@...
Send Email

It is possible to give an arbitrary number of counts and "motion force" (v V <C-V>) after an operator. For example, in the current Vim 7.3.874, the following...
6 Mar 20, 2013
8:45 pm

Christian Brabandt
cblists@...
Send Email

Hi Bram, ... +++ b/runtime/doc/options.txt @@ -701,7 +701,7 @@ Vim may set this option automatically at startup time when Vim is compiled with the...
3 Mar 20, 2013
8:24 pm

Bram Moolenaar
Bram@...
Send Email

Dear Vim Devs, If one sets: set pastetoggle=\p inoremap #p \pi Then typing #p in insert mode results in i, the \p is consumed by pastetoggle. Since...
1 Mar 20, 2013
9:03 am

Marcin Szamotulski
mszamot@...
Send Email

Hi Gary! ... Here is a patch, that makes :norm! ignore the cedit key, while :norm behaves as is. regards, Christian -- Wer die Menge unbedeutender...
4 Mar 20, 2013
6:02 am

Gary Johnson
garyjohn@...
Send Email

Patch 7.3.874 Problem: Comparing file names does not handle multi-byte characters properly. Solution: Implement multi-byte handling. Files:...
3 Mar 19, 2013
7:51 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.873 Problem: Cannot easily use :s to make title case. Solution: Have "\L&#92;u" result in title case. (James McCoy) Files: src/regexp.c,...
1 Mar 19, 2013
4:42 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.870 Problem: Compiler warnings when using MingW 4.5.3. Solution: Do not use MAKEINTRESOURCE. Adjust #if. (Ken Takata) Files: src/gui_w32.c,...
1 Mar 19, 2013
1:48 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.869 Problem: bufwinnr() matches buffers in other tabs. Solution: For bufwinnr() and ? only match buffers in the current tab. (Alexey Radkov) ...
1 Mar 19, 2013
1:26 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.868 Problem: When at the hit-return prompt and using "k" while no text has scrolled off screen, then using "j", an empty line is displayed. ...
1 Mar 19, 2013
12:56 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.867 Problem: Matchparen does not update match when using auto-indenting. (Marc Aldorasi) Solution: Add the TextChanged and TextChangedI...
1 Mar 19, 2013
12:34 pm

Bram Moolenaar
Bram@...
Send Email

Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 120 by vlad.ir...@...: folds are displayed incorrectly after uncaught error in...
9 Mar 19, 2013
11:42 am

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.866 Problem: Not serving the X selection during system() isn't nice. Solution: When using fork() do not loose the selection, keep serving it. ...
1 Mar 19, 2013
11:36 am

Bram Moolenaar
Bram@...
Send Email

Possibly this is a bug, but I'm not sure. Through user fow in #vim on freenode, I've confirmed no side effect in 7.3.409, but there is a side effect in 7.3.547...
10 Mar 19, 2013
7:48 am

Christian Brabandt
cblists@...
Send Email

I only bring this up because I want to understand vim more, and because I want to draw attention to the issue: I've posted a question on SO that explains my...
2 Mar 18, 2013
5:17 pm

Ben Fritz
fritzophrenic@...
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