mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 07:58:35 +00:00
vim-patch:7.4.1137
Problem: Illegal memory access when using :copen and :cclose.
Solution: Avoid that curbuf is invalid. (suggestion by Justin M. Keyes)
Add a test.
62ef797496
This commit is contained in:
@@ -69,6 +69,10 @@ static char *features[] = {
|
||||
|
||||
// clang-format off
|
||||
static int included_patches[] = {
|
||||
1137,
|
||||
|
||||
|
||||
|
||||
1081,
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user