forked from aniani/vim
		
	updated for version 7.1
This commit is contained in:
		| @@ -1,4 +1,4 @@ | |||||||
| README_vms.txt for version 7.1b of Vim: Vi IMproved. | README_vms.txt for version 7.1 of Vim: Vi IMproved. | ||||||
|  |  | ||||||
| This file explains the installation of Vim on VMS systems. | This file explains the installation of Vim on VMS systems. | ||||||
| See "README.txt" in the runtime archive for information about Vim. | See "README.txt" in the runtime archive for information about Vim. | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| README_w32s.txt for version 7.1b of Vim: Vi IMproved. | README_w32s.txt for version 7.1 of Vim: Vi IMproved. | ||||||
|  |  | ||||||
| This archive contains the gvim.exe that was specifically compiled for use in | This archive contains the gvim.exe that was specifically compiled for use in | ||||||
| the Win32s subsystem in MS-Windows 3.1 and 3.11. | the Win32s subsystem in MS-Windows 3.1 and 3.11. | ||||||
|   | |||||||
| @@ -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 | 		  VIM REFERENCE MANUAL    by Mortaza Ghassab Shiran | ||||||
|   | |||||||
| @@ -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 | 		  VIM REFERENCE MANUAL    by George Reilly | ||||||
|   | |||||||
| @@ -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 | 		     VIM USER MANUAL - by Bram Moolenaar | ||||||
|  |  | ||||||
|   | |||||||
| @@ -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 | 		     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 |    The "to" part of the substitute command is empty: "//".  Thus it replaces | ||||||
| with nothing, effectively deleting the matched white space. | 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! | be deleted without changing the amount of white space.  But not always! | ||||||
| Therefore, you can best do this manually.  Use this search command: > | 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 | You cannot see it, but there is a space before a tab in this command.  Thus | ||||||
| it's "/<Space><Tab>".   Now use "x" to delete the space and check that the | it's "/<Space><Tab>".   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 | does change.  Type "n" to find the next match.  Repeat this until no more | ||||||
| matches can be found. | matches can be found. | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user