Thanks John,
Yeah, I think I have it working now - making mouse scroll events work in
windows terminal even without dll. But for some reason, it's still not
recognising any mousscroll mappings (with or without the dll). I want to
make sure it also does mappings properly before I submit a new
Patch 9.0.0792 (after patch 9.0.0787)
Problem:MS-Windows: compiler complains about unused function.
Solution: Add #ifdef. (John Marriott)
Files: src/os_win32.c
*** ../vim-9.0.0791/src/os_win32.c 2022-10-18 13:33:22.148927173 +0100
--- src/os_win32.c 2022-10-18 21:44:47.1836
John Marriott wrote:
> On 18-Oct-2022 23:34, Bram Moolenaar wrote:
> > Patch 9.0.0787 (after 9.0.0775)
> > Problem:MS-Windows: mouse scrolling in terminal misbehaves without dll.
> > Solution: Add #ifdef as a temporary solution. (Christopher Plewright,
> > closes #11392)
> > F
On 18-Oct-2022 23:34, Bram Moolenaar wrote:
Patch 9.0.0787 (after 9.0.0775)
Problem:MS-Windows: mouse scrolling in terminal misbehaves without dll.
Solution: Add #ifdef as a temporary solution. (Christopher Plewright,
closes #11392)
Files: src/os_win32.c
I know this was
Patch 9.0.0791
Problem:At the hit-Enter prompt the End and Home keys may not work.
Solution: Use the special "@" code for End and Home, like it was done for
the cursor keys in patch 8.2.2246. (Trygve Aaberge, closes #11396)
Files: src/term.c
*** ../vim-9.0.0790/src/term.c
Patch 9.0.0790 (after 9.0.0789)
Problem:Test for dummy buffer does not always produce the E86 error.
Solution: Do not check if the error is produced.
Files: src/testdir/test_autocmd.vim
*** ../vim-9.0.0789/src/testdir/test_autocmd.vim2022-10-18
17:05:49.656657076 +0100
--- s
Patch 9.0.0789
Problem:Dummy buffer ends up in a window.
Solution: Disallow navigating to a dummy buffer.
Files: src/buffer.c, src/testdir/test_autocmd.vim
*** ../vim-9.0.0788/src/buffer.c2022-10-15 16:04:43.994187227 +0100
--- src/buffer.c2022-10-18 17:03:57.28313717
Patch 9.0.0788
Problem:ModeChanged autocmd not executed when Visual mode is ended with
CTRL-C.
Solution: Do not trigger the autocmd when got_int is set. (closes #11394)
Files: src/misc1.c, src/testdir/test_autocmd.vim
*** ../vim-9.0.0787/src/misc1.c 2022-09-12 17:50:42.78
Patch 9.0.0787 (after 9.0.0775)
Problem:MS-Windows: mouse scrolling in terminal misbehaves without dll.
Solution: Add #ifdef as a temporary solution. (Christopher Plewright,
closes #11392)
Files: src/os_win32.c
*** ../vim-9.0.0786/src/os_win32.c 2022-10-16 19:45:24.5
Patch 9.0.0786
Problem:User command does not get number from :tab modifier.
Solution: Include the number. (closes #11393, closes #6801)
Files: src/usercmd.c, src/testdir/test_usercommands.vim
*** ../vim-9.0.0785/src/usercmd.c 2022-09-01 12:58:46.584970141 +0100
--- src/usercmd.
Gary Johnson wrote:
> I was trying to add a word to the internal word list with zG. The
> status line indicated that the word was added, but it remained
> highlighted as a bad word.
>
> Steps to reproduce
>
> 1. $ cd ~/src/vim/vim # where latest clean build of Vim resides.
> 2. $ VIMRUNTIME
11 matches
Mail list logo