mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
vim-patch:7.4.849
Problem: Moving the cursor in Insert mode starts new undo sequence.
Solution: Add CTRL-G U to keep the undo sequence for the following
cursor movement command. (Christian Brabandt)
8b5f65a527
Closes #3492
This commit is contained in:
@@ -72,7 +72,7 @@ static char *features[] = {
|
||||
// clang-format off
|
||||
static int included_patches[] = {
|
||||
// 850,
|
||||
// 849,
|
||||
849,
|
||||
// 848,
|
||||
// 847,
|
||||
// 846,
|
||||
|
Reference in New Issue
Block a user