relatório limpo. falta começar apresentação.
[xYpjg3TdSw.git] / Session.vim
blobccf07979ddc31df619d0ebd32555c6bc3871c0bd
1 let SessionLoad = 1
2 if &cp | set nocp | endif
3 let s:cpo_save=&cpo
4 set cpo&vim
5 map! <F8> \x16\e:make -B\x16\r\x16\r
6 map! <F9> \x16\e:make\x16\r\x16\r
7 map \x16\x13 \x16\e:w\x16\r
8 map Q gq
9 nmap gx <Plug>NetrwBrowseX
10 nnoremap <silent> <Plug>NetrwBrowseX :call netrw#NetrwBrowseX(expand("\x16<cWORD>"),0)\x16\r
11 map <F8> \x16\e:make -B\x16\r\x16\r
12 map <F9> \x16\e:make\x16\r\x16\r
13 map! \x16\x13 \x16\e:w\x16\r
14 inoremap \x16\x15 \x16\au\x16\x15
15 iabbr #d #define
16 iabbr #i #include
17 let &cpo=s:cpo_save
18 unlet s:cpo_save
19 set autoindent
20 set autoread
21 set autowrite
22 set autowriteall
23 set backspace=indent,eol,start
24 set backup
25 set fileencodings=ucs-bom,utf-8,default,latin1
26 set helplang=en
27 set history=50
28 set hlsearch
29 set incsearch
30 set mouse=a
31 set printoptions=paper:letter
32 set ruler
33 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
34 set shiftwidth=2
35 set shortmess=aoO
36 set showcmd
37 set smartindent
38 set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc
39 set tabstop=2
40 let s:so_save = &so | let s:siso_save = &siso | set so=0 siso=0
41 let v:this_session=expand("<sfile>:p")
42 silent only
43 cd ~/kaue/xYpjg3TdSw
44 if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == ''
45   let s:wipebuf = bufnr('%')
46 endif
47 set shortmess=aoO
48 badd +32 Board.cpp
49 badd +141 Controller.cpp
50 badd +57 Game.cpp
51 badd +14 main.cpp
52 badd +21 Window.cpp
53 badd +4 makefile
54 badd +34 Game.h
55 badd +29 Board.h
56 badd +45 Window.h
57 badd +48 Controller.h
58 badd +726 log.txt
59 badd +2 in.txt
60 badd +1 in2.txt
61 badd +5 todo.txt
62 badd +4 MoveHistoryEntry.h
63 badd +6 MoveHistoryEntry.cpp
64 badd +13 Enemy.h
65 badd +12 RandomEnemy.h
66 badd +13 RandomEnemy.cpp
67 badd +2 Enemy.cpp
68 badd +13 common.h
69 badd +1 in3.txt
70 badd +35 MinimaxEnemy.h
71 badd +540 MinimaxEnemy.cpp
72 badd +12 profiling
73 badd +7 n
74 badd +1 temp
75 badd +1 ia:\ malloc.c
76 badd +1 MinimaxEnemy.cpp~
77 badd +45 /usr/include/c++/4.4/bits/locale_classes.h
78 args Board.cpp Controller.cpp Game.cpp main.cpp Window.cpp makefile
79 edit MinimaxEnemy.h
80 set splitbelow splitright
81 wincmd _ | wincmd |
82 split
83 1wincmd k
84 wincmd _ | wincmd |
85 vsplit
86 1wincmd h
87 wincmd w
88 wincmd w
89 set nosplitbelow
90 set nosplitright
91 wincmd t
92 set winheight=1 winwidth=1
93 exe '1resize ' . ((&lines * 39 + 26) / 52)
94 exe 'vert 1resize ' . ((&columns * 78 + 78) / 157)
95 exe '2resize ' . ((&lines * 39 + 26) / 52)
96 exe 'vert 2resize ' . ((&columns * 78 + 78) / 157)
97 exe '3resize ' . ((&lines * 10 + 26) / 52)
98 argglobal
99 edit MinimaxEnemy.h
100 setlocal keymap=
101 setlocal noarabic
102 setlocal autoindent
103 setlocal nobinary
104 setlocal bufhidden=
105 setlocal buflisted
106 setlocal buftype=
107 setlocal cindent
108 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
109 setlocal cinoptions=
110 setlocal cinwords=if,else,while,do,for,switch
111 setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,://
112 setlocal commentstring=/*%s*/
113 setlocal complete=.,w,b,u,t,i
114 setlocal completefunc=
115 setlocal nocopyindent
116 setlocal nocursorcolumn
117 setlocal nocursorline
118 setlocal define=
119 setlocal dictionary=
120 setlocal nodiff
121 setlocal equalprg=
122 setlocal errorformat=
123 setlocal noexpandtab
124 if &filetype != 'cpp'
125 setlocal filetype=cpp
126 endif
127 setlocal foldcolumn=0
128 setlocal foldenable
129 setlocal foldexpr=0
130 setlocal foldignore=#
131 setlocal foldlevel=0
132 setlocal foldmarker={{{,}}}
133 setlocal foldmethod=manual
134 setlocal foldminlines=1
135 setlocal foldnestmax=20
136 setlocal foldtext=foldtext()
137 setlocal formatexpr=
138 setlocal formatoptions=croql
139 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
140 setlocal grepprg=
141 setlocal iminsert=0
142 setlocal imsearch=0
143 setlocal include=
144 setlocal includeexpr=
145 setlocal indentexpr=
146 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
147 setlocal noinfercase
148 setlocal iskeyword=@,48-57,_,192-255
149 setlocal keywordprg=
150 setlocal nolinebreak
151 setlocal nolisp
152 setlocal nolist
153 setlocal makeprg=
154 setlocal matchpairs=(:),{:},[:]
155 setlocal modeline
156 setlocal modifiable
157 setlocal nrformats=octal,hex
158 set number
159 setlocal number
160 setlocal numberwidth=4
161 setlocal omnifunc=ccomplete#Complete
162 setlocal path=
163 setlocal nopreserveindent
164 setlocal nopreviewwindow
165 setlocal quoteescape=\\
166 setlocal noreadonly
167 setlocal norightleft
168 setlocal rightleftcmd=search
169 setlocal noscrollbind
170 setlocal shiftwidth=2
171 setlocal noshortname
172 setlocal smartindent
173 setlocal softtabstop=0
174 setlocal nospell
175 setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+
176 setlocal spellfile=
177 setlocal spelllang=en
178 setlocal statusline=
179 setlocal suffixesadd=
180 setlocal swapfile
181 setlocal synmaxcol=3000
182 if &syntax != 'cpp'
183 setlocal syntax=cpp
184 endif
185 setlocal tabstop=2
186 setlocal tags=
187 setlocal textwidth=0
188 setlocal thesaurus=
189 setlocal nowinfixheight
190 setlocal nowinfixwidth
191 setlocal wrap
192 setlocal wrapmargin=0
193 silent! normal! zE
194 let s:l = 22 - ((6 * winheight(0) + 19) / 39)
195 if s:l < 1 | let s:l = 1 | endif
196 exe s:l
197 normal! zt
199 normal! 03l
200 wincmd w
201 argglobal
202 edit Board.h
203 setlocal keymap=
204 setlocal noarabic
205 setlocal autoindent
206 setlocal nobinary
207 setlocal bufhidden=
208 setlocal buflisted
209 setlocal buftype=
210 setlocal cindent
211 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
212 setlocal cinoptions=
213 setlocal cinwords=if,else,while,do,for,switch
214 setlocal comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,://
215 setlocal commentstring=/*%s*/
216 setlocal complete=.,w,b,u,t,i
217 setlocal completefunc=
218 setlocal nocopyindent
219 setlocal nocursorcolumn
220 setlocal nocursorline
221 setlocal define=
222 setlocal dictionary=
223 setlocal nodiff
224 setlocal equalprg=
225 setlocal errorformat=
226 setlocal noexpandtab
227 if &filetype != 'cpp'
228 setlocal filetype=cpp
229 endif
230 setlocal foldcolumn=0
231 setlocal foldenable
232 setlocal foldexpr=0
233 setlocal foldignore=#
234 setlocal foldlevel=0
235 setlocal foldmarker={{{,}}}
236 setlocal foldmethod=manual
237 setlocal foldminlines=1
238 setlocal foldnestmax=20
239 setlocal foldtext=foldtext()
240 setlocal formatexpr=
241 setlocal formatoptions=croql
242 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
243 setlocal grepprg=
244 setlocal iminsert=0
245 setlocal imsearch=0
246 setlocal include=
247 setlocal includeexpr=
248 setlocal indentexpr=
249 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
250 setlocal noinfercase
251 setlocal iskeyword=@,48-57,_,192-255
252 setlocal keywordprg=
253 setlocal nolinebreak
254 setlocal nolisp
255 setlocal nolist
256 setlocal makeprg=
257 setlocal matchpairs=(:),{:},[:]
258 setlocal modeline
259 setlocal modifiable
260 setlocal nrformats=octal,hex
261 set number
262 setlocal number
263 setlocal numberwidth=4
264 setlocal omnifunc=ccomplete#Complete
265 setlocal path=
266 setlocal nopreserveindent
267 setlocal nopreviewwindow
268 setlocal quoteescape=\\
269 setlocal noreadonly
270 setlocal norightleft
271 setlocal rightleftcmd=search
272 setlocal noscrollbind
273 setlocal shiftwidth=2
274 setlocal noshortname
275 setlocal smartindent
276 setlocal softtabstop=0
277 setlocal nospell
278 setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+
279 setlocal spellfile=
280 setlocal spelllang=en
281 setlocal statusline=
282 setlocal suffixesadd=
283 setlocal swapfile
284 setlocal synmaxcol=3000
285 if &syntax != 'cpp'
286 setlocal syntax=cpp
287 endif
288 setlocal tabstop=2
289 setlocal tags=
290 setlocal textwidth=0
291 setlocal thesaurus=
292 setlocal nowinfixheight
293 setlocal nowinfixwidth
294 setlocal wrap
295 setlocal wrapmargin=0
296 silent! normal! zE
297 let s:l = 72 - ((27 * winheight(0) + 19) / 39)
298 if s:l < 1 | let s:l = 1 | endif
299 exe s:l
300 normal! zt
302 normal! 02l
303 wincmd w
304 argglobal
305 enew
306 setlocal keymap=
307 setlocal noarabic
308 setlocal autoindent
309 setlocal nobinary
310 setlocal bufhidden=wipe
311 setlocal buflisted
312 setlocal buftype=quickfix
313 setlocal nocindent
314 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
315 setlocal cinoptions=
316 setlocal cinwords=if,else,while,do,for,switch
317 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
318 setlocal commentstring=/*%s*/
319 setlocal complete=.,w,b,u,t,i
320 setlocal completefunc=
321 setlocal nocopyindent
322 setlocal nocursorcolumn
323 setlocal nocursorline
324 setlocal define=
325 setlocal dictionary=
326 setlocal nodiff
327 setlocal equalprg=
328 setlocal errorformat=
329 setlocal noexpandtab
330 if &filetype != 'qf'
331 setlocal filetype=qf
332 endif
333 setlocal foldcolumn=0
334 setlocal foldenable
335 setlocal foldexpr=0
336 setlocal foldignore=#
337 setlocal foldlevel=0
338 setlocal foldmarker={{{,}}}
339 setlocal foldmethod=manual
340 setlocal foldminlines=1
341 setlocal foldnestmax=20
342 setlocal foldtext=foldtext()
343 setlocal formatexpr=
344 setlocal formatoptions=tcq
345 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
346 setlocal grepprg=
347 setlocal iminsert=0
348 setlocal imsearch=0
349 setlocal include=
350 setlocal includeexpr=
351 setlocal indentexpr=
352 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
353 setlocal noinfercase
354 setlocal iskeyword=@,48-57,_,192-255
355 setlocal keywordprg=
356 setlocal nolinebreak
357 setlocal nolisp
358 setlocal nolist
359 setlocal makeprg=
360 setlocal matchpairs=(:),{:},[:]
361 setlocal modeline
362 setlocal nomodifiable
363 setlocal nrformats=octal,hex
364 set number
365 setlocal number
366 setlocal numberwidth=4
367 setlocal omnifunc=
368 setlocal path=
369 setlocal nopreserveindent
370 setlocal nopreviewwindow
371 setlocal quoteescape=\\
372 setlocal noreadonly
373 setlocal norightleft
374 setlocal rightleftcmd=search
375 setlocal noscrollbind
376 setlocal shiftwidth=2
377 setlocal noshortname
378 setlocal smartindent
379 setlocal softtabstop=0
380 setlocal nospell
381 setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+
382 setlocal spellfile=
383 setlocal spelllang=en
384 setlocal statusline=
385 setlocal suffixesadd=
386 setlocal noswapfile
387 setlocal synmaxcol=3000
388 if &syntax != 'qf'
389 setlocal syntax=qf
390 endif
391 setlocal tabstop=2
392 setlocal tags=
393 setlocal textwidth=0
394 setlocal thesaurus=
395 setlocal winfixheight
396 setlocal nowinfixwidth
397 setlocal wrap
398 setlocal wrapmargin=0
399 wincmd w
400 exe '1resize ' . ((&lines * 39 + 26) / 52)
401 exe 'vert 1resize ' . ((&columns * 78 + 78) / 157)
402 exe '2resize ' . ((&lines * 39 + 26) / 52)
403 exe 'vert 2resize ' . ((&columns * 78 + 78) / 157)
404 exe '3resize ' . ((&lines * 10 + 26) / 52)
405 tabnext 1
406 if exists('s:wipebuf')
407   silent exe 'bwipe ' . s:wipebuf
408 endif
409 unlet! s:wipebuf
410 set winheight=1 winwidth=20 shortmess=aoO
411 let s:sx = expand("<sfile>:p:r")."x.vim"
412 if file_readable(s:sx)
413   exe "source " . fnameescape(s:sx)
414 endif
415 let &so = s:so_save | let &siso = s:siso_save
416 doautoall SessionLoadPost
417 unlet SessionLoad
418 " vim: set ft=vim :