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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26