vim-patch:4f4d51a942cc

Update runtime files.
4f4d51a942

Omit "??" operator.
Patches v8.2.1794,v8.2.1798 are not ported yet.
This commit is contained in:
Jan Edmund Lazo
2021-05-01 14:08:45 -04:00
parent b084f49496
commit b16c7c515c
19 changed files with 99 additions and 93 deletions

View File

@@ -67,7 +67,7 @@ You can use ":highlight" to find out the current colors. Exception: the
ctermfg and ctermbg values are numbers, which are only valid for the current
terminal. Use the color names instead. See ":help cterm-colors".
The default color settings can be found in the source file src/syntax.c.
The default color settings can be found in the source file src/highlight.c.
Search for "highlight_init".
If you think you have a color scheme that is good enough to be used by others,