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

Diff of /Documentation.vim

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

revision 51 by sng, Thu May 20 16:05:47 2010 UTC revision 97 by sng, Sun Aug 15 19:57:21 2010 UTC
# Line 3  if &cp | set nocp | endif Line 3  if &cp | set nocp | endif
3  let s:cpo_save=&cpo  let s:cpo_save=&cpo
4  set cpo&vim  set cpo&vim
5  map! <S-Insert> <MiddleMouse>  map! <S-Insert> <MiddleMouse>
6    map \c :echo g:colors_name
7    map \p :CP
8    map \n :CN
9  map \dk <Plug>DirDiffPrev  map \dk <Plug>DirDiffPrev
10  map \dj <Plug>DirDiffNext  map \dj <Plug>DirDiffNext
11  map \dp <Plug>DirDiffPut  map \dp <Plug>DirDiffPut
12  map \dg <Plug>DirDiffGet  map \dg <Plug>DirDiffGet
13  nmap gx <Plug>NetrwBrowseX  nmap gx <Plug>NetrwBrowseX
14    map <F12> :colorscheme default
15    map <S-F12> :colorscheme desert
16  nnoremap <silent> <Plug>NetrwBrowseX :call netrw#NetrwBrowseX(expand("<cWORD>"),0)  nnoremap <silent> <Plug>NetrwBrowseX :call netrw#NetrwBrowseX(expand("<cWORD>"),0)
17  map <S-Insert> <MiddleMouse>  map <S-Insert> <MiddleMouse>
18  noremap ë gt  noremap ë gt
# Line 22  iabbr Fn for n in   ;do  done Line 27  iabbr Fn for n in   ;do  done
27  let &cpo=s:cpo_save  let &cpo=s:cpo_save
28  unlet s:cpo_save  unlet s:cpo_save
29  set autoindent  set autoindent
 set background=dark  
