comparison runtime/doc/pi_vimball.txt @ 856:8cd729851562 v7.0g

updated for version 7.0g
author vimboss
date Sun, 30 Apr 2006 18:54:39 +0000
parents 0fe7765dcb8e
children b933657f7c9d
comparison
equal deleted inserted replaced
855:d2a4f08396fe 856:8cd729851562
1 *pi_vimball.txt* For Vim version 7.0f. Last change: 2006 Apr 27 1 *pi_vimball.txt* For Vim version 7.0g. Last change: 2006 Apr 30
2 2
3 ---------------- 3 ----------------
4 Vimball Archiver 4 Vimball Archiver
5 ---------------- 5 ----------------
6 6
7 Author: Charles E. Campbell, Jr. <NdrOchip@ScampbellPfamily.AbizM> 7 Author: Charles E. Campbell, Jr. <NdrOchip@ScampbellPfamily.AbizM>
8 (remove NOSPAM from Campbell's email first) 8 (remove NOSPAM from Campbell's email first)
9 Copyright: (c) 2004-2006 by Charles E. Campbell, Jr. *Vimball-copyright* 9 Copyright: (c) 2004-2006 by Charles E. Campbell, Jr. *Vimball-copyright*
10 The VIM LICENSE applies to Vimball.vim, and Vimball.txt 10 The VIM LICENSE applies to Vimball.vim, and Vimball.txt
11 (see |copyright|) except use "Vimball" instead of "Vim". 11 (see |copyright|) except use "Vimball" instead of "Vim".
12 No warranty, express or implied. 12 No warranty, express or implied.
13 Use At-Your-Own-Risk! 13 Use At-Your-Own-Risk!
14 14
15 ============================================================================== 15 ==============================================================================
16 1. Contents *vimball* *vimball-contents* 16 1. Contents *vimball* *vimball-contents*
51 Extraction will only proceed if the first line of a putative vimball 51 Extraction will only proceed if the first line of a putative vimball
52 file holds the "Vimball Archiver by Charles E. Campbell, Jr., Ph.D." 52 file holds the "Vimball Archiver by Charles E. Campbell, Jr., Ph.D."
53 line. 53 line.
54 54
55 :VimballList *vimball-vimballlist* 55 :VimballList *vimball-vimballlist*
56 56
57 This command will tell Vimball to list the files in the archive, along 57 This command will tell Vimball to list the files in the archive, along
58 with their lengths in lines. 58 with their lengths in lines.
59 59
60 60
61 ============================================================================== 61 ==============================================================================
62 3. Vimball History *vimball-history* {{{1 62 3. Vimball History *vimball-history* {{{1
63 63
64 11 : Apr 27, 2006 * VimballList would create missing subdirectories that 64 11 : Apr 27, 2006 * VimballList would create missing subdirectories that
65 the vimball specified were needed. Fixed. 65 the vimball specified were needed. Fixed.
66 10 : Apr 27, 2006 * moved all setting saving/restoration to a pair of 66 10 : Apr 27, 2006 * moved all setting saving/restoration to a pair of
67 functions. Included some more settings in them 67 functions. Included some more settings in them
68 which frequently cause trouble. 68 which frequently cause trouble.
69 9 : Apr 26, 2006 * various changes to support Windows prediliction 69 9 : Apr 26, 2006 * various changes to support Windows prediliction
70 for backslashes and spaces in file and directory 70 for backslashes and spaces in file and directory
71 names. 71 names.
72 7 : Apr 25, 2006 * bypasses foldenable 72 7 : Apr 25, 2006 * bypasses foldenable
73 * uses more exe and less norm! (:yank :put etc) 73 * uses more exe and less norm! (:yank :put etc)
74 * does better at insuring a "Press ENTER" prompt 74 * does better at insuring a "Press ENTER" prompt
75 appears to keep its messages visible 75 appears to keep its messages visible
76 4 : Mar 31, 2006 * BufReadPost seems to fire twice; BufReadEnter 76 4 : Mar 31, 2006 * BufReadPost seems to fire twice; BufReadEnter
77 only fires once, so the "Source this file..." 77 only fires once, so the "Source this file..."
78 message is now issued only once. 78 message is now issued only once.
79 3 : Mar 20, 2006 * removed query, now requires sourcing to be 79 3 : Mar 20, 2006 * removed query, now requires sourcing to be
80 extracted (:so %). Message to that effect 80 extracted (:so %). Message to that effect
81 included. 81 included.
82 * :VimballList now shows files that would be 82 * :VimballList now shows files that would be
83 extracted. 83 extracted.
84 2 : Mar 20, 2006 * query, :UseVimball included 84 2 : Mar 20, 2006 * query, :UseVimball included
85 1 : Mar 20, 2006 * initial release 85 1 : Mar 20, 2006 * initial release