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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 162 - (show annotations)
Tue Mar 29 16:53:17 2011 UTC (13 years ago) by sng
File size: 20886 byte(s)
- Adding -g [arch] parameter to get (download) the original ISOs to script create-clonezilla-sysresccd
  [arch] can be [i486|i686|amd64|all]. all will download all three Clonezilla Live ISOs. System
  Rescue CD will always be downloaded.
  We use curl and md5sum to control the downloading procedure. If curl is not found, no ISO will be
  downloaded. If md5sum is not found, validation will not be possible

- continue-multi-cd deleted from trunk. It shouldn't be there in the first place

- Updating misc files

1 let SessionLoad = 1
2 if &cp | set nocp | endif
3 let s:cpo_save=&cpo
4 set cpo&vim
5 map! <S-Insert> <MiddleMouse>
6 map \c :echo g:colors_name
7 map \p :CP
8 map \n :CN
9 map \dk <Plug>DirDiffPrev
10 map \dj <Plug>DirDiffNext
11 map \dp <Plug>DirDiffPut
12 map \dg <Plug>DirDiffGet
13 nmap gx <Plug>NetrwBrowseX
14 map <F12> :colorscheme default
15 map <S-F12> :colorscheme desert
16 nnoremap <silent> <Plug>NetrwBrowseX :call netrw#NetrwBrowseX(expand("<cWORD>"),0)
17 map <S-Insert> <MiddleMouse>
18 noremap ë gt
19 noremap ê gT
20 iabbr Cs case "$" in
21 )
22 
23 ;;
24 )
25 
26 ;;
27 *)
28 
29 ;;
30 esac
31 iabbr Un until [ ];do
32 
33 done
34 iabbr Wh while [ ];do
35 
36 done
37 iabbr Ifil if [ ];then
38 
39 elif [ ];then
40 
41 else
42 
43 fi
44 iabbr Ifl if [ ];then
45 
46 else
47 
48 fi
49 iabbr Ifn if [ ];then
50 
51 fi
52 iabbr Fn for n in ;do
53 
54 done
55 let &cpo=s:cpo_save
56 unlet s:cpo_save
57 set autoindent
58 set backspace=indent,eol,start
59 set expandtab
60 set fileencodings=ucs-bom,utf-8,default,latin1
61 set guifont=Monospace\ 13
62 set helplang=el
63 set history=50
64 set nomodeline
65 set mouse=a
66 set pastetoggle=<F10>
67 set printoptions=paper:a4
68 set ruler
69 set runtimepath=~/.vim,/var/lib/vim/addons,/usr/share/vim/vimfiles,/usr/share/vim/vim73,/usr/share/vim/vimfiles/after,/var/lib/vim/addons/after,~/.vim/after
70 set shiftwidth=4
71 set showbreak=
72 set showcmd
73 set showmatch
74 set smarttab
75 set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc
76 set tabpagemax=1000
77 set tabstop=4
78 set termencoding=utf-8
79 set wildmenu
80 let s:so_save = &so | let s:siso_save = &siso | set so=0 siso=0
81 let v:this_session=expand("<sfile>:p")
82 silent only
83 cd ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd
84 if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == ''
85 let s:wipebuf = bufnr('%')
86 endif
87 set shortmess=aoO
88 badd +1 create-clonezilla-sysresccd.sh
89 badd +1 patch-clonezilla-sysresccd.sh
90 badd +1 continue-multi-cd
91 badd +1 profiles.conf
92 badd +1 ChangeLog
93 badd +1 continue-multi-cd.sh
94 badd +0 version.sh.in
95 badd +0 configure.in
96 args create-clonezilla-sysresccd.sh patch-clonezilla-sysresccd.sh continue-multi-cd profiles.conf ChangeLog
97 edit create-clonezilla-sysresccd.sh
98 set splitbelow splitright
99 set nosplitbelow
100 set nosplitright
101 wincmd t
102 set winheight=1 winwidth=1
103 argglobal
104 setlocal keymap=
105 setlocal noarabic
106 setlocal autoindent
107 setlocal balloonexpr=
108 setlocal nobinary
109 setlocal bufhidden=
110 setlocal buflisted
111 setlocal buftype=
112 setlocal nocindent
113 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
114 setlocal cinoptions=
115 setlocal cinwords=if,else,while,do,for,switch
116 setlocal colorcolumn=
117 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
118 setlocal commentstring=#%s
119 setlocal complete=.,w,b,u,t,i
120 setlocal concealcursor=
121 setlocal conceallevel=0
122 setlocal completefunc=
123 setlocal nocopyindent
124 setlocal cryptmethod=
125 setlocal nocursorbind
126 setlocal nocursorcolumn
127 setlocal nocursorline
128 setlocal define=
129 setlocal dictionary=
130 setlocal nodiff
131 setlocal equalprg=
132 setlocal errorformat=
133 setlocal expandtab
134 if &filetype != 'sh'
135 setlocal filetype=sh
136 endif
137 setlocal foldcolumn=0
138 setlocal foldenable
139 setlocal foldexpr=0
140 setlocal foldignore=#
141 setlocal foldlevel=0
142 setlocal foldmarker={{{,}}}
143 setlocal foldmethod=manual
144 setlocal foldminlines=1
145 setlocal foldnestmax=20
146 setlocal foldtext=foldtext()
147 setlocal formatexpr=
148 setlocal formatoptions=tcq
149 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
150 setlocal grepprg=
151 setlocal iminsert=2
152 setlocal imsearch=2
153 setlocal include=
154 setlocal includeexpr=
155 setlocal indentexpr=
156 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
157 setlocal noinfercase
158 setlocal iskeyword=@,48-57,_,192-255
159 setlocal keywordprg=
160 setlocal nolinebreak
161 setlocal nolisp
162 setlocal nolist
163 setlocal makeprg=
164 setlocal matchpairs=(:),{:},[:]
165 setlocal nomodeline
166 setlocal modifiable
167 setlocal nrformats=octal,hex
168 setlocal nonumber
169 setlocal numberwidth=4
170 setlocal omnifunc=
171 setlocal path=
172 setlocal nopreserveindent
173 setlocal nopreviewwindow
174 setlocal quoteescape=\\
175 setlocal noreadonly
176 setlocal norelativenumber
177 setlocal norightleft
178 setlocal rightleftcmd=search
179 setlocal noscrollbind
180 setlocal shiftwidth=4
181 setlocal noshortname
182 setlocal nosmartindent
183 setlocal softtabstop=0
184 setlocal nospell
185 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
186 setlocal spellfile=
187 setlocal spelllang=en
188 setlocal statusline=
189 setlocal suffixesadd=
190 setlocal swapfile
191 setlocal synmaxcol=3000
192 if &syntax != 'sh'
193 setlocal syntax=sh
194 endif
195 setlocal tabstop=4
196 setlocal tags=
197 setlocal textwidth=0
198 setlocal thesaurus=
199 setlocal noundofile
200 setlocal nowinfixheight
201 setlocal nowinfixwidth
202 setlocal wrap
203 setlocal wrapmargin=0
204 silent! normal! zE
205 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
206 if s:l < 1 | let s:l = 1 | endif
207 exe s:l
208 normal! zt
209 1
210 normal! 0
211 tabedit patch-clonezilla-sysresccd.sh
212 set splitbelow splitright
213 set nosplitbelow
214 set nosplitright
215 wincmd t
216 set winheight=1 winwidth=1
217 argglobal
218 2argu
219 setlocal keymap=
220 setlocal noarabic
221 setlocal autoindent
222 setlocal balloonexpr=
223 setlocal nobinary
224 setlocal bufhidden=
225 setlocal buflisted
226 setlocal buftype=
227 setlocal nocindent
228 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
229 setlocal cinoptions=
230 setlocal cinwords=if,else,while,do,for,switch
231 setlocal colorcolumn=
232 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
233 setlocal commentstring=#%s
234 setlocal complete=.,w,b,u,t,i
235 setlocal concealcursor=
236 setlocal conceallevel=0
237 setlocal completefunc=
238 setlocal nocopyindent
239 setlocal cryptmethod=
240 setlocal nocursorbind
241 setlocal nocursorcolumn
242 setlocal nocursorline
243 setlocal define=
244 setlocal dictionary=
245 setlocal nodiff
246 setlocal equalprg=
247 setlocal errorformat=
248 setlocal expandtab
249 if &filetype != 'sh'
250 setlocal filetype=sh
251 endif
252 setlocal foldcolumn=0
253 setlocal foldenable
254 setlocal foldexpr=0
255 setlocal foldignore=#
256 setlocal foldlevel=0
257 setlocal foldmarker={{{,}}}
258 setlocal foldmethod=manual
259 setlocal foldminlines=1
260 setlocal foldnestmax=20
261 setlocal foldtext=foldtext()
262 setlocal formatexpr=
263 setlocal formatoptions=tcq
264 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
265 setlocal grepprg=
266 setlocal iminsert=0
267 setlocal imsearch=0
268 setlocal include=
269 setlocal includeexpr=
270 setlocal indentexpr=
271 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
272 setlocal noinfercase
273 setlocal iskeyword=@,48-57,_,192-255
274 setlocal keywordprg=
275 setlocal nolinebreak
276 setlocal nolisp
277 setlocal nolist
278 setlocal makeprg=
279 setlocal matchpairs=(:),{:},[:]
280 setlocal nomodeline
281 setlocal modifiable
282 setlocal nrformats=octal,hex
283 setlocal nonumber
284 setlocal numberwidth=4
285 setlocal omnifunc=
286 setlocal path=
287 setlocal nopreserveindent
288 setlocal nopreviewwindow
289 setlocal quoteescape=\\
290 setlocal noreadonly
291 setlocal norelativenumber
292 setlocal norightleft
293 setlocal rightleftcmd=search
294 setlocal noscrollbind
295 setlocal shiftwidth=4
296 setlocal noshortname
297 setlocal nosmartindent
298 setlocal softtabstop=0
299 setlocal nospell
300 setlocal spellcapcheck=
301 setlocal spellfile=
302 setlocal spelllang=en
303 setlocal statusline=
304 setlocal suffixesadd=
305 setlocal swapfile
306 setlocal synmaxcol=3000
307 if &syntax != 'sh'
308 setlocal syntax=sh
309 endif
310 setlocal tabstop=4
311 setlocal tags=
312 setlocal textwidth=0
313 setlocal thesaurus=
314 setlocal noundofile
315 setlocal nowinfixheight
316 setlocal nowinfixwidth
317 setlocal wrap
318 setlocal wrapmargin=0
319 silent! normal! zE
320 let s:l = 367 - ((11 * winheight(0) + 11) / 23)
321 if s:l < 1 | let s:l = 1 | endif
322 exe s:l
323 normal! zt
324 367
325 normal! 01l
326 tabedit continue-multi-cd.sh
327 set splitbelow splitright
328 set nosplitbelow
329 set nosplitright
330 wincmd t
331 set winheight=1 winwidth=1
332 argglobal
333 3argu
334 edit continue-multi-cd.sh
335 setlocal keymap=
336 setlocal noarabic
337 setlocal autoindent
338 setlocal balloonexpr=
339 setlocal nobinary
340 setlocal bufhidden=
341 setlocal buflisted
342 setlocal buftype=
343 setlocal nocindent
344 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
345 setlocal cinoptions=
346 setlocal cinwords=if,else,while,do,for,switch
347 setlocal colorcolumn=
348 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
349 setlocal commentstring=#%s
350 setlocal complete=.,w,b,u,t,i
351 setlocal concealcursor=
352 setlocal conceallevel=0
353 setlocal completefunc=
354 setlocal nocopyindent
355 setlocal cryptmethod=
356 setlocal nocursorbind
357 setlocal nocursorcolumn
358 setlocal nocursorline
359 setlocal define=
360 setlocal dictionary=
361 setlocal nodiff
362 setlocal equalprg=
363 setlocal errorformat=
364 setlocal expandtab
365 if &filetype != 'sh'
366 setlocal filetype=sh
367 endif
368 setlocal foldcolumn=0
369 setlocal foldenable
370 setlocal foldexpr=0
371 setlocal foldignore=#
372 setlocal foldlevel=0
373 setlocal foldmarker={{{,}}}
374 setlocal foldmethod=manual
375 setlocal foldminlines=1
376 setlocal foldnestmax=20
377 setlocal foldtext=foldtext()
378 setlocal formatexpr=
379 setlocal formatoptions=tcq
380 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
381 setlocal grepprg=
382 setlocal iminsert=2
383 setlocal imsearch=2
384 setlocal include=
385 setlocal includeexpr=
386 setlocal indentexpr=
387 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
388 setlocal noinfercase
389 setlocal iskeyword=@,48-57,_,192-255
390 setlocal keywordprg=
391 setlocal nolinebreak
392 setlocal nolisp
393 setlocal nolist
394 setlocal makeprg=
395 setlocal matchpairs=(:),{:},[:]
396 setlocal nomodeline
397 setlocal modifiable
398 setlocal nrformats=octal,hex
399 setlocal nonumber
400 setlocal numberwidth=4
401 setlocal omnifunc=
402 setlocal path=
403 setlocal nopreserveindent
404 setlocal nopreviewwindow
405 setlocal quoteescape=\\
406 setlocal noreadonly
407 setlocal norelativenumber
408 setlocal norightleft
409 setlocal rightleftcmd=search
410 setlocal noscrollbind
411 setlocal shiftwidth=4
412 setlocal noshortname
413 setlocal nosmartindent
414 setlocal softtabstop=0
415 setlocal nospell
416 setlocal spellcapcheck=
417 setlocal spellfile=
418 setlocal spelllang=en
419 setlocal statusline=
420 setlocal suffixesadd=
421 setlocal swapfile
422 setlocal synmaxcol=3000
423 if &syntax != 'sh'
424 setlocal syntax=sh
425 endif
426 setlocal tabstop=4
427 setlocal tags=
428 setlocal textwidth=0
429 setlocal thesaurus=
430 setlocal noundofile
431 setlocal nowinfixheight
432 setlocal nowinfixwidth
433 setlocal wrap
434 setlocal wrapmargin=0
435 silent! normal! zE
436 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
437 if s:l < 1 | let s:l = 1 | endif
438 exe s:l
439 normal! zt
440 1
441 normal! 0
442 lcd ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd
443 tabedit ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd/profiles.conf
444 set splitbelow splitright
445 set nosplitbelow
446 set nosplitright
447 wincmd t
448 set winheight=1 winwidth=1
449 argglobal
450 4argu
451 setlocal keymap=
452 setlocal noarabic
453 setlocal autoindent
454 setlocal balloonexpr=
455 setlocal nobinary
456 setlocal bufhidden=
457 setlocal buflisted
458 setlocal buftype=
459 setlocal nocindent
460 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
461 setlocal cinoptions=
462 setlocal cinwords=if,else,while,do,for,switch
463 setlocal colorcolumn=
464 setlocal comments=:#
465 setlocal commentstring=#\ %s
466 setlocal complete=.,w,b,u,t,i
467 setlocal concealcursor=
468 setlocal conceallevel=0
469 setlocal completefunc=
470 setlocal nocopyindent
471 setlocal cryptmethod=
472 setlocal nocursorbind
473 setlocal nocursorcolumn
474 setlocal nocursorline
475 setlocal define=
476 setlocal dictionary=
477 setlocal nodiff
478 setlocal equalprg=
479 setlocal errorformat=
480 setlocal expandtab
481 if &filetype != 'conf'
482 setlocal filetype=conf
483 endif
484 setlocal foldcolumn=0
485 setlocal foldenable
486 setlocal foldexpr=0
487 setlocal foldignore=#
488 setlocal foldlevel=0
489 setlocal foldmarker={{{,}}}
490 setlocal foldmethod=manual
491 setlocal foldminlines=1
492 setlocal foldnestmax=20
493 setlocal foldtext=foldtext()
494 setlocal formatexpr=
495 setlocal formatoptions=croql
496 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
497 setlocal grepprg=
498 setlocal iminsert=2
499 setlocal imsearch=2
500 setlocal include=
501 setlocal includeexpr=
502 setlocal indentexpr=
503 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
504 setlocal noinfercase
505 setlocal iskeyword=@,48-57,_,192-255
506 setlocal keywordprg=
507 setlocal nolinebreak
508 setlocal nolisp
509 setlocal nolist
510 setlocal makeprg=
511 setlocal matchpairs=(:),{:},[:]
512 setlocal nomodeline
513 setlocal modifiable
514 setlocal nrformats=octal,hex
515 setlocal nonumber
516 setlocal numberwidth=4
517 setlocal omnifunc=
518 setlocal path=
519 setlocal nopreserveindent
520 setlocal nopreviewwindow
521 setlocal quoteescape=\\
522 setlocal noreadonly
523 setlocal norelativenumber
524 setlocal norightleft
525 setlocal rightleftcmd=search
526 setlocal noscrollbind
527 setlocal shiftwidth=4
528 setlocal noshortname
529 setlocal nosmartindent
530 setlocal softtabstop=0
531 setlocal nospell
532 setlocal spellcapcheck=
533 setlocal spellfile=
534 setlocal spelllang=en
535 setlocal statusline=
536 setlocal suffixesadd=
537 setlocal swapfile
538 setlocal synmaxcol=3000
539 if &syntax != 'conf'
540 setlocal syntax=conf
541 endif
542 setlocal tabstop=4
543 setlocal tags=
544 setlocal textwidth=0
545 setlocal thesaurus=
546 setlocal noundofile
547 setlocal nowinfixheight
548 setlocal nowinfixwidth
549 setlocal wrap
550 setlocal wrapmargin=0
551 silent! normal! zE
552 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
553 if s:l < 1 | let s:l = 1 | endif
554 exe s:l
555 normal! zt
556 1
557 normal! 0
558 lcd ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd
559 tabedit ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd/ChangeLog
560 set splitbelow splitright
561 set nosplitbelow
562 set nosplitright
563 wincmd t
564 set winheight=1 winwidth=1
565 argglobal
566 5argu
567 setlocal keymap=
568 setlocal noarabic
569 setlocal autoindent
570 setlocal balloonexpr=
571 setlocal nobinary
572 setlocal bufhidden=
573 setlocal buflisted
574 setlocal buftype=
575 setlocal nocindent
576 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
577 setlocal cinoptions=
578 setlocal cinwords=if,else,while,do,for,switch
579 setlocal colorcolumn=
580 setlocal comments=
581 setlocal commentstring=/*%s*/
582 setlocal complete=.,w,b,u,t,i
583 setlocal concealcursor=
584 setlocal conceallevel=0
585 setlocal completefunc=
586 setlocal nocopyindent
587 setlocal cryptmethod=
588 setlocal nocursorbind
589 setlocal nocursorcolumn
590 setlocal nocursorline
591 setlocal define=
592 setlocal dictionary=
593 setlocal nodiff
594 setlocal equalprg=
595 setlocal errorformat=
596 setlocal noexpandtab
597 if &filetype != 'changelog'
598 setlocal filetype=changelog
599 endif
600 setlocal foldcolumn=0
601 setlocal foldenable
602 setlocal foldexpr=0
603 setlocal foldignore=#
604 setlocal foldlevel=0
605 setlocal foldmarker={{{,}}}
606 setlocal foldmethod=manual
607 setlocal foldminlines=1
608 setlocal foldnestmax=20
609 setlocal foldtext=foldtext()
610 setlocal formatexpr=
611 setlocal formatoptions=cqt
612 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
613 setlocal grepprg=
614 setlocal iminsert=2
615 setlocal imsearch=2
616 setlocal include=
617 setlocal includeexpr=
618 setlocal indentexpr=
619 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
620 setlocal noinfercase
621 setlocal iskeyword=@,48-57,_,192-255
622 setlocal keywordprg=
623 setlocal nolinebreak
624 setlocal nolisp
625 setlocal nolist
626 setlocal makeprg=
627 setlocal matchpairs=(:),{:},[:]
628 setlocal nomodeline
629 setlocal modifiable
630 setlocal nrformats=octal,hex
631 setlocal nonumber
632 setlocal numberwidth=4
633 setlocal omnifunc=
634 setlocal path=
635 setlocal nopreserveindent
636 setlocal nopreviewwindow
637 setlocal quoteescape=\\
638 setlocal noreadonly
639 setlocal norelativenumber
640 setlocal norightleft
641 setlocal rightleftcmd=search
642 setlocal noscrollbind
643 setlocal shiftwidth=4
644 setlocal noshortname
645 setlocal nosmartindent
646 setlocal softtabstop=0
647 setlocal nospell
648 setlocal spellcapcheck=
649 setlocal spellfile=
650 setlocal spelllang=en
651 setlocal statusline=
652 setlocal suffixesadd=
653 setlocal swapfile
654 setlocal synmaxcol=3000
655 if &syntax != 'changelog'
656 setlocal syntax=changelog
657 endif
658 setlocal tabstop=4
659 setlocal tags=
660 setlocal textwidth=78
661 setlocal thesaurus=
662 setlocal noundofile
663 setlocal nowinfixheight
664 setlocal nowinfixwidth
665 setlocal wrap
666 setlocal wrapmargin=0
667 silent! normal! zE
668 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
669 if s:l < 1 | let s:l = 1 | endif
670 exe s:l
671 normal! zt
672 1
673 normal! 0
674 lcd ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd
675 tabedit ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd/version.sh.in
676 set splitbelow splitright
677 set nosplitbelow
678 set nosplitright
679 wincmd t
680 set winheight=1 winwidth=1
681 argglobal
682 edit ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd/version.sh.in
683 setlocal keymap=
684 setlocal noarabic
685 setlocal autoindent
686 setlocal balloonexpr=
687 setlocal nobinary
688 setlocal bufhidden=
689 setlocal buflisted
690 setlocal buftype=
691 setlocal nocindent
692 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
693 setlocal cinoptions=
694 setlocal cinwords=if,else,while,do,for,switch
695 setlocal colorcolumn=
696 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
697 setlocal commentstring=#%s
698 setlocal complete=.,w,b,u,t,i
699 setlocal concealcursor=
700 setlocal conceallevel=0
701 setlocal completefunc=
702 setlocal nocopyindent
703 setlocal cryptmethod=
704 setlocal nocursorbind
705 setlocal nocursorcolumn
706 setlocal nocursorline
707 setlocal define=
708 setlocal dictionary=
709 setlocal nodiff
710 setlocal equalprg=
711 setlocal errorformat=
712 setlocal expandtab
713 if &filetype != 'sh'
714 setlocal filetype=sh
715 endif
716 setlocal foldcolumn=0
717 setlocal foldenable
718 setlocal foldexpr=0
719 setlocal foldignore=#
720 setlocal foldlevel=0
721 setlocal foldmarker={{{,}}}
722 setlocal foldmethod=manual
723 setlocal foldminlines=1
724 setlocal foldnestmax=20
725 setlocal foldtext=foldtext()
726 setlocal formatexpr=
727 setlocal formatoptions=tcq
728 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
729 setlocal grepprg=
730 setlocal iminsert=2
731 setlocal imsearch=2
732 setlocal include=
733 setlocal includeexpr=
734 setlocal indentexpr=
735 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
736 setlocal noinfercase
737 setlocal iskeyword=@,48-57,_,192-255
738 setlocal keywordprg=
739 setlocal nolinebreak
740 setlocal nolisp
741 setlocal nolist
742 setlocal makeprg=
743 setlocal matchpairs=(:),{:},[:]
744 setlocal nomodeline
745 setlocal modifiable
746 setlocal nrformats=octal,hex
747 setlocal nonumber
748 setlocal numberwidth=4
749 setlocal omnifunc=
750 setlocal path=
751 setlocal nopreserveindent
752 setlocal nopreviewwindow
753 setlocal quoteescape=\\
754 setlocal noreadonly
755 setlocal norelativenumber
756 setlocal norightleft
757 setlocal rightleftcmd=search
758 setlocal noscrollbind
759 setlocal shiftwidth=4
760 setlocal noshortname
761 setlocal nosmartindent
762 setlocal softtabstop=0
763 setlocal nospell
764 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
765 setlocal spellfile=
766 setlocal spelllang=en
767 setlocal statusline=
768 setlocal suffixesadd=
769 setlocal swapfile
770 setlocal synmaxcol=3000
771 if &syntax != 'sh'
772 setlocal syntax=sh
773 endif
774 setlocal tabstop=4
775 setlocal tags=
776 setlocal textwidth=0
777 setlocal thesaurus=
778 setlocal noundofile
779 setlocal nowinfixheight
780 setlocal nowinfixwidth
781 setlocal wrap
782 setlocal wrapmargin=0
783 silent! normal! zE
784 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
785 if s:l < 1 | let s:l = 1 | endif
786 exe s:l
787 normal! zt
788 1
789 normal! 0
790 lcd ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd
791 tabedit ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd/configure.in
792 set splitbelow splitright
793 set nosplitbelow
794 set nosplitright
795 wincmd t
796 set winheight=1 winwidth=1
797 argglobal
798 edit ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd/configure.in
799 setlocal keymap=
800 setlocal noarabic
801 setlocal autoindent
802 setlocal balloonexpr=
803 setlocal nobinary
804 setlocal bufhidden=
805 setlocal buflisted
806 setlocal buftype=
807 setlocal nocindent
808 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
809 setlocal cinoptions=
810 setlocal cinwords=if,else,while,do,for,switch
811 setlocal colorcolumn=
812 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
813 setlocal commentstring=#%s
814 setlocal complete=.,w,b,u,t,i
815 setlocal concealcursor=
816 setlocal conceallevel=0
817 setlocal completefunc=
818 setlocal nocopyindent
819 setlocal cryptmethod=
820 setlocal nocursorbind
821 setlocal nocursorcolumn
822 setlocal nocursorline
823 setlocal define=
824 setlocal dictionary=
825 setlocal nodiff
826 setlocal equalprg=
827 setlocal errorformat=
828 setlocal expandtab
829 if &filetype != 'config'
830 setlocal filetype=config
831 endif
832 setlocal foldcolumn=0
833 setlocal foldenable
834 setlocal foldexpr=0
835 setlocal foldignore=#
836 setlocal foldlevel=0
837 setlocal foldmarker={{{,}}}
838 setlocal foldmethod=manual
839 setlocal foldminlines=1
840 setlocal foldnestmax=20
841 setlocal foldtext=foldtext()
842 setlocal formatexpr=
843 setlocal formatoptions=tcq
844 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
845 setlocal grepprg=
846 setlocal iminsert=2
847 setlocal imsearch=2
848 setlocal include=
849 setlocal includeexpr=
850 setlocal indentexpr=
851 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
852 setlocal noinfercase
853 setlocal iskeyword=@,48-57,_,192-255
854 setlocal keywordprg=
855 setlocal nolinebreak
856 setlocal nolisp
857 setlocal nolist
858 setlocal makeprg=
859 setlocal matchpairs=(:),{:},[:]
860 setlocal nomodeline
861 setlocal modifiable
862 setlocal nrformats=octal,hex
863 setlocal nonumber
864 setlocal numberwidth=4
865 setlocal omnifunc=
866 setlocal path=
867 setlocal nopreserveindent
868 setlocal nopreviewwindow
869 setlocal quoteescape=\\
870 setlocal noreadonly
871 setlocal norelativenumber
872 setlocal norightleft
873 setlocal rightleftcmd=search
874 setlocal noscrollbind
875 setlocal shiftwidth=4
876 setlocal noshortname
877 setlocal nosmartindent
878 setlocal softtabstop=0
879 setlocal nospell
880 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
881 setlocal spellfile=
882 setlocal spelllang=en
883 setlocal statusline=
884 setlocal suffixesadd=
885 setlocal swapfile
886 setlocal synmaxcol=3000
887 if &syntax != 'config'
888 setlocal syntax=config
889 endif
890 setlocal tabstop=4
891 setlocal tags=
892 setlocal textwidth=0
893 setlocal thesaurus=
894 setlocal noundofile
895 setlocal nowinfixheight
896 setlocal nowinfixwidth
897 setlocal wrap
898 setlocal wrapmargin=0
899 silent! normal! zE
900 let s:l = 23 - ((22 * winheight(0) + 11) / 23)
901 if s:l < 1 | let s:l = 1 | endif
902 exe s:l
903 normal! zt
904 23
905 normal! 0
906 lcd ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd
907 tabnext 7
908 if exists('s:wipebuf')
909 silent exe 'bwipe ' . s:wipebuf
910 endif
911 unlet! s:wipebuf
912 set winheight=1 winwidth=20 shortmess=filnxtToO
913 let s:sx = expand("<sfile>:p:r")."x.vim"
914 if file_readable(s:sx)
915 exe "source " . fnameescape(s:sx)
916 endif
917 let &so = s:so_save | let &siso = s:siso_save
918 doautoall SessionLoadPost
919 unlet SessionLoad
920 " vim: set ft=vim :

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26