summaryrefslogtreecommitdiff
path: root/runtime/doc/usr_25.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2010-01-06 20:52:26 +0100
committerBram Moolenaar <Bram@vim.org>2010-01-06 20:52:26 +0100
commit8f3f58f2c361f1b7241128d9821f88d8a30aa066 (patch)
treebd5827eec39ddf8e6a94919a6a541765882f00d4 /runtime/doc/usr_25.txt
parent28c37959871b83fd5d1d621f70bce29dc3f21ba4 (diff)
downloadvim-git-8f3f58f2c361f1b7241128d9821f88d8a30aa066.tar.gz
Update documentation files.
Diffstat (limited to 'runtime/doc/usr_25.txt')
-rw-r--r--runtime/doc/usr_25.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/usr_25.txt b/runtime/doc/usr_25.txt
index 88505da30..088ad2ef8 100644
--- a/runtime/doc/usr_25.txt
+++ b/runtime/doc/usr_25.txt
@@ -304,7 +304,7 @@ want to enable one, use the following command: >
One horizontal scrollbar will appear at the bottom of the Vim window.
If you don't have a scrollbar or don't want to use it, use these commands to
-scroll the text. The cursor will stay in the same place, but it's move back
+scroll the text. The cursor will stay in the same place, but it's moved back
into the visible text if necessary.
zh scroll right
@@ -547,7 +547,7 @@ The layout is messed up. To avoid that, use the "gr" command:
What happens is that the "gr" command makes sure the new character takes the
right amount of screen space. Extra spaces or tabs are inserted to fill the
gap. Thus what actually happens is that a tab is replaced by "x" and then
-blanks added to make the text after it keep it's place. In this case a
+blanks added to make the text after it keep its place. In this case a
tab is inserted.
When you need to replace more than one character, you use the "R" command
to go to Replace mode (see |04.9|). This messes up the layout and replaces