/[clonezilla-sysresccd]/Documentation.vim
ViewVC logotype

Diff of /Documentation.vim

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 45 by sng, Wed May 19 15:03:43 2010 UTC revision 52 by sng, Thu May 20 16:24:26 2010 UTC
# Line 28  set fileencodings=ucs-bom,utf-8,default, Line 28  set fileencodings=ucs-bom,utf-8,default,
28  set guifont=Monospace\ 13  set guifont=Monospace\ 13
29  set helplang=el  set helplang=el
30  set history=50  set history=50
31    set iminsert=0
32  set nomodeline  set nomodeline
33  set mouse=a  set mouse=a
34  set pastetoggle=<F10>  set pastetoggle=<F10>
# Line 52  if expand('%') == '' && !&modified && li Line 53  if expand('%') == '' && !&modified && li
53  endif  endif
54  set shortmess=aoO  set shortmess=aoO
55  badd +1 annex-a-devices.html  badd +1 annex-a-devices.html
56  badd +0 backup.html  badd +1 backup.html
57  badd +0 backup-smb.html  badd +1 backup-smb.html
58  badd +0 boot-params.html  badd +1 boot-params.html
59  badd +0 clonezilla.html  badd +1 clonezilla.html
60  badd +0 custom-cd.html  badd +1 custom-cd.html
61  badd +0 flash-backup.html  badd +1 flash-backup.html
62  badd +0 help.html  badd +1 help.html
63  badd +0 index.html  badd +1 index.html
64  badd +0 intro.html  badd +1 intro.html
65  badd +0 oldboot.html  badd +1 oldboot.html
66  badd +0 own-scripts.html  badd +1 own-scripts.html
67  badd +0 partitions.html  badd +1 partitions.html
68  badd +0 project.html  badd +1 project.html
69  badd +0 recover.html  badd +1 recover.html
70  badd +0 reloc-img.html  badd +1 reloc-img.html
71  badd +0 restoration.html  badd +1 restoration.html
72  badd +0 restore-burn.html  badd +1 restore-burn.html
73  badd +0 restore.html  badd +1 restore.html
74  badd +0 screenshots.html  badd +1 screenshots.html
75  badd +0 supergrubdisk.html  badd +1 supergrubdisk.html
76  badd +0 sysresccd.html  badd +1 sysresccd.html
77  badd +0 usb.html  badd +1 usb.html
78  badd +0 news.php  badd +1 news.php
79  badd +0 onepage.php  badd +1 onepage.php
80  badd +0 printable.php  badd +1 printable.php
81  badd +0 clonezilla-sysresccd.rss  badd +1 clonezilla-sysresccd.rss
82  badd +0 ../.htaccess  badd +1 ../.htaccess
83  badd +0 ../.404.html  badd +1 ../.404.html
84  badd +0 ../.news.php  badd +1 ../.news.php
85  badd +0 ../.template.html  badd +1 ../.template.html
86  badd +0 ../2site  badd +1 ../2site
87  badd +0 html2txt  badd +1 html2txt
88  badd +0 ../chkNamedLinks  badd +1 ../chkNamedLinks
89    badd +1 .404.html
90    badd +1 .news.php
91    badd +1 .template.html
92    badd +1 scripts/2site
93    badd +2 scripts/html2txt
94    badd +1 scripts/update-boot-params
95    badd +1 scripts/html2html
96    badd +4 scripts/html2offline
97    badd +0 scripts/html2doc
98  args annex-a-devices.html backup.html backup-smb.html boot-params.html clonezilla.html custom-cd.html flash-backup.html help.html index.html intro.html oldboot.html own-scripts.html partitions.html project.html recover.html reloc-img.html restoration.html restore-burn.html restore.html screenshots.html supergrubdisk.html sysresccd.html usb.html news.php onepage.php printable.php clonezilla-sysresccd.rss ../.htaccess ../.404.html ../.news.php ../.template.html ../2site html2txt ../chkNamedLinks  args annex-a-devices.html backup.html backup-smb.html boot-params.html clonezilla.html custom-cd.html flash-backup.html help.html index.html intro.html oldboot.html own-scripts.html partitions.html project.html recover.html reloc-img.html restoration.html restore-burn.html restore.html screenshots.html supergrubdisk.html sysresccd.html usb.html news.php onepage.php printable.php clonezilla-sysresccd.rss ../.htaccess ../.404.html ../.news.php ../.template.html ../2site html2txt ../chkNamedLinks
99  edit annex-a-devices.html  edit annex-a-devices.html
100  set splitbelow splitright  set splitbelow splitright
# Line 474  setlocal nowinfixwidth Line 484  setlocal nowinfixwidth
484  setlocal wrap  setlocal wrap
485  setlocal wrapmargin=0  setlocal wrapmargin=0
486  silent! normal! zE  silent! normal! zE
487  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
488  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
489  exe s:l  exe s:l
490  normal! zt  normal! zt
# Line 9523  exe s:l Line 9533  exe s:l
9533  normal! zt  normal! zt
9534  1  1
9535  normal! 0  normal! 0
 tabedit onepage.php  
 set splitbelow splitright  
 set nosplitbelow  
 set nosplitright  
 wincmd t  
 set winheight=1 winwidth=1  
 argglobal  
 25argu  
 vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  
 nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  
 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)  
 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)  
 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)  
 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)  
 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)  
 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)  
 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)  
 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)  
 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)  
 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)  
 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)  
 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)  
 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)  
 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)  
 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)  
 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()  
 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')  
 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')  
 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif  
 nnoremap <buffer> <silent> ;mi :call MangleImageTag()  
 nnoremap <buffer> <silent> ;            
 nnoremap <buffer> <silent> ;; ;  
 vnoremap <buffer> <silent> ;; ;  
 onoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)? :nohls  
 nnoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)? :nohls  
 onoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/ :nohls  
 nnoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/ :nohls  
 inoremap <buffer> <silent>      :call HTMLnextInsertPoint('i')  
 inoremap <buffer> <silent> &hA &hArr;  
 inoremap <buffer> <silent> &dA &dArr;  
 inoremap <buffer> <silent> &rA &rArr;  
 inoremap <buffer> <silent> &uA &uArr;  
 inoremap <buffer> <silent> &lA &lArr;  
 inoremap <buffer> <silent> &ha &harr;  
 inoremap <buffer> <silent> &da &darr;  
 inoremap <buffer> <silent> &ra &rarr;  
 inoremap <buffer> <silent> &ua &uarr;  
 inoremap <buffer> <silent> &la &larr;  
 inoremap <buffer> <silent> &pv &piv;  
 inoremap <buffer> <silent> &uh &upsih;  
 inoremap <buffer> <silent> &ts &thetasym;  
 inoremap <buffer> <silent> &og &omega;  
 inoremap <buffer> <silent> &ps &psi;  
 inoremap <buffer> <silent> &ch &chi;  
 inoremap <buffer> <silent> &ph &phi;  
 inoremap <buffer> <silent> &up &upsilon;  
 inoremap <buffer> <silent> &ta &tau;  
 inoremap <buffer> <silent> &sf &sigmaf;  
 inoremap <buffer> <silent> &si &sigma;  
 inoremap <buffer> <silent> &rh &rho;  
 inoremap <buffer> <silent> &pi &pi;  
 inoremap <buffer> <silent> &oc &omicron;  
 inoremap <buffer> <silent> &xi &xi;  
 inoremap <buffer> <silent> &nu &nu;  
 inoremap <buffer> <silent> &mu &mu;  
 inoremap <buffer> <silent> &lm &lambda;  
 inoremap <buffer> <silent> &ka &kappa;  
 inoremap <buffer> <silent> &io &iota;  
 inoremap <buffer> <silent> &th &theta;  
 inoremap <buffer> <silent> &et &eta;  
 inoremap <buffer> <silent> &ze &zeta;  
 inoremap <buffer> <silent> &ep &epsilon;  
 inoremap <buffer> <silent> &de &delta;  
 inoremap <buffer> <silent> &ga &gamma;  
 inoremap <buffer> <silent> &be &beta;  
 inoremap <buffer> <silent> &al &alpha;  
 inoremap <buffer> <silent> &Ps &Psi;  
 inoremap <buffer> <silent> &Ch &Chi;  
 inoremap <buffer> <silent> &Ph &Phi;  
 inoremap <buffer> <silent> &Up &Upsilon;  
 inoremap <buffer> <silent> &Ta &Tau;  
 inoremap <buffer> <silent> &Si &Sigma;  
 inoremap <buffer> <silent> &Rh &Rho;  
 inoremap <buffer> <silent> &Pi &Pi;  
 inoremap <buffer> <silent> &Oc &Omicron;  
 inoremap <buffer> <silent> &Xi &Xi;  
 inoremap <buffer> <silent> &Nu &Nu;  
 inoremap <buffer> <silent> &Mu &Mu;  
 inoremap <buffer> <silent> &Lm &Lambda;  
 inoremap <buffer> <silent> &Ka &Kappa;  
 inoremap <buffer> <silent> &Io &Iota;  
 inoremap <buffer> <silent> &Th &Theta;  
 inoremap <buffer> <silent> &Et &Eta;  
 inoremap <buffer> <silent> &Ze &Zeta;  
 inoremap <buffer> <silent> &Ep &Epsilon;  
 inoremap <buffer> <silent> &De &Delta;  
 inoremap <buffer> <silent> &Ga &Gamma;  
 inoremap <buffer> <silent> &Be &Beta;  
 inoremap <buffer> <silent> &Al &Alpha;  
 inoremap <buffer> <silent> &3. &hellip;  
 inoremap <buffer> <silent> &-- &mdash;  
 inoremap <buffer> <silent> &3- &mdash;  
 inoremap <buffer> <silent> &m- &mdash;  
 inoremap <buffer> <silent> &2- &ndash;  
 inoremap <buffer> <silent> &n- &ndash;  
 inoremap <buffer> <silent> &34 &frac34;  
 inoremap <buffer> <silent> &12 &frac12;  
 inoremap <buffer> <silent> &14 &frac14;  
 inoremap <buffer> <silent> &. &middot;  
 inoremap <buffer> <silent> &pa &para;  
 inoremap <buffer> <silent> &mi &micro;  
 inoremap <buffer> <silent> &dg &deg;  
 inoremap <buffer> <silent> &? &iquest;  
 inoremap <buffer> <silent> &! &iexcl;  
 inoremap <buffer> <silent> &sz &szlig;  
 inoremap <buffer> <silent> &o/ &oslash;  
 inoremap <buffer> <silent> &/ &divide;  
 inoremap <buffer> <silent> &" &uml;  
 inoremap <buffer> <silent> &2> &raquo;  
 inoremap <buffer> <silent> &2< &laquo;  
 inoremap <buffer> <silent> &y" &yuml;  
 inoremap <buffer> <silent> &y' &yacute;  
 inoremap <buffer> <silent> &u" &uuml;  
 inoremap <buffer> <silent> &u^ &ucirc;  
 inoremap <buffer> <silent> &u' &uacute;  
 inoremap <buffer> <silent> &u` &ugrave;  
 inoremap <buffer> <silent> &x &times;  
 inoremap <buffer> <silent> &o" &ouml;  
 inoremap <buffer> <silent> &o~ &otilde;  
 inoremap <buffer> <silent> &o^ &ocirc;  
 inoremap <buffer> <silent> &o' &oacute;  
 inoremap <buffer> <silent> &o` &ograve;  
 inoremap <buffer> <silent> &n~ &ntilde;  
 inoremap <buffer> <silent> &i" &iuml;  
 inoremap <buffer> <silent> &i^ &icirc;  
 inoremap <buffer> <silent> &i' &iacute;  
 inoremap <buffer> <silent> &i` &igrave;  
 inoremap <buffer> <silent> &e" &euml;  
 inoremap <buffer> <silent> &e^ &ecirc;  
 inoremap <buffer> <silent> &e' &eacute;  
 inoremap <buffer> <silent> &e` &egrave;  
 inoremap <buffer> <silent> &c, &ccedil;  
 inoremap <buffer> <silent> &ae &aelig;  
 inoremap <buffer> <silent> &ao &aring;  
 inoremap <buffer> <silent> &a" &auml;  
 inoremap <buffer> <silent> &a~ &atilde;  
 inoremap <buffer> <silent> &a^ &acirc;  
 inoremap <buffer> <silent> &a' &aacute;  
 inoremap <buffer> <silent> &a` &agrave;  
 inoremap <buffer> <silent> &Y' &Yacute;  
 inoremap <buffer> <silent> &U" &Uuml;  
 inoremap <buffer> <silent> &U^ &Ucirc;  
 inoremap <buffer> <silent> &U' &Uacute;  
 inoremap <buffer> <silent> &U` &Ugrave;  
 inoremap <buffer> <silent> &O/ &Oslash;  
 inoremap <buffer> <silent> &O" &Ouml;  
 inoremap <buffer> <silent> &O~ &Otilde;  
 inoremap <buffer> <silent> &O^ &Ocirc;  
 inoremap <buffer> <silent> &O' &Oacute;  
 inoremap <buffer> <silent> &O` &Ograve;  
 inoremap <buffer> <silent> &N~ &Ntilde;  
 inoremap <buffer> <silent> &I" &Iuml;  
 inoremap <buffer> <silent> &I^ &Icirc;  
 inoremap <buffer> <silent> &I' &Iacute;  
 inoremap <buffer> <silent> &I` &Igrave;  
 inoremap <buffer> <silent> &E" &Euml;  
 inoremap <buffer> <silent> &E^ &Ecirc;  
 inoremap <buffer> <silent> &E' &Eacute;  
 inoremap <buffer> <silent> &E` &Egrave;  
 inoremap <buffer> <silent> &C, &Ccedil;  
 inoremap <buffer> <silent> &AE &AElig;  
 inoremap <buffer> <silent> &Ao &Aring;  
 inoremap <buffer> <silent> &A" &Auml;  
 inoremap <buffer> <silent> &A~ &Atilde;  
 inoremap <buffer> <silent> &A^ &Acirc;  
 inoremap <buffer> <silent> &A' &Aacute;  
 inoremap <buffer> <silent> &A` &Agrave;  
 inoremap <buffer> <silent> &c| &cent;  
 inoremap <buffer> <silent> &Y= &yen;  
 inoremap <buffer> <silent> &# &pound;  
 inoremap <buffer> <silent> &  &nbsp;  
 inoremap <buffer> <silent> &> &gt;  
 inoremap <buffer> <silent> &< &lt;  
 inoremap <buffer> <silent> &' &quot;  
 inoremap <buffer> <silent> &tm &trade;  
 inoremap <buffer> <silent> &rO &reg;  
 inoremap <buffer> <silent> &cO &copy;  
 inoremap <buffer> <silent> && &amp;  
 inoremap <buffer> <silent> ;  &nbsp;  
 inoremap <buffer> <silent> ;la <label for=""></label>F"  
 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">  
 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">  
 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50"> </textarea>k$5F"i  
 inoremap <buffer> <silent> ;og <optgroup label=""> </optgroup>k$F"i  
 inoremap <buffer> <silent> ;op <option></option>F<  
 inoremap <buffer> <silent> ;ms <select name="" multiple> </select>O  
 inoremap <buffer> <silent> ;se <select name=""> </select>O  
 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"  
 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"  
 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"  
 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"  
 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"  
 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"  
 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"  
 inoremap <buffer> <silent> ;fm <form action=""> </form>k$F"i  
 inoremap <buffer> <silent> ;if <iframe src=""> </iframe>k$F"i  
 inoremap <buffer> <silent> ;nf <noframes> </noframes>O  
 inoremap <buffer> <silent> ;fr <frame src="">F"  
 inoremap <buffer> <silent> ;fs <frameset rows="" cols=""> </frameset>k$3F"i  
 inoremap <buffer> <silent> ;th <th></th>F<  
 inoremap <buffer> <silent> ;td <td> </td>O  
 inoremap <buffer> <silent> ;tr <tr> </tr>O  
 inoremap <buffer> <silent> ;tf <tfoot> </tfoot>O  
 inoremap <buffer> <silent> ;tb <tbody> </tbody>O  
 inoremap <buffer> <silent> ;tH <thead> </thead>O  
 inoremap <buffer> <silent> ;ta <table> </table>O  
 inoremap <buffer> <silent> ;ca <caption></caption>F<  
 inoremap <buffer> <silent> ;ob <object data="" width="" height=""> </object>k$5F"i  
 inoremap <buffer> <silent> ;ns <noscript> </noscripT>O  
 inoremap <buffer> <silent> ;eb <embed src="" width="" height=""> <noembed></noembed>k$5F"i  
 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"  
 inoremap <buffer> <silent> ;va <var></var>F<  
 inoremap <buffer> <silent> ;ul <ul> </ul>O  
 inoremap <buffer> <silent> ;tt <tt></tt>F<  
 inoremap <buffer> <silent> ;ti <title></title>F<  
 inoremap <buffer> <silent> ;sp <sup></sup>F<  
 inoremap <buffer> <silent> ;sb <sub></sub>F<  
 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"  
 inoremap <buffer> <silent> ;cs <style type="text/css"> <!-- --> </style>kO  
 inoremap <buffer> <silent> ;sm <small></small>F<  
 inoremap <buffer> <silent> ;sa <samp></samp>F<  
 inoremap <buffer> <silent> ;sk <strike></strike>F<  
 inoremap <buffer> <silent> ;qu <q></q>F<  
 inoremap <buffer> <silent> ;pr <pre> </pre>O  
 inoremap <buffer> <silent> ;/p </p>  <p>  
 inoremap <buffer> <silent> ;pp <p> </p>O  
 inoremap <buffer> <silent> ;ol <ol> </ol>O  
 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"  
 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"  
 inoremap <buffer> <silent> ;me <meta name="" content="">3F"  
 inoremap <buffer> <silent> ;lk <link href="">F"  
 inoremap <buffer> <silent> ;li <li></li>F<  
 inoremap <buffer> <silent> ;kb <kbd></kbd>F<  
 inoremap <buffer> <silent> ;ii <isindex>  
 inoremap <buffer> <silent> ;in <ins></ins>F<  
 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"  
 inoremap <buffer> <silent> ;im <img src="" alt="">3F"  
 inoremap <buffer> <silent> ;ht <html> </html>O  
 inoremap <buffer> <silent> ;Hr <hr width="75%">  
 inoremap <buffer> <silent> ;hr <hr>  
 inoremap <buffer> <silent> ;he <head> </head>O  
 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<  
 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<  
 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<  
 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<  
 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<  
 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<  
 inoremap <buffer> <silent> ;h6 <h6></h6>F<  
 inoremap <buffer> <silent> ;h5 <h5></h5>F<  
 inoremap <buffer> <silent> ;h4 <h4></h4>F<  
 inoremap <buffer> <silent> ;h3 <h3></h3>F<  
 inoremap <buffer> <silent> ;h2 <h2></h2>F<  
 inoremap <buffer> <silent> ;h1 <h1></h1>F<  
 inoremap <buffer> <silent> ;fc <font color=""></font>F"  
 inoremap <buffer> <silent> ;fo <font size=""></font>F"  
 inoremap <buffer> <silent> ;sn <span></span>F<  
 inoremap <buffer> <silent> ;dv <div> </div>O  
 inoremap <buffer> <silent> ;df <dfn></dfn>F<  
 inoremap <buffer> <silent> ;de <del></del>F<  
 inoremap <buffer> <silent> ;dd <dd></dd>F<  
 inoremap <buffer> <silent> ;dt <dt></dt>F<  
 inoremap <buffer> <silent> ;dl <dl> </dl>O  
 inoremap <buffer> <silent> ;co <code></code>F<  
 inoremap <buffer> <silent> ;ci <cite></cite>F<  
 inoremap <buffer> <silent> ;ce <center></center>F<  
 inoremap <buffer> <silent> ;br <br>  
 inoremap <buffer> <silent> ;bd <body> </body>O  
 inoremap <buffer> <silent> ;bl <blockquote> </blockquote>O  
 inoremap <buffer> <silent> ;bi <big></big>F<  
 inoremap <buffer> <silent> ;bh <base href="">F"  
 inoremap <buffer> <silent> ;ad <address></address>F<  
 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<  
 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"  
 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<  
 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"  
 inoremap <buffer> <silent> ;aN <a name="*"></a>F<  
 inoremap <buffer> <silent> ;an <a name=""></a>F"  
 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"  
 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"  
 inoremap <buffer> <silent> ;aH <a href="*"></a>F<  
 inoremap <buffer> <silent> ;ah <a href=""></a>F"  
 imap <buffer> <silent> ;s4 ;s4  
 imap <buffer> <silent> ;4 ;4  
 inoremap <buffer> <silent> ;mi :call MangleImageTag()  
 inoremap <buffer> <silent> ;            
 inoremap <buffer> <silent> ;& &  
 inoremap <buffer> <silent> ;; ;  
 setlocal keymap=  
 setlocal noarabic  
 setlocal autoindent  
 setlocal balloonexpr=  
 setlocal nobinary  
 setlocal bufhidden=  
 setlocal buflisted  
 setlocal buftype=  
 setlocal nocindent  
 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  
 setlocal cinoptions=  
 setlocal cinwords=if,else,while,do,for,switch  
 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  
 setlocal commentstring=/*%s*/  
 setlocal complete=.,w,b,u,t,i  
 setlocal completefunc=  
 setlocal nocopyindent  
 setlocal nocursorcolumn  
 setlocal nocursorline  
 setlocal define=  
 setlocal dictionary=  
 setlocal nodiff  
 setlocal equalprg=  
 setlocal errorformat=  
 setlocal noexpandtab  
 if &filetype != 'php'  
 setlocal filetype=php  
 endif  
 setlocal foldcolumn=0  
 setlocal foldenable  
 setlocal foldexpr=0  
 setlocal foldignore=#  
 setlocal foldlevel=0  
 setlocal foldmarker={{{,}}}  
 setlocal foldmethod=manual  
 setlocal foldminlines=1  
 setlocal foldnestmax=20  
 setlocal foldtext=foldtext()  
 setlocal formatexpr=  
 setlocal formatoptions=tcq  
 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  
 setlocal grepprg=  
 setlocal iminsert=2  
 setlocal imsearch=2  
 setlocal include=\\(require\\|include\\)\\(_once\\)\\?  
 setlocal includeexpr=  
 setlocal indentexpr=  
 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e  
 setlocal noinfercase  
 setlocal iskeyword=@,48-57,_,192-255  
 setlocal keywordprg=  
 setlocal nolinebreak  
 setlocal nolisp  
 setlocal nolist  
 setlocal makeprg=  
 setlocal matchpairs=(:),{:},[:],<:>  
 setlocal nomodeline  
 setlocal modifiable  
 setlocal nrformats=octal,hex  
 setlocal nonumber  
 setlocal numberwidth=4  
 setlocal omnifunc=phpcomplete#CompletePHP  
 setlocal path=  
 setlocal nopreserveindent  
 setlocal nopreviewwindow  
 setlocal quoteescape=\\  
 setlocal noreadonly  
 setlocal norightleft  
 setlocal rightleftcmd=search  
 setlocal noscrollbind  
 setlocal shiftwidth=8  
 setlocal noshortname  
 setlocal nosmartindent  
 setlocal softtabstop=0  
 setlocal nospell  
 setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  
 setlocal spellfile=  
 setlocal spelllang=en  
 setlocal statusline=  
 setlocal suffixesadd=  
 setlocal swapfile  
 setlocal synmaxcol=3000  
 if &syntax != 'php'  
 setlocal syntax=php  
 endif  
 setlocal tabstop=2  
 setlocal tags=  
 setlocal textwidth=0  
 setlocal thesaurus=  
 setlocal nowinfixheight  
 setlocal nowinfixwidth  
 setlocal wrap  
 setlocal wrapmargin=0  
 silent! normal! zE  
 let s:l = 1 - ((0 * winheight(0) + 11) / 23)  
 if s:l < 1 | let s:l = 1 | endif  
 exe s:l  
 normal! zt  
 1  
 normal! 0  
