mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 7.4.1770
Problem: Cannot use true color in the terminal. Solution: Add the 'guicolors' option. (Nikolai Pavlov)
This commit is contained in:
@@ -14044,6 +14044,9 @@ f_has(typval_T *argvars, typval_T *rettv)
|
||||
#ifdef FEAT_TERMRESPONSE
|
||||
"termresponse",
|
||||
#endif
|
||||
#ifdef FEAT_TERMTRUECOLOR
|
||||
"termtruecolor",
|
||||
#endif
|
||||
#ifdef FEAT_TEXTOBJ
|
||||
"textobjects",
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user