diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-05-05 16:36:06 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-05-05 16:36:06 +0200 |
commit | b833c1ef7be1ed216a967dd7262473ec97084fa2 (patch) | |
tree | a93b01ba1f8ddf6df25db24f56fafc79e2bc13ee /src/option.h | |
parent | 248be5c5de723c4e2715c574fd920b8b1a1dfebb (diff) | |
download | vim-git-b833c1ef7be1ed216a967dd7262473ec97084fa2.tar.gz |
patch 8.0.1794: duplicate term options after renamingv8.0.1794
Problem: Duplicate term options after renaming.
Solution: Remove the old names 'termkey', 'termsize' and 'terminalscroll'.
Diffstat (limited to 'src/option.h')
-rw-r--r-- | src/option.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/option.h b/src/option.h index 8f492c361..3aaaba7bf 100644 --- a/src/option.h +++ b/src/option.h @@ -849,9 +849,6 @@ EXTERN char_u *p_tcldll; /* 'tcldll' */ #ifdef FEAT_ARABIC EXTERN int p_tbidi; /* 'termbidi' */ #endif -#ifdef FEAT_TERMINAL -EXTERN long p_tlsl; /* 'terminalscroll' */ -#endif #ifdef FEAT_MBYTE EXTERN char_u *p_tenc; /* 'termencoding' */ #endif |