diff options
author | Pablo Arias <pabloariasal@gmail.com> | 2023-12-25 01:30:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-25 08:30:56 +0800 |
commit | 2ff2785c396e66c285fecf5b151d8f8863f9d4e6 (patch) | |
tree | a5328e075c2ccf9c1013fcdb07b722a13ab14ede /runtime/doc | |
parent | 675522af18f59918a64e6dbe5f0ba3b1d3b4eb65 (diff) | |
download | rneovim-2ff2785c396e66c285fecf5b151d8f8863f9d4e6.tar.gz rneovim-2ff2785c396e66c285fecf5b151d8f8863f9d4e6.tar.bz2 rneovim-2ff2785c396e66c285fecf5b151d8f8863f9d4e6.zip |
feat(health): checkhealth buffer can show in a split window (#26714)
:checkhealth now respects :vertical and :horizontal.
For example:
:vertical checkhealth foo bar
will open the healthcheck buffer in a vertical split.
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/news.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt index 75ef2c245b..9b40c4a596 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -366,6 +366,8 @@ The following changes to existing APIs or features add new behavior. • Attempting to set an invalid keycode option (e.g. `set t_foo=123`) no longer gives an error. +• |:checkhealth| buffer can now be opened in a split window using |:vertical| or |:horizontal|. + ============================================================================== REMOVED FEATURES *news-removed* |