aboutsummaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authoroni-link <knil.ino@gmail.com>2014-04-13 01:18:45 +0200
committerThiago de Arruda <tpadilha84@gmail.com>2014-04-14 16:57:44 -0300
commit71e1cccc7a69feb3a1c1bf5c3b6a3ae464ae17fb (patch)
tree1fe2fd79b813cfa1e1f812e5789f767aee1df533 /src/version.c
parent78fd9386b6c9fd5d335a95ee1d7c71395a4b903a (diff)
downloadrneovim-71e1cccc7a69feb3a1c1bf5c3b6a3ae464ae17fb.tar.gz
rneovim-71e1cccc7a69feb3a1c1bf5c3b6a3ae464ae17fb.tar.bz2
rneovim-71e1cccc7a69feb3a1c1bf5c3b6a3ae464ae17fb.zip
vim-patch:7.4.207
Problem: The cursor report sequence is sometimes not recognized and results in entering replace mode. Solution: Also check for the cursor report when not asked for. https://code.google.com/p/vim/source/detail?r=2aa909427e44cd3aac7def024b66e41d0c9d0e0d
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 6e0e05bb7e..83a5ffca3c 100644
--- a/src/version.c
+++ b/src/version.c
@@ -202,6 +202,8 @@ static char *(features[]) = {
static int included_patches[] = {
// Add new patch number below this line
+ 207,
+ //206,
205,
204,
203,