/[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 47 by sng, Thu May 20 12:12:53 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 +0 .404.html
89    badd +0 .news.php
90    badd +0 .template.html
91    badd +0 scripts/2site
92    badd +0 scripts/html2txt
93    badd +0 scripts/update-boot-params
94  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
95  edit annex-a-devices.html  edit annex-a-devices.html
96  set splitbelow splitright  set splitbelow splitright
# Line 867  setlocal nowinfixwidth Line 873  setlocal nowinfixwidth
873  setlocal wrap  setlocal wrap
874  setlocal wrapmargin=0  setlocal wrapmargin=0
875  silent! normal! zE  silent! normal! zE
876  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
877  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
878  exe s:l  exe s:l
879  normal! zt  normal! zt
# Line 1260  setlocal nowinfixwidth Line 1266  setlocal nowinfixwidth
1266  setlocal wrap  setlocal wrap
1267  setlocal wrapmargin=0  setlocal wrapmargin=0
1268  silent! normal! zE  silent! normal! zE
1269  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
1270  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
1271  exe s:l  exe s:l
1272  normal! zt  normal! zt
# Line 1653  setlocal nowinfixwidth Line 1659  setlocal nowinfixwidth
1659  setlocal wrap  setlocal wrap
1660  setlocal wrapmargin=0  setlocal wrapmargin=0
1661  silent! normal! zE  silent! normal! zE
1662  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
1663  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
1664  exe s:l  exe s:l
1665  normal! zt  normal! zt
# Line 2046  setlocal nowinfixwidth Line 2052  setlocal nowinfixwidth
2052  setlocal wrap  setlocal wrap
2053  setlocal wrapmargin=0  setlocal wrapmargin=0
2054  silent! normal! zE  silent! normal! zE
2055  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
2056  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
2057  exe s:l  exe s:l
2058  normal! zt  normal! zt
# Line 2439  setlocal nowinfixwidth Line 2445  setlocal nowinfixwidth
2445  setlocal wrap  setlocal wrap
2446  setlocal wrapmargin=0  setlocal wrapmargin=0
2447  silent! normal! zE  silent! normal! zE
2448  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
2449  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
2450  exe s:l  exe s:l
2451  normal! zt  normal! zt
# Line 2832  setlocal nowinfixwidth Line 2838  setlocal nowinfixwidth
2838  setlocal wrap  setlocal wrap
2839  setlocal wrapmargin=0  setlocal wrapmargin=0
2840  silent! normal! zE  silent! normal! zE
2841  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
2842  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
2843  exe s:l  exe s:l
2844  normal! zt  normal! zt
# Line 3225  setlocal nowinfixwidth Line 3231  setlocal nowinfixwidth
3231  setlocal wrap  setlocal wrap
3232  setlocal wrapmargin=0  setlocal wrapmargin=0
3233  silent! normal! zE  silent! normal! zE
3234  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
3235  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
3236  exe s:l  exe s:l
3237  normal! zt  normal! zt
# Line 3618  setlocal nowinfixwidth Line 3624  setlocal nowinfixwidth
3624  setlocal wrap  setlocal wrap
3625  setlocal wrapmargin=0  setlocal wrapmargin=0
3626  silent! normal! zE  silent! normal! zE
3627  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
3628  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
3629  exe s:l  exe s:l
3630  normal! zt  normal! zt
# Line 4011  setlocal nowinfixwidth Line 4017  setlocal nowinfixwidth
4017  setlocal wrap  setlocal wrap
4018  setlocal wrapmargin=0  setlocal wrapmargin=0
4019  silent! normal! zE  silent! normal! zE
4020  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
4021  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
4022  exe s:l  exe s:l
4023  normal! zt  normal! zt
# Line 4404  setlocal nowinfixwidth Line 4410  setlocal nowinfixwidth
4410  setlocal wrap  setlocal wrap
4411  setlocal wrapmargin=0  setlocal wrapmargin=0
4412  silent! normal! zE  silent! normal! zE
4413  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
4414  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
4415  exe s:l  exe s:l
4416  normal! zt  normal! zt
# Line 4797  setlocal nowinfixwidth Line 4803  setlocal nowinfixwidth
4803  setlocal wrap  setlocal wrap
4804  setlocal wrapmargin=0  setlocal wrapmargin=0
4805  silent! normal! zE  silent! normal! zE
4806  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
4807  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
4808  exe s:l  exe s:l
4809  normal! zt  normal! zt
# Line 5190  setlocal nowinfixwidth Line 5196  setlocal nowinfixwidth
5196  setlocal wrap  setlocal wrap
5197  setlocal wrapmargin=0  setlocal wrapmargin=0
5198  silent! normal! zE  silent! normal! zE
5199  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
5200  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
5201  exe s:l  exe s:l
5202  normal! zt  normal! zt
# Line 5583  setlocal nowinfixwidth Line 5589  setlocal nowinfixwidth
5589  setlocal wrap  setlocal wrap
5590  setlocal wrapmargin=0  setlocal wrapmargin=0
5591  silent! normal! zE  silent! normal! zE
5592  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
5593  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
5594  exe s:l  exe s:l
5595  normal! zt  normal! zt
# Line 5976  setlocal nowinfixwidth Line 5982  setlocal nowinfixwidth
5982  setlocal wrap  setlocal wrap
5983  setlocal wrapmargin=0  setlocal wrapmargin=0
5984  silent! normal! zE  silent! normal! zE
5985  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
5986  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
5987  exe s:l  exe s:l
5988  normal! zt  normal! zt
# Line 6369  setlocal nowinfixwidth Line 6375  setlocal nowinfixwidth
6375  setlocal wrap  setlocal wrap
6376  setlocal wrapmargin=0  setlocal wrapmargin=0
6377  silent! normal! zE  silent! normal! zE
6378  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
6379  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
6380  exe s:l  exe s:l
6381  normal! zt  normal! zt
# Line 6762  setlocal nowinfixwidth Line 6768  setlocal nowinfixwidth
6768  setlocal wrap  setlocal wrap
6769  setlocal wrapmargin=0  setlocal wrapmargin=0
6770  silent! normal! zE  silent! normal! zE
6771  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
6772  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
6773  exe s:l  exe s:l
6774  normal! zt  normal! zt
# Line 7155  setlocal nowinfixwidth Line 7161  setlocal nowinfixwidth
7161  setlocal wrap  setlocal wrap
7162  setlocal wrapmargin=0  setlocal wrapmargin=0
7163  silent! normal! zE  silent! normal! zE
7164  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
7165  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
7166  exe s:l  exe s:l
7167  normal! zt  normal! zt
# Line 7548  setlocal nowinfixwidth Line 7554  setlocal nowinfixwidth
7554  setlocal wrap  setlocal wrap
7555  setlocal wrapmargin=0  setlocal wrapmargin=0
7556  silent! normal! zE  silent! normal! zE
7557  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
7558  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
7559  exe s:l  exe s:l
7560  normal! zt  normal! zt
# Line 7941  setlocal nowinfixwidth Line 7947  setlocal nowinfixwidth
7947  setlocal wrap  setlocal wrap
7948  setlocal wrapmargin=0  setlocal wrapmargin=0
7949  silent! normal! zE  silent! normal! zE
7950  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
7951  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
7952  exe s:l  exe s:l
7953  normal! zt  normal! zt
# Line 8334  setlocal nowinfixwidth Line 8340  setlocal nowinfixwidth
8340  setlocal wrap  setlocal wrap
8341  setlocal wrapmargin=0  setlocal wrapmargin=0
8342  silent! normal! zE  silent! normal! zE
8343  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
8344  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
8345  exe s:l  exe s:l
8346  normal! zt  normal! zt
# Line 8727  setlocal nowinfixwidth Line 8733  setlocal nowinfixwidth
8733  setlocal wrap  setlocal wrap
8734  setlocal wrapmargin=0  setlocal wrapmargin=0
8735  silent! normal! zE  silent! normal! zE
8736  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
8737  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
8738  exe s:l  exe s:l
8739  normal! zt  normal! zt
# Line 9120  setlocal nowinfixwidth Line 9126  setlocal nowinfixwidth
9126  setlocal wrap  setlocal wrap
9127  setlocal wrapmargin=0  setlocal wrapmargin=0
9128  silent! normal! zE  silent! normal! zE
9129  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
9130  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
9131  exe s:l  exe s:l
9132  normal! zt  normal! zt
# Line 9517  setlocal nowinfixwidth Line 9523  setlocal nowinfixwidth
9523  setlocal wrap  setlocal wrap
9524  setlocal wrapmargin=0  setlocal wrapmargin=0
9525  silent! normal! zE  silent! normal! zE
9526  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
 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)  
