aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2023-03-07 15:13:09 +0100
committerJustin M. Keyes <justinkz@gmail.com>2023-03-07 15:23:06 +0100
commit304477ff3504373a336c83127654e65eddfa2ef9 (patch)
tree6ec14dfc8b6719da7b9bd3ca851af4dd00946ef5 /runtime/doc
parent160a019ffa104eebd65f4037729954d98aca6ad0 (diff)
downloadrneovim-304477ff3504373a336c83127654e65eddfa2ef9.tar.gz
rneovim-304477ff3504373a336c83127654e65eddfa2ef9.tar.bz2
rneovim-304477ff3504373a336c83127654e65eddfa2ef9.zip
fix(man.lua): tests, naming
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.