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

Diff of /Documentation.vim

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

revision 47 by sng, Thu May 20 12:12:53 2010 UTC revision 51 by sng, Thu May 20 16:05:47 2010 UTC
# Line 28  set fileencodings=ucs-bom,utf-8,default, Line 28  set fileencodings=ucs-bom,utf-8,default,
28  set guifont=Monospace\ 13  set guifont=Monospace\ 13
29  set helplang=el  set helplang=el
30  set history=50  set history=50
31    set iminsert=0
32  set nomodeline  set nomodeline
33  set mouse=a  set mouse=a
34  set pastetoggle=<F10>  set pastetoggle=<F10>
# Line 85  badd +1 ../.template.html Line 86  badd +1 ../.template.html
86  badd +1 ../2site  badd +1 ../2site
87  badd +1 html2txt  badd +1 html2txt
88  badd +1 ../chkNamedLinks  badd +1 ../chkNamedLinks
89  badd +0 .404.html  badd +1 .404.html
90  badd +0 .news.php  badd +1 .news.php
91  badd +0 .template.html  badd +1 .template.html
92  badd +0 scripts/2site  badd +1 scripts/2site
93  badd +0 scripts/html2txt  badd +2 scripts/html2txt
94  badd +0 scripts/update-boot-params  badd +1 scripts/update-boot-params
95    badd +1 scripts/html2html
96    badd +0 scripts/html2offline
97  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
98  edit annex-a-devices.html  edit annex-a-devices.html
99  set splitbelow splitright  set splitbelow splitright
# Line 480  setlocal nowinfixwidth Line 483  setlocal nowinfixwidth
483  setlocal wrap  setlocal wrap
484  setlocal wrapmargin=0  setlocal wrapmargin=0
485  silent! normal! zE  silent! normal! zE
486  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
487  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
488  exe s:l  exe s:l
489  normal! zt  normal! zt
# Line 873  setlocal nowinfixwidth Line 876  setlocal nowinfixwidth
876  setlocal wrap  setlocal wrap
877  setlocal wrapmargin=0  setlocal wrapmargin=0
878  silent! normal! zE  silent! normal! zE
879  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
880  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
881  exe s:l  exe s:l
882  normal! zt  normal! zt
# Line 1266  setlocal nowinfixwidth Line 1269  setlocal nowinfixwidth
1269  setlocal wrap  setlocal wrap
1270  setlocal wrapmargin=0  setlocal wrapmargin=0
1271  silent! normal! zE  silent! normal! zE
1272  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
1273  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
1274  exe s:l  exe s:l
1275  normal! zt  normal! zt
# Line 1659  setlocal nowinfixwidth Line 1662  setlocal nowinfixwidth
1662  setlocal wrap  setlocal wrap
1663  setlocal wrapmargin=0  setlocal wrapmargin=0
1664  silent! normal! zE  silent! normal! zE
1665  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
1666  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
1667  exe s:l  exe s:l
1668  normal! zt  normal! zt
# Line 2052  setlocal nowinfixwidth Line 2055  setlocal nowinfixwidth
2055  setlocal wrap  setlocal wrap
2056  setlocal wrapmargin=0  setlocal wrapmargin=0
2057  silent! normal! zE  silent! normal! zE
2058  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
2059  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
2060  exe s:l  exe s:l
2061  normal! zt  normal! zt
# Line 2445  setlocal nowinfixwidth Line 2448  setlocal nowinfixwidth
2448  setlocal wrap  setlocal wrap
2449  setlocal wrapmargin=0  setlocal wrapmargin=0
2450  silent! normal! zE  silent! normal! zE
2451  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
2452  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
2453  exe s:l  exe s:l
2454  normal! zt  normal! zt
# Line 2838  setlocal nowinfixwidth Line 2841  setlocal nowinfixwidth
2841  setlocal wrap  setlocal wrap
2842  setlocal wrapmargin=0  setlocal wrapmargin=0
2843  silent! normal! zE  silent! normal! zE
2844  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
2845  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
2846  exe s:l  exe s:l
2847  normal! zt  normal! zt
# Line 3231  setlocal nowinfixwidth Line 3234  setlocal nowinfixwidth
3234  setlocal wrap  setlocal wrap
3235  setlocal wrapmargin=0  setlocal wrapmargin=0
3236  silent! normal! zE  silent! normal! zE
3237  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
3238  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
3239  exe s:l  exe s:l
3240  normal! zt  normal! zt
# Line 3624  setlocal nowinfixwidth Line 3627  setlocal nowinfixwidth
3627  setlocal wrap  setlocal wrap
3628  setlocal wrapmargin=0  setlocal wrapmargin=0
3629  silent! normal! zE  silent! normal! zE
3630  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
3631  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
3632  exe s:l  exe s:l
3633  normal! zt  normal! zt
# Line 4017  setlocal nowinfixwidth Line 4020  setlocal nowinfixwidth
4020  setlocal wrap  setlocal wrap
4021  setlocal wrapmargin=0  setlocal wrapmargin=0
4022  silent! normal! zE  silent! normal! zE
4023  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
4024  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
4025  exe s:l  exe s:l
4026  normal! zt  normal! zt
# Line 4410  setlocal nowinfixwidth Line 4413  setlocal nowinfixwidth
4413  setlocal wrap  setlocal wrap
4414  setlocal wrapmargin=0  setlocal wrapmargin=0
4415  silent! normal! zE  silent! normal! zE
4416  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
4417  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
4418  exe s:l  exe s:l
4419  normal! zt  normal! zt
# Line 4803  setlocal nowinfixwidth Line 4806  setlocal nowinfixwidth
4806  setlocal wrap  setlocal wrap
4807  setlocal wrapmargin=0  setlocal wrapmargin=0
4808  silent! normal! zE  silent! normal! zE
4809  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
4810  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
4811  exe s:l  exe s:l
4812  normal! zt  normal! zt
# Line 5196  setlocal nowinfixwidth Line 5199  setlocal nowinfixwidth
5199  setlocal wrap  setlocal wrap
5200  setlocal wrapmargin=0  setlocal wrapmargin=0
5201  silent! normal! zE  silent! normal! zE
5202  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
5203  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
5204  exe s:l  exe s:l
5205  normal! zt  normal! zt
# Line 5589  setlocal nowinfixwidth Line 5592  setlocal nowinfixwidth
5592  setlocal wrap  setlocal wrap
5593  setlocal wrapmargin=0  setlocal wrapmargin=0
5594  silent! normal! zE  silent! normal! zE
5595  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
5596  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
5597  exe s:l  exe s:l
5598  normal! zt  normal! zt
# Line 5982  setlocal nowinfixwidth Line 5985  setlocal nowinfixwidth
5985  setlocal wrap  setlocal wrap
5986  setlocal wrapmargin=0  setlocal wrapmargin=0
5987  silent! normal! zE  silent! normal! zE
5988  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
5989  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
5990  exe s:l  exe s:l
5991  normal! zt  normal! zt
# Line 6375  setlocal nowinfixwidth Line 6378  setlocal nowinfixwidth
6378  setlocal wrap  setlocal wrap
6379  setlocal wrapmargin=0  setlocal wrapmargin=0
6380  silent! normal! zE  silent! normal! zE
6381  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
6382  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
6383  exe s:l  exe s:l
6384  normal! zt  normal! zt
# Line 6768  setlocal nowinfixwidth Line 6771  setlocal nowinfixwidth
6771  setlocal wrap  setlocal wrap
6772  setlocal wrapmargin=0  setlocal wrapmargin=0
6773  silent! normal! zE  silent! normal! zE
6774  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
6775  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
6776  exe s:l  exe s:l
6777  normal! zt  normal! zt
# Line 7161  setlocal nowinfixwidth Line 7164  setlocal nowinfixwidth
7164  setlocal wrap  setlocal wrap
7165  setlocal wrapmargin=0  setlocal wrapmargin=0
7166  silent! normal! zE  silent! normal! zE
7167  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
7168  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
7169  exe s:l  exe s:l
7170  normal! zt  normal! zt
# Line 7554  setlocal nowinfixwidth Line 7557  setlocal nowinfixwidth
7557  setlocal wrap  setlocal wrap
7558  setlocal wrapmargin=0  setlocal wrapmargin=0
7559  silent! normal! zE  silent! normal! zE
7560  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
7561  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
7562  exe s:l  exe s:l
7563  normal! zt  normal! zt
# Line 7947  setlocal nowinfixwidth Line 7950  setlocal nowinfixwidth
7950  setlocal wrap  setlocal wrap
7951  setlocal wrapmargin=0  setlocal wrapmargin=0
7952  silent! normal! zE  silent! normal! zE
7953  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
7954  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
7955  exe s:l  exe s:l
7956  normal! zt  normal! zt
# Line 8340  setlocal nowinfixwidth Line 8343  setlocal nowinfixwidth
8343  setlocal wrap  setlocal wrap
8344  setlocal wrapmargin=0  setlocal wrapmargin=0
8345  silent! normal! zE  silent! normal! zE
8346  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
8347  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
8348  exe s:l  exe s:l
8349  normal! zt  normal! zt
# Line 8733  setlocal nowinfixwidth Line 8736  setlocal nowinfixwidth
8736  setlocal wrap  setlocal wrap
8737  setlocal wrapmargin=0  setlocal wrapmargin=0
8738  silent! normal! zE  silent! normal! zE
8739  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
8740  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
8741  exe s:l  exe s:l
8742  normal! zt  normal! zt
# Line 9126  setlocal nowinfixwidth Line 9129  setlocal nowinfixwidth
9129  setlocal wrap  setlocal wrap
9130  setlocal wrapmargin=0  setlocal wrapmargin=0
9131  silent! normal! zE  silent! normal! zE
9132  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
9133  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
9134  exe s:l  exe s:l
9135  normal! zt  normal! zt
# Line 9523  setlocal nowinfixwidth Line 9526  setlocal nowinfixwidth
9526  setlocal wrap  setlocal wrap
9527  setlocal wrapmargin=0  setlocal wrapmargin=0
9528  silent! normal! zE  silent! normal! zE
9529  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
9530  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
9531  exe s:l  exe s:l
9532  normal! zt  normal! zt
# Line 9920  setlocal nowinfixwidth Line 9923  setlocal nowinfixwidth
9923  setlocal wrap  setlocal wrap
9924  setlocal wrapmargin=0  setlocal wrapmargin=0
9925  silent! normal! zE  silent! normal! zE
9926  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
9927  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
9928  exe s:l  exe s:l
9929  normal! zt  normal! zt
# Line 10028  setlocal nowinfixwidth Line 10031  setlocal nowinfixwidth
10031  setlocal wrap  setlocal wrap
10032  setlocal wrapmargin=0  setlocal wrapmargin=0
10033  silent! normal! zE  silent! normal! zE
10034  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
10035  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
10036  exe s:l  exe s:l
10037  normal! zt  normal! zt
# Line 10136  setlocal nowinfixwidth Line 10139  setlocal nowinfixwidth
10139  setlocal wrap  setlocal wrap
10140  setlocal wrapmargin=0  setlocal wrapmargin=0
10141  silent! normal! zE  silent! normal! zE
10142  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
10143  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
10144  exe s:l  exe s:l
10145  normal! zt  normal! zt
# Line 10530  setlocal nowinfixwidth Line 10533  setlocal nowinfixwidth
10533  setlocal wrap  setlocal wrap
10534  setlocal wrapmargin=0  setlocal wrapmargin=0
10535  silent! normal! zE  silent! normal! zE
10536  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
10537  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
10538  exe s:l  exe s:l
10539  normal! zt  normal! zt
# Line 10928  setlocal nowinfixwidth Line 10931  setlocal nowinfixwidth
10931  setlocal wrap  setlocal wrap
10932  setlocal wrapmargin=0  setlocal wrapmargin=0
10933  silent! normal! zE  silent! normal! zE
10934  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
10935  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
10936  exe s:l  exe s:l
10937  normal! zt  normal! zt
# Line 11322  setlocal nowinfixwidth Line 11325  setlocal nowinfixwidth
11325  setlocal wrap  setlocal wrap
11326  setlocal wrapmargin=0  setlocal wrapmargin=0
11327  silent! normal! zE  silent! normal! zE
11328  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
11329  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11330  exe s:l  exe s:l
11331  normal! zt  normal! zt
# Line 11379  setlocal formatexpr= Line 11382  setlocal formatexpr=
11382  setlocal formatoptions=tcq  setlocal formatoptions=tcq
11383  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11384  setlocal grepprg=  setlocal grepprg=
11385  setlocal iminsert=2  setlocal iminsert=0
11386  setlocal imsearch=2  setlocal imsearch=2
11387  setlocal include=  setlocal include=
11388  setlocal includeexpr=  setlocal includeexpr=
# Line 11431  setlocal nowinfixwidth Line 11434  setlocal nowinfixwidth
11434  setlocal wrap  setlocal wrap
11435  setlocal wrapmargin=0  setlocal wrapmargin=0
11436  silent! normal! zE  silent! normal! zE
11437  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 34 - ((0 * winheight(0) + 19) / 38)
11438  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11439  exe s:l  exe s:l
11440  normal! zt  normal! zt
11441  1  34
11442  normal! 0  normal! 0
11443    tabedit scripts/html2offline
11444    set splitbelow splitright
11445    set nosplitbelow
11446    set nosplitright
11447    wincmd t
11448    set winheight=1 winwidth=1
11449    argglobal
11450    edit scripts/html2offline
11451    setlocal keymap=
11452    setlocal noarabic
11453    setlocal autoindent
11454    setlocal balloonexpr=
11455    setlocal nobinary
11456    setlocal bufhidden=
11457    setlocal buflisted
11458    setlocal buftype=
11459    setlocal nocindent
11460    setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11461    setlocal cinoptions=
11462    setlocal cinwords=if,else,while,do,for,switch
11463    setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
11464    setlocal commentstring=#%s
11465    setlocal complete=.,w,b,u,t,i
11466    setlocal completefunc=
11467    setlocal nocopyindent
11468    setlocal nocursorcolumn
11469    setlocal nocursorline
11470    setlocal define=
11471    setlocal dictionary=
11472    setlocal nodiff
11473    setlocal equalprg=
11474    setlocal errorformat=
11475    setlocal noexpandtab
11476    if &filetype != 'sh'
11477    setlocal filetype=sh
11478    endif
11479    setlocal foldcolumn=0
11480    setlocal foldenable
11481    setlocal foldexpr=0
11482    setlocal foldignore=#
11483    setlocal foldlevel=0
11484    setlocal foldmarker={{{,}}}
11485    setlocal foldmethod=manual
11486    setlocal foldminlines=1
11487    setlocal foldnestmax=20
11488    setlocal foldtext=foldtext()
11489    setlocal formatexpr=
11490    setlocal formatoptions=tcq
11491    setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11492    setlocal grepprg=
11493    setlocal iminsert=0
11494    setlocal imsearch=2
11495    setlocal include=
11496    setlocal includeexpr=
11497    setlocal indentexpr=
11498    setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
11499    setlocal noinfercase
11500    setlocal iskeyword=@,48-57,_,192-255
11501    setlocal keywordprg=
11502    setlocal nolinebreak
11503    setlocal nolisp
11504    setlocal nolist
11505    setlocal makeprg=
11506    setlocal matchpairs=(:),{:},[:]
11507    setlocal nomodeline
11508    setlocal modifiable
11509    setlocal nrformats=octal,hex
11510    setlocal nonumber
11511    setlocal numberwidth=4
11512    setlocal omnifunc=
11513    setlocal path=
11514    setlocal nopreserveindent
11515    setlocal nopreviewwindow
11516    setlocal quoteescape=\\
11517    setlocal noreadonly
11518    setlocal norightleft
11519    setlocal rightleftcmd=search
11520    setlocal noscrollbind
11521    setlocal shiftwidth=8
11522    setlocal noshortname
11523    setlocal nosmartindent
11524    setlocal softtabstop=0
11525    setlocal nospell
11526    setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+
11527    setlocal spellfile=
11528    setlocal spelllang=en
11529    setlocal statusline=
11530    setlocal suffixesadd=
11531    setlocal swapfile
11532    setlocal synmaxcol=3000
11533    if &syntax != 'sh'
11534    setlocal syntax=sh
11535    endif
11536    setlocal tabstop=2
11537    setlocal tags=
11538    setlocal textwidth=0
11539    setlocal thesaurus=
11540    setlocal nowinfixheight
11541    setlocal nowinfixwidth
11542    setlocal wrap
11543    setlocal wrapmargin=0
11544    silent! normal! zE
11545    let s:l = 4 - ((3 * winheight(0) + 19) / 38)
11546    if s:l < 1 | let s:l = 1 | endif
11547    exe s:l
11548    normal! zt
11549    4
11550    normal! 063l
11551  tabedit scripts/html2txt  tabedit scripts/html2txt
11552  set splitbelow splitright  set splitbelow splitright
11553  set nosplitbelow  set nosplitbelow
# Line 11444  set nosplitright Line 11555  set nosplitright
11555  wincmd t  wincmd t
11556  set winheight=1 winwidth=1  set winheight=1 winwidth=1
11557  argglobal  argglobal
 33argu  
