-
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.1767: Vim9: test fails with python support * 8.2.1766: Vim9: Some tests are still using :let * 8.2.1765: Vim9: some tests use "var var" * 8.2.1764: Vim9: no error when assigning to script var with wrong type * 8.2.1763: Vim9: cannot use "true" for popup window scrollbar option * 8.2.1762: when a timer uses :stopinsert completion isn't stopped * 8.2.1761: Vim9: Some tests are still using :let * 8.2.1760: Vim9: crash when end marker is missing * 8.2.1759: Vim9: Some tests are still using :let * 8.2.1758: Vim9: type of unmaterialized list is wrong * 8.2.1757: Mac: default locale is lacking the encoding * 8.2.1756: Vim9: :let will soon be disallowed * 8.2.1755: Vim9: crash when using invalid heredoc marker * 8.2.1754: completion with spell checking not tested * 8.2.1753: Vim9: crash when using import at script level * 8.2.1752: GTK GUI: cannot map alt-? with <A-?>
- 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.1751](https://github.com/vim/vim/commit/bade44e5cad1b08c85d4a8ba08d94a30458dddfb): using 2 where bool is expected may throw an error\n* [8.2.1750](https://github.com/vim/vim/commit/3697c9bbae755831d3cf2f11179aaff29e343f51): popup\_setoptions() setting firstline fails if cursorline set\n* [8.2.1749](https://github.com/vim/vim/commit/c70bdab0b8a8262a3784084aa1e6271fee8452f1): Vim9: crash when closure fails in nested function\n* [8.2.1748](https://github.com/vim/vim/commit/f3c51bbff1256a52bdd9ede7887f40062be2628c): closing split window in other tab may cause a crash\n* [8.2.1747](https://github.com/vim/vim/commit/8f187fc6304222956f94a700758a490cc8c0af99): result of expand() unexpectedly depends on 'completeslash'\n* [8.2.1746](https://github.com/vim/vim/commit/373863ed48c02b5df52574aa7d50aeecb1037d40): Vim9: cannot use "fina" for "finally"\n* [8.2.1745](https://github.com/vim/vim/commit/d47f50b3312af2b8baf37505b7a589daf3f7d942): tiny version doesn't build\n* [8.2.1744](https://github.com/vim/vim/commit/30fd8204cecb317d842b964d624d492088d6d15f): Vim9: using ":const!" is weird | ||
* [8.2.1767](https://github.com/vim/vim/commit/727345ebea07284ada118590d805329e6dbee014): Vim9: test fails with python support\n* [8.2.1766](https://github.com/vim/vim/commit/7a9cbca00a8ec53306f8a5852e332feb79091793): Vim9: Some tests are still using :let\n* [8.2.1765](https://github.com/vim/vim/commit/9830938e77b0d36d65b0c31eadf09f7b9d394c29): Vim9: some tests use "var var"\n* [8.2.1764](https://github.com/vim/vim/commit/06f9c6940a88d132c85eb2a1b5034fa7653518ce): Vim9: no error when assigning to script var with wrong type\n* [8.2.1763](https://github.com/vim/vim/commit/6c542f77eba73a95447f285149b3fcb011aa9675): Vim9: cannot use "true" for popup window scrollbar option\n* [8.2.1762](https://github.com/vim/vim/commit/d0e1b7103c14eb0d175c6b245b4b6ed93a204da9): when a timer uses :stopinsert completion isn't stopped\n* [8.2.1761](https://github.com/vim/vim/commit/ac564082f118ccdca828980c5f10b65a40bffb4d): Vim9: Some tests are still using :let\n* [8.2.1760](https://github.com/vim/vim/commit/2914a20abc78d4ace94d48d6e6ab9f0da894dd7e): Vim9: crash when end marker is missing\n* [8.2.1759](https://github.com/vim/vim/commit/37ce6d3a6ab7c7864de6788feb67377e8bbffa63): Vim9: Some tests are still using :let\n* [8.2.1758](https://github.com/vim/vim/commit/5597ba046790e5ffd76dfc327d7898c56df65d3f): Vim9: type of unmaterialized list is wrong\n* [8.2.1757](https://github.com/vim/vim/commit/a5fe91e6dc610bc823bc3201e2c88179989b13fb): Mac: default locale is lacking the encoding\n* [8.2.1756](https://github.com/vim/vim/commit/cfcd011fcd8021da52fba62dabf7a2497f1879b7): Vim9: :let will soon be disallowed\n* [8.2.1755](https://github.com/vim/vim/commit/c0e29010f68a0ebe439f9bd78493799c60b7bfd3): Vim9: crash when using invalid heredoc marker\n* [8.2.1754](https://github.com/vim/vim/commit/8c7ad3631af570f68b2da2658cf966a9a19cb6c4): completion with spell checking not tested\n* [8.2.1753](https://github.com/vim/vim/commit/f6a44f714a383a69db05cb47e26abffd966cd6a5): Vim9: crash when using import at script level\n* [8.2.1752](https://github.com/vim/vim/commit/daff0fb73851ef368ede180dbb3b772e55304ba7): GTK GUI: cannot map alt-? with \<A-?> |
Submodule vim
updated
28 files
+3 −0 | src/edit.c | |
+2 −0 | src/errors.h | |
+15 −2 | src/evalvars.c | |
+1 −2 | src/gui_w32.c | |
+1 −2 | src/gui_x11.c | |
+4 −2 | src/misc2.c | |
+7 −2 | src/os_mac_conv.c | |
+3 −3 | src/popupwin.c | |
+12 −0 | src/testdir/dumps/Test_pum_stopped_by_timer.dump | |
+3 −0 | src/testdir/runtest.vim | |
+21 −0 | src/testdir/test_environ.vim | |
+22 −0 | src/testdir/test_ins_complete.vim | |
+4 −4 | src/testdir/test_maparg.vim | |
+17 −13 | src/testdir/test_popupwin.vim | |
+37 −0 | src/testdir/test_spell.vim | |
+14 −0 | src/testdir/test_termcodes.vim | |
+2 −2 | src/testdir/test_textprop.vim | |
+63 −27 | src/testdir/test_vim9_assign.vim | |
+25 −25 | src/testdir/test_vim9_cmd.vim | |
+173 −173 | src/testdir/test_vim9_disassemble.vim | |
+393 −390 | src/testdir/test_vim9_expr.vim | |
+164 −164 | src/testdir/test_vim9_func.vim | |
+210 −205 | src/testdir/test_vim9_script.vim | |
+8 −7 | src/userfunc.c | |
+32 −0 | src/version.c | |
+2 −1 | src/vim.h | |
+10 −2 | src/vim9compile.c | |
+7 −5 | src/vim9type.c |