/[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 173 by sng, Tue Mar 29 16:53:17 2011 UTC revision 174 by sng, Sun May 29 14:32:14 2011 UTC
# Line 49  set tabpagemax=1000 Line 49  set tabpagemax=1000
49  set tabstop=4  set tabstop=4
50  set termencoding=utf-8  set termencoding=utf-8
51  set wildmenu  set wildmenu
52    set window=39
53  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
54  let v:this_session=expand("<sfile>:p")  let v:this_session=expand("<sfile>:p")
55  silent only  silent only
# Line 63  badd +1 continue-multi-cd Line 64  badd +1 continue-multi-cd
64  badd +1 profiles.conf  badd +1 profiles.conf
65  badd +1 ChangeLog  badd +1 ChangeLog
66  badd +1 continue-multi-cd.sh  badd +1 continue-multi-cd.sh
67  badd +0 version.sh.in  badd +1 version.sh.in
68  badd +0 configure.in  badd +1 configure.in
69    badd +0 clonezilla-sysresccd.conf
70  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
71  edit create-clonezilla-sysresccd.sh  edit create-clonezilla-sysresccd.sh
72  set splitbelow splitright  set splitbelow splitright
# Line 121  setlocal formatoptions=tcq Line 123  setlocal formatoptions=tcq
123  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
124  setlocal grepprg=  setlocal grepprg=
125  setlocal iminsert=2  setlocal iminsert=2
126  setlocal imsearch=2  setlocal imsearch=0
127  setlocal include=  setlocal include=
128  setlocal includeexpr=  setlocal includeexpr=
129  setlocal indentexpr=  setlocal indentexpr=
# Line 174  setlocal nowinfixwidth Line 176  setlocal nowinfixwidth
176  setlocal wrap  setlocal wrap
177  setlocal wrapmargin=0  setlocal wrapmargin=0
178  silent! normal! zE  silent! normal! zE
179  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 508 - ((16 * winheight(0) + 19) / 39)
180  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
181  exe s:l  exe s:l
182  normal! zt  normal! zt
183  1  508
184  normal! 0  normal! 09l
185  tabedit patch-clonezilla-sysresccd.sh  tabedit patch-clonezilla-sysresccd.sh
186  set splitbelow splitright  set splitbelow splitright
187  set nosplitbelow  set nosplitbelow
# Line 405  setlocal nowinfixwidth Line 407  setlocal nowinfixwidth
407  setlocal wrap  setlocal wrap
408  setlocal wrapmargin=0  setlocal wrapmargin=0
409  silent! normal! zE  silent! normal! zE
410  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 39)
411  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
412  exe s:l  exe s:l
413  normal! zt  normal! zt
# Line 521  setlocal nowinfixwidth Line 523  setlocal nowinfixwidth
523  setlocal wrap  setlocal wrap
524  setlocal wrapmargin=0  setlocal wrapmargin=0
525  silent! normal! zE  silent! normal! zE
526  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 46 - ((0 * winheight(0) + 19) / 39)
527  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
528  exe s:l  exe s:l
529  normal! zt  normal! zt
530  1  46
531  normal! 0  normal! 012l
532    lcd ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd
533    tabedit ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd/clonezilla-sysresccd.conf
534    set splitbelow splitright
535    set nosplitbelow
536    set nosplitright
537    wincmd t
538    set winheight=1 winwidth=1
539    argglobal
540    edit ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd/clonezilla-sysresccd.conf
541    setlocal keymap=
542    setlocal noarabic
543    setlocal autoindent
544    setlocal balloonexpr=
545    setlocal nobinary
546    setlocal bufhidden=
547    setlocal buflisted
548    setlocal buftype=
549    setlocal nocindent
550    setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
551    setlocal cinoptions=
552    setlocal cinwords=if,else,while,do,for,switch
553    setlocal colorcolumn=
554    setlocal comments=:#
555    setlocal commentstring=#\ %s
556    setlocal complete=.,w,b,u,t,i
557    setlocal concealcursor=
558    setlocal conceallevel=0
559    setlocal completefunc=
560    setlocal nocopyindent
561    setlocal cryptmethod=
562    setlocal nocursorbind
563    setlocal nocursorcolumn
564    setlocal nocursorline
565    setlocal define=
566    setlocal dictionary=
567    setlocal nodiff
568    setlocal equalprg=
569    setlocal errorformat=
570    setlocal expandtab
571    if &filetype != 'conf'
572    setlocal filetype=conf
573    endif
574    setlocal foldcolumn=0
575    setlocal foldenable
576    setlocal foldexpr=0
577    setlocal foldignore=#
578    setlocal foldlevel=0
579    setlocal foldmarker={{{,}}}
580    setlocal foldmethod=manual
581    setlocal foldminlines=1
582    setlocal foldnestmax=20
583    setlocal foldtext=foldtext()
584    setlocal formatexpr=
585    setlocal formatoptions=croql
586    setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
587    setlocal grepprg=
588    setlocal iminsert=0
589    setlocal imsearch=2
590    setlocal include=
591    setlocal includeexpr=
592    setlocal indentexpr=
593    setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
594    setlocal noinfercase
595    setlocal iskeyword=@,48-57,_,192-255
596    setlocal keywordprg=
597    setlocal nolinebreak
598    setlocal nolisp
599    setlocal nolist
600    setlocal makeprg=
601    setlocal matchpairs=(:),{:},[:]
602    setlocal nomodeline
603    setlocal modifiable
604    setlocal nrformats=octal,hex
605    setlocal nonumber
606    setlocal numberwidth=4
607    setlocal omnifunc=
608    setlocal path=
609    setlocal nopreserveindent
610    setlocal nopreviewwindow
611    setlocal quoteescape=\\
612    setlocal noreadonly
613    setlocal norelativenumber
614    setlocal norightleft
615    setlocal rightleftcmd=search
616    setlocal noscrollbind
617    setlocal shiftwidth=4
618    setlocal noshortname
619    setlocal nosmartindent
620    setlocal softtabstop=0
621    setlocal nospell
622    setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+
623    setlocal spellfile=
624    setlocal spelllang=en
625    setlocal statusline=
626    setlocal suffixesadd=
627    setlocal swapfile
628    setlocal synmaxcol=3000
629    if &syntax != 'conf'
630    setlocal syntax=conf
631    endif
632    setlocal tabstop=4
633    setlocal tags=
634    setlocal textwidth=0
635    setlocal thesaurus=
636    setlocal noundofile
637    setlocal nowinfixheight
638    setlocal nowinfixwidth
639    setlocal wrap
640    setlocal wrapmargin=0
641    silent! normal! zE
642    let s:l = 30 - ((29 * winheight(0) + 19) / 39)
643    if s:l < 1 | let s:l = 1 | endif
644    exe s:l
645    normal! zt
646    30
647    normal! 012l
648  lcd ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd  lcd ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd
649  tabedit ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd/ChangeLog  tabedit ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd/ChangeLog
650  set splitbelow splitright  set splitbelow splitright
# Line 869  setlocal nowinfixwidth Line 987  setlocal nowinfixwidth
987  setlocal wrap  setlocal wrap
988  setlocal wrapmargin=0  setlocal wrapmargin=0
989  silent! normal! zE  silent! normal! zE
990  let s:l = 23 - ((22 * winheight(0) + 11) / 23)  let s:l = 29 - ((11 * winheight(0) + 19) / 39)
991  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
992  exe s:l  exe s:l
993  normal! zt  normal! zt
994  23  29
995  normal! 0  normal! 028l
996  lcd ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd  lcd ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd
997  tabnext 7  tabnext 5
998  if exists('s:wipebuf')  if exists('s:wipebuf')
999    silent exe 'bwipe ' . s:wipebuf    silent exe 'bwipe ' . s:wipebuf
1000  endif  endif

Legend:
Removed from v.173  
changed lines
  Added in v.174

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26