Skip to content

Commit

Permalink
vim: Import v8.2.2871
Browse files Browse the repository at this point in the history
* 8.2.2871: unnessary VIM_ISDIGIT() calls, badly indented code
* 8.2.2870: CmdlineChange event triggered twice for CTRL-R
* 8.2.2869: using unified diff is not tested
* 8.2.2868: Vim9: when executing compiled expression trylevel is changed
* 8.2.2867: build failure
* 8.2.2866: Vim9: memory leak when using inline function
* 8.2.2865: skipping over function body fails
* 8.2.2864: Vim9: crash when using inline function
  • Loading branch information
chrisbra committed May 18, 2021
1 parent 7f7feb3 commit 1f14db5
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.2863](https://github.com/vim/vim/commit/965c04486c9364ded99b49c86f4c41228503df1f): removing a text property does not redraw optimally\n* [8.2.2862](https://github.com/vim/vim/commit/fc643e6016af80ed5be4570db5c26a6410f52d16): removing a text property causes the whole window to be redawn\n* [8.2.2861](https://github.com/vim/vim/commit/3b1373b193ce5fbf25e852277a4ecc98688c7bb8): Vim9: "legacy return" is not recognized as a return statement
* [8.2.2871](https://github.com/vim/vim/commit/4781d6fd8670af415c3b78f00d70036af85bd286): unnessary VIM\_ISDIGIT() calls, badly indented code\n* [8.2.2870](https://github.com/vim/vim/commit/796139ae3ac89e27ee96dce3c7fdb87d8c839f53): CmdlineChange event triggered twice for CTRL-R\n* [8.2.2869](https://github.com/vim/vim/commit/485b62710004431a16feb4eb861365d082304a08): using unified diff is not tested\n* [8.2.2868](https://github.com/vim/vim/commit/cbe178e3dc4ad45d9b2ed5e713e7c4cc88bf8b8b): Vim9: when executing compiled expression trylevel is changed\n* [8.2.2867](https://github.com/vim/vim/commit/082a3bf961efd3668d06e3137cb1ad27c3998d07): build failure\n* [8.2.2866](https://github.com/vim/vim/commit/ecb664501d3b04d124fca69029b275c520401d40): Vim9: memory leak when using inline function\n* [8.2.2865](https://github.com/vim/vim/commit/d87c21a918d8d611750f22d68fc638bf7a79b1d5): skipping over function body fails\n* [8.2.2864](https://github.com/vim/vim/commit/074f84c01fbe70554feb6a71c0d9cacf2ef77ca5): Vim9: crash when using inline function

0 comments on commit 1f14db5

Please sign in to comment.