aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorAlexandre Teoi <ateoi@users.noreply.github.com>2023-06-06 12:42:26 -0300
committerGitHub <noreply@github.com>2023-06-06 08:42:26 -0700
commit4382d2ed564b80944345785d780cf1b19fb23ba8 (patch)
tree09e78758b63fa808b86fc12c4ad8f89bde9dca74 /runtime/doc
parent9d9af4fe2775a2f74cfc8d7963f0cc768ed08bfa (diff)
downloadrneovim-4382d2ed564b80944345785d780cf1b19fb23ba8.tar.gz
rneovim-4382d2ed564b80944345785d780cf1b19fb23ba8.tar.bz2
rneovim-4382d2ed564b80944345785d780cf1b19fb23ba8.zip
feat(health): fold successful healthchecks #22866
Problem: checkhealth can be noisy, but we don't want to omit info. Solution: Fold OK results by default, if 'foldenable' is enabled. Resolves #22796
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/news.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index 537a737dc8..af5263bcf5 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -106,6 +106,9 @@ The following changes to existing APIs or features add new behavior.
• `:source` without arguments treats a buffer with its 'filetype' set to "lua"
as Lua code regardless of its extension.
+• |:checkhealth| buffer now implements |folding|. The initial folding status is
+ defined by the 'foldenable' option.
+
==============================================================================
REMOVED FEATURES *news-removed*