-
Notifications
You must be signed in to change notification settings - Fork 243
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 9.0.1826: keytrans() doesn't translate recorded key typed in a GUI * 9.0.1825: wrong cursor position with virt text and 'linebreak' * 9.0.1824: Vim9: private members may be modifiable * runtime: cleanup :Sman command via the undo_ftplugin mechanism (#12967) * 9.0.1823: Autoconf 2.69 too old
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
* [9.0.1822](https://github.com/vim/vim/commit/e3b6c78ddc4acf238af35d7fac585e7ead27392f): Vim9: no check for duplicate members in extended classes\n* [9.0.1821](https://github.com/vim/vim/commit/4b9777a1dfc10bd2634404cb039a0df539549c93): Vim9 constructors are always static\n* [runtime(sh): Update ftplugin (#12950)](https://github.com/vim/vim/commit/2ac708b548660b232a32c52d89bde3d8596646c0)\n* [9.0.1820](https://github.com/vim/vim/commit/e06afb7860805537ccd69966bc03169852c9b378): Rexx files may not be recognised\n* [9.0.1819](https://github.com/vim/vim/commit/3e1e63de185712a6afa7b4acf4488a5dbcbe5e5f): Github CI too complex\n* [runtime(heex): Add HEEX comments to match\_words in ftplugin (#12957)](https://github.com/vim/vim/commit/3ac2d3da5fdf20dfddb450a49502ef47b1f581d4)\n* [9.0.1818](https://github.com/vim/vim/commit/55460da26c2756ec057c03c7d8641eda861bfcd2): dynamically linking perl is broken\n* [9.0.1817](https://github.com/vim/vim/commit/0e82b59df3fc12dc006e45e17222bcbb0462903f): configure: using obsolete AC\_HEADER\_STDC\n* [9.0.1816](https://github.com/vim/vim/commit/bddc6adca647f7f20ff6e1b7913e394d09c5eb23): configure: sed uses non-portable regex\n* [runtime(doc): mention special case of i\_CTRL-R\_-](https://github.com/vim/vim/commit/a5eb6785efcc36a97e071722408acc20d6c6e606)\n* [runtime(editorconfig): generate helptags, remove unused files](https://github.com/vim/vim/commit/7129de868cc00fb2644aa17c06c42f7bd58a2650)\n* [runtime(tags): update helptags](https://github.com/vim/vim/commit/00d07a97ad750f2d2849a649f85ab1610a0b0866)\n* [runtime: Set b:undo\_indent where missing (#12944)](https://github.com/vim/vim/commit/0382f05dbd659d8e39ee4e71c1e5062ac5c0a8fd)\n* [runtime: Set b:undo\_ftplugin where missing (#12943)](https://github.com/vim/vim/commit/f937ab32a1ac3a560f217ca4ce8305ab2d5b0b74) | ||
* [9.0.1826](https://github.com/vim/vim/commit/1bed993c01c4b5e4c6ab55e80e2410ba87de487c): keytrans() doesn't translate recorded key typed in a GUI\n* [9.0.1825](https://github.com/vim/vim/commit/6e55e85f92aff43c1b3cb564201440f3552d63f0): wrong cursor position with virt text and 'linebreak'\n* [9.0.1824](https://github.com/vim/vim/commit/5bbcfbc4a260bc082829311086c3a1109c40f2d3): Vim9: private members may be modifiable\n* [runtime: cleanup :Sman command via the undo\_ftplugin mechanism (#12967)](https://github.com/vim/vim/commit/9d8ef7cc434076dfda62ca3d3101eaae52e316cd)\n* [9.0.1823](https://github.com/vim/vim/commit/a96d544bc355b1a6021feccf5fa2bd5659bc5269): Autoconf 2.69 too old |
Submodule vim
updated
22 files
+0 −2 | runtime/doc/todo.txt | |
+1 −1 | runtime/ftplugin/gpg.vim | |
+1 −1 | runtime/ftplugin/modconf.vim | |
+1 −1 | runtime/ftplugin/muttrc.vim | |
+1 −1 | runtime/ftplugin/readline.vim | |
+1 −1 | runtime/ftplugin/sshconfig.vim | |
+1 −1 | runtime/ftplugin/sudoers.vim | |
+1 −1 | runtime/ftplugin/systemd.vim | |
+1 −1 | runtime/ftplugin/udevrules.vim | |
+1 −1 | runtime/ftplugin/zsh.vim | |
+1 −4 | src/Makefile | |
+5,970 −4,865 | src/auto/configure | |
+54 −59 | src/charset.c | |
+2 −4 | src/configure.ac | |
+10 −2 | src/message.c | |
+6 −0 | src/testdir/dumps/Test_prop_inserts_text_before_linebreak_1.dump | |
+6 −0 | src/testdir/dumps/Test_prop_inserts_text_before_linebreak_2.dump | |
+5 −0 | src/testdir/test_gui.vim | |
+19 −0 | src/testdir/test_textprop.vim | |
+33 −0 | src/testdir/test_vim9_class.vim | |
+8 −0 | src/version.c | |
+9 −0 | src/vim9compile.c |