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

Diff of /Documentation.vim

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

revision 95 by sng, Fri Aug 13 14:09:29 2010 UTC revision 97 by sng, Sun Aug 15 19:57:21 2010 UTC
# Line 102  badd +1 scripts/update-boot-params Line 102  badd +1 scripts/update-boot-params
102  badd +1 scripts/html2html  badd +1 scripts/html2html
103  badd +4 scripts/html2offline  badd +4 scripts/html2offline
104  badd +1 scripts/html2doc  badd +1 scripts/html2doc
105  badd +0 download.html  badd +1 download.html
106    badd +0 scripts/create-iso-tree
107  args annex-a-devices.html backup.html backup-smb.html boot-params.html clonezilla.html custom-cd.html flash-backup.html help.html index.html intro.html oldboot.html own-scripts.html partitions.html project.html recover.html reloc-img.html restoration.html restore-burn.html restore.html screenshots.html supergrubdisk.html sysresccd.html usb.html news.php onepage.php printable.php clonezilla-sysresccd.rss ../.htaccess ../.404.html ../.news.php ../.template.html ../2site html2txt ../chkNamedLinks  args annex-a-devices.html backup.html backup-smb.html boot-params.html clonezilla.html custom-cd.html flash-backup.html help.html index.html intro.html oldboot.html own-scripts.html partitions.html project.html recover.html reloc-img.html restoration.html restore-burn.html restore.html screenshots.html supergrubdisk.html sysresccd.html usb.html news.php onepage.php printable.php clonezilla-sysresccd.rss ../.htaccess ../.404.html ../.news.php ../.template.html ../2site html2txt ../chkNamedLinks
108  edit annex-a-devices.html  edit annex-a-devices.html
109  set splitbelow splitright  set splitbelow splitright
# Line 492  setlocal nowinfixwidth Line 493  setlocal nowinfixwidth
493  setlocal wrap  setlocal wrap
494  setlocal wrapmargin=0  setlocal wrapmargin=0
495  silent! normal! zE  silent! normal! zE
496  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
497  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
498  exe s:l  exe s:l
499  normal! zt  normal! zt
# Line 885  setlocal nowinfixwidth Line 886  setlocal nowinfixwidth
886  setlocal wrap  setlocal wrap
887  setlocal wrapmargin=0  setlocal wrapmargin=0
888  silent! normal! zE  silent! normal! zE
889  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
890  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
891  exe s:l  exe s:l
892  normal! zt  normal! zt
# Line 1278  setlocal nowinfixwidth Line 1279  setlocal nowinfixwidth
1279  setlocal wrap  setlocal wrap
1280  setlocal wrapmargin=0  setlocal wrapmargin=0
1281  silent! normal! zE  silent! normal! zE
1282  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
1283  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
1284  exe s:l  exe s:l
1285  normal! zt  normal! zt
# Line 1671  setlocal nowinfixwidth Line 1672  setlocal nowinfixwidth
1672  setlocal wrap  setlocal wrap
1673  setlocal wrapmargin=0  setlocal wrapmargin=0
1674  silent! normal! zE  silent! normal! zE
1675  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
1676  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
1677  exe s:l  exe s:l
1678  normal! zt  normal! zt
# Line 2064  setlocal nowinfixwidth Line 2065  setlocal nowinfixwidth
2065  setlocal wrap  setlocal wrap
2066  setlocal wrapmargin=0  setlocal wrapmargin=0
2067  silent! normal! zE  silent! normal! zE
2068  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
2069  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
2070  exe s:l  exe s:l
2071  normal! zt  normal! zt
# Line 2457  setlocal nowinfixwidth Line 2458  setlocal nowinfixwidth
2458  setlocal wrap  setlocal wrap
2459  setlocal wrapmargin=0  setlocal wrapmargin=0
2460  silent! normal! zE  silent! normal! zE
2461  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
2462  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
2463  exe s:l  exe s:l
2464  normal! zt  normal! zt
# Line 2799  setlocal formatoptions=tcq Line 2800  setlocal formatoptions=tcq
2800  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
2801  setlocal grepprg=  setlocal grepprg=
2802  setlocal iminsert=0  setlocal iminsert=0
2803  setlocal imsearch=2  setlocal imsearch=0
2804  setlocal include=  setlocal include=
2805  setlocal includeexpr=  setlocal includeexpr=
2806  setlocal indentexpr=  setlocal indentexpr=
# Line 2850  setlocal nowinfixwidth Line 2851  setlocal nowinfixwidth
2851  setlocal wrap  setlocal wrap
2852  setlocal wrapmargin=0  setlocal wrapmargin=0
2853  silent! normal! zE  silent! normal! zE
2854  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 117 - ((6 * winheight(0) + 19) / 38)
2855  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
2856  exe s:l  exe s:l
2857  normal! zt  normal! zt
2858  1  117
2859  normal! 0  normal! 072l
2860  tabedit flash-backup.html  tabedit flash-backup.html
2861  set splitbelow splitright  set splitbelow splitright
2862  set nosplitbelow  set nosplitbelow
# Line 3243  setlocal nowinfixwidth Line 3244  setlocal nowinfixwidth
3244  setlocal wrap  setlocal wrap
3245  setlocal wrapmargin=0  setlocal wrapmargin=0
3246  silent! normal! zE  silent! normal! zE
3247  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
3248  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
3249  exe s:l  exe s:l
3250  normal! zt  normal! zt
# Line 4422  setlocal nowinfixwidth Line 4423  setlocal nowinfixwidth
4423  setlocal wrap  setlocal wrap
4424  setlocal wrapmargin=0  setlocal wrapmargin=0
4425  silent! normal! zE  silent! normal! zE
4426  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
4427  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
4428  exe s:l  exe s:l
4429  normal! zt  normal! zt
# Line 4815  setlocal nowinfixwidth Line 4816  setlocal nowinfixwidth
4816  setlocal wrap  setlocal wrap
4817  setlocal wrapmargin=0  setlocal wrapmargin=0
4818  silent! normal! zE  silent! normal! zE
4819  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
4820  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
4821  exe s:l  exe s:l
4822  normal! zt  normal! zt
# Line 5208  setlocal nowinfixwidth Line 5209  setlocal nowinfixwidth
5209  setlocal wrap  setlocal wrap
5210  setlocal wrapmargin=0  setlocal wrapmargin=0
5211  silent! normal! zE  silent! normal! zE
5212  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
5213  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
5214  exe s:l  exe s:l
5215  normal! zt  normal! zt
# Line 5994  setlocal nowinfixwidth Line 5995  setlocal nowinfixwidth
5995  setlocal wrap  setlocal wrap
5996  setlocal wrapmargin=0  setlocal wrapmargin=0
5997  silent! normal! zE  silent! normal! zE
5998  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
5999  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
6000  exe s:l  exe s:l
6001  normal! zt  normal! zt
# Line 6387  setlocal nowinfixwidth Line 6388  setlocal nowinfixwidth
6388  setlocal wrap  setlocal wrap
6389  setlocal wrapmargin=0  setlocal wrapmargin=0
6390  silent! normal! zE  silent! normal! zE
6391  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
6392  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
6393  exe s:l  exe s:l
6394  normal! zt  normal! zt
# Line 6780  setlocal nowinfixwidth Line 6781  setlocal nowinfixwidth
6781  setlocal wrap  setlocal wrap
6782  setlocal wrapmargin=0  setlocal wrapmargin=0
6783  silent! normal! zE  silent! normal! zE
6784  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
6785  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
6786  exe s:l  exe s:l
6787  normal! zt  normal! zt
# Line 7959  setlocal nowinfixwidth Line 7960  setlocal nowinfixwidth
7960  setlocal wrap  setlocal wrap
7961  setlocal wrapmargin=0  setlocal wrapmargin=0
7962  silent! normal! zE  silent! normal! zE
7963  let s:l = 242 - ((18 * winheight(0) + 19) / 38)  let s:l = 242 - ((0 * winheight(0) + 19) / 38)
7964  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
7965  exe s:l  exe s:l
7966  normal! zt  normal! zt
# Line 8352  setlocal nowinfixwidth Line 8353  setlocal nowinfixwidth
8353  setlocal wrap  setlocal wrap
8354  setlocal wrapmargin=0  setlocal wrapmargin=0
8355  silent! normal! zE  silent! normal! zE
8356  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
8357  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
8358  exe s:l  exe s:l
8359  normal! zt  normal! zt
# Line 8745  setlocal nowinfixwidth Line 8746  setlocal nowinfixwidth
8746  setlocal wrap  setlocal wrap
8747  setlocal wrapmargin=0  setlocal wrapmargin=0
8748  silent! normal! zE  silent! normal! zE
8749  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
8750  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
8751  exe s:l  exe s:l
8752  normal! zt  normal! zt
# Line 9138  setlocal nowinfixwidth Line 9139  setlocal nowinfixwidth
9139  setlocal wrap  setlocal wrap
9140  setlocal wrapmargin=0  setlocal wrapmargin=0
9141  silent! normal! zE  silent! normal! zE
9142  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
9143  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
9144  exe s:l  exe s:l
9145  normal! zt  normal! zt
# Line 9531  setlocal nowinfixwidth Line 9532  setlocal nowinfixwidth
9532  setlocal wrap  setlocal wrap
9533  setlocal wrapmargin=0  setlocal wrapmargin=0
9534  silent! normal! zE  silent! normal! zE
9535  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
9536  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
9537  exe s:l  exe s:l
9538  normal! zt  normal! zt
# Line 9928  setlocal nowinfixwidth Line 9929  setlocal nowinfixwidth
9929  setlocal wrap  setlocal wrap
9930  setlocal wrapmargin=0  setlocal wrapmargin=0
9931  silent! normal! zE  silent! normal! zE
9932  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
9933  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
9934  exe s:l  exe s:l
9935  normal! zt  normal! zt
# Line 10325  setlocal nowinfixwidth Line 10326  setlocal nowinfixwidth
10326  setlocal wrap  setlocal wrap
10327  setlocal wrapmargin=0  setlocal wrapmargin=0
10328  silent! normal! zE  silent! normal! zE
10329  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
10330  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
10331  exe s:l  exe s:l
10332  normal! zt  normal! zt
# Line 10433  setlocal nowinfixwidth Line 10434  setlocal nowinfixwidth
10434  setlocal wrap  setlocal wrap
10435  setlocal wrapmargin=0  setlocal wrapmargin=0
10436  silent! normal! zE  silent! normal! zE
10437  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
10438  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
10439  exe s:l  exe s:l
10440  normal! zt  normal! zt
# Line 10541  setlocal nowinfixwidth Line 10542  setlocal nowinfixwidth
10542  setlocal wrap  setlocal wrap
10543  setlocal wrapmargin=0  setlocal wrapmargin=0
10544  silent! normal! zE  silent! normal! zE
10545  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
10546  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
10547  exe s:l  exe s:l
10548  normal! zt  normal! zt
# Line 11733  exe s:l Line 11734  exe s:l
11734  normal! zt  normal! zt
11735  1  1
11736  normal! 0  normal! 0
11737    tabedit scripts/create-iso-tree
11738    set splitbelow splitright
11739    set nosplitbelow
11740    set nosplitright
11741    wincmd t
11742    set winheight=1 winwidth=1
11743    argglobal
11744    edit scripts/create-iso-tree
11745    setlocal keymap=
11746    setlocal noarabic
11747    setlocal autoindent
11748    setlocal balloonexpr=
11749    setlocal nobinary
11750    setlocal bufhidden=
11751    setlocal buflisted
11752    setlocal buftype=
11753    setlocal nocindent
11754    setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11755    setlocal cinoptions=
11756    setlocal cinwords=if,else,while,do,for,switch
11757    setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
11758    setlocal commentstring=/*%s*/
11759    setlocal complete=.,w,b,u,t,i
11760    setlocal completefunc=
11761    setlocal nocopyindent
11762    setlocal nocursorcolumn
11763    setlocal nocursorline
11764    setlocal define=
11765    setlocal dictionary=
11766    setlocal nodiff
11767    setlocal equalprg=
11768    setlocal errorformat=
11769    setlocal expandtab
11770    if &filetype != ''
11771    setlocal filetype=
11772    endif
11773    setlocal foldcolumn=0
11774    setlocal foldenable
11775    setlocal foldexpr=0
11776    setlocal foldignore=#
11777    setlocal foldlevel=0
11778    setlocal foldmarker={{{,}}}
11779    setlocal foldmethod=manual
11780    setlocal foldminlines=1
11781    setlocal foldnestmax=20
11782    setlocal foldtext=foldtext()
11783    setlocal formatexpr=
11784    setlocal formatoptions=tcq
11785    setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11786    setlocal grepprg=
11787    setlocal iminsert=0
11788    setlocal imsearch=2
11789    setlocal include=
11790    setlocal includeexpr=
11791    setlocal indentexpr=
11792    setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
11793    setlocal noinfercase
11794    setlocal iskeyword=@,48-57,_,192-255
11795    setlocal keywordprg=
11796    setlocal nolinebreak
11797    setlocal nolisp
11798    setlocal nolist
11799    setlocal makeprg=
11800    setlocal matchpairs=(:),{:},[:]
11801    setlocal nomodeline
11802    setlocal modifiable
11803    setlocal nrformats=octal,hex
11804    setlocal nonumber
11805    setlocal numberwidth=4
11806    setlocal omnifunc=
11807    setlocal path=
11808    setlocal nopreserveindent
11809    setlocal nopreviewwindow
11810    setlocal quoteescape=\\
11811    setlocal noreadonly
11812    setlocal norightleft
11813    setlocal rightleftcmd=search
11814    setlocal noscrollbind
11815    setlocal shiftwidth=4
11816    setlocal noshortname
11817    setlocal nosmartindent
11818    setlocal softtabstop=0
11819    setlocal nospell
11820    setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+
11821    setlocal spellfile=
11822    setlocal spelllang=en
11823    setlocal statusline=
11824    setlocal suffixesadd=
11825    setlocal swapfile
11826    setlocal synmaxcol=3000
11827    if &syntax != ''
11828    setlocal syntax=
11829    endif
11830    setlocal tabstop=2
11831    setlocal tags=
11832    setlocal textwidth=0
11833    setlocal thesaurus=
11834    setlocal nowinfixheight
11835    setlocal nowinfixwidth
11836    setlocal wrap
11837    setlocal wrapmargin=0
11838    silent! normal! zE
11839    let s:l = 2 - ((1 * winheight(0) + 19) / 38)
11840    if s:l < 1 | let s:l = 1 | endif
11841    exe s:l
11842    normal! zt
11843    2
11844    normal! 0
11845  tabedit scripts/2site  tabedit scripts/2site
11846  set splitbelow splitright  set splitbelow splitright
11847  set nosplitbelow  set nosplitbelow
# Line 11836  setlocal nowinfixwidth Line 11945  setlocal nowinfixwidth
11945  setlocal wrap  setlocal wrap
11946  setlocal wrapmargin=0  setlocal wrapmargin=0
11947  silent! normal! zE  silent! normal! zE
11948  let s:l = 142 - ((37 * winheight(0) + 19) / 38)  let s:l = 142 - ((21 * winheight(0) + 11) / 23)
11949  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11950  exe s:l  exe s:l
11951  normal! zt  normal! zt
# Line 11944  setlocal nowinfixwidth Line 12053  setlocal nowinfixwidth
12053  setlocal wrap  setlocal wrap
12054  setlocal wrapmargin=0  setlocal wrapmargin=0
12055  silent! normal! zE  silent! normal! zE
12056  let s:l = 23 - ((12 * winheight(0) + 11) / 23)  let s:l = 23 - ((0 * winheight(0) + 19) / 38)
12057  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
12058  exe s:l  exe s:l
12059  normal! zt  normal! zt
# Line 12053  setlocal nowinfixwidth Line 12162  setlocal nowinfixwidth
12162  setlocal wrap  setlocal wrap
12163  setlocal wrapmargin=0  setlocal wrapmargin=0
12164  silent! normal! zE  silent! normal! zE
12165  let s:l = 266 - ((14 * winheight(0) + 11) / 23)  let s:l = 266 - ((0 * winheight(0) + 19) / 38)
12166  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
12167  exe s:l  exe s:l
12168  normal! zt  normal! zt
# Line 12161  setlocal nowinfixwidth Line 12270  setlocal nowinfixwidth
12270  setlocal wrap  setlocal wrap
12271  setlocal wrapmargin=0  setlocal wrapmargin=0
12272  silent! normal! zE  silent! normal! zE
12273  let s:l = 2 - ((1 * winheight(0) + 11) / 23)  let s:l = 2 - ((0 * winheight(0) + 19) / 38)
12274  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
12275  exe s:l  exe s:l
12276  normal! zt  normal! zt
# Line 12269  setlocal nowinfixwidth Line 12378  setlocal nowinfixwidth
12378  setlocal wrap  setlocal wrap
12379  setlocal wrapmargin=0  setlocal wrapmargin=0
12380  silent! normal! zE  silent! normal! zE
12381  let s:l = 2 - ((0 * winheight(0) + 11) / 23)  let s:l = 2 - ((0 * winheight(0) + 19) / 38)
12382  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
12383  exe s:l  exe s:l
12384  normal! zt  normal! zt
12385  2  2
12386  normal! 0  normal! 0
12387  tabnext 7  tabnext 32
12388  if exists('s:wipebuf')  if exists('s:wipebuf')
12389    silent exe 'bwipe ' . s:wipebuf    silent exe 'bwipe ' . s:wipebuf
12390  endif  endif

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26