Skip to content

Commit 7263a77

Browse files
committed
updated for version 7.1b
1 parent 2bb8df2 commit 7263a77

File tree

20 files changed

+132
-61
lines changed

20 files changed

+132
-61
lines changed

README_mac.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
README_mac.txt for version 7.1a of Vim: Vi IMproved.
1+
README_mac.txt for version 7.1b of Vim: Vi IMproved.
22

33
This file explains the installation of Vim on Macintosh systems.
44
See "README.txt" for general information about Vim.

runtime/doc/if_mzsch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_mzsch.txt* For Vim version 7.1a. Last change: 2007 May 03
1+
*if_mzsch.txt* For Vim version 7.1b. Last change: 2007 May 03
22

33

44
VIM REFERENCE MANUAL by Sergey Khorev

runtime/doc/if_perl.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*if_perl.txt* For Vim version 7.1a. Last change: 2006 Mar 06
1+
*if_perl.txt* For Vim version 7.1b. Last change: 2006 Mar 06
22

33

44
VIM REFERENCE MANUAL by Sven Verdoolaege

runtime/doc/indent.txt

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*indent.txt* For Vim version 7.1a. Last change: 2007 Mar 17
1+
*indent.txt* For Vim version 7.1b. Last change: 2007 May 10
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -113,7 +113,7 @@ If you really want to reindent when you type 'o', 'O', 'e', '0', '<', '>',
113113
"<!>", respectively, for those keys.
114114

115115
For an emacs-style indent mode where lines aren't indented every time you
116-
press Enter but only if you press Tab, I suggest:
116+
press <Enter> but only if you press Tab, I suggest:
117117
:set cinkeys=0{,0},:,0#,!<Tab>,!^F
118118
You might also want to switch off 'autoindent' then.
119119

@@ -515,6 +515,28 @@ Indent for a continuation line: >
515515
let g:pyindent_continue = '&sw * 2'
516516
517517
518+
SHELL *ft-sh-indent*
519+
520+
The amount of indent applied under various circumstances in a shell file can
521+
be configured by setting the following keys in the |Dictionary|
522+
b:sh_indent_defaults to a specific amount or to a |Funcref| that references a
523+
function that will return the amount desired:
524+
525+
b:sh_indent_options['default'] Default amount of indent.
526+
527+
b:sh_indent_options['continuation-line']
528+
Amount of indent to add to a continued line.
529+
530+
b:sh_indent_options['case-labels']
531+
Amount of indent to add for case labels.
532+
533+
b:sh_indent_options['case-statement']
534+
Amount of indent to add for case statements.
535+
536+
b:sh_indent_options['case-breaks']
537+
Amount of indent to add (or more likely
538+
remove) for case breaks.
539+
518540
VERILOG *ft-verilog-indent*
519541

520542
General block statements such as if, for, case, always, initial, function,

runtime/doc/os_risc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*os_risc.txt* For Vim version 7.1a. Last change: 2005 Mar 29
1+
*os_risc.txt* For Vim version 7.1b. Last change: 2005 Mar 29
22

33

44
VIM REFERENCE MANUAL by Thomas Leonard

runtime/doc/pi_getscript.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pi_getscript.txt* For Vim version 7.1a. Last change: 2007 Apr 26
1+
*pi_getscript.txt* For Vim version 7.1b. Last change: 2007 May 08
22
>
33
GETSCRIPT REFERENCE MANUAL by Charles E. Campbell, Jr.
44
<
@@ -136,7 +136,7 @@ insures that GetLatestVimScripts will assume that the script it has is
136136
out-of-date.
137137

138138
The SourceID is extracted by GetLatestVimScripts from the script's page on
139-
vim.sf.net; whenever its greater than the one stored in the
139+
vim.sf.net; whenever it's greater than the one stored in the
140140
GetLatestVimScripts.dat file, the script will be downloaded
141141
(see |GetLatestVimScripts_dat|).
142142

@@ -309,7 +309,7 @@ so-called script-id. Within the webpage of
309309

310310
is a line specifying the latest source-id (src_id). The source identifier
311311
numbers are always increasing, hence if the src_id is greater than the one
312-
recorded for the script in GetLatestVimScripts then its time to download a
312+
recorded for the script in GetLatestVimScripts then it's time to download a
313313
newer copy of that script.
314314

