-
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.2.1992: build fails with small features * 8.2.1991: Coverity warns for not using the ga_grow() return value * 8.2.1990: cursor position wrong in terminal popup with finished job * 8.2.1989: info popup triggers WinEnter and WinLeave autocommands * 8.2.1988: still in Insert mode when opening terminal popup * 8.2.1987: MS-Windows: Win32.mak is no longer needed * 8.2.1986: expression test is flaky on Appveyor * 8.2.1985: crash when closing terminal popup with <Cmd> mapping * 8.2.1984: cannot use :vimgrep in omni completion * 8.2.1983: ml_get error when using <Cmd> to open a terminal * 8.2.1982: quickfix window now updated when adding invalid entries * 8.2.1981: MinGW: parallel compilation might fail
- 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.1988](https://github.com/vim/vim/commit/e41decc892a115335259096c3bc0204dd99b372b): still in Insert mode when opening terminal popup\n* [8.2.1987](https://github.com/vim/vim/commit/6453cc8078af403956d0e8c1849cf5ec0aae86b2): MS-Windows: Win32.mak is no longer needed\n* [8.2.1986](https://github.com/vim/vim/commit/a065a141156c8c4017e21dfc9b99a05cfd0b63d6): expression test is flaky on Appveyor\n* [8.2.1985](https://github.com/vim/vim/commit/02764713a715c55e316e2bef5c9ade2fb767ee78): crash when closing terminal popup with \<Cmd> mapping\n* [8.2.1984](https://github.com/vim/vim/commit/33aecb1f2c85711d53858b71f5f3c2cbe076435f): cannot use :vimgrep in omni completion\n* [8.2.1983](https://github.com/vim/vim/commit/f4d61bc559f8cb6adc4880183a4fd216865c0c30): ml\_get error when using \<Cmd> to open a terminal\n* [8.2.1982](https://github.com/vim/vim/commit/2ce7790348dab9cbfcc5d02c8258d0dd7ecacf95): quickfix window now updated when adding invalid entries\n* [8.2.1981](https://github.com/vim/vim/commit/8496c9eadbf4ea3bf69e2e01456831eee2bddf0a): MinGW: parallel compilation might fail | ||
* [8.2.1992](https://github.com/vim/vim/commit/4792a679f9e08fc6026a596be3d364cecb70b049): build fails with small features\n* [8.2.1991](https://github.com/vim/vim/commit/ca359cbedd0d603124776e7a6ca0ae79ffc34cdc): Coverity warns for not using the ga\_grow() return value\n* [8.2.1990](https://github.com/vim/vim/commit/6a07644db30cb5f3d0c6dc5eb2c348b6289da553): cursor position wrong in terminal popup with finished job\n* [8.2.1989](https://github.com/vim/vim/commit/2dfae04f376a58d4c5a801cb652c8eae65900672): info popup triggers WinEnter and WinLeave autocommands\n* [8.2.1988](https://github.com/vim/vim/commit/e41decc892a115335259096c3bc0204dd99b372b): still in Insert mode when opening terminal popup\n* [8.2.1987](https://github.com/vim/vim/commit/6453cc8078af403956d0e8c1849cf5ec0aae86b2): MS-Windows: Win32.mak is no longer needed\n* [8.2.1986](https://github.com/vim/vim/commit/a065a141156c8c4017e21dfc9b99a05cfd0b63d6): expression test is flaky on Appveyor\n* [8.2.1985](https://github.com/vim/vim/commit/02764713a715c55e316e2bef5c9ade2fb767ee78): crash when closing terminal popup with \<Cmd> mapping\n* [8.2.1984](https://github.com/vim/vim/commit/33aecb1f2c85711d53858b71f5f3c2cbe076435f): cannot use :vimgrep in omni completion\n* [8.2.1983](https://github.com/vim/vim/commit/f4d61bc559f8cb6adc4880183a4fd216865c0c30): ml\_get error when using \<Cmd> to open a terminal\n* [8.2.1982](https://github.com/vim/vim/commit/2ce7790348dab9cbfcc5d02c8258d0dd7ecacf95): quickfix window now updated when adding invalid entries\n* [8.2.1981](https://github.com/vim/vim/commit/8496c9eadbf4ea3bf69e2e01456831eee2bddf0a): MinGW: parallel compilation might fail |
Submodule vim
updated
10 files
+1 −0 | src/drawline.c | |
+5 −1 | src/getchar.c | |
+6 −0 | src/move.c | |
+8 −0 | src/popupmenu.c | |
+9 −5 | src/popupwin.c | |
+20 −9 | src/structs.h | |
+3 −0 | src/terminal.c | |
+2 −2 | src/testdir/dumps/Test_terminal_popup_m1.dump | |
+4 −0 | src/testdir/test_popupwin.vim | |
+8 −0 | src/version.c |