diff options
author | dundargoc <gocdundar@gmail.com> | 2024-04-08 10:57:37 +0200 |
---|---|---|
committer | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2024-04-13 01:18:40 +0200 |
commit | 66220d164a40791a5131d4660e6ffbee431070d5 (patch) | |
tree | 103ee7f69e4672a94bdc860dcb1e1183d7f16da3 /runtime/doc/news.txt | |
parent | 4f3d018d15d299b66a341bed4d677d7ec03ad44f (diff) | |
download | rneovim-66220d164a40791a5131d4660e6ffbee431070d5.tar.gz rneovim-66220d164a40791a5131d4660e6ffbee431070d5.tar.bz2 rneovim-66220d164a40791a5131d4660e6ffbee431070d5.zip |
revert: "feat(health): fold successful healthchecks #22866"
This reverts commit 4382d2ed564b80944345785d780cf1b19fb23ba8.
The story for this feature was left in an incomplete state. It was never
the intention to unilaterally fold all information, only the ones that
did not contain relevant information. This feature does more harm than
good in its incomplete state.
Diffstat (limited to 'runtime/doc/news.txt')
-rw-r--r-- | runtime/doc/news.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index c219762c3f..066a076377 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -393,9 +393,6 @@ The following changes to existing APIs or features add new behavior. • |:lua| with a |[range]| executes that range in the current buffer as Lua code regardless of its extension. -• |:checkhealth| buffer now implements |folding|. The initial folding status is - defined by the 'foldenable' option. - • |:Man| now respects 'wrapmargin' • |gx| now uses |vim.ui.open()| and not netrw. To customize, you can redefine |