commit | 9c8c8c5d302ad40a3cd89fcd76f718b7e9fe86d5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 19 14:01:57 2014 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 19 14:01:57 2014 +0100 |
tree | 7b0e6536cde3718e0690021cded1605a7db6eade | |
parent | a0844a117068ff4d541eb17ef3c0566995e5d3c8 [diff] [blame] |
updated for version 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.
diff --git a/src/version.c b/src/version.c index aabc366..7ee3b68 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 207, +/**/ 206, /**/ 205,