diff options
author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2023-06-21 14:42:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-21 14:42:23 -0500 |
commit | 08db61b19b8fa07131fdcbea306893539963d4cb (patch) | |
tree | 5f706dec84178277054e037ed07b4664fa214a9d /runtime/doc | |
parent | e27377e33e029a9c2efb282d4c4e51effd76dd88 (diff) | |
download | rneovim-08db61b19b8fa07131fdcbea306893539963d4cb.tar.gz rneovim-08db61b19b8fa07131fdcbea306893539963d4cb.tar.bz2 rneovim-08db61b19b8fa07131fdcbea306893539963d4cb.zip |
feat(man): respect 'wrapmargin' when wrapping man pages (#24091)
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 550b69010d..292b0da1af 100644 --- a/runtime/doc/news.txt +++ b/runtime/doc/news.txt @@ -134,6 +134,8 @@ The following changes to existing APIs or features add new behavior. • |:checkhealth| buffer now implements |folding|. The initial folding status is defined by the 'foldenable' option. +• |:Man| now respects 'wrapmargin' + ============================================================================== REMOVED FEATURES *news-removed* |