diff options
| author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2024-02-06 12:30:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-06 19:30:02 +0800 |
| commit | 63b810c9d8543bfcbee0367554e97cb97d1c14e6 (patch) | |
| tree | 9cc25c042a40422ba133384c1b55dad5201cf253 /runtime/doc | |
| parent | 9a761019da05fbdb546f6e81e294612be217ca12 (diff) | |
| download | rneovim-63b810c9d8543bfcbee0367554e97cb97d1c14e6.tar.gz rneovim-63b810c9d8543bfcbee0367554e97cb97d1c14e6.tar.bz2 rneovim-63b810c9d8543bfcbee0367554e97cb97d1c14e6.zip | |
docs: small fixes (#27213)
Co-authored-by: Matthieu Coudron <886074+teto@users.noreply.github.com>
Diffstat (limited to 'runtime/doc')
| -rw-r--r-- | runtime/doc/news.txt | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index c1fc04d9cf..3dc85eddbb 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -104,10 +104,10 @@ The following changes may require adaptations in user config or plugins. • |hl-WinSeparator| is linked to |hl-Normal| instead of |hl-VertSplit|. This also might result into some color schemes looking differently due to - them relying on an implicit assumptions about how highlight groups are - defined by default. To account for this, define all attributes of highlight - groups explicitly. Alternatively, use `:colorscheme vim` or - `:source $VIMRUNTIME/colors/vim.lua` to restore previous definitions. + them relying on implicit assumptions about how highlight groups are defined + by default. To account for this, define all attributes of highlight groups + explicitly. Alternatively, use `:colorscheme vim` or `:source + $VIMRUNTIME/colors/vim.lua` to restore previous definitions. • 'termguicolors' is enabled by default when Nvim is able to determine that the host terminal emulator supports 24-bit color. @@ -125,7 +125,6 @@ unreleased features on Nvim HEAD. • Removed `vim.treesitter.foldtext` as transparent foldtext is now supported https://github.com/neovim/neovim/pull/20750 -• ... ============================================================================== NEW FEATURES *news-features* |