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

Diff of /Documentation.vim

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

revision 45 by sng, Wed May 19 15:03:43 2010 UTC revision 49 by sng, Thu May 20 15:43:26 2010 UTC
# Line 52  if expand('%') == '' && !&modified && li Line 52  if expand('%') == '' && !&modified && li
52  endif  endif
53  set shortmess=aoO  set shortmess=aoO
54  badd +1 annex-a-devices.html  badd +1 annex-a-devices.html
55  badd +0 backup.html  badd +1 backup.html
56  badd +0 backup-smb.html  badd +1 backup-smb.html
57  badd +0 boot-params.html  badd +1 boot-params.html
58  badd +0 clonezilla.html  badd +1 clonezilla.html
59  badd +0 custom-cd.html  badd +1 custom-cd.html
60  badd +0 flash-backup.html  badd +1 flash-backup.html
61  badd +0 help.html  badd +1 help.html
62  badd +0 index.html  badd +1 index.html
63  badd +0 intro.html  badd +1 intro.html
64  badd +0 oldboot.html  badd +1 oldboot.html
65  badd +0 own-scripts.html  badd +1 own-scripts.html
66  badd +0 partitions.html  badd +1 partitions.html
67  badd +0 project.html  badd +1 project.html
68  badd +0 recover.html  badd +1 recover.html
69  badd +0 reloc-img.html  badd +1 reloc-img.html
70  badd +0 restoration.html  badd +1 restoration.html
71  badd +0 restore-burn.html  badd +1 restore-burn.html
72  badd +0 restore.html  badd +1 restore.html
73  badd +0 screenshots.html  badd +1 screenshots.html
74  badd +0 supergrubdisk.html  badd +1 supergrubdisk.html
75  badd +0 sysresccd.html  badd +1 sysresccd.html
76  badd +0 usb.html  badd +1 usb.html
77  badd +0 news.php  badd +1 news.php
78  badd +0 onepage.php  badd +1 onepage.php
79  badd +0 printable.php  badd +1 printable.php
80  badd +0 clonezilla-sysresccd.rss  badd +1 clonezilla-sysresccd.rss
81  badd +0 ../.htaccess  badd +1 ../.htaccess
82  badd +0 ../.404.html  badd +1 ../.404.html
83  badd +0 ../.news.php  badd +1 ../.news.php
84  badd +0 ../.template.html  badd +1 ../.template.html
85  badd +0 ../2site  badd +1 ../2site
86  badd +0 html2txt  badd +1 html2txt
87  badd +0 ../chkNamedLinks  badd +1 ../chkNamedLinks
88    badd +1 .404.html
89    badd +1 .news.php
90    badd +1 .template.html
91    badd +1 scripts/2site
92    badd +2 scripts/html2txt
93    badd +1 scripts/update-boot-params
94    badd +0 scripts/html2html
95  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
96  edit annex-a-devices.html  edit annex-a-devices.html
97  set splitbelow splitright  set splitbelow splitright
# Line 474  setlocal nowinfixwidth Line 481  setlocal nowinfixwidth
481  setlocal wrap  setlocal wrap
482  setlocal wrapmargin=0  setlocal wrapmargin=0
483  silent! normal! zE  silent! normal! zE
484  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 19) / 39)
485  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
486  exe s:l  exe s:l
487  normal! zt  normal! zt
# Line 867  setlocal nowinfixwidth Line 874  setlocal nowinfixwidth
874  setlocal wrap  setlocal wrap
875  setlocal wrapmargin=0  setlocal wrapmargin=0
876  silent! normal! zE  silent! normal! zE
877  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 39)
878  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
879  exe s:l  exe s:l
880  normal! zt  normal! zt
# Line 1260  setlocal nowinfixwidth Line 1267  setlocal nowinfixwidth
1267  setlocal wrap  setlocal wrap
1268  setlocal wrapmargin=0  setlocal wrapmargin=0
1269  silent! normal! zE  silent! normal! zE
1270  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 39)
1271  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
1272  exe s:l  exe s:l
1273  normal! zt  normal! zt
# Line 1653  setlocal nowinfixwidth Line 1660  setlocal nowinfixwidth
1660  setlocal wrap  setlocal wrap
1661  setlocal wrapmargin=0  setlocal wrapmargin=0
1662  silent! normal! zE  silent! normal! zE
1663  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 39)
1664  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
1665  exe s:l  exe s:l
1666  normal! zt  normal! zt
# Line 2046  setlocal nowinfixwidth Line 2053  setlocal nowinfixwidth
2053  setlocal wrap  setlocal wrap
2054  setlocal wrapmargin=0  setlocal wrapmargin=0
2055  silent! normal! zE  silent! normal! zE
2056  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 39)
2057  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
2058  exe s:l  exe s:l
2059  normal! zt  normal! zt
# Line 2439  setlocal nowinfixwidth Line 2446  setlocal nowinfixwidth
2446  setlocal wrap  setlocal wrap
2447  setlocal wrapmargin=0  setlocal wrapmargin=0
2448  silent! normal! zE  silent! normal! zE
2449  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 39)
2450  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
2451  exe s:l  exe s:l
2452  normal! zt  normal! zt
# Line 2832  setlocal nowinfixwidth Line 2839  setlocal nowinfixwidth
2839  setlocal wrap  setlocal wrap
2840  setlocal wrapmargin=0  setlocal wrapmargin=0
2841  silent! normal! zE  silent! normal! zE
2842  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 39)
2843  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
2844  exe s:l  exe s:l
2845  normal! zt  normal! zt
# Line 3225  setlocal nowinfixwidth Line 3232  setlocal nowinfixwidth
3232  setlocal wrap  setlocal wrap
3233  setlocal wrapmargin=0  setlocal wrapmargin=0
3234  silent! normal! zE  silent! normal! zE
3235  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 39)
3236  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
3237  exe s:l  exe s:l
3238  normal! zt  normal! zt
# Line 3618  setlocal nowinfixwidth Line 3625  setlocal nowinfixwidth
3625  setlocal wrap  setlocal wrap
3626  setlocal wrapmargin=0  setlocal wrapmargin=0
3627  silent! normal! zE  silent! normal! zE
3628  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 39)
3629  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
3630  exe s:l  exe s:l
3631  normal! zt  normal! zt
# Line 4011  setlocal nowinfixwidth Line 4018  setlocal nowinfixwidth
4018  setlocal wrap  setlocal wrap
4019  setlocal wrapmargin=0  setlocal wrapmargin=0
4020  silent! normal! zE  silent! normal! zE
4021  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 39)
4022  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
4023  exe s:l  exe s:l
4024  normal! zt  normal! zt
# Line 4404  setlocal nowinfixwidth Line 4411  setlocal nowinfixwidth
4411  setlocal wrap  setlocal wrap
4412  setlocal wrapmargin=0  setlocal wrapmargin=0
4413  silent! normal! zE  silent! normal! zE
4414  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 39)
4415  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
4416  exe s:l  exe s:l
4417  normal! zt  normal! zt
# Line 4797  setlocal nowinfixwidth Line 4804  setlocal nowinfixwidth
4804  setlocal wrap  setlocal wrap
4805  setlocal wrapmargin=0  setlocal wrapmargin=0
4806  silent! normal! zE  silent! normal! zE
4807  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 39)
4808  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
4809  exe s:l  exe s:l
4810  normal! zt  normal! zt
# Line 5190  setlocal nowinfixwidth Line 5197  setlocal nowinfixwidth
5197  setlocal wrap  setlocal wrap
5198  setlocal wrapmargin=0  setlocal wrapmargin=0
5199  silent! normal! zE  silent! normal! zE
5200  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 39)
5201  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
5202  exe s:l  exe s:l
5203  normal! zt  normal! zt
# Line 5583  setlocal nowinfixwidth Line 5590  setlocal nowinfixwidth
5590  setlocal wrap  setlocal wrap
5591  setlocal wrapmargin=0  setlocal wrapmargin=0
5592  silent! normal! zE  silent! normal! zE
5593  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 39)
5594  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
5595  exe s:l  exe s:l
5596  normal! zt  normal! zt
# Line 5976  setlocal nowinfixwidth Line 5983  setlocal nowinfixwidth
5983  setlocal wrap  setlocal wrap
5984  setlocal wrapmargin=0  setlocal wrapmargin=0
5985  silent! normal! zE  silent! normal! zE
5986  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 39)
5987  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
5988  exe s:l  exe s:l
5989  normal! zt  normal! zt
# Line 6369  setlocal nowinfixwidth Line 6376  setlocal nowinfixwidth
6376  setlocal wrap  setlocal wrap
6377  setlocal wrapmargin=0  setlocal wrapmargin=0
6378  silent! normal! zE  silent! normal! zE
6379  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 39)
6380  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
6381  exe s:l  exe s:l
6382  normal! zt  normal! zt
# Line 6762  setlocal nowinfixwidth Line 6769  setlocal nowinfixwidth
6769  setlocal wrap  setlocal wrap
6770  setlocal wrapmargin=0  setlocal wrapmargin=0
6771  silent! normal! zE  silent! normal! zE
6772  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 39)
6773  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
6774  exe s:l  exe s:l
6775  normal! zt  normal! zt
# Line 7155  setlocal nowinfixwidth Line 7162  setlocal nowinfixwidth
7162  setlocal wrap  setlocal wrap
7163  setlocal wrapmargin=0  setlocal wrapmargin=0
7164  silent! normal! zE  silent! normal! zE
7165  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 39)
7166  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
7167  exe s:l  exe s:l
7168  normal! zt  normal! zt
# Line 7548  setlocal nowinfixwidth Line 7555  setlocal nowinfixwidth
7555  setlocal wrap  setlocal wrap
7556  setlocal wrapmargin=0  setlocal wrapmargin=0
7557  silent! normal! zE  silent! normal! zE
7558  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 39)
7559  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
7560  exe s:l  exe s:l
7561  normal! zt  normal! zt
# Line 7941  setlocal nowinfixwidth Line 7948  setlocal nowinfixwidth
7948  setlocal wrap  setlocal wrap
7949  setlocal wrapmargin=0  setlocal wrapmargin=0
7950  silent! normal! zE  silent! normal! zE
7951  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 39)
7952  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
7953  exe s:l  exe s:l
7954  normal! zt  normal! zt
# Line 8334  setlocal nowinfixwidth Line 8341  setlocal nowinfixwidth
8341  setlocal wrap  setlocal wrap
8342  setlocal wrapmargin=0  setlocal wrapmargin=0
8343  silent! normal! zE  silent! normal! zE
8344  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 39)
8345  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
8346  exe s:l  exe s:l
8347  normal! zt  normal! zt
# Line 8727  setlocal nowinfixwidth Line 8734  setlocal nowinfixwidth
8734  setlocal wrap  setlocal wrap
8735  setlocal wrapmargin=0  setlocal wrapmargin=0
8736  silent! normal! zE  silent! normal! zE
8737  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 39)
8738  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
8739  exe s:l  exe s:l
8740  normal! zt  normal! zt
# Line 9120  setlocal nowinfixwidth Line 9127  setlocal nowinfixwidth
9127  setlocal wrap  setlocal wrap
9128  setlocal wrapmargin=0  setlocal wrapmargin=0
9129  silent! normal! zE  silent! normal! zE
9130  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 39)
9131  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
9132  exe s:l  exe s:l
9133  normal! zt  normal! zt
# Line 9517  setlocal nowinfixwidth Line 9524  setlocal nowinfixwidth
9524  setlocal wrap  setlocal wrap
9525  setlocal wrapmargin=0  setlocal wrapmargin=0
9526  silent! normal! zE  silent! normal! zE
9527  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 39)
 if s:l < 1 | let s:l = 1 | endif  
 exe s:l  
 normal! zt  
 1  
 normal! 0  
 tabedit onepage.php  
 set splitbelow splitright  
 set nosplitbelow  
 set nosplitright  
 wincmd t  
 set winheight=1 winwidth=1  
 argglobal  
 25argu  
 vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  
 nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  
 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)  
 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)  
 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)  
 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)  
 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)  
 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)  
 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)  
 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)  
 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)  
 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)  
 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)  
 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)  
 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)  
 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)  
 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)  
 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()  
 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')  
 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')  
 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif  
 nnoremap <buffer> <silent> ;mi :call MangleImageTag()  
 nnoremap <buffer> <silent> ;            
 nnoremap <buffer> <silent> ;; ;  
 vnoremap <buffer> <silent> ;; ;  
 onoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)? :nohls  
 nnoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)? :nohls  
 onoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/ :nohls  
 nnoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/ :nohls  
 inoremap <buffer> <silent>      :call HTMLnextInsertPoint('i')  
 inoremap <buffer> <silent> &hA &hArr;  
 inoremap <buffer> <silent> &dA &dArr;  
 inoremap <buffer> <silent> &rA &rArr;  
 inoremap <buffer> <silent> &uA &uArr;  
 inoremap <buffer> <silent> &lA &lArr;  
 inoremap <buffer> <silent> &ha &harr;  
 inoremap <buffer> <silent> &da &darr;  
 inoremap <buffer> <silent> &ra &rarr;  
 inoremap <buffer> <silent> &ua &uarr;  
 inoremap <buffer> <silent> &la &larr;  
 inoremap <buffer> <silent> &pv &piv;  
 inoremap <buffer> <silent> &uh &upsih;  
 inoremap <buffer> <silent> &ts &thetasym;  
 inoremap <buffer> <silent> &og &omega;  
 inoremap <buffer> <silent> &ps &psi;  
 inoremap <buffer> <silent> &ch &chi;  
 inoremap <buffer> <silent> &ph &phi;  
 inoremap <buffer> <silent> &up &upsilon;  
 inoremap <buffer> <silent> &ta &tau;  
 inoremap <buffer> <silent> &sf &sigmaf;  
 inoremap <buffer> <silent> &si &sigma;  
 inoremap <buffer> <silent> &rh &rho;  
 inoremap <buffer> <silent> &pi &pi;  
 inoremap <buffer> <silent> &oc &omicron;  
 inoremap <buffer> <silent> &xi &xi;  
 inoremap <buffer> <silent> &nu &nu;  
 inoremap <buffer> <silent> &mu &mu;  
 inoremap <buffer> <silent> &lm &lambda;  
 inoremap <buffer> <silent> &ka &kappa;  
 inoremap <buffer> <silent> &io &iota;  
 inoremap <buffer> <silent> &th &theta;  
 inoremap <buffer> <silent> &et &eta;  
 inoremap <buffer> <silent> &ze &zeta;  
 inoremap <buffer> <silent> &ep &epsilon;  
 inoremap <buffer> <silent> &de &delta;  
 inoremap <buffer> <silent> &ga &gamma;  
 inoremap <buffer> <silent> &be &beta;  
 inoremap <buffer> <silent> &al &alpha;  
 inoremap <buffer> <silent> &Ps &Psi;  
 inoremap <buffer> <silent> &Ch &Chi;  
 inoremap <buffer> <silent> &Ph &Phi;  
 inoremap <buffer> <silent> &Up &Upsilon;  
 inoremap <buffer> <silent> &Ta &Tau;  
 inoremap <buffer> <silent> &Si &Sigma;  
 inoremap <buffer> <silent> &Rh &Rho;  
 inoremap <buffer> <silent> &Pi &Pi;  
 inoremap <buffer> <silent> &Oc &Omicron;  
 inoremap <buffer> <silent> &Xi &Xi;  
 inoremap <buffer> <silent> &Nu &Nu;  
 inoremap <buffer> <silent> &Mu &Mu;  
 inoremap <buffer> <silent> &Lm &Lambda;  
 inoremap <buffer> <silent> &Ka &Kappa;  
 inoremap <buffer> <silent> &Io &Iota;  
 inoremap <buffer> <silent> &Th &Theta;  
 inoremap <buffer> <silent> &Et &Eta;  
 inoremap <buffer> <silent> &Ze &Zeta;  
 inoremap <buffer> <silent> &Ep &Epsilon;  
 inoremap <buffer> <silent> &De &Delta;  
 inoremap <buffer> <silent> &Ga &Gamma;  
 inoremap <buffer> <silent> &Be &Beta;  
 inoremap <buffer> <silent> &Al &Alpha;  
 inoremap <buffer> <silent> &3. &hellip;  
 inoremap <buffer> <silent> &-- &mdash;  
 inoremap <buffer> <silent> &3- &mdash;  
 inoremap <buffer> <silent> &m- &mdash;  
 inoremap <buffer> <silent> &2- &ndash;  
 inoremap <buffer> <silent> &n- &ndash;  
 inoremap <buffer> <silent> &34 &frac34;  
 inoremap <buffer> <silent> &12 &frac12;  
 inoremap <buffer> <silent> &14 &frac14;  
 inoremap <buffer> <silent> &. &middot;  
 inoremap <buffer> <silent> &pa &para;  
 inoremap <buffer> <silent> &mi &micro;  
 inoremap <buffer> <silent> &dg &deg;  
 inoremap <buffer> <silent> &? &iquest;  
 inoremap <buffer> <silent> &! &iexcl;  
 inoremap <buffer> <silent> &sz &szlig;  
 inoremap <buffer> <silent> &o/ &oslash;  
 inoremap <buffer> <silent> &/ &divide;  
 inoremap <buffer> <silent> &" &uml;  
 inoremap <buffer> <silent> &2> &raquo;  
 inoremap <buffer> <silent> &2< &laquo;  
 inoremap <buffer> <silent> &y" &yuml;  
 inoremap <buffer> <silent> &y' &yacute;  
 inoremap <buffer> <silent> &u" &uuml;  
 inoremap <buffer> <silent> &u^ &ucirc;  
 inoremap <buffer> <silent> &u' &uacute;  
 inoremap <buffer> <silent> &u` &ugrave;  
 inoremap <buffer> <silent> &x &times;  
 inoremap <buffer> <silent> &o" &ouml;  
 inoremap <buffer> <silent> &o~ &otilde;  
 inoremap <buffer> <silent> &o^ &ocirc;  
 inoremap <buffer> <silent> &o' &oacute;  
 inoremap <buffer> <silent> &o` &ograve;  
 inoremap <buffer> <silent> &n~ &ntilde;  
 inoremap <buffer> <silent> &i" &iuml;  
 inoremap <buffer> <silent> &i^ &icirc;  
 inoremap <buffer> <silent> &i' &iacute;  
 inoremap <buffer> <silent> &i` &igrave;  
 inoremap <buffer> <silent> &e" &euml;  
 inoremap <buffer> <silent> &e^ &ecirc;  
 inoremap <buffer> <silent> &e' &eacute;  
 inoremap <buffer> <silent> &e` &egrave;  
 inoremap <buffer> <silent> &c, &ccedil;  
 inoremap <buffer> <silent> &ae &aelig;  
 inoremap <buffer> <silent> &ao &aring;  
 inoremap <buffer> <silent> &a" &auml;  
 inoremap <buffer> <silent> &a~ &atilde;  
 inoremap <buffer> <silent> &a^ &acirc;  
 inoremap <buffer> <silent> &a' &aacute;  
 inoremap <buffer> <silent> &a` &agrave;  
 inoremap <buffer> <silent> &Y' &Yacute;  
 inoremap <buffer> <silent> &U" &Uuml;  
 inoremap <buffer> <silent> &U^ &Ucirc;  
 inoremap <buffer> <silent> &U' &Uacute;  
 inoremap <buffer> <silent> &U` &Ugrave;  
 inoremap <buffer> <silent> &O/ &Oslash;  
 inoremap <buffer> <silent> &O" &Ouml;  
 inoremap <buffer> <silent> &O~ &Otilde;  
 inoremap <buffer> <silent> &O^ &Ocirc;  
 inoremap <buffer> <silent> &O' &Oacute;  
 inoremap <buffer> <silent> &O` &Ograve;  
 inoremap <buffer> <silent> &N~ &Ntilde;  
 inoremap <buffer> <silent> &I" &Iuml;  
 inoremap <buffer> <silent> &I^ &Icirc;  
 inoremap <buffer> <silent> &I' &Iacute;  
 inoremap <buffer> <silent> &I` &Igrave;  
 inoremap <buffer> <silent> &E" &Euml;  
 inoremap <buffer> <silent> &E^ &Ecirc;  
 inoremap <buffer> <silent> &E' &Eacute;  
 inoremap <buffer> <silent> &E` &Egrave;  
 inoremap <buffer> <silent> &C, &Ccedil;  
 inoremap <buffer> <silent> &AE &AElig;  
 inoremap <buffer> <silent> &Ao &Aring;  
 inoremap <buffer> <silent> &A" &Auml;  
 inoremap <buffer> <silent> &A~ &Atilde;  
 inoremap <buffer> <silent> &A^ &Acirc;  
 inoremap <buffer> <silent> &A' &Aacute;  
 inoremap <buffer> <silent> &A` &Agrave;  
 inoremap <buffer> <silent> &c| &cent;  
 inoremap <buffer> <silent> &Y= &yen;  
 inoremap <buffer> <silent> &# &pound;  
 inoremap <buffer> <silent> &  &nbsp;  
 inoremap <buffer> <silent> &> &gt;  
 inoremap <buffer> <silent> &< &lt;  
 inoremap <buffer> <silent> &' &quot;  
 inoremap <buffer> <silent> &tm &trade;  
 inoremap <buffer> <silent> &rO &reg;  
 inoremap <buffer> <silent> &cO &copy;  
 inoremap <buffer> <silent> && &amp;  
 inoremap <buffer> <silent> ;  &nbsp;  
 inoremap <buffer> <silent> ;la <label for=""></label>F"  
 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">  
 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">  
 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50"> </textarea>k$5F"i  
 inoremap <buffer> <silent> ;og <optgroup label=""> </optgroup>k$F"i  
 inoremap <buffer> <silent> ;op <option></option>F<  
 inoremap <buffer> <silent> ;ms <select name="" multiple> </select>O  
 inoremap <buffer> <silent> ;se <select name=""> </select>O  
 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"  
 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"  
 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"  
 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"  
 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"  
 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"  
 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"  
 inoremap <buffer> <silent> ;fm <form action=""> </form>k$F"i  
 inoremap <buffer> <silent> ;if <iframe src=""> </iframe>k$F"i  
 inoremap <buffer> <silent> ;nf <noframes> </noframes>O  
 inoremap <buffer> <silent> ;fr <frame src="">F"  
 inoremap <buffer> <silent> ;fs <frameset rows="" cols=""> </frameset>k$3F"i  
 inoremap <buffer> <silent> ;th <th></th>F<  
 inoremap <buffer> <silent> ;td <td> </td>O  
 inoremap <buffer> <silent> ;tr <tr> </tr>O  
 inoremap <buffer> <silent> ;tf <tfoot> </tfoot>O  
 inoremap <buffer> <silent> ;tb <tbody> </tbody>O  
 inoremap <buffer> <silent> ;tH <thead> </thead>O  
 inoremap <buffer> <silent> ;ta <table> </table>O  
 inoremap <buffer> <silent> ;ca <caption></caption>F<  
 inoremap <buffer> <silent> ;ob <object data="" width="" height=""> </object>k$5F"i  
 inoremap <buffer> <silent> ;ns <noscript> </noscripT>O  
 inoremap <buffer> <silent> ;eb <embed src="" width="" height=""> <noembed></noembed>k$5F"i  
 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"  
 inoremap <buffer> <silent> ;va <var></var>F<  
 inoremap <buffer> <silent> ;ul <ul> </ul>O  
 inoremap <buffer> <silent> ;tt <tt></tt>F<  
 inoremap <buffer> <silent> ;ti <title></title>F<  
 inoremap <buffer> <silent> ;sp <sup></sup>F<  
 inoremap <buffer> <silent> ;sb <sub></sub>F<  
 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"  
 inoremap <buffer> <silent> ;cs <style type="text/css"> <!-- --> </style>kO  
 inoremap <buffer> <silent> ;sm <small></small>F<  
 inoremap <buffer> <silent> ;sa <samp></samp>F<  
 inoremap <buffer> <silent> ;sk <strike></strike>F<  
 inoremap <buffer> <silent> ;qu <q></q>F<  
 inoremap <buffer> <silent> ;pr <pre> </pre>O  
 inoremap <buffer> <silent> ;/p </p>  <p>  
 inoremap <buffer> <silent> ;pp <p> </p>O  
 inoremap <buffer> <silent> ;ol <ol> </ol>O  
 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"  
 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"  
 inoremap <buffer> <silent> ;me <meta name="" content="">3F"  
 inoremap <buffer> <silent> ;lk <link href="">F"  
 inoremap <buffer> <silent> ;li <li></li>F<  
 inoremap <buffer> <silent> ;kb <kbd></kbd>F<  
 inoremap <buffer> <silent> ;ii <isindex>  
 inoremap <buffer> <silent> ;in <ins></ins>F<  
 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"  
 inoremap <buffer> <silent> ;im <img src="" alt="">3F"  
 inoremap <buffer> <silent> ;ht <html> </html>O  
 inoremap <buffer> <silent> ;Hr <hr width="75%">  
 inoremap <buffer> <silent> ;hr <hr>  
 inoremap <buffer> <silent> ;he <head> </head>O  
 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<  
 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<  
 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<  
 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<  
 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<  
 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<  
 inoremap <buffer> <silent> ;h6 <h6></h6>F<  
 inoremap <buffer> <silent> ;h5 <h5></h5>F<  
 inoremap <buffer> <silent> ;h4 <h4></h4>F<  
 inoremap <buffer> <silent> ;h3 <h3></h3>F<  
 inoremap <buffer> <silent> ;h2 <h2></h2>F<  
 inoremap <buffer> <silent> ;h1 <h1></h1>F<  
 inoremap <buffer> <silent> ;fc <font color=""></font>F"  
 inoremap <buffer> <silent> ;fo <font size=""></font>F"  
 inoremap <buffer> <silent> ;sn <span></span>F<  
 inoremap <buffer> <silent> ;dv <div> </div>O  
 inoremap <buffer> <silent> ;df <dfn></dfn>F<  
 inoremap <buffer> <silent> ;de <del></del>F<  
 inoremap <buffer> <silent> ;dd <dd></dd>F<  
 inoremap <buffer> <silent> ;dt <dt></dt>F<  
 inoremap <buffer> <silent> ;dl <dl> </dl>O  
 inoremap <buffer> <silent> ;co <code></code>F<  
 inoremap <buffer> <silent> ;ci <cite></cite>F<  
 inoremap <buffer> <silent> ;ce <center></center>F<  
 inoremap <buffer> <silent> ;br <br>  
 inoremap <buffer> <silent> ;bd <body> </body>O  
 inoremap <buffer> <silent> ;bl <blockquote> </blockquote>O  
 inoremap <buffer> <silent> ;bi <big></big>F<  
 inoremap <buffer> <silent> ;bh <base href="">F"  
 inoremap <buffer> <silent> ;ad <address></address>F<  
 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<  
 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"  
 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<  
 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"  
 inoremap <buffer> <silent> ;aN <a name="*"></a>F<  
 inoremap <buffer> <silent> ;an <a name=""></a>F"  
 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"  
 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"  
 inoremap <buffer> <silent> ;aH <a href="*"></a>F<  
 inoremap <buffer> <silent> ;ah <a href=""></a>F"  
 imap <buffer> <silent> ;s4 ;s4  
 imap <buffer> <silent> ;4 ;4  
 inoremap <buffer> <silent> ;mi :call MangleImageTag()  
 inoremap <buffer> <silent> ;            
 inoremap <buffer> <silent> ;& &  
 inoremap <buffer> <silent> ;; ;  
 setlocal keymap=  
 setlocal noarabic  
 setlocal autoindent  
 setlocal balloonexpr=  
 setlocal nobinary  
 setlocal bufhidden=  
 setlocal buflisted  
 setlocal buftype=  
 setlocal nocindent  
 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  
 setlocal cinoptions=  
 setlocal cinwords=if,else,while,do,for,switch  
 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  
 setlocal commentstring=/*%s*/  
 setlocal complete=.,w,b,u,t,i  
 setlocal completefunc=  
 setlocal nocopyindent  
 setlocal nocursorcolumn  
 setlocal nocursorline  
 setlocal define=  
 setlocal dictionary=  
 setlocal nodiff  
 setlocal equalprg=  
 setlocal errorformat=  
 setlocal noexpandtab  
 if &filetype != 'php'  
 setlocal filetype=php  
 endif  
 setlocal foldcolumn=0  
 setlocal foldenable  
 setlocal foldexpr=0  
 setlocal foldignore=#  
 setlocal foldlevel=0  
 setlocal foldmarker={{{,}}}  
 setlocal foldmethod=manual  
 setlocal foldminlines=1  
 setlocal foldnestmax=20  
 setlocal foldtext=foldtext()  
 setlocal formatexpr=  
 setlocal formatoptions=tcq  
 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  
 setlocal grepprg=  
 setlocal iminsert=2  
 setlocal imsearch=2  
 setlocal include=\\(require\\|include\\)\\(_once\\)\\?  
 setlocal includeexpr=  
 setlocal indentexpr=  
 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e  
 setlocal noinfercase  
 setlocal iskeyword=@,48-57,_,192-255  
 setlocal keywordprg=  
 setlocal nolinebreak  
 setlocal nolisp  
 setlocal nolist  
 setlocal makeprg=  
 setlocal matchpairs=(:),{:},[:],<:>  
 setlocal nomodeline  
 setlocal modifiable  
 setlocal nrformats=octal,hex  
 setlocal nonumber  
 setlocal numberwidth=4  
 setlocal omnifunc=phpcomplete#CompletePHP  
 setlocal path=  
 setlocal nopreserveindent  
 setlocal nopreviewwindow  
 setlocal quoteescape=\\  
 setlocal noreadonly  
 setlocal norightleft  
 setlocal rightleftcmd=search  
 setlocal noscrollbind  
 setlocal shiftwidth=8  
 setlocal noshortname  
 setlocal nosmartindent  
 setlocal softtabstop=0  
 setlocal nospell  
 setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  
 setlocal spellfile=  
 setlocal spelllang=en  
 setlocal statusline=  
 setlocal suffixesadd=  
 setlocal swapfile  
 setlocal synmaxcol=3000  
 if &syntax != 'php'  
 setlocal syntax=php  
 endif  
 setlocal tabstop=2  
 setlocal tags=  
 setlocal textwidth=0  
 setlocal thesaurus=  
 setlocal nowinfixheight  
 setlocal nowinfixwidth  
 setlocal wrap  
 setlocal wrapmargin=0  
 silent! normal! zE  
 let s:l = 1 - ((0 * winheight(0) + 11) / 23)  
