From 83bab71b3cc435eb5551167d02949dbfc90c1bcd Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 1 Aug 2005 21:58:57 +0000 Subject: updated for version 7.0122 --- runtime/doc/insert.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'runtime/doc/insert.txt') 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. -- cgit v1.2.1