Ruby Plugin Bug w/ mouseover Balloon Contents

2011-07-20 Fir de Conversatie Glenn Rempe
As suggested by Bjorn I am sending the following bug report to this group. I have reached out to the plugin maintainer mentioned in the head of the file, but I did not yet receive a response. I have worked around the issue for the moment, but It may affect others and was a bit tricky (as a relati

`$' sign is not escaped by fnameescape() under windows

2011-07-20 Fir de Conversatie ZyX
In vim-7.3.244 compiled by mingw for win32 fnameescape('$HOME') returns '$HOME', while expected to return '\$HOME'. Command «:edit $HOME» works as expected, so `$' definitely has a special meaning for vim and thus should be escaped. signature.asc Description: This is a digitally signed message

RE: 'backupcopy' and Windows Vista symbolic links

2011-07-20 Fir de Conversatie Craig Barkhouse
> -Original Message- > From: vim_dev@googlegroups.com [mailto:vim_dev@googlegroups.com] On > Behalf Of Benjamin Fritz > Sent: Thursday, July 07, 2011 8:02 AM > To: Bram Moolenaar > Cc: vim_dev > Subject: Re: 'backupcopy' and Windows Vista symbolic links > > On Thu, Jul 7, 2011 at 6:34 AM,

Re: Patch 7.3.259

2011-07-20 Fir de Conversatie Thilo Six
Charles Campbell wrote the following on 20.07.2011 18:24 -- -- > ftp://ftp.home.vim.org/pub/vim/patches/7.3/7.3.259 > ***error*** curl failed - nonexistent file? > > Regards, > Chip Campbell It seems to be there now. Regards, -- bye Thilo 4096R/0xC70B1A8F 721B 1BA0 095C 1ABA 3FC6 7C18 89A4

Patch 7.3.260

2011-07-20 Fir de Conversatie Bram Moolenaar
Patch 7.3.260 Problem:CursorHold triggers on an incomplete mapping. (Will Gray) Solution: Don't trigger CursorHold when there is typeahead. Files: src/fileio.c *** ../vim-7.3.259/src/fileio.c 2011-05-19 17:25:36.0 +0200 --- src/fileio.c2011-07-20 18:22:16.0 +02

Re: Patch 7.3.259

2011-07-20 Fir de Conversatie Charles Campbell
Bram Moolenaar wrote: Patch 7.3.259 Problem:Equivalence classes only work for latin characters. Solution: Add the Unicode equivalence characters. (Dominique Pelle) Files: runtime/doc/pattern.txt, src/regexp.c, src/testdir/test44.in, src/testdir/test44.ok Hello, Bram!

Patch 7.3.259

2011-07-20 Fir de Conversatie Bram Moolenaar
Patch 7.3.259 Problem:Equivalence classes only work for latin characters. Solution: Add the Unicode equivalence characters. (Dominique Pelle) Files: runtime/doc/pattern.txt, src/regexp.c, src/testdir/test44.in, src/testdir/test44.ok *** ../vim-7.3.258/runtime/doc/pattern.t

Patch 7.3.258

2011-07-20 Fir de Conversatie Bram Moolenaar
Patch 7.3.258 Problem:MS-Windows: The edit with existing vim context menu entries can be unwanted. Solution: Let a registry entry disable them. (Jerome Vuarand) Files: src/GvimExt/gvimext.cpp *** ../vim-7.3.257/src/GvimExt/gvimext.cpp 2010-08-15 21:57:29.0 +0

Patch 7.3.257

2011-07-20 Fir de Conversatie Bram Moolenaar
Patch 7.3.257 Problem:Not all completions are available to user commands. Solution: Add "color", "compiler", "file_in_path" and "locale". (Dominique Pelle) Files: src/ex_docmd.c, runtime/doc/map.txt *** ../vim-7.3.256/src/ex_docmd.c 2011-07-20 15:04:52.0 +020

A reverse search history doesn't stored.

2011-07-20 Fir de Conversatie MURAOKA Taro
Hi list and Bram. I got a report of strange behavior about vim's search history. And I have wrote an attached patch to fix it. Please check below description and the patch. Thanks ==Description== Operations to reproduce: 1. Search backword: ?foobar/e 2. Search forward: /foobar/e 3. / Expec

Patch 7.3.256

2011-07-20 Fir de Conversatie Bram Moolenaar
Patch 7.3.256 Problem:Javascript indenting not sufficiently tested. Solution: Add more tests. (Luc Deschenaux) Mark the lines that are indented wrong. Files: src/testdir/test3.in, src/testdir/test3.ok *** ../vim-7.3.255/src/testdir/test3.in 2011-07-15 14:12:25.0 +

Patch 7.3.255

2011-07-20 Fir de Conversatie Bram Moolenaar
Patch 7.3.255 Problem:When editing a file such as "File[2010-08-15].vim" an E16 error is given. (Manuel Stol) Solution: Don't give an error for failing to compile the regexp. Files: src/ex_docmd.c, src/misc1.c, src/vim.h *** ../vim-7.3.254/src/ex_docmd.c 2011-06-13 0

Re: [PATCH] set /etc/yum.conf and /etc/yum.repos.d/* to dosini format

2011-07-20 Fir de Conversatie Bram Moolenaar
Hong Xu wrote: > /etc/yum.conf and /etc/yum.repos.d/* are widely used, and their conf > files are dosini format. So we should set their filetype to dosini in > filetype.vim. Thanks. But it needs to be split in a normal rule and one that uses StarSetf(). I'll do that. -- Not too long ago, u