diff options
author | watiko <service@mail.watiko.net> | 2016-01-14 17:06:55 +0900 |
---|---|---|
committer | watiko <service@mail.watiko.net> | 2016-02-01 03:43:36 +0900 |
commit | 4d074e39ea1228e4f04c70ecfe4e1196a9638176 (patch) | |
tree | fc56179f5b08eac3233d961c79e5b2ee49f2f577 /src/nvim/version.c | |
parent | 8f22031708b351ec5bb73952e6afc39b07a72ae2 (diff) | |
download | rneovim-4d074e39ea1228e4f04c70ecfe4e1196a9638176.tar.gz rneovim-4d074e39ea1228e4f04c70ecfe4e1196a9638176.tar.bz2 rneovim-4d074e39ea1228e4f04c70ecfe4e1196a9638176.zip |
vim-patch:7.4.754
Problem: Using CTRL-A in Visual mode does not work well. (Gary Johnson)
Solution: Make it increment all numbers in the Visual area. (Christian
Brabandt)
https://github.com/vim/vim/commit/3a304b23823b089e499063e8211c5695d049f3ba
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 30f104562f..24fa8defe8 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -380,7 +380,7 @@ static int included_patches[] = { // 757 NA // 756 NA // 755, - // 754, + 754, 753, // 752, // 751 NA |