mirror of
https://github.com/neovim/neovim.git
synced 2025-09-30 15:08:35 +00:00
vim-patch:7.4.2362
Problem: Illegal memory access with ":1@". (Dominique Pelle)
Solution: Correct cursor column after setting the line number. Also avoid
calling end_visual_mode() when not in Visual mode.
4930a76a03
This commit is contained in:
@@ -79,7 +79,7 @@ static int included_patches[] = {
|
||||
// 2365 NA
|
||||
// 2364,
|
||||
// 2363 NA
|
||||
// 2362,
|
||||
2362,
|
||||
// 2361 NA
|
||||
// 2360,
|
||||
// 2359 NA
|
||||
|
Reference in New Issue
Block a user