/[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 180 - (show annotations)
Mon Jun 6 18:57:10 2011 UTC (12 years, 10 months ago) by sng
File size: 23697 byte(s)
- updating email addresses (bottom of page and "Contact me" in index.html
- updating site
  Please do not commit anything in trunk/www
  This folder is updated by script 2site and any manual changes are
  overwritten. Escpecially, doc.html is an index file which exists
  only in trunk/www (its contents are the H1,H2,H3 headers existing
  in html files under trunk/www/working

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26