9536  tabedit printable.php  tabedit printable.php
9537  set splitbelow splitright  set splitbelow splitright
9538  set nosplitbelow  set nosplitbelow
# Line 10533  exe s:l Line 10146  exe s:l
10146  normal! zt  normal! zt
10147  1  1
10148  normal! 0  normal! 0
10149  tabedit ../.404.html  tabedit .404.html
10150  set splitbelow splitright  set splitbelow splitright
10151  set nosplitbelow  set nosplitbelow
10152  set nosplitright  set nosplitright
# Line 10541  wincmd t Line 10154  wincmd t
10154  set winheight=1 winwidth=1  set winheight=1 winwidth=1
10155  argglobal  argglobal
10156  29argu  29argu
10157    edit .404.html
10158  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10159  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10160  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
# Line 10926  exe s:l Line 10540  exe s:l
10540  normal! zt  normal! zt
10541  1  1
10542  normal! 0  normal! 0
10543  tabedit ../.news.php  tabedit .news.php
10544  set splitbelow splitright  set splitbelow splitright
10545  set nosplitbelow  set nosplitbelow
10546  set nosplitright  set nosplitright
# Line 10934  wincmd t Line 10548  wincmd t
10548  set winheight=1 winwidth=1  set winheight=1 winwidth=1
10549  argglobal  argglobal
10550  30argu  30argu
10551    edit .news.php
10552  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10553  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10554  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
# Line 11323  exe s:l Line 10938  exe s:l
10938  normal! zt  normal! zt
10939  1  1
10940  normal! 01l  normal! 01l
10941  tabedit ../.template.html  tabedit .template.html
10942  set splitbelow splitright  set splitbelow splitright
10943  set nosplitbelow  set nosplitbelow
10944  set nosplitright  set nosplitright
# Line 11331  wincmd t Line 10946  wincmd t
10946  set winheight=1 winwidth=1  set winheight=1 winwidth=1
10947  argglobal  argglobal
10948  31argu  31argu
10949    edit .template.html
10950  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10951  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10952  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
# Line 11716  exe s:l Line 11332  exe s:l
11332  normal! zt  normal! zt
11333  1  1
11334  normal! 0  normal! 0
11335  tabedit ../2site  tabedit scripts/2site
11336  set splitbelow splitright  set splitbelow splitright
11337  set nosplitbelow  set nosplitbelow
11338  set nosplitright  set nosplitright
# Line 11724  wincmd t Line 11340  wincmd t
11340  set winheight=1 winwidth=1  set winheight=1 winwidth=1
11341  argglobal  argglobal
11342  32argu  32argu
11343    edit scripts/2site
11344  setlocal keymap=  setlocal keymap=
11345  setlocal noarabic  setlocal noarabic
11346  setlocal autoindent  setlocal autoindent
# Line 11766  setlocal formatexpr= Line 11383  setlocal formatexpr=
11383  setlocal formatoptions=tcq  setlocal formatoptions=tcq
11384  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11385  setlocal grepprg=  setlocal grepprg=
11386  setlocal iminsert=2  setlocal iminsert=0
11387  setlocal imsearch=2  setlocal imsearch=2
11388  setlocal include=  setlocal include=
11389  setlocal includeexpr=  setlocal includeexpr=
# Line 11818  setlocal nowinfixwidth Line 11435  setlocal nowinfixwidth
11435  setlocal wrap  setlocal wrap
11436  setlocal wrapmargin=0  setlocal wrapmargin=0
11437  silent! normal! zE  silent! normal! zE
11438  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 34 - ((0 * winheight(0) + 19) / 38)
11439  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11440  exe s:l  exe s:l
11441  normal! zt  normal! zt
11442  1  34
11443  normal! 0  normal! 0
11444  tabedit html2txt  tabedit scripts/html2txt
11445    set splitbelow splitright
11446    set nosplitbelow
11447    set nosplitright
11448    wincmd t
11449    set winheight=1 winwidth=1
11450    argglobal
11451    edit scripts/html2txt
11452    setlocal keymap=
11453    setlocal noarabic
11454    setlocal autoindent
11455    setlocal balloonexpr=
11456    setlocal nobinary
11457    setlocal bufhidden=
11458    setlocal buflisted
11459    setlocal buftype=
11460    setlocal nocindent
11461    setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11462    setlocal cinoptions=
11463    setlocal cinwords=if,else,while,do,for,switch
11464    setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
11465    setlocal commentstring=#%s
11466    setlocal complete=.,w,b,u,t,i
11467    setlocal completefunc=
11468    setlocal nocopyindent
11469    setlocal nocursorcolumn
11470    setlocal nocursorline
11471    setlocal define=
11472    setlocal dictionary=
11473    setlocal nodiff
11474    setlocal equalprg=
11475    setlocal errorformat=
11476    setlocal noexpandtab
11477    if &filetype != 'sh'
11478    setlocal filetype=sh
11479    endif
11480    setlocal foldcolumn=0
11481    setlocal foldenable
11482    setlocal foldexpr=0
11483    setlocal foldignore=#
11484    setlocal foldlevel=0
11485    setlocal foldmarker={{{,}}}
11486    setlocal foldmethod=manual
11487    setlocal foldminlines=1
11488    setlocal foldnestmax=20
11489    setlocal foldtext=foldtext()
11490    setlocal formatexpr=
11491    setlocal formatoptions=tcq
11492    setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11493    setlocal grepprg=
11494    setlocal iminsert=0
11495    setlocal imsearch=2
11496    setlocal include=
11497    setlocal includeexpr=
11498    setlocal indentexpr=
11499    setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
11500    setlocal noinfercase
11501    setlocal iskeyword=@,48-57,_,192-255
11502    setlocal keywordprg=
11503    setlocal nolinebreak
11504    setlocal nolisp
11505    setlocal nolist
11506    setlocal makeprg=
11507    setlocal matchpairs=(:),{:},[:]
11508    setlocal nomodeline
11509    setlocal modifiable
11510    setlocal nrformats=octal,hex
11511    setlocal nonumber
11512    setlocal numberwidth=4
11513    setlocal omnifunc=
11514    setlocal path=
11515    setlocal nopreserveindent
11516    setlocal nopreviewwindow
11517    setlocal quoteescape=\\
11518    setlocal noreadonly
11519    setlocal norightleft
11520    setlocal rightleftcmd=search
11521    setlocal noscrollbind
11522    setlocal shiftwidth=8
11523    setlocal noshortname
11524    setlocal nosmartindent
11525    setlocal softtabstop=0
11526    setlocal nospell
11527    setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+
11528    setlocal spellfile=
11529    setlocal spelllang=en
11530    setlocal statusline=
11531    setlocal suffixesadd=
11532    setlocal swapfile
11533    setlocal synmaxcol=3000
11534    if &syntax != 'sh'
11535    setlocal syntax=sh
11536    endif
11537    setlocal tabstop=2
11538    setlocal tags=
11539    setlocal textwidth=0
11540    setlocal thesaurus=
11541    setlocal nowinfixheight
11542    setlocal nowinfixwidth
11543    setlocal wrap
11544    setlocal wrapmargin=0
11545    silent! normal! zE
11546    let s:l = 23 - ((19 * winheight(0) + 19) / 38)
11547    if s:l < 1 | let s:l = 1 | endif
11548    exe s:l
11549    normal! zt
11550    23
11551    normal! 025l
11552    tabedit scripts/update-boot-params
11553  set splitbelow splitright  set splitbelow splitright
11554  set nosplitbelow  set nosplitbelow
11555  set nosplitright  set nosplitright
# Line 11832  wincmd t Line 11557  wincmd t
11557  set winheight=1 winwidth=1  set winheight=1 winwidth=1
11558  argglobal  argglobal
11559  33argu  33argu
11560    edit scripts/update-boot-params
11561  setlocal keymap=  setlocal keymap=
11562  setlocal noarabic  setlocal noarabic
11563  setlocal autoindent  setlocal autoindent
# Line 11845  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e Line 11571  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11571  setlocal cinoptions=  setlocal cinoptions=
11572  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
11573  setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-  setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
11574  setlocal commentstring=/*%s*/  setlocal commentstring=#%s
11575  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
11576  setlocal completefunc=  setlocal completefunc=
11577  setlocal nocopyindent  setlocal nocopyindent
# Line 11857  setlocal nodiff Line 11583  setlocal nodiff
11583  setlocal equalprg=  setlocal equalprg=
11584  setlocal errorformat=  setlocal errorformat=
11585  setlocal noexpandtab  setlocal noexpandtab
11586  if &filetype != ''  if &filetype != 'sh'
11587  setlocal filetype=  setlocal filetype=sh
11588  endif  endif
11589  setlocal foldcolumn=0  setlocal foldcolumn=0
11590  setlocal foldenable  setlocal foldenable
# Line 11874  setlocal formatexpr= Line 11600  setlocal formatexpr=
11600  setlocal formatoptions=tcq  setlocal formatoptions=tcq
11601  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11602  setlocal grepprg=  setlocal grepprg=
11603  setlocal iminsert=2  setlocal iminsert=0
11604  setlocal imsearch=2  setlocal imsearch=2
11605  setlocal include=  setlocal include=
11606  setlocal includeexpr=  setlocal includeexpr=
# Line 11914  setlocal statusline= Line 11640  setlocal statusline=
11640  setlocal suffixesadd=  setlocal suffixesadd=
11641  setlocal swapfile  setlocal swapfile
11642  setlocal synmaxcol=3000  setlocal synmaxcol=3000
11643  if &syntax != ''  if &syntax != 'sh'
11644  setlocal syntax=  setlocal syntax=sh
11645  endif  endif
11646  setlocal tabstop=2  setlocal tabstop=2
11647  setlocal tags=  setlocal tags=
# Line 11926  setlocal nowinfixwidth Line 11652  setlocal nowinfixwidth
11652  setlocal wrap  setlocal wrap
11653  setlocal wrapmargin=0  setlocal wrapmargin=0
11654  silent! normal! zE  silent! normal! zE
11655  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 266 - ((23 * winheight(0) + 19) / 38)
11656    if s:l < 1 | let s:l = 1 | endif
11657    exe s:l
11658    normal! zt
11659    266
11660    normal! 04l
11661    tabedit scripts/html2doc
11662    set splitbelow splitright
11663    set nosplitbelow
11664    set nosplitright
11665    wincmd t
11666    set winheight=1 winwidth=1
11667    argglobal
11668    edit scripts/html2doc
11669    setlocal keymap=
11670    setlocal noarabic
11671    setlocal autoindent
11672    setlocal balloonexpr=
11673    setlocal nobinary
11674    setlocal bufhidden=
11675    setlocal buflisted
11676    setlocal buftype=
11677    setlocal nocindent
11678    setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11679    setlocal cinoptions=
11680    setlocal cinwords=if,else,while,do,for,switch
11681    setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
11682    setlocal commentstring=#%s
11683    setlocal complete=.,w,b,u,t,i
11684    setlocal completefunc=
11685    setlocal nocopyindent
11686    setlocal nocursorcolumn
11687    setlocal nocursorline
11688    setlocal define=
11689    setlocal dictionary=
11690    setlocal nodiff
11691    setlocal equalprg=
11692    setlocal errorformat=
11693    setlocal noexpandtab
11694    if &filetype != 'sh'
11695    setlocal filetype=sh
11696    endif
11697    setlocal foldcolumn=0
11698    setlocal foldenable
11699    setlocal foldexpr=0
11700    setlocal foldignore=#
11701    setlocal foldlevel=0
11702    setlocal foldmarker={{{,}}}
11703    setlocal foldmethod=manual
11704    setlocal foldminlines=1
11705    setlocal foldnestmax=20
11706    setlocal foldtext=foldtext()
11707    setlocal formatexpr=
11708    setlocal formatoptions=tcq
11709    setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11710    setlocal grepprg=
11711    setlocal iminsert=0
11712    setlocal imsearch=2
11713    setlocal include=
11714    setlocal includeexpr=
11715    setlocal indentexpr=
11716    setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
11717    setlocal noinfercase
11718    setlocal iskeyword=@,48-57,_,192-255
11719    setlocal keywordprg=
11720    setlocal nolinebreak
11721    setlocal nolisp
11722    setlocal nolist
11723    setlocal makeprg=
11724    setlocal matchpairs=(:),{:},[:]
11725    setlocal nomodeline
11726    setlocal modifiable
11727    setlocal nrformats=octal,hex
11728    setlocal nonumber
11729    setlocal numberwidth=4
11730    setlocal omnifunc=
11731    setlocal path=
11732    setlocal nopreserveindent
11733    setlocal nopreviewwindow
11734    setlocal quoteescape=\\
11735    setlocal noreadonly
11736    setlocal norightleft
11737    setlocal rightleftcmd=search
11738    setlocal noscrollbind
11739    setlocal shiftwidth=8
11740    setlocal noshortname
11741    setlocal nosmartindent
11742    setlocal softtabstop=0
11743    setlocal nospell
11744    setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+
11745    setlocal spellfile=
11746    setlocal spelllang=en
11747    setlocal statusline=
11748    setlocal suffixesadd=
11749    setlocal swapfile
11750    setlocal synmaxcol=3000
11751    if &syntax != 'sh'
11752    setlocal syntax=sh
11753    endif
11754    setlocal tabstop=2
11755    setlocal tags=
11756    setlocal textwidth=0
11757    setlocal thesaurus=
11758    setlocal nowinfixheight
11759    setlocal nowinfixwidth
11760    setlocal wrap
11761    setlocal wrapmargin=0
11762    silent! normal! zE
11763    let s:l = 1 - ((0 * winheight(0) + 19) / 38)
11764  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11765  exe s:l  exe s:l
11766  normal! zt  normal! zt
# Line 11982  setlocal formatexpr= Line 11816  setlocal formatexpr=
11816  setlocal formatoptions=tcq  setlocal formatoptions=tcq
11817  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11818  setlocal grepprg=  setlocal grepprg=
11819  setlocal iminsert=2  setlocal iminsert=0
11820  setlocal imsearch=2  setlocal imsearch=2
11821  setlocal include=  setlocal include=
11822  setlocal includeexpr=  setlocal includeexpr=
# Line 12034  setlocal nowinfixwidth Line 11868  setlocal nowinfixwidth
11868  setlocal wrap  setlocal wrap
11869  setlocal wrapmargin=0  setlocal wrapmargin=0
11870  silent! normal! zE  silent! normal! zE
11871  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 2 - ((0 * winheight(0) + 19) / 38)
11872  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11873  exe s:l  exe s:l
11874  normal! zt  normal! zt
11875  1  2
11876  normal! 0  normal! 0
11877  tabnext 1  tabnext 34
11878  if exists('s:wipebuf')  if exists('s:wipebuf')
11879    silent exe 'bwipe ' . s:wipebuf    silent exe 'bwipe ' . s:wipebuf
11880  endif  endif

Legend:
Removed from v.45  
changed lines
  Added in v.52

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26