/[clonezilla-sysresccd]/scripts-to-create-iso.vim
ViewVC logotype

Diff of /scripts-to-create-iso.vim

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

revision 63 by sng, Wed May 26 20:30:21 2010 UTC revision 64 by sng, Fri May 28 09:47:17 2010 UTC
# Line 42  set tabpagemax=1000 Line 42  set tabpagemax=1000
42  set tabstop=2  set tabstop=2
43  set termencoding=utf-8  set termencoding=utf-8
44  set wildmenu  set wildmenu
45    set window=38
46  let s:so_save = &so | let s:siso_save = &siso | set so=0 siso=0  let s:so_save = &so | let s:siso_save = &siso | set so=0 siso=0
47  let v:this_session=expand("<sfile>:p")  let v:this_session=expand("<sfile>:p")
48  silent only  silent only
# Line 51  if expand('%') == '' && !&modified && li Line 52  if expand('%') == '' && !&modified && li
52  endif  endif
53  set shortmess=aoO  set shortmess=aoO
54  badd +1 create-clonezilla-sysresccd.sh  badd +1 create-clonezilla-sysresccd.sh
55  badd +0 patch-clonezilla-sysresccd.sh  badd +1 patch-clonezilla-sysresccd.sh
56  badd +0 continue-multi-cd  badd +1 continue-multi-cd
57  badd +0 profiles.conf  badd +1 profiles.conf
58  badd +0 ChangeLog  badd +1 ChangeLog
59    badd +0 files/prerun.normal
60    badd +0 files/prerun.toram
61    badd +0 continue-multi-cd.sh
62  args create-clonezilla-sysresccd.sh patch-clonezilla-sysresccd.sh continue-multi-cd profiles.conf ChangeLog  args create-clonezilla-sysresccd.sh patch-clonezilla-sysresccd.sh continue-multi-cd profiles.conf ChangeLog
63  edit create-clonezilla-sysresccd.sh  edit create-clonezilla-sysresccd.sh
64  set splitbelow splitright  set splitbelow splitright
# Line 105  setlocal formatexpr= Line 109  setlocal formatexpr=
109  setlocal formatoptions=tcq  setlocal formatoptions=tcq
110  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
111  setlocal grepprg=  setlocal grepprg=
112  setlocal iminsert=2  setlocal iminsert=0
113  setlocal imsearch=2  setlocal imsearch=0
114  setlocal include=  setlocal include=
115  setlocal includeexpr=  setlocal includeexpr=
116  setlocal indentexpr=  setlocal indentexpr=
# Line 157  setlocal nowinfixwidth Line 161  setlocal nowinfixwidth
161  setlocal wrap  setlocal wrap
162  setlocal wrapmargin=0  setlocal wrapmargin=0
163  silent! normal! zE  silent! normal! zE
164  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 686 - ((18 * winheight(0) + 19) / 38)
165  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
166  exe s:l  exe s:l
167  normal! zt  normal! zt
168  1  686
169  normal! 0  normal! 02l
170  tabedit patch-clonezilla-sysresccd.sh  tabedit patch-clonezilla-sysresccd.sh
171  set splitbelow splitright  set splitbelow splitright
172  set nosplitbelow  set nosplitbelow
# Line 213  setlocal formatexpr= Line 217  setlocal formatexpr=
217  setlocal formatoptions=tcq  setlocal formatoptions=tcq
218  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
219  setlocal grepprg=  setlocal grepprg=
220  setlocal iminsert=2  setlocal iminsert=0
221  setlocal imsearch=2  setlocal imsearch=0
222  setlocal include=  setlocal include=
223  setlocal includeexpr=  setlocal includeexpr=
224  setlocal indentexpr=  setlocal indentexpr=
# Line 265  setlocal nowinfixwidth Line 269  setlocal nowinfixwidth
269  setlocal wrap  setlocal wrap
270  setlocal wrapmargin=0  setlocal wrapmargin=0
271  silent! normal! zE  silent! normal! zE
272  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 247 - ((18 * winheight(0) + 19) / 38)
273  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
274  exe s:l  exe s:l
275  normal! zt  normal! zt
276  1  247
277  normal! 0  normal! 034l
278  tabedit continue-multi-cd  tabedit continue-multi-cd.sh
279  set splitbelow splitright  set splitbelow splitright
280  set nosplitbelow  set nosplitbelow
281  set nosplitright  set nosplitright
# Line 279  wincmd t Line 283  wincmd t
283  set winheight=1 winwidth=1  set winheight=1 winwidth=1
284  argglobal  argglobal
285  3argu  3argu
286    edit continue-multi-cd.sh
287  setlocal keymap=  setlocal keymap=
288  setlocal noarabic  setlocal noarabic
289  setlocal autoindent  setlocal autoindent
# Line 373  setlocal nowinfixwidth Line 378  setlocal nowinfixwidth
378  setlocal wrap  setlocal wrap
379  setlocal wrapmargin=0  setlocal wrapmargin=0
380  silent! normal! zE  silent! normal! zE
381  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
382  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
383  exe s:l  exe s:l
384  normal! zt  normal! zt
385  1  1
386  normal! 0  normal! 0
387    tabedit files/prerun.normal
388    set splitbelow splitright
389    set nosplitbelow
390    set nosplitright
391    wincmd t
392    set winheight=1 winwidth=1
393    argglobal
394    edit files/prerun.normal
395    setlocal keymap=
396    setlocal noarabic
397    setlocal autoindent
398    setlocal balloonexpr=
399    setlocal nobinary
400    setlocal bufhidden=
401    setlocal buflisted
402    setlocal buftype=
403    setlocal nocindent
404    setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
405    setlocal cinoptions=
406    setlocal cinwords=if,else,while,do,for,switch
407    setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
408    setlocal commentstring=#%s
409    setlocal complete=.,w,b,u,t,i
410    setlocal completefunc=
411    setlocal nocopyindent
412    setlocal nocursorcolumn
413    setlocal nocursorline
414    setlocal define=
415    setlocal dictionary=
416    setlocal nodiff
417    setlocal equalprg=
418    setlocal errorformat=
419    setlocal noexpandtab
420    if &filetype != 'sh'
421    setlocal filetype=sh
422    endif
423    setlocal foldcolumn=0
424    setlocal foldenable
425    setlocal foldexpr=0
426    setlocal foldignore=#
427    setlocal foldlevel=0
428    setlocal foldmarker={{{,}}}
429    setlocal foldmethod=manual
430    setlocal foldminlines=1
431    setlocal foldnestmax=20
432    setlocal foldtext=foldtext()
433    setlocal formatexpr=
434    setlocal formatoptions=tcq
435    setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
436    setlocal grepprg=
437    setlocal iminsert=0
438    setlocal imsearch=2
439    setlocal include=
440    setlocal includeexpr=
441    setlocal indentexpr=
442    setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
443    setlocal noinfercase
444    setlocal iskeyword=@,48-57,_,192-255
445    setlocal keywordprg=
446    setlocal nolinebreak
447    setlocal nolisp
448    setlocal nolist
449    setlocal makeprg=
450    setlocal matchpairs=(:),{:},[:]
451    setlocal nomodeline
452    setlocal modifiable
453    setlocal nrformats=octal,hex
454    setlocal nonumber
455    setlocal numberwidth=4
456    setlocal omnifunc=
457    setlocal path=
458    setlocal nopreserveindent
459    setlocal nopreviewwindow
460    setlocal quoteescape=\\
461    setlocal noreadonly
462    setlocal norightleft
463    setlocal rightleftcmd=search
464    setlocal noscrollbind
465    setlocal shiftwidth=8
466    setlocal noshortname
467    setlocal nosmartindent
468    setlocal softtabstop=0
469    setlocal nospell
470    setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+
471    setlocal spellfile=
472    setlocal spelllang=en
473    setlocal statusline=
474    setlocal suffixesadd=
475    setlocal swapfile
476    setlocal synmaxcol=3000
477    if &syntax != 'sh'
478    setlocal syntax=sh
479    endif
480    setlocal tabstop=2
481    setlocal tags=
482    setlocal textwidth=0
483    setlocal thesaurus=
484    setlocal nowinfixheight
485    setlocal nowinfixwidth
486    setlocal wrap
487    setlocal wrapmargin=0
488    silent! normal! zE
489    let s:l = 4 - ((3 * winheight(0) + 19) / 38)
490    if s:l < 1 | let s:l = 1 | endif
491    exe s:l
492    normal! zt
493    4
494    normal! 061l
495    tabedit files/prerun.toram
496    set splitbelow splitright
497    set nosplitbelow
498    set nosplitright
499    wincmd t
500    set winheight=1 winwidth=1
501    argglobal
502    edit files/prerun.toram
503    setlocal keymap=
504    setlocal noarabic
505    setlocal autoindent
506    setlocal balloonexpr=
507    setlocal nobinary
508    setlocal bufhidden=
509    setlocal buflisted
510    setlocal buftype=
511    setlocal nocindent
512    setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
513    setlocal cinoptions=
514    setlocal cinwords=if,else,while,do,for,switch
515    setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
516    setlocal commentstring=#%s
517    setlocal complete=.,w,b,u,t,i
518    setlocal completefunc=
519    setlocal nocopyindent
520    setlocal nocursorcolumn
521    setlocal nocursorline
522    setlocal define=
523    setlocal dictionary=
524    setlocal nodiff
525    setlocal equalprg=
526    setlocal errorformat=
527    setlocal noexpandtab
528    if &filetype != 'sh'
529    setlocal filetype=sh
530    endif
531    setlocal foldcolumn=0
532    setlocal foldenable
533    setlocal foldexpr=0
534    setlocal foldignore=#
535    setlocal foldlevel=0
536    setlocal foldmarker={{{,}}}
537    setlocal foldmethod=manual
538    setlocal foldminlines=1
539    setlocal foldnestmax=20
540    setlocal foldtext=foldtext()
541    setlocal formatexpr=
542    setlocal formatoptions=tcq
543    setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
544    setlocal grepprg=
545    setlocal iminsert=0
546    setlocal imsearch=2
547    setlocal include=
548    setlocal includeexpr=
549    setlocal indentexpr=
550    setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
551    setlocal noinfercase
552    setlocal iskeyword=@,48-57,_,192-255
553    setlocal keywordprg=
554    setlocal nolinebreak
555    setlocal nolisp
556    setlocal nolist
557    setlocal makeprg=
558    setlocal matchpairs=(:),{:},[:]
559    setlocal nomodeline
560    setlocal modifiable
561    setlocal nrformats=octal,hex
562    setlocal nonumber
563    setlocal numberwidth=4
564    setlocal omnifunc=
565    setlocal path=
566    setlocal nopreserveindent
567    setlocal nopreviewwindow
568    setlocal quoteescape=\\
569    setlocal noreadonly
570    setlocal norightleft
571    setlocal rightleftcmd=search
572    setlocal noscrollbind
573    setlocal shiftwidth=8
574    setlocal noshortname
575    setlocal nosmartindent
576    setlocal softtabstop=0
577    setlocal nospell
578    setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+
579    setlocal spellfile=
580    setlocal spelllang=en
581    setlocal statusline=
582    setlocal suffixesadd=
583    setlocal swapfile
584    setlocal synmaxcol=3000
585    if &syntax != 'sh'
586    setlocal syntax=sh
587    endif
588    setlocal tabstop=2
589    setlocal tags=
590    setlocal textwidth=0
591    setlocal thesaurus=
592    setlocal nowinfixheight
593    setlocal nowinfixwidth
594    setlocal wrap
595    setlocal wrapmargin=0
596    silent! normal! zE
597    let s:l = 46 - ((12 * winheight(0) + 19) / 38)
598    if s:l < 1 | let s:l = 1 | endif
599    exe s:l
600    normal! zt
601    46
602    normal! 022l
603  tabedit profiles.conf  tabedit profiles.conf
604  set splitbelow splitright  set splitbelow splitright
605  set nosplitbelow  set nosplitbelow
# Line 481  setlocal nowinfixwidth Line 702  setlocal nowinfixwidth
702  setlocal wrap  setlocal wrap
703  setlocal wrapmargin=0  setlocal wrapmargin=0
704  silent! normal! zE  silent! normal! zE
705  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
706  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
707  exe s:l  exe s:l
708  normal! zt  normal! zt
# Line 589  setlocal nowinfixwidth Line 810  setlocal nowinfixwidth
810  setlocal wrap  setlocal wrap
811  setlocal wrapmargin=0  setlocal wrapmargin=0
812  silent! normal! zE  silent! normal! zE
813  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
814  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
815  exe s:l  exe s:l
816  normal! zt  normal! zt
817  1  1
818  normal! 0  normal! 0
819  tabnext 1  tabnext 3
820  if exists('s:wipebuf')  if exists('s:wipebuf')
821    silent exe 'bwipe ' . s:wipebuf    silent exe 'bwipe ' . s:wipebuf
822  endif  endif

Legend:
Removed from v.63  
changed lines
  Added in v.64

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26