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