-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* runtime(doc): Update Markdown syntax, add missing configs * 9.1.0165: Vim9: Importing an autoload imported script fails * 9.1.0164: Internal error when passing invalid position to getregion() * 9.1.0163: Calling STRLEN() to compute ml_line_textlen when not needed * 9.1.0162: problem with writing extended attributes on failure * translation(lt): Added Lithuanian translation of Tutor v. 1.4 by Laurynas Stančikas (#14118) * runtime(java): Recognise string templates (#14150) * runtime(vim): Update base-syntax, improve :map highlighting (#14141)
- 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 @@ | ||
* [translation(lt): Added Lithuanian translation of Tutor v. 1.4 by Laurynas Stančikas (#14118)](https://github.com/vim/vim/commit/ca0e0d2708eded356e9c14cbc22578b9a1b62181)\n* [runtime(java): Recognise string templates (#14150)](https://github.com/vim/vim/commit/a2c65809dafe5c4f45f278fddf368c7c971d83e9)\n* [runtime(vim): Update base-syntax, improve :map highlighting (#14141)](https://github.com/vim/vim/commit/5d67aef3060d6d3aa14d273c39f23d8a90c4cef1)\n* [9.1.0161](https://github.com/vim/vim/commit/13a014452a7a020a119ac555a690c65b41f3126d): expand() removes slash after env variable that ends with colon\n* [runtime(vim): Update base-syntax, improve :menu{,translate} highlighting (#14162)](https://github.com/vim/vim/commit/62b26040eb4b6752be2c46852e8986083737a1bb)\n* [9.1.0160](https://github.com/vim/vim/commit/35b867b685cedbcbba9d44695077ecc9a6995f4c): Vim9: Add support for using a class type of itself in an object method\n* [9.1.0159](https://github.com/vim/vim/commit/b2ec0da080fb24f12a8d6f54bd7318a078ca4e6c): Crash in WinClosed after BufUnload closes other windows | ||
* [runtime(doc): Update Markdown syntax, add missing configs](https://github.com/vim/vim/commit/675cbfb47f03c65b2a5c245b632bdd7a0bf10e4f)\n* [9.1.0165](https://github.com/vim/vim/commit/fa6300872732f80b770a768e785ae2b189d3e684): Vim9: Importing an autoload imported script fails\n* [9.1.0164](https://github.com/vim/vim/commit/26dd09ad5e86f4e2179be0181421bfab9a6b3b75): Internal error when passing invalid position to getregion()\n* [9.1.0163](https://github.com/vim/vim/commit/82e079df814f7372e9579450730062b205449efa): Calling STRLEN() to compute ml\_line\_textlen when not needed\n* [9.1.0162](https://github.com/vim/vim/commit/14759ded57447345ba11c11a99fd84344797862c): problem with writing extended attributes on failure\n* [translation(lt): Added Lithuanian translation of Tutor v. 1.4 by Laurynas Stančikas (#14118)](https://github.com/vim/vim/commit/ca0e0d2708eded356e9c14cbc22578b9a1b62181)\n* [runtime(java): Recognise string templates (#14150)](https://github.com/vim/vim/commit/a2c65809dafe5c4f45f278fddf368c7c971d83e9)\n* [runtime(vim): Update base-syntax, improve :map highlighting (#14141)](https://github.com/vim/vim/commit/5d67aef3060d6d3aa14d273c39f23d8a90c4cef1) |
Submodule vim
updated
12 files
+11 −2 | runtime/doc/syntax.txt | |
+1 −1 | src/change.c | |
+1 −1 | src/edit.c | |
+3 −1 | src/errors.h | |
+30 −4 | src/evalfunc.c | |
+10 −3 | src/memline.c | |
+4 −4 | src/os_unix.c | |
+2 −0 | src/scriptfile.c | |
+2 −2 | src/structs.h | |
+49 −0 | src/testdir/test_vim9_import.vim | |
+36 −16 | src/testdir/test_visual.vim | |
+8 −0 | src/version.c |