/[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 64 by sng, Fri May 28 09:47:17 2010 UTC revision 84 by sng, Thu Jul 15 20:54:27 2010 UTC
# Line 3  if &cp | set nocp | endif Line 3  if &cp | set nocp | endif
3  let s:cpo_save=&cpo  let s:cpo_save=&cpo
4  set cpo&vim  set cpo&vim
5  map! <S-Insert> <MiddleMouse>  map! <S-Insert> <MiddleMouse>
6    map \c :echo g:colors_name
7    map \p :CP
8    map \n :CN
9  map \dk <Plug>DirDiffPrev  map \dk <Plug>DirDiffPrev
10  map \dj <Plug>DirDiffNext  map \dj <Plug>DirDiffNext
11  map \dp <Plug>DirDiffPut  map \dp <Plug>DirDiffPut
# Line 24  unlet s:cpo_save Line 27  unlet s:cpo_save
27  set autoindent  set autoindent
28  set background=dark  set background=dark
29  set backspace=indent,eol,start  set backspace=indent,eol,start
30    set expandtab
31  set fileencodings=ucs-bom,utf-8,default,latin1  set fileencodings=ucs-bom,utf-8,default,latin1
32  set guifont=Monospace\ 13  set guifont=Monospace\ 13
33  set helplang=el  set helplang=el
# Line 34  set pastetoggle=<F10> Line 38  set pastetoggle=<F10>
38  set printoptions=paper:a4  set printoptions=paper:a4
39  set ruler  set ruler
40  set runtimepath=~/.vim,/var/lib/vim/addons,/usr/share/vim/vimfiles,/usr/share/vim/vim72,/usr/share/vim/vimfiles/after,/var/lib/vim/addons/after,~/.vim/after  set runtimepath=~/.vim,/var/lib/vim/addons,/usr/share/vim/vimfiles,/usr/share/vim/vim72,/usr/share/vim/vimfiles/after,/var/lib/vim/addons/after,~/.vim/after
41    set shiftwidth=4
42  set showbreak=▶  set showbreak=▶
43  set showcmd  set showcmd
44  set showmatch  set showmatch
45    set smarttab
46  set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc  set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc
47  set tabpagemax=1000  set tabpagemax=1000
48  set tabstop=2  set tabstop=2
49  set termencoding=utf-8  set termencoding=utf-8
50  set wildmenu  set wildmenu
 set window=38  
51  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
52  let v:this_session=expand("<sfile>:p")  let v:this_session=expand("<sfile>:p")
53  silent only  silent only
# Line 56  badd +1 patch-clonezilla-sysresccd.sh Line 61  badd +1 patch-clonezilla-sysresccd.sh
61  badd +1 continue-multi-cd  badd +1 continue-multi-cd
62  badd +1 profiles.conf  badd +1 profiles.conf
63  badd +1 ChangeLog  badd +1 ChangeLog
64  badd +0 files/prerun.normal  badd +1 files/prerun.normal
65  badd +0 files/prerun.toram  badd +1 files/prerun.toram
66  badd +0 continue-multi-cd.sh  badd +1 continue-multi-cd.sh
67    badd +0 files/cust-menu
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 161  setlocal nowinfixwidth Line 167  setlocal nowinfixwidth
167  setlocal wrap  setlocal wrap
168  setlocal wrapmargin=0  setlocal wrapmargin=0
169  silent! normal! zE  silent! normal! zE
170  let s:l = 686 - ((18 * winheight(0) + 19) / 38)  let s:l = 686 - ((11 * winheight(0) + 11) / 23)
171  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
172  exe s:l  exe s:l
173  normal! zt  normal! zt
# Line 269  setlocal nowinfixwidth Line 275  setlocal nowinfixwidth
275  setlocal wrap  setlocal wrap
276  setlocal wrapmargin=0  setlocal wrapmargin=0
277  silent! normal! zE  silent! normal! zE
278  let s:l = 247 - ((18 * winheight(0) + 19) / 38)  let s:l = 247 - ((11 * winheight(0) + 11) / 23)
279  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
280  exe s:l  exe s:l
281  normal! zt  normal! zt
282  247  247
283  normal! 034l  normal! 05l
284  tabedit continue-multi-cd.sh  tabedit continue-multi-cd.sh
285  set splitbelow splitright  set splitbelow splitright
286  set nosplitbelow  set nosplitbelow
# Line 378  setlocal nowinfixwidth Line 384  setlocal nowinfixwidth
384  setlocal wrap  setlocal wrap
385  setlocal wrapmargin=0  setlocal wrapmargin=0
386  silent! normal! zE  silent! normal! zE
387  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
388    if s:l < 1 | let s:l = 1 | endif
389    exe s:l
390    normal! zt
391    1
392    normal! 0
393    tabedit files/cust-menu
394    set splitbelow splitright
395    set nosplitbelow
396    set nosplitright
397    wincmd t
398    set winheight=1 winwidth=1
399    argglobal
400    edit files/cust-menu
401    setlocal keymap=
402    setlocal noarabic
403    setlocal autoindent
404    setlocal balloonexpr=
405    setlocal nobinary
406    setlocal bufhidden=
407    setlocal buflisted
408    setlocal buftype=
409    setlocal nocindent
410    setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
411    setlocal cinoptions=
412    setlocal cinwords=if,else,while,do,for,switch
413    setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
414    setlocal commentstring=#%s
415    setlocal complete=.,w,b,u,t,i
416    setlocal completefunc=
417    setlocal nocopyindent
418    setlocal nocursorcolumn
419    setlocal nocursorline
420    setlocal define=
421    setlocal dictionary=
422    setlocal nodiff
423    setlocal equalprg=
424    setlocal errorformat=
425    setlocal expandtab
426    if &filetype != 'sh'
427    setlocal filetype=sh
428    endif
429    setlocal foldcolumn=0
430    setlocal foldenable
431    setlocal foldexpr=0
432    setlocal foldignore=#
433    setlocal foldlevel=0
434    setlocal foldmarker={{{,}}}
435    setlocal foldmethod=manual
436    setlocal foldminlines=1
437    setlocal foldnestmax=20
438    setlocal foldtext=foldtext()
439    setlocal formatexpr=
440    setlocal formatoptions=tcq
441    setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
442    setlocal grepprg=
443    setlocal iminsert=2
444    setlocal imsearch=2
445    setlocal include=
446    setlocal includeexpr=
447    setlocal indentexpr=
448    setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
449    setlocal noinfercase
450    setlocal iskeyword=@,48-57,_,192-255
451    setlocal keywordprg=
452    setlocal nolinebreak
453    setlocal nolisp
454    setlocal nolist
455    setlocal makeprg=
456    setlocal matchpairs=(:),{:},[:]
457    setlocal nomodeline
458    setlocal modifiable
459    setlocal nrformats=octal,hex
460    setlocal nonumber
461    setlocal numberwidth=4
462    setlocal omnifunc=
463    setlocal path=
464    setlocal nopreserveindent
465    setlocal nopreviewwindow
466    setlocal quoteescape=\\
467    setlocal noreadonly
468    setlocal norightleft
469    setlocal rightleftcmd=search
470    setlocal noscrollbind
471    setlocal shiftwidth=4
472    setlocal noshortname
473    setlocal nosmartindent
474    setlocal softtabstop=0
475    setlocal nospell
476    setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+
477    setlocal spellfile=
478    setlocal spelllang=en
479    setlocal statusline=
480    setlocal suffixesadd=
481    setlocal swapfile
482    setlocal synmaxcol=3000
483    if &syntax != 'sh'
484    setlocal syntax=sh
485    endif
486    setlocal tabstop=2
487    setlocal tags=
488    setlocal textwidth=0
489    setlocal thesaurus=
490    setlocal nowinfixheight
491    setlocal nowinfixwidth
492    setlocal wrap
493    setlocal wrapmargin=0
494    silent! normal! zE
495    let s:l = 1 - ((0 * winheight(0) + 11) / 23)
496  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
497  exe s:l  exe s:l
498  normal! zt  normal! zt
# Line 486  setlocal nowinfixwidth Line 600  setlocal nowinfixwidth
600  setlocal wrap  setlocal wrap
601  setlocal wrapmargin=0  setlocal wrapmargin=0
602  silent! normal! zE  silent! normal! zE
603  let s:l = 4 - ((3 * winheight(0) + 19) / 38)  let s:l = 4 - ((2 * winheight(0) + 11) / 23)
604  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
605  exe s:l  exe s:l
606  normal! zt  normal! zt
# Line 594  setlocal nowinfixwidth Line 708  setlocal nowinfixwidth
708  setlocal wrap  setlocal wrap
709  setlocal wrapmargin=0  setlocal wrapmargin=0
710  silent! normal! zE  silent! normal! zE
711  let s:l = 46 - ((12 * winheight(0) + 19) / 38)  let s:l = 46 - ((7 * winheight(0) + 11) / 23)
712  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
713  exe s:l  exe s:l
714  normal! zt  normal! zt
# Line 702  setlocal nowinfixwidth Line 816  setlocal nowinfixwidth
816  setlocal wrap  setlocal wrap
817  setlocal wrapmargin=0  setlocal wrapmargin=0
818  silent! normal! zE  silent! normal! zE
819  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
820  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
821  exe s:l  exe s:l
822  normal! zt  normal! zt
# Line 810  setlocal nowinfixwidth Line 924  setlocal nowinfixwidth
924  setlocal wrap  setlocal wrap
925  setlocal wrapmargin=0  setlocal wrapmargin=0
926  silent! normal! zE  silent! normal! zE
927  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
928  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
929  exe s:l  exe s:l
930  normal! zt  normal! zt
931  1  1
932  normal! 0  normal! 0
933  tabnext 3  tabnext 4
934  if exists('s:wipebuf')  if exists('s:wipebuf')
935    silent exe 'bwipe ' . s:wipebuf    silent exe 'bwipe ' . s:wipebuf
936  endif  endif

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26