9528  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
9529  exe s:l  exe s:l
9530  normal! zt  normal! zt
# Line 10311  setlocal nowinfixwidth Line 9921  setlocal nowinfixwidth
9921  setlocal wrap  setlocal wrap
9922  setlocal wrapmargin=0  setlocal wrapmargin=0
9923  silent! normal! zE  silent! normal! zE
9924  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 39)
9925  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
9926  exe s:l  exe s:l
9927  normal! zt  normal! zt
# Line 10419  setlocal nowinfixwidth Line 10029  setlocal nowinfixwidth
10029  setlocal wrap  setlocal wrap
10030  setlocal wrapmargin=0  setlocal wrapmargin=0
10031  silent! normal! zE  silent! normal! zE
10032  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
10033  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
10034  exe s:l  exe s:l
10035  normal! zt  normal! zt
# Line 10527  setlocal nowinfixwidth Line 10137  setlocal nowinfixwidth
10137  setlocal wrap  setlocal wrap
10138  setlocal wrapmargin=0  setlocal wrapmargin=0
10139  silent! normal! zE  silent! normal! zE
10140  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
10141  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
10142  exe s:l  exe s:l
10143  normal! zt  normal! zt
10144  1  1
10145  normal! 0  normal! 0
10146  tabedit ../.404.html  tabedit .404.html
10147  set splitbelow splitright  set splitbelow splitright
10148  set nosplitbelow  set nosplitbelow
10149  set nosplitright  set nosplitright
# Line 10541  wincmd t Line 10151  wincmd t
10151  set winheight=1 winwidth=1  set winheight=1 winwidth=1
10152  argglobal  argglobal
10153  29argu  29argu
10154    edit .404.html
10155  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10156  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10157  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
# Line 10920  setlocal nowinfixwidth Line 10531  setlocal nowinfixwidth
10531  setlocal wrap  setlocal wrap
10532  setlocal wrapmargin=0  setlocal wrapmargin=0
10533  silent! normal! zE  silent! normal! zE
10534  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
10535  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
10536  exe s:l  exe s:l
10537  normal! zt  normal! zt
10538  1  1
10539  normal! 0  normal! 0
10540  tabedit ../.news.php  tabedit .news.php
10541  set splitbelow splitright  set splitbelow splitright
10542  set nosplitbelow  set nosplitbelow
10543  set nosplitright  set nosplitright
# Line 10934  wincmd t Line 10545  wincmd t
10545  set winheight=1 winwidth=1  set winheight=1 winwidth=1
10546  argglobal  argglobal
10547  30argu  30argu
10548    edit .news.php
10549  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10550  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10551  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
# Line 11317  setlocal nowinfixwidth Line 10929  setlocal nowinfixwidth
10929  setlocal wrap  setlocal wrap
10930  setlocal wrapmargin=0  setlocal wrapmargin=0
10931  silent! normal! zE  silent! normal! zE
10932  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
10933  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
10934  exe s:l  exe s:l
10935  normal! zt  normal! zt
10936  1  1
10937  normal! 01l  normal! 01l
10938  tabedit ../.template.html  tabedit .template.html
10939  set splitbelow splitright  set splitbelow splitright
10940  set nosplitbelow  set nosplitbelow
10941  set nosplitright  set nosplitright
# Line 11331  wincmd t Line 10943  wincmd t
10943  set winheight=1 winwidth=1  set winheight=1 winwidth=1
10944  argglobal  argglobal
10945  31argu  31argu
10946    edit .template.html
10947  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10948  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10949  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
# Line 11710  setlocal nowinfixwidth Line 11323  setlocal nowinfixwidth
11323  setlocal wrap  setlocal wrap
11324  setlocal wrapmargin=0  setlocal wrapmargin=0
11325  silent! normal! zE  silent! normal! zE
11326  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
11327  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11328  exe s:l  exe s:l
11329  normal! zt  normal! zt
11330  1  1
11331  normal! 0  normal! 0
11332  tabedit ../2site  tabedit scripts/2site
11333  set splitbelow splitright  set splitbelow splitright
11334  set nosplitbelow  set nosplitbelow
11335  set nosplitright  set nosplitright
# Line 11724  wincmd t Line 11337  wincmd t
11337  set winheight=1 winwidth=1  set winheight=1 winwidth=1
11338  argglobal  argglobal
11339  32argu  32argu
11340    edit scripts/2site
11341  setlocal keymap=  setlocal keymap=
11342  setlocal noarabic  setlocal noarabic
11343  setlocal autoindent  setlocal autoindent
# Line 11766  setlocal formatexpr= Line 11380  setlocal formatexpr=
11380  setlocal formatoptions=tcq  setlocal formatoptions=tcq
11381  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11382  setlocal grepprg=  setlocal grepprg=
11383  setlocal iminsert=2  setlocal iminsert=0
11384  setlocal imsearch=2  setlocal imsearch=2
11385  setlocal include=  setlocal include=
11386  setlocal includeexpr=  setlocal includeexpr=
# Line 11818  setlocal nowinfixwidth Line 11432  setlocal nowinfixwidth
11432  setlocal wrap  setlocal wrap
11433  setlocal wrapmargin=0  setlocal wrapmargin=0
11434  silent! normal! zE  silent! normal! zE
11435  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 34 - ((33 * winheight(0) + 19) / 38)
11436  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11437  exe s:l  exe s:l
11438  normal! zt  normal! zt
11439  1  34
11440  normal! 0  normal! 0
11441  tabedit html2txt  tabedit scripts/html2html
11442  set splitbelow splitright  set splitbelow splitright
11443  set nosplitbelow  set nosplitbelow
11444  set nosplitright  set nosplitright
11445  wincmd t  wincmd t
11446  set winheight=1 winwidth=1  set winheight=1 winwidth=1
11447  argglobal  argglobal
11448  33argu  edit scripts/html2html
11449  setlocal keymap=  setlocal keymap=
11450  setlocal noarabic  setlocal noarabic
11451  setlocal autoindent  setlocal autoindent
# Line 11926  setlocal nowinfixwidth Line 11540  setlocal nowinfixwidth
11540  setlocal wrap  setlocal wrap
11541  setlocal wrapmargin=0  setlocal wrapmargin=0
11542  silent! normal! zE  silent! normal! zE
11543  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
11544    if s:l < 1 | let s:l = 1 | endif
11545    exe s:l
11546    normal! zt
11547    1
11548    normal! 0
11549    tabedit scripts/html2txt
11550    set splitbelow splitright
11551    set nosplitbelow
11552    set nosplitright
11553    wincmd t
11554    set winheight=1 winwidth=1
11555    argglobal
11556    edit scripts/html2txt
11557    setlocal keymap=
11558    setlocal noarabic
11559    setlocal autoindent
11560    setlocal balloonexpr=
11561    setlocal nobinary
11562    setlocal bufhidden=
11563    setlocal buflisted
11564    setlocal buftype=
11565    setlocal nocindent
11566    setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11567    setlocal cinoptions=
11568    setlocal cinwords=if,else,while,do,for,switch
11569    setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
11570    setlocal commentstring=#%s
11571    setlocal complete=.,w,b,u,t,i
11572    setlocal completefunc=
11573    setlocal nocopyindent
11574    setlocal nocursorcolumn
11575    setlocal nocursorline
11576    setlocal define=
11577    setlocal dictionary=
11578    setlocal nodiff
11579    setlocal equalprg=
11580    setlocal errorformat=
11581    setlocal noexpandtab
11582    if &filetype != 'sh'
11583    setlocal filetype=sh
11584    endif
11585    setlocal foldcolumn=0
11586    setlocal foldenable
11587    setlocal foldexpr=0
11588    setlocal foldignore=#
11589    setlocal foldlevel=0
11590    setlocal foldmarker={{{,}}}
11591    setlocal foldmethod=manual
11592    setlocal foldminlines=1
11593    setlocal foldnestmax=20
11594    setlocal foldtext=foldtext()
11595    setlocal formatexpr=
11596    setlocal formatoptions=tcq
11597    setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11598    setlocal grepprg=
11599    setlocal iminsert=0
11600    setlocal imsearch=2
11601    setlocal include=
11602    setlocal includeexpr=
11603    setlocal indentexpr=
11604    setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
11605    setlocal noinfercase
11606    setlocal iskeyword=@,48-57,_,192-255
11607    setlocal keywordprg=
11608    setlocal nolinebreak
11609    setlocal nolisp
11610    setlocal nolist
11611    setlocal makeprg=
11612    setlocal matchpairs=(:),{:},[:]
11613    setlocal nomodeline
11614    setlocal modifiable
11615    setlocal nrformats=octal,hex
11616    setlocal nonumber
11617    setlocal numberwidth=4
11618    setlocal omnifunc=
11619    setlocal path=
11620    setlocal nopreserveindent
11621    setlocal nopreviewwindow
11622    setlocal quoteescape=\\
11623    setlocal noreadonly
11624    setlocal norightleft
11625    setlocal rightleftcmd=search
11626    setlocal noscrollbind
11627    setlocal shiftwidth=8
11628    setlocal noshortname
11629    setlocal nosmartindent
11630    setlocal softtabstop=0
11631    setlocal nospell
11632    setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+
11633    setlocal spellfile=
11634    setlocal spelllang=en
11635    setlocal statusline=
11636    setlocal suffixesadd=
11637    setlocal swapfile
11638    setlocal synmaxcol=3000
11639    if &syntax != 'sh'
11640    setlocal syntax=sh
11641    endif
11642    setlocal tabstop=2
11643    setlocal tags=
11644    setlocal textwidth=0
11645    setlocal thesaurus=
11646    setlocal nowinfixheight
11647    setlocal nowinfixwidth
11648    setlocal wrap
11649    setlocal wrapmargin=0
11650    silent! normal! zE
11651    let s:l = 1 - ((0 * winheight(0) + 19) / 38)
11652  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11653  exe s:l  exe s:l
11654  normal! zt  normal! zt
11655  1  1
11656  normal! 0  normal! 0
11657    tabedit scripts/update-boot-params
11658    set splitbelow splitright
11659    set nosplitbelow
11660    set nosplitright
11661    wincmd t
11662    set winheight=1 winwidth=1
11663    argglobal
11664    33argu
11665    edit scripts/update-boot-params
11666    setlocal keymap=
11667    setlocal noarabic
11668    setlocal autoindent
11669    setlocal balloonexpr=
11670    setlocal nobinary
11671    setlocal bufhidden=
11672    setlocal buflisted
11673    setlocal buftype=
11674    setlocal nocindent
11675    setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11676    setlocal cinoptions=
11677    setlocal cinwords=if,else,while,do,for,switch
11678    setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
11679    setlocal commentstring=#%s
11680    setlocal complete=.,w,b,u,t,i
11681    setlocal completefunc=
11682    setlocal nocopyindent
11683    setlocal nocursorcolumn
11684    setlocal nocursorline
11685    setlocal define=
11686    setlocal dictionary=
11687    setlocal nodiff
11688    setlocal equalprg=
11689    setlocal errorformat=
11690    setlocal noexpandtab
11691    if &filetype != 'sh'
11692    setlocal filetype=sh
11693    endif
11694    setlocal foldcolumn=0
11695    setlocal foldenable
11696    setlocal foldexpr=0
11697    setlocal foldignore=#
11698    setlocal foldlevel=0
11699    setlocal foldmarker={{{,}}}
11700    setlocal foldmethod=manual
11701    setlocal foldminlines=1
11702    setlocal foldnestmax=20
11703    setlocal foldtext=foldtext()
11704    setlocal formatexpr=
11705    setlocal formatoptions=tcq
11706    setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11707    setlocal grepprg=
11708    setlocal iminsert=2
11709    setlocal imsearch=2
11710    setlocal include=
11711    setlocal includeexpr=
11712    setlocal indentexpr=
11713    setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
11714    setlocal noinfercase
11715    setlocal iskeyword=@,48-57,_,192-255
11716    setlocal keywordprg=
11717    setlocal nolinebreak
11718    setlocal nolisp
11719    setlocal nolist
11720    setlocal makeprg=
11721    setlocal matchpairs=(:),{:},[:]
11722    setlocal nomodeline
11723    setlocal modifiable
11724    setlocal nrformats=octal,hex
11725    setlocal nonumber
11726    setlocal numberwidth=4
11727    setlocal omnifunc=
11728    setlocal path=
11729    setlocal nopreserveindent
11730    setlocal nopreviewwindow
11731    setlocal quoteescape=\\
11732    setlocal noreadonly
11733    setlocal norightleft
11734    setlocal rightleftcmd=search
11735    setlocal noscrollbind
11736    setlocal shiftwidth=8
11737    setlocal noshortname
11738    setlocal nosmartindent
11739    setlocal softtabstop=0
11740    setlocal nospell
11741    setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+
11742    setlocal spellfile=
11743    setlocal spelllang=en
11744    setlocal statusline=
11745    setlocal suffixesadd=
11746    setlocal swapfile
11747    setlocal synmaxcol=3000
11748    if &syntax != 'sh'
11749    setlocal syntax=sh
11750    endif
11751    setlocal tabstop=2
11752    setlocal tags=
11753    setlocal textwidth=0
11754    setlocal thesaurus=
11755    setlocal nowinfixheight
11756    setlocal nowinfixwidth
11757    setlocal wrap
11758    setlocal wrapmargin=0
11759    silent! normal! zE
11760    let s:l = 2 - ((1 * winheight(0) + 19) / 38)
11761    if s:l < 1 | let s:l = 1 | endif
11762    exe s:l
11763    normal! zt
11764    2
11765    normal! 0
11766  tabedit ../chkNamedLinks  tabedit ../chkNamedLinks
11767  set splitbelow splitright  set splitbelow splitright
11768  set nosplitbelow  set nosplitbelow
# Line 11982  setlocal formatexpr= Line 11813  setlocal formatexpr=
11813  setlocal formatoptions=tcq  setlocal formatoptions=tcq
11814  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11815  setlocal grepprg=  setlocal grepprg=
11816  setlocal iminsert=2  setlocal iminsert=0
11817  setlocal imsearch=2  setlocal imsearch=2
11818  setlocal include=  setlocal include=
11819  setlocal includeexpr=  setlocal includeexpr=
# Line 12034  setlocal nowinfixwidth Line 11865  setlocal nowinfixwidth
11865  setlocal wrap  setlocal wrap
11866  setlocal wrapmargin=0  setlocal wrapmargin=0
11867  silent! normal! zE  silent! normal! zE
11868  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 2 - ((1 * winheight(0) + 19) / 38)
11869  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11870  exe s:l  exe s:l
11871  normal! zt  normal! zt
11872  1  2
11873  normal! 0  normal! 0
11874  tabnext 1  tabnext 33
11875  if exists('s:wipebuf')  if exists('s:wipebuf')
11876    silent exe 'bwipe ' . s:wipebuf    silent exe 'bwipe ' . s:wipebuf
11877  endif  endif

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26