diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2022-09-25 02:20:47 +0200 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2022-09-28 18:34:20 +0200 |
commit | 16336c486ecb5a60e85a870904316308c7d7fc3f (patch) | |
tree | 887ccb63a5184b32dd45bf27261701e23c2fdeeb /runtime/doc/helphelp.txt | |
parent | 7b4c49888a97c21f346b8337330fbc8e196b9cf8 (diff) | |
download | rneovim-16336c486ecb5a60e85a870904316308c7d7fc3f.tar.gz rneovim-16336c486ecb5a60e85a870904316308c7d7fc3f.tar.bz2 rneovim-16336c486ecb5a60e85a870904316308c7d7fc3f.zip |
feat(gen_help_html.lua): adapt to new parser
- adapt to parser changes from https://github.com/vigoux/tree-sitter-vimdoc/pull/16
- numerous other generator improvements
Diffstat (limited to 'runtime/doc/helphelp.txt')
-rw-r--r-- | runtime/doc/helphelp.txt | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/runtime/doc/helphelp.txt b/runtime/doc/helphelp.txt index 569995d319..4758cd37c6 100644 --- a/runtime/doc/helphelp.txt +++ b/runtime/doc/helphelp.txt @@ -212,12 +212,6 @@ This is done when viewing the file in Vim, the file itself is not changed. It is done by going through all help files and obtaining the first line of each file. The files in $VIMRUNTIME/doc are skipped. - *help-xterm-window* -If you want to have the help in another xterm window, you could use this -command: > - :!xterm -e vim +help & -< - *:helpt* *:helptags* *E150* *E151* *E152* *E153* *E154* *E670* *E856* :helpt[ags] [++t] {dir} @@ -372,6 +366,7 @@ To separate sections in a help file, place a series of '=' characters in a line starting from the first column. The section separator line is highlighted differently. + *help-codeblock* To quote a block of ex-commands verbatim, place a greater than (>) character at the end of the line before the block and a less than (<) character as the first non-blank on a line following the block. Any line starting in column 1 |