Skip to content

Commit

Permalink
vim: Import v8.2.3802
Browse files Browse the repository at this point in the history
* 8.2.3802: terminal in two windows test fails on some systems
* 8.2.3801: if a terminal shows in two windows, only one is redrawn
* 8.2.3800: when cross compiling the output of "uname" cannot be set
* 8.2.3799: edit test hangs or fails
* 8.2.3798: a :def callback function postpones an error message
* 8.2.3797: no good reason to limit the message history in tiny version
* 8.2.3796: the funcexe_T struct members are not named consistently
* 8.2.3795: too many #ifdefs
* 8.2.3794: Vim9: cannot find script-local func using "s:"
  • Loading branch information
chrisbra committed Dec 13, 2021
1 parent db97072 commit 848243e
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.3793](https://github.com/vim/vim/commit/ef082e12df2cafe177b2ac9f6922393223ccf83b): using "g:Func" as a funcref does not work in script context\n* [8.2.3792](https://github.com/vim/vim/commit/04ef1fb13d200f770952e670357dddadb6210dd4): setting \*func options insufficiently tested\n* [8.2.3791](https://github.com/vim/vim/commit/d2439e0443ee26931ab93874c05cc7f57e9af93d): build error with +cindent but without +smartindent\n* [8.2.3790](https://github.com/vim/vim/commit/3bb79dc191a1dec14606b1b94b968a6808906700): test for term\_gettitle() fails in some environments\n* [8.2.3789](https://github.com/vim/vim/commit/fa9a8e0fd1143d2b47611c6cc13e32f6283448a4): Test\_window\_minimal\_size can fail on a slow machine\n* [8.2.3788](https://github.com/vim/vim/commit/6ae8fae8696623b527c7fb22567f6a3705b2f0dd): lambda for option that is a function may be freed\n* [8.2.3787](https://github.com/vim/vim/commit/6e371ecb27227ff8fedd8561d0f3880a17576848): no proper formatting of a C line comment after a statement\n* [Use text area for environment in the bug template.](https://github.com/vim/vim/commit/9a4ec5a62632af040c278a189e256043740f5c7f)\n* [Update issue template.](https://github.com/vim/vim/commit/4e30b5c3bc83fe6a87f4d50720638e8bb4e16428)
* [8.2.3802](https://github.com/vim/vim/commit/0407d270342d363c6297a7556cd904b4c434df54): terminal in two windows test fails on some systems\n* [8.2.3801](https://github.com/vim/vim/commit/3194e5bf87f8e08f519b947a03c46677616cd7e3): if a terminal shows in two windows, only one is redrawn\n* [8.2.3800](https://github.com/vim/vim/commit/6840a0ffe8d27a8773a500ba17550cdf2ad12cbc): when cross compiling the output of "uname" cannot be set\n* [8.2.3799](https://github.com/vim/vim/commit/80d60910ff493f7b8ea52156e4c7df7e70a348c6): edit test hangs or fails\n* [8.2.3798](https://github.com/vim/vim/commit/3b309f11db7904efcae0177c2825597042c07427): a :def callback function postpones an error message\n* [8.2.3797](https://github.com/vim/vim/commit/1e78deb0779bc403a914712f0842a65d2949dfdf): no good reason to limit the message history in tiny version\n* [8.2.3796](https://github.com/vim/vim/commit/851f86b951cdd67ad9cf3149e46169d1375c8d82): the funcexe\_T struct members are not named consistently\n* [8.2.3795](https://github.com/vim/vim/commit/739f13a55b4982efb37ebc9282e7f79975fff982): too many #ifdefs\n* [8.2.3794](https://github.com/vim/vim/commit/33b968dc60c5fa39451098e680c7559ebc65d1a7): Vim9: cannot find script-local func using "s:"

0 comments on commit 848243e

Please sign in to comment.