diff options
author | watiko <service@mail.watiko.net> | 2016-01-15 17:28:15 +0900 |
---|---|---|
committer | watiko <service@mail.watiko.net> | 2016-02-01 03:47:08 +0900 |
commit | 63560c9c89a85a5e034e39b785666776371c1a7e (patch) | |
tree | e2112b322479d3affd72bb58ce79d0e494ac6595 /src/nvim/version.c | |
parent | ddba89c9b6f0f6a7a8630add6f7a84a9be72577f (diff) | |
download | rneovim-63560c9c89a85a5e034e39b785666776371c1a7e.tar.gz rneovim-63560c9c89a85a5e034e39b785666776371c1a7e.tar.bz2 rneovim-63560c9c89a85a5e034e39b785666776371c1a7e.zip |
vim-patch:7.4.1072
Problem: Increment test is old style.
Solution: Make the increment test a new style test. (Hirohito Higashi)
https://github.com/vim/vim/commit/450919587d4566ce3d17e685e183d5c17d9c2a11
https://github.com/vim/vim/commit/44132a10aeb45c957959cafb4ac39d3f478be98c
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index b113d3b6bf..659d1a59f4 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -79,6 +79,13 @@ static int included_patches[] = { + 1072, + // 1071, + // 1070, + // 1069, + // 1068, + // 1067, + // 1066, 1065, // 1064, // 1063, |