aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2023-03-07 09:38:35 -0500
committerGitHub <noreply@github.com>2023-03-07 09:38:35 -0500
commit32ef36cb8739b056cfaed77f7ebaad9335d64624 (patch)
treec5963685c3e8c379ae250ef6e64ea0d9745aabe2 /runtime/doc
parent04e8e1f9eaa9ca64fa6418639d595f142585a934 (diff)
parent304477ff3504373a336c83127654e65eddfa2ef9 (diff)
downloadrneovim-32ef36cb8739b056cfaed77f7ebaad9335d64624.tar.gz
rneovim-32ef36cb8739b056cfaed77f7ebaad9335d64624.tar.bz2
rneovim-32ef36cb8739b056cfaed77f7ebaad9335d64624.zip
Merge #22503 from eriks47/man-spaces
feat(man.lua): support spaces in manpage names
Diffstat (limited to 'runtime/doc')
-rw-r--r--runtime/doc/news.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/news.txt b/runtime/doc/news.txt
index 254ffc51b8..f5b9f39d93 100644
--- a/runtime/doc/news.txt
+++ b/runtime/doc/news.txt
@@ -162,6 +162,8 @@ The following new APIs or features were added.
• |:highlight| now supports an additional attribute "altfont".
+• |:Man| manpage viewer supports manpage names containing spaces.
+
• Treesitter captures can now be transformed by directives. This will allow
more complicated dynamic language injections.