On Mo, 15 Jul 2019, Bram Moolenaar wrote:
>
> I wrote:
>
> > Patch 8.1.1698
> > Problem:Appveyor build with MSVC fails.
> > Solution: Remove the sed command
> > Files: ci/appveyor.bat
>
> This solved the problem, but now we have the ugly progress bar output
> back. Can this be
Great, this is going to be useful! Thanks for this great work!
On Thursday, 4 July 2019 20:34:47 UTC+5:30, Bram Moolenaar wrote:
> Most of the popup window support has now been implemented. There are a
> few things to improve and add, but it should be good enough to use.
>
> Please give it a tr
Hi,
2019/7/15 Mon 1:23:21 UTC+9 Bram Moolenaar wrote:
> Patch 8.1.1692
> Problem:Using *{} for literal dict is not backwards compatible. (Yasuhiro
> Matsumoto)
> Solution: Use ~{} instead.
> Files:runtime/doc/eval.txt runtime/doc/popup.txt, src/eval.c,
> s
Patch 8.1.1700
Problem:Listener callback called for the wrong buffer.
Solution: Invoke listeners before calling ml_append_int().
Files: src/memline.c
*** ../vim-8.1.1699/src/memline.c 2019-07-13 20:14:39.626623070 +0200
--- src/memline.c 2019-07-15 22:58:33.160930543 +02
Patch 8.1.1699
Problem:Highlight_ga can be local instead of global.
Solution: Move highlight_ga into highlight.c. (Yegappan Lakshmanan,
closes #4675)
Files: src/globals.h, src/highlight.c, src/proto/highlight.pro,
src/structs.h, src/syntax.c
*** ../vim-8.1.169
I wrote:
> Patch 8.1.1698
> Problem:Appveyor build with MSVC fails.
> Solution: Remove the sed command
> Files:ci/appveyor.bat
This solved the problem, but now we have the ugly progress bar output
back. Can this be disabled somehow?
--
"When I die, I want a tombstone that s
Patch 8.1.1698
Problem:Appveyor build with MSVC fails.
Solution: Remove the sed command
Files: ci/appveyor.bat
*** ../vim-8.1.1697/ci/appveyor.bat 2019-02-03 13:12:20.344668681 +0100
--- ci/appveyor.bat 2019-07-15 22:01:29.703277155 +0200
***
*** 23,39
.\gv
Patch 8.1.1697
Problem:Cannto build with MSVC.
Solution: Remove the backslashes after the @<< mechanism.
Files: src/Make_mvc.mak
*** ../vim-8.1.1696/src/Make_mvc.mak2019-07-15 20:44:53.599986561 +0200
--- src/Make_mvc.mak2019-07-15 21:13:43.991282612 +0200
***
***
Patch 8.1.1696
Problem:MSVC: link command line is too long.
Solution: Use the @<< mechanism to pass the arguments via a file. (Christian
Brabandt)
Files: src/Make_mvc.mak
*** ../vim-8.1.1695/src/Make_mvc.mak2019-07-14 21:29:04.554965965 +0200
--- src/Make_mvc.mak2
Patch 8.1.1695
Problem:Windows 10: crash when cursor is at bottom of terminal.
Solution: Position the cursor before resizing. (Yasuhiro Matsumoto,
closes #4679)
Files: src/os_win32.c
*** ../vim-8.1.1694/src/os_win32.c 2019-06-08 12:05:18.696163864 +0200
--- src/os_wi
Hi Christian,
On Mon, Jul 15, 2019 at 6:21 AM Christian Brabandt wrote:
>
>
> On Mo, 15 Jul 2019, Bram Moolenaar wrote:
>
> >
> > Christian wrote:
> >
> > > On Mo, 15 Jul 2019, Bram Moolenaar wrote:
> > >
> > > > You quoted the end of the error message, do you have the whole line?
> > >
> > > Her
On Mo, 15 Jul 2019, Ken Takata wrote:
> I confirmed that your patch worked fine.
> (I had to apply your patch manually, though.)
Thanks!
Best,
Christian
--
Schlechte Kandidaten werden gewählt von guten Bürgern, die nicht zur
Wahl gehen.
-- Thomas Jefferson
--
--
You receiv
Hi Christian,
2019/7/15 Mon 22:21:36 UTC+9 Christian Brabandt wrote:
> On Mo, 15 Jul 2019, Bram Moolenaar wrote:
>
> >
> > Christian wrote:
> >
> > > On Mo, 15 Jul 2019, Bram Moolenaar wrote:
> > >
> > > > You quoted the end of the error message, do you have the whole line?
> > >
> > > Here w
On Mo, 15 Jul 2019, Bram Moolenaar wrote:
>
> Christian wrote:
>
> > On Mo, 15 Jul 2019, Bram Moolenaar wrote:
> >
> > > You quoted the end of the error message, do you have the whole line?
> >
> > Here we go:
> >
> > link /nologo /opt:ref /LTCG:STATUS /HIGHENTROPYVA:NO
> > /subsystem:win
Christian wrote:
> On Mo, 15 Jul 2019, Bram Moolenaar wrote:
>
> > You quoted the end of the error message, do you have the whole line?
>
> Here we go:
>
> link /nologo /opt:ref /LTCG:STATUS /HIGHENTROPYVA:NO /subsystem:windows,5.02
> -out:gvim.exe .\ObjGXOULYHTRZAMD64\arabic.obj .\ObjGX .
On Mo, 15 Jul 2019, Bram Moolenaar wrote:
> You quoted the end of the error message, do you have the whole line?
Here we go:
link /nologo /opt:ref /LTCG:STATUS /HIGHENTROPYVA:NO /subsystem:windows,5.02
-out:gvim.exe .\ObjGXOULYHTRZAMD64\arabic.obj .\ObjGXOULYHTRZAMD64\autocmd.obj
.\ObjGXO
Christian wrote:
> On Sa, 13 Jul 2019, Bram Moolenaar wrote:
>
> >
> > Patch 8.1.1684
> > Problem:Profiling functionality is spread out.
> > Solution: Put profiling functionality in profiling.c. (Yegappan
> > Lakshmanan,
> > closes #4666)
>
> Since this patch has been appli
Yasuhiro Matsumoto wrote:
> I wonder that user may be confusing this operator with regular expression.
>
> let n = "n"
> if n =~{n: "."}.n
>
> This works fine on older vim but newer doesn't.
Can you say how? I tried and it seems to do the same thing before and
after the change.
--
I wonder
18 matches
Mail list logo