-
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.1783: try-catch test fails * 8.2.1782: Vim9: cannot pass boolean to mapset() * 8.2.1781: writing to prompt buffer interferes with insert mode * 8.2.1780: statusline not updated when splitting windows * 8.2.1779: some debian changelog files are not recognized * 8.2.1778: Vim9: returning from a partial call clears outer context
- 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.1777](https://github.com/vim/vim/commit/55759b522814995af36803823d342d51d68c0b67): Vim9: some assignment tests in the wrong file\n* [8.2.1776](https://github.com/vim/vim/commit/17bb4d4607a95e13e913519af106f1bf8b26c178): filetype.vim may be loaded twice | ||
* [8.2.1783](https://github.com/vim/vim/commit/bdf931c25b4fe78877106ca529baee7899d0f6a4): try-catch test fails\n* [8.2.1782](https://github.com/vim/vim/commit/74273e66914e46eb5814c13a1b888e45358859b6): Vim9: cannot pass boolean to mapset()\n* [8.2.1781](https://github.com/vim/vim/commit/4537bcc88956f86267c25edf8008e0dbde598652): writing to prompt buffer interferes with insert mode\n* [8.2.1780](https://github.com/vim/vim/commit/668008be66326ed9e5b1122abede34ed3d2de2d8): statusline not updated when splitting windows\n* [8.2.1779](https://github.com/vim/vim/commit/0022675aa362da0969666e48ced252b57ca1f79e): some debian changelog files are not recognized\n* [8.2.1778](https://github.com/vim/vim/commit/5366e1aecfff4546df6af86cf98013f23ed5c3bd): Vim9: returning from a partial call clears outer context |
Submodule vim
updated
13 files
+1 −1 | runtime/filetype.vim | |
+6 −2 | src/autocmd.c | |
+1 −1 | src/map.c | |
+1 −0 | src/proto/window.pro | |
+5 −0 | src/testdir/runtest.vim | |
+1 −0 | src/testdir/test_filetype.vim | |
+33 −0 | src/testdir/test_prompt_buffer.vim | |
+17 −0 | src/testdir/test_statusline.vim | |
+23 −0 | src/testdir/test_vim9_func.vim | |
+12 −0 | src/version.c | |
+6 −4 | src/vim9.h | |
+8 −2 | src/vim9execute.c | |
+4 −6 | src/window.c |