From 4b4dc6487683e955802bd0ffafeeea0e37834102 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 12 May 2007 15:23:40 +0000 Subject: updated for version 7.1 --- runtime/doc/farsi.txt | 2 +- runtime/doc/os_win32.txt | 2 +- runtime/doc/usr_04.txt | 2 +- runtime/doc/usr_12.txt | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'runtime/doc') diff --git a/runtime/doc/farsi.txt b/runtime/doc/farsi.txt index e68e3e89e..c07566052 100644 --- a/runtime/doc/farsi.txt +++ b/runtime/doc/farsi.txt @@ -1,4 +1,4 @@ -*farsi.txt* For Vim version 7.1b. Last change: 2005 Mar 29 +*farsi.txt* For Vim version 7.1. Last change: 2005 Mar 29 VIM REFERENCE MANUAL by Mortaza Ghassab Shiran diff --git a/runtime/doc/os_win32.txt b/runtime/doc/os_win32.txt index 57018603a..0403577bf 100644 --- a/runtime/doc/os_win32.txt +++ b/runtime/doc/os_win32.txt @@ -1,4 +1,4 @@ -*os_win32.txt* For Vim version 7.1b. Last change: 2007 Apr 22 +*os_win32.txt* For Vim version 7.1. Last change: 2007 Apr 22 VIM REFERENCE MANUAL by George Reilly diff --git a/runtime/doc/usr_04.txt b/runtime/doc/usr_04.txt index af50d2886..8f785be63 100644 --- a/runtime/doc/usr_04.txt +++ b/runtime/doc/usr_04.txt @@ -1,4 +1,4 @@ -*usr_04.txt* For Vim version 7.1b. Last change: 2006 Jun 21 +*usr_04.txt* For Vim version 7.1. Last change: 2006 Jun 21 VIM USER MANUAL - by Bram Moolenaar diff --git a/runtime/doc/usr_12.txt b/runtime/doc/usr_12.txt index 944a21b51..ed272f68c 100644 --- a/runtime/doc/usr_12.txt +++ b/runtime/doc/usr_12.txt @@ -1,4 +1,4 @@ -*usr_12.txt* For Vim version 7.1b. Last change: 2006 Nov 18 +*usr_12.txt* For Vim version 7.1. Last change: 2007 May 11 VIM USER MANUAL - by Bram Moolenaar @@ -294,7 +294,7 @@ Later will be explained how you write patterns like this |usr_27.txt|. The "to" part of the substitute command is empty: "//". Thus it replaces with nothing, effectively deleting the matched white space. -Another wasteful use of spaces is placing them before a Tab. Often these can +Another wasteful use of spaces is placing them before a tab. Often these can be deleted without changing the amount of white space. But not always! Therefore, you can best do this manually. Use this search command: > @@ -302,7 +302,7 @@ Therefore, you can best do this manually. Use this search command: > You cannot see it, but there is a space before a tab in this command. Thus it's "/". Now use "x" to delete the space and check that the -amount of white space doesn't change. You might have to insert a Tab if it +amount of white space doesn't change. You might have to insert a tab if it does change. Type "n" to find the next match. Repeat this until no more matches can be found. -- cgit v1.2.1