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
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
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
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
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
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
> >
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
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
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
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
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
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
12 matches
Mail list logo