Re: Smooth scroll issue

2022-10-21 Fir de Conversatie Ernie Rael
Sorry, forgot version. That's for vim v9.0.814 -ernie On 22/10/21 5:26 PM, Ernie Rael wrote: (got my system back from the shop; so good) Given: "xxx" is a file with a single line covering 4 screen lines Do: gvim -u NONE -U NONE xxx :set smoothscroll Ctrl-E Note that cursor

Smooth scroll issue

2022-10-21 Fir de Conversatie Ernie Rael
(got my system back from the shop; so good) Given: "xxx" is a file with a single line covering 4 screen lines Do: gvim -u NONE -U NONE xxx :set smoothscroll Ctrl-E Note that cursor starts at beginning of line, column 0. After entering Ctrl-E, observe cursor is on 2nd screen line

Patch 9.0.0814

2022-10-21 Fir de Conversatie Bram Moolenaar
Patch 9.0.0814 Problem:Aws config files are not recognized. Solution: Use "confini" for aws config files. (Justin M. Keyes, closes #11416) Files: runtime/filetype.vim, src/testdir/test_filetype.vim *** ../vim-9.0.0813/runtime/filetype.vim2022-10-20

Patch 9.0.0812

2022-10-21 Fir de Conversatie Bram Moolenaar
Patch 9.0.0812 Problem:GUI mouse scrollwheel mappings don't work. Solution: Add check for "gui.in_use". (Christopher Plewright, closes #11418) Files: src/getchar.c *** ../vim-9.0.0811/src/getchar.c 2022-10-20 17:59:34.610510336 +0100 --- src/getchar.c 2022-10-21

Patch 9.0.0813

2022-10-21 Fir de Conversatie Bram Moolenaar
Patch 9.0.0813 Problem:Kitty terminal is not recognized. Solution: Recognize Kitty by the termresponse and then do not set seenModifyOtherKeys, since Kitty doesn't support that. (issue #11413) Files: runtime/doc/builtin.txt, src/term.c,

Re: [vim/vim] Only set seenModifyOtherKeys when it's safe (PR #11413)

2022-10-21 Fir de Conversatie Bram Moolenaar
> If you mean the response to the secondary device attributes query > kitty will always send > 1; 4000 + primary kitty version number ; secondary kitty version number > > so if the kitty version number is 1.23.45 you will get 1;4001;23 > For the current kitty release you will get > 1;4000;26

Patch 9.0.0812

2022-10-21 Fir de Conversatie Bram Moolenaar
Patch 9.0.0812 Problem:GUI mouse scrollwheel mappings don't work. Solution: Add check for "gui.in_use". (Christopher Plewright, closes #11418) Files: src/getchar.c *** ../vim-9.0.0811/src/getchar.c 2022-10-20 17:59:34.610510336 +0100 --- src/getchar.c 2022-10-21

Patch 9.0.0811

2022-10-21 Fir de Conversatie Bram Moolenaar
Patch 9.0.0811 Problem:Error if :echowin is preceded by a command modifier. Solution: Do not give an error for range when there is a modifier. (closes #11414) Files: src/vim9compile.c, src/testdir/test_vim9_script.vim *** ../vim-9.0.0810/src/vim9compile.c 2022-10-13

Re: Patch 9.0.0795

2022-10-21 Fir de Conversatie Bram Moolenaar
> Bram Moolenaar schrieb am 19.10.2022 um 15:03: > [...] > > > > ! readblob({fname} [, {offset} [, {size}]]) *readblob()* > > Read file {fname} in binary mode and return a |Blob|. > > + If {offset} is specified, read the file from the specified > > +

Patch 9.0.0810

2022-10-21 Fir de Conversatie Bram Moolenaar
Patch 9.0.0810 Problem:readblob() returns empty when trying to read too much. Solution: Return what is available. Files: runtime/doc/builtin.txt, src/blob.c, src/testdir/test_blob.vim *** ../vim-9.0.0809/runtime/doc/builtin.txt 2022-10-20 13:28:43.773615380 +0100 ---

Re: Patch 9.0.0795

2022-10-21 Fir de Conversatie 'Jürgen Krämer' via vim_dev
Hi, Bram Moolenaar schrieb am 19.10.2022 um 15:03: [...] > > ! readblob({fname} [, {offset} [, {size}]]) *readblob()* > Read file {fname} in binary mode and return a |Blob|. > + If {offset} is specified, read the file from the specified > +