11558  edit scripts/html2txt  edit scripts/html2txt
11559  setlocal keymap=  setlocal keymap=
11560  setlocal noarabic  setlocal noarabic
# Line 11488  setlocal formatexpr= Line 11598  setlocal formatexpr=
11598  setlocal formatoptions=tcq  setlocal formatoptions=tcq
11599  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11600  setlocal grepprg=  setlocal grepprg=
11601  setlocal iminsert=2  setlocal iminsert=0
11602  setlocal imsearch=2  setlocal imsearch=2
11603  setlocal include=  setlocal include=
11604  setlocal includeexpr=  setlocal includeexpr=
# Line 11553  set nosplitright Line 11663  set nosplitright
11663  wincmd t  wincmd t
11664  set winheight=1 winwidth=1  set winheight=1 winwidth=1
11665  argglobal  argglobal
11666    33argu
11667  edit scripts/update-boot-params  edit scripts/update-boot-params
11668  setlocal keymap=  setlocal keymap=
11669  setlocal noarabic  setlocal noarabic
# Line 11648  setlocal nowinfixwidth Line 11759  setlocal nowinfixwidth
11759  setlocal wrap  setlocal wrap
11760  setlocal wrapmargin=0  setlocal wrapmargin=0
11761  silent! normal! zE  silent! normal! zE
11762  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 2 - ((0 * winheight(0) + 19) / 38)
11763  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11764  exe s:l  exe s:l
11765  normal! zt  normal! zt
11766  1  2
11767  normal! 0  normal! 0
11768  tabedit ../chkNamedLinks  tabedit ../chkNamedLinks
11769  set splitbelow splitright  set splitbelow splitright
# Line 11704  setlocal formatexpr= Line 11815  setlocal formatexpr=
11815  setlocal formatoptions=tcq  setlocal formatoptions=tcq
11816  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11817  setlocal grepprg=  setlocal grepprg=
11818  setlocal iminsert=2  setlocal iminsert=0
11819  setlocal imsearch=2  setlocal imsearch=2
11820  setlocal include=  setlocal include=
11821  setlocal includeexpr=  setlocal includeexpr=
# Line 11756  setlocal nowinfixwidth Line 11867  setlocal nowinfixwidth
11867  setlocal wrap  setlocal wrap
11868  setlocal wrapmargin=0  setlocal wrapmargin=0
11869  silent! normal! zE  silent! normal! zE
11870  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 2 - ((0 * winheight(0) + 19) / 38)
11871  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11872  exe s:l  exe s:l
11873  normal! zt  normal! zt
11874  1  2
11875  normal! 0  normal! 0
11876  tabnext 34  tabnext 32
11877  if exists('s:wipebuf')  if exists('s:wipebuf')
11878    silent exe 'bwipe ' . s:wipebuf    silent exe 'bwipe ' . s:wipebuf
11879  endif  endif

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26