ruby.vim does not work with greater than rubygems 1.7

2011-07-21 Fir de Conversatie mattn
Hi list. I updated rubygems, then I got an error while opening *.rb file always. It seems some method become deprecated. Below is a patch that use fallback using Gem::Specification. Please check and include. This patch change expression of shellxquote == ' to shellxquote != ''. shellxquote can

Re: ruby.vim does not work with greater than rubygems 1.7

2011-07-21 Fir de Conversatie mattn
Ah, sorry. Gem.all_load_paths.sort.uniq have better to be fallback. it show warning message. Check following. diff -r 1d1065c2e7fa runtime/ftplugin/ruby.vim --- a/runtime/ftplugin/ruby.vim Wed Jul 20 18:29:39 2011 +0200 +++ b/runtime/ftplugin/ruby.vim Thu Jul 21 20:43:42 2011 +0900 @@ -73,11

pythoncomplete does not work when from XXX import YYY

2011-07-21 Fir de Conversatie mattn
Hi list. when type '.' at following code, pythoncomplete does not work. -- from httplib import HTTPConnection def autocomplete_in_function(): h = HTTPConnection h. -- pythoncomplete does not check from XXX import YYY as import. Below is a patch. Please check and include.

Re: Patch 7.3.258

2011-07-21 Fir de Conversatie Ben Schmidt
Does this have some documentation with it? How will anybody find out about it if not? Ben. On 21/07/11 1:27 AM, Bram Moolenaar wrote: Patch 7.3.258 Problem:MS-Windows: The edit with existing vim context menu entries can be unwanted. Solution: Let a registry entry disable

Re: A reverse search history doesn't stored.

2011-07-21 Fir de Conversatie Bram Moolenaar
Taro Muraoka wrote: 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 foobar: 1. Search backword: ?foobar/eCR 2. Search forward:

Re: Patch 7.3.258

2011-07-21 Fir de Conversatie Bram Moolenaar
Ben Schmidt wrote: Does this have some documentation with it? How will anybody find out about it if not? I didn't include it in the patch: The edit with existing Vim entries can be enabled by adding an entry in the registry under HKLM\Software\Vim\Gvim, named DisableEditWithExisting, and

Re: pythoncomplete does not work when from XXX import YYY

2011-07-21 Fir de Conversatie Bram Moolenaar
Mattn wrote: Hi list. when type '.' at following code, pythoncomplete does not work. -- from httplib import HTTPConnection def autocomplete_in_function(): h = HTTPConnection h. -- pythoncomplete does not check from XXX import YYY as import. Below is a patch.

Re: ruby.vim does not work with greater than rubygems 1.7

2011-07-21 Fir de Conversatie Bram Moolenaar
Mattn wrote: I updated rubygems, then I got an error while opening *.rb file always. It seems some method become deprecated. Below is a patch that use fallback using Gem::Specification. Please check and include. This patch change expression of shellxquote == ' to shellxquote != ''.

Re: [BUG] l: dictionary is locked before first line of a function is executed

2011-07-21 Fir de Conversatie ZyX
Reply to message «[BUG] l: dictionary is locked before first line of a function is executed», sent 23:32:21 22 July 2011, Friday by ZyX: Update: the following script is enough to reproduce this behavior FAILED=0 ; for ((I=0 ; I100 ; I++ )) ; do vim -u NONE -S ( EOF python import vim