Skip to content

Commit

Permalink
vim: Import v8.2.1767
Browse files Browse the repository at this point in the history
* 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
chrisbra committed Sep 27, 2020
1 parent b4ad184 commit c59d857
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gitlog.txt
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-?>

0 comments on commit c59d857

Please sign in to comment.