-
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.2873: not enough tests for writing buffers * 8.2.2872: Python tests fail without the channel feature
- 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.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 | ||
* [8.2.2873](https://github.com/vim/vim/commit/46aa6f93acb5d932d2893606d980a6b4b8a9594c): not enough tests for writing buffers\n* [8.2.2872](https://github.com/vim/vim/commit/56c9fd01076bc62b55c8cb89d8a66f6136e52f3a): Python tests fail without the channel feature |
Submodule vim
updated
7 files
+20 −0 | src/testdir/test_buffer.vim | |
+29 −1 | src/testdir/test_cmdline.vim | |
+1 −0 | src/testdir/test_functions.vim | |
+6 −2 | src/testdir/test_python2.vim | |
+6 −2 | src/testdir/test_python3.vim | |
+20 −2 | src/testdir/test_writefile.vim | |
+4 −0 | src/version.c |