Re: [vim/vim] More improvement (#7317)

2020-11-18 Fir de Conversatie Maxim Kim
I am not sure if this is related to the prev patch of @mattn or not, but console vim on windows has some issue with pmenu redraw: https://i.imgur.com/rVvoti3.gif This is YCM plugin with console vim 8.2.2000 (with set nolazyredraw) -- -- You received this message from the "vim_dev" maillist.

Re: Patch 8.2.2005

2020-11-18 Fir de Conversatie Yegappan Lakshmanan
On Wed, Nov 18, 2020 at 4:39 AM Bram Moolenaar wrote: > > Yegappan wrote: > > > On Wed, Nov 18, 2020 at 2:35 AM Bram Moolenaar > wrote: > > > > > > > > Patch 8.2.2005 > > > Problem:Redoing a mapping with doesn't work properly. > > > Solution: Fill the redo buffer. Use "" instead of a

Re: Patch 8.2.2005

2020-11-18 Fir de Conversatie Yegappan Lakshmanan
Hi Bram, On Wed, Nov 18, 2020 at 2:35 AM Bram Moolenaar wrote: > > Patch 8.2.2005 > Problem:Redoing a mapping with doesn't work properly. > Solution: Fill the redo buffer. Use "" instead of a key code. > (closes #7282) > Files: src/ops.c, src/getchar.c,

Patch 8.2.2006

2020-11-18 Fir de Conversatie Bram Moolenaar
Patch 8.2.2006 Problem:.pbtxt files are not recognized. Solution: Recognize .pbtxt as protobuf text buffers. (closes #7326) Files: runtime/filetype.vim, src/testdir/test_filetype.vim *** ../vim-8.2.2005/runtime/filetype.vim2020-11-06 18:52:51.281206341 +0100 ---

Re: Patch 8.2.2005

2020-11-18 Fir de Conversatie Bram Moolenaar
Yegappan wrote: > On Wed, Nov 18, 2020 at 2:35 AM Bram Moolenaar wrote: > > > > > Patch 8.2.2005 > > Problem:Redoing a mapping with doesn't work properly. > > Solution: Fill the redo buffer. Use "" instead of a key code. > > (closes #7282) > > Files: src/ops.c,

Patch 8.2.2005

2020-11-18 Fir de Conversatie Bram Moolenaar
Patch 8.2.2005 Problem:Redoing a mapping with doesn't work properly. Solution: Fill the redo buffer. Use "" instead of a key code. (closes #7282) Files: src/ops.c, src/getchar.c, src/testdir/test_mapping.vim *** ../vim-8.2.2004/src/ops.c 2020-11-12 14:20:32.025927280

Patch 8.2.2007

2020-11-18 Fir de Conversatie Bram Moolenaar
Patch 8.2.2007 Problem:Test for insert mode in popup is not reliable. Solution: Wait for the popup to disappear. (Ozaki Kiichi, closes #7321) Files: src/testdir/test_terminal.vim *** ../vim-8.2.2006/src/testdir/test_terminal.vim 2020-11-16 21:10:30.368663593 +0100 ---

Patch 8.2.2013

2020-11-18 Fir de Conversatie Bram Moolenaar
Patch 8.2.2013 Problem:Vim9: not skipping white space after unary minus. Solution: Skip whitespace. (closes #7324) Files: src/vim9compile.c, src/testdir/test_vim9_expr.vim *** ../vim-8.2.2012/src/vim9compile.c 2020-11-18 16:34:59.266884583 +0100 --- src/vim9compile.c 2020-11-18

Patch 8.2.2012

2020-11-18 Fir de Conversatie Bram Moolenaar
Patch 8.2.2012 Problem:Vim9: confusing error message when using bool wrongly. Solution: Mention "Bool" instead of "Special". (closes #7323) Files: src/typval.c, src/errors.h, src/testdir/test_vim9_expr.vim *** ../vim-8.2.2011/src/typval.c2020-11-12 12:08:47.982254065 +0100

Patch 8.2.2008

2020-11-18 Fir de Conversatie Bram Moolenaar
Patch 8.2.2008 Problem:MS-Windows GUI: handling channel messages lags. Solution: Reduce the wait time from 100 to 10 msec. (closes #7097) Files: src/gui_w32.c *** ../vim-8.2.2007/src/gui_w32.c 2020-10-29 20:08:17.426500447 +0100 --- src/gui_w32.c 2020-11-18

Patch 8.2.2009

2020-11-18 Fir de Conversatie Bram Moolenaar
Patch 8.2.2009 Problem:MS-Windows: setting $LANG in gvimext only causes problems. Solution: Do not set $LANG. (Ken Takata, closes #7325) Files: src/GvimExt/gvimext.cpp *** ../vim-8.2.2008/src/GvimExt/gvimext.cpp 2019-05-09 15:08:50.0 +0200 --- src/GvimExt/gvimext.cpp

Patch 8.2.2010

2020-11-18 Fir de Conversatie Bram Moolenaar
Patch 8.2.2010 Problem:Vim9: compiling fails for unreachable return statement. Solution: Fix it. (closes #7319) Files: src/vim9compile.c, src/testdir/test_vim9_disassemble.vim *** ../vim-8.2.2009/src/vim9compile.c 2020-11-17 19:56:05.534193964 +0100 --- src/vim9compile.c

Patch 8.2.2011

2020-11-18 Fir de Conversatie Bram Moolenaar
Patch 8.2.2011 Problem:"syn sync" reports a very large number. Solution: Use "at the first line". Files: src/syntax.c, src/testdir/test_syntax.vim *** ../vim-8.2.2010/src/syntax.c2020-09-13 22:37:30.576176018 +0200 --- src/syntax.c2020-11-18 16:50:47.443488664 +0100

Re: Vim bug

2020-11-18 Fir de Conversatie Christian Brabandt
On Mi, 18 Nov 2020, Abraham Santos wrote: > This file (sample.pro) is visualized in wrong colors. Cant attach so i will > paste the content here. > > QT += quick multimedia > > CONFIG += c++11 > > # You can make your code fail to compile if it uses deprecated APIs. > # In order to do so,

Vim bug

2020-11-18 Fir de Conversatie Abraham Santos
This file (sample.pro) is visualized in wrong colors. Cant attach so i will paste the content here. QT += quick multimedia CONFIG += c++11 # You can make your code fail to compile if it uses deprecated APIs. # In order to do so, uncomment the following line. #DEFINES +=

partially editable files

2020-11-18 Fir de Conversatie Edward Peschko
All, I was thinking about my particular application - creating training examples for a NN from human feedback - and think that I could whip something up if vim had the ability to make only parts of its file editable, and the rest boilerplate. Think of this simple form: Dear <<>>> We received

Docs for

2020-11-18 Fir de Conversatie gi1242
Hi All, Looks like the full expansion of the format of expand("") changed sometime between vim 8.1 and 8.2, and as a result it breaks the way some scripts (LaTeX-Box, in particular) get the SID. While tracing this down I realized that docs (Vim 8.2) say: If you need to get the script number