315315
GetLatestVimScripts will then download the script and update its internal
@@ -335,6 +335,8 @@ The AutoInstall process will:
335335
==============================================================================
336336
9. GetLatestVimScripts History *getscript-history* *glvs-hist* {{{1
337337

338+
v24 Apr 16, 2007 : * removed save&restore of the fo option during script
339+
loading
338340
v23 Nov 03, 2006 : * ignores comments (#...)
339341
* handles vimballs
340342
v22 Oct 13, 2006 : * supports automatic use of curl if wget is not

runtime/doc/pi_vimball.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*pi_vimball.txt* For Vim version 7.1a. Last change: 2007 Jan 03
1+
*pi_vimball.txt* For Vim version 7.1b. Last change: 2007 May 08
22

33
----------------
44
Vimball Archiver
@@ -90,6 +90,7 @@ Copyright: (c) 2004-2006 by Charles E. Campbell, Jr. *Vimball-copyright*
9090
==============================================================================
9191
3. Vimball History *vimball-history* {{{1
9292

93+
22 : Mar 21, 2007 * uses setlocal instead of set during BufEnter
9394
21 : Nov 27, 2006 * (tnx to Bill McCarthy) vimball had a header
9495
handling problem and it now changes \s to /s
9596
20 : Nov 20, 2006 * substitute() calls have all had the 'e' flag
@@ -114,7 +115,7 @@ Copyright: (c) 2004-2006 by Charles E. Campbell, Jr. *Vimball-copyright*
114115
10 : Apr 27, 2006 * moved all setting saving/restoration to a pair of
115116
functions. Included some more settings in them
116117
which frequently cause trouble.
117-
9 : Apr 26, 2006 * various changes to support Windows prediliction
118+
9 : Apr 26, 2006 * various changes to support Windows predilection
118119
for backslashes and spaces in file and directory
119120
names.
120121
7 : Apr 25, 2006 * bypasses foldenable

runtime/doc/pi_zip.txt

Lines changed: 41 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
*pi_zip.txt* For Vim version 7.1a. Last change: 2006 Sep 29
1+
*pi_zip.txt* For Vim version 7.1b. Last change: 2007 May 08
22

33
+====================+
44
| Zip File Interface |
55
+====================+
66

77
Author: Charles E. Campbell, Jr. <NdrOchip@ScampbellPfamily.AbizM>
88
(remove NOSPAM from Campbell's email first)
9-
Copyright: Copyright (C) 2005,2006 Charles E Campbell, Jr {{{1 *zip-copyright*
9+
Copyright: Copyright (C) 2005,2006 Charles E Campbell, Jr *zip-copyright*
1010
Permission is hereby granted to use and distribute this code,
1111
with or without modifications, provided that this copyright
1212
notice is copied with it. Like anything else that's free,
@@ -18,9 +18,10 @@ Copyright: Copyright (C) 2005,2006 Charles E Campbell, Jr {{{1 *zip-copyright*
1818

1919
==============================================================================
2020
1. Contents *zip* *zip-contents*
21-
1. Contents..................................................|zip-contents|
22-
2. Usage.....................................................|zip-usage|
23-
3. History...................................................|zip-history|
21+
1. Contents................................................|zip-contents|
22+
2. Usage...................................................|zip-usage|
23+
3. Additional Extensions...................................|zip-extension|
24+
4. History.................................................|zip-history|
2425

2526
==============================================================================
2627
2. Usage *zip-usage* *zip-manual*
@@ -31,14 +32,45 @@ Copyright: Copyright (C) 2005,2006 Charles E Campbell, Jr {{{1 *zip-copyright*
3132
also write to the file. Currently, one may not make a new file in
3233
zip archives via the plugin.
3334

34-
The zip program supports one option: >
35-
g:zip_shq
35+
OPTIONS
36+
*zip_shq*
37+
Different operating systems may use one or more shells to execute
38+
commands. Zip will try to guess the correct quoting mechanism to
39+
allow spaces and whatnot in filenames; however, if it is incorrectly
40+
guessing the quote to use for your setup, you may use >
41+
g:zip_shq
3642
< which by default is a single quote under Unix (') and a double quote
3743
under Windows ("). If you'd rather have no quotes, simply set
3844
g:zip_shq to the empty string (let g:zip_shq= "") in your <.vimrc>.
3945

46+
*g:zip_unzipcmd*
47+
Use this option to specify the program which does the duty of "unzip".
48+
Its used during browsing. By default: >
49+
let g:zip_unzipcmd= "unzip"
50+
<
51+
*g:zip_zipcmd*
52+
Use this option to specify the program which does the duty of "zip".
53+
Its used during the writing (updating) of a file already in a zip
54+
file; by default: >
55+
let g:zip_zipcmd= "zip"
56+
<
57+
58+
==============================================================================
59+
3. Additional Extensions *zip-extension*
60+
61+
Apparently there are a number of archivers who generate zip files that
62+
don't use the .zip extension (.jar, .xpi, etc). To handle such files,
63+
place a line in your <.vimrc> file: >
64+
65+
au BufReadCmd *.jar,*.xpi call zip#Browse(expand("<amatch>"))
66+
<
67+
One can simply extend this line to accomdate additional extensions that
68+
are actually zip files.
69+
4070
==============================================================================
41-
3. History *zip-history*
71+
4. History *zip-history* {{{1
72+
v14 May 07, 2007 * using b:zipfile instead of w:zipfile to avoid problem
73+
when editing alternate file to bring up a zipfile
4274
v10 May 02, 2006 * now using "redraw then echo" to show messages, instead
4375
of "echo and prompt user"
4476
* g:zip_shq provided to allow for quoting control for the
@@ -62,4 +94,4 @@ Copyright: Copyright (C) 2005,2006 Charles E Campbell, Jr {{{1 *zip-copyright*
6294
v1 Sep 15, 2005 * Initial release, had browsing, reading, and writing
6395

6496
==============================================================================
65-
vim:tw=78:ts=8:ft=help
97+
vim:tw=78:ts=8:ft=help:fdm=marker

runtime/doc/usr_02.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_02.txt* For Vim version 7.1a. Last change: 2007 Feb 28
1+
*usr_02.txt* For Vim version 7.1b. Last change: 2007 Feb 28
22

33
VIM USER MANUAL - by Bram Moolenaar
44

runtime/doc/usr_44.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*usr_44.txt* For Vim version 7.1a. Last change: 2006 Apr 24
1+
*usr_44.txt* For Vim version 7.1b. Last change: 2006 Apr 24
22

33
VIM USER MANUAL - by Bram Moolenaar
44

0 commit comments

Comments
 (0)