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_32.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_32.txt')
-rw-r--r-- | runtime/doc/usr_32.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/usr_32.txt b/runtime/doc/usr_32.txt index 8b489ea1e0..324efccf25 100644 --- a/runtime/doc/usr_32.txt +++ b/runtime/doc/usr_32.txt @@ -169,10 +169,10 @@ To travel forward in time again use the |:later| command: > The arguments are "s", "m" and "h", just like with |:earlier|. If you want even more details, or want to manipulate the information, you can -use the |undotree()| function. To see what it returns: > - +use the |undotree()| function. To see what it returns: +> :echo undotree() - +< ============================================================================== Next chapter: |usr_40.txt| Make new commands |