diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-07-15 15:16:40 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-07-15 15:16:40 +0200 |
commit | 0daf843b4cad734df6be16573423206eae43028b (patch) | |
tree | f803a569ded2a48016db910de304710fd35694fa /src/version.c | |
parent | 1b0675caece63c559951629837520a782d8c9cb8 (diff) | |
download | vim-0daf843b4cad734df6be16573423206eae43028b.zip |
patch 8.0.0713: 'termkey' option not fully implemented
Problem: 'termkey' option not fully implemented.
Solution: Add initialisation.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 5080e2c84..3640592c1 100644 --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 713, +/**/ 712, /**/ 711, |