Patch 8.2.2022

2020-11-20 Fir de Conversatie Bram Moolenaar
Patch 8.2.2022 Problem:Vim9: star command recognized errornously. Solution: Give an error for missing colon. (issue #7335) Files: src/ex_docmd.c, src/testdir/test_vim9_cmd.vim *** ../vim-8.2.2021/src/ex_docmd.c 2020-11-20 19:26:45.081207924 +0100 --- src/ex_docmd.c 2020-11-

Patch 8.2.2021

2020-11-20 Fir de Conversatie Bram Moolenaar
Patch 8.2.2021 Problem:Vim9: get E1099 when autocommand resets did_emsg. Solution: Add did_emsg_cumul. (closes #7336) Files: src/globals.h, src/ex_docmd.c, src/vim9execute.c, src/testdir/test_vim9_func.vim *** ../vim-8.2.2020/src/globals.h 2020-11-04 11:03:08.372891

Patch 8.2.2020

2020-11-20 Fir de Conversatie Bram Moolenaar
Patch 8.2.2020 Problem:Some compilers do not like the "namespace" argument. Solution: Rename to "use_namespace". (closes #7332) Files: src/vim9compile.c, src/proto/vim9compile.pro *** ../vim-8.2.2019/src/vim9compile.c 2020-11-19 18:53:15.184492586 +0100 --- src/vim9compile.c 2020

Re: Compilation issue since 8.2.2014-2017 under MSYS2

2020-11-20 Fir de Conversatie Christian Brabandt
On Do, 19 Nov 2020, Ni Va wrote: > [AADAADAADw] > > > Instruction to build under MSYS2 Windows 10: > > FLAGS="OLE=yes GUI=yes XPM=no DIRECTx=yes DYNAMIC_LUA=yes > LUA=./lua-5.3.5/src > LUA_VER=53 PYTHON3=/c/Python38-32 DYNAMIC_PYTHON3=yes PYTHON3_VER=38 RUBY=C:/ > Ruby27 DYNAMIC_RUBY=yes R

Re: Patch 8.2.2015

2020-11-20 Fir de Conversatie Bram Moolenaar
Maxim Kim wrote: > > Later it became clear that using a simple key name is very common, thus > > **literally** dictionaries were introduced in a backwards compatible way: > > > > let dict = #{key: value} > > > > However, this #{} syntax is unlike any existing language. As it appears > that >

Re: [vim/vim] Popup window with title is flickering on gVim.exe (#7334)

2020-11-20 Fir de Conversatie Christ van Willegen
Op vr 20 nov. 2020 11:40 schreef Naruhiko Nishino : > This PR will be fix the flickering. > + if (0 < title_len) + { Personally, I find this inverted condition hard to read. Could you change it to tl>0? Thanks! Christ van Willegen -- -- You received this message from

Re: Patch 8.2.2015

2020-11-20 Fir de Conversatie Maxim Kim
Hi! > Later it became clear that using a simple key name is very common, thus > **literally** dictionaries were introduced in a backwards compatible way: > > let dict = #{key: value} > > However, this #{} syntax is unlike any existing language. As it appears that > using a **literaly** key is

Patch 8.2.2019

2020-11-20 Fir de Conversatie Bram Moolenaar
Patch 8.2.2019 (after 8.2.2016) Problem:Swap file test fails on MS-Windows. Solution: Add four to the process ID. (Ken Takata, closes #7333) Files: src/testdir/test_swap.vim *** ../vim-8.2.2018/src/testdir/test_swap.vim 2020-11-19 18:57:20.019638274 +0100 --- src/testdir/test_swap