Pratt 1.6.5 → 1.6.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,1010 +0,0 @@
1
- let SessionLoad = 1
2
- if &cp | set nocp | endif
3
- map  
4
- vmap  :call Toggle()
5
- nmap  :call Toggle()
6
- map ; :
7
- map Q gq
8
- map UU :call UnComment()
9
- vmap [% [%m'gv``
10
- map \t :TestMe
11
- map \i :w!
12
- map \rd :w!
13
- map \ru :w!
14
- map \rt :w!
15
- map \r :w!
16
- map \a :execute histget("cmd", -1)
17
- map \ac :call Comment(";")
18
  " asterisk config comment
19
- map \bc :call Comment("r")
20
1
  " batch file comment
21
- map \vc :call Comment("\"")
22
2
  " vim comment
23
- map \jc :call Comment("/")
24
3
  " javascript comment
25
- map \sc :call Comment("-")
26
4
  " sql comment
27
- map \mc :call Comment("*")
28
5
  " C-type multi-line comment
29
- map \hc :call Comment("!")
30
6
  " html comment
31
- map \pc :call Comment("#")
32
7
  " p* language comment
33
- map \cc :call FComment()
34
- map \e :call g:RubyDebugger.exit()
35
- map \c :call g:RubyDebugger.continue()
36
- map \n :call g:RubyDebugger.next()
37
- map \s :call g:RubyDebugger.step()
38
- map \m :call g:RubyDebugger.open_breakpoints()
39
- map \v :call g:RubyDebugger.open_variables()
40
- map \b :call g:RubyDebugger.toggle_breakpoint()
41
- vmap ]% ]%m'gv``
42
- vmap a% [%v]%
43
- map bn :bn
44
- map bp :bp
45
- map co :CompileMe
46
- let s:cpo_save=&cpo
47
- set cpo&vim
48
- map e <S-Right>
49
- nmap gx <Plug>NetrwBrowseX
50
- map qq :qa!
51
- map q :wq!
52
- map s :w
53
- map sb :sb
54
- map zz :w
55
- nnoremap <silent> <Plug>NetrwBrowseX :call netrw#NetrwBrowseX(expand("<cWORD>"),0)
56
- imap  
57
- imap  :call Toggle()
58
- let &cpo=s:cpo_save
59
- unlet s:cpo_save
60
- set autoindent
61
- set background=dark
62
- set backspace=2
63
- set expandtab
64
- set fileencodings=ucs-bom,utf-8,default,latin1,default
65
- set helplang=en
66
- set hlsearch
67
- set ruler
68
- set runtimepath=~/.vim,/usr/share/vim/vimfiles,/usr/share/vim/vim72,/usr/share/vim/vimfiles/after,~/.vim/after,~/svn/devscripts/vim/.vim/
69
- set shiftwidth=2
70
- set softtabstop=2
71
- set suffixes=.bak,~,.o,.h,.info,.swp,.obj,.info,.aux,.log,.dvi,.bbl,.out,.o,.lo
72
- set tabstop=2
73
- set tags=./tags,./TAGS,tags,TAGS,~/ctags/tags,~/ctags/java.tags
74
- set timeoutlen=500
75
- set viminfo=!,'100,<50,s10,h
76
- set wildmenu
77
- set wildmode=list:longest,full
78
- let s:so_save = &so | let s:siso_save = &siso | set so=0 siso=0
79
- let v:this_session=expand("<sfile>:p")
80
- silent only
81
- cd ~/git/pratt
82
- if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == ''
83
- let s:wipebuf = bufnr('%')
84
- endif
85
- set shortmess=aoO
86
- badd +1 lib/pratt.rb
87
- badd +8 views/env.rb
88
- badd +1 views/customer.rb
89
- badd +1 views/main.rb
90
- badd +1 views/pop.rb
91
- args lib/pratt.rb
92
- edit views/pop.rb
93
- set splitbelow splitright
94
- wincmd _ | wincmd |
95
- split
96
- 1wincmd k
97
- wincmd _ | wincmd |
98
- vsplit
99
- wincmd _ | wincmd |
100
- vsplit
101
- 2wincmd h
102
- wincmd w
103
- wincmd w
104
- wincmd w
105
- set nosplitbelow
106
- set nosplitright
107
- wincmd t
108
- set winheight=1 winwidth=1
109
- exe '1resize ' . ((&lines * 37 + 38) / 77)
110
- exe 'vert 1resize ' . ((&columns * 93 + 140) / 280)
111
- exe '2resize ' . ((&lines * 37 + 38) / 77)
112
- exe 'vert 2resize ' . ((&columns * 92 + 140) / 280)
113
- exe '3resize ' . ((&lines * 37 + 38) / 77)
114
- exe 'vert 3resize ' . ((&columns * 93 + 140) / 280)
115
- exe '4resize ' . ((&lines * 37 + 38) / 77)
116
- argglobal
117
- setlocal keymap=
118
- setlocal noarabic
119
- setlocal autoindent
120
- setlocal nobinary
121
- setlocal bufhidden=
122
- setlocal buflisted
123
- setlocal buftype=
124
- setlocal nocindent
125
- setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
126
- setlocal cinoptions=
127
- setlocal cinwords=if,else,while,do,for,switch
128
- setlocal comments=:#
129
- setlocal commentstring=#\ %s
130
- setlocal complete=.,w,b,u,t,i
131
- setlocal completefunc=
132
- setlocal nocopyindent
133
- setlocal nocursorcolumn
134
- setlocal nocursorline
135
- setlocal define=^\\s*#\\s*define
136
- setlocal dictionary=
137
- setlocal nodiff
138
- setlocal equalprg=
139
- setlocal errorformat=
140
- setlocal expandtab
141
- if &filetype != 'ruby'
142
- setlocal filetype=ruby
143
- endif
144
- set foldcolumn=3
145
- setlocal foldcolumn=3
146
- setlocal foldenable
147
- setlocal foldexpr=0
148
- setlocal foldignore=#
149
- setlocal foldlevel=0
150
- setlocal foldmarker={{{,}}}
151
- set foldmethod=syntax
152
- setlocal foldmethod=syntax
153
- setlocal foldminlines=1
154
- setlocal foldnestmax=20
155
- setlocal foldtext=foldtext()
156
- setlocal formatexpr=
157
- setlocal formatoptions=croql
158
- setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
159
- setlocal grepprg=
160
- setlocal iminsert=0
161
- setlocal imsearch=0
162
- setlocal include=^\\s*\\<\\(load\\|w*require\\)\\>
163
- setlocal includeexpr=substitute(substitute(v:fname,'::','/','g'),'$','.rb','')
164
- setlocal indentexpr=
165
- setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
166
- setlocal noinfercase
167
- setlocal iskeyword=@,48-57,_,192-255
168
- setlocal keywordprg=ri
169
- setlocal nolinebreak
170
- setlocal nolisp
171
- setlocal nolist
172
- setlocal makeprg=
173
- setlocal matchpairs=(:),{:},[:]
174
- setlocal modeline
175
- setlocal modifiable
176
- setlocal nrformats=octal,hex
177
- set number
178
- setlocal number
179
- setlocal numberwidth=4
180
- setlocal omnifunc=rubycomplete#Complete
181
- setlocal path=.,/usr/lib/ruby/gems/1.8/gems/gemcutter-0.1.6/lib,/usr/lib/ruby/site_ruby/1.8,/usr/lib/ruby/site_ruby/1.8/i686-linux,/usr/lib/ruby/site_ruby,/usr/lib/ruby/vendor_ruby/1.8,/usr/lib/ruby/vendor_ruby/1.8/i686-linux,/usr/lib/ruby/vendor_ruby,/usr/lib/ruby/1.8,/usr/lib/ruby/1.8/i686-linux,,~/.gem/ruby/1.8/gems/Pratt-1.5.8/lib,~/.gem/ruby/1.8/gems/anvil-0.0.1/lib,~/.gem/ruby/1.8/gems/facets-2.7.0/lib,~/.gem/ruby/1.8/gems/shifty_week-0.1.1/lib,~/.gem/ruby/1.8/gems/treetop-1.4.2/lib,/usr/lib/ruby/gems/1.8/gems/GeoRuby-1.3.4/lib,/usr/lib/ruby/gems/1.8/gems/Linguistics-1.0.5/lib,/usr/lib/ruby/gems/1.8/gems/ParseTree-3.0.4/lib,/usr/lib/ruby/gems/1.8/gems/ParseTree-3.0.4/test,/usr/lib/ruby/gems/1.8/gems/RubyInline-3.8.3/lib,/usr/lib/ruby/gems/1.8/gems/Text-1.1.2/lib,/usr/lib/ruby/gems/1.8/gems/ZenTest-4.1.4/lib,/usr/lib/ruby/gems/1.8/gems/abstract-1.0.0/lib,/usr/lib/ruby/gems/1.8/gems/actionmailer-2.1.1/lib,/usr/lib/ruby/gems/1.8/gems/actionmailer-2.3.4/lib,/usr/lib/ruby/gems/1.8/gems/actionpack-2.1.1/lib,/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib,/usr/lib/ruby/gems/1.8/gems/activerecord-2.1.1/lib,/usr/lib/ruby/gems/1.8/gems/activerecord-2.3.4/lib,/usr/lib/ruby/gems/1.8/gems/activeresource-2.1.1/lib,/usr/lib/ruby/gems/1.8/gems/activeresource-2.3.4/lib,/usr/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib,/usr/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib,/usr/lib/ruby/gems/1.8/gems/acts_as_reportable-1.1.1/lib,/usr/lib/ruby/gems/1.8/gems/addressable-2.0.2/lib,/usr/lib/ruby/gems/1.8/gems/addressable-2.1.0/lib,/usr/lib/ruby/gems/1.8/gems/archive-tar-minitar-0.5.2/lib,/usr/lib/ruby/gems/1.8/gems/aws-s3-0.6.2/lib,/usr/lib/ruby/gems/1.8/gems/bluecloth-2.0.5/lib,/usr/lib/ruby/gems/1.8/gems/bones-2.5.1/lib,/usr/lib/ruby/gems/1.8/gems/builder-2.1.2/lib,/usr/lib/ruby/gems/1.8/gems/case-0.5/lib,/usr/lib/ruby/gems/1.8/gems/cgi_multipart_eof_fix-2.5.0/lib,/usr/lib/ruby/gems/1.8/gems/cheat-1.2.1/lib,/usr/lib/ruby/gems/1.8/gems/chronic-0.2.3/lib,/usr/lib/ruby/gems/1.8/gems/color-1.4.0/lib,/usr/lib/ruby/gems/1.8/gems/colored-1.1/lib,/usr/lib/ruby/gems/1.8/gems/columnize-0.3.1/lib,/usr/lib/ruby/gems/1.8/gems/crack-0.1.4/lib,/usr/lib/ruby/gems/1.8/gems/cucumber-0.3.104/lib,/usr/lib/ruby/gems/1.8/gems/daemons-1.0.10/lib,/usr/lib/ruby/gems/1.8/gems/data_objects-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/data_objects-0.9.11/lib,/usr/lib/ruby/gems/1.8/gems/datamapper-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/datamapper-dm-rest-adapter-0.9.12/lib,/usr/lib/ruby/gems/1.8/gems/date_time-duration-0.0.1/lib,/usr/lib/ruby/gems/1.8/gems/date_time-smart-0.0.3/lib,/usr/lib/ruby/gems/1.8/gems/diff-lcs-1.1.2/lib,/usr/lib/ruby/gems/1.8/gems/dm-adjust-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-aggregates-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-aggregates-0.9.11/lib,/usr/lib/ruby/gems/1.8/gems/dm-ar-finders-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-cli-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-constraints-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-core-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-core-0.9.11/lib,/usr/lib/ruby/gems/1.8/gems/dm-ferret-adapter-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-is-list-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-is-nested_set-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-is-remixable-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-is-searchable-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-is-state_machine-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-is-tree-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-is-versioned-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-is-viewable-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-migrations-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-migrations-0.9.11/lib,/usr/lib/ruby/gems/1.8/gems/dm-more-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-observer-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-querizer-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-rest-adapter-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-serializer-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-serializer-0.9.11/lib,/usr/lib/ruby/gems/1.8/gems/dm-shorthand-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-sweatshop-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-sweatshop-0.9.11/lib,/usr/lib/ruby/ge
182
- setlocal nopreserveindent
183
- setlocal nopreviewwindow
184
- setlocal quoteescape=\\
185
- setlocal noreadonly
186
- setlocal norightleft
187
- setlocal rightleftcmd=search
188
- setlocal noscrollbind
189
- setlocal shiftwidth=2
190
- setlocal noshortname
191
- setlocal nosmartindent
192
- setlocal softtabstop=2
193
- setlocal nospell
194
- setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
195
- setlocal spellfile=
196
- setlocal spelllang=en
197
- setlocal statusline=
198
- setlocal suffixesadd=.rb
199
- setlocal swapfile
200
- setlocal synmaxcol=3000
201
- if &syntax != 'ruby'
202
- setlocal syntax=ruby
203
- endif
204
- setlocal tabstop=2
205
- setlocal tags=
206
- setlocal textwidth=0
207
- setlocal thesaurus=
208
- setlocal nowinfixheight
209
- setlocal nowinfixwidth
210
- set nowrap
211
- setlocal nowrap
212
- setlocal wrapmargin=0
213
- 13
214
- normal zo
215
- let s:l = 7 - ((6 * winheight(0) + 18) / 37)
216
- if s:l < 1 | let s:l = 1 | endif
217
- exe s:l
218
- normal! zt
219
- 7
220
- normal! 028l
221
- wincmd w
222
- argglobal
223
- edit views/main.rb
224
- setlocal keymap=
225
- setlocal noarabic
226
- setlocal autoindent
227
- setlocal nobinary
228
- setlocal bufhidden=
229
- setlocal buflisted
230
- setlocal buftype=
231
- setlocal nocindent
232
- setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
233
- setlocal cinoptions=
234
- setlocal cinwords=if,else,while,do,for,switch
235
- setlocal comments=:#
236
- setlocal commentstring=#\ %s
237
- setlocal complete=.,w,b,u,t,i
238
- setlocal completefunc=
239
- setlocal nocopyindent
240
- setlocal nocursorcolumn
241
- setlocal nocursorline
242
- setlocal define=^\\s*#\\s*define
243
- setlocal dictionary=
244
- setlocal nodiff
245
- setlocal equalprg=
246
- setlocal errorformat=
247
- setlocal expandtab
248
- if &filetype != 'ruby'
249
- setlocal filetype=ruby
250
- endif
251
- set foldcolumn=3
252
- setlocal foldcolumn=3
253
- setlocal foldenable
254
- setlocal foldexpr=0
255
- setlocal foldignore=#
256
- setlocal foldlevel=0
257
- setlocal foldmarker={{{,}}}
258
- set foldmethod=syntax
259
- setlocal foldmethod=syntax
260
- setlocal foldminlines=1
261
- setlocal foldnestmax=20
262
- setlocal foldtext=foldtext()
263
- setlocal formatexpr=
264
- setlocal formatoptions=croql
265
- setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
266
- setlocal grepprg=
267
- setlocal iminsert=0
268
- setlocal imsearch=0
269
- setlocal include=^\\s*\\<\\(load\\|w*require\\)\\>
270
- setlocal includeexpr=substitute(substitute(v:fname,'::','/','g'),'$','.rb','')
271
- setlocal indentexpr=
272
- setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
273
- setlocal noinfercase
274
- setlocal iskeyword=@,48-57,_,192-255
275
- setlocal keywordprg=ri
276
- setlocal nolinebreak
277
- setlocal nolisp
278
- setlocal nolist
279
- setlocal makeprg=
280
- setlocal matchpairs=(:),{:},[:]
281
- setlocal modeline
282
- setlocal modifiable
283
- setlocal nrformats=octal,hex
284
- set number
285
- setlocal number
286
- setlocal numberwidth=4
287
- setlocal omnifunc=rubycomplete#Complete
288
- setlocal path=.,/usr/lib/ruby/gems/1.8/gems/gemcutter-0.1.6/lib,/usr/lib/ruby/site_ruby/1.8,/usr/lib/ruby/site_ruby/1.8/i686-linux,/usr/lib/ruby/site_ruby,/usr/lib/ruby/vendor_ruby/1.8,/usr/lib/ruby/vendor_ruby/1.8/i686-linux,/usr/lib/ruby/vendor_ruby,/usr/lib/ruby/1.8,/usr/lib/ruby/1.8/i686-linux,,~/.gem/ruby/1.8/gems/Pratt-1.5.8/lib,~/.gem/ruby/1.8/gems/anvil-0.0.1/lib,~/.gem/ruby/1.8/gems/facets-2.7.0/lib,~/.gem/ruby/1.8/gems/shifty_week-0.1.1/lib,~/.gem/ruby/1.8/gems/treetop-1.4.2/lib,/usr/lib/ruby/gems/1.8/gems/GeoRuby-1.3.4/lib,/usr/lib/ruby/gems/1.8/gems/Linguistics-1.0.5/lib,/usr/lib/ruby/gems/1.8/gems/ParseTree-3.0.4/lib,/usr/lib/ruby/gems/1.8/gems/ParseTree-3.0.4/test,/usr/lib/ruby/gems/1.8/gems/RubyInline-3.8.3/lib,/usr/lib/ruby/gems/1.8/gems/Text-1.1.2/lib,/usr/lib/ruby/gems/1.8/gems/ZenTest-4.1.4/lib,/usr/lib/ruby/gems/1.8/gems/abstract-1.0.0/lib,/usr/lib/ruby/gems/1.8/gems/actionmailer-2.1.1/lib,/usr/lib/ruby/gems/1.8/gems/actionmailer-2.3.4/lib,/usr/lib/ruby/gems/1.8/gems/actionpack-2.1.1/lib,/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib,/usr/lib/ruby/gems/1.8/gems/activerecord-2.1.1/lib,/usr/lib/ruby/gems/1.8/gems/activerecord-2.3.4/lib,/usr/lib/ruby/gems/1.8/gems/activeresource-2.1.1/lib,/usr/lib/ruby/gems/1.8/gems/activeresource-2.3.4/lib,/usr/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib,/usr/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib,/usr/lib/ruby/gems/1.8/gems/acts_as_reportable-1.1.1/lib,/usr/lib/ruby/gems/1.8/gems/addressable-2.0.2/lib,/usr/lib/ruby/gems/1.8/gems/addressable-2.1.0/lib,/usr/lib/ruby/gems/1.8/gems/archive-tar-minitar-0.5.2/lib,/usr/lib/ruby/gems/1.8/gems/aws-s3-0.6.2/lib,/usr/lib/ruby/gems/1.8/gems/bluecloth-2.0.5/lib,/usr/lib/ruby/gems/1.8/gems/bones-2.5.1/lib,/usr/lib/ruby/gems/1.8/gems/builder-2.1.2/lib,/usr/lib/ruby/gems/1.8/gems/case-0.5/lib,/usr/lib/ruby/gems/1.8/gems/cgi_multipart_eof_fix-2.5.0/lib,/usr/lib/ruby/gems/1.8/gems/cheat-1.2.1/lib,/usr/lib/ruby/gems/1.8/gems/chronic-0.2.3/lib,/usr/lib/ruby/gems/1.8/gems/color-1.4.0/lib,/usr/lib/ruby/gems/1.8/gems/colored-1.1/lib,/usr/lib/ruby/gems/1.8/gems/columnize-0.3.1/lib,/usr/lib/ruby/gems/1.8/gems/crack-0.1.4/lib,/usr/lib/ruby/gems/1.8/gems/cucumber-0.3.104/lib,/usr/lib/ruby/gems/1.8/gems/daemons-1.0.10/lib,/usr/lib/ruby/gems/1.8/gems/data_objects-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/data_objects-0.9.11/lib,/usr/lib/ruby/gems/1.8/gems/datamapper-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/datamapper-dm-rest-adapter-0.9.12/lib,/usr/lib/ruby/gems/1.8/gems/date_time-duration-0.0.1/lib,/usr/lib/ruby/gems/1.8/gems/date_time-smart-0.0.3/lib,/usr/lib/ruby/gems/1.8/gems/diff-lcs-1.1.2/lib,/usr/lib/ruby/gems/1.8/gems/dm-adjust-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-aggregates-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-aggregates-0.9.11/lib,/usr/lib/ruby/gems/1.8/gems/dm-ar-finders-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-cli-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-constraints-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-core-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-core-0.9.11/lib,/usr/lib/ruby/gems/1.8/gems/dm-ferret-adapter-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-is-list-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-is-nested_set-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-is-remixable-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-is-searchable-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-is-state_machine-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-is-tree-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-is-versioned-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-is-viewable-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-migrations-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-migrations-0.9.11/lib,/usr/lib/ruby/gems/1.8/gems/dm-more-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-observer-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-querizer-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-rest-adapter-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-serializer-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-serializer-0.9.11/lib,/usr/lib/ruby/gems/1.8/gems/dm-shorthand-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-sweatshop-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-sweatshop-0.9.11/lib,/usr/lib/ruby/ge
289
- setlocal nopreserveindent
290
- setlocal nopreviewwindow
291
- setlocal quoteescape=\\
292
- setlocal noreadonly
293
- setlocal norightleft
294
- setlocal rightleftcmd=search
295
- setlocal noscrollbind
296
- setlocal shiftwidth=2
297
- setlocal noshortname
298
- setlocal nosmartindent
299
- setlocal softtabstop=2
300
- setlocal nospell
301
- setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
302
- setlocal spellfile=
303
- setlocal spelllang=en
304
- setlocal statusline=
305
- setlocal suffixesadd=.rb
306
- setlocal swapfile
307
- setlocal synmaxcol=3000
308
- if &syntax != 'ruby'
309
- setlocal syntax=ruby
310
- endif
311
- setlocal tabstop=2
312
- setlocal tags=
313
- setlocal textwidth=0
314
- setlocal thesaurus=
315
- setlocal nowinfixheight
316
- setlocal nowinfixwidth
317
- set nowrap
318
- setlocal nowrap
319
- setlocal wrapmargin=0
320
- 20
321
- normal zo
322
- 24
323
- normal zo
324
- 31
325
- normal zo
326
- 38
327
- normal zo
328
- 63
329
- normal zo
330
- let s:l = 9 - ((0 * winheight(0) + 18) / 37)
331
- if s:l < 1 | let s:l = 1 | endif
332
- exe s:l
333
- normal! zt
334
- 9
335
- normal! 028l
336
- wincmd w
337
- argglobal
338
- edit views/customer.rb
339
- setlocal keymap=
340
- setlocal noarabic
341
- setlocal autoindent
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 comments=:#
351
- setlocal commentstring=#\ %s
352
- setlocal complete=.,w,b,u,t,i
353
- setlocal completefunc=
354
- setlocal nocopyindent
355
- setlocal nocursorcolumn
356
- setlocal nocursorline
357
- setlocal define=^\\s*#\\s*define
358
- setlocal dictionary=
359
- setlocal nodiff
360
- setlocal equalprg=
361
- setlocal errorformat=
362
- setlocal expandtab
363
- if &filetype != 'ruby'
364
- setlocal filetype=ruby
365
- endif
366
- set foldcolumn=3
367
- setlocal foldcolumn=3
368
- setlocal foldenable
369
- setlocal foldexpr=0
370
- setlocal foldignore=#
371
- setlocal foldlevel=0
372
- setlocal foldmarker={{{,}}}
373
- set foldmethod=syntax
374
- setlocal foldmethod=syntax
375
- setlocal foldminlines=1
376
- setlocal foldnestmax=20
377
- setlocal foldtext=foldtext()
378
- setlocal formatexpr=
379
- setlocal formatoptions=croql
380
- setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
381
- setlocal grepprg=
382
- setlocal iminsert=0
383
- setlocal imsearch=0
384
- setlocal include=^\\s*\\<\\(load\\|w*require\\)\\>
385
- setlocal includeexpr=substitute(substitute(v:fname,'::','/','g'),'$','.rb','')
386
- setlocal indentexpr=
387
- setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
388
- setlocal noinfercase
389
- setlocal iskeyword=@,48-57,_,192-255
390
- setlocal keywordprg=ri
391
- setlocal nolinebreak
392
- setlocal nolisp
393
- setlocal nolist
394
- setlocal makeprg=
395
- setlocal matchpairs=(:),{:},[:]
396
- setlocal modeline
397
- setlocal modifiable
398
- setlocal nrformats=octal,hex
399
- set number
400
- setlocal number
401
- setlocal numberwidth=4
402
- setlocal omnifunc=rubycomplete#Complete
403
- setlocal path=.,/usr/lib/ruby/gems/1.8/gems/gemcutter-0.1.6/lib,/usr/lib/ruby/site_ruby/1.8,/usr/lib/ruby/site_ruby/1.8/i686-linux,/usr/lib/ruby/site_ruby,/usr/lib/ruby/vendor_ruby/1.8,/usr/lib/ruby/vendor_ruby/1.8/i686-linux,/usr/lib/ruby/vendor_ruby,/usr/lib/ruby/1.8,/usr/lib/ruby/1.8/i686-linux,,~/.gem/ruby/1.8/gems/Pratt-1.5.8/lib,~/.gem/ruby/1.8/gems/anvil-0.0.1/lib,~/.gem/ruby/1.8/gems/facets-2.7.0/lib,~/.gem/ruby/1.8/gems/shifty_week-0.1.1/lib,~/.gem/ruby/1.8/gems/treetop-1.4.2/lib,/usr/lib/ruby/gems/1.8/gems/GeoRuby-1.3.4/lib,/usr/lib/ruby/gems/1.8/gems/Linguistics-1.0.5/lib,/usr/lib/ruby/gems/1.8/gems/ParseTree-3.0.4/lib,/usr/lib/ruby/gems/1.8/gems/ParseTree-3.0.4/test,/usr/lib/ruby/gems/1.8/gems/RubyInline-3.8.3/lib,/usr/lib/ruby/gems/1.8/gems/Text-1.1.2/lib,/usr/lib/ruby/gems/1.8/gems/ZenTest-4.1.4/lib,/usr/lib/ruby/gems/1.8/gems/abstract-1.0.0/lib,/usr/lib/ruby/gems/1.8/gems/actionmailer-2.1.1/lib,/usr/lib/ruby/gems/1.8/gems/actionmailer-2.3.4/lib,/usr/lib/ruby/gems/1.8/gems/actionpack-2.1.1/lib,/usr/lib/ruby/gems/1.8/gems/actionpack-2.3.4/lib,/usr/lib/ruby/gems/1.8/gems/activerecord-2.1.1/lib,/usr/lib/ruby/gems/1.8/gems/activerecord-2.3.4/lib,/usr/lib/ruby/gems/1.8/gems/activeresource-2.1.1/lib,/usr/lib/ruby/gems/1.8/gems/activeresource-2.3.4/lib,/usr/lib/ruby/gems/1.8/gems/activesupport-2.1.1/lib,/usr/lib/ruby/gems/1.8/gems/activesupport-2.3.4/lib,/usr/lib/ruby/gems/1.8/gems/acts_as_reportable-1.1.1/lib,/usr/lib/ruby/gems/1.8/gems/addressable-2.0.2/lib,/usr/lib/ruby/gems/1.8/gems/addressable-2.1.0/lib,/usr/lib/ruby/gems/1.8/gems/archive-tar-minitar-0.5.2/lib,/usr/lib/ruby/gems/1.8/gems/aws-s3-0.6.2/lib,/usr/lib/ruby/gems/1.8/gems/bluecloth-2.0.5/lib,/usr/lib/ruby/gems/1.8/gems/bones-2.5.1/lib,/usr/lib/ruby/gems/1.8/gems/builder-2.1.2/lib,/usr/lib/ruby/gems/1.8/gems/case-0.5/lib,/usr/lib/ruby/gems/1.8/gems/cgi_multipart_eof_fix-2.5.0/lib,/usr/lib/ruby/gems/1.8/gems/cheat-1.2.1/lib,/usr/lib/ruby/gems/1.8/gems/chronic-0.2.3/lib,/usr/lib/ruby/gems/1.8/gems/color-1.4.0/lib,/usr/lib/ruby/gems/1.8/gems/colored-1.1/lib,/usr/lib/ruby/gems/1.8/gems/columnize-0.3.1/lib,/usr/lib/ruby/gems/1.8/gems/crack-0.1.4/lib,/usr/lib/ruby/gems/1.8/gems/cucumber-0.3.104/lib,/usr/lib/ruby/gems/1.8/gems/daemons-1.0.10/lib,/usr/lib/ruby/gems/1.8/gems/data_objects-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/data_objects-0.9.11/lib,/usr/lib/ruby/gems/1.8/gems/datamapper-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/datamapper-dm-rest-adapter-0.9.12/lib,/usr/lib/ruby/gems/1.8/gems/date_time-duration-0.0.1/lib,/usr/lib/ruby/gems/1.8/gems/date_time-smart-0.0.3/lib,/usr/lib/ruby/gems/1.8/gems/diff-lcs-1.1.2/lib,/usr/lib/ruby/gems/1.8/gems/dm-adjust-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-aggregates-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-aggregates-0.9.11/lib,/usr/lib/ruby/gems/1.8/gems/dm-ar-finders-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-cli-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-constraints-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-core-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-core-0.9.11/lib,/usr/lib/ruby/gems/1.8/gems/dm-ferret-adapter-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-is-list-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-is-nested_set-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-is-remixable-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-is-searchable-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-is-state_machine-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-is-tree-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-is-versioned-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-is-viewable-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-migrations-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-migrations-0.9.11/lib,/usr/lib/ruby/gems/1.8/gems/dm-more-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-observer-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-querizer-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-rest-adapter-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-serializer-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-serializer-0.9.11/lib,/usr/lib/ruby/gems/1.8/gems/dm-shorthand-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-sweatshop-0.10.0/lib,/usr/lib/ruby/gems/1.8/gems/dm-sweatshop-0.9.11/lib,/usr/lib/ruby/ge
404
- setlocal nopreserveindent
405
- setlocal nopreviewwindow
406
- setlocal quoteescape=\\
407
- setlocal noreadonly
408
- setlocal norightleft
409
- setlocal rightleftcmd=search
410
- setlocal noscrollbind
411
- setlocal shiftwidth=2
412
- setlocal noshortname
413
- setlocal nosmartindent
414
- setlocal softtabstop=2
415
- setlocal nospell
416
- setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
417
- setlocal spellfile=
418
- setlocal spelllang=en
419
- setlocal statusline=
420
- setlocal suffixesadd=.rb
421
- setlocal swapfile
422
- setlocal synmaxcol=3000
423
- if &syntax != 'ruby'
424
- setlocal syntax=ruby
425
- endif
426
- setlocal tabstop=2
427
- setlocal tags=
428
- setlocal textwidth=0
429
- setlocal thesaurus=
430
- setlocal nowinfixheight
431
- setlocal nowinfixwidth
432
- set nowrap
433
- setlocal nowrap
434
- setlocal wrapmargin=0
435
- 10
436
- normal zo
437
- 38
438
- normal zo
439
- 46
440
- normal zo
441
- 52
442
- normal zo
443
- 58
444
- normal zo
445
- 74
446
- normal zo
447
- 81
448
- normal zo
449
- let s:l = 28 - ((6 * winheight(0) + 18) / 37)
450
- if s:l < 1 | let s:l = 1 | endif
451
- exe s:l
452
- normal! zt
453
- 28
454
- normal! 022l
455
- wincmd w
456
- argglobal
457
- edit lib/pratt.rb
458
- inoremap <buffer> \. >
459
- inoremap <buffer> \> >
460
- setlocal keymap=
461
- setlocal noarabic
462
- setlocal autoindent
463
- setlocal nobinary
464
- setlocal bufhidden=
465
- setlocal buflisted
466
- setlocal buftype=
467
- setlocal nocindent
468
- setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
469
- setlocal cinoptions=
470
- setlocal cinwords=if,else,while,do,for,switch
471
- setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
472
- setlocal commentstring=/*%s*/
473
- setlocal complete=.,w,b,u,t,i
474
- setlocal completefunc=
475
- setlocal nocopyindent
476
- setlocal nocursorcolumn
477
- setlocal nocursorline
478
- setlocal define=
479
- setlocal dictionary=
480
- setlocal nodiff
481
- setlocal equalprg=
482
- setlocal errorformat=%+W###\ %f:%l,%-C\ \ \ ,%-C!!\
483
- setlocal expandtab
484
- if &filetype != 'ruby'
485
- setlocal filetype=ruby
486
- endif
487
- set foldcolumn=3
488
- setlocal foldcolumn=3
489
- setlocal foldenable
490
- setlocal foldexpr=0
491
- setlocal foldignore=#
492
- setlocal foldlevel=0
493
- setlocal foldmarker={{{,}}}
494
- set foldmethod=syntax
495
- setlocal foldmethod=syntax
496
- setlocal foldminlines=1
497
- setlocal foldnestmax=20
498
- setlocal foldtext=foldtext()
499
- setlocal formatexpr=
500
- setlocal formatoptions=tcq
501
- setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
502
- setlocal grepprg=
503
- setlocal iminsert=0
504
- setlocal imsearch=0
505
- setlocal include=
506
- setlocal includeexpr=
507
- setlocal indentexpr=
508
- setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
509
- setlocal noinfercase
510
- setlocal iskeyword=@,48-57,_,192-255
511
- setlocal keywordprg=
512
- setlocal nolinebreak
513
- setlocal nolisp
514
- setlocal nolist
515
- setlocal makeprg=rake\ $*\ RCOVOPTS=\"-D\ --no-html\ --no-color\"\ $*
516
- setlocal matchpairs=(:),{:},[:],<:>
517
- setlocal modeline
518
- setlocal modifiable
519
- setlocal nrformats=octal,hex
520
- set number
521
- setlocal number
522
- setlocal numberwidth=4
523
- setlocal omnifunc=
524
- setlocal path=
525
- setlocal nopreserveindent
526
- setlocal nopreviewwindow
527
- setlocal quoteescape=\\
528
- setlocal noreadonly
529
- setlocal norightleft
530
- setlocal rightleftcmd=search
531
- setlocal noscrollbind
532
- setlocal shiftwidth=2
533
- setlocal noshortname
534
- setlocal nosmartindent
535
- setlocal softtabstop=2
536
- setlocal spell
537
- setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
538
- setlocal spellfile=
539
- setlocal spelllang=en
540
- setlocal statusline=
541
- setlocal suffixesadd=
542
- setlocal swapfile
543
- setlocal synmaxcol=3000
544
- if &syntax != 'ruby'
545
- setlocal syntax=ruby
546
- endif
547
- setlocal tabstop=2
548
- setlocal tags=
549
- setlocal textwidth=0
550
- setlocal thesaurus=
551
- setlocal nowinfixheight
552
- setlocal nowinfixwidth
553
- set nowrap
554
- setlocal nowrap
555
- setlocal wrapmargin=0
556
- 28
557
- normal zo
558
- 72
559
- normal zo
560
- 72
561
- normal zo
562
- 179
563
- normal zo
564
- 233
565
- normal zo
566
- 233
567
- normal zo
568
- 245
569
- normal zo
570
- 246
571
- normal zo
572
- 245
573
- normal zo
574
- 253
575
- normal zo
576
- 257
577
- normal zo
578
- 258
579
- normal zo
580
- 257
581
- normal zo
582
- 269
583
- normal zo
584
- 300
585
- normal zo
586
- 303
587
- normal zo
588
- 304
589
- normal zo
590
- 310
591
- normal zo
592
- 304
593
- normal zo
594
- 303
595
- normal zo
596
- 318
597
- normal zo
598
- 322
599
- normal zo
600
- 327
601
- normal zo
602
- 331
603
- normal zo
604
- 327
605
- normal zo
606
- 339
607
- normal zo
608
- 341
609
- normal zo
610
- 339
611
- normal zo
612
- 350
613
- normal zo
614
- 356
615
- normal zo
616
- 360
617
- normal zo
618
- 364
619
- normal zo
620
- 370
621
- normal zo
622
- 374
623
- normal zo
624
- 380
625
- normal zo
626
- 383
627
- normal zo
628
- 388
629
- normal zo
630
- 392
631
- normal zo
632
- 396
633
- normal zo
634
- 400
635
- normal zo
636
- 403
637
- normal zo
638
- 410
639
- normal zo
640
- 414
641
- normal zo
642
- 417
643
- normal zo
644
- 421
645
- normal zo
646
- 424
647
- normal zo
648
- 427
649
- normal zo
650
- 430
651
- normal zo
652
- 433
653
- normal zo
654
- 436
655
- normal zo
656
- 440
657
- normal zo
658
- 443
659
- normal zo
660
- 446
661
- normal zo
662
- 449
663
- normal zo
664
- 452
665
- normal zo
666
- 455
667
- normal zo
668
- 458
669
- normal zo
670
- 461
671
- normal zo
672
- 466
673
- normal zo
674
- 472
675
- normal zo
676
- 476
677
- normal zo
678
- 482
679
- normal zo
680
- 487
681
- normal zo
682
- 492
683
- normal zo
684
- 495
685
- normal zo
686
- 498
687
- normal zo
688
- 501
689
- normal zo
690
- 410
691
- normal zo
692
- 400
693
- normal zo
694
- 519
695
- normal zo
696
- 523
697
- normal zo
698
- 528
699
- normal zo
700
- 530
701
- normal zo
702
- 532
703
- normal zo
704
- 538
705
- normal zo
706
- 530
707
- normal zo
708
- 546
709
- normal zo
710
- 551
711
- normal zo
712
- 552
713
- normal zo
714
- 554
715
- normal zo
716
- 552
717
- normal zo
718
- 551
719
- normal zo
720
- 562
721
- normal zo
722
- 380
723
- normal zo
724
- 269
725
- normal zo
726
- 300
727
- normal zo
728
- 303
729
- normal zo
730
- 304
731
- normal zo
732
- 310
733
- normal zo
734
- 304
735
- normal zo
736
- 303
737
- normal zo
738
- 318
739
- normal zo
740
- 322
741
- normal zo
742
- 327
743
- normal zo
744
- 331
745
- normal zo
746
- 333
747
- normal zo
748
- 331
749
- normal zo
750
- 341
751
- normal zo
752
- 343
753
- normal zo
754
- 341
755
- normal zo
756
- 351
757
- normal zo
758
- 357
759
- normal zo
760
- 361
761
- normal zo
762
- 365
763
- normal zo
764
- 371
765
- normal zo
766
- 375
767
- normal zo
768
- 381
769
- normal zo
770
- 384
771
- normal zo
772
- 389
773
- normal zo
774
- 393
775
- normal zo
776
- 397
777
- normal zo
778
- 401
779
- normal zo
780
- 404
781
- normal zo
782
- 411
783
- normal zo
784
- 415
785
- normal zo
786
- 418
787
- normal zo
788
- 422
789
- normal zo
790
- 425
791
- normal zo
792
- 428
793
- normal zo
794
- 431
795
- normal zo
796
- 434
797
- normal zo
798
- 437
799
- normal zo
800
- 441
801
- normal zo
802
- 444
803
- normal zo
804
- 447
805
- normal zo
806
- 450
807
- normal zo
808
- 453
809
- normal zo
810
- 456
811
- normal zo
812
- 459
813
- normal zo
814
- 462
815
- normal zo
816
- 467
817
- normal zo
818
- 473
819
- normal zo
820
- 477
821
- normal zo
822
- 483
823
- normal zo
824
- 488
825
- normal zo
826
- 493
827
- normal zo
828
- 496
829
- normal zo
830
- 499
831
- normal zo
832
- 502
833
- normal zo
834
- 411
835
- normal zo
836
- 401
837
- normal zo
838
- 520
839
- normal zo
840
- 524
841
- normal zo
842
- 529
843
- normal zo
844
- 531
845
- normal zo
846
- 533
847
- normal zo
848
- 539
849
- normal zo
850
- 531
851
- normal zo
852
- 547
853
- normal zo
854
- 552
855
- normal zo
856
- 553
857
- normal zo
858
- 555
859
- normal zo
860
- 553
861
- normal zo
862
- 552
863
- normal zo
864
- 563
865
- normal zo
866
- 381
867
- normal zo
868
- 327
869
- normal zo
870
- 341
871
- normal zo
872
- 343
873
- normal zo
874
- 341
875
- normal zo
876
- 351
877
- normal zo
878
- 357
879
- normal zo
880
- 361
881
- normal zo
882
- 365
883
- normal zo
884
- 371
885
- normal zo
886
- 375
887
- normal zo
888
- 381
889
- normal zo
890
- 384
891
- normal zo
892
- 389
893
- normal zo
894
- 393
895
- normal zo
896
- 397
897
- normal zo
898
- 401
899
- normal zo
900
- 404
901
- normal zo
902
- 411
903
- normal zo
904
- 415
905
- normal zo
906
- 418
907
- normal zo
908
- 422
909
- normal zo
910
- 425
911
- normal zo
912
- 428
913
- normal zo
914
- 431
915
- normal zo
916
- 434
917
- normal zo
918
- 437
919
- normal zo
920
- 441
921
- normal zo
922
- 444
923
- normal zo
924
- 447
925
- normal zo
926
- 450
927
- normal zo
928
- 453
929
- normal zo
930
- 456
931
- normal zo
932
- 459
933
- normal zo
934
- 462
935
- normal zo
936
- 467
937
- normal zo
938
- 473
939
- normal zo
940
- 477
941
- normal zo
942
- 483
943
- normal zo
944
- 488
945
- normal zo
946
- 493
947
- normal zo
948
- 496
949
- normal zo
950
- 499
951
- normal zo
952
- 502
953
- normal zo
954
- 411
955
- normal zo
956
- 401
957
- normal zo
958
- 520
959
- normal zo
960
- 524
961
- normal zo
962
- 529
963
- normal zo
964
- 531
965
- normal zo
966
- 533
967
- normal zo
968
- 539
969
- normal zo
970
- 531
971
- normal zo
972
- 547
973
- normal zo
974
- 552
975
- normal zo
976
- 553
977
- normal zo
978
- 555
979
- normal zo
980
- 553
981
- normal zo
982
- 552
983
- normal zo
984
- 563
985
- normal zo
986
- 381
987
- normal zo
988
- 28
989
- normal zo
990
- let s:l = 333 - ((17 * winheight(0) + 18) / 37)
991
- if s:l < 1 | let s:l = 1 | endif
992
- exe s:l
993
- normal! zt
994
- 333
995
- normal! 012l
996
- wincmd w
997
- 3wincmd w
998
- exe '1resize ' . ((&lines * 37 + 38) / 77)
999
- exe 'vert 1resize ' . ((&columns * 93 + 140) / 280)
1000
- exe '2resize ' . ((&lines * 37 + 38) / 77)
1001
- exe 'vert 2resize ' . ((&columns * 92 + 140) / 280)
1002
- exe '3resize ' . ((&lines * 37 + 38) / 77)
1003
- exe 'vert 3resize ' . ((&columns * 93 + 140) / 280)
1004
- exe '4resize ' . ((&lines * 37 + 38) / 77)
1005
- tabnext 1
1006
- if exists('s:wipebuf')
1007
- silent exe 'bwipe ' . s:wipebuf
1008
- endif
1009
- unlet! s:wipebuf
1010
- set winheight=1 winwidth=20 shortmess=filnxtToO
1011
- let s:sx = expand("<sfile>:p:r")."x.vim"
1012
- if file_readable(s:sx)
1013
- exe "source " . fnameescape(s:sx)
1014
- endif
1015
- let &so = s:so_save | let &siso = s:siso_save
1016
- doautoall SessionLoadPost
1017
- unlet SessionLoad
1018
- " vim: set ft=vim :