summaryrefslogtreecommitdiff
path: root/runtime/doc/insert.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-08-01 21:58:57 +0000
committerBram Moolenaar <Bram@vim.org>2005-08-01 21:58:57 +0000
commit83bab71b3cc435eb5551167d02949dbfc90c1bcd (patch)
treee12d80384e911a80d7221b233023dd1fce35a7ee /runtime/doc/insert.txt
parentd314b2519b8e0488ca5997e57061d9666a33b384 (diff)
downloadvim-git-83bab71b3cc435eb5551167d02949dbfc90c1bcd.tar.gz
updated for version 7.0122
Diffstat (limited to 'runtime/doc/insert.txt')
-rw-r--r--runtime/doc/insert.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt
index 8389fe5a3..087a0bfdb 100644
--- a/runtime/doc/insert.txt
+++ b/runtime/doc/insert.txt
@@ -1,4 +1,4 @@
-*insert.txt* For Vim version 7.0aa. Last change: 2005 Jul 29
+*insert.txt* For Vim version 7.0aa. Last change: 2005 Aug 01
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -614,12 +614,12 @@ Completing whole lines *compl-whole-line*
*i_CTRL-X_CTRL-L*
CTRL-X CTRL-L Search backwards for a line that starts with the
- same characters as in the current line before the
- cursor. Indent is ignored. The found line is
+ same characters as those in the current line before
+ the cursor. Indent is ignored. The matching line is
inserted in front of the cursor.
- The 'complete' option is used to decide in which
- buffers a match is searched for. But only loaded
- buffers are used.
+ The 'complete' option is used to decide which buffers
+ are searched for a match. Only loaded buffers are
+ used.
CTRL-L or
CTRL-P Search backwards for next matching line. This line
replaces the previous matching line.