comparison src/option.h @ 13845:f22db93bd887 v8.0.1794

patch 8.0.1794: duplicate term options after renaming commit https://github.com/vim/vim/commit/b833c1ef7be1ed216a967dd7262473ec97084fa2 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 5 16:36:06 2018 +0200 patch 8.0.1794: duplicate term options after renaming Problem: Duplicate term options after renaming. Solution: Remove the old names 'termkey', 'termsize' and 'terminalscroll'.
author Christian Brabandt <cb@256bit.org>
date Sat, 05 May 2018 16:45:05 +0200
parents a34b1323286c
children 2ad722003b36
comparison
equal deleted inserted replaced
13844:11e433673c49 13845:f22db93bd887
847 EXTERN char_u *p_tcldll; /* 'tcldll' */ 847 EXTERN char_u *p_tcldll; /* 'tcldll' */
848 #endif 848 #endif
849 #ifdef FEAT_ARABIC 849 #ifdef FEAT_ARABIC
850 EXTERN int p_tbidi; /* 'termbidi' */ 850 EXTERN int p_tbidi; /* 'termbidi' */
851 #endif 851 #endif
852 #ifdef FEAT_TERMINAL
853 EXTERN long p_tlsl; /* 'terminalscroll' */
854 #endif
855 #ifdef FEAT_MBYTE 852 #ifdef FEAT_MBYTE
856 EXTERN char_u *p_tenc; /* 'termencoding' */ 853 EXTERN char_u *p_tenc; /* 'termencoding' */
857 #endif 854 #endif
858 #ifdef FEAT_TERMGUICOLORS 855 #ifdef FEAT_TERMGUICOLORS
859 EXTERN int p_tgc; /* 'termguicolors' */ 856 EXTERN int p_tgc; /* 'termguicolors' */