/[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 174 - (show annotations)
Sun May 29 14:32:14 2011 UTC (12 years, 10 months ago) by sng
File size: 23685 byte(s)
- adding Jyrki to .template.html. Please check and confirm :)
- updating cfg files
- removing "unused" cfg files.
- fixing a confirmation bug in create-clonezilla-sysresccd.sh
- updating clonezilla-sysresccd-1.png. Plase chaeck working/screenshots.html and comment on new color of splash screen

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 set window=39
81 let s:so_save = &so | let s:siso_save = &siso | set so=0 siso=0
82 let v:this_session=expand("<sfile>:p")
83 silent only
84 cd ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd
85 if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == ''
86 let s:wipebuf = bufnr('%')
87 endif
88 set shortmess=aoO
89 badd +1 create-clonezilla-sysresccd.sh
90 badd +1 patch-clonezilla-sysresccd.sh
91 badd +1 continue-multi-cd
92 badd +1 profiles.conf
93 badd +1 ChangeLog
94 badd +1 continue-multi-cd.sh
95 badd +1 version.sh.in
96 badd +1 configure.in
97 badd +0 clonezilla-sysresccd.conf
98 args create-clonezilla-sysresccd.sh patch-clonezilla-sysresccd.sh continue-multi-cd profiles.conf ChangeLog
99 edit create-clonezilla-sysresccd.sh
100 set splitbelow splitright
101 set nosplitbelow
102 set nosplitright
103 wincmd t
104 set winheight=1 winwidth=1
105 argglobal
106 setlocal keymap=
107 setlocal noarabic
108 setlocal autoindent
109 setlocal balloonexpr=
110 setlocal nobinary
111 setlocal bufhidden=
112 setlocal buflisted
113 setlocal buftype=
114 setlocal nocindent
115 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
116 setlocal cinoptions=
117 setlocal cinwords=if,else,while,do,for,switch
118 setlocal colorcolumn=
119 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
120 setlocal commentstring=#%s
121 setlocal complete=.,w,b,u,t,i
122 setlocal concealcursor=
123 setlocal conceallevel=0
124 setlocal completefunc=
125 setlocal nocopyindent
126 setlocal cryptmethod=
127 setlocal nocursorbind
128 setlocal nocursorcolumn
129 setlocal nocursorline
130 setlocal define=
131 setlocal dictionary=
132 setlocal nodiff
133 setlocal equalprg=
134 setlocal errorformat=
135 setlocal expandtab
136 if &filetype != 'sh'
137 setlocal filetype=sh
138 endif
139 setlocal foldcolumn=0
140 setlocal foldenable
141 setlocal foldexpr=0
142 setlocal foldignore=#
143 setlocal foldlevel=0
144 setlocal foldmarker={{{,}}}
145 setlocal foldmethod=manual
146 setlocal foldminlines=1
147 setlocal foldnestmax=20
148 setlocal foldtext=foldtext()
149 setlocal formatexpr=
150 setlocal formatoptions=tcq
151 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
152 setlocal grepprg=
153 setlocal iminsert=2
154 setlocal imsearch=0
155 setlocal include=
156 setlocal includeexpr=
157 setlocal indentexpr=
158 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
159 setlocal noinfercase
160 setlocal iskeyword=@,48-57,_,192-255
161 setlocal keywordprg=
162 setlocal nolinebreak
163 setlocal nolisp
164 setlocal nolist
165 setlocal makeprg=
166 setlocal matchpairs=(:),{:},[:]
167 setlocal nomodeline
168 setlocal modifiable
169 setlocal nrformats=octal,hex
170 setlocal nonumber
171 setlocal numberwidth=4
172 setlocal omnifunc=
173 setlocal path=
174 setlocal nopreserveindent
175 setlocal nopreviewwindow
176 setlocal quoteescape=\\
177 setlocal noreadonly
178 setlocal norelativenumber
179 setlocal norightleft
180 setlocal rightleftcmd=search
181 setlocal noscrollbind
182 setlocal shiftwidth=4
183 setlocal noshortname
184 setlocal nosmartindent
185 setlocal softtabstop=0
186 setlocal nospell
187 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
188 setlocal spellfile=
189 setlocal spelllang=en
190 setlocal statusline=
191 setlocal suffixesadd=
192 setlocal swapfile
193 setlocal synmaxcol=3000
194 if &syntax != 'sh'
195 setlocal syntax=sh
196 endif
197 setlocal tabstop=4
198 setlocal tags=
199 setlocal textwidth=0
200 setlocal thesaurus=
201 setlocal noundofile
202 setlocal nowinfixheight
203 setlocal nowinfixwidth
204 setlocal wrap
205 setlocal wrapmargin=0
206 silent! normal! zE
207 let s:l = 508 - ((16 * winheight(0) + 19) / 39)
208 if s:l < 1 | let s:l = 1 | endif
209 exe s:l
210 normal! zt
211 508
212 normal! 09l
213 tabedit patch-clonezilla-sysresccd.sh
214 set splitbelow splitright
215 set nosplitbelow
216 set nosplitright
217 wincmd t
218 set winheight=1 winwidth=1
219 argglobal
220 2argu
221 setlocal keymap=
222 setlocal noarabic
223 setlocal autoindent
224 setlocal balloonexpr=
225 setlocal nobinary
226 setlocal bufhidden=
227 setlocal buflisted
228 setlocal buftype=
229 setlocal nocindent
230 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
231 setlocal cinoptions=
232 setlocal cinwords=if,else,while,do,for,switch
233 setlocal colorcolumn=
234 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
235 setlocal commentstring=#%s
236 setlocal complete=.,w,b,u,t,i
237 setlocal concealcursor=
238 setlocal conceallevel=0
239 setlocal completefunc=
240 setlocal nocopyindent
241 setlocal cryptmethod=
242 setlocal nocursorbind
243 setlocal nocursorcolumn
244 setlocal nocursorline
245 setlocal define=
246 setlocal dictionary=
247 setlocal nodiff
248 setlocal equalprg=
249 setlocal errorformat=
250 setlocal expandtab
251 if &filetype != 'sh'
252 setlocal filetype=sh
253 endif
254 setlocal foldcolumn=0
255 setlocal foldenable
256 setlocal foldexpr=0
257 setlocal foldignore=#
258 setlocal foldlevel=0
259 setlocal foldmarker={{{,}}}
260 setlocal foldmethod=manual
261 setlocal foldminlines=1
262 setlocal foldnestmax=20
263 setlocal foldtext=foldtext()
264 setlocal formatexpr=
265 setlocal formatoptions=tcq
266 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
267 setlocal grepprg=
268 setlocal iminsert=0
269 setlocal imsearch=0
270 setlocal include=
271 setlocal includeexpr=
272 setlocal indentexpr=
273 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
274 setlocal noinfercase
275 setlocal iskeyword=@,48-57,_,192-255
276 setlocal keywordprg=
277 setlocal nolinebreak
278 setlocal nolisp
279 setlocal nolist
280 setlocal makeprg=
281 setlocal matchpairs=(:),{:},[:]
282 setlocal nomodeline
283 setlocal modifiable
284 setlocal nrformats=octal,hex
285 setlocal nonumber
286 setlocal numberwidth=4
287 setlocal omnifunc=
288 setlocal path=
289 setlocal nopreserveindent
290 setlocal nopreviewwindow
291 setlocal quoteescape=\\
292 setlocal noreadonly
293 setlocal norelativenumber
294 setlocal norightleft
295 setlocal rightleftcmd=search
296 setlocal noscrollbind
297 setlocal shiftwidth=4
298 setlocal noshortname
299 setlocal nosmartindent
300 setlocal softtabstop=0
301 setlocal nospell
302 setlocal spellcapcheck=
303 setlocal spellfile=
304 setlocal spelllang=en
305 setlocal statusline=
306 setlocal suffixesadd=
307 setlocal swapfile
308 setlocal synmaxcol=3000
309 if &syntax != 'sh'
310 setlocal syntax=sh
311 endif
312 setlocal tabstop=4
313 setlocal tags=
314 setlocal textwidth=0
315 setlocal thesaurus=
316 setlocal noundofile
317 setlocal nowinfixheight
318 setlocal nowinfixwidth
319 setlocal wrap
320 setlocal wrapmargin=0
321 silent! normal! zE
322 let s:l = 367 - ((11 * winheight(0) + 11) / 23)
323 if s:l < 1 | let s:l = 1 | endif
324 exe s:l
325 normal! zt
326 367
327 normal! 01l
328 tabedit continue-multi-cd.sh
329 set splitbelow splitright
330 set nosplitbelow
331 set nosplitright
332 wincmd t
333 set winheight=1 winwidth=1
334 argglobal
335 3argu
336 edit continue-multi-cd.sh
337 setlocal keymap=
338 setlocal noarabic
339 setlocal autoindent
340 setlocal balloonexpr=
341 setlocal nobinary
342 setlocal bufhidden=
343 setlocal buflisted
344 setlocal buftype=
345 setlocal nocindent
346 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
347 setlocal cinoptions=
348 setlocal cinwords=if,else,while,do,for,switch
349 setlocal colorcolumn=
350 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
351 setlocal commentstring=#%s
352 setlocal complete=.,w,b,u,t,i
353 setlocal concealcursor=
354 setlocal conceallevel=0
355 setlocal completefunc=
356 setlocal nocopyindent
357 setlocal cryptmethod=
358 setlocal nocursorbind
359 setlocal nocursorcolumn
360 setlocal nocursorline
361 setlocal define=
362 setlocal dictionary=
363 setlocal nodiff
364 setlocal equalprg=
365 setlocal errorformat=
366 setlocal expandtab
367 if &filetype != 'sh'
368 setlocal filetype=sh
369 endif
370 setlocal foldcolumn=0
371 setlocal foldenable
372 setlocal foldexpr=0
373 setlocal foldignore=#
374 setlocal foldlevel=0
375 setlocal foldmarker={{{,}}}
376 setlocal foldmethod=manual
377 setlocal foldminlines=1
378 setlocal foldnestmax=20
379 setlocal foldtext=foldtext()
380 setlocal formatexpr=
381 setlocal formatoptions=tcq
382 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
383 setlocal grepprg=
384 setlocal iminsert=2
385 setlocal imsearch=2
386 setlocal include=
387 setlocal includeexpr=
388 setlocal indentexpr=
389 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
390 setlocal noinfercase
391 setlocal iskeyword=@,48-57,_,192-255
392 setlocal keywordprg=
393 setlocal nolinebreak
394 setlocal nolisp
395 setlocal nolist
396 setlocal makeprg=
397 setlocal matchpairs=(:),{:},[:]
398 setlocal nomodeline
399 setlocal modifiable
400 setlocal nrformats=octal,hex
401 setlocal nonumber
402 setlocal numberwidth=4
403 setlocal omnifunc=
404 setlocal path=
405 setlocal nopreserveindent
406 setlocal nopreviewwindow
407 setlocal quoteescape=\\
408 setlocal noreadonly
409 setlocal norelativenumber
410 setlocal norightleft
411 setlocal rightleftcmd=search
412 setlocal noscrollbind
413 setlocal shiftwidth=4
414 setlocal noshortname
415 setlocal nosmartindent
416 setlocal softtabstop=0
417 setlocal nospell
418 setlocal spellcapcheck=
419 setlocal spellfile=
420 setlocal spelllang=en
421 setlocal statusline=
422 setlocal suffixesadd=
423 setlocal swapfile
424 setlocal synmaxcol=3000
425 if &syntax != 'sh'
426 setlocal syntax=sh
427 endif
428 setlocal tabstop=4
429 setlocal tags=
430 setlocal textwidth=0
431 setlocal thesaurus=
432 setlocal noundofile
433 setlocal nowinfixheight
434 setlocal nowinfixwidth
435 setlocal wrap
436 setlocal wrapmargin=0
437 silent! normal! zE
438 let s:l = 1 - ((0 * winheight(0) + 19) / 39)
439 if s:l < 1 | let s:l = 1 | endif
440 exe s:l
441 normal! zt
442 1
443 normal! 0
444 lcd ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd
445 tabedit ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd/profiles.conf
446 set splitbelow splitright
447 set nosplitbelow
448 set nosplitright
449 wincmd t
450 set winheight=1 winwidth=1
451 argglobal
452 4argu
453 setlocal keymap=
454 setlocal noarabic
455 setlocal autoindent
456 setlocal balloonexpr=
457 setlocal nobinary
458 setlocal bufhidden=
459 setlocal buflisted
460 setlocal buftype=
461 setlocal nocindent
462 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
463 setlocal cinoptions=
464 setlocal cinwords=if,else,while,do,for,switch
465 setlocal colorcolumn=
466 setlocal comments=:#
467 setlocal commentstring=#\ %s
468 setlocal complete=.,w,b,u,t,i
469 setlocal concealcursor=
470 setlocal conceallevel=0
471 setlocal completefunc=
472 setlocal nocopyindent
473 setlocal cryptmethod=
474 setlocal nocursorbind
475 setlocal nocursorcolumn
476 setlocal nocursorline
477 setlocal define=
478 setlocal dictionary=
479 setlocal nodiff
480 setlocal equalprg=
481 setlocal errorformat=
482 setlocal expandtab
483 if &filetype != 'conf'
484 setlocal filetype=conf
485 endif
486 setlocal foldcolumn=0
487 setlocal foldenable
488 setlocal foldexpr=0
489 setlocal foldignore=#
490 setlocal foldlevel=0
491 setlocal foldmarker={{{,}}}
492 setlocal foldmethod=manual
493 setlocal foldminlines=1
494 setlocal foldnestmax=20
495 setlocal foldtext=foldtext()
496 setlocal formatexpr=
497 setlocal formatoptions=croql
498 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
499 setlocal grepprg=
500 setlocal iminsert=2
501 setlocal imsearch=2
502 setlocal include=
503 setlocal includeexpr=
504 setlocal indentexpr=
505 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
506 setlocal noinfercase
507 setlocal iskeyword=@,48-57,_,192-255
508 setlocal keywordprg=
509 setlocal nolinebreak
510 setlocal nolisp
511 setlocal nolist
512 setlocal makeprg=
513 setlocal matchpairs=(:),{:},[:]
514 setlocal nomodeline
515 setlocal modifiable
516 setlocal nrformats=octal,hex
517 setlocal nonumber
518 setlocal numberwidth=4
519 setlocal omnifunc=
520 setlocal path=
521 setlocal nopreserveindent
522 setlocal nopreviewwindow
523 setlocal quoteescape=\\
524 setlocal noreadonly
525 setlocal norelativenumber
526 setlocal norightleft
527 setlocal rightleftcmd=search
528 setlocal noscrollbind
529 setlocal shiftwidth=4
530 setlocal noshortname
531 setlocal nosmartindent
532 setlocal softtabstop=0
533 setlocal nospell
534 setlocal spellcapcheck=
535 setlocal spellfile=
536 setlocal spelllang=en
537 setlocal statusline=
538 setlocal suffixesadd=
539 setlocal swapfile
540 setlocal synmaxcol=3000
541 if &syntax != 'conf'
542 setlocal syntax=conf
543 endif
544 setlocal tabstop=4
545 setlocal tags=
546 setlocal textwidth=0
547 setlocal thesaurus=
548 setlocal noundofile
549 setlocal nowinfixheight
550 setlocal nowinfixwidth
551 setlocal wrap
552 setlocal wrapmargin=0
553 silent! normal! zE
554 let s:l = 46 - ((0 * winheight(0) + 19) / 39)
555 if s:l < 1 | let s:l = 1 | endif
556 exe s:l
557 normal! zt
558 46
559 normal! 012l
560 lcd ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd
561 tabedit ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd/clonezilla-sysresccd.conf
562 set splitbelow splitright
563 set nosplitbelow
564 set nosplitright
565 wincmd t
566 set winheight=1 winwidth=1
567 argglobal
568 edit ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd/clonezilla-sysresccd.conf
569 setlocal keymap=
570 setlocal noarabic
571 setlocal autoindent
572 setlocal balloonexpr=
573 setlocal nobinary
574 setlocal bufhidden=
575 setlocal buflisted
576 setlocal buftype=
577 setlocal nocindent
578 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
579 setlocal cinoptions=
580 setlocal cinwords=if,else,while,do,for,switch
581 setlocal colorcolumn=
582 setlocal comments=:#
583 setlocal commentstring=#\ %s
584 setlocal complete=.,w,b,u,t,i
585 setlocal concealcursor=
586 setlocal conceallevel=0
587 setlocal completefunc=
588 setlocal nocopyindent
589 setlocal cryptmethod=
590 setlocal nocursorbind
591 setlocal nocursorcolumn
592 setlocal nocursorline
593 setlocal define=
594 setlocal dictionary=
595 setlocal nodiff
596 setlocal equalprg=
597 setlocal errorformat=
598 setlocal expandtab
599 if &filetype != 'conf'
600 setlocal filetype=conf
601 endif
602 setlocal foldcolumn=0
603 setlocal foldenable
604 setlocal foldexpr=0
605 setlocal foldignore=#
606 setlocal foldlevel=0
607 setlocal foldmarker={{{,}}}
608 setlocal foldmethod=manual
609 setlocal foldminlines=1
610 setlocal foldnestmax=20
611 setlocal foldtext=foldtext()
612 setlocal formatexpr=
613 setlocal formatoptions=croql
614 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
615 setlocal grepprg=
616 setlocal iminsert=0
617 setlocal imsearch=2
618 setlocal include=
619 setlocal includeexpr=
620 setlocal indentexpr=
621 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
622 setlocal noinfercase
623 setlocal iskeyword=@,48-57,_,192-255
624 setlocal keywordprg=
625 setlocal nolinebreak
626 setlocal nolisp
627 setlocal nolist
628 setlocal makeprg=
629 setlocal matchpairs=(:),{:},[:]
630 setlocal nomodeline
631 setlocal modifiable
632 setlocal nrformats=octal,hex
633 setlocal nonumber
634 setlocal numberwidth=4
635 setlocal omnifunc=
636 setlocal path=
637 setlocal nopreserveindent
638 setlocal nopreviewwindow
639 setlocal quoteescape=\\
640 setlocal noreadonly
641 setlocal norelativenumber
642 setlocal norightleft
643 setlocal rightleftcmd=search
644 setlocal noscrollbind
645 setlocal shiftwidth=4
646 setlocal noshortname
647 setlocal nosmartindent
648 setlocal softtabstop=0
649 setlocal nospell
650 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
651 setlocal spellfile=
652 setlocal spelllang=en
653 setlocal statusline=
654 setlocal suffixesadd=
655 setlocal swapfile
656 setlocal synmaxcol=3000
657 if &syntax != 'conf'
658 setlocal syntax=conf
659 endif
660 setlocal tabstop=4
661 setlocal tags=
662 setlocal textwidth=0
663 setlocal thesaurus=
664 setlocal noundofile
665 setlocal nowinfixheight
666 setlocal nowinfixwidth
667 setlocal wrap
668 setlocal wrapmargin=0
669 silent! normal! zE
670 let s:l = 30 - ((29 * winheight(0) + 19) / 39)
671 if s:l < 1 | let s:l = 1 | endif
672 exe s:l
673 normal! zt
674 30
675 normal! 012l
676 lcd ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd
677 tabedit ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd/ChangeLog
678 set splitbelow splitright
679 set nosplitbelow
680 set nosplitright
681 wincmd t
682 set winheight=1 winwidth=1
683 argglobal
684 5argu
685 setlocal keymap=
686 setlocal noarabic
687 setlocal autoindent
688 setlocal balloonexpr=
689 setlocal nobinary
690 setlocal bufhidden=
691 setlocal buflisted
692 setlocal buftype=
693 setlocal nocindent
694 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
695 setlocal cinoptions=
696 setlocal cinwords=if,else,while,do,for,switch
697 setlocal colorcolumn=
698 setlocal comments=
699 setlocal commentstring=/*%s*/
700 setlocal complete=.,w,b,u,t,i
701 setlocal concealcursor=
702 setlocal conceallevel=0
703 setlocal completefunc=
704 setlocal nocopyindent
705 setlocal cryptmethod=
706 setlocal nocursorbind
707 setlocal nocursorcolumn
708 setlocal nocursorline
709 setlocal define=
710 setlocal dictionary=
711 setlocal nodiff
712 setlocal equalprg=
713 setlocal errorformat=
714 setlocal noexpandtab
715 if &filetype != 'changelog'
716 setlocal filetype=changelog
717 endif
718 setlocal foldcolumn=0
719 setlocal foldenable
720 setlocal foldexpr=0
721 setlocal foldignore=#
722 setlocal foldlevel=0
723 setlocal foldmarker={{{,}}}
724 setlocal foldmethod=manual
725 setlocal foldminlines=1
726 setlocal foldnestmax=20
727 setlocal foldtext=foldtext()
728 setlocal formatexpr=
729 setlocal formatoptions=cqt
730 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
731 setlocal grepprg=
732 setlocal iminsert=2
733 setlocal imsearch=2
734 setlocal include=
735 setlocal includeexpr=
736 setlocal indentexpr=
737 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
738 setlocal noinfercase
739 setlocal iskeyword=@,48-57,_,192-255
740 setlocal keywordprg=
741 setlocal nolinebreak
742 setlocal nolisp
743 setlocal nolist
744 setlocal makeprg=
745 setlocal matchpairs=(:),{:},[:]
746 setlocal nomodeline
747 setlocal modifiable
748 setlocal nrformats=octal,hex
749 setlocal nonumber
750 setlocal numberwidth=4
751 setlocal omnifunc=
752 setlocal path=
753 setlocal nopreserveindent
754 setlocal nopreviewwindow
755 setlocal quoteescape=\\
756 setlocal noreadonly
757 setlocal norelativenumber
758 setlocal norightleft
759 setlocal rightleftcmd=search
760 setlocal noscrollbind
761 setlocal shiftwidth=4
762 setlocal noshortname
763 setlocal nosmartindent
764 setlocal softtabstop=0
765 setlocal nospell
766 setlocal spellcapcheck=
767 setlocal spellfile=
768 setlocal spelllang=en
769 setlocal statusline=
770 setlocal suffixesadd=
771 setlocal swapfile
772 setlocal synmaxcol=3000
773 if &syntax != 'changelog'
774 setlocal syntax=changelog
775 endif
776 setlocal tabstop=4
777 setlocal tags=
778 setlocal textwidth=78
779 setlocal thesaurus=
780 setlocal noundofile
781 setlocal nowinfixheight
782 setlocal nowinfixwidth
783 setlocal wrap
784 setlocal wrapmargin=0
785 silent! normal! zE
786 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
787 if s:l < 1 | let s:l = 1 | endif
788 exe s:l
789 normal! zt
790 1
791 normal! 0
792 lcd ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd
793 tabedit ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd/version.sh.in
794 set splitbelow splitright
795 set nosplitbelow
796 set nosplitright
797 wincmd t
798 set winheight=1 winwidth=1
799 argglobal
800 edit ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd/version.sh.in
801 setlocal keymap=
802 setlocal noarabic
803 setlocal autoindent
804 setlocal balloonexpr=
805 setlocal nobinary
806 setlocal bufhidden=
807 setlocal buflisted
808 setlocal buftype=
809 setlocal nocindent
810 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
811 setlocal cinoptions=
812 setlocal cinwords=if,else,while,do,for,switch
813 setlocal colorcolumn=
814 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
815 setlocal commentstring=#%s
816 setlocal complete=.,w,b,u,t,i
817 setlocal concealcursor=
818 setlocal conceallevel=0
819 setlocal completefunc=
820 setlocal nocopyindent
821 setlocal cryptmethod=
822 setlocal nocursorbind
823 setlocal nocursorcolumn
824 setlocal nocursorline
825 setlocal define=
826 setlocal dictionary=
827 setlocal nodiff
828 setlocal equalprg=
829 setlocal errorformat=
830 setlocal expandtab
831 if &filetype != 'sh'
832 setlocal filetype=sh
833 endif
834 setlocal foldcolumn=0
835 setlocal foldenable
836 setlocal foldexpr=0
837 setlocal foldignore=#
838 setlocal foldlevel=0
839 setlocal foldmarker={{{,}}}
840 setlocal foldmethod=manual
841 setlocal foldminlines=1
842 setlocal foldnestmax=20
843 setlocal foldtext=foldtext()
844 setlocal formatexpr=
845 setlocal formatoptions=tcq
846 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
847 setlocal grepprg=
848 setlocal iminsert=2
849 setlocal imsearch=2
850 setlocal include=
851 setlocal includeexpr=
852 setlocal indentexpr=
853 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
854 setlocal noinfercase
855 setlocal iskeyword=@,48-57,_,192-255
856 setlocal keywordprg=
857 setlocal nolinebreak
858 setlocal nolisp
859 setlocal nolist
860 setlocal makeprg=
861 setlocal matchpairs=(:),{:},[:]
862 setlocal nomodeline
863 setlocal modifiable
864 setlocal nrformats=octal,hex
865 setlocal nonumber
866 setlocal numberwidth=4
867 setlocal omnifunc=
868 setlocal path=
869 setlocal nopreserveindent
870 setlocal nopreviewwindow
871 setlocal quoteescape=\\
872 setlocal noreadonly
873 setlocal norelativenumber
874 setlocal norightleft
875 setlocal rightleftcmd=search
876 setlocal noscrollbind
877 setlocal shiftwidth=4
878 setlocal noshortname
879 setlocal nosmartindent
880 setlocal softtabstop=0
881 setlocal nospell
882 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
883 setlocal spellfile=
884 setlocal spelllang=en
885 setlocal statusline=
886 setlocal suffixesadd=
887 setlocal swapfile
888 setlocal synmaxcol=3000
889 if &syntax != 'sh'
890 setlocal syntax=sh
891 endif
892 setlocal tabstop=4
893 setlocal tags=
894 setlocal textwidth=0
895 setlocal thesaurus=
896 setlocal noundofile
897 setlocal nowinfixheight
898 setlocal nowinfixwidth
899 setlocal wrap
900 setlocal wrapmargin=0
901 silent! normal! zE
902 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
903 if s:l < 1 | let s:l = 1 | endif
904 exe s:l
905 normal! zt
906 1
907 normal! 0
908 lcd ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd
909 tabedit ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd/configure.in
910 set splitbelow splitright
911 set nosplitbelow
912 set nosplitright
913 wincmd t
914 set winheight=1 winwidth=1
915 argglobal
916 edit ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd/configure.in
917 setlocal keymap=
918 setlocal noarabic
919 setlocal autoindent
920 setlocal balloonexpr=
921 setlocal nobinary
922 setlocal bufhidden=
923 setlocal buflisted
924 setlocal buftype=
925 setlocal nocindent
926 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
927 setlocal cinoptions=
928 setlocal cinwords=if,else,while,do,for,switch
929 setlocal colorcolumn=
930 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
931 setlocal commentstring=#%s
932 setlocal complete=.,w,b,u,t,i
933 setlocal concealcursor=
934 setlocal conceallevel=0
935 setlocal completefunc=
936 setlocal nocopyindent
937 setlocal cryptmethod=
938 setlocal nocursorbind
939 setlocal nocursorcolumn
940 setlocal nocursorline
941 setlocal define=
942 setlocal dictionary=
943 setlocal nodiff
944 setlocal equalprg=
945 setlocal errorformat=
946 setlocal expandtab
947 if &filetype != 'config'
948 setlocal filetype=config
949 endif
950 setlocal foldcolumn=0
951 setlocal foldenable
952 setlocal foldexpr=0
953 setlocal foldignore=#
954 setlocal foldlevel=0
955 setlocal foldmarker={{{,}}}
956 setlocal foldmethod=manual
957 setlocal foldminlines=1
958 setlocal foldnestmax=20
959 setlocal foldtext=foldtext()
960 setlocal formatexpr=
961 setlocal formatoptions=tcq
962 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
963 setlocal grepprg=
964 setlocal iminsert=2
965 setlocal imsearch=2
966 setlocal include=
967 setlocal includeexpr=
968 setlocal indentexpr=
969 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
970 setlocal noinfercase
971 setlocal iskeyword=@,48-57,_,192-255
972 setlocal keywordprg=
973 setlocal nolinebreak
974 setlocal nolisp
975 setlocal nolist
976 setlocal makeprg=
977 setlocal matchpairs=(:),{:},[:]
978 setlocal nomodeline
979 setlocal modifiable
980 setlocal nrformats=octal,hex
981 setlocal nonumber
982 setlocal numberwidth=4
983 setlocal omnifunc=
984 setlocal path=
985 setlocal nopreserveindent
986 setlocal nopreviewwindow
987 setlocal quoteescape=\\
988 setlocal noreadonly
989 setlocal norelativenumber
990 setlocal norightleft
991 setlocal rightleftcmd=search
992 setlocal noscrollbind
993 setlocal shiftwidth=4
994 setlocal noshortname
995 setlocal nosmartindent
996 setlocal softtabstop=0
997 setlocal nospell
998 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
999 setlocal spellfile=
1000 setlocal spelllang=en
1001 setlocal statusline=
1002 setlocal suffixesadd=
1003 setlocal swapfile
1004 setlocal synmaxcol=3000
1005 if &syntax != 'config'
1006 setlocal syntax=config
1007 endif
1008 setlocal tabstop=4
1009 setlocal tags=
1010 setlocal textwidth=0
1011 setlocal thesaurus=
1012 setlocal noundofile
1013 setlocal nowinfixheight
1014 setlocal nowinfixwidth
1015 setlocal wrap
1016 setlocal wrapmargin=0
1017 silent! normal! zE
1018 let s:l = 29 - ((11 * winheight(0) + 19) / 39)
1019 if s:l < 1 | let s:l = 1 | endif
1020 exe s:l
1021 normal! zt
1022 29
1023 normal! 028l
1024 lcd ~/clonezilla-sysresccd/trunk/create-clonezilla-sysresccd
1025 tabnext 5
1026 if exists('s:wipebuf')
1027 silent exe 'bwipe ' . s:wipebuf
1028 endif
1029 unlet! s:wipebuf
1030 set winheight=1 winwidth=20 shortmess=filnxtToO
1031 let s:sx = expand("<sfile>:p:r")."x.vim"
1032 if file_readable(s:sx)
1033 exe "source " . fnameescape(s:sx)
1034 endif
1035 let &so = s:so_save | let &siso = s:siso_save
1036 doautoall SessionLoadPost
1037 unlet SessionLoad
1038 " vim: set ft=vim :

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26