30  set backspace=indent,eol,start  set backspace=indent,eol,start
31    set expandtab
32  set fileencodings=ucs-bom,utf-8,default,latin1  set fileencodings=ucs-bom,utf-8,default,latin1
33  set guifont=Monospace\ 13  set guifont=Monospace\ 13
34  set helplang=el  set helplang=el
# Line 35  set pastetoggle=<F10> Line 40  set pastetoggle=<F10>
40  set printoptions=paper:a4  set printoptions=paper:a4
41  set ruler  set ruler
42  set runtimepath=~/.vim,/var/lib/vim/addons,/usr/share/vim/vimfiles,/usr/share/vim/vim72,/usr/share/vim/vimfiles/after,/var/lib/vim/addons/after,~/.vim/after  set runtimepath=~/.vim,/var/lib/vim/addons,/usr/share/vim/vimfiles,/usr/share/vim/vim72,/usr/share/vim/vimfiles/after,/var/lib/vim/addons/after,~/.vim/after
43    set shiftwidth=4
44  set showbreak=▶  set showbreak=▶
45  set showcmd  set showcmd
46  set showmatch  set showmatch
47    set smarttab
48  set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc  set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc
49  set tabpagemax=1000  set tabpagemax=1000
50  set tabstop=2  set tabstop=2
# Line 93  badd +1 scripts/2site Line 100  badd +1 scripts/2site
100  badd +2 scripts/html2txt  badd +2 scripts/html2txt
101  badd +1 scripts/update-boot-params  badd +1 scripts/update-boot-params
102  badd +1 scripts/html2html  badd +1 scripts/html2html
103  badd +0 scripts/html2offline  badd +4 scripts/html2offline
104    badd +1 scripts/html2doc
105    badd +1 download.html
106    badd +0 scripts/create-iso-tree
107  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
108  edit annex-a-devices.html  edit annex-a-devices.html
109  set splitbelow splitright  set splitbelow splitright
# Line 2454  exe s:l Line 2464  exe s:l
2464  normal! zt  normal! zt
2465  1  1
2466  normal! 0  normal! 0
2467    tabedit download.html
2468    set splitbelow splitright
2469    set nosplitbelow
2470    set nosplitright
2471    wincmd t
2472    set winheight=1 winwidth=1
2473    argglobal
2474    edit download.html
2475    vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
2476    nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
2477    nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
2478    nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
2479    nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
2480    nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
2481    nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
2482    nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
2483    nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
2484    nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
2485    nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
2486    nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
2487    nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
2488    nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
2489    nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
2490    nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
2491    nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
2492    nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
2493    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">')
2494    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">')
2495    nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
2496    nnoremap <buffer> <silent> ;mi :call MangleImageTag()
2497    nnoremap <buffer> <silent> ;          
2498    nnoremap <buffer> <silent> ;; ;
2499    vnoremap <buffer> <silent> ;; ;
2500    inoremap <buffer> <silent>      :call HTMLnextInsertPoint('i')
2501    inoremap <buffer> <silent> &hA &hArr;
2502    inoremap <buffer> <silent> &dA &dArr;
2503    inoremap <buffer> <silent> &rA &rArr;
2504    inoremap <buffer> <silent> &uA &uArr;
2505    inoremap <buffer> <silent> &lA &lArr;
2506    inoremap <buffer> <silent> &ha &harr;
2507    inoremap <buffer> <silent> &da &darr;
2508    inoremap <buffer> <silent> &ra &rarr;
2509    inoremap <buffer> <silent> &ua &uarr;
2510    inoremap <buffer> <silent> &la &larr;
2511    inoremap <buffer> <silent> &pv &piv;
2512    inoremap <buffer> <silent> &uh &upsih;
2513    inoremap <buffer> <silent> &ts &thetasym;
2514    inoremap <buffer> <silent> &og &omega;
2515    inoremap <buffer> <silent> &ps &psi;
2516    inoremap <buffer> <silent> &ch &chi;
2517    inoremap <buffer> <silent> &ph &phi;
2518    inoremap <buffer> <silent> &up &upsilon;
2519    inoremap <buffer> <silent> &ta &tau;
2520    inoremap <buffer> <silent> &sf &sigmaf;
2521    inoremap <buffer> <silent> &si &sigma;
2522    inoremap <buffer> <silent> &rh &rho;
2523    inoremap <buffer> <silent> &pi &pi;
2524    inoremap <buffer> <silent> &oc &omicron;
2525    inoremap <buffer> <silent> &xi &xi;
2526    inoremap <buffer> <silent> &nu &nu;
2527    inoremap <buffer> <silent> &mu &mu;
2528    inoremap <buffer> <silent> &lm &lambda;
2529    inoremap <buffer> <silent> &ka &kappa;
2530    inoremap <buffer> <silent> &io &iota;
2531    inoremap <buffer> <silent> &th &theta;
2532    inoremap <buffer> <silent> &et &eta;
2533    inoremap <buffer> <silent> &ze &zeta;
2534    inoremap <buffer> <silent> &ep &epsilon;
2535    inoremap <buffer> <silent> &de &delta;
2536    inoremap <buffer> <silent> &ga &gamma;
2537    inoremap <buffer> <silent> &be &beta;
2538    inoremap <buffer> <silent> &al &alpha;
2539    inoremap <buffer> <silent> &Ps &Psi;
2540    inoremap <buffer> <silent> &Ch &Chi;
2541    inoremap <buffer> <silent> &Ph &Phi;
2542    inoremap <buffer> <silent> &Up &Upsilon;
2543    inoremap <buffer> <silent> &Ta &Tau;
2544    inoremap <buffer> <silent> &Si &Sigma;
2545    inoremap <buffer> <silent> &Rh &Rho;
2546    inoremap <buffer> <silent> &Pi &Pi;
2547    inoremap <buffer> <silent> &Oc &Omicron;
2548    inoremap <buffer> <silent> &Xi &Xi;
2549    inoremap <buffer> <silent> &Nu &Nu;
2550    inoremap <buffer> <silent> &Mu &Mu;
2551    inoremap <buffer> <silent> &Lm &Lambda;
2552    inoremap <buffer> <silent> &Ka &Kappa;
2553    inoremap <buffer> <silent> &Io &Iota;
2554    inoremap <buffer> <silent> &Th &Theta;
2555    inoremap <buffer> <silent> &Et &Eta;
2556    inoremap <buffer> <silent> &Ze &Zeta;
2557    inoremap <buffer> <silent> &Ep &Epsilon;
2558    inoremap <buffer> <silent> &De &Delta;
2559    inoremap <buffer> <silent> &Ga &Gamma;
2560    inoremap <buffer> <silent> &Be &Beta;
2561    inoremap <buffer> <silent> &Al &Alpha;
2562    inoremap <buffer> <silent> &3. &hellip;
2563    inoremap <buffer> <silent> &-- &mdash;
2564    inoremap <buffer> <silent> &3- &mdash;
2565    inoremap <buffer> <silent> &m- &mdash;
2566    inoremap <buffer> <silent> &2- &ndash;
2567    inoremap <buffer> <silent> &n- &ndash;
2568    inoremap <buffer> <silent> &34 &frac34;
2569    inoremap <buffer> <silent> &12 &frac12;
2570    inoremap <buffer> <silent> &14 &frac14;
2571    inoremap <buffer> <silent> &. &middot;
2572    inoremap <buffer> <silent> &pa &para;
2573    inoremap <buffer> <silent> &mi &micro;
2574    inoremap <buffer> <silent> &dg &deg;
2575    inoremap <buffer> <silent> &? &iquest;
2576    inoremap <buffer> <silent> &! &iexcl;
2577    inoremap <buffer> <silent> &sz &szlig;
2578    inoremap <buffer> <silent> &o/ &oslash;
2579    inoremap <buffer> <silent> &/ &divide;
2580    inoremap <buffer> <silent> &" &uml;
2581    inoremap <buffer> <silent> &2> &raquo;
2582    inoremap <buffer> <silent> &2< &laquo;
2583    inoremap <buffer> <silent> &y" &yuml;
2584    inoremap <buffer> <silent> &y' &yacute;
2585    inoremap <buffer> <silent> &u" &uuml;
2586    inoremap <buffer> <silent> &u^ &ucirc;
2587    inoremap <buffer> <silent> &u' &uacute;
2588    inoremap <buffer> <silent> &u` &ugrave;
2589    inoremap <buffer> <silent> &x &times;
2590    inoremap <buffer> <silent> &o" &ouml;
2591    inoremap <buffer> <silent> &o~ &otilde;
2592    inoremap <buffer> <silent> &o^ &ocirc;
2593    inoremap <buffer> <silent> &o' &oacute;
2594    inoremap <buffer> <silent> &o` &ograve;
2595    inoremap <buffer> <silent> &n~ &ntilde;
2596    inoremap <buffer> <silent> &i" &iuml;
2597    inoremap <buffer> <silent> &i^ &icirc;
2598    inoremap <buffer> <silent> &i' &iacute;
2599    inoremap <buffer> <silent> &i` &igrave;
2600    inoremap <buffer> <silent> &e" &euml;
2601    inoremap <buffer> <silent> &e^ &ecirc;
2602    inoremap <buffer> <silent> &e' &eacute;
2603    inoremap <buffer> <silent> &e` &egrave;
2604    inoremap <buffer> <silent> &c, &ccedil;
2605    inoremap <buffer> <silent> &ae &aelig;
2606    inoremap <buffer> <silent> &ao &aring;
2607    inoremap <buffer> <silent> &a" &auml;
2608    inoremap <buffer> <silent> &a~ &atilde;
2609    inoremap <buffer> <silent> &a^ &acirc;
2610    inoremap <buffer> <silent> &a' &aacute;
2611    inoremap <buffer> <silent> &a` &agrave;
2612    inoremap <buffer> <silent> &Y' &Yacute;
2613    inoremap <buffer> <silent> &U" &Uuml;
2614    inoremap <buffer> <silent> &U^ &Ucirc;
2615    inoremap <buffer> <silent> &U' &Uacute;
2616    inoremap <buffer> <silent> &U` &Ugrave;
2617    inoremap <buffer> <silent> &O/ &Oslash;
2618    inoremap <buffer> <silent> &O" &Ouml;
2619    inoremap <buffer> <silent> &O~ &Otilde;
2620    inoremap <buffer> <silent> &O^ &Ocirc;
2621    inoremap <buffer> <silent> &O' &Oacute;
2622    inoremap <buffer> <silent> &O` &Ograve;
2623    inoremap <buffer> <silent> &N~ &Ntilde;
2624    inoremap <buffer> <silent> &I" &Iuml;
2625    inoremap <buffer> <silent> &I^ &Icirc;
2626    inoremap <buffer> <silent> &I' &Iacute;
2627    inoremap <buffer> <silent> &I` &Igrave;
2628    inoremap <buffer> <silent> &E" &Euml;
2629    inoremap <buffer> <silent> &E^ &Ecirc;
2630    inoremap <buffer> <silent> &E' &Eacute;
2631    inoremap <buffer> <silent> &E` &Egrave;
2632    inoremap <buffer> <silent> &C, &Ccedil;
2633    inoremap <buffer> <silent> &AE &AElig;
2634    inoremap <buffer> <silent> &Ao &Aring;
2635    inoremap <buffer> <silent> &A" &Auml;
2636    inoremap <buffer> <silent> &A~ &Atilde;
2637    inoremap <buffer> <silent> &A^ &Acirc;
2638    inoremap <buffer> <silent> &A' &Aacute;
2639    inoremap <buffer> <silent> &A` &Agrave;
2640    inoremap <buffer> <silent> &c| &cent;
2641    inoremap <buffer> <silent> &Y= &yen;
2642    inoremap <buffer> <silent> &# &pound;
2643    inoremap <buffer> <silent> &  &nbsp;
2644    inoremap <buffer> <silent> &> &gt;
2645    inoremap <buffer> <silent> &< &lt;
2646    inoremap <buffer> <silent> &' &quot;
2647    inoremap <buffer> <silent> &tm &trade;
2648    inoremap <buffer> <silent> &rO &reg;
2649    inoremap <buffer> <silent> &cO &copy;
2650    inoremap <buffer> <silent> && &amp;
2651    inoremap <buffer> <silent> ;  &nbsp;
2652    inoremap <buffer> <silent> ;la <label for=""></label>F"
2653    inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
2654    inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
2655    inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50"> </textarea>k$5F"i
2656    inoremap <buffer> <silent> ;og <optgroup label=""> </optgroup>k$F"i
2657    inoremap <buffer> <silent> ;op <option></option>F<
2658    inoremap <buffer> <silent> ;ms <select name="" multiple> </select>O
2659    inoremap <buffer> <silent> ;se <select name=""> </select>O
2660    inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
2661    inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
2662    inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
2663    inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
2664    inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
2665    inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
2666    inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
2667    inoremap <buffer> <silent> ;fm <form action=""> </form>k$F"i
2668    inoremap <buffer> <silent> ;if <iframe src=""> </iframe>k$F"i
2669    inoremap <buffer> <silent> ;nf <noframes> </noframes>O
2670    inoremap <buffer> <silent> ;fr <frame src="">F"
2671    inoremap <buffer> <silent> ;fs <frameset rows="" cols=""> </frameset>k$3F"i
2672    inoremap <buffer> <silent> ;th <th></th>F<
2673    inoremap <buffer> <silent> ;td <td> </td>O
2674    inoremap <buffer> <silent> ;tr <tr> </tr>O
2675    inoremap <buffer> <silent> ;tf <tfoot> </tfoot>O
2676    inoremap <buffer> <silent> ;tb <tbody> </tbody>O
2677    inoremap <buffer> <silent> ;tH <thead> </thead>O
2678    inoremap <buffer> <silent> ;ta <table> </table>O
2679    inoremap <buffer> <silent> ;ca <caption></caption>F<
2680    inoremap <buffer> <silent> ;ob <object data="" width="" height=""> </object>k$5F"i
2681    inoremap <buffer> <silent> ;ns <noscript> </noscripT>O
2682    inoremap <buffer> <silent> ;eb <embed src="" width="" height=""> <noembed></noembed>k$5F"i
2683    inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
2684    inoremap <buffer> <silent> ;va <var></var>F<
2685    inoremap <buffer> <silent> ;ul <ul> </ul>O
2686    inoremap <buffer> <silent> ;tt <tt></tt>F<
2687    inoremap <buffer> <silent> ;ti <title></title>F<
2688    inoremap <buffer> <silent> ;sp <sup></sup>F<
2689    inoremap <buffer> <silent> ;sb <sub></sub>F<
2690    inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
2691    inoremap <buffer> <silent> ;cs <style type="text/css"> <!-- --> </style>kO
2692    inoremap <buffer> <silent> ;sm <small></small>F<
2693    inoremap <buffer> <silent> ;sa <samp></samp>F<
2694    inoremap <buffer> <silent> ;sk <strike></strike>F<
2695    inoremap <buffer> <silent> ;qu <q></q>F<
2696    inoremap <buffer> <silent> ;pr <pre> </pre>O
2697    inoremap <buffer> <silent> ;/p </p>  <p>
2698    inoremap <buffer> <silent> ;pp <p> </p>O
2699    inoremap <buffer> <silent> ;ol <ol> </ol>O
2700    inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
2701    inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
2702    inoremap <buffer> <silent> ;me <meta name="" content="">3F"
2703    inoremap <buffer> <silent> ;lk <link href="">F"
2704    inoremap <buffer> <silent> ;li <li></li>F<
2705    inoremap <buffer> <silent> ;kb <kbd></kbd>F<
2706    inoremap <buffer> <silent> ;ii <isindex>
2707    inoremap <buffer> <silent> ;in <ins></ins>F<
2708    inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
2709    inoremap <buffer> <silent> ;im <img src="" alt="">3F"
2710    inoremap <buffer> <silent> ;ht <html> </html>O
2711    inoremap <buffer> <silent> ;Hr <hr width="75%">
2712    inoremap <buffer> <silent> ;hr <hr>
2713    inoremap <buffer> <silent> ;he <head> </head>O
2714    inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
2715    inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
2716    inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
2717    inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
2718    inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
2719    inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
2720    inoremap <buffer> <silent> ;h6 <h6></h6>F<
2721    inoremap <buffer> <silent> ;h5 <h5></h5>F<
2722    inoremap <buffer> <silent> ;h4 <h4></h4>F<
2723    inoremap <buffer> <silent> ;h3 <h3></h3>F<
2724    inoremap <buffer> <silent> ;h2 <h2></h2>F<
2725    inoremap <buffer> <silent> ;h1 <h1></h1>F<
2726    inoremap <buffer> <silent> ;fc <font color=""></font>F"
2727    inoremap <buffer> <silent> ;fo <font size=""></font>F"
2728    inoremap <buffer> <silent> ;sn <span></span>F<
2729    inoremap <buffer> <silent> ;dv <div> </div>O
2730    inoremap <buffer> <silent> ;df <dfn></dfn>F<
2731    inoremap <buffer> <silent> ;de <del></del>F<
2732    inoremap <buffer> <silent> ;dd <dd></dd>F<
2733    inoremap <buffer> <silent> ;dt <dt></dt>F<
2734    inoremap <buffer> <silent> ;dl <dl> </dl>O
2735    inoremap <buffer> <silent> ;co <code></code>F<
2736    inoremap <buffer> <silent> ;ci <cite></cite>F<
2737    inoremap <buffer> <silent> ;ce <center></center>F<
2738    inoremap <buffer> <silent> ;br <br>
2739    inoremap <buffer> <silent> ;bd <body> </body>O
2740    inoremap <buffer> <silent> ;bl <blockquote> </blockquote>O
2741    inoremap <buffer> <silent> ;bi <big></big>F<
2742    inoremap <buffer> <silent> ;bh <base href="">F"
2743    inoremap <buffer> <silent> ;ad <address></address>F<
2744    inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
2745    inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
2746    inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
2747    inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
2748    inoremap <buffer> <silent> ;aN <a name="*"></a>F<
2749    inoremap <buffer> <silent> ;an <a name=""></a>F"
2750    inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
2751    inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
2752    inoremap <buffer> <silent> ;aH <a href="*"></a>F<
2753    inoremap <buffer> <silent> ;ah <a href=""></a>F"
2754    imap <buffer> <silent> ;s4 ;s4
2755    imap <buffer> <silent> ;4 ;4
2756    inoremap <buffer> <silent> ;mi :call MangleImageTag()
2757    inoremap <buffer> <silent> ;          
2758    inoremap <buffer> <silent> ;& &
2759    inoremap <buffer> <silent> ;; ;
2760    setlocal keymap=
2761    setlocal noarabic
2762    setlocal autoindent
2763    setlocal balloonexpr=
2764    setlocal nobinary
2765    setlocal bufhidden=
2766    setlocal buflisted
2767    setlocal buftype=
2768    setlocal nocindent
2769    setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
2770    setlocal cinoptions=
2771    setlocal cinwords=if,else,while,do,for,switch
2772    setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
2773    setlocal commentstring=<!--%s-->
2774    setlocal complete=.,w,b,u,t,i
2775    setlocal completefunc=
2776    setlocal nocopyindent
2777    setlocal nocursorcolumn
2778    setlocal nocursorline
2779    setlocal define=
2780    setlocal dictionary=
2781    setlocal nodiff
2782    setlocal equalprg=
2783    setlocal errorformat=
2784    setlocal expandtab
2785    if &filetype != 'html'
2786    setlocal filetype=html
2787    endif
2788    setlocal foldcolumn=0
2789    setlocal foldenable
2790    setlocal foldexpr=0
2791    setlocal foldignore=#
2792    setlocal foldlevel=0
2793    setlocal foldmarker={{{,}}}
2794    setlocal foldmethod=manual
2795    setlocal foldminlines=1
2796    setlocal foldnestmax=20
2797    setlocal foldtext=foldtext()
2798    setlocal formatexpr=
2799    setlocal formatoptions=tcq
2800    setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
2801    setlocal grepprg=
2802    setlocal iminsert=0
2803    setlocal imsearch=0
2804    setlocal include=
2805    setlocal includeexpr=
2806    setlocal indentexpr=
2807    setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
2808    setlocal noinfercase
2809    setlocal iskeyword=@,48-57,_,192-255
2810    setlocal keywordprg=
2811    setlocal nolinebreak
2812    setlocal nolisp
2813    setlocal nolist
2814    setlocal makeprg=
2815    setlocal matchpairs=(:),{:},[:],<:>
2816    setlocal nomodeline
2817    setlocal modifiable
2818    setlocal nrformats=octal,hex
2819    setlocal nonumber
2820    setlocal numberwidth=4
2821    setlocal omnifunc=htmlcomplete#CompleteTags
2822    setlocal path=
2823    setlocal nopreserveindent
2824    setlocal nopreviewwindow
2825    setlocal quoteescape=\\
2826    setlocal noreadonly
2827    setlocal norightleft
2828    setlocal rightleftcmd=search
2829    setlocal noscrollbind
2830    setlocal shiftwidth=4
2831    setlocal noshortname
2832    setlocal nosmartindent
2833    setlocal softtabstop=0
2834    setlocal nospell
2835    setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+
2836    setlocal spellfile=
2837    setlocal spelllang=en
2838    setlocal statusline=
2839    setlocal suffixesadd=
2840    setlocal swapfile
2841    setlocal synmaxcol=3000
2842    if &syntax != 'html'
2843    setlocal syntax=html
2844    endif
2845    setlocal tabstop=2
2846    setlocal tags=
2847    setlocal textwidth=0
2848    setlocal thesaurus=
2849    setlocal nowinfixheight
2850    setlocal nowinfixwidth
2851    setlocal wrap
2852    setlocal wrapmargin=0
2853    silent! normal! zE
2854    let s:l = 117 - ((6 * winheight(0) + 19) / 38)
2855    if s:l < 1 | let s:l = 1 | endif
2856    exe s:l
2857    normal! zt
2858    117
2859    normal! 072l
2860  tabedit flash-backup.html  tabedit flash-backup.html
2861  set splitbelow splitright  set splitbelow splitright
2862  set nosplitbelow  set nosplitbelow
# Line 7164  setlocal nowinfixwidth Line 7567  setlocal nowinfixwidth
7567  setlocal wrap  setlocal wrap
7568  setlocal wrapmargin=0  setlocal wrapmargin=0
7569  silent! normal! zE  silent! normal! zE
7570  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
7571  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
7572  exe s:l  exe s:l
7573  normal! zt  normal! zt
# Line 7505  setlocal formatexpr= Line 7908  setlocal formatexpr=
7908  setlocal formatoptions=tcq  setlocal formatoptions=tcq
7909  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
7910  setlocal grepprg=  setlocal grepprg=
7911  setlocal iminsert=2  setlocal iminsert=0
7912  setlocal imsearch=2  setlocal imsearch=0
7913  setlocal include=  setlocal include=
7914  setlocal includeexpr=  setlocal includeexpr=
7915  setlocal indentexpr=  setlocal indentexpr=
# Line 7557  setlocal nowinfixwidth Line 7960  setlocal nowinfixwidth
7960  setlocal wrap  setlocal wrap
7961  setlocal wrapmargin=0  setlocal wrapmargin=0
7962  silent! normal! zE  silent! normal! zE
7963  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 242 - ((0 * winheight(0) + 19) / 38)
7964  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
7965  exe s:l  exe s:l
7966  normal! zt  normal! zt
7967  1  242
7968  normal! 0  normal! 090l
7969  tabedit screenshots.html  tabedit screenshots.html
7970  set splitbelow splitright  set splitbelow splitright
7971  set nosplitbelow  set nosplitbelow
# Line 7950  setlocal nowinfixwidth Line 8353  setlocal nowinfixwidth
8353  setlocal wrap  setlocal wrap
8354  setlocal wrapmargin=0  setlocal wrapmargin=0
8355  silent! normal! zE  silent! normal! zE
8356  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
8357  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
8358  exe s:l  exe s:l
8359  normal! zt  normal! zt
# Line 8343  setlocal nowinfixwidth Line 8746  setlocal nowinfixwidth
8746  setlocal wrap  setlocal wrap
8747  setlocal wrapmargin=0  setlocal wrapmargin=0
8748  silent! normal! zE  silent! normal! zE
8749  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
8750  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
8751  exe s:l  exe s:l
8752  normal! zt  normal! zt
# Line 8736  setlocal nowinfixwidth Line 9139  setlocal nowinfixwidth
9139  setlocal wrap  setlocal wrap
9140  setlocal wrapmargin=0  setlocal wrapmargin=0
9141  silent! normal! zE  silent! normal! zE
9142  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
9143  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
9144  exe s:l  exe s:l
9145  normal! zt  normal! zt
# Line 9129  setlocal nowinfixwidth Line 9532  setlocal nowinfixwidth
9532  setlocal wrap  setlocal wrap
9533  setlocal wrapmargin=0  setlocal wrapmargin=0
9534  silent! normal! zE  silent! normal! zE
9535  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
9536  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
9537  exe s:l  exe s:l
9538  normal! zt  normal! zt
# Line 9526  setlocal nowinfixwidth Line 9929  setlocal nowinfixwidth
9929  setlocal wrap  setlocal wrap
9930  setlocal wrapmargin=0  setlocal wrapmargin=0
9931  silent! normal! zE  silent! normal! zE
9932  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
9933  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
9934  exe s:l  exe s:l
9935  normal! zt  normal! zt
# Line 9923  setlocal nowinfixwidth Line 10326  setlocal nowinfixwidth
10326  setlocal wrap  setlocal wrap
10327  setlocal wrapmargin=0  setlocal wrapmargin=0
10328  silent! normal! zE  silent! normal! zE
10329  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
10330  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
10331  exe s:l  exe s:l
10332  normal! zt  normal! zt
# Line 10031  setlocal nowinfixwidth Line 10434  setlocal nowinfixwidth
10434  setlocal wrap  setlocal wrap
10435  setlocal wrapmargin=0  setlocal wrapmargin=0
10436  silent! normal! zE  silent! normal! zE
10437  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
10438  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
10439  exe s:l  exe s:l
10440  normal! zt  normal! zt
# Line 10139  setlocal nowinfixwidth Line 10542  setlocal nowinfixwidth
10542  setlocal wrap  setlocal wrap
10543  setlocal wrapmargin=0  setlocal wrapmargin=0
10544  silent! normal! zE  silent! normal! zE
10545  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
10546  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
10547  exe s:l  exe s:l
10548  normal! zt  normal! zt
# Line 10931  setlocal nowinfixwidth Line 11334  setlocal nowinfixwidth
11334  setlocal wrap  setlocal wrap
11335  setlocal wrapmargin=0  setlocal wrapmargin=0
11336  silent! normal! zE  silent! normal! zE
11337  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
11338  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11339  exe s:l  exe s:l
11340  normal! zt  normal! zt
# Line 11325  setlocal nowinfixwidth Line 11728  setlocal nowinfixwidth
11728  setlocal wrap  setlocal wrap
11729  setlocal wrapmargin=0  setlocal wrapmargin=0
11730  silent! normal! zE  silent! normal! zE
11731  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
11732  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11733  exe s:l  exe s:l
11734  normal! zt  normal! zt
11735  1  1
11736  normal! 0  normal! 0
11737    tabedit scripts/create-iso-tree
11738    set splitbelow splitright
11739    set nosplitbelow
11740    set nosplitright
11741    wincmd t
11742    set winheight=1 winwidth=1
11743    argglobal
11744    edit scripts/create-iso-tree
11745    setlocal keymap=
11746    setlocal noarabic
11747    setlocal autoindent
11748    setlocal balloonexpr=
11749    setlocal nobinary
11750    setlocal bufhidden=
11751    setlocal buflisted
11752    setlocal buftype=
11753    setlocal nocindent
11754    setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11755    setlocal cinoptions=
11756    setlocal cinwords=if,else,while,do,for,switch
11757    setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
11758    setlocal commentstring=/*%s*/
11759    setlocal complete=.,w,b,u,t,i
11760    setlocal completefunc=
11761    setlocal nocopyindent
11762    setlocal nocursorcolumn
11763    setlocal nocursorline
11764    setlocal define=
11765    setlocal dictionary=
11766    setlocal nodiff
11767    setlocal equalprg=
11768    setlocal errorformat=
11769    setlocal expandtab
11770    if &filetype != ''
11771    setlocal filetype=
11772    endif
11773    setlocal foldcolumn=0
11774    setlocal foldenable
11775    setlocal foldexpr=0
11776    setlocal foldignore=#
11777    setlocal foldlevel=0
11778    setlocal foldmarker={{{,}}}
11779    setlocal foldmethod=manual
11780    setlocal foldminlines=1
11781    setlocal foldnestmax=20
11782    setlocal foldtext=foldtext()
11783    setlocal formatexpr=
11784    setlocal formatoptions=tcq
11785    setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11786    setlocal grepprg=
11787    setlocal iminsert=0
11788    setlocal imsearch=2
11789    setlocal include=
11790    setlocal includeexpr=
11791    setlocal indentexpr=
11792    setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
11793    setlocal noinfercase
11794    setlocal iskeyword=@,48-57,_,192-255
11795    setlocal keywordprg=
11796    setlocal nolinebreak
11797    setlocal nolisp
11798    setlocal nolist
11799    setlocal makeprg=
11800    setlocal matchpairs=(:),{:},[:]
11801    setlocal nomodeline
11802    setlocal modifiable
11803    setlocal nrformats=octal,hex
11804    setlocal nonumber
11805    setlocal numberwidth=4
11806    setlocal omnifunc=
11807    setlocal path=
11808    setlocal nopreserveindent
11809    setlocal nopreviewwindow
11810    setlocal quoteescape=\\
11811    setlocal noreadonly
11812    setlocal norightleft
11813    setlocal rightleftcmd=search
11814    setlocal noscrollbind
11815    setlocal shiftwidth=4
11816    setlocal noshortname
11817    setlocal nosmartindent
11818    setlocal softtabstop=0
11819    setlocal nospell
11820    setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+
11821    setlocal spellfile=
11822    setlocal spelllang=en
11823    setlocal statusline=
11824    setlocal suffixesadd=
11825    setlocal swapfile
11826    setlocal synmaxcol=3000
11827    if &syntax != ''
11828    setlocal syntax=
11829    endif
11830    setlocal tabstop=2
11831    setlocal tags=
11832    setlocal textwidth=0
11833    setlocal thesaurus=
11834    setlocal nowinfixheight
11835    setlocal nowinfixwidth
11836    setlocal wrap
11837    setlocal wrapmargin=0
11838    silent! normal! zE
11839    let s:l = 2 - ((1 * winheight(0) + 19) / 38)
11840    if s:l < 1 | let s:l = 1 | endif
11841    exe s:l
11842    normal! zt
11843    2
11844    normal! 0
11845  tabedit scripts/2site  tabedit scripts/2site
11846  set splitbelow splitright  set splitbelow splitright
11847  set nosplitbelow  set nosplitbelow
# Line 11434  setlocal nowinfixwidth Line 11945  setlocal nowinfixwidth
11945  setlocal wrap  setlocal wrap
11946  setlocal wrapmargin=0  setlocal wrapmargin=0
11947  silent! normal! zE  silent! normal! zE
11948  let s:l = 34 - ((0 * winheight(0) + 19) / 38)  let s:l = 142 - ((21 * winheight(0) + 11) / 23)
11949  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11950  exe s:l  exe s:l
11951  normal! zt  normal! zt
11952  34  142
11953  normal! 0  normal! 0
11954  tabedit scripts/html2offline  tabedit scripts/html2txt
11955  set splitbelow splitright  set splitbelow splitright
11956  set nosplitbelow  set nosplitbelow
11957  set nosplitright  set nosplitright
11958  wincmd t  wincmd t
11959  set winheight=1 winwidth=1  set winheight=1 winwidth=1
11960  argglobal  argglobal
11961  edit scripts/html2offline  edit scripts/html2txt
11962  setlocal keymap=  setlocal keymap=
11963  setlocal noarabic  setlocal noarabic
11964  setlocal autoindent  setlocal autoindent
# Line 11542  setlocal nowinfixwidth Line 12053  setlocal nowinfixwidth
12053  setlocal wrap  setlocal wrap
12054  setlocal wrapmargin=0  setlocal wrapmargin=0
12055  silent! normal! zE  silent! normal! zE
12056  let s:l = 4 - ((3 * winheight(0) + 19) / 38)  let s:l = 23 - ((0 * winheight(0) + 19) / 38)
12057  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
12058  exe s:l  exe s:l
12059  normal! zt  normal! zt
12060  4  23
12061  normal! 063l  normal! 025l
12062  tabedit scripts/html2txt  tabedit scripts/update-boot-params
12063  set splitbelow splitright  set splitbelow splitright
12064  set nosplitbelow  set nosplitbelow
12065  set nosplitright  set nosplitright
12066  wincmd t  wincmd t
12067  set winheight=1 winwidth=1  set winheight=1 winwidth=1
12068  argglobal  argglobal
12069  edit scripts/html2txt  33argu
12070    edit scripts/update-boot-params
12071  setlocal keymap=  setlocal keymap=
12072  setlocal noarabic  setlocal noarabic
12073  setlocal autoindent  setlocal autoindent
# Line 11650  setlocal nowinfixwidth Line 12162  setlocal nowinfixwidth
12162  setlocal wrap  setlocal wrap
12163  setlocal wrapmargin=0  setlocal wrapmargin=0
12164  silent! normal! zE  silent! normal! zE
12165  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 266 - ((0 * winheight(0) + 19) / 38)
12166  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
12167  exe s:l  exe s:l
12168  normal! zt  normal! zt
12169  1  266
12170  normal! 0  normal! 04l
12171  tabedit scripts/update-boot-params  tabedit scripts/html2doc
12172  set splitbelow splitright  set splitbelow splitright
12173  set nosplitbelow  set nosplitbelow
12174  set nosplitright  set nosplitright
12175  wincmd t  wincmd t
12176  set winheight=1 winwidth=1  set winheight=1 winwidth=1
12177  argglobal  argglobal
12178  33argu  edit scripts/html2doc
 edit scripts/update-boot-params  
12179  setlocal keymap=  setlocal keymap=
12180  setlocal noarabic  setlocal noarabic
12181  setlocal autoindent  setlocal autoindent
# Line 11707  setlocal formatexpr= Line 12218  setlocal formatexpr=
12218  setlocal formatoptions=tcq  setlocal formatoptions=tcq
12219  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12220  setlocal grepprg=  setlocal grepprg=
12221  setlocal iminsert=2  setlocal iminsert=0
12222  setlocal imsearch=2  setlocal imsearch=2
12223  setlocal include=  setlocal include=
12224  setlocal includeexpr=  setlocal includeexpr=
# Line 11764  if s:l < 1 | let s:l = 1 | endif Line 12275  if s:l < 1 | let s:l = 1 | endif
12275  exe s:l  exe s:l
12276  normal! zt  normal! zt
12277  2  2
12278  normal! 0  normal! 039l
12279  tabedit ../chkNamedLinks  tabedit ../chkNamedLinks
12280  set splitbelow splitright  set splitbelow splitright
12281  set nosplitbelow  set nosplitbelow

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26