neovim/runtime
Evgeni Chasnovski 458473acb8
fix(highlight): add StatusLineTerm/StatusLineTermNC to :color vim (#29313)
Problem: both `StatusLineTerm`/`StatusLineTermNC` are now explicitly
  used, but `:color vim` does not set them to the values used in Vim.
  This might be fine if `:color vim` is treated as "the state of default
  color scheme prior the big update", but it seems to be better treated
  as "Vim's default color scheme" (how it is documented in its header).

Solution: add `StatusLineTerm`/`StatusLineTermNC` definitions to
  'runtime/colors/vim.lua'.
  Use explicit foreground colors ('Whte'/'Black') instead of `guifg=bg`
  used in source, as the latter caused some problems in the past (if
  `Normal` is not defined, `nvim_set_hl()` can't recognize `'bg'` as the
  foreground value).
  Also realign the rest of the background conditional highlight groups.
2024-06-14 17:28:49 +08:00
..
autoload vim-patch:4407461: runtime(netrw): correctly test for windows in NetrwGlob() (#29330) 2024-06-14 16:28:55 +08:00
colors fix(highlight): add StatusLineTerm/StatusLineTermNC to :color vim (#29313) 2024-06-14 17:28:49 +08:00
compiler vim-patch:9.1.0442: hare runtime files outdated (#29011) 2024-05-26 07:11:50 +08:00
doc vim-patch:d353d27: runtime(doc): restore description of "$" in col() and virtcol() (vim/vim#14981) 2024-06-14 04:49:21 +08:00
ftplugin vim-patch:2d88210: runtime(kdl): include syntax, indent and ftplugin files 2024-06-11 14:00:11 +02:00
indent vim-patch:2e3b2a8: runtime(kdl): use shiftwidth() instead of &tabstop in indent script 2024-06-12 00:02:39 +02:00
keymap
lua refactor(lsp): use metatable for buf_versions (#29304) 2024-06-14 11:03:58 +02:00
macros
pack/dist/opt vim-patch:partial:9.1.0482: termdebug plugin needs more love (#29329) 2024-06-14 16:37:38 +08:00
plugin
queries build(deps): bump tree-sitter-vimdoc to v3.0.0 2024-06-08 10:19:28 +02:00
spell
syntax vim-patch:902b766: runtime(java): Include element values in non-marker annotations (vim/vim#14979) 2024-06-13 22:26:54 +02:00
tools
tutor docs: misc (#28837) 2024-06-07 10:55:14 +08:00
CMakeLists.txt
delmenu.vim
filetype.lua
ftoff.vim
ftplugin.vim
ftplugof.vim
indent.vim
indoff.vim
macmap.vim
makemenu.vim
menu.vim
mswin.vim
neovim.ico
nvim.appdata.xml
nvim.desktop
nvim.png
optwin.vim vim-patch:9.1.0469: Cannot have buffer-local value for 'completeopt' 2024-06-06 06:07:31 +08:00
synmenu.vim