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

Diff of /Documentation.vim

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

revision 118 by sng, Wed Sep 15 14:31:29 2010 UTC revision 119 by sng, Thu Sep 16 09:19:51 2010 UTC
# Line 91  badd +1 .template.html Line 91  badd +1 .template.html
91  badd +1 scripts/2site  badd +1 scripts/2site
92  badd +1 scripts/html2txt  badd +1 scripts/html2txt
93  badd +1 ../chkNamedLinks  badd +1 ../chkNamedLinks
94  badd +0 scripts/html2doc  badd +1 scripts/html2doc
95    badd +0 download.html
96  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 printable.php clonezilla-sysresccd.rss ../.htaccess .404.html .news.php .template.html scripts/2site scripts/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 printable.php clonezilla-sysresccd.rss ../.htaccess .404.html .news.php .template.html scripts/2site scripts/html2txt ../chkNamedLinks
97  edit annex-a-devices.html  edit annex-a-devices.html
98  set splitbelow splitright  set splitbelow splitright
# Line 488  setlocal nowinfixwidth Line 489  setlocal nowinfixwidth
489  setlocal wrap  setlocal wrap
490  setlocal wrapmargin=0  setlocal wrapmargin=0
491  silent! normal! zE  silent! normal! zE
492  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
493  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
494  exe s:l  exe s:l
495  normal! zt  normal! zt
# Line 888  setlocal nowinfixwidth Line 889  setlocal nowinfixwidth
889  setlocal wrap  setlocal wrap
890  setlocal wrapmargin=0  setlocal wrapmargin=0
891  silent! normal! zE  silent! normal! zE
892  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
893  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
894  exe s:l  exe s:l
895  normal! zt  normal! zt
# Line 1288  setlocal nowinfixwidth Line 1289  setlocal nowinfixwidth
1289  setlocal wrap  setlocal wrap
1290  setlocal wrapmargin=0  setlocal wrapmargin=0
1291  silent! normal! zE  silent! normal! zE
1292  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
1293  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
1294  exe s:l  exe s:l
1295  normal! zt  normal! zt
# Line 1688  setlocal nowinfixwidth Line 1689  setlocal nowinfixwidth
1689  setlocal wrap  setlocal wrap
1690  setlocal wrapmargin=0  setlocal wrapmargin=0
1691  silent! normal! zE  silent! normal! zE
1692  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
1693  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
1694  exe s:l  exe s:l
1695  normal! zt  normal! zt
# Line 2088  setlocal nowinfixwidth Line 2089  setlocal nowinfixwidth
2089  setlocal wrap  setlocal wrap
2090  setlocal wrapmargin=0  setlocal wrapmargin=0
2091  silent! normal! zE  silent! normal! zE
2092  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
2093  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
2094  exe s:l  exe s:l
2095  normal! zt  normal! zt
# Line 2488  setlocal nowinfixwidth Line 2489  setlocal nowinfixwidth
2489  setlocal wrap  setlocal wrap
2490  setlocal wrapmargin=0  setlocal wrapmargin=0
2491  silent! normal! zE  silent! normal! zE
2492  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
2493    if s:l < 1 | let s:l = 1 | endif
2494    exe s:l
2495    normal! zt
2496    1
2497    normal! 0
2498    tabedit download.html
2499    set splitbelow splitright
2500    set nosplitbelow
2501    set nosplitright
2502    wincmd t
2503    set winheight=1 winwidth=1
2504    argglobal
2505    edit download.html
2506    vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
2507    nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
2508    nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
2509    nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
2510    nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
2511    nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
2512    nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
2513    nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
2514    nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
2515    nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
2516    nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
2517    nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
2518    nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
2519    nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
2520    nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
2521    nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
2522    nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
2523    nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
2524    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">')
2525    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">')
2526    nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
2527    nnoremap <buffer> <silent> ;mi :call MangleImageTag()
2528    nnoremap <buffer> <silent> ;          
2529    nnoremap <buffer> <silent> ;; ;
2530    vnoremap <buffer> <silent> ;; ;
2531    inoremap <buffer> <silent>      :call HTMLnextInsertPoint('i')
2532    inoremap <buffer> <silent> &hA &hArr;
2533    inoremap <buffer> <silent> &dA &dArr;
2534    inoremap <buffer> <silent> &rA &rArr;
2535    inoremap <buffer> <silent> &uA &uArr;
2536    inoremap <buffer> <silent> &lA &lArr;
2537    inoremap <buffer> <silent> &ha &harr;
2538    inoremap <buffer> <silent> &da &darr;
2539    inoremap <buffer> <silent> &ra &rarr;
2540    inoremap <buffer> <silent> &ua &uarr;
2541    inoremap <buffer> <silent> &la &larr;
2542    inoremap <buffer> <silent> &pv &piv;
2543    inoremap <buffer> <silent> &uh &upsih;
2544    inoremap <buffer> <silent> &ts &thetasym;
2545    inoremap <buffer> <silent> &og &omega;
2546    inoremap <buffer> <silent> &ps &psi;
2547    inoremap <buffer> <silent> &ch &chi;
2548    inoremap <buffer> <silent> &ph &phi;
2549    inoremap <buffer> <silent> &up &upsilon;
2550    inoremap <buffer> <silent> &ta &tau;
2551    inoremap <buffer> <silent> &sf &sigmaf;
2552    inoremap <buffer> <silent> &si &sigma;
2553    inoremap <buffer> <silent> &rh &rho;
2554    inoremap <buffer> <silent> &pi &pi;
2555    inoremap <buffer> <silent> &oc &omicron;
2556    inoremap <buffer> <silent> &xi &xi;
2557    inoremap <buffer> <silent> &nu &nu;
2558    inoremap <buffer> <silent> &mu &mu;
2559    inoremap <buffer> <silent> &lm &lambda;
2560    inoremap <buffer> <silent> &ka &kappa;
2561    inoremap <buffer> <silent> &io &iota;
2562    inoremap <buffer> <silent> &th &theta;
2563    inoremap <buffer> <silent> &et &eta;
2564    inoremap <buffer> <silent> &ze &zeta;
2565    inoremap <buffer> <silent> &ep &epsilon;
2566    inoremap <buffer> <silent> &de &delta;
2567    inoremap <buffer> <silent> &ga &gamma;
2568    inoremap <buffer> <silent> &be &beta;
2569    inoremap <buffer> <silent> &al &alpha;
2570    inoremap <buffer> <silent> &Ps &Psi;
2571    inoremap <buffer> <silent> &Ch &Chi;
2572    inoremap <buffer> <silent> &Ph &Phi;
2573    inoremap <buffer> <silent> &Up &Upsilon;
2574    inoremap <buffer> <silent> &Ta &Tau;
2575    inoremap <buffer> <silent> &Si &Sigma;
2576    inoremap <buffer> <silent> &Rh &Rho;
2577    inoremap <buffer> <silent> &Pi &Pi;
2578    inoremap <buffer> <silent> &Oc &Omicron;
2579    inoremap <buffer> <silent> &Xi &Xi;
2580    inoremap <buffer> <silent> &Nu &Nu;
2581    inoremap <buffer> <silent> &Mu &Mu;
2582    inoremap <buffer> <silent> &Lm &Lambda;
2583    inoremap <buffer> <silent> &Ka &Kappa;
2584    inoremap <buffer> <silent> &Io &Iota;
2585    inoremap <buffer> <silent> &Th &Theta;
2586    inoremap <buffer> <silent> &Et &Eta;
2587    inoremap <buffer> <silent> &Ze &Zeta;
2588    inoremap <buffer> <silent> &Ep &Epsilon;
2589    inoremap <buffer> <silent> &De &Delta;
2590    inoremap <buffer> <silent> &Ga &Gamma;
2591    inoremap <buffer> <silent> &Be &Beta;
2592    inoremap <buffer> <silent> &Al &Alpha;
2593    inoremap <buffer> <silent> &3. &hellip;
2594    inoremap <buffer> <silent> &-- &mdash;
2595    inoremap <buffer> <silent> &3- &mdash;
2596    inoremap <buffer> <silent> &m- &mdash;
2597    inoremap <buffer> <silent> &2- &ndash;
2598    inoremap <buffer> <silent> &n- &ndash;
2599    inoremap <buffer> <silent> &34 &frac34;
2600    inoremap <buffer> <silent> &12 &frac12;
2601    inoremap <buffer> <silent> &14 &frac14;
2602    inoremap <buffer> <silent> &. &middot;
2603    inoremap <buffer> <silent> &pa &para;
2604    inoremap <buffer> <silent> &mi &micro;
2605    inoremap <buffer> <silent> &dg &deg;
2606    inoremap <buffer> <silent> &? &iquest;
2607    inoremap <buffer> <silent> &! &iexcl;
2608    inoremap <buffer> <silent> &sz &szlig;
2609    inoremap <buffer> <silent> &o/ &oslash;
2610    inoremap <buffer> <silent> &/ &divide;
2611    inoremap <buffer> <silent> &" &uml;
2612    inoremap <buffer> <silent> &2> &raquo;
2613    inoremap <buffer> <silent> &2< &laquo;
2614    inoremap <buffer> <silent> &y" &yuml;
2615    inoremap <buffer> <silent> &y' &yacute;
2616    inoremap <buffer> <silent> &u" &uuml;
2617    inoremap <buffer> <silent> &u^ &ucirc;
2618    inoremap <buffer> <silent> &u' &uacute;
2619    inoremap <buffer> <silent> &u` &ugrave;
2620    inoremap <buffer> <silent> &x &times;
2621    inoremap <buffer> <silent> &o" &ouml;
2622    inoremap <buffer> <silent> &o~ &otilde;
2623    inoremap <buffer> <silent> &o^ &ocirc;
2624    inoremap <buffer> <silent> &o' &oacute;
2625    inoremap <buffer> <silent> &o` &ograve;
2626    inoremap <buffer> <silent> &n~ &ntilde;
2627    inoremap <buffer> <silent> &i" &iuml;
2628    inoremap <buffer> <silent> &i^ &icirc;
2629    inoremap <buffer> <silent> &i' &iacute;
2630    inoremap <buffer> <silent> &i` &igrave;
2631    inoremap <buffer> <silent> &e" &euml;
2632    inoremap <buffer> <silent> &e^ &ecirc;
2633    inoremap <buffer> <silent> &e' &eacute;
2634    inoremap <buffer> <silent> &e` &egrave;
2635    inoremap <buffer> <silent> &c, &ccedil;
2636    inoremap <buffer> <silent> &ae &aelig;
2637    inoremap <buffer> <silent> &ao &aring;
2638    inoremap <buffer> <silent> &a" &auml;
2639    inoremap <buffer> <silent> &a~ &atilde;
2640    inoremap <buffer> <silent> &a^ &acirc;
2641    inoremap <buffer> <silent> &a' &aacute;
2642    inoremap <buffer> <silent> &a` &agrave;
2643    inoremap <buffer> <silent> &Y' &Yacute;
2644    inoremap <buffer> <silent> &U" &Uuml;
2645    inoremap <buffer> <silent> &U^ &Ucirc;
2646    inoremap <buffer> <silent> &U' &Uacute;
2647    inoremap <buffer> <silent> &U` &Ugrave;
2648    inoremap <buffer> <silent> &O/ &Oslash;
2649    inoremap <buffer> <silent> &O" &Ouml;
2650    inoremap <buffer> <silent> &O~ &Otilde;
2651    inoremap <buffer> <silent> &O^ &Ocirc;
2652    inoremap <buffer> <silent> &O' &Oacute;
2653    inoremap <buffer> <silent> &O` &Ograve;
2654    inoremap <buffer> <silent> &N~ &Ntilde;
2655    inoremap <buffer> <silent> &I" &Iuml;
2656    inoremap <buffer> <silent> &I^ &Icirc;
2657    inoremap <buffer> <silent> &I' &Iacute;
2658    inoremap <buffer> <silent> &I` &Igrave;
2659    inoremap <buffer> <silent> &E" &Euml;
2660    inoremap <buffer> <silent> &E^ &Ecirc;
2661    inoremap <buffer> <silent> &E' &Eacute;
2662    inoremap <buffer> <silent> &E` &Egrave;
2663    inoremap <buffer> <silent> &C, &Ccedil;
2664    inoremap <buffer> <silent> &AE &AElig;
2665    inoremap <buffer> <silent> &Ao &Aring;
2666    inoremap <buffer> <silent> &A" &Auml;
2667    inoremap <buffer> <silent> &A~ &Atilde;
2668    inoremap <buffer> <silent> &A^ &Acirc;
2669    inoremap <buffer> <silent> &A' &Aacute;
2670    inoremap <buffer> <silent> &A` &Agrave;
2671    inoremap <buffer> <silent> &c| &cent;
2672    inoremap <buffer> <silent> &Y= &yen;
2673    inoremap <buffer> <silent> &# &pound;
2674    inoremap <buffer> <silent> &  &nbsp;
2675    inoremap <buffer> <silent> &> &gt;
2676    inoremap <buffer> <silent> &< &lt;
2677    inoremap <buffer> <silent> &' &quot;
2678    inoremap <buffer> <silent> &tm &trade;
2679    inoremap <buffer> <silent> &rO &reg;
2680    inoremap <buffer> <silent> &cO &copy;
2681    inoremap <buffer> <silent> && &amp;
2682    inoremap <buffer> <silent> ;  &nbsp;
2683    inoremap <buffer> <silent> ;la <label for=""></label>F"
2684    inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
2685    inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
2686    inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50"> </textarea>k$5F"i
2687    inoremap <buffer> <silent> ;og <optgroup label=""> </optgroup>k$F"i
2688    inoremap <buffer> <silent> ;op <option></option>F<
2689    inoremap <buffer> <silent> ;ms <select name="" multiple> </select>O
2690    inoremap <buffer> <silent> ;se <select name=""> </select>O
2691    inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
2692    inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
2693    inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
2694    inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
2695    inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
2696    inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
2697    inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
2698    inoremap <buffer> <silent> ;fm <form action=""> </form>k$F"i
2699    inoremap <buffer> <silent> ;if <iframe src=""> </iframe>k$F"i
2700    inoremap <buffer> <silent> ;nf <noframes> </noframes>O
2701    inoremap <buffer> <silent> ;fr <frame src="">F"
2702    inoremap <buffer> <silent> ;fs <frameset rows="" cols=""> </frameset>k$3F"i
2703    inoremap <buffer> <silent> ;th <th></th>F<
2704    inoremap <buffer> <silent> ;td <td> </td>O
2705    inoremap <buffer> <silent> ;tr <tr> </tr>O
2706    inoremap <buffer> <silent> ;tf <tfoot> </tfoot>O
2707    inoremap <buffer> <silent> ;tb <tbody> </tbody>O
2708    inoremap <buffer> <silent> ;tH <thead> </thead>O
2709    inoremap <buffer> <silent> ;ta <table> </table>O
2710    inoremap <buffer> <silent> ;ca <caption></caption>F<
2711    inoremap <buffer> <silent> ;ob <object data="" width="" height=""> </object>k$5F"i
2712    inoremap <buffer> <silent> ;ns <noscript> </noscripT>O
2713    inoremap <buffer> <silent> ;eb <embed src="" width="" height=""> <noembed></noembed>k$5F"i
2714    inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
2715    inoremap <buffer> <silent> ;va <var></var>F<
2716    inoremap <buffer> <silent> ;ul <ul> </ul>O
2717    inoremap <buffer> <silent> ;tt <tt></tt>F<
2718    inoremap <buffer> <silent> ;ti <title></title>F<
2719    inoremap <buffer> <silent> ;sp <sup></sup>F<
2720    inoremap <buffer> <silent> ;sb <sub></sub>F<
2721    inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
2722    inoremap <buffer> <silent> ;cs <style type="text/css"> <!-- --> </style>kO
2723    inoremap <buffer> <silent> ;sm <small></small>F<
2724    inoremap <buffer> <silent> ;sa <samp></samp>F<
2725    inoremap <buffer> <silent> ;sk <strike></strike>F<
2726    inoremap <buffer> <silent> ;qu <q></q>F<
2727    inoremap <buffer> <silent> ;pr <pre> </pre>O
2728    inoremap <buffer> <silent> ;/p </p>  <p>
2729    inoremap <buffer> <silent> ;pp <p> </p>O
2730    inoremap <buffer> <silent> ;ol <ol> </ol>O
2731    inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
2732    inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
2733    inoremap <buffer> <silent> ;me <meta name="" content="">3F"
2734    inoremap <buffer> <silent> ;lk <link href="">F"
2735    inoremap <buffer> <silent> ;li <li></li>F<
2736    inoremap <buffer> <silent> ;kb <kbd></kbd>F<
2737    inoremap <buffer> <silent> ;ii <isindex>
2738    inoremap <buffer> <silent> ;in <ins></ins>F<
2739    inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
2740    inoremap <buffer> <silent> ;im <img src="" alt="">3F"
2741    inoremap <buffer> <silent> ;ht <html> </html>O
2742    inoremap <buffer> <silent> ;Hr <hr width="75%">
2743    inoremap <buffer> <silent> ;hr <hr>
2744    inoremap <buffer> <silent> ;he <head> </head>O
2745    inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
2746    inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
2747    inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
2748    inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
2749    inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
2750    inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
2751    inoremap <buffer> <silent> ;h6 <h6></h6>F<
2752    inoremap <buffer> <silent> ;h5 <h5></h5>F<
2753    inoremap <buffer> <silent> ;h4 <h4></h4>F<
2754    inoremap <buffer> <silent> ;h3 <h3></h3>F<
2755    inoremap <buffer> <silent> ;h2 <h2></h2>F<
2756    inoremap <buffer> <silent> ;h1 <h1></h1>F<
2757    inoremap <buffer> <silent> ;fc <font color=""></font>F"
2758    inoremap <buffer> <silent> ;fo <font size=""></font>F"
2759    inoremap <buffer> <silent> ;sn <span></span>F<
2760    inoremap <buffer> <silent> ;dv <div> </div>O
2761    inoremap <buffer> <silent> ;df <dfn></dfn>F<
2762    inoremap <buffer> <silent> ;de <del></del>F<
2763    inoremap <buffer> <silent> ;dd <dd></dd>F<
2764    inoremap <buffer> <silent> ;dt <dt></dt>F<
2765    inoremap <buffer> <silent> ;dl <dl> </dl>O
2766    inoremap <buffer> <silent> ;co <code></code>F<
2767    inoremap <buffer> <silent> ;ci <cite></cite>F<
2768    inoremap <buffer> <silent> ;ce <center></center>F<
2769    inoremap <buffer> <silent> ;br <br>
2770    inoremap <buffer> <silent> ;bd <body> </body>O
2771    inoremap <buffer> <silent> ;bl <blockquote> </blockquote>O
2772    inoremap <buffer> <silent> ;bi <big></big>F<
2773    inoremap <buffer> <silent> ;bh <base href="">F"
2774    inoremap <buffer> <silent> ;ad <address></address>F<
2775    inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
2776    inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
2777    inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
2778    inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
2779    inoremap <buffer> <silent> ;aN <a name="*"></a>F<
2780    inoremap <buffer> <silent> ;an <a name=""></a>F"
2781    inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
2782    inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
2783    inoremap <buffer> <silent> ;aH <a href="*"></a>F<
2784    inoremap <buffer> <silent> ;ah <a href=""></a>F"
2785    imap <buffer> <silent> ;s4 ;s4
2786    imap <buffer> <silent> ;4 ;4
2787    inoremap <buffer> <silent> ;mi :call MangleImageTag()
2788    inoremap <buffer> <silent> ;          
2789    inoremap <buffer> <silent> ;& &
2790    inoremap <buffer> <silent> ;; ;
2791    setlocal keymap=
2792    setlocal noarabic
2793    setlocal autoindent
2794    setlocal balloonexpr=
2795    setlocal nobinary
2796    setlocal bufhidden=
2797    setlocal buflisted
2798    setlocal buftype=
2799    setlocal nocindent
2800    setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
2801    setlocal cinoptions=
2802    setlocal cinwords=if,else,while,do,for,switch
2803    setlocal colorcolumn=
2804    setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
2805    setlocal commentstring=<!--%s-->
2806    setlocal complete=.,w,b,u,t,i
2807    setlocal concealcursor=
2808    setlocal conceallevel=0
2809    setlocal completefunc=
2810    setlocal nocopyindent
2811    setlocal cryptmethod=
2812    setlocal nocursorbind
2813    setlocal nocursorcolumn
2814    setlocal nocursorline
2815    setlocal define=
2816    setlocal dictionary=
2817    setlocal nodiff
2818    setlocal equalprg=
2819    setlocal errorformat=
2820    setlocal expandtab
2821    if &filetype != 'html'
2822    setlocal filetype=html
2823    endif
2824    setlocal foldcolumn=0
2825    setlocal foldenable
2826    setlocal foldexpr=0
2827    setlocal foldignore=#
2828    setlocal foldlevel=0
2829    setlocal foldmarker={{{,}}}
2830    setlocal foldmethod=manual
2831    setlocal foldminlines=1
2832    setlocal foldnestmax=20
2833    setlocal foldtext=foldtext()
2834    setlocal formatexpr=
2835    setlocal formatoptions=tcq
2836    setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
2837    setlocal grepprg=
2838    setlocal iminsert=2
2839    setlocal imsearch=2
2840    setlocal include=
2841    setlocal includeexpr=
2842    setlocal indentexpr=
2843    setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
2844    setlocal noinfercase
2845    setlocal iskeyword=@,48-57,_,192-255
2846    setlocal keywordprg=
2847    setlocal nolinebreak
2848    setlocal nolisp
2849    setlocal nolist
2850    setlocal makeprg=
2851    setlocal matchpairs=(:),{:},[:],<:>
2852    setlocal nomodeline
2853    setlocal modifiable
2854    setlocal nrformats=octal,hex
2855    setlocal nonumber
2856    setlocal numberwidth=4
2857    setlocal omnifunc=htmlcomplete#CompleteTags
2858    setlocal path=
2859    setlocal nopreserveindent
2860    setlocal nopreviewwindow
2861    setlocal quoteescape=\\
2862    setlocal noreadonly
2863    setlocal norelativenumber
2864    setlocal norightleft
2865    setlocal rightleftcmd=search
2866    setlocal noscrollbind
2867    setlocal shiftwidth=4
2868    setlocal noshortname
2869    setlocal nosmartindent
2870    setlocal softtabstop=0
2871    setlocal nospell
2872    setlocal spellcapcheck=
2873    setlocal spellfile=
2874    setlocal spelllang=en
2875    setlocal statusline=
2876    setlocal suffixesadd=
2877    setlocal swapfile
2878    setlocal synmaxcol=3000
2879    if &syntax != 'html'
2880    setlocal syntax=html
2881    endif
2882    setlocal tabstop=4
2883    setlocal tags=
2884    setlocal textwidth=0
2885    setlocal thesaurus=
2886    setlocal noundofile
2887    setlocal nowinfixheight
2888    setlocal nowinfixwidth
2889    setlocal wrap
2890    setlocal wrapmargin=0
2891    silent! normal! zE
2892    let s:l = 1 - ((0 * winheight(0) + 19) / 38)
2893  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
2894  exe s:l  exe s:l
2895  normal! zt  normal! zt
# Line 2888  setlocal nowinfixwidth Line 3289  setlocal nowinfixwidth
3289  setlocal wrap  setlocal wrap
3290  setlocal wrapmargin=0  setlocal wrapmargin=0
3291  silent! normal! zE  silent! normal! zE
3292  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
3293  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
3294  exe s:l  exe s:l
3295  normal! zt  normal! zt
# Line 6088  setlocal nowinfixwidth Line 6489  setlocal nowinfixwidth
6489  setlocal wrap  setlocal wrap
6490  setlocal wrapmargin=0  setlocal wrapmargin=0
6491  silent! normal! zE  silent! normal! zE
6492  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
6493  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
6494  exe s:l  exe s:l
6495  normal! zt  normal! zt
# Line 6488  setlocal nowinfixwidth Line 6889  setlocal nowinfixwidth
6889  setlocal wrap  setlocal wrap
6890  setlocal wrapmargin=0  setlocal wrapmargin=0
6891  silent! normal! zE  silent! normal! zE
6892  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
6893  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
6894  exe s:l  exe s:l
6895  normal! zt  normal! zt
# Line 6888  setlocal nowinfixwidth Line 7289  setlocal nowinfixwidth
7289  setlocal wrap  setlocal wrap
7290  setlocal wrapmargin=0  setlocal wrapmargin=0
7291  silent! normal! zE  silent! normal! zE
7292  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
7293  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
7294  exe s:l  exe s:l
7295  normal! zt  normal! zt
# Line 7288  setlocal nowinfixwidth Line 7689  setlocal nowinfixwidth
7689  setlocal wrap  setlocal wrap
7690  setlocal wrapmargin=0  setlocal wrapmargin=0
7691  silent! normal! zE  silent! normal! zE
7692  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
7693  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
7694  exe s:l  exe s:l
7695  normal! zt  normal! zt
# Line 7688  setlocal nowinfixwidth Line 8089  setlocal nowinfixwidth
8089  setlocal wrap  setlocal wrap
8090  setlocal wrapmargin=0  setlocal wrapmargin=0
8091  silent! normal! zE  silent! normal! zE
8092  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
8093  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
8094  exe s:l  exe s:l
8095  normal! zt  normal! zt
# Line 8088  setlocal nowinfixwidth Line 8489  setlocal nowinfixwidth
8489  setlocal wrap  setlocal wrap
8490  setlocal wrapmargin=0  setlocal wrapmargin=0
8491  silent! normal! zE  silent! normal! zE
8492  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
8493  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
8494  exe s:l  exe s:l
8495  normal! zt  normal! zt
# Line 8488  setlocal nowinfixwidth Line 8889  setlocal nowinfixwidth
8889  setlocal wrap  setlocal wrap
8890  setlocal wrapmargin=0  setlocal wrapmargin=0
8891  silent! normal! zE  silent! normal! zE
8892  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
8893  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
8894  exe s:l  exe s:l
8895  normal! zt  normal! zt
# Line 10096  setlocal nowinfixwidth Line 10497  setlocal nowinfixwidth
10497  setlocal wrap  setlocal wrap
10498  setlocal wrapmargin=0  setlocal wrapmargin=0
10499  silent! normal! zE  silent! normal! zE
10500  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
10501  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
10502  exe s:l  exe s:l
10503  normal! zt  normal! zt
# Line 10211  setlocal nowinfixwidth Line 10612  setlocal nowinfixwidth
10612  setlocal wrap  setlocal wrap
10613  setlocal wrapmargin=0  setlocal wrapmargin=0
10614  silent! normal! zE  silent! normal! zE
10615  let s:l = 32 - ((22 * winheight(0) + 19) / 38)  let s:l = 36 - ((4 * winheight(0) + 19) / 38)
10616  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
10617  exe s:l  exe s:l
10618  normal! zt  normal! zt
10619  32  36
10620  normal! 05l  normal! 063l
10621  tabedit ../.htaccess  tabedit ../.htaccess
10622  set splitbelow splitright  set splitbelow splitright
10623  set nosplitbelow  set nosplitbelow
# Line 10326  setlocal nowinfixwidth Line 10727  setlocal nowinfixwidth
10727  setlocal wrap  setlocal wrap
10728  setlocal wrapmargin=0  setlocal wrapmargin=0
10729  silent! normal! zE  silent! normal! zE
10730  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
10731  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
10732  exe s:l  exe s:l
10733  normal! zt  normal! zt
# Line 10726  setlocal nowinfixwidth Line 11127  setlocal nowinfixwidth
11127  setlocal wrap  setlocal wrap
11128  setlocal wrapmargin=0  setlocal wrapmargin=0
11129  silent! normal! zE  silent! normal! zE
11130  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
11131  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11132  exe s:l  exe s:l
11133  normal! zt  normal! zt
# Line 11130  setlocal nowinfixwidth Line 11531  setlocal nowinfixwidth
11531  setlocal wrap  setlocal wrap
11532  setlocal wrapmargin=0  setlocal wrapmargin=0
11533  silent! normal! zE  silent! normal! zE
11534  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
11535  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11536  exe s:l  exe s:l
11537  normal! zt  normal! zt
# Line 11530  setlocal nowinfixwidth Line 11931  setlocal nowinfixwidth
11931  setlocal wrap  setlocal wrap
11932  setlocal wrapmargin=0  setlocal wrapmargin=0
11933  silent! normal! zE  silent! normal! zE
11934  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
11935  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11936  exe s:l  exe s:l
11937  normal! zt  normal! zt
# Line 11645  setlocal nowinfixwidth Line 12046  setlocal nowinfixwidth
12046  setlocal wrap  setlocal wrap
12047  setlocal wrapmargin=0  setlocal wrapmargin=0
12048  silent! normal! zE  silent! normal! zE
12049  let s:l = 444 - ((7 * winheight(0) + 19) / 38)  let s:l = 444 - ((4 * winheight(0) + 11) / 23)
12050  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
12051  exe s:l  exe s:l
12052  normal! zt  normal! zt
# Line 11760  setlocal nowinfixwidth Line 12161  setlocal nowinfixwidth
12161  setlocal wrap  setlocal wrap
12162  setlocal wrapmargin=0  setlocal wrapmargin=0
12163  silent! normal! zE  silent! normal! zE
12164  let s:l = 72 - ((26 * winheight(0) + 19) / 38)  let s:l = 72 - ((16 * winheight(0) + 11) / 23)
12165  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
12166  exe s:l  exe s:l
12167  normal! zt  normal! zt
# Line 11875  setlocal nowinfixwidth Line 12276  setlocal nowinfixwidth
12276  setlocal wrap  setlocal wrap
12277  setlocal wrapmargin=0  setlocal wrapmargin=0
12278  silent! normal! zE  silent! normal! zE
12279  let s:l = 38 - ((37 * winheight(0) + 19) / 38)  let s:l = 38 - ((22 * winheight(0) + 11) / 23)
12280  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
12281  exe s:l  exe s:l
12282  normal! zt  normal! zt
# Line 11990  setlocal nowinfixwidth Line 12391  setlocal nowinfixwidth
12391  setlocal wrap  setlocal wrap
12392  setlocal wrapmargin=0  setlocal wrapmargin=0
12393  silent! normal! zE  silent! normal! zE
12394  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
12395  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
12396  exe s:l  exe s:l
12397  normal! zt  normal! zt
12398  1  1
12399  normal! 0  normal! 0
12400  tabnext 26  tabnext 7
12401  if exists('s:wipebuf')  if exists('s:wipebuf')
12402    silent exe 'bwipe ' . s:wipebuf    silent exe 'bwipe ' . s:wipebuf
12403  endif  endif

Legend:
Removed from v.118  
changed lines
  Added in v.119

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26