aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/usr_10.txt
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-12-31 14:40:47 +0100
committerChristian Clason <c.clason@uni-graz.at>2023-01-01 15:05:21 +0100
commit2f0c023f520544432af56805bc1ad5785fcfdc61 (patch)
treeb4fd305ed727e02f78ad8775c21da879b21f3acd /runtime/doc/usr_10.txt
parentad184b213d6087ac90b4ebd75749a5337a3423c6 (diff)
downloadrneovim-2f0c023f520544432af56805bc1ad5785fcfdc61.tar.gz
rneovim-2f0c023f520544432af56805bc1ad5785fcfdc61.tar.bz2
rneovim-2f0c023f520544432af56805bc1ad5785fcfdc61.zip
docs(manual): fix treesitter parsing errors
Diffstat (limited to 'runtime/doc/usr_10.txt')
-rw-r--r--runtime/doc/usr_10.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/usr_10.txt b/runtime/doc/usr_10.txt
index 8844671e01..3e45fda882 100644
--- a/runtime/doc/usr_10.txt
+++ b/runtime/doc/usr_10.txt
@@ -813,10 +813,10 @@ REDRAWING THE SCREEN
If the external command produced an error message, the display may have been
messed up. Vim is very efficient and only redraws those parts of the screen
that it knows need redrawing. But it can't know about what another program
-has written. To tell Vim to redraw the screen: >
-
+has written. To tell Vim to redraw the screen:
+>
CTRL-L
-
+<
==============================================================================
Next chapter: |usr_11.txt| Recovering from a crash