Bug in :vmap

2023-06-14 Fir de Conversatie Gary Johnson
Help for :map- says that with , the right side of a mapping will not be echoed on the command line, but messages from the executed command are still given. This works with :nmap but not with :vmap. I would expect it to work with :vmap as well. Steps to reproduce 1. Put the following in a

Patch 9.0.1632

2023-06-14 Fir de Conversatie Bram Moolenaar
Patch 9.0.1632 Problem:Not all cabal config files are recognized. Solution: Add a couple of patterns. (Marcin Szamotulski, closes #12463) Files: runtime/filetype.vim, src/testdir/test_filetype.vim *** ../vim-9.0.1631/runtime/filetype.vim2023-06-09 19:19:59.627215494 +0100

Patch 9.0.1631

2023-06-14 Fir de Conversatie Bram Moolenaar
Patch 9.0.1631 Problem:Passing a wrong variable type to an option gives multiple errors. Solution: Bail out early on failure. (closes #12504) Files: src/evalvars.c, src/option.c, src/proto/option.pro, src/testdir/test_let.vim, src/testdir/test_options.vim,

Patch 9.0.1630

2023-06-14 Fir de Conversatie Bram Moolenaar
Patch 9.0.1630 Problem:"make clean" at the toplevel fails. Solution: Clean the indent and syntax directories in a sub-shell. (Ben Jackson, closes #12536, closes #12526) Files: Makefile *** ../vim-9.0.1629/Makefile2023-06-13 22:44:53.538988256 +0100 --- Makefile

Patch 9.0.1629

2023-06-14 Fir de Conversatie Bram Moolenaar
Patch 9.0.1629 Problem:Having utf16idx() rounding up is inconvenient. Solution: Make utf16idx() round down. (Yegappan Lakshmanan, closes #12523) Files: runtime/doc/builtin.txt, src/strings.c, src/testdir/test_functions.vim *** ../vim-9.0.1628/runtime/doc/builtin.txt