9527  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
9528  exe s:l  exe s:l
9529  normal! zt  normal! zt
# Line 10311  setlocal nowinfixwidth Line 9920  setlocal nowinfixwidth
9920  setlocal wrap  setlocal wrap
9921  setlocal wrapmargin=0  setlocal wrapmargin=0
9922  silent! normal! zE  silent! normal! zE
9923  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
9924  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
9925  exe s:l  exe s:l
9926  normal! zt  normal! zt
# Line 10419  setlocal nowinfixwidth Line 10028  setlocal nowinfixwidth
10028  setlocal wrap  setlocal wrap
10029  setlocal wrapmargin=0  setlocal wrapmargin=0
10030  silent! normal! zE  silent! normal! zE
10031  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
10032  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
10033  exe s:l  exe s:l
10034  normal! zt  normal! zt
# Line 10527  setlocal nowinfixwidth Line 10136  setlocal nowinfixwidth
10136  setlocal wrap  setlocal wrap
10137  setlocal wrapmargin=0  setlocal wrapmargin=0
10138  silent! normal! zE  silent! normal! zE
10139  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
10140  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
10141  exe s:l  exe s:l
10142  normal! zt  normal! zt
10143  1  1
10144  normal! 0  normal! 0
10145  tabedit ../.404.html  tabedit .404.html
10146  set splitbelow splitright  set splitbelow splitright
10147  set nosplitbelow  set nosplitbelow
10148  set nosplitright  set nosplitright
# Line 10541  wincmd t Line 10150  wincmd t
10150  set winheight=1 winwidth=1  set winheight=1 winwidth=1
10151  argglobal  argglobal
10152  29argu  29argu
10153    edit .404.html
10154  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10155  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10156  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
# Line 10920  setlocal nowinfixwidth Line 10530  setlocal nowinfixwidth
10530  setlocal wrap  setlocal wrap
10531  setlocal wrapmargin=0  setlocal wrapmargin=0
10532  silent! normal! zE  silent! normal! zE
10533  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
10534  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
10535  exe s:l  exe s:l
10536  normal! zt  normal! zt
10537  1  1
10538  normal! 0  normal! 0
10539  tabedit ../.news.php  tabedit .news.php
10540  set splitbelow splitright  set splitbelow splitright
10541  set nosplitbelow  set nosplitbelow
10542  set nosplitright  set nosplitright
# Line 10934  wincmd t Line 10544  wincmd t
10544  set winheight=1 winwidth=1  set winheight=1 winwidth=1
10545  argglobal  argglobal
10546  30argu  30argu
10547    edit .news.php
10548  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10549  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10550  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
# Line 11317  setlocal nowinfixwidth Line 10928  setlocal nowinfixwidth
10928  setlocal wrap  setlocal wrap
10929  setlocal wrapmargin=0  setlocal wrapmargin=0
10930  silent! normal! zE  silent! normal! zE
10931  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
10932  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
10933  exe s:l  exe s:l
10934  normal! zt  normal! zt
10935  1  1
10936  normal! 01l  normal! 01l
10937  tabedit ../.template.html  tabedit .template.html
10938  set splitbelow splitright  set splitbelow splitright
10939  set nosplitbelow  set nosplitbelow
10940  set nosplitright  set nosplitright
# Line 11331  wincmd t Line 10942  wincmd t
10942  set winheight=1 winwidth=1  set winheight=1 winwidth=1
10943  argglobal  argglobal
10944  31argu  31argu
10945    edit .template.html
10946  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10947  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10948  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
# Line 11710  setlocal nowinfixwidth Line 11322  setlocal nowinfixwidth
11322  setlocal wrap  setlocal wrap
11323  setlocal wrapmargin=0  setlocal wrapmargin=0
11324  silent! normal! zE  silent! normal! zE
11325  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
11326  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11327  exe s:l  exe s:l
11328  normal! zt  normal! zt
11329  1  1
11330  normal! 0  normal! 0
11331  tabedit ../2site  tabedit scripts/2site
11332  set splitbelow splitright  set splitbelow splitright
11333  set nosplitbelow  set nosplitbelow
11334  set nosplitright  set nosplitright
# Line 11724  wincmd t Line 11336  wincmd t
11336  set winheight=1 winwidth=1  set winheight=1 winwidth=1
11337  argglobal  argglobal
11338  32argu  32argu
11339    edit scripts/2site
11340  setlocal keymap=  setlocal keymap=
11341  setlocal noarabic  setlocal noarabic
11342  setlocal autoindent  setlocal autoindent
# Line 11818  setlocal nowinfixwidth Line 11431  setlocal nowinfixwidth
11431  setlocal wrap  setlocal wrap
11432  setlocal wrapmargin=0  setlocal wrapmargin=0
11433  silent! normal! zE  silent! normal! zE
11434  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
11435  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11436  exe s:l  exe s:l
11437  normal! zt  normal! zt
11438  1  1
11439  normal! 0  normal! 0
11440  tabedit html2txt  tabedit scripts/html2txt
11441  set splitbelow splitright  set splitbelow splitright
11442  set nosplitbelow  set nosplitbelow
11443  set nosplitright  set nosplitright
# Line 11832  wincmd t Line 11445  wincmd t
11445  set winheight=1 winwidth=1  set winheight=1 winwidth=1
11446  argglobal  argglobal
11447  33argu  33argu
11448    edit scripts/html2txt
11449  setlocal keymap=  setlocal keymap=
11450  setlocal noarabic  setlocal noarabic
11451  setlocal autoindent  setlocal autoindent
# Line 11845  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e Line 11459  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11459  setlocal cinoptions=  setlocal cinoptions=
11460  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
11461  setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-  setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
11462  setlocal commentstring=/*%s*/  setlocal commentstring=#%s
11463    setlocal complete=.,w,b,u,t,i
11464    setlocal completefunc=
11465    setlocal nocopyindent
11466    setlocal nocursorcolumn
11467    setlocal nocursorline
11468    setlocal define=
11469    setlocal dictionary=
11470    setlocal nodiff
11471    setlocal equalprg=
11472    setlocal errorformat=
11473    setlocal noexpandtab
11474    if &filetype != 'sh'
11475    setlocal filetype=sh
11476    endif
11477    setlocal foldcolumn=0
11478    setlocal foldenable
11479    setlocal foldexpr=0
11480    setlocal foldignore=#
11481    setlocal foldlevel=0
11482    setlocal foldmarker={{{,}}}
11483    setlocal foldmethod=manual
11484    setlocal foldminlines=1
11485    setlocal foldnestmax=20
11486    setlocal foldtext=foldtext()
11487    setlocal formatexpr=
11488    setlocal formatoptions=tcq
11489    setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11490    setlocal grepprg=
11491    setlocal iminsert=2
11492    setlocal imsearch=2
11493    setlocal include=
11494    setlocal includeexpr=
11495    setlocal indentexpr=
11496    setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
11497    setlocal noinfercase
11498    setlocal iskeyword=@,48-57,_,192-255
11499    setlocal keywordprg=
11500    setlocal nolinebreak
11501    setlocal nolisp
11502    setlocal nolist
11503    setlocal makeprg=
11504    setlocal matchpairs=(:),{:},[:]
11505    setlocal nomodeline
11506    setlocal modifiable
11507    setlocal nrformats=octal,hex
11508    setlocal nonumber
11509    setlocal numberwidth=4
11510    setlocal omnifunc=
11511    setlocal path=
11512    setlocal nopreserveindent
11513    setlocal nopreviewwindow
11514    setlocal quoteescape=\\
11515    setlocal noreadonly
11516    setlocal norightleft
11517    setlocal rightleftcmd=search
11518    setlocal noscrollbind
11519    setlocal shiftwidth=8
11520    setlocal noshortname
11521    setlocal nosmartindent
11522    setlocal softtabstop=0
11523    setlocal nospell
11524    setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+
11525    setlocal spellfile=
11526    setlocal spelllang=en
11527    setlocal statusline=
11528    setlocal suffixesadd=
11529    setlocal swapfile
11530    setlocal synmaxcol=3000
11531    if &syntax != 'sh'
11532    setlocal syntax=sh
11533    endif
11534    setlocal tabstop=2
11535    setlocal tags=
11536    setlocal textwidth=0
11537    setlocal thesaurus=
11538    setlocal nowinfixheight
11539    setlocal nowinfixwidth
11540    setlocal wrap
11541    setlocal wrapmargin=0
11542    silent! normal! zE
11543    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/update-boot-params
11550    set splitbelow splitright
11551    set nosplitbelow
11552    set nosplitright
11553    wincmd t
11554    set winheight=1 winwidth=1
11555    argglobal
11556    edit scripts/update-boot-params
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  setlocal complete=.,w,b,u,t,i
11572  setlocal completefunc=  setlocal completefunc=
11573  setlocal nocopyindent  setlocal nocopyindent
# Line 11857  setlocal nodiff Line 11579  setlocal nodiff
11579  setlocal equalprg=  setlocal equalprg=
11580  setlocal errorformat=  setlocal errorformat=
11581  setlocal noexpandtab  setlocal noexpandtab
11582  if &filetype != ''  if &filetype != 'sh'
11583  setlocal filetype=  setlocal filetype=sh
11584  endif  endif
11585  setlocal foldcolumn=0  setlocal foldcolumn=0
11586  setlocal foldenable  setlocal foldenable
# Line 11914  setlocal statusline= Line 11636  setlocal statusline=
11636  setlocal suffixesadd=  setlocal suffixesadd=
11637  setlocal swapfile  setlocal swapfile
11638  setlocal synmaxcol=3000  setlocal synmaxcol=3000
11639  if &syntax != ''  if &syntax != 'sh'
11640  setlocal syntax=  setlocal syntax=sh
11641  endif  endif
11642  setlocal tabstop=2  setlocal tabstop=2
11643  setlocal tags=  setlocal tags=
# Line 11926  setlocal nowinfixwidth Line 11648  setlocal nowinfixwidth
11648  setlocal wrap  setlocal wrap
11649  setlocal wrapmargin=0  setlocal wrapmargin=0
11650  silent! normal! zE  silent! normal! zE
11651  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  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
# Line 12034  setlocal nowinfixwidth Line 11756  setlocal nowinfixwidth
11756  setlocal wrap  setlocal wrap
11757  setlocal wrapmargin=0  setlocal wrapmargin=0
11758  silent! normal! zE  silent! normal! zE
11759  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
11760  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11761  exe s:l  exe s:l
11762  normal! zt  normal! zt
11763  1  1
11764  normal! 0  normal! 0
11765  tabnext 1  tabnext 34
11766  if exists('s:wipebuf')  if exists('s:wipebuf')
11767    silent exe 'bwipe ' . s:wipebuf    silent exe 'bwipe ' . s:wipebuf
11768  endif  endif

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26