diff options
author | watiko <service@mail.watiko.net> | 2016-01-14 12:43:07 +0900 |
---|---|---|
committer | watiko <service@mail.watiko.net> | 2016-02-01 03:47:09 +0900 |
commit | 40149a9dbf475ad1d0dec9a9494a32c26a6536ce (patch) | |
tree | f54bed2f697f3a01fa225eb3efdfb9fa86aa5efe /src/nvim/version.c | |
parent | 2f52ae18e75a85af78b78587d5b44b6d8d4814b7 (diff) | |
download | rneovim-40149a9dbf475ad1d0dec9a9494a32c26a6536ce.tar.gz rneovim-40149a9dbf475ad1d0dec9a9494a32c26a6536ce.tar.bz2 rneovim-40149a9dbf475ad1d0dec9a9494a32c26a6536ce.zip |
vim-patch:7.4.634
Problem: Marks are not restored after redo + undo.
Solution: Fix the way marks are restored. (Olaf Dabrunz)
https://github.com/vim/vim/commit/f65aad5554f1d1f972f0bd38059da70e3cdf4c87
https://github.com/vim/vim/commit/35e7594dd429f7a8a06cefd61c3e8d48b9bd74e2
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index fbb20ad854..95400e66e9 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -523,7 +523,7 @@ static int included_patches[] = { 637, 636, 635, - // 634, + 634, 633, // 632 NA 631, |