commit | 0daf843b4cad734df6be16573423206eae43028b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 15 15:16:40 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 15 15:16:40 2017 +0200 |
tree | f803a569ded2a48016db910de304710fd35694fa | |
parent | 1b0675caece63c559951629837520a782d8c9cb8 [diff] [blame] |
patch 8.0.0713: 'termkey' option not fully implemented Problem: 'termkey' option not fully implemented. Solution: Add initialisation.
diff --git a/src/version.c b/src/version.c index 5080e2c..3640592 100644 --- a/src/version.c +++ b/src/version.c
@@ -765,6 +765,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 713, +/**/ 712, /**/ 711,