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

The attached patch fixes an E315 error that occurs for me sometimes when I work in Athena gvim under Cygwin. The stack trace when the problem occurs is as...
2 Jan 1, 2013
1:33 am

Bram Moolenaar
Bram@...
Send Email

Hi all, I think the following might (I am testing with Vim 7.3.409) be a bug: command vim -nNX -u NONE then insert: bla:///path/to/file then, with cursor being...
4 Dec 30, 2012
7:25 am

ZyX
zyx.vim@...
Send Email

Hi, bram and all. In some times, I want to use utf-8 character based char2nr/nr2char. Currently, char2nr/nr2char works depend on locale characters. But I guess...
7 Dec 29, 2012
9:55 pm

Bram Moolenaar
Bram@...
Send Email

Hi, I found some typos in todo.txt. Attached patch fixes them. Thanks, Ken Takata -- You received this message from the "vim_dev" maillist. Do not top-post!...
4 Dec 29, 2012
9:55 pm

Bram Moolenaar
Bram@...
Send Email

... Bram, here is a patch, that enables redirecting when using <ctrl-d> for commandline completion: diff --git a/src/ex_getln.c b/src/ex_getln.c ... +++...
7 Dec 29, 2012
9:35 pm

Bram Moolenaar
Bram@...
Send Email

Hi all, I found that the current implementation of mch_get_acl() and mch_set_acl() in os_win32.c does not work well. There are some causes: 1. mch_get_acl()...
5 Dec 29, 2012
9:35 pm

Bram Moolenaar
Bram@...
Send Email

Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 11 by lovet...@...: VIM shell extension added LANG environment variable to...
3 Dec 29, 2012
10:44 am

vim@...
Send Email

Hi. I received a patch from someone. The patch add separator into the right of number column. http://blog-imgs-43.fc2.com/l/s/i/lsifrontend/vim_extnu.png This...
4 Dec 27, 2012
3:46 am

mattn
mattn.jp@...
Send Email

Hi. ... function! s:e724() let a = {} let a.a = a return a endfunction try echo s:e724() catch echo 'error!&#39; endtry echo '---------' try 12verbose echo...
2 Dec 27, 2012
3:42 am

mattn
mattn.jp@...
Send Email

Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 82 by dominiqu...@...: Vim does not correctly restore terminal title of...
5 Dec 26, 2012
4:28 pm

vim@...
Send Email

Hi ... Bram, foldupdate will be called several times, when formating a paragraph, because it can be called in del_bytes() function and also in do_join() ...
3 Dec 26, 2012
3:24 pm

Christian Brabandt
cblists@...
Send Email

Hi, all I'm thinking, type of 'number&#39; in vim script must be 64bit. Also 'float&#39; should be 'double&#39; in 2013/2014 or later. `getfsize()` can't return size of...
2 Dec 26, 2012
3:15 pm

Christian Brabandt
cblists@...
Send Email

Fix case where searching backwards from a multibyte character on the same line results in a wrong cursor offset. Given the buffer: 0123❤ With the cursor on...
4 Dec 26, 2012
12:56 am

Bram Moolenaar
Bram@...
Send Email

Hi list. ... tabnew autocmd InsertEnter * call settabvar(1, 'foo', 0) put ='foo!&#39; call feedkeys('A', 't') ... When :source above code, cursor should be end of...
2 Dec 26, 2012
12:56 am

Bram Moolenaar
Bram@...
Send Email

Hi, I'm the maintainer of Vim-R-plugin which may start a separate Vim instance to run an "Object Browser". This Vim instance has a UDP server running in a new...
5 Dec 23, 2012
11:56 pm

Jakson Alves de Aquino
jalvesaq@...
Send Email

Bram, this patch changes how confirm writes messages on the console. It will now highlight each choice using the Title highlighting group. regards, Christian ...
2 Dec 23, 2012
11:22 pm

Bram Moolenaar
Bram@...
Send Email

Does anyone in vim_dev get junk mail from admin@...? The vim_use mailing list has an irritating problem whereby when someone posts a message to vim_use,...
10 Dec 22, 2012
3:58 pm

lilydjwg
lilydjwg@...
Send Email

I am seeing different behaviour (gVim or console Vim) distilled down to ... nr2char(c) | echon c On my Ubuntu 12.04 (Vim 7.3.pretty current) and Mac Mountain...
5 Dec 19, 2012
1:39 pm

David Fishburn
dfishburn.vim@...
Send Email

Since vim 7.3 patch 429 (on Ubuntu Precise/12.04), it looks like there's a segfault issue when doing "cclose" on BufUnload in a python function. In...
4 Dec 18, 2012
8:27 pm

Christian Brabandt
cblists@...
Send Email

Hi, The current version of Vim uses an address of _errno which is exported by msvcrXX.dll to check the error code of (lib)iconv.dll. However the version (or...
4 Dec 18, 2012
8:34 am

Bram Moolenaar
Bram@...
Send Email

Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 99 by m...@...: Feature: Extended regular expressions ...
3 Dec 17, 2012
6:23 pm

Ben Fritz
fritzophrenic@...
Send Email

+correct vim group. ... -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more...
8 Dec 17, 2012
4:32 pm

Sergey Khorev
sergey.khorev@...
Send Email

Hi there Here's a small patch to fix some identation in vim.h. Nothing else. -- Greetings Elias -- You received this message from the "vim_dev" maillist. Do...
2 Dec 16, 2012
8:20 pm

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.762 (after 7.3.759) Problem: On some systems the tabline is not redrawn. Solution: Call RedrawWindow(). (Charles Peacech) Files:...
1 Dec 16, 2012
11:51 am

Bram Moolenaar
Bram@...
Send Email

Patch 7.3.759 Problem: MS-Windows: Updating the tabline is slow when there are many tabs. Solution: Disable redrawing while performing the update. (Arseny...
3 Dec 15, 2012
1:13 pm

Bram Moolenaar
Bram@...
Send Email

Bram, I noticed, my gvim started behaving strange when using the gnome version. It turned out, that some script was doing something like :echo 1+1.0 and Vim...
2 Dec 14, 2012
7:52 pm

Bram Moolenaar
Bram@...
Send Email

This is really a bug in Ruby, I think. How to recreate on OSX: * Compile vim with ruby support, using the "system" ruby (/usr/bin/ruby, version 1.8.7-p358 in...
1 Dec 14, 2012
8:09 am

Christian Höltje
docwhat@...
Send Email

The \i and \k regex character classes are very useful, matching identifier and keyword characters respectively. You might think that \I and \K match...
5 Dec 13, 2012
9:48 pm

Nate Soares
nate@...
Send Email

Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 96 by dominiqu...@...: Use of memory after free when pasting in read-only file...
8 Dec 12, 2012
9:39 pm

David Fishburn
dfishburn.vim@...
Send Email

Patch 7.3.761 Problem: In Visual mode a "-p does not work. (Marcin Szamotulski) Solution: Avoid writing to "- before putting it. (Christian Brabandt) ...
1 Dec 12, 2012
5:20 pm

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