-
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.
* 8.2.1145: Vim9: "for" only accepts a list at compile time * 8.2.1144: Vim9: return type of reverse() is any * 8.2.1143: Vim9: return type of remove() is any * 8.2.1142: Vim9: return type of insert() is any * 8.2.1141: Vim9: return type of filter() is any * 8.2.1140: Vim9: return type of extend() is any * 8.2.1139: Vim9: test for silent echo fails in some environments * 8.2.1138: Vim9: return type of copy() and deepcopy() is any * 8.2.1137: Vim9: modifiers not cleared after compiling function * 8.2.1136: Vim9: return type of argv() is always any * 8.2.1135: Vim9: getting a dict member may not work * 8.2.1134: Vim9: getting a list member may not work * 8.2.1133: Vim9: return type of add() is not specific enough * 8.2.1132: Vim9: return type of repeat() is not specific enough * 8.2.1131: Vim9: error message for returning a value is not clear * 8.2.1130: Vim9: bar not recognized after function call * 8.2.1129: Vim9: bar not recognized after not compiled command * 8.2.1128: the write message mentions characters, but it's bytes
- 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 @@ | ||
* [8.2.1127](https://github.com/vim/vim/commit/fb9d5c51c8b5b44863f974e1adbee9ae330e75ff): Vim9: getting a dict member may not work\n* [8.2.1126](https://github.com/vim/vim/commit/eeb27bfe28ad6f889c52628268acbe30a7584e30): Vim9: using :copen causes an error\n* [8.2.1125](https://github.com/vim/vim/commit/962d7213194647e90f9bdc608f693d39dd07cbd5): Vim9: double quote can be a string or a comment\n* [8.2.1124](https://github.com/vim/vim/commit/1c991144c502ade477e1a32fdfd0f78b6299fdc7): Vim9: no line break allowed in :import command | ||
* [8.2.1145](https://github.com/vim/vim/commit/0ad3e894d75236915e67dfbbcc821b6bb3c05d91): Vim9: "for" only accepts a list at compile time\n* [8.2.1144](https://github.com/vim/vim/commit/67627355accff4af4f2a7e727c77ea8df675636e): Vim9: return type of reverse() is any\n* [8.2.1143](https://github.com/vim/vim/commit/ad7c24932725b9ab37b65fe359a41f8ba3e3dfcf): Vim9: return type of remove() is any\n* [8.2.1142](https://github.com/vim/vim/commit/252e88a78535d239ec4b764d8e3f04aad5a94a76): Vim9: return type of insert() is any\n* [8.2.1141](https://github.com/vim/vim/commit/0d94ad69586972e7522ec6ca1441a517af2ade7a): Vim9: return type of filter() is any\n* [8.2.1140](https://github.com/vim/vim/commit/b3c019cbc32e2e9250ac668bf77d61ebd89c13f2): Vim9: return type of extend() is any\n* [8.2.1139](https://github.com/vim/vim/commit/8f510afcd616fc62291fb41f9dd03ce298f1c601): Vim9: test for silent echo fails in some environments\n* [8.2.1138](https://github.com/vim/vim/commit/a66ba01a5fbbd72375ef6982b901d6552da2414f): Vim9: return type of copy() and deepcopy() is any\n* [8.2.1137](https://github.com/vim/vim/commit/47e7d70b58e8bfc1daaf6d35569ef2dbd0339ddc): Vim9: modifiers not cleared after compiling function\n* [8.2.1136](https://github.com/vim/vim/commit/846178a72ca0860073d47fc0dc95f98d15f1d921): Vim9: return type of argv() is always any\n* [8.2.1135](https://github.com/vim/vim/commit/50788ef34947aeb1729604cd3876845afbd15e3c): Vim9: getting a dict member may not work\n* [8.2.1134](https://github.com/vim/vim/commit/435d89789ef4dd329938edbe17c646db9f0ea772): Vim9: getting a list member may not work\n* [8.2.1133](https://github.com/vim/vim/commit/fce82b3aa7dd87f9e15a4c12eda2c65de285d99a): Vim9: return type of add() is not specific enough\n* [8.2.1132](https://github.com/vim/vim/commit/9978d473e32cee928d6f901a5eb9a297a2970132): Vim9: return type of repeat() is not specific enough\n* [8.2.1131](https://github.com/vim/vim/commit/05a5551a86e013e35d1dfa10fd0d811c587f9c88): Vim9: error message for returning a value is not clear\n* [8.2.1130](https://github.com/vim/vim/commit/788123c00c4b7acc4e6ba3e9f1cc8b175ae9aae8): Vim9: bar not recognized after function call\n* [8.2.1129](https://github.com/vim/vim/commit/e9f262bdff2defa248e5d40b6520251799581ea4): Vim9: bar not recognized after not compiled command\n* [8.2.1128](https://github.com/vim/vim/commit/3f40ce78f5c178d15871bd784ed878c78f0b8a44): the write message mentions characters, but it's bytes |
Submodule vim
updated
20 files
+1 −1 | runtime/doc/options.txt | |
+33 −11 | src/evalfunc.c | |
+26 −27 | src/ex_docmd.c | |
+2 −2 | src/fileio.c | |
+1 −0 | src/proto/ex_docmd.pro | |
+1 −1 | src/testdir/dumps/Test_diff_syntax_1.dump | |
+1 −1 | src/testdir/dumps/Test_display_unprintable_01.dump | |
+1 −1 | src/testdir/dumps/Test_long_file_name_1.dump | |
+1 −1 | src/testdir/dumps/Test_tselect_1.dump | |
+6 −0 | src/testdir/dumps/Test_vim9_silent_echo.dump | |
+2 −2 | src/testdir/test_cscope.vim | |
+2 −2 | src/testdir/test_netbeans.vim | |
+41 −0 | src/testdir/test_vim9_cmd.vim | |
+37 −0 | src/testdir/test_vim9_disassemble.vim | |
+8 −0 | src/testdir/test_vim9_expr.vim | |
+110 −3 | src/testdir/test_vim9_func.vim | |
+7 −1 | src/testdir/test_vim9_script.vim | |
+36 −0 | src/version.c | |
+50 −8 | src/vim9compile.c | |
+15 −5 | src/vim9execute.c |