[patch] Added v:completed_item feature for CompleteDone event

2013-11-29 Fir de Conversatie Shougo
Hi, Bram. I added v:completed_item feature for CompleteDone event. https://groups.google.com/d/msg/vim_dev/XDFDQ8rkBII/xfOjjDzpa00J This feature is useful for printing selected item information. You can get the selected dictionary which has "word", "abbr", "menu", "kind" dictionary key. It is im

Re: ActivePerl 5.18.1 fails to compile

2013-11-29 Fir de Conversatie tux.
Wow. Looks like it's working. :-) Thank you! -- -- 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 information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed t

Re: ActivePerl 5.18.1 fails to compile

2013-11-29 Fir de Conversatie Ken Takata
Hi, A fix for ActivePerl 5.18.1 is already posted at here: http://code.google.com/p/vim/issues/detail?id=170#c5 (Hmm, preprocessor directives are not nicely indented. It's better to fix them.) However, using this fix is not enough when build with MSVC. As I already mentioned, ActivePerl 5.18.1 is

BUG: NFA-regexp discrepancy with non-greedy match

2013-11-29 Fir de Conversatie Ingo Karkat
Hello Vim developers, there's another discrepancy between the regular expression engines: for n in [0, 1] | echo string(matchstr(' x', '\%#=' . n . '^\s\{-}\zs\(x\| x$\)')) | endfor for n in [0, 1] | echo string(matchstr(' x', '\%#=' . n . '^\s\{-}\ze\(x\| x$\)')) | endfor for n in [0, 1] | ech

Re: ActivePerl 5.18.1 fails to compile

2013-11-29 Fir de Conversatie tux.
Well, so is there a recent Perl distribution for use with MSVC? :( -- -- 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 information, visit http://www.vim.org/maillist.php --- You received this message because

Re: Patch 7.4.109

2013-11-29 Fir de Conversatie Marcin Szamotulski
On 23:25 Fri 29 Nov , Nikolay Pavlov wrote: > On Nov 29, 2013 11:14 PM, "Marcin Szamotulski" wrote: > > > > On 11:59 Fri 29 Nov , Bram Moolenaar wrote: > > > > > > Marcin Szamotulski wrote: > > > > > > > On 18:54 Thu 28 Nov , Bram Moolenaar wrote: > > > > > > > > > > Patch 7.4.109 > >

[TODO PATCH] Some items are no longer the issue, but are still in todo.txt

2013-11-29 Fir de Conversatie ZyX
I have also moved mention of E685 error closer to mention of extended-funcrefs and added a note that extended-funcrefs purges this bug. diff -r 486655e0c5a2 runtime/doc/todo.txt --- a/runtime/doc/todo.txt Thu Nov 28 19:27:30 2013 +0100 +++ b/runtime/doc/todo.txt Fri Nov 29 23:46:22 2013

Re: ActivePerl 5.18.1 fails to compile

2013-11-29 Fir de Conversatie Ken Takata
Hi, 2013/11/28 Thu 15:18:55 UTC+9 Konovalov, Vadim wrote: > ActivePerl 5.18.1 binaries are built with VC6 compiler, with in turn have > some applied service-packs. > (I have VC6 without the mentioned SPs) ActivePerl 5.16 is built with VC6. However, it seems that ActivePerl 5.18.1 is built with M

Re: Patch 7.4.109

2013-11-29 Fir de Conversatie Nikolay Pavlov
On Nov 29, 2013 11:14 PM, "Marcin Szamotulski" wrote: > > On 11:59 Fri 29 Nov , Bram Moolenaar wrote: > > > > Marcin Szamotulski wrote: > > > > > On 18:54 Thu 28 Nov , Bram Moolenaar wrote: > > > > > > > > Patch 7.4.109 > > > > Problem:ColorScheme autocommand matches with the current b

Re: Patch 7.4.109

2013-11-29 Fir de Conversatie Marcin Szamotulski
On 11:59 Fri 29 Nov , Bram Moolenaar wrote: > > Marcin Szamotulski wrote: > > > On 18:54 Thu 28 Nov , Bram Moolenaar wrote: > > > > > > Patch 7.4.109 > > > Problem:ColorScheme autocommand matches with the current buffer name. > > > Solution: Match with the colorscheme name. (Christ

Re: ActivePerl 5.18.1 fails to compile

2013-11-29 Fir de Conversatie tux.
Cesar Romani schrob am Freitag, 29. November 2013 um 06:00 Zeit: > libperl518.a needs to be added on the link line. Does that also solve the MSVC issue? -- -- 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 in

Re: Patch 7.4.109

2013-11-29 Fir de Conversatie Bram Moolenaar
Marcin Szamotulski wrote: > On 18:54 Thu 28 Nov , Bram Moolenaar wrote: > > > > Patch 7.4.109 > > Problem:ColorScheme autocommand matches with the current buffer name. > > Solution: Match with the colorscheme name. (Christian Brabandt) > > Files: runtime/doc/autocmd.txt, src/f