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

Diff of /Documentation.vim

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

revision 116 by sng, Wed Aug 25 11:40:55 2010 UTC revision 117 by sng, Wed Sep 15 14:31:29 2010 UTC
# Line 59  if expand('%') == '' && !&modified && li Line 59  if expand('%') == '' && !&modified && li
59  endif  endif
60  set shortmess=aoO  set shortmess=aoO
61  badd +1 annex-a-devices.html  badd +1 annex-a-devices.html
62  badd +0 backup.html  badd +1 backup.html
63  badd +0 backup-smb.html  badd +1 backup-smb.html
64  badd +0 boot-params.html  badd +1 boot-params.html
65  badd +0 clonezilla.html  badd +1 clonezilla.html
66  badd +0 custom-cd.html  badd +1 custom-cd.html
67  badd +0 flash-backup.html  badd +1 flash-backup.html
68  badd +0 help.html  badd +1 help.html
69  badd +0 index.html  badd +1 index.html
70  badd +0 intro.html  badd +1 intro.html
71  badd +0 oldboot.html  badd +1 oldboot.html
72  badd +0 own-scripts.html  badd +1 own-scripts.html
73  badd +0 partitions.html  badd +1 partitions.html
74  badd +0 project.html  badd +1 project.html
75  badd +0 recover.html  badd +1 recover.html
76  badd +0 reloc-img.html  badd +1 reloc-img.html
77  badd +0 restoration.html  badd +1 restoration.html
78  badd +0 restore-burn.html  badd +1 restore-burn.html
79  badd +0 restore.html  badd +1 restore.html
80  badd +0 screenshots.html  badd +1 screenshots.html
81  badd +0 supergrubdisk.html  badd +1 supergrubdisk.html
82  badd +0 sysresccd.html  badd +1 sysresccd.html
83  badd +0 usb.html  badd +1 usb.html
84  badd +0 news.php  badd +1 news.php
85  badd +0 printable.php  badd +1 printable.php
86  badd +0 clonezilla-sysresccd.rss  badd +1 clonezilla-sysresccd.rss
87  badd +0 ../.htaccess  badd +1 ../.htaccess
88  badd +0 .404.html  badd +1 .404.html
89  badd +0 .news.php  badd +1 .news.php
90  badd +0 .template.html  badd +1 .template.html
91  badd +0 scripts/2site  badd +1 scripts/2site
92  badd +0 scripts/html2txt  badd +1 scripts/html2txt
93  badd +0 ../chkNamedLinks  badd +1 ../chkNamedLinks
94    badd +0 scripts/html2doc
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 printable.php clonezilla-sysresccd.rss ../.htaccess .404.html .news.php .template.html scripts/2site scripts/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 printable.php clonezilla-sysresccd.rss ../.htaccess .404.html .news.php .template.html scripts/2site scripts/html2txt ../chkNamedLinks
96  edit annex-a-devices.html  edit annex-a-devices.html
97  set splitbelow splitright  set splitbelow splitright
# Line 487  setlocal nowinfixwidth Line 488  setlocal nowinfixwidth
488  setlocal wrap  setlocal wrap
489  setlocal wrapmargin=0  setlocal wrapmargin=0
490  silent! normal! zE  silent! normal! zE
491  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
492  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
493  exe s:l  exe s:l
494  normal! zt  normal! zt
# Line 887  setlocal nowinfixwidth Line 888  setlocal nowinfixwidth
888  setlocal wrap  setlocal wrap
889  setlocal wrapmargin=0  setlocal wrapmargin=0
890  silent! normal! zE  silent! normal! zE
891  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
892  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
893  exe s:l  exe s:l
894  normal! zt  normal! zt
# Line 1287  setlocal nowinfixwidth Line 1288  setlocal nowinfixwidth
1288  setlocal wrap  setlocal wrap
1289  setlocal wrapmargin=0  setlocal wrapmargin=0
1290  silent! normal! zE  silent! normal! zE
1291  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
1292  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
1293  exe s:l  exe s:l
1294  normal! zt  normal! zt
# Line 1687  setlocal nowinfixwidth Line 1688  setlocal nowinfixwidth
1688  setlocal wrap  setlocal wrap
1689  setlocal wrapmargin=0  setlocal wrapmargin=0
1690  silent! normal! zE  silent! normal! zE
1691  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
1692  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
1693  exe s:l  exe s:l
1694  normal! zt  normal! zt
# Line 2087  setlocal nowinfixwidth Line 2088  setlocal nowinfixwidth
2088  setlocal wrap  setlocal wrap
2089  setlocal wrapmargin=0  setlocal wrapmargin=0
2090  silent! normal! zE  silent! normal! zE
2091  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
2092  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
2093  exe s:l  exe s:l
2094  normal! zt  normal! zt
# Line 2487  setlocal nowinfixwidth Line 2488  setlocal nowinfixwidth
2488  setlocal wrap  setlocal wrap
2489  setlocal wrapmargin=0  setlocal wrapmargin=0
2490  silent! normal! zE  silent! normal! zE
2491  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
2492  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
2493  exe s:l  exe s:l
2494  normal! zt  normal! zt
# Line 2887  setlocal nowinfixwidth Line 2888  setlocal nowinfixwidth
2888  setlocal wrap  setlocal wrap
2889  setlocal wrapmargin=0  setlocal wrapmargin=0
2890  silent! normal! zE  silent! normal! zE
2891  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
2892  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
2893  exe s:l  exe s:l
2894  normal! zt  normal! zt
# Line 8887  setlocal nowinfixwidth Line 8888  setlocal nowinfixwidth
8888  setlocal wrap  setlocal wrap
8889  setlocal wrapmargin=0  setlocal wrapmargin=0
8890  silent! normal! zE  silent! normal! zE
8891  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
8892  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
8893  exe s:l  exe s:l
8894  normal! zt  normal! zt
# Line 9287  setlocal nowinfixwidth Line 9288  setlocal nowinfixwidth
9288  setlocal wrap  setlocal wrap
9289  setlocal wrapmargin=0  setlocal wrapmargin=0
9290  silent! normal! zE  silent! normal! zE
9291  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
9292  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
9293  exe s:l  exe s:l
9294  normal! zt  normal! zt
# Line 9691  setlocal nowinfixwidth Line 9692  setlocal nowinfixwidth
9692  setlocal wrap  setlocal wrap
9693  setlocal wrapmargin=0  setlocal wrapmargin=0
9694  silent! normal! zE  silent! normal! zE
9695  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
9696  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
9697  exe s:l  exe s:l
9698  normal! zt  normal! zt
# Line 10095  setlocal nowinfixwidth Line 10096  setlocal nowinfixwidth
10096  setlocal wrap  setlocal wrap
10097  setlocal wrapmargin=0  setlocal wrapmargin=0
10098  silent! normal! zE  silent! normal! zE
10099  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
10100  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
10101  exe s:l  exe s:l
10102  normal! zt  normal! zt
# Line 10210  setlocal nowinfixwidth Line 10211  setlocal nowinfixwidth
10211  setlocal wrap  setlocal wrap
10212  setlocal wrapmargin=0  setlocal wrapmargin=0
10213  silent! normal! zE  silent! normal! zE
10214  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 32 - ((22 * winheight(0) + 19) / 38)
10215  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
10216  exe s:l  exe s:l
10217  normal! zt  normal! zt
10218  1  32
10219  normal! 0  normal! 05l
10220  tabedit ../.htaccess  tabedit ../.htaccess
10221  set splitbelow splitright  set splitbelow splitright
10222  set nosplitbelow  set nosplitbelow
# Line 11590  setlocal formatexpr= Line 11591  setlocal formatexpr=
11591  setlocal formatoptions=tcq  setlocal formatoptions=tcq
11592  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11593  setlocal grepprg=  setlocal grepprg=
11594  setlocal iminsert=2  setlocal iminsert=0
11595    setlocal imsearch=0
11596    setlocal include=
11597    setlocal includeexpr=
11598    setlocal indentexpr=
11599    setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
11600    setlocal noinfercase
11601    setlocal iskeyword=@,48-57,_,192-255
11602    setlocal keywordprg=
11603    setlocal nolinebreak
11604    setlocal nolisp
11605    setlocal nolist
11606    setlocal makeprg=
11607    setlocal matchpairs=(:),{:},[:]
11608    setlocal nomodeline
11609    setlocal modifiable
11610    setlocal nrformats=octal,hex
11611    setlocal nonumber
11612    setlocal numberwidth=4
11613    setlocal omnifunc=
11614    setlocal path=
11615    setlocal nopreserveindent
11616    setlocal nopreviewwindow
11617    setlocal quoteescape=\\
11618    setlocal noreadonly
11619    setlocal norelativenumber
11620    setlocal norightleft
11621    setlocal rightleftcmd=search
11622    setlocal noscrollbind
11623    setlocal shiftwidth=4
11624    setlocal noshortname
11625    setlocal nosmartindent
11626    setlocal softtabstop=0
11627    setlocal nospell
11628    setlocal spellcapcheck=
11629    setlocal spellfile=
11630    setlocal spelllang=en
11631    setlocal statusline=
11632    setlocal suffixesadd=
11633    setlocal swapfile
11634    setlocal synmaxcol=3000
11635    if &syntax != 'sh'
11636    setlocal syntax=sh
11637    endif
11638    setlocal tabstop=4
11639    setlocal tags=
11640    setlocal textwidth=0
11641    setlocal thesaurus=
11642    setlocal noundofile
11643    setlocal nowinfixheight
11644    setlocal nowinfixwidth
11645    setlocal wrap
11646    setlocal wrapmargin=0
11647    silent! normal! zE
11648    let s:l = 444 - ((7 * winheight(0) + 19) / 38)
11649    if s:l < 1 | let s:l = 1 | endif
11650    exe s:l
11651    normal! zt
11652    444
11653    normal! 09l
11654    tabedit scripts/html2doc
11655    set splitbelow splitright
11656    set nosplitbelow
11657    set nosplitright
11658    wincmd t
11659    set winheight=1 winwidth=1
11660    argglobal
11661    edit scripts/html2doc
11662    setlocal keymap=
11663    setlocal noarabic
11664    setlocal autoindent
11665    setlocal balloonexpr=
11666    setlocal nobinary
11667    setlocal bufhidden=
11668    setlocal buflisted
11669    setlocal buftype=
11670    setlocal nocindent
11671    setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11672    setlocal cinoptions=
11673    setlocal cinwords=if,else,while,do,for,switch
11674    setlocal colorcolumn=
11675    setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
11676    setlocal commentstring=#%s
11677    setlocal complete=.,w,b,u,t,i
11678    setlocal concealcursor=
11679    setlocal conceallevel=0
11680    setlocal completefunc=
11681    setlocal nocopyindent
11682    setlocal cryptmethod=
11683    setlocal nocursorbind
11684    setlocal nocursorcolumn
11685    setlocal nocursorline
11686    setlocal define=
11687    setlocal dictionary=
11688    setlocal nodiff
11689    setlocal equalprg=
11690    setlocal errorformat=
11691    setlocal expandtab
11692    if &filetype != 'sh'
11693    setlocal filetype=sh
11694    endif
11695    setlocal foldcolumn=0
11696    setlocal foldenable
11697    setlocal foldexpr=0
11698    setlocal foldignore=#
11699    setlocal foldlevel=0
11700    setlocal foldmarker={{{,}}}
11701    setlocal foldmethod=manual
11702    setlocal foldminlines=1
11703    setlocal foldnestmax=20
11704    setlocal foldtext=foldtext()
11705    setlocal formatexpr=
11706    setlocal formatoptions=tcq
11707    setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11708    setlocal grepprg=
11709    setlocal iminsert=0
11710  setlocal imsearch=2  setlocal imsearch=2
11711  setlocal include=  setlocal include=
11712  setlocal includeexpr=  setlocal includeexpr=
# Line 11644  setlocal nowinfixwidth Line 11760  setlocal nowinfixwidth
11760  setlocal wrap  setlocal wrap
11761  setlocal wrapmargin=0  setlocal wrapmargin=0
11762  silent! normal! zE  silent! normal! zE
11763  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 72 - ((26 * winheight(0) + 19) / 38)
11764  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11765  exe s:l  exe s:l
11766  normal! zt  normal! zt
11767  1  72
11768  normal! 0  normal! 025l
11769  tabedit scripts/html2txt  tabedit scripts/html2txt
11770  set splitbelow splitright  set splitbelow splitright
11771  set nosplitbelow  set nosplitbelow
# Line 11759  setlocal nowinfixwidth Line 11875  setlocal nowinfixwidth
11875  setlocal wrap  setlocal wrap
11876  setlocal wrapmargin=0  setlocal wrapmargin=0
11877  silent! normal! zE  silent! normal! zE
11878  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 38 - ((37 * winheight(0) + 19) / 38)
11879  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11880  exe s:l  exe s:l
11881  normal! zt  normal! zt
11882  1  38
11883  normal! 0  normal! 0
11884  tabedit ../chkNamedLinks  tabedit ../chkNamedLinks
11885  set splitbelow splitright  set splitbelow splitright

Legend:
Removed from v.116  
changed lines
  Added in v.117

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26