/[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 95 by sng, Fri Aug 13 14:09:29 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 +0 download.html
106  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
107  edit annex-a-devices.html  edit annex-a-devices.html
108  set splitbelow splitright  set splitbelow splitright
# Line 483  setlocal nowinfixwidth Line 492  setlocal nowinfixwidth
492  setlocal wrap  setlocal wrap
493  setlocal wrapmargin=0  setlocal wrapmargin=0
494  silent! normal! zE  silent! normal! zE
495  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
496  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
497  exe s:l  exe s:l
498  normal! zt  normal! zt
# Line 876  setlocal nowinfixwidth Line 885  setlocal nowinfixwidth
885  setlocal wrap  setlocal wrap
886  setlocal wrapmargin=0  setlocal wrapmargin=0
887  silent! normal! zE  silent! normal! zE
888  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
889  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
890  exe s:l  exe s:l
891  normal! zt  normal! zt
# Line 1269  setlocal nowinfixwidth Line 1278  setlocal nowinfixwidth
1278  setlocal wrap  setlocal wrap
1279  setlocal wrapmargin=0  setlocal wrapmargin=0
1280  silent! normal! zE  silent! normal! zE
1281  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
1282  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
1283  exe s:l  exe s:l
1284  normal! zt  normal! zt
# Line 1662  setlocal nowinfixwidth Line 1671  setlocal nowinfixwidth
1671  setlocal wrap  setlocal wrap
1672  setlocal wrapmargin=0  setlocal wrapmargin=0
1673  silent! normal! zE  silent! normal! zE
1674  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
1675  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
1676  exe s:l  exe s:l
1677  normal! zt  normal! zt
# Line 2055  setlocal nowinfixwidth Line 2064  setlocal nowinfixwidth
2064  setlocal wrap  setlocal wrap
2065  setlocal wrapmargin=0  setlocal wrapmargin=0
2066  silent! normal! zE  silent! normal! zE
2067  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
2068  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
2069  exe s:l  exe s:l
2070  normal! zt  normal! zt
# Line 2448  setlocal nowinfixwidth Line 2457  setlocal nowinfixwidth
2457  setlocal wrap  setlocal wrap
2458  setlocal wrapmargin=0  setlocal wrapmargin=0
2459  silent! normal! zE  silent! normal! zE
2460  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
2461    if s:l < 1 | let s:l = 1 | endif
2462    exe s:l
2463    normal! zt
2464    1
2465    normal! 0
2466    tabedit download.html
2467    set splitbelow splitright
2468    set nosplitbelow
2469    set nosplitright
2470    wincmd t
2471    set winheight=1 winwidth=1
2472    argglobal
2473    edit download.html
2474    vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
2475    nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
2476    nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
2477    nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
2478    nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
2479    nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
2480    nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
2481    nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
2482    nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
2483    nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
2484    nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
2485    nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
2486    nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
2487    nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
2488    nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
2489    nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
2490    nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
2491    nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
2492    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">')
2493    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">')
2494    nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
2495    nnoremap <buffer> <silent> ;mi :call MangleImageTag()
2496    nnoremap <buffer> <silent> ;          
2497    nnoremap <buffer> <silent> ;; ;
2498    vnoremap <buffer> <silent> ;; ;
2499    inoremap <buffer> <silent>      :call HTMLnextInsertPoint('i')
2500    inoremap <buffer> <silent> &hA &hArr;
2501    inoremap <buffer> <silent> &dA &dArr;
2502    inoremap <buffer> <silent> &rA &rArr;
2503    inoremap <buffer> <silent> &uA &uArr;
2504    inoremap <buffer> <silent> &lA &lArr;
2505    inoremap <buffer> <silent> &ha &harr;
2506    inoremap <buffer> <silent> &da &darr;
2507    inoremap <buffer> <silent> &ra &rarr;
2508    inoremap <buffer> <silent> &ua &uarr;
2509    inoremap <buffer> <silent> &la &larr;
2510    inoremap <buffer> <silent> &pv &piv;
2511    inoremap <buffer> <silent> &uh &upsih;
2512    inoremap <buffer> <silent> &ts &thetasym;
2513    inoremap <buffer> <silent> &og &omega;
2514    inoremap <buffer> <silent> &ps &psi;
2515    inoremap <buffer> <silent> &ch &chi;
2516    inoremap <buffer> <silent> &ph &phi;
2517    inoremap <buffer> <silent> &up &upsilon;
2518    inoremap <buffer> <silent> &ta &tau;
2519    inoremap <buffer> <silent> &sf &sigmaf;
2520    inoremap <buffer> <silent> &si &sigma;
2521    inoremap <buffer> <silent> &rh &rho;
2522    inoremap <buffer> <silent> &pi &pi;
2523    inoremap <buffer> <silent> &oc &omicron;
2524    inoremap <buffer> <silent> &xi &xi;
2525    inoremap <buffer> <silent> &nu &nu;
2526    inoremap <buffer> <silent> &mu &mu;
2527    inoremap <buffer> <silent> &lm &lambda;
2528    inoremap <buffer> <silent> &ka &kappa;
2529    inoremap <buffer> <silent> &io &iota;
2530    inoremap <buffer> <silent> &th &theta;
2531    inoremap <buffer> <silent> &et &eta;
2532    inoremap <buffer> <silent> &ze &zeta;
2533    inoremap <buffer> <silent> &ep &epsilon;
2534    inoremap <buffer> <silent> &de &delta;
2535    inoremap <buffer> <silent> &ga &gamma;
2536    inoremap <buffer> <silent> &be &beta;
2537    inoremap <buffer> <silent> &al &alpha;
2538    inoremap <buffer> <silent> &Ps &Psi;
2539    inoremap <buffer> <silent> &Ch &Chi;
2540    inoremap <buffer> <silent> &Ph &Phi;
2541    inoremap <buffer> <silent> &Up &Upsilon;
2542    inoremap <buffer> <silent> &Ta &Tau;
2543    inoremap <buffer> <silent> &Si &Sigma;
2544    inoremap <buffer> <silent> &Rh &Rho;
2545    inoremap <buffer> <silent> &Pi &Pi;
2546    inoremap <buffer> <silent> &Oc &Omicron;
2547    inoremap <buffer> <silent> &Xi &Xi;
2548    inoremap <buffer> <silent> &Nu &Nu;
2549    inoremap <buffer> <silent> &Mu &Mu;
2550    inoremap <buffer> <silent> &Lm &Lambda;
2551    inoremap <buffer> <silent> &Ka &Kappa;
2552    inoremap <buffer> <silent> &Io &Iota;
2553    inoremap <buffer> <silent> &Th &Theta;
2554    inoremap <buffer> <silent> &Et &Eta;
2555    inoremap <buffer> <silent> &Ze &Zeta;
2556    inoremap <buffer> <silent> &Ep &Epsilon;
2557    inoremap <buffer> <silent> &De &Delta;
2558    inoremap <buffer> <silent> &Ga &Gamma;
2559    inoremap <buffer> <silent> &Be &Beta;
2560    inoremap <buffer> <silent> &Al &Alpha;
2561    inoremap <buffer> <silent> &3. &hellip;
2562    inoremap <buffer> <silent> &-- &mdash;
2563    inoremap <buffer> <silent> &3- &mdash;
2564    inoremap <buffer> <silent> &m- &mdash;
2565    inoremap <buffer> <silent> &2- &ndash;
2566    inoremap <buffer> <silent> &n- &ndash;
2567    inoremap <buffer> <silent> &34 &frac34;
2568    inoremap <buffer> <silent> &12 &frac12;
2569    inoremap <buffer> <silent> &14 &frac14;
2570    inoremap <buffer> <silent> &. &middot;
2571    inoremap <buffer> <silent> &pa &para;
2572    inoremap <buffer> <silent> &mi &micro;
2573    inoremap <buffer> <silent> &dg &deg;
2574    inoremap <buffer> <silent> &? &iquest;
2575    inoremap <buffer> <silent> &! &iexcl;
2576    inoremap <buffer> <silent> &sz &szlig;
2577    inoremap <buffer> <silent> &o/ &oslash;
2578    inoremap <buffer> <silent> &/ &divide;
2579    inoremap <buffer> <silent> &" &uml;
2580    inoremap <buffer> <silent> &2> &raquo;
2581    inoremap <buffer> <silent> &2< &laquo;
2582    inoremap <buffer> <silent> &y" &yuml;
2583    inoremap <buffer> <silent> &y' &yacute;
2584    inoremap <buffer> <silent> &u" &uuml;
2585    inoremap <buffer> <silent> &u^ &ucirc;
2586    inoremap <buffer> <silent> &u' &uacute;
2587    inoremap <buffer> <silent> &u` &ugrave;
2588    inoremap <buffer> <silent> &x &times;
2589    inoremap <buffer> <silent> &o" &ouml;
2590    inoremap <buffer> <silent> &o~ &otilde;
2591    inoremap <buffer> <silent> &o^ &ocirc;
2592    inoremap <buffer> <silent> &o' &oacute;
2593    inoremap <buffer> <silent> &o` &ograve;
2594    inoremap <buffer> <silent> &n~ &ntilde;
2595    inoremap <buffer> <silent> &i" &iuml;
2596    inoremap <buffer> <silent> &i^ &icirc;
2597    inoremap <buffer> <silent> &i' &iacute;
2598    inoremap <buffer> <silent> &i` &igrave;
2599    inoremap <buffer> <silent> &e" &euml;
2600    inoremap <buffer> <silent> &e^ &ecirc;
2601    inoremap <buffer> <silent> &e' &eacute;
2602    inoremap <buffer> <silent> &e` &egrave;
2603    inoremap <buffer> <silent> &c, &ccedil;
2604    inoremap <buffer> <silent> &ae &aelig;
2605    inoremap <buffer> <silent> &ao &aring;
2606    inoremap <buffer> <silent> &a" &auml;
2607    inoremap <buffer> <silent> &a~ &atilde;
2608    inoremap <buffer> <silent> &a^ &acirc;
2609    inoremap <buffer> <silent> &a' &aacute;
2610    inoremap <buffer> <silent> &a` &agrave;
2611    inoremap <buffer> <silent> &Y' &Yacute;
2612    inoremap <buffer> <silent> &U" &Uuml;
2613    inoremap <buffer> <silent> &U^ &Ucirc;
2614    inoremap <buffer> <silent> &U' &Uacute;
2615    inoremap <buffer> <silent> &U` &Ugrave;
2616    inoremap <buffer> <silent> &O/ &Oslash;
2617    inoremap <buffer> <silent> &O" &Ouml;
2618    inoremap <buffer> <silent> &O~ &Otilde;
2619    inoremap <buffer> <silent> &O^ &Ocirc;
2620    inoremap <buffer> <silent> &O' &Oacute;
2621    inoremap <buffer> <silent> &O` &Ograve;
2622    inoremap <buffer> <silent> &N~ &Ntilde;
2623    inoremap <buffer> <silent> &I" &Iuml;
2624    inoremap <buffer> <silent> &I^ &Icirc;
2625    inoremap <buffer> <silent> &I' &Iacute;
2626    inoremap <buffer> <silent> &I` &Igrave;
2627    inoremap <buffer> <silent> &E" &Euml;
2628    inoremap <buffer> <silent> &E^ &Ecirc;
2629    inoremap <buffer> <silent> &E' &Eacute;
2630    inoremap <buffer> <silent> &E` &Egrave;
2631    inoremap <buffer> <silent> &C, &Ccedil;
2632    inoremap <buffer> <silent> &AE &AElig;
2633    inoremap <buffer> <silent> &Ao &Aring;
2634    inoremap <buffer> <silent> &A" &Auml;
2635    inoremap <buffer> <silent> &A~ &Atilde;
2636    inoremap <buffer> <silent> &A^ &Acirc;
2637    inoremap <buffer> <silent> &A' &Aacute;
2638    inoremap <buffer> <silent> &A` &Agrave;
2639    inoremap <buffer> <silent> &c| &cent;
2640    inoremap <buffer> <silent> &Y= &yen;
2641    inoremap <buffer> <silent> &# &pound;
2642    inoremap <buffer> <silent> &  &nbsp;
2643    inoremap <buffer> <silent> &> &gt;
2644    inoremap <buffer> <silent> &< &lt;
2645    inoremap <buffer> <silent> &' &quot;
2646    inoremap <buffer> <silent> &tm &trade;
2647    inoremap <buffer> <silent> &rO &reg;
2648    inoremap <buffer> <silent> &cO &copy;
2649    inoremap <buffer> <silent> && &amp;
2650    inoremap <buffer> <silent> ;  &nbsp;
2651    inoremap <buffer> <silent> ;la <label for=""></label>F"
2652    inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
2653    inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
2654    inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50"> </textarea>k$5F"i
2655    inoremap <buffer> <silent> ;og <optgroup label=""> </optgroup>k$F"i
2656    inoremap <buffer> <silent> ;op <option></option>F<
2657    inoremap <buffer> <silent> ;ms <select name="" multiple> </select>O
2658    inoremap <buffer> <silent> ;se <select name=""> </select>O
2659    inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
2660    inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
2661    inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
2662    inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
2663    inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
2664    inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
2665    inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
2666    inoremap <buffer> <silent> ;fm <form action=""> </form>k$F"i
2667    inoremap <buffer> <silent> ;if <iframe src=""> </iframe>k$F"i
2668    inoremap <buffer> <silent> ;nf <noframes> </noframes>O
2669    inoremap <buffer> <silent> ;fr <frame src="">F"
2670    inoremap <buffer> <silent> ;fs <frameset rows="" cols=""> </frameset>k$3F"i
2671    inoremap <buffer> <silent> ;th <th></th>F<
2672    inoremap <buffer> <silent> ;td <td> </td>O
2673    inoremap <buffer> <silent> ;tr <tr> </tr>O
2674    inoremap <buffer> <silent> ;tf <tfoot> </tfoot>O
2675    inoremap <buffer> <silent> ;tb <tbody> </tbody>O
2676    inoremap <buffer> <silent> ;tH <thead> </thead>O
2677    inoremap <buffer> <silent> ;ta <table> </table>O
2678    inoremap <buffer> <silent> ;ca <caption></caption>F<
2679    inoremap <buffer> <silent> ;ob <object data="" width="" height=""> </object>k$5F"i
2680    inoremap <buffer> <silent> ;ns <noscript> </noscripT>O
2681    inoremap <buffer> <silent> ;eb <embed src="" width="" height=""> <noembed></noembed>k$5F"i
2682    inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
2683    inoremap <buffer> <silent> ;va <var></var>F<
2684    inoremap <buffer> <silent> ;ul <ul> </ul>O
2685    inoremap <buffer> <silent> ;tt <tt></tt>F<
2686    inoremap <buffer> <silent> ;ti <title></title>F<
2687    inoremap <buffer> <silent> ;sp <sup></sup>F<
2688    inoremap <buffer> <silent> ;sb <sub></sub>F<
2689    inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
2690    inoremap <buffer> <silent> ;cs <style type="text/css"> <!-- --> </style>kO
2691    inoremap <buffer> <silent> ;sm <small></small>F<
2692    inoremap <buffer> <silent> ;sa <samp></samp>F<
2693    inoremap <buffer> <silent> ;sk <strike></strike>F<
2694    inoremap <buffer> <silent> ;qu <q></q>F<
2695    inoremap <buffer> <silent> ;pr <pre> </pre>O
2696    inoremap <buffer> <silent> ;/p </p>  <p>
2697    inoremap <buffer> <silent> ;pp <p> </p>O
2698    inoremap <buffer> <silent> ;ol <ol> </ol>O
2699    inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
2700    inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
2701    inoremap <buffer> <silent> ;me <meta name="" content="">3F"
2702    inoremap <buffer> <silent> ;lk <link href="">F"
2703    inoremap <buffer> <silent> ;li <li></li>F<
2704    inoremap <buffer> <silent> ;kb <kbd></kbd>F<
2705    inoremap <buffer> <silent> ;ii <isindex>
2706    inoremap <buffer> <silent> ;in <ins></ins>F<
2707    inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
2708    inoremap <buffer> <silent> ;im <img src="" alt="">3F"
2709    inoremap <buffer> <silent> ;ht <html> </html>O
2710    inoremap <buffer> <silent> ;Hr <hr width="75%">
2711    inoremap <buffer> <silent> ;hr <hr>
2712    inoremap <buffer> <silent> ;he <head> </head>O
2713    inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
2714    inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
2715    inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
2716    inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
2717    inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
2718    inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
2719    inoremap <buffer> <silent> ;h6 <h6></h6>F<
2720    inoremap <buffer> <silent> ;h5 <h5></h5>F<
2721    inoremap <buffer> <silent> ;h4 <h4></h4>F<
2722    inoremap <buffer> <silent> ;h3 <h3></h3>F<
2723    inoremap <buffer> <silent> ;h2 <h2></h2>F<
2724    inoremap <buffer> <silent> ;h1 <h1></h1>F<
2725    inoremap <buffer> <silent> ;fc <font color=""></font>F"
2726    inoremap <buffer> <silent> ;fo <font size=""></font>F"
2727    inoremap <buffer> <silent> ;sn <span></span>F<
2728    inoremap <buffer> <silent> ;dv <div> </div>O
2729    inoremap <buffer> <silent> ;df <dfn></dfn>F<
2730    inoremap <buffer> <silent> ;de <del></del>F<
2731    inoremap <buffer> <silent> ;dd <dd></dd>F<
2732    inoremap <buffer> <silent> ;dt <dt></dt>F<
2733    inoremap <buffer> <silent> ;dl <dl> </dl>O
2734    inoremap <buffer> <silent> ;co <code></code>F<
2735    inoremap <buffer> <silent> ;ci <cite></cite>F<
2736    inoremap <buffer> <silent> ;ce <center></center>F<
2737    inoremap <buffer> <silent> ;br <br>
2738    inoremap <buffer> <silent> ;bd <body> </body>O
2739    inoremap <buffer> <silent> ;bl <blockquote> </blockquote>O
2740    inoremap <buffer> <silent> ;bi <big></big>F<
2741    inoremap <buffer> <silent> ;bh <base href="">F"
2742    inoremap <buffer> <silent> ;ad <address></address>F<
2743    inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
2744    inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
2745    inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
2746    inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
2747    inoremap <buffer> <silent> ;aN <a name="*"></a>F<
2748    inoremap <buffer> <silent> ;an <a name=""></a>F"
2749    inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
2750    inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
2751    inoremap <buffer> <silent> ;aH <a href="*"></a>F<
2752    inoremap <buffer> <silent> ;ah <a href=""></a>F"
2753    imap <buffer> <silent> ;s4 ;s4
2754    imap <buffer> <silent> ;4 ;4
2755    inoremap <buffer> <silent> ;mi :call MangleImageTag()
2756    inoremap <buffer> <silent> ;          
2757    inoremap <buffer> <silent> ;& &
2758    inoremap <buffer> <silent> ;; ;
2759    setlocal keymap=
2760    setlocal noarabic
2761    setlocal autoindent
2762    setlocal balloonexpr=
2763    setlocal nobinary
2764    setlocal bufhidden=
2765    setlocal buflisted
2766    setlocal buftype=
2767    setlocal nocindent
2768    setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
2769    setlocal cinoptions=
2770    setlocal cinwords=if,else,while,do,for,switch
2771    setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
2772    setlocal commentstring=<!--%s-->
2773    setlocal complete=.,w,b,u,t,i
2774    setlocal completefunc=
2775    setlocal nocopyindent
2776    setlocal nocursorcolumn
2777    setlocal nocursorline
2778    setlocal define=
2779    setlocal dictionary=
2780    setlocal nodiff
2781    setlocal equalprg=
2782    setlocal errorformat=
2783    setlocal expandtab
2784    if &filetype != 'html'
2785    setlocal filetype=html
2786    endif
2787    setlocal foldcolumn=0
2788    setlocal foldenable
2789    setlocal foldexpr=0
2790    setlocal foldignore=#
2791    setlocal foldlevel=0
2792    setlocal foldmarker={{{,}}}
2793    setlocal foldmethod=manual
2794    setlocal foldminlines=1
2795    setlocal foldnestmax=20
2796    setlocal foldtext=foldtext()
2797    setlocal formatexpr=
2798    setlocal formatoptions=tcq
2799    setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
2800    setlocal grepprg=
2801    setlocal iminsert=0
2802    setlocal imsearch=2
2803    setlocal include=
2804    setlocal includeexpr=
2805    setlocal indentexpr=
2806    setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
2807    setlocal noinfercase
2808    setlocal iskeyword=@,48-57,_,192-255
2809    setlocal keywordprg=
2810    setlocal nolinebreak
2811    setlocal nolisp
2812    setlocal nolist
2813    setlocal makeprg=
2814    setlocal matchpairs=(:),{:},[:],<:>
2815    setlocal nomodeline
2816    setlocal modifiable
2817    setlocal nrformats=octal,hex
2818    setlocal nonumber
2819    setlocal numberwidth=4
2820    setlocal omnifunc=htmlcomplete#CompleteTags
2821    setlocal path=
2822    setlocal nopreserveindent
2823    setlocal nopreviewwindow
2824    setlocal quoteescape=\\
2825    setlocal noreadonly
2826    setlocal norightleft
2827    setlocal rightleftcmd=search
2828    setlocal noscrollbind
2829    setlocal shiftwidth=4
2830    setlocal noshortname
2831    setlocal nosmartindent
2832    setlocal softtabstop=0
2833    setlocal nospell
2834    setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+
2835    setlocal spellfile=
2836    setlocal spelllang=en
2837    setlocal statusline=
2838    setlocal suffixesadd=
2839    setlocal swapfile
2840    setlocal synmaxcol=3000
2841    if &syntax != 'html'
2842    setlocal syntax=html
2843    endif
2844    setlocal tabstop=2
2845    setlocal tags=
2846    setlocal textwidth=0
2847    setlocal thesaurus=
2848    setlocal nowinfixheight
2849    setlocal nowinfixwidth
2850    setlocal wrap
2851    setlocal wrapmargin=0
2852    silent! normal! zE
2853    let s:l = 1 - ((0 * winheight(0) + 19) / 38)
2854  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
2855  exe s:l  exe s:l
2856  normal! zt  normal! zt
# Line 2841  setlocal nowinfixwidth Line 3243  setlocal nowinfixwidth
3243  setlocal wrap  setlocal wrap
3244  setlocal wrapmargin=0  setlocal wrapmargin=0
3245  silent! normal! zE  silent! normal! zE
3246  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
3247  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
3248  exe s:l  exe s:l
3249  normal! zt  normal! zt
# Line 4020  setlocal nowinfixwidth Line 4422  setlocal nowinfixwidth
4422  setlocal wrap  setlocal wrap
4423  setlocal wrapmargin=0  setlocal wrapmargin=0
4424  silent! normal! zE  silent! normal! zE
4425  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
4426  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
4427  exe s:l  exe s:l
4428  normal! zt  normal! zt
# Line 4413  setlocal nowinfixwidth Line 4815  setlocal nowinfixwidth
4815  setlocal wrap  setlocal wrap
4816  setlocal wrapmargin=0  setlocal wrapmargin=0
4817  silent! normal! zE  silent! normal! zE
4818  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
4819  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
4820  exe s:l  exe s:l
4821  normal! zt  normal! zt
# Line 4806  setlocal nowinfixwidth Line 5208  setlocal nowinfixwidth
5208  setlocal wrap  setlocal wrap
5209  setlocal wrapmargin=0  setlocal wrapmargin=0
5210  silent! normal! zE  silent! normal! zE
5211  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
5212  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
5213  exe s:l  exe s:l
5214  normal! zt  normal! zt
# Line 5592  setlocal nowinfixwidth Line 5994  setlocal nowinfixwidth
5994  setlocal wrap  setlocal wrap
5995  setlocal wrapmargin=0  setlocal wrapmargin=0
5996  silent! normal! zE  silent! normal! zE
5997  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
5998  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
5999  exe s:l  exe s:l
6000  normal! zt  normal! zt
# Line 5985  setlocal nowinfixwidth Line 6387  setlocal nowinfixwidth
6387  setlocal wrap  setlocal wrap
6388  setlocal wrapmargin=0  setlocal wrapmargin=0
6389  silent! normal! zE  silent! normal! zE
6390  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
6391  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
6392  exe s:l  exe s:l
6393  normal! zt  normal! zt
# Line 6378  setlocal nowinfixwidth Line 6780  setlocal nowinfixwidth
6780  setlocal wrap  setlocal wrap
6781  setlocal wrapmargin=0  setlocal wrapmargin=0
6782  silent! normal! zE  silent! normal! zE
6783  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
6784  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
6785  exe s:l  exe s:l
6786  normal! zt  normal! zt
# Line 7164  setlocal nowinfixwidth Line 7566  setlocal nowinfixwidth
7566  setlocal wrap  setlocal wrap
7567  setlocal wrapmargin=0  setlocal wrapmargin=0
7568  silent! normal! zE  silent! normal! zE
7569  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
7570  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
7571  exe s:l  exe s:l
7572  normal! zt  normal! zt
# Line 7505  setlocal formatexpr= Line 7907  setlocal formatexpr=
7907  setlocal formatoptions=tcq  setlocal formatoptions=tcq
7908  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
7909  setlocal grepprg=  setlocal grepprg=
7910  setlocal iminsert=2  setlocal iminsert=0
7911  setlocal imsearch=2  setlocal imsearch=0
7912  setlocal include=  setlocal include=
7913  setlocal includeexpr=  setlocal includeexpr=
7914  setlocal indentexpr=  setlocal indentexpr=
# Line 7557  setlocal nowinfixwidth Line 7959  setlocal nowinfixwidth
7959  setlocal wrap  setlocal wrap
7960  setlocal wrapmargin=0  setlocal wrapmargin=0
7961  silent! normal! zE  silent! normal! zE
7962  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 242 - ((18 * winheight(0) + 19) / 38)
7963  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
7964  exe s:l  exe s:l
7965  normal! zt  normal! zt
7966  1  242
7967  normal! 0  normal! 090l
7968  tabedit screenshots.html  tabedit screenshots.html
7969  set splitbelow splitright  set splitbelow splitright
7970  set nosplitbelow  set nosplitbelow
# Line 10931  setlocal nowinfixwidth Line 11333  setlocal nowinfixwidth
11333  setlocal wrap  setlocal wrap
11334  setlocal wrapmargin=0  setlocal wrapmargin=0
11335  silent! normal! zE  silent! normal! zE
11336  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
11337  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11338  exe s:l  exe s:l
11339  normal! zt  normal! zt
# Line 11325  setlocal nowinfixwidth Line 11727  setlocal nowinfixwidth
11727  setlocal wrap  setlocal wrap
11728  setlocal wrapmargin=0  setlocal wrapmargin=0
11729  silent! normal! zE  silent! normal! zE
11730  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
11731  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11732  exe s:l  exe s:l
11733  normal! zt  normal! zt
# Line 11434  setlocal nowinfixwidth Line 11836  setlocal nowinfixwidth
11836  setlocal wrap  setlocal wrap
11837  setlocal wrapmargin=0  setlocal wrapmargin=0
11838  silent! normal! zE  silent! normal! zE
11839  let s:l = 34 - ((0 * winheight(0) + 19) / 38)  let s:l = 142 - ((37 * winheight(0) + 19) / 38)
11840  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11841  exe s:l  exe s:l
11842  normal! zt  normal! zt
11843  34  142
11844  normal! 0  normal! 0
11845  tabedit scripts/html2offline  tabedit scripts/html2txt
11846  set splitbelow splitright  set splitbelow splitright
11847  set nosplitbelow  set nosplitbelow
11848  set nosplitright  set nosplitright
11849  wincmd t  wincmd t
11850  set winheight=1 winwidth=1  set winheight=1 winwidth=1
11851  argglobal  argglobal
11852  edit scripts/html2offline  edit scripts/html2txt
11853  setlocal keymap=  setlocal keymap=
11854  setlocal noarabic  setlocal noarabic
11855  setlocal autoindent  setlocal autoindent
# Line 11542  setlocal nowinfixwidth Line 11944  setlocal nowinfixwidth
11944  setlocal wrap  setlocal wrap
11945  setlocal wrapmargin=0  setlocal wrapmargin=0
11946  silent! normal! zE  silent! normal! zE
11947  let s:l = 4 - ((3 * winheight(0) + 19) / 38)  let s:l = 23 - ((12 * winheight(0) + 11) / 23)
11948  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11949  exe s:l  exe s:l
11950  normal! zt  normal! zt
11951  4  23
11952  normal! 063l  normal! 025l
11953  tabedit scripts/html2txt  tabedit scripts/update-boot-params
11954  set splitbelow splitright  set splitbelow splitright
11955  set nosplitbelow  set nosplitbelow
11956  set nosplitright  set nosplitright
11957  wincmd t  wincmd t
11958  set winheight=1 winwidth=1  set winheight=1 winwidth=1
11959  argglobal  argglobal
11960  edit scripts/html2txt  33argu
11961    edit scripts/update-boot-params
11962  setlocal keymap=  setlocal keymap=
11963  setlocal noarabic  setlocal noarabic
11964  setlocal autoindent  setlocal autoindent
# Line 11650  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 = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 266 - ((14 * winheight(0) + 11) / 23)
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  1  266
12061  normal! 0  normal! 04l
12062  tabedit scripts/update-boot-params  tabedit scripts/html2doc
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  33argu  edit scripts/html2doc
 edit scripts/update-boot-params  
12070  setlocal keymap=  setlocal keymap=
12071  setlocal noarabic  setlocal noarabic
12072  setlocal autoindent  setlocal autoindent
# Line 11707  setlocal formatexpr= Line 12109  setlocal formatexpr=
12109  setlocal formatoptions=tcq  setlocal formatoptions=tcq
12110  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12111  setlocal grepprg=  setlocal grepprg=
12112  setlocal iminsert=2  setlocal iminsert=0
12113  setlocal imsearch=2  setlocal imsearch=2
12114  setlocal include=  setlocal include=
12115  setlocal includeexpr=  setlocal includeexpr=
# Line 11759  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 = 2 - ((0 * winheight(0) + 19) / 38)  let s:l = 2 - ((1 * 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
12168  2  2
12169  normal! 0  normal! 039l
12170  tabedit ../chkNamedLinks  tabedit ../chkNamedLinks
12171  set splitbelow splitright  set splitbelow splitright
12172  set nosplitbelow  set nosplitbelow
# Line 11867  setlocal nowinfixwidth Line 12269  setlocal nowinfixwidth
12269  setlocal wrap  setlocal wrap
12270  setlocal wrapmargin=0  setlocal wrapmargin=0
12271  silent! normal! zE  silent! normal! zE
12272  let s:l = 2 - ((0 * winheight(0) + 19) / 38)  let s:l = 2 - ((0 * winheight(0) + 11) / 23)
12273  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
12274  exe s:l  exe s:l
12275  normal! zt  normal! zt
12276  2  2
12277  normal! 0  normal! 0
12278  tabnext 32  tabnext 7
12279  if exists('s:wipebuf')  if exists('s:wipebuf')
12280    silent exe 'bwipe ' . s:wipebuf    silent exe 'bwipe ' . s:wipebuf
12281  endif  endif

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26