/[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 161 by sng, Fri Sep 10 18:39:43 2010 UTC revision 162 by sng, Tue Mar 29 16:53:17 2011 UTC
# Line 62  badd +1 patch-clonezilla-sysresccd.sh Line 62  badd +1 patch-clonezilla-sysresccd.sh
62  badd +1 continue-multi-cd  badd +1 continue-multi-cd
63  badd +1 profiles.conf  badd +1 profiles.conf
64  badd +1 ChangeLog  badd +1 ChangeLog
65  badd +0 continue-multi-cd.sh  badd +1 continue-multi-cd.sh
66    badd +0 version.sh.in
67    badd +0 configure.in
68  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
69  edit create-clonezilla-sysresccd.sh  edit create-clonezilla-sysresccd.sh
70  set splitbelow splitright  set splitbelow splitright
# Line 525  exe s:l Line 527  exe s:l
527  normal! zt  normal! zt
528  1  1
529  normal! 0  normal! 0
530    lcd ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd
531  tabedit ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd/ChangeLog  tabedit ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd/ChangeLog
532  set splitbelow splitright  set splitbelow splitright
533  set nosplitbelow  set nosplitbelow
# Line 640  exe s:l Line 643  exe s:l
643  normal! zt  normal! zt
644  1  1
645  normal! 0  normal! 0
646  tabnext 3  lcd ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd
647    tabedit ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd/version.sh.in
648    set splitbelow splitright
649    set nosplitbelow
650    set nosplitright
651    wincmd t
652    set winheight=1 winwidth=1
653    argglobal
654    edit ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd/version.sh.in
655    setlocal keymap=
656    setlocal noarabic
657    setlocal autoindent
658    setlocal balloonexpr=
659    setlocal nobinary
660    setlocal bufhidden=
661    setlocal buflisted
662    setlocal buftype=
663    setlocal nocindent
664    setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
665    setlocal cinoptions=
666    setlocal cinwords=if,else,while,do,for,switch
667    setlocal colorcolumn=
668    setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
669    setlocal commentstring=#%s
670    setlocal complete=.,w,b,u,t,i
671    setlocal concealcursor=
672    setlocal conceallevel=0
673    setlocal completefunc=
674    setlocal nocopyindent
675    setlocal cryptmethod=
676    setlocal nocursorbind
677    setlocal nocursorcolumn
678    setlocal nocursorline
679    setlocal define=
680    setlocal dictionary=
681    setlocal nodiff
682    setlocal equalprg=
683    setlocal errorformat=
684    setlocal expandtab
685    if &filetype != 'sh'
686    setlocal filetype=sh
687    endif
688    setlocal foldcolumn=0
689    setlocal foldenable
690    setlocal foldexpr=0
691    setlocal foldignore=#
692    setlocal foldlevel=0
693    setlocal foldmarker={{{,}}}
694    setlocal foldmethod=manual
695    setlocal foldminlines=1
696    setlocal foldnestmax=20
697    setlocal foldtext=foldtext()
698    setlocal formatexpr=
699    setlocal formatoptions=tcq
700    setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
701    setlocal grepprg=
702    setlocal iminsert=2
703    setlocal imsearch=2
704    setlocal include=
705    setlocal includeexpr=
706    setlocal indentexpr=
707    setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
708    setlocal noinfercase
709    setlocal iskeyword=@,48-57,_,192-255
710    setlocal keywordprg=
711    setlocal nolinebreak
712    setlocal nolisp
713    setlocal nolist
714    setlocal makeprg=
715    setlocal matchpairs=(:),{:},[:]
716    setlocal nomodeline
717    setlocal modifiable
718    setlocal nrformats=octal,hex
719    setlocal nonumber
720    setlocal numberwidth=4
721    setlocal omnifunc=
722    setlocal path=
723    setlocal nopreserveindent
724    setlocal nopreviewwindow
725    setlocal quoteescape=\\
726    setlocal noreadonly
727    setlocal norelativenumber
728    setlocal norightleft
729    setlocal rightleftcmd=search
730    setlocal noscrollbind
731    setlocal shiftwidth=4
732    setlocal noshortname
733    setlocal nosmartindent
734    setlocal softtabstop=0
735    setlocal nospell
736    setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+
737    setlocal spellfile=
738    setlocal spelllang=en
739    setlocal statusline=
740    setlocal suffixesadd=
741    setlocal swapfile
742    setlocal synmaxcol=3000
743    if &syntax != 'sh'
744    setlocal syntax=sh
745    endif
746    setlocal tabstop=4
747    setlocal tags=
748    setlocal textwidth=0
749    setlocal thesaurus=
750    setlocal noundofile
751    setlocal nowinfixheight
752    setlocal nowinfixwidth
753    setlocal wrap
754    setlocal wrapmargin=0
755    silent! normal! zE
756    let s:l = 1 - ((0 * winheight(0) + 11) / 23)
757    if s:l < 1 | let s:l = 1 | endif
758    exe s:l
759    normal! zt
760    1
761    normal! 0
762    lcd ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd
763    tabedit ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd/configure.in
764    set splitbelow splitright
765    set nosplitbelow
766    set nosplitright
767    wincmd t
768    set winheight=1 winwidth=1
769    argglobal
770    edit ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd/configure.in
771    setlocal keymap=
772    setlocal noarabic
773    setlocal autoindent
774    setlocal balloonexpr=
775    setlocal nobinary
776    setlocal bufhidden=
777    setlocal buflisted
778    setlocal buftype=
779    setlocal nocindent
780    setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
781    setlocal cinoptions=
782    setlocal cinwords=if,else,while,do,for,switch
783    setlocal colorcolumn=
784    setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
785    setlocal commentstring=#%s
786    setlocal complete=.,w,b,u,t,i
787    setlocal concealcursor=
788    setlocal conceallevel=0
789    setlocal completefunc=
790    setlocal nocopyindent
791    setlocal cryptmethod=
792    setlocal nocursorbind
793    setlocal nocursorcolumn
794    setlocal nocursorline
795    setlocal define=
796    setlocal dictionary=
797    setlocal nodiff
798    setlocal equalprg=
799    setlocal errorformat=
800    setlocal expandtab
801    if &filetype != 'config'
802    setlocal filetype=config
803    endif
804    setlocal foldcolumn=0
805    setlocal foldenable
806    setlocal foldexpr=0
807    setlocal foldignore=#
808    setlocal foldlevel=0
809    setlocal foldmarker={{{,}}}
810    setlocal foldmethod=manual
811    setlocal foldminlines=1
812    setlocal foldnestmax=20
813    setlocal foldtext=foldtext()
814    setlocal formatexpr=
815    setlocal formatoptions=tcq
816    setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
817    setlocal grepprg=
818    setlocal iminsert=2
819    setlocal imsearch=2
820    setlocal include=
821    setlocal includeexpr=
822    setlocal indentexpr=
823    setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
824    setlocal noinfercase
825    setlocal iskeyword=@,48-57,_,192-255
826    setlocal keywordprg=
827    setlocal nolinebreak
828    setlocal nolisp
829    setlocal nolist
830    setlocal makeprg=
831    setlocal matchpairs=(:),{:},[:]
832    setlocal nomodeline
833    setlocal modifiable
834    setlocal nrformats=octal,hex
835    setlocal nonumber
836    setlocal numberwidth=4
837    setlocal omnifunc=
838    setlocal path=
839    setlocal nopreserveindent
840    setlocal nopreviewwindow
841    setlocal quoteescape=\\
842    setlocal noreadonly
843    setlocal norelativenumber
844    setlocal norightleft
845    setlocal rightleftcmd=search
846    setlocal noscrollbind
847    setlocal shiftwidth=4
848    setlocal noshortname
849    setlocal nosmartindent
850    setlocal softtabstop=0
851    setlocal nospell
852    setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+
853    setlocal spellfile=
854    setlocal spelllang=en
855    setlocal statusline=
856    setlocal suffixesadd=
857    setlocal swapfile
858    setlocal synmaxcol=3000
859    if &syntax != 'config'
860    setlocal syntax=config
861    endif
862    setlocal tabstop=4
863    setlocal tags=
864    setlocal textwidth=0
865    setlocal thesaurus=
866    setlocal noundofile
867    setlocal nowinfixheight
868    setlocal nowinfixwidth
869    setlocal wrap
870    setlocal wrapmargin=0
871    silent! normal! zE
872    let s:l = 23 - ((22 * winheight(0) + 11) / 23)
873    if s:l < 1 | let s:l = 1 | endif
874    exe s:l
875    normal! zt
876    23
877    normal! 0
878    lcd ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd
879    tabnext 7
880  if exists('s:wipebuf')  if exists('s:wipebuf')
881    silent exe 'bwipe ' . s:wipebuf    silent exe 'bwipe ' . s:wipebuf
882  endif  endif

Legend:
Removed from v.161  
changed lines
  Added in v.162

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26