/[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 51 by sng, Thu May 20 16:05:47 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 +0 scripts/html2offline
97  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
98  edit annex-a-devices.html  edit annex-a-devices.html
99  set splitbelow splitright  set splitbelow splitright
# Line 474  setlocal nowinfixwidth Line 483  setlocal nowinfixwidth
483  setlocal wrap  setlocal wrap
484  setlocal wrapmargin=0  setlocal wrapmargin=0
485  silent! normal! zE  silent! normal! zE
486  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
487  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
488  exe s:l  exe s:l
489  normal! zt  normal! zt
# Line 9523  exe s:l Line 9532  exe s:l
9532  normal! zt  normal! zt
9533  1  1
9534  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  
9535  tabedit printable.php  tabedit printable.php
9536  set splitbelow splitright  set splitbelow splitright
9537  set nosplitbelow  set nosplitbelow
# Line 10533  exe s:l Line 10145  exe s:l
10145  normal! zt  normal! zt
10146  1  1
10147  normal! 0  normal! 0
10148  tabedit ../.404.html  tabedit .404.html
10149  set splitbelow splitright  set splitbelow splitright
10150  set nosplitbelow  set nosplitbelow
10151  set nosplitright  set nosplitright
# Line 10541  wincmd t Line 10153  wincmd t
10153  set winheight=1 winwidth=1  set winheight=1 winwidth=1
10154  argglobal  argglobal
10155  29argu  29argu
10156    edit .404.html
10157  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10158  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10159  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
# Line 10926  exe s:l Line 10539  exe s:l
10539  normal! zt  normal! zt
10540  1  1
10541  normal! 0  normal! 0
10542  tabedit ../.news.php  tabedit .news.php
10543  set splitbelow splitright  set splitbelow splitright
10544  set nosplitbelow  set nosplitbelow
10545  set nosplitright  set nosplitright
# Line 10934  wincmd t Line 10547  wincmd t
10547  set winheight=1 winwidth=1  set winheight=1 winwidth=1
10548  argglobal  argglobal
10549  30argu  30argu
10550    edit .news.php
10551  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10552  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10553  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
# Line 11323  exe s:l Line 10937  exe s:l
10937  normal! zt  normal! zt
10938  1  1
10939  normal! 01l  normal! 01l
10940  tabedit ../.template.html  tabedit .template.html
10941  set splitbelow splitright  set splitbelow splitright
10942  set nosplitbelow  set nosplitbelow
10943  set nosplitright  set nosplitright
# Line 11331  wincmd t Line 10945  wincmd t
10945  set winheight=1 winwidth=1  set winheight=1 winwidth=1
10946  argglobal  argglobal
10947  31argu  31argu
10948    edit .template.html
10949  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10950  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10951  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
# Line 11716  exe s:l Line 11331  exe s:l
11331  normal! zt  normal! zt
11332  1  1
11333  normal! 0  normal! 0
11334  tabedit ../2site  tabedit scripts/2site
11335  set splitbelow splitright  set splitbelow splitright
11336  set nosplitbelow  set nosplitbelow
11337  set nosplitright  set nosplitright
# Line 11724  wincmd t Line 11339  wincmd t
11339  set winheight=1 winwidth=1  set winheight=1 winwidth=1
11340  argglobal  argglobal
11341  32argu  32argu
11342    edit scripts/2site
11343  setlocal keymap=  setlocal keymap=
11344  setlocal noarabic  setlocal noarabic
11345  setlocal autoindent  setlocal autoindent
# Line 11766  setlocal formatexpr= Line 11382  setlocal formatexpr=
11382  setlocal formatoptions=tcq  setlocal formatoptions=tcq
11383  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11384  setlocal grepprg=  setlocal grepprg=
11385  setlocal iminsert=2  setlocal iminsert=0
11386  setlocal imsearch=2  setlocal imsearch=2
11387  setlocal include=  setlocal include=
11388  setlocal includeexpr=  setlocal includeexpr=
# Line 11818  setlocal nowinfixwidth Line 11434  setlocal nowinfixwidth
11434  setlocal wrap  setlocal wrap
11435  setlocal wrapmargin=0  setlocal wrapmargin=0
11436  silent! normal! zE  silent! normal! zE
11437  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 34 - ((0 * winheight(0) + 19) / 38)
11438    if s:l < 1 | let s:l = 1 | endif
11439    exe s:l
11440    normal! zt
11441    34
11442    normal! 0
11443    tabedit scripts/html2offline
11444    set splitbelow splitright
11445    set nosplitbelow
11446    set nosplitright
11447    wincmd t
11448    set winheight=1 winwidth=1
11449    argglobal
11450    edit scripts/html2offline
11451    setlocal keymap=
11452    setlocal noarabic
11453    setlocal autoindent
11454    setlocal balloonexpr=
11455    setlocal nobinary
11456    setlocal bufhidden=
11457    setlocal buflisted
11458    setlocal buftype=
11459    setlocal nocindent
11460    setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11461    setlocal cinoptions=
11462    setlocal cinwords=if,else,while,do,for,switch
11463    setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
11464    setlocal commentstring=#%s
11465    setlocal complete=.,w,b,u,t,i
11466    setlocal completefunc=
11467    setlocal nocopyindent
11468    setlocal nocursorcolumn
11469    setlocal nocursorline
11470    setlocal define=
11471    setlocal dictionary=
11472    setlocal nodiff
11473    setlocal equalprg=
11474    setlocal errorformat=
11475    setlocal noexpandtab
11476    if &filetype != 'sh'
11477    setlocal filetype=sh
11478    endif
11479    setlocal foldcolumn=0
11480    setlocal foldenable
11481    setlocal foldexpr=0
11482    setlocal foldignore=#
11483    setlocal foldlevel=0
11484    setlocal foldmarker={{{,}}}
11485    setlocal foldmethod=manual
11486    setlocal foldminlines=1
11487    setlocal foldnestmax=20
11488    setlocal foldtext=foldtext()
11489    setlocal formatexpr=
11490    setlocal formatoptions=tcq
11491    setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11492    setlocal grepprg=
11493    setlocal iminsert=0
11494    setlocal imsearch=2
11495    setlocal include=
11496    setlocal includeexpr=
11497    setlocal indentexpr=
11498    setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
11499    setlocal noinfercase
11500    setlocal iskeyword=@,48-57,_,192-255
11501    setlocal keywordprg=
11502    setlocal nolinebreak
11503    setlocal nolisp
11504    setlocal nolist
11505    setlocal makeprg=
11506    setlocal matchpairs=(:),{:},[:]
11507    setlocal nomodeline
11508    setlocal modifiable
11509    setlocal nrformats=octal,hex
11510    setlocal nonumber
11511    setlocal numberwidth=4
11512    setlocal omnifunc=
11513    setlocal path=
11514    setlocal nopreserveindent
11515    setlocal nopreviewwindow
11516    setlocal quoteescape=\\
11517    setlocal noreadonly
11518    setlocal norightleft
11519    setlocal rightleftcmd=search
11520    setlocal noscrollbind
11521    setlocal shiftwidth=8
11522    setlocal noshortname
11523    setlocal nosmartindent
11524    setlocal softtabstop=0
11525    setlocal nospell
11526    setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+
11527    setlocal spellfile=
11528    setlocal spelllang=en
11529    setlocal statusline=
11530    setlocal suffixesadd=
11531    setlocal swapfile
11532    setlocal synmaxcol=3000
11533    if &syntax != 'sh'
11534    setlocal syntax=sh
11535    endif
11536    setlocal tabstop=2
11537    setlocal tags=
11538    setlocal textwidth=0
11539    setlocal thesaurus=
11540    setlocal nowinfixheight
11541    setlocal nowinfixwidth
11542    setlocal wrap
11543    setlocal wrapmargin=0
11544    silent! normal! zE
11545    let s:l = 4 - ((3 * winheight(0) + 19) / 38)
11546    if s:l < 1 | let s:l = 1 | endif
11547    exe s:l
11548    normal! zt
11549    4
11550    normal! 063l
11551    tabedit scripts/html2txt
11552    set splitbelow splitright
11553    set nosplitbelow
11554    set nosplitright
11555    wincmd t
11556    set winheight=1 winwidth=1
11557    argglobal
11558    edit scripts/html2txt
11559    setlocal keymap=
11560    setlocal noarabic
11561    setlocal autoindent
11562    setlocal balloonexpr=
11563    setlocal nobinary
11564    setlocal bufhidden=
11565    setlocal buflisted
11566    setlocal buftype=
11567    setlocal nocindent
11568    setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11569    setlocal cinoptions=
11570    setlocal cinwords=if,else,while,do,for,switch
11571    setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
11572    setlocal commentstring=#%s
11573    setlocal complete=.,w,b,u,t,i
11574    setlocal completefunc=
11575    setlocal nocopyindent
11576    setlocal nocursorcolumn
11577    setlocal nocursorline
11578    setlocal define=
11579    setlocal dictionary=
11580    setlocal nodiff
11581    setlocal equalprg=
11582    setlocal errorformat=
11583    setlocal noexpandtab
11584    if &filetype != 'sh'
11585    setlocal filetype=sh
11586    endif
11587    setlocal foldcolumn=0
11588    setlocal foldenable
11589    setlocal foldexpr=0
11590    setlocal foldignore=#
11591    setlocal foldlevel=0
11592    setlocal foldmarker={{{,}}}
11593    setlocal foldmethod=manual
11594    setlocal foldminlines=1
11595    setlocal foldnestmax=20
11596    setlocal foldtext=foldtext()
11597    setlocal formatexpr=
11598    setlocal formatoptions=tcq
11599    setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11600    setlocal grepprg=
11601    setlocal iminsert=0
11602    setlocal imsearch=2
11603    setlocal include=
11604    setlocal includeexpr=
11605    setlocal indentexpr=
11606    setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
11607    setlocal noinfercase
11608    setlocal iskeyword=@,48-57,_,192-255
11609    setlocal keywordprg=
11610    setlocal nolinebreak
11611    setlocal nolisp
11612    setlocal nolist
11613    setlocal makeprg=
11614    setlocal matchpairs=(:),{:},[:]
11615    setlocal nomodeline
11616    setlocal modifiable
11617    setlocal nrformats=octal,hex
11618    setlocal nonumber
11619    setlocal numberwidth=4
11620    setlocal omnifunc=
11621    setlocal path=
11622    setlocal nopreserveindent
11623    setlocal nopreviewwindow
11624    setlocal quoteescape=\\
11625    setlocal noreadonly
11626    setlocal norightleft
11627    setlocal rightleftcmd=search
11628    setlocal noscrollbind
11629    setlocal shiftwidth=8
11630    setlocal noshortname
11631    setlocal nosmartindent
11632    setlocal softtabstop=0
11633    setlocal nospell
11634    setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+
11635    setlocal spellfile=
11636    setlocal spelllang=en
11637    setlocal statusline=
11638    setlocal suffixesadd=
11639    setlocal swapfile
11640    setlocal synmaxcol=3000
11641    if &syntax != 'sh'
11642    setlocal syntax=sh
11643    endif
11644    setlocal tabstop=2
11645    setlocal tags=
11646    setlocal textwidth=0
11647    setlocal thesaurus=
11648    setlocal nowinfixheight
11649    setlocal nowinfixwidth
11650    setlocal wrap
11651    setlocal wrapmargin=0
11652    silent! normal! zE
11653    let s:l = 1 - ((0 * winheight(0) + 19) / 38)
11654  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11655  exe s:l  exe s:l
11656  normal! zt  normal! zt
11657  1  1
11658  normal! 0  normal! 0
11659  tabedit html2txt  tabedit scripts/update-boot-params
11660  set splitbelow splitright  set splitbelow splitright
11661  set nosplitbelow  set nosplitbelow
11662  set nosplitright  set nosplitright
# Line 11832  wincmd t Line 11664  wincmd t
11664  set winheight=1 winwidth=1  set winheight=1 winwidth=1
11665  argglobal  argglobal
11666  33argu  33argu
11667    edit scripts/update-boot-params
11668  setlocal keymap=  setlocal keymap=
11669  setlocal noarabic  setlocal noarabic
11670  setlocal autoindent  setlocal autoindent
# Line 11845  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e Line 11678  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11678  setlocal cinoptions=  setlocal cinoptions=
11679  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
11680  setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-  setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
11681  setlocal commentstring=/*%s*/  setlocal commentstring=#%s
11682  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
11683  setlocal completefunc=  setlocal completefunc=
11684  setlocal nocopyindent  setlocal nocopyindent
# Line 11857  setlocal nodiff Line 11690  setlocal nodiff
11690  setlocal equalprg=  setlocal equalprg=
11691  setlocal errorformat=  setlocal errorformat=
11692  setlocal noexpandtab  setlocal noexpandtab
11693  if &filetype != ''  if &filetype != 'sh'
11694  setlocal filetype=  setlocal filetype=sh
11695  endif  endif
11696  setlocal foldcolumn=0  setlocal foldcolumn=0
11697  setlocal foldenable  setlocal foldenable
# Line 11914  setlocal statusline= Line 11747  setlocal statusline=
11747  setlocal suffixesadd=  setlocal suffixesadd=
11748  setlocal swapfile  setlocal swapfile
11749  setlocal synmaxcol=3000  setlocal synmaxcol=3000
11750  if &syntax != ''  if &syntax != 'sh'
11751  setlocal syntax=  setlocal syntax=sh
11752  endif  endif
11753  setlocal tabstop=2  setlocal tabstop=2
11754  setlocal tags=  setlocal tags=
# Line 11926  setlocal nowinfixwidth Line 11759  setlocal nowinfixwidth
11759  setlocal wrap  setlocal wrap
11760  setlocal wrapmargin=0  setlocal wrapmargin=0
11761  silent! normal! zE  silent! normal! zE
11762  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 2 - ((0 * winheight(0) + 19) / 38)
11763  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11764  exe s:l  exe s:l
11765  normal! zt  normal! zt
11766  1  2
11767  normal! 0  normal! 0
11768  tabedit ../chkNamedLinks  tabedit ../chkNamedLinks
11769  set splitbelow splitright  set splitbelow splitright
# Line 11982  setlocal formatexpr= Line 11815  setlocal formatexpr=
11815  setlocal formatoptions=tcq  setlocal formatoptions=tcq
11816  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11817  setlocal grepprg=  setlocal grepprg=
11818  setlocal iminsert=2  setlocal iminsert=0
11819  setlocal imsearch=2  setlocal imsearch=2
11820  setlocal include=  setlocal include=
11821  setlocal includeexpr=  setlocal includeexpr=
# Line 12034  setlocal nowinfixwidth Line 11867  setlocal nowinfixwidth
11867  setlocal wrap  setlocal wrap
11868  setlocal wrapmargin=0  setlocal wrapmargin=0
11869  silent! normal! zE  silent! normal! zE
11870  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 2 - ((0 * winheight(0) + 19) / 38)
11871  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11872  exe s:l  exe s:l
11873  normal! zt  normal! zt
11874  1  2
11875  normal! 0  normal! 0
11876  tabnext 1  tabnext 32
11877  if exists('s:wipebuf')  if exists('s:wipebuf')
11878    silent exe 'bwipe ' . s:wipebuf    silent exe 'bwipe ' . s:wipebuf
11879  endif  endif

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26