diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-02-20 10:52:18 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-02-20 10:52:18 -0500 |
commit | 44024f2c65d98bb0956e7d126a695247ecca023b (patch) | |
tree | e60fe8934e55dec9da2a223970b4ff0dffd989d4 /src/nvim/version.c | |
parent | 3e3db580fdd397678c613009bd348e9a3ea38eaa (diff) | |
parent | 1b8caf3d75872492bada77966f86957f850edc8e (diff) | |
download | rneovim-44024f2c65d98bb0956e7d126a695247ecca023b.tar.gz rneovim-44024f2c65d98bb0956e7d126a695247ecca023b.tar.bz2 rneovim-44024f2c65d98bb0956e7d126a695247ecca023b.zip |
Merge #4249 'tests: migrate charsearch'
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 3b75135b72..7d4b8982cd 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -69,6 +69,8 @@ static char *features[] = { // clang-format off static int included_patches[] = { + 1366, + // 1219 NA // 1218 NA // 1217 NA @@ -247,7 +249,7 @@ static int included_patches[] = { // 1044 NA, // 1043 NA, // 1042, - // 1041, + 1041, // 1040 NA, // 1039, // 1038 NA, |