--- scripts-to-create-iso.vim 2010/05/26 20:30:21 63 +++ scripts-to-create-iso.vim 2010/05/28 09:47:17 64 @@ -42,6 +42,7 @@ set tabstop=2 set termencoding=utf-8 set wildmenu +set window=38 let s:so_save = &so | let s:siso_save = &siso | set so=0 siso=0 let v:this_session=expand(":p") silent only @@ -51,10 +52,13 @@ endif set shortmess=aoO badd +1 create-clonezilla-sysresccd.sh -badd +0 patch-clonezilla-sysresccd.sh -badd +0 continue-multi-cd -badd +0 profiles.conf -badd +0 ChangeLog +badd +1 patch-clonezilla-sysresccd.sh +badd +1 continue-multi-cd +badd +1 profiles.conf +badd +1 ChangeLog +badd +0 files/prerun.normal +badd +0 files/prerun.toram +badd +0 continue-multi-cd.sh args create-clonezilla-sysresccd.sh patch-clonezilla-sysresccd.sh continue-multi-cd profiles.conf ChangeLog edit create-clonezilla-sysresccd.sh set splitbelow splitright @@ -105,8 +109,8 @@ setlocal formatoptions=tcq setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s* setlocal grepprg= -setlocal iminsert=2 -setlocal imsearch=2 +setlocal iminsert=0 +setlocal imsearch=0 setlocal include= setlocal includeexpr= setlocal indentexpr= @@ -157,12 +161,12 @@ setlocal wrap setlocal wrapmargin=0 silent! normal! zE -let s:l = 1 - ((0 * winheight(0) + 11) / 23) +let s:l = 686 - ((18 * winheight(0) + 19) / 38) if s:l < 1 | let s:l = 1 | endif exe s:l normal! zt -1 -normal! 0 +686 +normal! 02l tabedit patch-clonezilla-sysresccd.sh set splitbelow splitright set nosplitbelow @@ -213,8 +217,8 @@ setlocal formatoptions=tcq setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s* setlocal grepprg= -setlocal iminsert=2 -setlocal imsearch=2 +setlocal iminsert=0 +setlocal imsearch=0 setlocal include= setlocal includeexpr= setlocal indentexpr= @@ -265,13 +269,13 @@ setlocal wrap setlocal wrapmargin=0 silent! normal! zE -let s:l = 1 - ((0 * winheight(0) + 11) / 23) +let s:l = 247 - ((18 * winheight(0) + 19) / 38) if s:l < 1 | let s:l = 1 | endif exe s:l normal! zt -1 -normal! 0 -tabedit continue-multi-cd +247 +normal! 034l +tabedit continue-multi-cd.sh set splitbelow splitright set nosplitbelow set nosplitright @@ -279,6 +283,7 @@ set winheight=1 winwidth=1 argglobal 3argu +edit continue-multi-cd.sh setlocal keymap= setlocal noarabic setlocal autoindent @@ -373,12 +378,228 @@ setlocal wrap setlocal wrapmargin=0 silent! normal! zE -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 files/prerun.normal +set splitbelow splitright +set nosplitbelow +set nosplitright +wincmd t +set winheight=1 winwidth=1 +argglobal +edit files/prerun.normal +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=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:- +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 != 'sh' +setlocal filetype=sh +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=0 +setlocal imsearch=2 +setlocal include= +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= +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 != 'sh' +setlocal syntax=sh +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 = 4 - ((3 * winheight(0) + 19) / 38) +if s:l < 1 | let s:l = 1 | endif +exe s:l +normal! zt +4 +normal! 061l +tabedit files/prerun.toram +set splitbelow splitright +set nosplitbelow +set nosplitright +wincmd t +set winheight=1 winwidth=1 +argglobal +edit files/prerun.toram +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=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:- +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 != 'sh' +setlocal filetype=sh +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=0 +setlocal imsearch=2 +setlocal include= +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= +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 != 'sh' +setlocal syntax=sh +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 = 46 - ((12 * winheight(0) + 19) / 38) +if s:l < 1 | let s:l = 1 | endif +exe s:l +normal! zt +46 +normal! 022l tabedit profiles.conf set splitbelow splitright set nosplitbelow @@ -481,7 +702,7 @@ setlocal wrap setlocal wrapmargin=0 silent! normal! zE -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 @@ -589,13 +810,13 @@ setlocal wrap setlocal wrapmargin=0 silent! normal! zE -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 -tabnext 1 +tabnext 3 if exists('s:wipebuf') silent exe 'bwipe ' . s:wipebuf endif