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...
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...
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...
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!...
... 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 ... +++...
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()...
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...
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() ...
Hi, all I'm thinking, type of 'number39; in vim script must be 64bit. Also 'float39; should be 'double39; in 2013/2014 or later. `getfsize()` can't return size of...
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...
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...
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...
Bram, this patch changes how confirm writes messages on the console. It will now highlight each choice using the Title highlighting group. regards, Christian ...
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,...
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...
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...
+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...
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...
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...
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...
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...
The \i and \k regex character classes are very useful, matching identifier and keyword characters respectively. You might think that \I and \K match...
Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 96 by dominiqu...@...: Use of memory after free when pasting in read-only file...
Patch 7.3.761 Problem: In Visual mode a "-p does not work. (Marcin Szamotulski) Solution: Avoid writing to "- before putting it. (Christian Brabandt) ...