diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-07-15 14:04:01 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-07-15 14:04:01 +0200 |
commit | 1b0675caece63c559951629837520a782d8c9cb8 (patch) | |
tree | 8fa5978e133b045e086fb7fadb3d5533416abd3c /src/option.h | |
parent | 74675a666b51edd61e0210132658d81a86c5102c (diff) | |
download | vim-git-1b0675caece63c559951629837520a782d8c9cb8.tar.gz |
patch 8.0.0712: the terminal implementation is incompletev8.0.0712
Problem: The terminal implementation is incomplete.
Solution: Add the 'termkey' option.
Diffstat (limited to 'src/option.h')
-rw-r--r-- | src/option.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/option.h b/src/option.h index 69fc348ac..c74a89b22 100644 --- a/src/option.h +++ b/src/option.h @@ -1131,6 +1131,7 @@ enum , WV_COLE #endif #ifdef FEAT_TERMINAL + , WV_TK , WV_TMS #endif #ifdef FEAT_CURSORBIND |