mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00
'termguicolors' #4690
TODO: Only works at startup (i.e., in the user's init.vim/vimrc/--cmd), but it should probably work at any time. --- patch 7.4.1799 Problem: 'guicolors' is a confusing option name. Solution: Use 'termguicolors' instead. (Hirohito Higashi)61be73bb0f
patch 7.4.1806 Problem: 'termguicolors' option missing from the options window. Solution: Add the entry.8e3d1b6326
patch 7.4.1808 Problem: Using wrong feature name to check for 'termguicolors'. Solution: Use the right feature name. (Ken Takata)8a24b794b8
patch 7.4.1809 Problem: Using wrong short option name for 'termguicolors'. Solution: Use the option name.868cfc19bb
This commit is contained in:

committed by
Justin M. Keyes

parent
a5a1768918
commit
acc5d08b37
@@ -619,6 +619,7 @@ EXTERN long p_titlelen; ///< 'titlelen'
|
||||
EXTERN char_u *p_titleold; ///< 'titleold'
|
||||
EXTERN char_u *p_titlestring; ///< 'titlestring'
|
||||
EXTERN char_u *p_tsr; ///< 'thesaurus'
|
||||
EXTERN bool p_tgc; ///< 'termguicolors'
|
||||
EXTERN int p_ttimeout; ///< 'ttimeout'
|
||||
EXTERN long p_ttm; ///< 'ttimeoutlen'
|
||||
EXTERN char_u *p_udir; ///< 'undodir'
|
||||
|
Reference in New Issue
Block a user