From 4382d2ed564b80944345785d780cf1b19fb23ba8 Mon Sep 17 00:00:00 2001 From: Alexandre Teoi Date: Tue, 6 Jun 2023 12:42:26 -0300 Subject: 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 --- runtime/doc/news.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'runtime/doc') 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* -- cgit