aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorMichael Reed <m.reed@mykolab.com>2015-04-27 22:08:14 -0400
committerMichael Reed <m.reed@mykolab.com>2015-05-01 16:45:02 -0400
commit28e60462c8668e59c9de5890852e3c28de94f255 (patch)
treeff3cb89cbec60a3bb003122d91d12766aeb69b35 /src/nvim/version.c
parentcc76c5b0cfb6233ff36949a4422d59cd4bc6efd5 (diff)
downloadrneovim-28e60462c8668e59c9de5890852e3c28de94f255.tar.gz
rneovim-28e60462c8668e59c9de5890852e3c28de94f255.tar.bz2
rneovim-28e60462c8668e59c9de5890852e3c28de94f255.zip
vim-patch:7.4.389
based on #2429 by @Hettomei Problem: Still sometimes Vim enters Replace mode when starting up. Solution: Use a different solution in detecting the termresponse and location response. (Hayaki Saito) https://code.google.com/p/vim/source/detail?r=v7-4-389 The upstream patch touched a lot of files which don't exist in nvim, hence the small size of this commit.
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 4bdd22e819..5758619b56 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -394,7 +394,7 @@ static int included_patches[] = {
392,
391,
390,
- //389,
+ 389,
388,
387,
386,