-
Notifications
You must be signed in to change notification settings - Fork 242
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 8.0.1813: Windows installer doesn't install terminal debugger * 8.0.1812: the qf_jump_to_usable_window() function is too long * 8.0.1811: no test for winrestcmd() * 8.0.1810: buffer of a terminal only updated in Terminal-Normal mode * 8.0.1809: various typos * 8.0.1808: can't build without TGETENT * 8.0.1807: function to set terminal name is too long
- 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.0.1806](https://github.com/vim/vim/releases/tag/v8.0.1806): InsertCharPre causes problems for autocomplete\n* [8.0.1805](https://github.com/vim/vim/releases/tag/v8.0.1805): qf_parse_line() is too long\n* [8.0.1804](https://github.com/vim/vim/releases/tag/v8.0.1804): using :normal in terminal window causes problems | ||
* [8.0.1813](https://github.com/vim/vim/releases/tag/v8.0.1813): Windows installer doesn't install terminal debugger\n* [8.0.1812](https://github.com/vim/vim/releases/tag/v8.0.1812): the qf_jump_to_usable_window() function is too long\n* [8.0.1811](https://github.com/vim/vim/releases/tag/v8.0.1811): no test for winrestcmd()\n* [8.0.1810](https://github.com/vim/vim/releases/tag/v8.0.1810): buffer of a terminal only updated in Terminal-Normal mode\n* [8.0.1809](https://github.com/vim/vim/releases/tag/v8.0.1809): various typos\n* [8.0.1808](https://github.com/vim/vim/releases/tag/v8.0.1808): can't build without TGETENT\n* [8.0.1807](https://github.com/vim/vim/releases/tag/v8.0.1807): function to set terminal name is too long |
Submodule vim
updated
15 files
+3 −0 | nsis/gvim.nsi | |
+1 −1 | src/edit.c | |
+5 −1 | src/ex_cmds2.c | |
+2 −2 | src/normal.c | |
+2 −1 | src/proto/ex_cmds2.pro | |
+1 −1 | src/proto/screen.pro | |
+1 −0 | src/proto/terminal.pro | |
+206 −135 | src/quickfix.c | |
+1 −1 | src/screen.c | |
+149 −138 | src/term.c | |
+105 −18 | src/terminal.c | |
+2 −2 | src/testdir/test_options.vim | |
+19 −4 | src/testdir/test_window_cmd.vim | |
+1 −1 | src/ui.c | |
+14 −0 | src/version.c |