diff options
author | watiko <service@mail.watiko.net> | 2016-01-14 13:56:41 +0900 |
---|---|---|
committer | watiko <service@mail.watiko.net> | 2016-02-01 03:47:09 +0900 |
commit | 3a94e06abbcc0dfff658b626891ec308f7582180 (patch) | |
tree | 44f0097b4b22535a240e9299935025ff2b0c3180 /src/nvim/version.c | |
parent | 40149a9dbf475ad1d0dec9a9494a32c26a6536ce (diff) | |
download | rneovim-3a94e06abbcc0dfff658b626891ec308f7582180.tar.gz rneovim-3a94e06abbcc0dfff658b626891ec308f7582180.tar.bz2 rneovim-3a94e06abbcc0dfff658b626891ec308f7582180.zip |
vim-patch:7.4.1085
Problem: The CTRL-A and CTRL-X commands do not update the '[ and '] marks.
Solution: (Yukihiro Nakadaira)
https://github.com/vim/vim/commit/a52dfaed104183c1fa2a3b6e4430b23d86bcbece
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 95400e66e9..516253cc08 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -73,6 +73,7 @@ static int included_patches[] = { + 1085, 1084, // 1083, // 1082, |