/[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 93 - (show annotations)
Fri Aug 13 08:30:37 2010 UTC (13 years, 8 months ago) by sng
File size: 24190 byte(s)
Error occurred while calculating annotation data.
updating stuff for latest Clonezilla release

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26