mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Merge pull request #1196 from Shougo/vim-patch-7.4.381
vim-patch: 7.4.381
This commit is contained in:
commit
fe446c86cf
@ -7267,6 +7267,7 @@ static int ins_bs(int c, int mode, int *inserted_space_p)
|
|||||||
}
|
}
|
||||||
--Insstart_orig.lnum;
|
--Insstart_orig.lnum;
|
||||||
Insstart_orig.col = MAXCOL;
|
Insstart_orig.col = MAXCOL;
|
||||||
|
Insstart = Insstart_orig;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
* In replace mode:
|
* In replace mode:
|
||||||
|
@ -214,7 +214,7 @@ static int included_patches[] = {
|
|||||||
//384 NA
|
//384 NA
|
||||||
//383,
|
//383,
|
||||||
//382,
|
//382,
|
||||||
//381,
|
381,
|
||||||
//380 NA
|
//380 NA
|
||||||
379,
|
379,
|
||||||
//378,
|
//378,
|
||||||
|
Loading…
Reference in New Issue
Block a user