mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 01:16:31 +00:00
vim-patch:7.4.675
Problem: When a FileReadPost autocommand moves the cursor inside a line it
gets moved back.
Solution: When checking whether an autocommand moved the cursor store the
column as well. (Christian Brabandt)
eab316bdf9
This commit is contained in:
@@ -318,7 +318,7 @@ static int included_patches[] = {
|
||||
// 678 NA
|
||||
// 677 NA
|
||||
// 676 NA
|
||||
// 675,
|
||||
675,
|
||||
// 674 NA
|
||||
673,
|
||||
// 672,
|
||||
|
Reference in New Issue
Block a user