diff options
author | Christian Clason <c.clason@uni-graz.at> | 2022-12-31 14:40:47 +0100 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2023-01-01 15:05:21 +0100 |
commit | 2f0c023f520544432af56805bc1ad5785fcfdc61 (patch) | |
tree | b4fd305ed727e02f78ad8775c21da879b21f3acd /runtime/doc/usr_21.txt | |
parent | ad184b213d6087ac90b4ebd75749a5337a3423c6 (diff) | |
download | rneovim-2f0c023f520544432af56805bc1ad5785fcfdc61.tar.gz rneovim-2f0c023f520544432af56805bc1ad5785fcfdc61.tar.bz2 rneovim-2f0c023f520544432af56805bc1ad5785fcfdc61.zip |
docs(manual): fix treesitter parsing errors
Diffstat (limited to 'runtime/doc/usr_21.txt')
-rw-r--r-- | runtime/doc/usr_21.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/usr_21.txt b/runtime/doc/usr_21.txt index beb09c13df..191d333f3d 100644 --- a/runtime/doc/usr_21.txt +++ b/runtime/doc/usr_21.txt @@ -302,7 +302,7 @@ session file as a starting point. use, and save this in a session. Then you can go back to this layout whenever you want. For example, this is a nice layout to use: - +> +----------------------------------------+ | VIM - main help file | | | @@ -318,7 +318,7 @@ you want. |~/=========|[No File]===================| | | +----------------------------------------+ - +< This has a help window at the top, so that you can read this text. The narrow vertical window on the left contains a file explorer. This is a Vim plugin that lists the contents of a directory. You can select files to edit there. @@ -454,7 +454,7 @@ Use this format for the modeline: The "any-text" indicates that you can put any text before and after the part that Vim will use. This allows making it look like a comment, like what was -done above with /* and */. +done above with "/*" and "*/". The " vim:" part is what makes Vim recognize this line. There must be white space before "vim", or "vim" must be at the start of the line. Thus using something like "gvim:" will not work. |