aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/help.txt
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2024-06-08 10:49:15 +0200
committerChristian Clason <c.clason@uni-graz.at>2024-06-09 13:54:34 +0200
commit6592873f773b4c358ea950bfcfa8cbc3fc3bc8cc (patch)
treefdcab6ee2dc7cd292081da116edbe05ef0ef4206 /runtime/doc/help.txt
parent105a9e3dcf95ba64e7737a479579e20063ead0bb (diff)
downloadrneovim-6592873f773b4c358ea950bfcfa8cbc3fc3bc8cc.tar.gz
rneovim-6592873f773b4c358ea950bfcfa8cbc3fc3bc8cc.tar.bz2
rneovim-6592873f773b4c358ea950bfcfa8cbc3fc3bc8cc.zip
feat(help): use treesitter for table of contents
Problem: Creating the table of contents for `gO` is complicated. Solution: Use treesitter instead.
Diffstat (limited to 'runtime/doc/help.txt')
-rw-r--r--runtime/doc/help.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/help.txt b/runtime/doc/help.txt
index 685bce2553..fefead7fc9 100644
--- a/runtime/doc/help.txt
+++ b/runtime/doc/help.txt
@@ -188,7 +188,7 @@ Local additions ~
*local-additions*
------------------------------------------------------------------------------
-*bars* Bars example
+Bars example *bars*
Now that you've jumped here with CTRL-] or a double mouse click, you can use
CTRL-T, CTRL-O, g<RightMouse>, or <C-RightMouse> to go back to where you were.
@@ -200,5 +200,5 @@ You can use CTRL-] on any word (even if it is not within "|") and Nvim will
try to find help for it. Especially for options in single quotes, e.g.
'hlsearch'.
-------------------------------------------------------------------------------
+
vim:tw=78:isk=!-~,^*,^\|,^\":ts=8:noet:ft=help:norl: