Skip to content

Commit

Permalink
vim: Import v8.2.1992
Browse files Browse the repository at this point in the history
* 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
chrisbra committed Nov 15, 2020
1 parent 501a9fc commit 514d3df
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.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

0 comments on commit 514d3df

Please sign in to comment.