[patch] runtime/ftplugin/python.vim

2012-05-06 Fir de Conversatie Thilo Six
Hello Johannes, hello Bram, hello James, i am looking through the list of patches which have been currently only been made available for user of the GNU/Linux Debian distribution. I think it would make sense to include them upstream to make them available to all Vim users. Bram since i had

Re: Crash when extend(o, o)

2012-05-06 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: 2012/5/3 (Thu) 3:55:50 UTC+9 Bram Moolenaar: Yasohiro Matsumoto wrote: When passing same Dictionary/List to expand(), it breaks reference counter. let o = {a:{b:B}} call extend(o, o) echo o.a.b = crash https://gist.github.com/2578755

Re: python3 and multibyte strings

2012-05-06 Fir de Conversatie lilydjwg
On Sat, May 05, 2012 at 03:25:28AM -0700, Stanislav Kondratyev wrote: Hello! I’m reposting this issue from vim_multibyte thanks to John Beckett's kind advice. I was experimenting with the python3 interface and I stumbled upon the following phenomenon. Suppose the cursor is in the string

[patch] runtime/syntax/xdefaults.vim

2012-05-06 Fir de Conversatie Thilo Six
Hello Johannes, hello Bram, hello James, here is an other Debian only patch. This time for 'runtime/syntax/xdefaults.vim' you can view it at: http://patch-tracker.debian.org/patch/series/view/vim/2:7.3.429-2/upstream/xdefaults-syntax-define.patch or download it at:

[patch] runtime/doc/vimtutor-fr.1

2012-05-06 Fir de Conversatie Thilo Six
Hello David, the Vim runtimefiles 'runtime/doc/vimtutor-fr.1' and 'runtime/doc/vimtutor-fr.UTF-8.1' have patches available in Debian GNU/Linux which are not yet incooperated upstream. You can view the patches in question here:

[patch] src/po/es.po

2012-05-06 Fir de Conversatie Thilo Six
Hello Omar, in the Debian GNU/Linux distribution vim contains a pacth not yet inclueded upstream. This patch is for 'src/po/es.po' and is supposed to fix 'Correct Spanish translation for swap file recovery'. You can review tha patch at:

Jumping between parenthesis with acomment inbetween (a possible bug)

2012-05-06 Fir de Conversatie Zroutik
Dear vim devs, thank you for the great editing tool! Recently I was editing my R scripts (R Project statistical software) and I came across the following strange behaviour: Jumping between parenthesis is not as expected, if an unpaired closing parenthesis appears in-between in comments. OS:

incorrect description on how to subscribe to lists on http://vim.org

2012-05-06 Fir de Conversatie Zroutik
Dear devs, the http://www.vim.org/community.php contains an incorrect description on how to subscribe to this group. It says send an email to. This is incorrect, the emails comes back undelivered. The text should say: The group may be joined through the web-page

Re: [patch] runtime/doc/vimtutor-fr.1

2012-05-06 Fir de Conversatie Dominique Pellé
David Blancher wrote: Le 6 mai 2012 à 13:51, Thilo Six a écrit : Hello David, the Vim runtimefiles 'runtime/doc/vimtutor-fr.1' and 'runtime/doc/vimtutor-fr.UTF-8.1' have patches available in Debian GNU/Linux which are not yet incooperated upstream. You can view the patches in question

Re: setting refresh: 'always' in a completion function breaks the dot ('.') register

2012-05-06 Fir de Conversatie Val Markovic
On Sat, May 5, 2012 at 1:49 PM, Val Markovic v...@markovic.io wrote: I've encountered this problem with two different plugins; one of them is something I'm still working on, the other plugin is neocomplcache. The issue report for neo is here: