diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:35:54 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 17:35:54 +0000 |
commit | 7263a77b998151fa95666d9a379fcc2dd8725ba3 (patch) | |
tree | ef44aa3904439a0766f47b71e30f3c2a61d97c89 /runtime/doc | |
parent | 2bb8df23dc2065304d9fab28be07ba6a7362be6d (diff) | |
download | vim-git-7263a77b998151fa95666d9a379fcc2dd8725ba3.tar.gz |
updated for version 7.1b
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/if_mzsch.txt | 2 | ||||
-rw-r--r-- | runtime/doc/if_perl.txt | 2 | ||||
-rw-r--r-- | runtime/doc/indent.txt | 26 | ||||
-rw-r--r-- | runtime/doc/os_risc.txt | 2 | ||||
-rw-r--r-- | runtime/doc/pi_getscript.txt | 8 | ||||
-rw-r--r-- | runtime/doc/pi_vimball.txt | 5 | ||||
-rw-r--r-- | runtime/doc/pi_zip.txt | 50 | ||||
-rw-r--r-- | runtime/doc/usr_02.txt | 2 | ||||
-rw-r--r-- | runtime/doc/usr_44.txt | 2 |
9 files changed, 78 insertions, 21 deletions
diff --git a/runtime/doc/if_mzsch.txt b/runtime/doc/if_mzsch.txt index f42b1bfde..8842e3d41 100644 --- a/runtime/doc/if_mzsch.txt +++ b/runtime/doc/if_mzsch.txt @@ -1,4 +1,4 @@ -*if_mzsch.txt* For Vim version 7.1a. Last change: 2007 May 03 +*if_mzsch.txt* For Vim version 7.1b. Last change: 2007 May 03 VIM REFERENCE MANUAL by Sergey Khorev diff --git a/runtime/doc/if_perl.txt b/runtime/doc/if_perl.txt index 930522df1..82235f226 100644 --- a/runtime/doc/if_perl.txt +++ b/runtime/doc/if_perl.txt @@ -1,4 +1,4 @@ -*if_perl.txt* For Vim version 7.1a. Last change: 2006 Mar 06 +*if_perl.txt* For Vim version 7.1b. Last change: 2006 Mar 06 VIM REFERENCE MANUAL by Sven Verdoolaege diff --git a/runtime/doc/indent.txt b/runtime/doc/indent.txt index fd8aea5b7..f9d1d5644 100644 --- a/runtime/doc/indent.txt +++ b/runtime/doc/indent.txt @@ -1,4 +1,4 @@ -*indent.txt* For Vim version 7.1a. Last change: 2007 Mar 17 +*indent.txt* For Vim version 7.1b. Last change: 2007 May 10 VIM REFERENCE MANUAL by Bram Moolenaar @@ -113,7 +113,7 @@ If you really want to reindent when you type 'o', 'O', 'e', '0', '<', '>', "<!>", respectively, for those keys. For an emacs-style indent mode where lines aren't indented every time you -press Enter but only if you press Tab, I suggest: +press <Enter> but only if you press Tab, I suggest: :set cinkeys=0{,0},:,0#,!<Tab>,!^F You might also want to switch off 'autoindent' then. @@ -515,6 +515,28 @@ Indent for a continuation line: > let g:pyindent_continue = '&sw * 2' +SHELL *ft-sh-indent* + +The amount of indent applied under various circumstances in a shell file can +be configured by setting the following keys in the |Dictionary| +b:sh_indent_defaults to a specific amount or to a |Funcref| that references a +function that will return the amount desired: + +b:sh_indent_options['default'] Default amount of indent. + +b:sh_indent_options['continuation-line'] + Amount of indent to add to a continued line. + +b:sh_indent_options['case-labels'] + Amount of indent to add for case labels. + +b:sh_indent_options['case-statement'] + Amount of indent to add for case statements. + +b:sh_indent_options['case-breaks'] + Amount of indent to add (or more likely + remove) for case breaks. + VERILOG *ft-verilog-indent* General block statements such as if, for, case, always, initial, function, diff --git a/runtime/doc/os_risc.txt b/runtime/doc/os_risc.txt index 2756f224b..8311080fb 100644 --- a/runtime/doc/os_risc.txt +++ b/runtime/doc/os_risc.txt @@ -1,4 +1,4 @@ -*os_risc.txt* For Vim version 7.1a. Last change: 2005 Mar 29 +*os_risc.txt* For Vim version 7.1b. Last change: 2005 Mar 29 VIM REFERENCE MANUAL by Thomas Leonard diff --git a/runtime/doc/pi_getscript.txt b/runtime/doc/pi_getscript.txt index 10d9387fd..23eee4e2d 100644 --- a/runtime/doc/pi_getscript.txt +++ b/runtime/doc/pi_getscript.txt @@ -1,4 +1,4 @@ -*pi_getscript.txt* For Vim version 7.1a. Last change: 2007 Apr 26 +*pi_getscript.txt* For Vim version 7.1b. Last change: 2007 May 08 > GETSCRIPT REFERENCE MANUAL by Charles E. Campbell, Jr. < @@ -136,7 +136,7 @@ insures that GetLatestVimScripts will assume that the script it has is out-of-date. The SourceID is extracted by GetLatestVimScripts from the script's page on -vim.sf.net; whenever its greater than the one stored in the +vim.sf.net; whenever it's greater than the one stored in the GetLatestVimScripts.dat file, the script will be downloaded (see |GetLatestVimScripts_dat|). @@ -309,7 +309,7 @@ so-called script-id. Within the webpage of is a line specifying the latest source-id (src_id). The source identifier numbers are always increasing, hence if the src_id is greater than the one -recorded for the script in GetLatestVimScripts then its time to download a +recorded for the script in GetLatestVimScripts then it's time to download a newer copy of that script. GetLatestVimScripts will then download the script and update its internal @@ -335,6 +335,8 @@ The AutoInstall process will: ============================================================================== 9. GetLatestVimScripts History *getscript-history* *glvs-hist* {{{1 +v24 Apr 16, 2007 : * removed save&restore of the fo option during script + loading v23 Nov 03, 2006 : * ignores comments (#...) * handles vimballs v22 Oct 13, 2006 : * supports automatic use of curl if wget is not diff --git a/runtime/doc/pi_vimball.txt b/runtime/doc/pi_vimball.txt index 75eae344a..6c19d9a40 100644 --- a/runtime/doc/pi_vimball.txt +++ b/runtime/doc/pi_vimball.txt @@ -1,4 +1,4 @@ -*pi_vimball.txt* For Vim version 7.1a. Last change: 2007 Jan 03 +*pi_vimball.txt* For Vim version 7.1b. Last change: 2007 May 08 ---------------- Vimball Archiver @@ -90,6 +90,7 @@ Copyright: (c) 2004-2006 by Charles E. Campbell, Jr. *Vimball-copyright* ============================================================================== 3. Vimball History *vimball-history* {{{1 + 22 : Mar 21, 2007 * uses setlocal instead of set during BufEnter 21 : Nov 27, 2006 * (tnx to Bill McCarthy) vimball had a header handling problem and it now changes \s to /s 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* 10 : Apr 27, 2006 * moved all setting saving/restoration to a pair of functions. Included some more settings in them which frequently cause trouble. - 9 : Apr 26, 2006 * various changes to support Windows prediliction + 9 : Apr 26, 2006 * various changes to support Windows predilection for backslashes and spaces in file and directory names. 7 : Apr 25, 2006 * bypasses foldenable diff --git a/runtime/doc/pi_zip.txt b/runtime/doc/pi_zip.txt index cedd9114a..fe2ebbe25 100644 --- a/runtime/doc/pi_zip.txt +++ b/runtime/doc/pi_zip.txt @@ -1,4 +1,4 @@ -*pi_zip.txt* For Vim version 7.1a. Last change: 2006 Sep 29 +*pi_zip.txt* For Vim version 7.1b. Last change: 2007 May 08 +====================+ | Zip File Interface | @@ -6,7 +6,7 @@ Author: Charles E. Campbell, Jr. <NdrOchip@ScampbellPfamily.AbizM> (remove NOSPAM from Campbell's email first) -Copyright: Copyright (C) 2005,2006 Charles E Campbell, Jr {{{1 *zip-copyright* +Copyright: Copyright (C) 2005,2006 Charles E Campbell, Jr *zip-copyright* Permission is hereby granted to use and distribute this code, with or without modifications, provided that this copyright 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* ============================================================================== 1. Contents *zip* *zip-contents* - 1. Contents..................................................|zip-contents| - 2. Usage.....................................................|zip-usage| - 3. History...................................................|zip-history| + 1. Contents................................................|zip-contents| + 2. Usage...................................................|zip-usage| + 3. Additional Extensions...................................|zip-extension| + 4. History.................................................|zip-history| ============================================================================== 2. Usage *zip-usage* *zip-manual* @@ -31,14 +32,45 @@ Copyright: Copyright (C) 2005,2006 Charles E Campbell, Jr {{{1 *zip-copyright* also write to the file. Currently, one may not make a new file in zip archives via the plugin. - The zip program supports one option: > - g:zip_shq + OPTIONS + *zip_shq* + Different operating systems may use one or more shells to execute + commands. Zip will try to guess the correct quoting mechanism to + allow spaces and whatnot in filenames; however, if it is incorrectly + guessing the quote to use for your setup, you may use > + g:zip_shq < which by default is a single quote under Unix (') and a double quote under Windows ("). If you'd rather have no quotes, simply set g:zip_shq to the empty string (let g:zip_shq= "") in your <.vimrc>. + *g:zip_unzipcmd* + Use this option to specify the program which does the duty of "unzip". + Its used during browsing. By default: > + let g:zip_unzipcmd= "unzip" +< + *g:zip_zipcmd* + Use this option to specify the program which does the duty of "zip". + Its used during the writing (updating) of a file already in a zip + file; by default: > + let g:zip_zipcmd= "zip" +< + +============================================================================== +3. Additional Extensions *zip-extension* + + Apparently there are a number of archivers who generate zip files that + don't use the .zip extension (.jar, .xpi, etc). To handle such files, + place a line in your <.vimrc> file: > + + au BufReadCmd *.jar,*.xpi call zip#Browse(expand("<amatch>")) +< + One can simply extend this line to accomdate additional extensions that + are actually zip files. + ============================================================================== -3. History *zip-history* +4. History *zip-history* {{{1 + v14 May 07, 2007 * using b:zipfile instead of w:zipfile to avoid problem + when editing alternate file to bring up a zipfile v10 May 02, 2006 * now using "redraw then echo" to show messages, instead of "echo and prompt user" * 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* v1 Sep 15, 2005 * Initial release, had browsing, reading, and writing ============================================================================== -vim:tw=78:ts=8:ft=help +vim:tw=78:ts=8:ft=help:fdm=marker diff --git a/runtime/doc/usr_02.txt b/runtime/doc/usr_02.txt index e782754c9..c1d508645 100644 --- a/runtime/doc/usr_02.txt +++ b/runtime/doc/usr_02.txt @@ -1,4 +1,4 @@ -*usr_02.txt* For Vim version 7.1a. Last change: 2007 Feb 28 +*usr_02.txt* For Vim version 7.1b. Last change: 2007 Feb 28 VIM USER MANUAL - by Bram Moolenaar diff --git a/runtime/doc/usr_44.txt b/runtime/doc/usr_44.txt index 48b4b92fc..08c2d29fd 100644 --- a/runtime/doc/usr_44.txt +++ b/runtime/doc/usr_44.txt @@ -1,4 +1,4 @@ -*usr_44.txt* For Vim version 7.1a. Last change: 2006 Apr 24 +*usr_44.txt* For Vim version 7.1b. Last change: 2006 Apr 24 VIM USER MANUAL - by Bram Moolenaar |