-
Notifications
You must be signed in to change notification settings - Fork 241
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 9.0.2081: smoothscroll may result in wrong cursor position * runtime(sh): add shDblParen to shLoopList for bash (#13445) * 9.0.2080: vim9_script test too large * runtime(doc): all secure options should note this restriction in the documentation (#13448) * 9.0.2079: Not all Dart files detected * 9.0.2078: several problems with type aliases
- 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.2077](https://github.com/vim/vim/commit/87ca5e86fa0ef305f3d39cc4261b622f21417f7f): CI fails because of trailing whitespace in test\n* [9.0.2076](https://github.com/vim/vim/commit/ec3cebbd2b6b7583d2f683f5e66345163ec122aa): Vim9: No support for type aliases\n* [9.0.2075](https://github.com/vim/vim/commit/4bca4897a12dfb91b3b27e3083fd5f370bd857d1): TextChangedI may not always trigger\n* [9.0.2074](https://github.com/vim/vim/commit/daef8c74375141974d61b85199b383017644978c): Completion menu may be wrong\n* [runtime(netrw): don't echo empty lines (#13431)](https://github.com/vim/vim/commit/650dcfc8d12e68aa05a358301ec15f9e6dbd03ba) | ||
* [9.0.2081](https://github.com/vim/vim/commit/1bf1bf569b96d2f9b28e0cce0968ffbf2fb80aac): smoothscroll may result in wrong cursor position\n* [runtime(sh): add shDblParen to shLoopList for bash (#13445)](https://github.com/vim/vim/commit/a390e984db20575dc726b4e0ebf95582265df8e7)\n* [9.0.2080](https://github.com/vim/vim/commit/171c50e0b0dd2608738bcc3809e5bc5e1e3cce35): vim9\_script test too large\n* [runtime(doc): all secure options should note this restriction in the documentation (#13448)](https://github.com/vim/vim/commit/8ebdbc9e6d80b707c2b2d923e702dc86bf902923)\n* [9.0.2079](https://github.com/vim/vim/commit/c1c177a47bfe1b9a524ede2743a689e461668d14): Not all Dart files detected\n* [9.0.2078](https://github.com/vim/vim/commit/feaccd239573a6265d39d3a917862ee40742eab4): several problems with type aliases |
Submodule vim
updated
20 files
+4 −0 | runtime/autoload/dist/script.vim | |
+14 −1 | runtime/doc/options.txt | |
+3 −1 | runtime/doc/vim9class.txt | |
+1 −1 | runtime/syntax/sh.vim | |
+12 −4 | src/errors.h | |
+3 −2 | src/eval.c | |
+2 −2 | src/evalvars.c | |
+6 −5 | src/option.c | |
+1 −0 | src/proto/typval.pro | |
+4 −2 | src/testdir/Make_all.mak | |
+2 −1 | src/testdir/test_filetype.vim | |
+16 −0 | src/testdir/test_options.vim | |
+0 −378 | src/testdir/test_vim9_script.vim | |
+539 −0 | src/testdir/test_vim9_typealias.vim | |
+17 −3 | src/typval.c | |
+8 −0 | src/version.c | |
+39 −15 | src/vim9class.c | |
+1 −1 | src/vim9execute.c | |
+0 −7 | src/vim9expr.c | |
+7 −1 | src/vim9type.c |