/[clonezilla-sysresccd]/Documentation.vim
ViewVC logotype

Contents of /Documentation.vim

Parent Directory Parent Directory | Revision Log Revision Log


Revision 97 - (show annotations)
Sun Aug 15 19:57:21 2010 UTC (13 years, 8 months ago) by sng
File size: 496190 byte(s)
Error occurred while calculating annotation data.
- Cahnging links to table scheme in download.html
- Adding create-iso-tree to automate directory stracture
  creation for all three ISO files (and MD5 calculation)
- Adding create-iso-tree to vim session file

1 let SessionLoad = 1
2 if &cp | set nocp | endif
3 let s:cpo_save=&cpo
4 set cpo&vim
5 map! <S-Insert> <MiddleMouse>
6 map \c :echo g:colors_name
7 map \p :CP
8 map \n :CN
9 map \dk <Plug>DirDiffPrev
10 map \dj <Plug>DirDiffNext
11 map \dp <Plug>DirDiffPut
12 map \dg <Plug>DirDiffGet
13 nmap gx <Plug>NetrwBrowseX
14 map <F12> :colorscheme default
15 map <S-F12> :colorscheme desert
16 nnoremap <silent> <Plug>NetrwBrowseX :call netrw#NetrwBrowseX(expand("<cWORD>"),0)
17 map <S-Insert> <MiddleMouse>
18 noremap ë gt
19 noremap ê gT
20 iabbr Cs case "$" in
21 )
22 
23 ;;
24 )
25 
26 ;;
27 *)
28 
29 ;;
30 esac
31 iabbr Un until [ ];do
32 
33 done
34 iabbr Wh while [ ];do
35 
36 done
37 iabbr Ifil if [ ];then
38 
39 elif [ ];then
40 
41 else
42 
43 fi
44 iabbr Ifl if [ ];then
45 
46 else
47 
48 fi
49 iabbr Ifn if [ ];then
50 
51 fi
52 iabbr Fn for n in ;do
53 
54 done
55 let &cpo=s:cpo_save
56 unlet s:cpo_save
57 set autoindent
58 set backspace=indent,eol,start
59 set expandtab
60 set fileencodings=ucs-bom,utf-8,default,latin1
61 set guifont=Monospace\ 13
62 set helplang=el
63 set history=50
64 set iminsert=0
65 set nomodeline
66 set mouse=a
67 set pastetoggle=<F10>
68 set printoptions=paper:a4
69 set ruler
70 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
71 set shiftwidth=4
72 set showbreak=
73 set showcmd
74 set showmatch
75 set smarttab
76 set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc
77 set tabpagemax=1000
78 set tabstop=2
79 set termencoding=utf-8
80 set wildmenu
81 set window=38
82 let s:so_save = &so | let s:siso_save = &siso | set so=0 siso=0
83 let v:this_session=expand("<sfile>:p")
84 silent only
85 cd ~/clonezilla-sysresccd/trunk/www/working
86 if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == ''
87 let s:wipebuf = bufnr('%')
88 endif
89 set shortmess=aoO
90 badd +1 annex-a-devices.html
91 badd +1 backup.html
92 badd +1 backup-smb.html
93 badd +1 boot-params.html
94 badd +1 clonezilla.html
95 badd +1 custom-cd.html
96 badd +1 flash-backup.html
97 badd +1 help.html
98 badd +1 index.html
99 badd +1 intro.html
100 badd +1 oldboot.html
101 badd +1 own-scripts.html
102 badd +1 partitions.html
103 badd +1 project.html
104 badd +1 recover.html
105 badd +1 reloc-img.html
106 badd +1 restoration.html
107 badd +1 restore-burn.html
108 badd +1 restore.html
109 badd +1 screenshots.html
110 badd +1 supergrubdisk.html
111 badd +1 sysresccd.html
112 badd +1 usb.html
113 badd +1 news.php
114 badd +1 onepage.php
115 badd +1 printable.php
116 badd +1 clonezilla-sysresccd.rss
117 badd +1 ../.htaccess
118 badd +1 ../.404.html
119 badd +1 ../.news.php
120 badd +1 ../.template.html
121 badd +1 ../2site
122 badd +1 html2txt
123 badd +1 ../chkNamedLinks
124 badd +1 .404.html
125 badd +1 .news.php
126 badd +1 .template.html
127 badd +1 scripts/2site
128 badd +2 scripts/html2txt
129 badd +1 scripts/update-boot-params
130 badd +1 scripts/html2html
131 badd +4 scripts/html2offline
132 badd +1 scripts/html2doc
133 badd +1 download.html
134 badd +0 scripts/create-iso-tree
135 args annex-a-devices.html backup.html backup-smb.html boot-params.html clonezilla.html custom-cd.html flash-backup.html help.html index.html intro.html oldboot.html own-scripts.html partitions.html project.html recover.html reloc-img.html restoration.html restore-burn.html restore.html screenshots.html supergrubdisk.html sysresccd.html usb.html news.php onepage.php printable.php clonezilla-sysresccd.rss ../.htaccess ../.404.html ../.news.php ../.template.html ../2site html2txt ../chkNamedLinks
136 edit annex-a-devices.html
137 set splitbelow splitright
138 set nosplitbelow
139 set nosplitright
140 wincmd t
141 set winheight=1 winwidth=1
142 argglobal
143 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
144 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
145 nnoremap <buffer> <silent> ;# :ColorSelect
146 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
147 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
148 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
149 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
150 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
151 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
152 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
153 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
154 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
155 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
156 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
157 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
158 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
159 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
160 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
161 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
162 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
163 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
164 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
165 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
166 nnoremap <buffer> <silent> ; 
167 nnoremap <buffer> <silent> ;; ;
168 vnoremap <buffer> <silent> ;; ;
169 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
170 inoremap <buffer> <silent> &hA &hArr;
171 inoremap <buffer> <silent> &dA &dArr;
172 inoremap <buffer> <silent> &rA &rArr;
173 inoremap <buffer> <silent> &uA &uArr;
174 inoremap <buffer> <silent> &lA &lArr;
175 inoremap <buffer> <silent> &ha &harr;
176 inoremap <buffer> <silent> &da &darr;
177 inoremap <buffer> <silent> &ra &rarr;
178 inoremap <buffer> <silent> &ua &uarr;
179 inoremap <buffer> <silent> &la &larr;
180 inoremap <buffer> <silent> &pv &piv;
181 inoremap <buffer> <silent> &uh &upsih;
182 inoremap <buffer> <silent> &ts &thetasym;
183 inoremap <buffer> <silent> &og &omega;
184 inoremap <buffer> <silent> &ps &psi;
185 inoremap <buffer> <silent> &ch &chi;
186 inoremap <buffer> <silent> &ph &phi;
187 inoremap <buffer> <silent> &up &upsilon;
188 inoremap <buffer> <silent> &ta &tau;
189 inoremap <buffer> <silent> &sf &sigmaf;
190 inoremap <buffer> <silent> &si &sigma;
191 inoremap <buffer> <silent> &rh &rho;
192 inoremap <buffer> <silent> &pi &pi;
193 inoremap <buffer> <silent> &oc &omicron;
194 inoremap <buffer> <silent> &xi &xi;
195 inoremap <buffer> <silent> &nu &nu;
196 inoremap <buffer> <silent> &mu &mu;
197 inoremap <buffer> <silent> &lm &lambda;
198 inoremap <buffer> <silent> &ka &kappa;
199 inoremap <buffer> <silent> &io &iota;
200 inoremap <buffer> <silent> &th &theta;
201 inoremap <buffer> <silent> &et &eta;
202 inoremap <buffer> <silent> &ze &zeta;
203 inoremap <buffer> <silent> &ep &epsilon;
204 inoremap <buffer> <silent> &de &delta;
205 inoremap <buffer> <silent> &ga &gamma;
206 inoremap <buffer> <silent> &be &beta;
207 inoremap <buffer> <silent> &al &alpha;
208 inoremap <buffer> <silent> &Ps &Psi;
209 inoremap <buffer> <silent> &Ch &Chi;
210 inoremap <buffer> <silent> &Ph &Phi;
211 inoremap <buffer> <silent> &Up &Upsilon;
212 inoremap <buffer> <silent> &Ta &Tau;
213 inoremap <buffer> <silent> &Si &Sigma;
214 inoremap <buffer> <silent> &Rh &Rho;
215 inoremap <buffer> <silent> &Pi &Pi;
216 inoremap <buffer> <silent> &Oc &Omicron;
217 inoremap <buffer> <silent> &Xi &Xi;
218 inoremap <buffer> <silent> &Nu &Nu;
219 inoremap <buffer> <silent> &Mu &Mu;
220 inoremap <buffer> <silent> &Lm &Lambda;
221 inoremap <buffer> <silent> &Ka &Kappa;
222 inoremap <buffer> <silent> &Io &Iota;
223 inoremap <buffer> <silent> &Th &Theta;
224 inoremap <buffer> <silent> &Et &Eta;
225 inoremap <buffer> <silent> &Ze &Zeta;
226 inoremap <buffer> <silent> &Ep &Epsilon;
227 inoremap <buffer> <silent> &De &Delta;
228 inoremap <buffer> <silent> &Ga &Gamma;
229 inoremap <buffer> <silent> &Be &Beta;
230 inoremap <buffer> <silent> &Al &Alpha;
231 inoremap <buffer> <silent> &3. &hellip;
232 inoremap <buffer> <silent> &-- &mdash;
233 inoremap <buffer> <silent> &3- &mdash;
234 inoremap <buffer> <silent> &m- &mdash;
235 inoremap <buffer> <silent> &2- &ndash;
236 inoremap <buffer> <silent> &n- &ndash;
237 inoremap <buffer> <silent> &34 &frac34;
238 inoremap <buffer> <silent> &12 &frac12;
239 inoremap <buffer> <silent> &14 &frac14;
240 inoremap <buffer> <silent> &. &middot;
241 inoremap <buffer> <silent> &pa &para;
242 inoremap <buffer> <silent> &mi &micro;
243 inoremap <buffer> <silent> &dg &deg;
244 inoremap <buffer> <silent> &? &iquest;
245 inoremap <buffer> <silent> &! &iexcl;
246 inoremap <buffer> <silent> &sz &szlig;
247 inoremap <buffer> <silent> &o/ &oslash;
248 inoremap <buffer> <silent> &/ &divide;
249 inoremap <buffer> <silent> &" &uml;
250 inoremap <buffer> <silent> &2> &raquo;
251 inoremap <buffer> <silent> &2< &laquo;
252 inoremap <buffer> <silent> &y" &yuml;
253 inoremap <buffer> <silent> &y' &yacute;
254 inoremap <buffer> <silent> &u" &uuml;
255 inoremap <buffer> <silent> &u^ &ucirc;
256 inoremap <buffer> <silent> &u' &uacute;
257 inoremap <buffer> <silent> &u` &ugrave;
258 inoremap <buffer> <silent> &x &times;
259 inoremap <buffer> <silent> &o" &ouml;
260 inoremap <buffer> <silent> &o~ &otilde;
261 inoremap <buffer> <silent> &o^ &ocirc;
262 inoremap <buffer> <silent> &o' &oacute;
263 inoremap <buffer> <silent> &o` &ograve;
264 inoremap <buffer> <silent> &n~ &ntilde;
265 inoremap <buffer> <silent> &i" &iuml;
266 inoremap <buffer> <silent> &i^ &icirc;
267 inoremap <buffer> <silent> &i' &iacute;
268 inoremap <buffer> <silent> &i` &igrave;
269 inoremap <buffer> <silent> &e" &euml;
270 inoremap <buffer> <silent> &e^ &ecirc;
271 inoremap <buffer> <silent> &e' &eacute;
272 inoremap <buffer> <silent> &e` &egrave;
273 inoremap <buffer> <silent> &c, &ccedil;
274 inoremap <buffer> <silent> &ae &aelig;
275 inoremap <buffer> <silent> &ao &aring;
276 inoremap <buffer> <silent> &a" &auml;
277 inoremap <buffer> <silent> &a~ &atilde;
278 inoremap <buffer> <silent> &a^ &acirc;
279 inoremap <buffer> <silent> &a' &aacute;
280 inoremap <buffer> <silent> &a` &agrave;
281 inoremap <buffer> <silent> &Y' &Yacute;
282 inoremap <buffer> <silent> &U" &Uuml;
283 inoremap <buffer> <silent> &U^ &Ucirc;
284 inoremap <buffer> <silent> &U' &Uacute;
285 inoremap <buffer> <silent> &U` &Ugrave;
286 inoremap <buffer> <silent> &O/ &Oslash;
287 inoremap <buffer> <silent> &O" &Ouml;
288 inoremap <buffer> <silent> &O~ &Otilde;
289 inoremap <buffer> <silent> &O^ &Ocirc;
290 inoremap <buffer> <silent> &O' &Oacute;
291 inoremap <buffer> <silent> &O` &Ograve;
292 inoremap <buffer> <silent> &N~ &Ntilde;
293 inoremap <buffer> <silent> &I" &Iuml;
294 inoremap <buffer> <silent> &I^ &Icirc;
295 inoremap <buffer> <silent> &I' &Iacute;
296 inoremap <buffer> <silent> &I` &Igrave;
297 inoremap <buffer> <silent> &E" &Euml;
298 inoremap <buffer> <silent> &E^ &Ecirc;
299 inoremap <buffer> <silent> &E' &Eacute;
300 inoremap <buffer> <silent> &E` &Egrave;
301 inoremap <buffer> <silent> &C, &Ccedil;
302 inoremap <buffer> <silent> &AE &AElig;
303 inoremap <buffer> <silent> &Ao &Aring;
304 inoremap <buffer> <silent> &A" &Auml;
305 inoremap <buffer> <silent> &A~ &Atilde;
306 inoremap <buffer> <silent> &A^ &Acirc;
307 inoremap <buffer> <silent> &A' &Aacute;
308 inoremap <buffer> <silent> &A` &Agrave;
309 inoremap <buffer> <silent> &c| &cent;
310 inoremap <buffer> <silent> &Y= &yen;
311 inoremap <buffer> <silent> &# &pound;
312 inoremap <buffer> <silent> & &nbsp;
313 inoremap <buffer> <silent> &> &gt;
314 inoremap <buffer> <silent> &< &lt;
315 inoremap <buffer> <silent> &' &quot;
316 inoremap <buffer> <silent> &tm &trade;
317 inoremap <buffer> <silent> &rO &reg;
318 inoremap <buffer> <silent> &cO &copy;
319 inoremap <buffer> <silent> && &amp;
320 inoremap <buffer> <silent> ;# :ColorSelect
321 inoremap <buffer> <silent> ; &nbsp;
322 inoremap <buffer> <silent> ;la <label for=""></label>F"
323 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
324 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
325 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
326 </textarea>k$5F"i
327 inoremap <buffer> <silent> ;og <optgroup label="">
328 </optgroup>k$F"i
329 inoremap <buffer> <silent> ;op <option></option>F<
330 inoremap <buffer> <silent> ;ms <select name="" multiple>
331 </select>O
332 inoremap <buffer> <silent> ;se <select name="">
333 </select>O
334 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
335 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
336 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
337 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
338 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
339 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
340 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
341 inoremap <buffer> <silent> ;fm <form action="">
342 </form>k$F"i
343 inoremap <buffer> <silent> ;if <iframe src="">
344 </iframe>k$F"i
345 inoremap <buffer> <silent> ;nf <noframes>
346 </noframes>O
347 inoremap <buffer> <silent> ;fr <frame src="">F"
348 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
349 </frameset>k$3F"i
350 inoremap <buffer> <silent> ;th <th></th>F<
351 inoremap <buffer> <silent> ;td <td>
352 </td>O
353 inoremap <buffer> <silent> ;tr <tr>
354 </tr>O
355 inoremap <buffer> <silent> ;tf <tfoot>
356 </tfoot>O
357 inoremap <buffer> <silent> ;tb <tbody>
358 </tbody>O
359 inoremap <buffer> <silent> ;tH <thead>
360 </thead>O
361 inoremap <buffer> <silent> ;ta <table>
362 </table>O
363 inoremap <buffer> <silent> ;ca <caption></caption>F<
364 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
365 </object>k$5F"i
366 inoremap <buffer> <silent> ;ns <noscript>
367 </noscripT>O
368 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
369 <noembed></noembed>k$5F"i
370 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
371 inoremap <buffer> <silent> ;va <var></var>F<
372 inoremap <buffer> <silent> ;ul <ul>
373 </ul>O
374 inoremap <buffer> <silent> ;tt <tt></tt>F<
375 inoremap <buffer> <silent> ;ti <title></title>F<
376 inoremap <buffer> <silent> ;sp <sup></sup>F<
377 inoremap <buffer> <silent> ;sb <sub></sub>F<
378 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
379 inoremap <buffer> <silent> ;cs <style type="text/css">
380 <!--
381 -->
382 </style>kO
383 inoremap <buffer> <silent> ;sm <small></small>F<
384 inoremap <buffer> <silent> ;sa <samp></samp>F<
385 inoremap <buffer> <silent> ;sk <strike></strike>F<
386 inoremap <buffer> <silent> ;qu <q></q>F<
387 inoremap <buffer> <silent> ;pr <pre>
388 </pre>O
389 inoremap <buffer> <silent> ;/p </p>
390 
391 <p>
392 inoremap <buffer> <silent> ;pp <p>
393 </p>O
394 inoremap <buffer> <silent> ;ol <ol>
395 </ol>O
396 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
397 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
398 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
399 inoremap <buffer> <silent> ;lk <link href="">F"
400 inoremap <buffer> <silent> ;li <li></li>F<
401 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
402 inoremap <buffer> <silent> ;ii <isindex>
403 inoremap <buffer> <silent> ;in <ins></ins>F<
404 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
405 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
406 inoremap <buffer> <silent> ;ht <html>
407 </html>O
408 inoremap <buffer> <silent> ;Hr <hr width="75%">
409 inoremap <buffer> <silent> ;hr <hr>
410 inoremap <buffer> <silent> ;he <head>
411 </head>O
412 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
413 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
414 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
415 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
416 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
417 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
418 inoremap <buffer> <silent> ;h6 <h6></h6>F<
419 inoremap <buffer> <silent> ;h5 <h5></h5>F<
420 inoremap <buffer> <silent> ;h4 <h4></h4>F<
421 inoremap <buffer> <silent> ;h3 <h3></h3>F<
422 inoremap <buffer> <silent> ;h2 <h2></h2>F<
423 inoremap <buffer> <silent> ;h1 <h1></h1>F<
424 inoremap <buffer> <silent> ;fc <font color=""></font>F"
425 inoremap <buffer> <silent> ;fo <font size=""></font>F"
426 inoremap <buffer> <silent> ;sn <span></span>F<
427 inoremap <buffer> <silent> ;dv <div>
428 </div>O
429 inoremap <buffer> <silent> ;df <dfn></dfn>F<
430 inoremap <buffer> <silent> ;de <del></del>F<
431 inoremap <buffer> <silent> ;dd <dd></dd>F<
432 inoremap <buffer> <silent> ;dt <dt></dt>F<
433 inoremap <buffer> <silent> ;dl <dl>
434 </dl>O
435 inoremap <buffer> <silent> ;co <code></code>F<
436 inoremap <buffer> <silent> ;ci <cite></cite>F<
437 inoremap <buffer> <silent> ;ce <center></center>F<
438 inoremap <buffer> <silent> ;br <br>
439 inoremap <buffer> <silent> ;bd <body>
440 </body>O
441 inoremap <buffer> <silent> ;bl <blockquote>
442 </blockquote>O
443 inoremap <buffer> <silent> ;bi <big></big>F<
444 inoremap <buffer> <silent> ;bh <base href="">F"
445 inoremap <buffer> <silent> ;ad <address></address>F<
446 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
447 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
448 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
449 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
450 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
451 inoremap <buffer> <silent> ;an <a name=""></a>F"
452 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
453 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
454 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
455 inoremap <buffer> <silent> ;ah <a href=""></a>F"
456 imap <buffer> <silent> ;s4 ;s4
457 imap <buffer> <silent> ;4 ;4
458 inoremap <buffer> <silent> ;mi :call MangleImageTag()
459 inoremap <buffer> <silent> ; 
460 inoremap <buffer> <silent> ;& &
461 inoremap <buffer> <silent> ;; ;
462 setlocal keymap=
463 setlocal noarabic
464 setlocal autoindent
465 setlocal balloonexpr=
466 setlocal nobinary
467 setlocal bufhidden=
468 setlocal buflisted
469 setlocal buftype=
470 setlocal nocindent
471 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
472 setlocal cinoptions=
473 setlocal cinwords=if,else,while,do,for,switch
474 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
475 setlocal commentstring=<!--%s-->
476 setlocal complete=.,w,b,u,t,i
477 setlocal completefunc=
478 setlocal nocopyindent
479 setlocal nocursorcolumn
480 setlocal nocursorline
481 setlocal define=
482 setlocal dictionary=
483 setlocal nodiff
484 setlocal equalprg=
485 setlocal errorformat=
486 setlocal noexpandtab
487 if &filetype != 'html'
488 setlocal filetype=html
489 endif
490 setlocal foldcolumn=0
491 setlocal foldenable
492 setlocal foldexpr=0
493 setlocal foldignore=#
494 setlocal foldlevel=0
495 setlocal foldmarker={{{,}}}
496 setlocal foldmethod=manual
497 setlocal foldminlines=1
498 setlocal foldnestmax=20
499 setlocal foldtext=foldtext()
500 setlocal formatexpr=
501 setlocal formatoptions=tcq
502 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
503 setlocal grepprg=
504 setlocal iminsert=2
505 setlocal imsearch=2
506 setlocal include=
507 setlocal includeexpr=
508 setlocal indentexpr=
509 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
510 setlocal noinfercase
511 setlocal iskeyword=@,48-57,_,192-255
512 setlocal keywordprg=
513 setlocal nolinebreak
514 setlocal nolisp
515 setlocal nolist
516 setlocal makeprg=
517 setlocal matchpairs=(:),{:},[:],<:>
518 setlocal nomodeline
519 setlocal modifiable
520 setlocal nrformats=octal,hex
521 setlocal nonumber
522 setlocal numberwidth=4
523 setlocal omnifunc=htmlcomplete#CompleteTags
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=8
533 setlocal noshortname
534 setlocal nosmartindent
535 setlocal softtabstop=0
536 setlocal nospell
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 != 'html'
545 setlocal syntax=html
546 endif
547 setlocal tabstop=2
548 setlocal tags=
549 setlocal textwidth=0
550 setlocal thesaurus=
551 setlocal nowinfixheight
552 setlocal nowinfixwidth
553 setlocal wrap
554 setlocal wrapmargin=0
555 silent! normal! zE
556 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
557 if s:l < 1 | let s:l = 1 | endif
558 exe s:l
559 normal! zt
560 1
561 normal! 0
562 tabedit backup.html
563 set splitbelow splitright
564 set nosplitbelow
565 set nosplitright
566 wincmd t
567 set winheight=1 winwidth=1
568 argglobal
569 2argu
570 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
571 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
572 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
573 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
574 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
575 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
576 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
577 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
578 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
579 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
580 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
581 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
582 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
583 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
584 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
585 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
586 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
587 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
588 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
589 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
590 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
591 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
592 nnoremap <buffer> <silent> ; 
593 nnoremap <buffer> <silent> ;; ;
594 vnoremap <buffer> <silent> ;; ;
595 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
596 inoremap <buffer> <silent> &hA &hArr;
597 inoremap <buffer> <silent> &dA &dArr;
598 inoremap <buffer> <silent> &rA &rArr;
599 inoremap <buffer> <silent> &uA &uArr;
600 inoremap <buffer> <silent> &lA &lArr;
601 inoremap <buffer> <silent> &ha &harr;
602 inoremap <buffer> <silent> &da &darr;
603 inoremap <buffer> <silent> &ra &rarr;
604 inoremap <buffer> <silent> &ua &uarr;
605 inoremap <buffer> <silent> &la &larr;
606 inoremap <buffer> <silent> &pv &piv;
607 inoremap <buffer> <silent> &uh &upsih;
608 inoremap <buffer> <silent> &ts &thetasym;
609 inoremap <buffer> <silent> &og &omega;
610 inoremap <buffer> <silent> &ps &psi;
611 inoremap <buffer> <silent> &ch &chi;
612 inoremap <buffer> <silent> &ph &phi;
613 inoremap <buffer> <silent> &up &upsilon;
614 inoremap <buffer> <silent> &ta &tau;
615 inoremap <buffer> <silent> &sf &sigmaf;
616 inoremap <buffer> <silent> &si &sigma;
617 inoremap <buffer> <silent> &rh &rho;
618 inoremap <buffer> <silent> &pi &pi;
619 inoremap <buffer> <silent> &oc &omicron;
620 inoremap <buffer> <silent> &xi &xi;
621 inoremap <buffer> <silent> &nu &nu;
622 inoremap <buffer> <silent> &mu &mu;
623 inoremap <buffer> <silent> &lm &lambda;
624 inoremap <buffer> <silent> &ka &kappa;
625 inoremap <buffer> <silent> &io &iota;
626 inoremap <buffer> <silent> &th &theta;
627 inoremap <buffer> <silent> &et &eta;
628 inoremap <buffer> <silent> &ze &zeta;
629 inoremap <buffer> <silent> &ep &epsilon;
630 inoremap <buffer> <silent> &de &delta;
631 inoremap <buffer> <silent> &ga &gamma;
632 inoremap <buffer> <silent> &be &beta;
633 inoremap <buffer> <silent> &al &alpha;
634 inoremap <buffer> <silent> &Ps &Psi;
635 inoremap <buffer> <silent> &Ch &Chi;
636 inoremap <buffer> <silent> &Ph &Phi;
637 inoremap <buffer> <silent> &Up &Upsilon;
638 inoremap <buffer> <silent> &Ta &Tau;
639 inoremap <buffer> <silent> &Si &Sigma;
640 inoremap <buffer> <silent> &Rh &Rho;
641 inoremap <buffer> <silent> &Pi &Pi;
642 inoremap <buffer> <silent> &Oc &Omicron;
643 inoremap <buffer> <silent> &Xi &Xi;
644 inoremap <buffer> <silent> &Nu &Nu;
645 inoremap <buffer> <silent> &Mu &Mu;
646 inoremap <buffer> <silent> &Lm &Lambda;
647 inoremap <buffer> <silent> &Ka &Kappa;
648 inoremap <buffer> <silent> &Io &Iota;
649 inoremap <buffer> <silent> &Th &Theta;
650 inoremap <buffer> <silent> &Et &Eta;
651 inoremap <buffer> <silent> &Ze &Zeta;
652 inoremap <buffer> <silent> &Ep &Epsilon;
653 inoremap <buffer> <silent> &De &Delta;
654 inoremap <buffer> <silent> &Ga &Gamma;
655 inoremap <buffer> <silent> &Be &Beta;
656 inoremap <buffer> <silent> &Al &Alpha;
657 inoremap <buffer> <silent> &3. &hellip;
658 inoremap <buffer> <silent> &-- &mdash;
659 inoremap <buffer> <silent> &3- &mdash;
660 inoremap <buffer> <silent> &m- &mdash;
661 inoremap <buffer> <silent> &2- &ndash;
662 inoremap <buffer> <silent> &n- &ndash;
663 inoremap <buffer> <silent> &34 &frac34;
664 inoremap <buffer> <silent> &12 &frac12;
665 inoremap <buffer> <silent> &14 &frac14;
666 inoremap <buffer> <silent> &. &middot;
667 inoremap <buffer> <silent> &pa &para;
668 inoremap <buffer> <silent> &mi &micro;
669 inoremap <buffer> <silent> &dg &deg;
670 inoremap <buffer> <silent> &? &iquest;
671 inoremap <buffer> <silent> &! &iexcl;
672 inoremap <buffer> <silent> &sz &szlig;
673 inoremap <buffer> <silent> &o/ &oslash;
674 inoremap <buffer> <silent> &/ &divide;
675 inoremap <buffer> <silent> &" &uml;
676 inoremap <buffer> <silent> &2> &raquo;
677 inoremap <buffer> <silent> &2< &laquo;
678 inoremap <buffer> <silent> &y" &yuml;
679 inoremap <buffer> <silent> &y' &yacute;
680 inoremap <buffer> <silent> &u" &uuml;
681 inoremap <buffer> <silent> &u^ &ucirc;
682 inoremap <buffer> <silent> &u' &uacute;
683 inoremap <buffer> <silent> &u` &ugrave;
684 inoremap <buffer> <silent> &x &times;
685 inoremap <buffer> <silent> &o" &ouml;
686 inoremap <buffer> <silent> &o~ &otilde;
687 inoremap <buffer> <silent> &o^ &ocirc;
688 inoremap <buffer> <silent> &o' &oacute;
689 inoremap <buffer> <silent> &o` &ograve;
690 inoremap <buffer> <silent> &n~ &ntilde;
691 inoremap <buffer> <silent> &i" &iuml;
692 inoremap <buffer> <silent> &i^ &icirc;
693 inoremap <buffer> <silent> &i' &iacute;
694 inoremap <buffer> <silent> &i` &igrave;
695 inoremap <buffer> <silent> &e" &euml;
696 inoremap <buffer> <silent> &e^ &ecirc;
697 inoremap <buffer> <silent> &e' &eacute;
698 inoremap <buffer> <silent> &e` &egrave;
699 inoremap <buffer> <silent> &c, &ccedil;
700 inoremap <buffer> <silent> &ae &aelig;
701 inoremap <buffer> <silent> &ao &aring;
702 inoremap <buffer> <silent> &a" &auml;
703 inoremap <buffer> <silent> &a~ &atilde;
704 inoremap <buffer> <silent> &a^ &acirc;
705 inoremap <buffer> <silent> &a' &aacute;
706 inoremap <buffer> <silent> &a` &agrave;
707 inoremap <buffer> <silent> &Y' &Yacute;
708 inoremap <buffer> <silent> &U" &Uuml;
709 inoremap <buffer> <silent> &U^ &Ucirc;
710 inoremap <buffer> <silent> &U' &Uacute;
711 inoremap <buffer> <silent> &U` &Ugrave;
712 inoremap <buffer> <silent> &O/ &Oslash;
713 inoremap <buffer> <silent> &O" &Ouml;
714 inoremap <buffer> <silent> &O~ &Otilde;
715 inoremap <buffer> <silent> &O^ &Ocirc;
716 inoremap <buffer> <silent> &O' &Oacute;
717 inoremap <buffer> <silent> &O` &Ograve;
718 inoremap <buffer> <silent> &N~ &Ntilde;
719 inoremap <buffer> <silent> &I" &Iuml;
720 inoremap <buffer> <silent> &I^ &Icirc;
721 inoremap <buffer> <silent> &I' &Iacute;
722 inoremap <buffer> <silent> &I` &Igrave;
723 inoremap <buffer> <silent> &E" &Euml;
724 inoremap <buffer> <silent> &E^ &Ecirc;
725 inoremap <buffer> <silent> &E' &Eacute;
726 inoremap <buffer> <silent> &E` &Egrave;
727 inoremap <buffer> <silent> &C, &Ccedil;
728 inoremap <buffer> <silent> &AE &AElig;
729 inoremap <buffer> <silent> &Ao &Aring;
730 inoremap <buffer> <silent> &A" &Auml;
731 inoremap <buffer> <silent> &A~ &Atilde;
732 inoremap <buffer> <silent> &A^ &Acirc;
733 inoremap <buffer> <silent> &A' &Aacute;
734 inoremap <buffer> <silent> &A` &Agrave;
735 inoremap <buffer> <silent> &c| &cent;
736 inoremap <buffer> <silent> &Y= &yen;
737 inoremap <buffer> <silent> &# &pound;
738 inoremap <buffer> <silent> & &nbsp;
739 inoremap <buffer> <silent> &> &gt;
740 inoremap <buffer> <silent> &< &lt;
741 inoremap <buffer> <silent> &' &quot;
742 inoremap <buffer> <silent> &tm &trade;
743 inoremap <buffer> <silent> &rO &reg;
744 inoremap <buffer> <silent> &cO &copy;
745 inoremap <buffer> <silent> && &amp;
746 inoremap <buffer> <silent> ; &nbsp;
747 inoremap <buffer> <silent> ;la <label for=""></label>F"
748 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
749 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
750 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
751 </textarea>k$5F"i
752 inoremap <buffer> <silent> ;og <optgroup label="">
753 </optgroup>k$F"i
754 inoremap <buffer> <silent> ;op <option></option>F<
755 inoremap <buffer> <silent> ;ms <select name="" multiple>
756 </select>O
757 inoremap <buffer> <silent> ;se <select name="">
758 </select>O
759 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
760 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
761 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
762 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
763 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
764 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
765 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
766 inoremap <buffer> <silent> ;fm <form action="">
767 </form>k$F"i
768 inoremap <buffer> <silent> ;if <iframe src="">
769 </iframe>k$F"i
770 inoremap <buffer> <silent> ;nf <noframes>
771 </noframes>O
772 inoremap <buffer> <silent> ;fr <frame src="">F"
773 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
774 </frameset>k$3F"i
775 inoremap <buffer> <silent> ;th <th></th>F<
776 inoremap <buffer> <silent> ;td <td>
777 </td>O
778 inoremap <buffer> <silent> ;tr <tr>
779 </tr>O
780 inoremap <buffer> <silent> ;tf <tfoot>
781 </tfoot>O
782 inoremap <buffer> <silent> ;tb <tbody>
783 </tbody>O
784 inoremap <buffer> <silent> ;tH <thead>
785 </thead>O
786 inoremap <buffer> <silent> ;ta <table>
787 </table>O
788 inoremap <buffer> <silent> ;ca <caption></caption>F<
789 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
790 </object>k$5F"i
791 inoremap <buffer> <silent> ;ns <noscript>
792 </noscripT>O
793 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
794 <noembed></noembed>k$5F"i
795 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
796 inoremap <buffer> <silent> ;va <var></var>F<
797 inoremap <buffer> <silent> ;ul <ul>
798 </ul>O
799 inoremap <buffer> <silent> ;tt <tt></tt>F<
800 inoremap <buffer> <silent> ;ti <title></title>F<
801 inoremap <buffer> <silent> ;sp <sup></sup>F<
802 inoremap <buffer> <silent> ;sb <sub></sub>F<
803 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
804 inoremap <buffer> <silent> ;cs <style type="text/css">
805 <!--
806 -->
807 </style>kO
808 inoremap <buffer> <silent> ;sm <small></small>F<
809 inoremap <buffer> <silent> ;sa <samp></samp>F<
810 inoremap <buffer> <silent> ;sk <strike></strike>F<
811 inoremap <buffer> <silent> ;qu <q></q>F<
812 inoremap <buffer> <silent> ;pr <pre>
813 </pre>O
814 inoremap <buffer> <silent> ;/p </p>
815 
816 <p>
817 inoremap <buffer> <silent> ;pp <p>
818 </p>O
819 inoremap <buffer> <silent> ;ol <ol>
820 </ol>O
821 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
822 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
823 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
824 inoremap <buffer> <silent> ;lk <link href="">F"
825 inoremap <buffer> <silent> ;li <li></li>F<
826 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
827 inoremap <buffer> <silent> ;ii <isindex>
828 inoremap <buffer> <silent> ;in <ins></ins>F<
829 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
830 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
831 inoremap <buffer> <silent> ;ht <html>
832 </html>O
833 inoremap <buffer> <silent> ;Hr <hr width="75%">
834 inoremap <buffer> <silent> ;hr <hr>
835 inoremap <buffer> <silent> ;he <head>
836 </head>O
837 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
838 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
839 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
840 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
841 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
842 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
843 inoremap <buffer> <silent> ;h6 <h6></h6>F<
844 inoremap <buffer> <silent> ;h5 <h5></h5>F<
845 inoremap <buffer> <silent> ;h4 <h4></h4>F<
846 inoremap <buffer> <silent> ;h3 <h3></h3>F<
847 inoremap <buffer> <silent> ;h2 <h2></h2>F<
848 inoremap <buffer> <silent> ;h1 <h1></h1>F<
849 inoremap <buffer> <silent> ;fc <font color=""></font>F"
850 inoremap <buffer> <silent> ;fo <font size=""></font>F"
851 inoremap <buffer> <silent> ;sn <span></span>F<
852 inoremap <buffer> <silent> ;dv <div>
853 </div>O
854 inoremap <buffer> <silent> ;df <dfn></dfn>F<
855 inoremap <buffer> <silent> ;de <del></del>F<
856 inoremap <buffer> <silent> ;dd <dd></dd>F<
857 inoremap <buffer> <silent> ;dt <dt></dt>F<
858 inoremap <buffer> <silent> ;dl <dl>
859 </dl>O
860 inoremap <buffer> <silent> ;co <code></code>F<
861 inoremap <buffer> <silent> ;ci <cite></cite>F<
862 inoremap <buffer> <silent> ;ce <center></center>F<
863 inoremap <buffer> <silent> ;br <br>
864 inoremap <buffer> <silent> ;bd <body>
865 </body>O
866 inoremap <buffer> <silent> ;bl <blockquote>
867 </blockquote>O
868 inoremap <buffer> <silent> ;bi <big></big>F<
869 inoremap <buffer> <silent> ;bh <base href="">F"
870 inoremap <buffer> <silent> ;ad <address></address>F<
871 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
872 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
873 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
874 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
875 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
876 inoremap <buffer> <silent> ;an <a name=""></a>F"
877 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
878 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
879 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
880 inoremap <buffer> <silent> ;ah <a href=""></a>F"
881 imap <buffer> <silent> ;s4 ;s4
882 imap <buffer> <silent> ;4 ;4
883 inoremap <buffer> <silent> ;mi :call MangleImageTag()
884 inoremap <buffer> <silent> ; 
885 inoremap <buffer> <silent> ;& &
886 inoremap <buffer> <silent> ;; ;
887 setlocal keymap=
888 setlocal noarabic
889 setlocal autoindent
890 setlocal balloonexpr=
891 setlocal nobinary
892 setlocal bufhidden=
893 setlocal buflisted
894 setlocal buftype=
895 setlocal nocindent
896 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
897 setlocal cinoptions=
898 setlocal cinwords=if,else,while,do,for,switch
899 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
900 setlocal commentstring=<!--%s-->
901 setlocal complete=.,w,b,u,t,i
902 setlocal completefunc=
903 setlocal nocopyindent
904 setlocal nocursorcolumn
905 setlocal nocursorline
906 setlocal define=
907 setlocal dictionary=
908 setlocal nodiff
909 setlocal equalprg=
910 setlocal errorformat=
911 setlocal noexpandtab
912 if &filetype != 'html'
913 setlocal filetype=html
914 endif
915 setlocal foldcolumn=0
916 setlocal foldenable
917 setlocal foldexpr=0
918 setlocal foldignore=#
919 setlocal foldlevel=0
920 setlocal foldmarker={{{,}}}
921 setlocal foldmethod=manual
922 setlocal foldminlines=1
923 setlocal foldnestmax=20
924 setlocal foldtext=foldtext()
925 setlocal formatexpr=
926 setlocal formatoptions=tcq
927 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
928 setlocal grepprg=
929 setlocal iminsert=2
930 setlocal imsearch=2
931 setlocal include=
932 setlocal includeexpr=
933 setlocal indentexpr=
934 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
935 setlocal noinfercase
936 setlocal iskeyword=@,48-57,_,192-255
937 setlocal keywordprg=
938 setlocal nolinebreak
939 setlocal nolisp
940 setlocal nolist
941 setlocal makeprg=
942 setlocal matchpairs=(:),{:},[:],<:>
943 setlocal nomodeline
944 setlocal modifiable
945 setlocal nrformats=octal,hex
946 setlocal nonumber
947 setlocal numberwidth=4
948 setlocal omnifunc=htmlcomplete#CompleteTags
949 setlocal path=
950 setlocal nopreserveindent
951 setlocal nopreviewwindow
952 setlocal quoteescape=\\
953 setlocal noreadonly
954 setlocal norightleft
955 setlocal rightleftcmd=search
956 setlocal noscrollbind
957 setlocal shiftwidth=8
958 setlocal noshortname
959 setlocal nosmartindent
960 setlocal softtabstop=0
961 setlocal nospell
962 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
963 setlocal spellfile=
964 setlocal spelllang=en
965 setlocal statusline=
966 setlocal suffixesadd=
967 setlocal swapfile
968 setlocal synmaxcol=3000
969 if &syntax != 'html'
970 setlocal syntax=html
971 endif
972 setlocal tabstop=2
973 setlocal tags=
974 setlocal textwidth=0
975 setlocal thesaurus=
976 setlocal nowinfixheight
977 setlocal nowinfixwidth
978 setlocal wrap
979 setlocal wrapmargin=0
980 silent! normal! zE
981 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
982 if s:l < 1 | let s:l = 1 | endif
983 exe s:l
984 normal! zt
985 1
986 normal! 0
987 tabedit backup-smb.html
988 set splitbelow splitright
989 set nosplitbelow
990 set nosplitright
991 wincmd t
992 set winheight=1 winwidth=1
993 argglobal
994 3argu
995 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
996 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
997 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
998 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
999 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
1000 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
1001 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
1002 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
1003 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
1004 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
1005 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
1006 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
1007 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
1008 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
1009 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
1010 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
1011 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
1012 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
1013 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
1014 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
1015 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
1016 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
1017 nnoremap <buffer> <silent> ; 
1018 nnoremap <buffer> <silent> ;; ;
1019 vnoremap <buffer> <silent> ;; ;
1020 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
1021 inoremap <buffer> <silent> &hA &hArr;
1022 inoremap <buffer> <silent> &dA &dArr;
1023 inoremap <buffer> <silent> &rA &rArr;
1024 inoremap <buffer> <silent> &uA &uArr;
1025 inoremap <buffer> <silent> &lA &lArr;
1026 inoremap <buffer> <silent> &ha &harr;
1027 inoremap <buffer> <silent> &da &darr;
1028 inoremap <buffer> <silent> &ra &rarr;
1029 inoremap <buffer> <silent> &ua &uarr;
1030 inoremap <buffer> <silent> &la &larr;
1031 inoremap <buffer> <silent> &pv &piv;
1032 inoremap <buffer> <silent> &uh &upsih;
1033 inoremap <buffer> <silent> &ts &thetasym;
1034 inoremap <buffer> <silent> &og &omega;
1035 inoremap <buffer> <silent> &ps &psi;
1036 inoremap <buffer> <silent> &ch &chi;
1037 inoremap <buffer> <silent> &ph &phi;
1038 inoremap <buffer> <silent> &up &upsilon;
1039 inoremap <buffer> <silent> &ta &tau;
1040 inoremap <buffer> <silent> &sf &sigmaf;
1041 inoremap <buffer> <silent> &si &sigma;
1042 inoremap <buffer> <silent> &rh &rho;
1043 inoremap <buffer> <silent> &pi &pi;
1044 inoremap <buffer> <silent> &oc &omicron;
1045 inoremap <buffer> <silent> &xi &xi;
1046 inoremap <buffer> <silent> &nu &nu;
1047 inoremap <buffer> <silent> &mu &mu;
1048 inoremap <buffer> <silent> &lm &lambda;
1049 inoremap <buffer> <silent> &ka &kappa;
1050 inoremap <buffer> <silent> &io &iota;
1051 inoremap <buffer> <silent> &th &theta;
1052 inoremap <buffer> <silent> &et &eta;
1053 inoremap <buffer> <silent> &ze &zeta;
1054 inoremap <buffer> <silent> &ep &epsilon;
1055 inoremap <buffer> <silent> &de &delta;
1056 inoremap <buffer> <silent> &ga &gamma;
1057 inoremap <buffer> <silent> &be &beta;
1058 inoremap <buffer> <silent> &al &alpha;
1059 inoremap <buffer> <silent> &Ps &Psi;
1060 inoremap <buffer> <silent> &Ch &Chi;
1061 inoremap <buffer> <silent> &Ph &Phi;
1062 inoremap <buffer> <silent> &Up &Upsilon;
1063 inoremap <buffer> <silent> &Ta &Tau;
1064 inoremap <buffer> <silent> &Si &Sigma;
1065 inoremap <buffer> <silent> &Rh &Rho;
1066 inoremap <buffer> <silent> &Pi &Pi;
1067 inoremap <buffer> <silent> &Oc &Omicron;
1068 inoremap <buffer> <silent> &Xi &Xi;
1069 inoremap <buffer> <silent> &Nu &Nu;
1070 inoremap <buffer> <silent> &Mu &Mu;
1071 inoremap <buffer> <silent> &Lm &Lambda;
1072 inoremap <buffer> <silent> &Ka &Kappa;
1073 inoremap <buffer> <silent> &Io &Iota;
1074 inoremap <buffer> <silent> &Th &Theta;
1075 inoremap <buffer> <silent> &Et &Eta;
1076 inoremap <buffer> <silent> &Ze &Zeta;
1077 inoremap <buffer> <silent> &Ep &Epsilon;
1078 inoremap <buffer> <silent> &De &Delta;
1079 inoremap <buffer> <silent> &Ga &Gamma;
1080 inoremap <buffer> <silent> &Be &Beta;
1081 inoremap <buffer> <silent> &Al &Alpha;
1082 inoremap <buffer> <silent> &3. &hellip;
1083 inoremap <buffer> <silent> &-- &mdash;
1084 inoremap <buffer> <silent> &3- &mdash;
1085 inoremap <buffer> <silent> &m- &mdash;
1086 inoremap <buffer> <silent> &2- &ndash;
1087 inoremap <buffer> <silent> &n- &ndash;
1088 inoremap <buffer> <silent> &34 &frac34;
1089 inoremap <buffer> <silent> &12 &frac12;
1090 inoremap <buffer> <silent> &14 &frac14;
1091 inoremap <buffer> <silent> &. &middot;
1092 inoremap <buffer> <silent> &pa &para;
1093 inoremap <buffer> <silent> &mi &micro;
1094 inoremap <buffer> <silent> &dg &deg;
1095 inoremap <buffer> <silent> &? &iquest;
1096 inoremap <buffer> <silent> &! &iexcl;
1097 inoremap <buffer> <silent> &sz &szlig;
1098 inoremap <buffer> <silent> &o/ &oslash;
1099 inoremap <buffer> <silent> &/ &divide;
1100 inoremap <buffer> <silent> &" &uml;
1101 inoremap <buffer> <silent> &2> &raquo;
1102 inoremap <buffer> <silent> &2< &laquo;
1103 inoremap <buffer> <silent> &y" &yuml;
1104 inoremap <buffer> <silent> &y' &yacute;
1105 inoremap <buffer> <silent> &u" &uuml;
1106 inoremap <buffer> <silent> &u^ &ucirc;
1107 inoremap <buffer> <silent> &u' &uacute;
1108 inoremap <buffer> <silent> &u` &ugrave;
1109 inoremap <buffer> <silent> &x &times;
1110 inoremap <buffer> <silent> &o" &ouml;
1111 inoremap <buffer> <silent> &o~ &otilde;
1112 inoremap <buffer> <silent> &o^ &ocirc;
1113 inoremap <buffer> <silent> &o' &oacute;
1114 inoremap <buffer> <silent> &o` &ograve;
1115 inoremap <buffer> <silent> &n~ &ntilde;
1116 inoremap <buffer> <silent> &i" &iuml;
1117 inoremap <buffer> <silent> &i^ &icirc;
1118 inoremap <buffer> <silent> &i' &iacute;
1119 inoremap <buffer> <silent> &i` &igrave;
1120 inoremap <buffer> <silent> &e" &euml;
1121 inoremap <buffer> <silent> &e^ &ecirc;
1122 inoremap <buffer> <silent> &e' &eacute;
1123 inoremap <buffer> <silent> &e` &egrave;
1124 inoremap <buffer> <silent> &c, &ccedil;
1125 inoremap <buffer> <silent> &ae &aelig;
1126 inoremap <buffer> <silent> &ao &aring;
1127 inoremap <buffer> <silent> &a" &auml;
1128 inoremap <buffer> <silent> &a~ &atilde;
1129 inoremap <buffer> <silent> &a^ &acirc;
1130 inoremap <buffer> <silent> &a' &aacute;
1131 inoremap <buffer> <silent> &a` &agrave;
1132 inoremap <buffer> <silent> &Y' &Yacute;
1133 inoremap <buffer> <silent> &U" &Uuml;
1134 inoremap <buffer> <silent> &U^ &Ucirc;
1135 inoremap <buffer> <silent> &U' &Uacute;
1136 inoremap <buffer> <silent> &U` &Ugrave;
1137 inoremap <buffer> <silent> &O/ &Oslash;
1138 inoremap <buffer> <silent> &O" &Ouml;
1139 inoremap <buffer> <silent> &O~ &Otilde;
1140 inoremap <buffer> <silent> &O^ &Ocirc;
1141 inoremap <buffer> <silent> &O' &Oacute;
1142 inoremap <buffer> <silent> &O` &Ograve;
1143 inoremap <buffer> <silent> &N~ &Ntilde;
1144 inoremap <buffer> <silent> &I" &Iuml;
1145 inoremap <buffer> <silent> &I^ &Icirc;
1146 inoremap <buffer> <silent> &I' &Iacute;
1147 inoremap <buffer> <silent> &I` &Igrave;
1148 inoremap <buffer> <silent> &E" &Euml;
1149 inoremap <buffer> <silent> &E^ &Ecirc;
1150 inoremap <buffer> <silent> &E' &Eacute;
1151 inoremap <buffer> <silent> &E` &Egrave;
1152 inoremap <buffer> <silent> &C, &Ccedil;
1153 inoremap <buffer> <silent> &AE &AElig;
1154 inoremap <buffer> <silent> &Ao &Aring;
1155 inoremap <buffer> <silent> &A" &Auml;
1156 inoremap <buffer> <silent> &A~ &Atilde;
1157 inoremap <buffer> <silent> &A^ &Acirc;
1158 inoremap <buffer> <silent> &A' &Aacute;
1159 inoremap <buffer> <silent> &A` &Agrave;
1160 inoremap <buffer> <silent> &c| &cent;
1161 inoremap <buffer> <silent> &Y= &yen;
1162 inoremap <buffer> <silent> &# &pound;
1163 inoremap <buffer> <silent> & &nbsp;
1164 inoremap <buffer> <silent> &> &gt;
1165 inoremap <buffer> <silent> &< &lt;
1166 inoremap <buffer> <silent> &' &quot;
1167 inoremap <buffer> <silent> &tm &trade;
1168 inoremap <buffer> <silent> &rO &reg;
1169 inoremap <buffer> <silent> &cO &copy;
1170 inoremap <buffer> <silent> && &amp;
1171 inoremap <buffer> <silent> ; &nbsp;
1172 inoremap <buffer> <silent> ;la <label for=""></label>F"
1173 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
1174 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
1175 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
1176 </textarea>k$5F"i
1177 inoremap <buffer> <silent> ;og <optgroup label="">
1178 </optgroup>k$F"i
1179 inoremap <buffer> <silent> ;op <option></option>F<
1180 inoremap <buffer> <silent> ;ms <select name="" multiple>
1181 </select>O
1182 inoremap <buffer> <silent> ;se <select name="">
1183 </select>O
1184 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
1185 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
1186 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
1187 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
1188 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
1189 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
1190 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
1191 inoremap <buffer> <silent> ;fm <form action="">
1192 </form>k$F"i
1193 inoremap <buffer> <silent> ;if <iframe src="">
1194 </iframe>k$F"i
1195 inoremap <buffer> <silent> ;nf <noframes>
1196 </noframes>O
1197 inoremap <buffer> <silent> ;fr <frame src="">F"
1198 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
1199 </frameset>k$3F"i
1200 inoremap <buffer> <silent> ;th <th></th>F<
1201 inoremap <buffer> <silent> ;td <td>
1202 </td>O
1203 inoremap <buffer> <silent> ;tr <tr>
1204 </tr>O
1205 inoremap <buffer> <silent> ;tf <tfoot>
1206 </tfoot>O
1207 inoremap <buffer> <silent> ;tb <tbody>
1208 </tbody>O
1209 inoremap <buffer> <silent> ;tH <thead>
1210 </thead>O
1211 inoremap <buffer> <silent> ;ta <table>
1212 </table>O
1213 inoremap <buffer> <silent> ;ca <caption></caption>F<
1214 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
1215 </object>k$5F"i
1216 inoremap <buffer> <silent> ;ns <noscript>
1217 </noscripT>O
1218 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
1219 <noembed></noembed>k$5F"i
1220 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
1221 inoremap <buffer> <silent> ;va <var></var>F<
1222 inoremap <buffer> <silent> ;ul <ul>
1223 </ul>O
1224 inoremap <buffer> <silent> ;tt <tt></tt>F<
1225 inoremap <buffer> <silent> ;ti <title></title>F<
1226 inoremap <buffer> <silent> ;sp <sup></sup>F<
1227 inoremap <buffer> <silent> ;sb <sub></sub>F<
1228 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
1229 inoremap <buffer> <silent> ;cs <style type="text/css">
1230 <!--
1231 -->
1232 </style>kO
1233 inoremap <buffer> <silent> ;sm <small></small>F<
1234 inoremap <buffer> <silent> ;sa <samp></samp>F<
1235 inoremap <buffer> <silent> ;sk <strike></strike>F<
1236 inoremap <buffer> <silent> ;qu <q></q>F<
1237 inoremap <buffer> <silent> ;pr <pre>
1238 </pre>O
1239 inoremap <buffer> <silent> ;/p </p>
1240 
1241 <p>
1242 inoremap <buffer> <silent> ;pp <p>
1243 </p>O
1244 inoremap <buffer> <silent> ;ol <ol>
1245 </ol>O
1246 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
1247 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
1248 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
1249 inoremap <buffer> <silent> ;lk <link href="">F"
1250 inoremap <buffer> <silent> ;li <li></li>F<
1251 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
1252 inoremap <buffer> <silent> ;ii <isindex>
1253 inoremap <buffer> <silent> ;in <ins></ins>F<
1254 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
1255 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
1256 inoremap <buffer> <silent> ;ht <html>
1257 </html>O
1258 inoremap <buffer> <silent> ;Hr <hr width="75%">
1259 inoremap <buffer> <silent> ;hr <hr>
1260 inoremap <buffer> <silent> ;he <head>
1261 </head>O
1262 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
1263 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
1264 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
1265 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
1266 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
1267 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
1268 inoremap <buffer> <silent> ;h6 <h6></h6>F<
1269 inoremap <buffer> <silent> ;h5 <h5></h5>F<
1270 inoremap <buffer> <silent> ;h4 <h4></h4>F<
1271 inoremap <buffer> <silent> ;h3 <h3></h3>F<
1272 inoremap <buffer> <silent> ;h2 <h2></h2>F<
1273 inoremap <buffer> <silent> ;h1 <h1></h1>F<
1274 inoremap <buffer> <silent> ;fc <font color=""></font>F"
1275 inoremap <buffer> <silent> ;fo <font size=""></font>F"
1276 inoremap <buffer> <silent> ;sn <span></span>F<
1277 inoremap <buffer> <silent> ;dv <div>
1278 </div>O
1279 inoremap <buffer> <silent> ;df <dfn></dfn>F<
1280 inoremap <buffer> <silent> ;de <del></del>F<
1281 inoremap <buffer> <silent> ;dd <dd></dd>F<
1282 inoremap <buffer> <silent> ;dt <dt></dt>F<
1283 inoremap <buffer> <silent> ;dl <dl>
1284 </dl>O
1285 inoremap <buffer> <silent> ;co <code></code>F<
1286 inoremap <buffer> <silent> ;ci <cite></cite>F<
1287 inoremap <buffer> <silent> ;ce <center></center>F<
1288 inoremap <buffer> <silent> ;br <br>
1289 inoremap <buffer> <silent> ;bd <body>
1290 </body>O
1291 inoremap <buffer> <silent> ;bl <blockquote>
1292 </blockquote>O
1293 inoremap <buffer> <silent> ;bi <big></big>F<
1294 inoremap <buffer> <silent> ;bh <base href="">F"
1295 inoremap <buffer> <silent> ;ad <address></address>F<
1296 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
1297 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
1298 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
1299 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
1300 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
1301 inoremap <buffer> <silent> ;an <a name=""></a>F"
1302 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
1303 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
1304 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
1305 inoremap <buffer> <silent> ;ah <a href=""></a>F"
1306 imap <buffer> <silent> ;s4 ;s4
1307 imap <buffer> <silent> ;4 ;4
1308 inoremap <buffer> <silent> ;mi :call MangleImageTag()
1309 inoremap <buffer> <silent> ; 
1310 inoremap <buffer> <silent> ;& &
1311 inoremap <buffer> <silent> ;; ;
1312 setlocal keymap=
1313 setlocal noarabic
1314 setlocal autoindent
1315 setlocal balloonexpr=
1316 setlocal nobinary
1317 setlocal bufhidden=
1318 setlocal buflisted
1319 setlocal buftype=
1320 setlocal nocindent
1321 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
1322 setlocal cinoptions=
1323 setlocal cinwords=if,else,while,do,for,switch
1324 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
1325 setlocal commentstring=<!--%s-->
1326 setlocal complete=.,w,b,u,t,i
1327 setlocal completefunc=
1328 setlocal nocopyindent
1329 setlocal nocursorcolumn
1330 setlocal nocursorline
1331 setlocal define=
1332 setlocal dictionary=
1333 setlocal nodiff
1334 setlocal equalprg=
1335 setlocal errorformat=
1336 setlocal noexpandtab
1337 if &filetype != 'html'
1338 setlocal filetype=html
1339 endif
1340 setlocal foldcolumn=0
1341 setlocal foldenable
1342 setlocal foldexpr=0
1343 setlocal foldignore=#
1344 setlocal foldlevel=0
1345 setlocal foldmarker={{{,}}}
1346 setlocal foldmethod=manual
1347 setlocal foldminlines=1
1348 setlocal foldnestmax=20
1349 setlocal foldtext=foldtext()
1350 setlocal formatexpr=
1351 setlocal formatoptions=tcq
1352 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
1353 setlocal grepprg=
1354 setlocal iminsert=2
1355 setlocal imsearch=2
1356 setlocal include=
1357 setlocal includeexpr=
1358 setlocal indentexpr=
1359 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
1360 setlocal noinfercase
1361 setlocal iskeyword=@,48-57,_,192-255
1362 setlocal keywordprg=
1363 setlocal nolinebreak
1364 setlocal nolisp
1365 setlocal nolist
1366 setlocal makeprg=
1367 setlocal matchpairs=(:),{:},[:],<:>
1368 setlocal nomodeline
1369 setlocal modifiable
1370 setlocal nrformats=octal,hex
1371 setlocal nonumber
1372 setlocal numberwidth=4
1373 setlocal omnifunc=htmlcomplete#CompleteTags
1374 setlocal path=
1375 setlocal nopreserveindent
1376 setlocal nopreviewwindow
1377 setlocal quoteescape=\\
1378 setlocal noreadonly
1379 setlocal norightleft
1380 setlocal rightleftcmd=search
1381 setlocal noscrollbind
1382 setlocal shiftwidth=8
1383 setlocal noshortname
1384 setlocal nosmartindent
1385 setlocal softtabstop=0
1386 setlocal nospell
1387 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
1388 setlocal spellfile=
1389 setlocal spelllang=en
1390 setlocal statusline=
1391 setlocal suffixesadd=
1392 setlocal swapfile
1393 setlocal synmaxcol=3000
1394 if &syntax != 'html'
1395 setlocal syntax=html
1396 endif
1397 setlocal tabstop=2
1398 setlocal tags=
1399 setlocal textwidth=0
1400 setlocal thesaurus=
1401 setlocal nowinfixheight
1402 setlocal nowinfixwidth
1403 setlocal wrap
1404 setlocal wrapmargin=0
1405 silent! normal! zE
1406 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
1407 if s:l < 1 | let s:l = 1 | endif
1408 exe s:l
1409 normal! zt
1410 1
1411 normal! 0
1412 tabedit boot-params.html
1413 set splitbelow splitright
1414 set nosplitbelow
1415 set nosplitright
1416 wincmd t
1417 set winheight=1 winwidth=1
1418 argglobal
1419 4argu
1420 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
1421 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
1422 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
1423 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
1424 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
1425 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
1426 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
1427 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
1428 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
1429 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
1430 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
1431 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
1432 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
1433 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
1434 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
1435 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
1436 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
1437 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
1438 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
1439 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
1440 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
1441 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
1442 nnoremap <buffer> <silent> ; 
1443 nnoremap <buffer> <silent> ;; ;
1444 vnoremap <buffer> <silent> ;; ;
1445 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
1446 inoremap <buffer> <silent> &hA &hArr;
1447 inoremap <buffer> <silent> &dA &dArr;
1448 inoremap <buffer> <silent> &rA &rArr;
1449 inoremap <buffer> <silent> &uA &uArr;
1450 inoremap <buffer> <silent> &lA &lArr;
1451 inoremap <buffer> <silent> &ha &harr;
1452 inoremap <buffer> <silent> &da &darr;
1453 inoremap <buffer> <silent> &ra &rarr;
1454 inoremap <buffer> <silent> &ua &uarr;
1455 inoremap <buffer> <silent> &la &larr;
1456 inoremap <buffer> <silent> &pv &piv;
1457 inoremap <buffer> <silent> &uh &upsih;
1458 inoremap <buffer> <silent> &ts &thetasym;
1459 inoremap <buffer> <silent> &og &omega;
1460 inoremap <buffer> <silent> &ps &psi;
1461 inoremap <buffer> <silent> &ch &chi;
1462 inoremap <buffer> <silent> &ph &phi;
1463 inoremap <buffer> <silent> &up &upsilon;
1464 inoremap <buffer> <silent> &ta &tau;
1465 inoremap <buffer> <silent> &sf &sigmaf;
1466 inoremap <buffer> <silent> &si &sigma;
1467 inoremap <buffer> <silent> &rh &rho;
1468 inoremap <buffer> <silent> &pi &pi;
1469 inoremap <buffer> <silent> &oc &omicron;
1470 inoremap <buffer> <silent> &xi &xi;
1471 inoremap <buffer> <silent> &nu &nu;
1472 inoremap <buffer> <silent> &mu &mu;
1473 inoremap <buffer> <silent> &lm &lambda;
1474 inoremap <buffer> <silent> &ka &kappa;
1475 inoremap <buffer> <silent> &io &iota;
1476 inoremap <buffer> <silent> &th &theta;
1477 inoremap <buffer> <silent> &et &eta;
1478 inoremap <buffer> <silent> &ze &zeta;
1479 inoremap <buffer> <silent> &ep &epsilon;
1480 inoremap <buffer> <silent> &de &delta;
1481 inoremap <buffer> <silent> &ga &gamma;
1482 inoremap <buffer> <silent> &be &beta;
1483 inoremap <buffer> <silent> &al &alpha;
1484 inoremap <buffer> <silent> &Ps &Psi;
1485 inoremap <buffer> <silent> &Ch &Chi;
1486 inoremap <buffer> <silent> &Ph &Phi;
1487 inoremap <buffer> <silent> &Up &Upsilon;
1488 inoremap <buffer> <silent> &Ta &Tau;
1489 inoremap <buffer> <silent> &Si &Sigma;
1490 inoremap <buffer> <silent> &Rh &Rho;
1491 inoremap <buffer> <silent> &Pi &Pi;
1492 inoremap <buffer> <silent> &Oc &Omicron;
1493 inoremap <buffer> <silent> &Xi &Xi;
1494 inoremap <buffer> <silent> &Nu &Nu;
1495 inoremap <buffer> <silent> &Mu &Mu;
1496 inoremap <buffer> <silent> &Lm &Lambda;
1497 inoremap <buffer> <silent> &Ka &Kappa;
1498 inoremap <buffer> <silent> &Io &Iota;
1499 inoremap <buffer> <silent> &Th &Theta;
1500 inoremap <buffer> <silent> &Et &Eta;
1501 inoremap <buffer> <silent> &Ze &Zeta;
1502 inoremap <buffer> <silent> &Ep &Epsilon;
1503 inoremap <buffer> <silent> &De &Delta;
1504 inoremap <buffer> <silent> &Ga &Gamma;
1505 inoremap <buffer> <silent> &Be &Beta;
1506 inoremap <buffer> <silent> &Al &Alpha;
1507 inoremap <buffer> <silent> &3. &hellip;
1508 inoremap <buffer> <silent> &-- &mdash;
1509 inoremap <buffer> <silent> &3- &mdash;
1510 inoremap <buffer> <silent> &m- &mdash;
1511 inoremap <buffer> <silent> &2- &ndash;
1512 inoremap <buffer> <silent> &n- &ndash;
1513 inoremap <buffer> <silent> &34 &frac34;
1514 inoremap <buffer> <silent> &12 &frac12;
1515 inoremap <buffer> <silent> &14 &frac14;
1516 inoremap <buffer> <silent> &. &middot;
1517 inoremap <buffer> <silent> &pa &para;
1518 inoremap <buffer> <silent> &mi &micro;
1519 inoremap <buffer> <silent> &dg &deg;
1520 inoremap <buffer> <silent> &? &iquest;
1521 inoremap <buffer> <silent> &! &iexcl;
1522 inoremap <buffer> <silent> &sz &szlig;
1523 inoremap <buffer> <silent> &o/ &oslash;
1524 inoremap <buffer> <silent> &/ &divide;
1525 inoremap <buffer> <silent> &" &uml;
1526 inoremap <buffer> <silent> &2> &raquo;
1527 inoremap <buffer> <silent> &2< &laquo;
1528 inoremap <buffer> <silent> &y" &yuml;
1529 inoremap <buffer> <silent> &y' &yacute;
1530 inoremap <buffer> <silent> &u" &uuml;
1531 inoremap <buffer> <silent> &u^ &ucirc;
1532 inoremap <buffer> <silent> &u' &uacute;
1533 inoremap <buffer> <silent> &u` &ugrave;
1534 inoremap <buffer> <silent> &x &times;
1535 inoremap <buffer> <silent> &o" &ouml;
1536 inoremap <buffer> <silent> &o~ &otilde;
1537 inoremap <buffer> <silent> &o^ &ocirc;
1538 inoremap <buffer> <silent> &o' &oacute;
1539 inoremap <buffer> <silent> &o` &ograve;
1540 inoremap <buffer> <silent> &n~ &ntilde;
1541 inoremap <buffer> <silent> &i" &iuml;
1542 inoremap <buffer> <silent> &i^ &icirc;
1543 inoremap <buffer> <silent> &i' &iacute;
1544 inoremap <buffer> <silent> &i` &igrave;
1545 inoremap <buffer> <silent> &e" &euml;
1546 inoremap <buffer> <silent> &e^ &ecirc;
1547 inoremap <buffer> <silent> &e' &eacute;
1548 inoremap <buffer> <silent> &e` &egrave;
1549 inoremap <buffer> <silent> &c, &ccedil;
1550 inoremap <buffer> <silent> &ae &aelig;
1551 inoremap <buffer> <silent> &ao &aring;
1552 inoremap <buffer> <silent> &a" &auml;
1553 inoremap <buffer> <silent> &a~ &atilde;
1554 inoremap <buffer> <silent> &a^ &acirc;
1555 inoremap <buffer> <silent> &a' &aacute;
1556 inoremap <buffer> <silent> &a` &agrave;
1557 inoremap <buffer> <silent> &Y' &Yacute;
1558 inoremap <buffer> <silent> &U" &Uuml;
1559 inoremap <buffer> <silent> &U^ &Ucirc;
1560 inoremap <buffer> <silent> &U' &Uacute;
1561 inoremap <buffer> <silent> &U` &Ugrave;
1562 inoremap <buffer> <silent> &O/ &Oslash;
1563 inoremap <buffer> <silent> &O" &Ouml;
1564 inoremap <buffer> <silent> &O~ &Otilde;
1565 inoremap <buffer> <silent> &O^ &Ocirc;
1566 inoremap <buffer> <silent> &O' &Oacute;
1567 inoremap <buffer> <silent> &O` &Ograve;
1568 inoremap <buffer> <silent> &N~ &Ntilde;
1569 inoremap <buffer> <silent> &I" &Iuml;
1570 inoremap <buffer> <silent> &I^ &Icirc;
1571 inoremap <buffer> <silent> &I' &Iacute;
1572 inoremap <buffer> <silent> &I` &Igrave;
1573 inoremap <buffer> <silent> &E" &Euml;
1574 inoremap <buffer> <silent> &E^ &Ecirc;
1575 inoremap <buffer> <silent> &E' &Eacute;
1576 inoremap <buffer> <silent> &E` &Egrave;
1577 inoremap <buffer> <silent> &C, &Ccedil;
1578 inoremap <buffer> <silent> &AE &AElig;
1579 inoremap <buffer> <silent> &Ao &Aring;
1580 inoremap <buffer> <silent> &A" &Auml;
1581 inoremap <buffer> <silent> &A~ &Atilde;
1582 inoremap <buffer> <silent> &A^ &Acirc;
1583 inoremap <buffer> <silent> &A' &Aacute;
1584 inoremap <buffer> <silent> &A` &Agrave;
1585 inoremap <buffer> <silent> &c| &cent;
1586 inoremap <buffer> <silent> &Y= &yen;
1587 inoremap <buffer> <silent> &# &pound;
1588 inoremap <buffer> <silent> & &nbsp;
1589 inoremap <buffer> <silent> &> &gt;
1590 inoremap <buffer> <silent> &< &lt;
1591 inoremap <buffer> <silent> &' &quot;
1592 inoremap <buffer> <silent> &tm &trade;
1593 inoremap <buffer> <silent> &rO &reg;
1594 inoremap <buffer> <silent> &cO &copy;
1595 inoremap <buffer> <silent> && &amp;
1596 inoremap <buffer> <silent> ; &nbsp;
1597 inoremap <buffer> <silent> ;la <label for=""></label>F"
1598 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
1599 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
1600 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
1601 </textarea>k$5F"i
1602 inoremap <buffer> <silent> ;og <optgroup label="">
1603 </optgroup>k$F"i
1604 inoremap <buffer> <silent> ;op <option></option>F<
1605 inoremap <buffer> <silent> ;ms <select name="" multiple>
1606 </select>O
1607 inoremap <buffer> <silent> ;se <select name="">
1608 </select>O
1609 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
1610 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
1611 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
1612 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
1613 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
1614 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
1615 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
1616 inoremap <buffer> <silent> ;fm <form action="">
1617 </form>k$F"i
1618 inoremap <buffer> <silent> ;if <iframe src="">
1619 </iframe>k$F"i
1620 inoremap <buffer> <silent> ;nf <noframes>
1621 </noframes>O
1622 inoremap <buffer> <silent> ;fr <frame src="">F"
1623 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
1624 </frameset>k$3F"i
1625 inoremap <buffer> <silent> ;th <th></th>F<
1626 inoremap <buffer> <silent> ;td <td>
1627 </td>O
1628 inoremap <buffer> <silent> ;tr <tr>
1629 </tr>O
1630 inoremap <buffer> <silent> ;tf <tfoot>
1631 </tfoot>O
1632 inoremap <buffer> <silent> ;tb <tbody>
1633 </tbody>O
1634 inoremap <buffer> <silent> ;tH <thead>
1635 </thead>O
1636 inoremap <buffer> <silent> ;ta <table>
1637 </table>O
1638 inoremap <buffer> <silent> ;ca <caption></caption>F<
1639 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
1640 </object>k$5F"i
1641 inoremap <buffer> <silent> ;ns <noscript>
1642 </noscripT>O
1643 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
1644 <noembed></noembed>k$5F"i
1645 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
1646 inoremap <buffer> <silent> ;va <var></var>F<
1647 inoremap <buffer> <silent> ;ul <ul>
1648 </ul>O
1649 inoremap <buffer> <silent> ;tt <tt></tt>F<
1650 inoremap <buffer> <silent> ;ti <title></title>F<
1651 inoremap <buffer> <silent> ;sp <sup></sup>F<
1652 inoremap <buffer> <silent> ;sb <sub></sub>F<
1653 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
1654 inoremap <buffer> <silent> ;cs <style type="text/css">
1655 <!--
1656 -->
1657 </style>kO
1658 inoremap <buffer> <silent> ;sm <small></small>F<
1659 inoremap <buffer> <silent> ;sa <samp></samp>F<
1660 inoremap <buffer> <silent> ;sk <strike></strike>F<
1661 inoremap <buffer> <silent> ;qu <q></q>F<
1662 inoremap <buffer> <silent> ;pr <pre>
1663 </pre>O
1664 inoremap <buffer> <silent> ;/p </p>
1665 
1666 <p>
1667 inoremap <buffer> <silent> ;pp <p>
1668 </p>O
1669 inoremap <buffer> <silent> ;ol <ol>
1670 </ol>O
1671 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
1672 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
1673 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
1674 inoremap <buffer> <silent> ;lk <link href="">F"
1675 inoremap <buffer> <silent> ;li <li></li>F<
1676 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
1677 inoremap <buffer> <silent> ;ii <isindex>
1678 inoremap <buffer> <silent> ;in <ins></ins>F<
1679 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
1680 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
1681 inoremap <buffer> <silent> ;ht <html>
1682 </html>O
1683 inoremap <buffer> <silent> ;Hr <hr width="75%">
1684 inoremap <buffer> <silent> ;hr <hr>
1685 inoremap <buffer> <silent> ;he <head>
1686 </head>O
1687 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
1688 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
1689 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
1690 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
1691 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
1692 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
1693 inoremap <buffer> <silent> ;h6 <h6></h6>F<
1694 inoremap <buffer> <silent> ;h5 <h5></h5>F<
1695 inoremap <buffer> <silent> ;h4 <h4></h4>F<
1696 inoremap <buffer> <silent> ;h3 <h3></h3>F<
1697 inoremap <buffer> <silent> ;h2 <h2></h2>F<
1698 inoremap <buffer> <silent> ;h1 <h1></h1>F<
1699 inoremap <buffer> <silent> ;fc <font color=""></font>F"
1700 inoremap <buffer> <silent> ;fo <font size=""></font>F"
1701 inoremap <buffer> <silent> ;sn <span></span>F<
1702 inoremap <buffer> <silent> ;dv <div>
1703 </div>O
1704 inoremap <buffer> <silent> ;df <dfn></dfn>F<
1705 inoremap <buffer> <silent> ;de <del></del>F<
1706 inoremap <buffer> <silent> ;dd <dd></dd>F<
1707 inoremap <buffer> <silent> ;dt <dt></dt>F<
1708 inoremap <buffer> <silent> ;dl <dl>
1709 </dl>O
1710 inoremap <buffer> <silent> ;co <code></code>F<
1711 inoremap <buffer> <silent> ;ci <cite></cite>F<
1712 inoremap <buffer> <silent> ;ce <center></center>F<
1713 inoremap <buffer> <silent> ;br <br>
1714 inoremap <buffer> <silent> ;bd <body>
1715 </body>O
1716 inoremap <buffer> <silent> ;bl <blockquote>
1717 </blockquote>O
1718 inoremap <buffer> <silent> ;bi <big></big>F<
1719 inoremap <buffer> <silent> ;bh <base href="">F"
1720 inoremap <buffer> <silent> ;ad <address></address>F<
1721 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
1722 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
1723 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
1724 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
1725 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
1726 inoremap <buffer> <silent> ;an <a name=""></a>F"
1727 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
1728 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
1729 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
1730 inoremap <buffer> <silent> ;ah <a href=""></a>F"
1731 imap <buffer> <silent> ;s4 ;s4
1732 imap <buffer> <silent> ;4 ;4
1733 inoremap <buffer> <silent> ;mi :call MangleImageTag()
1734 inoremap <buffer> <silent> ; 
1735 inoremap <buffer> <silent> ;& &
1736 inoremap <buffer> <silent> ;; ;
1737 setlocal keymap=
1738 setlocal noarabic
1739 setlocal autoindent
1740 setlocal balloonexpr=
1741 setlocal nobinary
1742 setlocal bufhidden=
1743 setlocal buflisted
1744 setlocal buftype=
1745 setlocal nocindent
1746 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
1747 setlocal cinoptions=
1748 setlocal cinwords=if,else,while,do,for,switch
1749 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
1750 setlocal commentstring=<!--%s-->
1751 setlocal complete=.,w,b,u,t,i
1752 setlocal completefunc=
1753 setlocal nocopyindent
1754 setlocal nocursorcolumn
1755 setlocal nocursorline
1756 setlocal define=
1757 setlocal dictionary=
1758 setlocal nodiff
1759 setlocal equalprg=
1760 setlocal errorformat=
1761 setlocal noexpandtab
1762 if &filetype != 'html'
1763 setlocal filetype=html
1764 endif
1765 setlocal foldcolumn=0
1766 setlocal foldenable
1767 setlocal foldexpr=0
1768 setlocal foldignore=#
1769 setlocal foldlevel=0
1770 setlocal foldmarker={{{,}}}
1771 setlocal foldmethod=manual
1772 setlocal foldminlines=1
1773 setlocal foldnestmax=20
1774 setlocal foldtext=foldtext()
1775 setlocal formatexpr=
1776 setlocal formatoptions=tcq
1777 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
1778 setlocal grepprg=
1779 setlocal iminsert=2
1780 setlocal imsearch=2
1781 setlocal include=
1782 setlocal includeexpr=
1783 setlocal indentexpr=
1784 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
1785 setlocal noinfercase
1786 setlocal iskeyword=@,48-57,_,192-255
1787 setlocal keywordprg=
1788 setlocal nolinebreak
1789 setlocal nolisp
1790 setlocal nolist
1791 setlocal makeprg=
1792 setlocal matchpairs=(:),{:},[:],<:>
1793 setlocal nomodeline
1794 setlocal modifiable
1795 setlocal nrformats=octal,hex
1796 setlocal nonumber
1797 setlocal numberwidth=4
1798 setlocal omnifunc=htmlcomplete#CompleteTags
1799 setlocal path=
1800 setlocal nopreserveindent
1801 setlocal nopreviewwindow
1802 setlocal quoteescape=\\
1803 setlocal noreadonly
1804 setlocal norightleft
1805 setlocal rightleftcmd=search
1806 setlocal noscrollbind
1807 setlocal shiftwidth=8
1808 setlocal noshortname
1809 setlocal nosmartindent
1810 setlocal softtabstop=0
1811 setlocal nospell
1812 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
1813 setlocal spellfile=
1814 setlocal spelllang=en
1815 setlocal statusline=
1816 setlocal suffixesadd=
1817 setlocal swapfile
1818 setlocal synmaxcol=3000
1819 if &syntax != 'html'
1820 setlocal syntax=html
1821 endif
1822 setlocal tabstop=2
1823 setlocal tags=
1824 setlocal textwidth=0
1825 setlocal thesaurus=
1826 setlocal nowinfixheight
1827 setlocal nowinfixwidth
1828 setlocal wrap
1829 setlocal wrapmargin=0
1830 silent! normal! zE
1831 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
1832 if s:l < 1 | let s:l = 1 | endif
1833 exe s:l
1834 normal! zt
1835 1
1836 normal! 0
1837 tabedit clonezilla.html
1838 set splitbelow splitright
1839 set nosplitbelow
1840 set nosplitright
1841 wincmd t
1842 set winheight=1 winwidth=1
1843 argglobal
1844 5argu
1845 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
1846 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
1847 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
1848 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
1849 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
1850 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
1851 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
1852 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
1853 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
1854 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
1855 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
1856 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
1857 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
1858 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
1859 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
1860 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
1861 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
1862 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
1863 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
1864 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
1865 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
1866 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
1867 nnoremap <buffer> <silent> ; 
1868 nnoremap <buffer> <silent> ;; ;
1869 vnoremap <buffer> <silent> ;; ;
1870 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
1871 inoremap <buffer> <silent> &hA &hArr;
1872 inoremap <buffer> <silent> &dA &dArr;
1873 inoremap <buffer> <silent> &rA &rArr;
1874 inoremap <buffer> <silent> &uA &uArr;
1875 inoremap <buffer> <silent> &lA &lArr;
1876 inoremap <buffer> <silent> &ha &harr;
1877 inoremap <buffer> <silent> &da &darr;
1878 inoremap <buffer> <silent> &ra &rarr;
1879 inoremap <buffer> <silent> &ua &uarr;
1880 inoremap <buffer> <silent> &la &larr;
1881 inoremap <buffer> <silent> &pv &piv;
1882 inoremap <buffer> <silent> &uh &upsih;
1883 inoremap <buffer> <silent> &ts &thetasym;
1884 inoremap <buffer> <silent> &og &omega;
1885 inoremap <buffer> <silent> &ps &psi;
1886 inoremap <buffer> <silent> &ch &chi;
1887 inoremap <buffer> <silent> &ph &phi;
1888 inoremap <buffer> <silent> &up &upsilon;
1889 inoremap <buffer> <silent> &ta &tau;
1890 inoremap <buffer> <silent> &sf &sigmaf;
1891 inoremap <buffer> <silent> &si &sigma;
1892 inoremap <buffer> <silent> &rh &rho;
1893 inoremap <buffer> <silent> &pi &pi;
1894 inoremap <buffer> <silent> &oc &omicron;
1895 inoremap <buffer> <silent> &xi &xi;
1896 inoremap <buffer> <silent> &nu &nu;
1897 inoremap <buffer> <silent> &mu &mu;
1898 inoremap <buffer> <silent> &lm &lambda;
1899 inoremap <buffer> <silent> &ka &kappa;
1900 inoremap <buffer> <silent> &io &iota;
1901 inoremap <buffer> <silent> &th &theta;
1902 inoremap <buffer> <silent> &et &eta;
1903 inoremap <buffer> <silent> &ze &zeta;
1904 inoremap <buffer> <silent> &ep &epsilon;
1905 inoremap <buffer> <silent> &de &delta;
1906 inoremap <buffer> <silent> &ga &gamma;
1907 inoremap <buffer> <silent> &be &beta;
1908 inoremap <buffer> <silent> &al &alpha;
1909 inoremap <buffer> <silent> &Ps &Psi;
1910 inoremap <buffer> <silent> &Ch &Chi;
1911 inoremap <buffer> <silent> &Ph &Phi;
1912 inoremap <buffer> <silent> &Up &Upsilon;
1913 inoremap <buffer> <silent> &Ta &Tau;
1914 inoremap <buffer> <silent> &Si &Sigma;
1915 inoremap <buffer> <silent> &Rh &Rho;
1916 inoremap <buffer> <silent> &Pi &Pi;
1917 inoremap <buffer> <silent> &Oc &Omicron;
1918 inoremap <buffer> <silent> &Xi &Xi;
1919 inoremap <buffer> <silent> &Nu &Nu;
1920 inoremap <buffer> <silent> &Mu &Mu;
1921 inoremap <buffer> <silent> &Lm &Lambda;
1922 inoremap <buffer> <silent> &Ka &Kappa;
1923 inoremap <buffer> <silent> &Io &Iota;
1924 inoremap <buffer> <silent> &Th &Theta;
1925 inoremap <buffer> <silent> &Et &Eta;
1926 inoremap <buffer> <silent> &Ze &Zeta;
1927 inoremap <buffer> <silent> &Ep &Epsilon;
1928 inoremap <buffer> <silent> &De &Delta;
1929 inoremap <buffer> <silent> &Ga &Gamma;
1930 inoremap <buffer> <silent> &Be &Beta;
1931 inoremap <buffer> <silent> &Al &Alpha;
1932 inoremap <buffer> <silent> &3. &hellip;
1933 inoremap <buffer> <silent> &-- &mdash;
1934 inoremap <buffer> <silent> &3- &mdash;
1935 inoremap <buffer> <silent> &m- &mdash;
1936 inoremap <buffer> <silent> &2- &ndash;
1937 inoremap <buffer> <silent> &n- &ndash;
1938 inoremap <buffer> <silent> &34 &frac34;
1939 inoremap <buffer> <silent> &12 &frac12;
1940 inoremap <buffer> <silent> &14 &frac14;
1941 inoremap <buffer> <silent> &. &middot;
1942 inoremap <buffer> <silent> &pa &para;
1943 inoremap <buffer> <silent> &mi &micro;
1944 inoremap <buffer> <silent> &dg &deg;
1945 inoremap <buffer> <silent> &? &iquest;
1946 inoremap <buffer> <silent> &! &iexcl;
1947 inoremap <buffer> <silent> &sz &szlig;
1948 inoremap <buffer> <silent> &o/ &oslash;
1949 inoremap <buffer> <silent> &/ &divide;
1950 inoremap <buffer> <silent> &" &uml;
1951 inoremap <buffer> <silent> &2> &raquo;
1952 inoremap <buffer> <silent> &2< &laquo;
1953 inoremap <buffer> <silent> &y" &yuml;
1954 inoremap <buffer> <silent> &y' &yacute;
1955 inoremap <buffer> <silent> &u" &uuml;
1956 inoremap <buffer> <silent> &u^ &ucirc;
1957 inoremap <buffer> <silent> &u' &uacute;
1958 inoremap <buffer> <silent> &u` &ugrave;
1959 inoremap <buffer> <silent> &x &times;
1960 inoremap <buffer> <silent> &o" &ouml;
1961 inoremap <buffer> <silent> &o~ &otilde;
1962 inoremap <buffer> <silent> &o^ &ocirc;
1963 inoremap <buffer> <silent> &o' &oacute;
1964 inoremap <buffer> <silent> &o` &ograve;
1965 inoremap <buffer> <silent> &n~ &ntilde;
1966 inoremap <buffer> <silent> &i" &iuml;
1967 inoremap <buffer> <silent> &i^ &icirc;
1968 inoremap <buffer> <silent> &i' &iacute;
1969 inoremap <buffer> <silent> &i` &igrave;
1970 inoremap <buffer> <silent> &e" &euml;
1971 inoremap <buffer> <silent> &e^ &ecirc;
1972 inoremap <buffer> <silent> &e' &eacute;
1973 inoremap <buffer> <silent> &e` &egrave;
1974 inoremap <buffer> <silent> &c, &ccedil;
1975 inoremap <buffer> <silent> &ae &aelig;
1976 inoremap <buffer> <silent> &ao &aring;
1977 inoremap <buffer> <silent> &a" &auml;
1978 inoremap <buffer> <silent> &a~ &atilde;
1979 inoremap <buffer> <silent> &a^ &acirc;
1980 inoremap <buffer> <silent> &a' &aacute;
1981 inoremap <buffer> <silent> &a` &agrave;
1982 inoremap <buffer> <silent> &Y' &Yacute;
1983 inoremap <buffer> <silent> &U" &Uuml;
1984 inoremap <buffer> <silent> &U^ &Ucirc;
1985 inoremap <buffer> <silent> &U' &Uacute;
1986 inoremap <buffer> <silent> &U` &Ugrave;
1987 inoremap <buffer> <silent> &O/ &Oslash;
1988 inoremap <buffer> <silent> &O" &Ouml;
1989 inoremap <buffer> <silent> &O~ &Otilde;
1990 inoremap <buffer> <silent> &O^ &Ocirc;
1991 inoremap <buffer> <silent> &O' &Oacute;
1992 inoremap <buffer> <silent> &O` &Ograve;
1993 inoremap <buffer> <silent> &N~ &Ntilde;
1994 inoremap <buffer> <silent> &I" &Iuml;
1995 inoremap <buffer> <silent> &I^ &Icirc;
1996 inoremap <buffer> <silent> &I' &Iacute;
1997 inoremap <buffer> <silent> &I` &Igrave;
1998 inoremap <buffer> <silent> &E" &Euml;
1999 inoremap <buffer> <silent> &E^ &Ecirc;
2000 inoremap <buffer> <silent> &E' &Eacute;
2001 inoremap <buffer> <silent> &E` &Egrave;
2002 inoremap <buffer> <silent> &C, &Ccedil;
2003 inoremap <buffer> <silent> &AE &AElig;
2004 inoremap <buffer> <silent> &Ao &Aring;
2005 inoremap <buffer> <silent> &A" &Auml;
2006 inoremap <buffer> <silent> &A~ &Atilde;
2007 inoremap <buffer> <silent> &A^ &Acirc;
2008 inoremap <buffer> <silent> &A' &Aacute;
2009 inoremap <buffer> <silent> &A` &Agrave;
2010 inoremap <buffer> <silent> &c| &cent;
2011 inoremap <buffer> <silent> &Y= &yen;
2012 inoremap <buffer> <silent> &# &pound;
2013 inoremap <buffer> <silent> & &nbsp;
2014 inoremap <buffer> <silent> &> &gt;
2015 inoremap <buffer> <silent> &< &lt;
2016 inoremap <buffer> <silent> &' &quot;
2017 inoremap <buffer> <silent> &tm &trade;
2018 inoremap <buffer> <silent> &rO &reg;
2019 inoremap <buffer> <silent> &cO &copy;
2020 inoremap <buffer> <silent> && &amp;
2021 inoremap <buffer> <silent> ; &nbsp;
2022 inoremap <buffer> <silent> ;la <label for=""></label>F"
2023 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
2024 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
2025 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
2026 </textarea>k$5F"i
2027 inoremap <buffer> <silent> ;og <optgroup label="">
2028 </optgroup>k$F"i
2029 inoremap <buffer> <silent> ;op <option></option>F<
2030 inoremap <buffer> <silent> ;ms <select name="" multiple>
2031 </select>O
2032 inoremap <buffer> <silent> ;se <select name="">
2033 </select>O
2034 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
2035 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
2036 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
2037 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
2038 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
2039 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
2040 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
2041 inoremap <buffer> <silent> ;fm <form action="">
2042 </form>k$F"i
2043 inoremap <buffer> <silent> ;if <iframe src="">
2044 </iframe>k$F"i
2045 inoremap <buffer> <silent> ;nf <noframes>
2046 </noframes>O
2047 inoremap <buffer> <silent> ;fr <frame src="">F"
2048 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
2049 </frameset>k$3F"i
2050 inoremap <buffer> <silent> ;th <th></th>F<
2051 inoremap <buffer> <silent> ;td <td>
2052 </td>O
2053 inoremap <buffer> <silent> ;tr <tr>
2054 </tr>O
2055 inoremap <buffer> <silent> ;tf <tfoot>
2056 </tfoot>O
2057 inoremap <buffer> <silent> ;tb <tbody>
2058 </tbody>O
2059 inoremap <buffer> <silent> ;tH <thead>
2060 </thead>O
2061 inoremap <buffer> <silent> ;ta <table>
2062 </table>O
2063 inoremap <buffer> <silent> ;ca <caption></caption>F<
2064 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
2065 </object>k$5F"i
2066 inoremap <buffer> <silent> ;ns <noscript>
2067 </noscripT>O
2068 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
2069 <noembed></noembed>k$5F"i
2070 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
2071 inoremap <buffer> <silent> ;va <var></var>F<
2072 inoremap <buffer> <silent> ;ul <ul>
2073 </ul>O
2074 inoremap <buffer> <silent> ;tt <tt></tt>F<
2075 inoremap <buffer> <silent> ;ti <title></title>F<
2076 inoremap <buffer> <silent> ;sp <sup></sup>F<
2077 inoremap <buffer> <silent> ;sb <sub></sub>F<
2078 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
2079 inoremap <buffer> <silent> ;cs <style type="text/css">
2080 <!--
2081 -->
2082 </style>kO
2083 inoremap <buffer> <silent> ;sm <small></small>F<
2084 inoremap <buffer> <silent> ;sa <samp></samp>F<
2085 inoremap <buffer> <silent> ;sk <strike></strike>F<
2086 inoremap <buffer> <silent> ;qu <q></q>F<
2087 inoremap <buffer> <silent> ;pr <pre>
2088 </pre>O
2089 inoremap <buffer> <silent> ;/p </p>
2090 
2091 <p>
2092 inoremap <buffer> <silent> ;pp <p>
2093 </p>O
2094 inoremap <buffer> <silent> ;ol <ol>
2095 </ol>O
2096 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
2097 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
2098 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
2099 inoremap <buffer> <silent> ;lk <link href="">F"
2100 inoremap <buffer> <silent> ;li <li></li>F<
2101 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
2102 inoremap <buffer> <silent> ;ii <isindex>
2103 inoremap <buffer> <silent> ;in <ins></ins>F<
2104 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
2105 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
2106 inoremap <buffer> <silent> ;ht <html>
2107 </html>O
2108 inoremap <buffer> <silent> ;Hr <hr width="75%">
2109 inoremap <buffer> <silent> ;hr <hr>
2110 inoremap <buffer> <silent> ;he <head>
2111 </head>O
2112 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
2113 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
2114 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
2115 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
2116 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
2117 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
2118 inoremap <buffer> <silent> ;h6 <h6></h6>F<
2119 inoremap <buffer> <silent> ;h5 <h5></h5>F<
2120 inoremap <buffer> <silent> ;h4 <h4></h4>F<
2121 inoremap <buffer> <silent> ;h3 <h3></h3>F<
2122 inoremap <buffer> <silent> ;h2 <h2></h2>F<
2123 inoremap <buffer> <silent> ;h1 <h1></h1>F<
2124 inoremap <buffer> <silent> ;fc <font color=""></font>F"
2125 inoremap <buffer> <silent> ;fo <font size=""></font>F"
2126 inoremap <buffer> <silent> ;sn <span></span>F<
2127 inoremap <buffer> <silent> ;dv <div>
2128 </div>O
2129 inoremap <buffer> <silent> ;df <dfn></dfn>F<
2130 inoremap <buffer> <silent> ;de <del></del>F<
2131 inoremap <buffer> <silent> ;dd <dd></dd>F<
2132 inoremap <buffer> <silent> ;dt <dt></dt>F<
2133 inoremap <buffer> <silent> ;dl <dl>
2134 </dl>O
2135 inoremap <buffer> <silent> ;co <code></code>F<
2136 inoremap <buffer> <silent> ;ci <cite></cite>F<
2137 inoremap <buffer> <silent> ;ce <center></center>F<
2138 inoremap <buffer> <silent> ;br <br>
2139 inoremap <buffer> <silent> ;bd <body>
2140 </body>O
2141 inoremap <buffer> <silent> ;bl <blockquote>
2142 </blockquote>O
2143 inoremap <buffer> <silent> ;bi <big></big>F<
2144 inoremap <buffer> <silent> ;bh <base href="">F"
2145 inoremap <buffer> <silent> ;ad <address></address>F<
2146 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
2147 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
2148 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
2149 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
2150 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
2151 inoremap <buffer> <silent> ;an <a name=""></a>F"
2152 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
2153 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
2154 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
2155 inoremap <buffer> <silent> ;ah <a href=""></a>F"
2156 imap <buffer> <silent> ;s4 ;s4
2157 imap <buffer> <silent> ;4 ;4
2158 inoremap <buffer> <silent> ;mi :call MangleImageTag()
2159 inoremap <buffer> <silent> ; 
2160 inoremap <buffer> <silent> ;& &
2161 inoremap <buffer> <silent> ;; ;
2162 setlocal keymap=
2163 setlocal noarabic
2164 setlocal autoindent
2165 setlocal balloonexpr=
2166 setlocal nobinary
2167 setlocal bufhidden=
2168 setlocal buflisted
2169 setlocal buftype=
2170 setlocal nocindent
2171 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
2172 setlocal cinoptions=
2173 setlocal cinwords=if,else,while,do,for,switch
2174 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
2175 setlocal commentstring=<!--%s-->
2176 setlocal complete=.,w,b,u,t,i
2177 setlocal completefunc=
2178 setlocal nocopyindent
2179 setlocal nocursorcolumn
2180 setlocal nocursorline
2181 setlocal define=
2182 setlocal dictionary=
2183 setlocal nodiff
2184 setlocal equalprg=
2185 setlocal errorformat=
2186 setlocal noexpandtab
2187 if &filetype != 'html'
2188 setlocal filetype=html
2189 endif
2190 setlocal foldcolumn=0
2191 setlocal foldenable
2192 setlocal foldexpr=0
2193 setlocal foldignore=#
2194 setlocal foldlevel=0
2195 setlocal foldmarker={{{,}}}
2196 setlocal foldmethod=manual
2197 setlocal foldminlines=1
2198 setlocal foldnestmax=20
2199 setlocal foldtext=foldtext()
2200 setlocal formatexpr=
2201 setlocal formatoptions=tcq
2202 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
2203 setlocal grepprg=
2204 setlocal iminsert=2
2205 setlocal imsearch=2
2206 setlocal include=
2207 setlocal includeexpr=
2208 setlocal indentexpr=
2209 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
2210 setlocal noinfercase
2211 setlocal iskeyword=@,48-57,_,192-255
2212 setlocal keywordprg=
2213 setlocal nolinebreak
2214 setlocal nolisp
2215 setlocal nolist
2216 setlocal makeprg=
2217 setlocal matchpairs=(:),{:},[:],<:>
2218 setlocal nomodeline
2219 setlocal modifiable
2220 setlocal nrformats=octal,hex
2221 setlocal nonumber
2222 setlocal numberwidth=4
2223 setlocal omnifunc=htmlcomplete#CompleteTags
2224 setlocal path=
2225 setlocal nopreserveindent
2226 setlocal nopreviewwindow
2227 setlocal quoteescape=\\
2228 setlocal noreadonly
2229 setlocal norightleft
2230 setlocal rightleftcmd=search
2231 setlocal noscrollbind
2232 setlocal shiftwidth=8
2233 setlocal noshortname
2234 setlocal nosmartindent
2235 setlocal softtabstop=0
2236 setlocal nospell
2237 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
2238 setlocal spellfile=
2239 setlocal spelllang=en
2240 setlocal statusline=
2241 setlocal suffixesadd=
2242 setlocal swapfile
2243 setlocal synmaxcol=3000
2244 if &syntax != 'html'
2245 setlocal syntax=html
2246 endif
2247 setlocal tabstop=2
2248 setlocal tags=
2249 setlocal textwidth=0
2250 setlocal thesaurus=
2251 setlocal nowinfixheight
2252 setlocal nowinfixwidth
2253 setlocal wrap
2254 setlocal wrapmargin=0
2255 silent! normal! zE
2256 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
2257 if s:l < 1 | let s:l = 1 | endif
2258 exe s:l
2259 normal! zt
2260 1
2261 normal! 0
2262 tabedit custom-cd.html
2263 set splitbelow splitright
2264 set nosplitbelow
2265 set nosplitright
2266 wincmd t
2267 set winheight=1 winwidth=1
2268 argglobal
2269 6argu
2270 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
2271 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
2272 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
2273 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
2274 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
2275 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
2276 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
2277 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
2278 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
2279 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
2280 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
2281 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
2282 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
2283 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
2284 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
2285 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
2286 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
2287 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
2288 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
2289 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
2290 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
2291 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
2292 nnoremap <buffer> <silent> ; 
2293 nnoremap <buffer> <silent> ;; ;
2294 vnoremap <buffer> <silent> ;; ;
2295 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
2296 inoremap <buffer> <silent> &hA &hArr;
2297 inoremap <buffer> <silent> &dA &dArr;
2298 inoremap <buffer> <silent> &rA &rArr;
2299 inoremap <buffer> <silent> &uA &uArr;
2300 inoremap <buffer> <silent> &lA &lArr;
2301 inoremap <buffer> <silent> &ha &harr;
2302 inoremap <buffer> <silent> &da &darr;
2303 inoremap <buffer> <silent> &ra &rarr;
2304 inoremap <buffer> <silent> &ua &uarr;
2305 inoremap <buffer> <silent> &la &larr;
2306 inoremap <buffer> <silent> &pv &piv;
2307 inoremap <buffer> <silent> &uh &upsih;
2308 inoremap <buffer> <silent> &ts &thetasym;
2309 inoremap <buffer> <silent> &og &omega;
2310 inoremap <buffer> <silent> &ps &psi;
2311 inoremap <buffer> <silent> &ch &chi;
2312 inoremap <buffer> <silent> &ph &phi;
2313 inoremap <buffer> <silent> &up &upsilon;
2314 inoremap <buffer> <silent> &ta &tau;
2315 inoremap <buffer> <silent> &sf &sigmaf;
2316 inoremap <buffer> <silent> &si &sigma;
2317 inoremap <buffer> <silent> &rh &rho;
2318 inoremap <buffer> <silent> &pi &pi;
2319 inoremap <buffer> <silent> &oc &omicron;
2320 inoremap <buffer> <silent> &xi &xi;
2321 inoremap <buffer> <silent> &nu &nu;
2322 inoremap <buffer> <silent> &mu &mu;
2323 inoremap <buffer> <silent> &lm &lambda;
2324 inoremap <buffer> <silent> &ka &kappa;
2325 inoremap <buffer> <silent> &io &iota;
2326 inoremap <buffer> <silent> &th &theta;
2327 inoremap <buffer> <silent> &et &eta;
2328 inoremap <buffer> <silent> &ze &zeta;
2329 inoremap <buffer> <silent> &ep &epsilon;
2330 inoremap <buffer> <silent> &de &delta;
2331 inoremap <buffer> <silent> &ga &gamma;
2332 inoremap <buffer> <silent> &be &beta;
2333 inoremap <buffer> <silent> &al &alpha;
2334 inoremap <buffer> <silent> &Ps &Psi;
2335 inoremap <buffer> <silent> &Ch &Chi;
2336 inoremap <buffer> <silent> &Ph &Phi;
2337 inoremap <buffer> <silent> &Up &Upsilon;
2338 inoremap <buffer> <silent> &Ta &Tau;
2339 inoremap <buffer> <silent> &Si &Sigma;
2340 inoremap <buffer> <silent> &Rh &Rho;
2341 inoremap <buffer> <silent> &Pi &Pi;
2342 inoremap <buffer> <silent> &Oc &Omicron;
2343 inoremap <buffer> <silent> &Xi &Xi;
2344 inoremap <buffer> <silent> &Nu &Nu;
2345 inoremap <buffer> <silent> &Mu &Mu;
2346 inoremap <buffer> <silent> &Lm &Lambda;
2347 inoremap <buffer> <silent> &Ka &Kappa;
2348 inoremap <buffer> <silent> &Io &Iota;
2349 inoremap <buffer> <silent> &Th &Theta;
2350 inoremap <buffer> <silent> &Et &Eta;
2351 inoremap <buffer> <silent> &Ze &Zeta;
2352 inoremap <buffer> <silent> &Ep &Epsilon;
2353 inoremap <buffer> <silent> &De &Delta;
2354 inoremap <buffer> <silent> &Ga &Gamma;
2355 inoremap <buffer> <silent> &Be &Beta;
2356 inoremap <buffer> <silent> &Al &Alpha;
2357 inoremap <buffer> <silent> &3. &hellip;
2358 inoremap <buffer> <silent> &-- &mdash;
2359 inoremap <buffer> <silent> &3- &mdash;
2360 inoremap <buffer> <silent> &m- &mdash;
2361 inoremap <buffer> <silent> &2- &ndash;
2362 inoremap <buffer> <silent> &n- &ndash;
2363 inoremap <buffer> <silent> &34 &frac34;
2364 inoremap <buffer> <silent> &12 &frac12;
2365 inoremap <buffer> <silent> &14 &frac14;
2366 inoremap <buffer> <silent> &. &middot;
2367 inoremap <buffer> <silent> &pa &para;
2368 inoremap <buffer> <silent> &mi &micro;
2369 inoremap <buffer> <silent> &dg &deg;
2370 inoremap <buffer> <silent> &? &iquest;
2371 inoremap <buffer> <silent> &! &iexcl;
2372 inoremap <buffer> <silent> &sz &szlig;
2373 inoremap <buffer> <silent> &o/ &oslash;
2374 inoremap <buffer> <silent> &/ &divide;
2375 inoremap <buffer> <silent> &" &uml;
2376 inoremap <buffer> <silent> &2> &raquo;
2377 inoremap <buffer> <silent> &2< &laquo;
2378 inoremap <buffer> <silent> &y" &yuml;
2379 inoremap <buffer> <silent> &y' &yacute;
2380 inoremap <buffer> <silent> &u" &uuml;
2381 inoremap <buffer> <silent> &u^ &ucirc;
2382 inoremap <buffer> <silent> &u' &uacute;
2383 inoremap <buffer> <silent> &u` &ugrave;
2384 inoremap <buffer> <silent> &x &times;
2385 inoremap <buffer> <silent> &o" &ouml;
2386 inoremap <buffer> <silent> &o~ &otilde;
2387 inoremap <buffer> <silent> &o^ &ocirc;
2388 inoremap <buffer> <silent> &o' &oacute;
2389 inoremap <buffer> <silent> &o` &ograve;
2390 inoremap <buffer> <silent> &n~ &ntilde;
2391 inoremap <buffer> <silent> &i" &iuml;
2392 inoremap <buffer> <silent> &i^ &icirc;
2393 inoremap <buffer> <silent> &i' &iacute;
2394 inoremap <buffer> <silent> &i` &igrave;
2395 inoremap <buffer> <silent> &e" &euml;
2396 inoremap <buffer> <silent> &e^ &ecirc;
2397 inoremap <buffer> <silent> &e' &eacute;
2398 inoremap <buffer> <silent> &e` &egrave;
2399 inoremap <buffer> <silent> &c, &ccedil;
2400 inoremap <buffer> <silent> &ae &aelig;
2401 inoremap <buffer> <silent> &ao &aring;
2402 inoremap <buffer> <silent> &a" &auml;
2403 inoremap <buffer> <silent> &a~ &atilde;
2404 inoremap <buffer> <silent> &a^ &acirc;
2405 inoremap <buffer> <silent> &a' &aacute;
2406 inoremap <buffer> <silent> &a` &agrave;
2407 inoremap <buffer> <silent> &Y' &Yacute;
2408 inoremap <buffer> <silent> &U" &Uuml;
2409 inoremap <buffer> <silent> &U^ &Ucirc;
2410 inoremap <buffer> <silent> &U' &Uacute;
2411 inoremap <buffer> <silent> &U` &Ugrave;
2412 inoremap <buffer> <silent> &O/ &Oslash;
2413 inoremap <buffer> <silent> &O" &Ouml;
2414 inoremap <buffer> <silent> &O~ &Otilde;
2415 inoremap <buffer> <silent> &O^ &Ocirc;
2416 inoremap <buffer> <silent> &O' &Oacute;
2417 inoremap <buffer> <silent> &O` &Ograve;
2418 inoremap <buffer> <silent> &N~ &Ntilde;
2419 inoremap <buffer> <silent> &I" &Iuml;
2420 inoremap <buffer> <silent> &I^ &Icirc;
2421 inoremap <buffer> <silent> &I' &Iacute;
2422 inoremap <buffer> <silent> &I` &Igrave;
2423 inoremap <buffer> <silent> &E" &Euml;
2424 inoremap <buffer> <silent> &E^ &Ecirc;
2425 inoremap <buffer> <silent> &E' &Eacute;
2426 inoremap <buffer> <silent> &E` &Egrave;
2427 inoremap <buffer> <silent> &C, &Ccedil;
2428 inoremap <buffer> <silent> &AE &AElig;
2429 inoremap <buffer> <silent> &Ao &Aring;
2430 inoremap <buffer> <silent> &A" &Auml;
2431 inoremap <buffer> <silent> &A~ &Atilde;
2432 inoremap <buffer> <silent> &A^ &Acirc;
2433 inoremap <buffer> <silent> &A' &Aacute;
2434 inoremap <buffer> <silent> &A` &Agrave;
2435 inoremap <buffer> <silent> &c| &cent;
2436 inoremap <buffer> <silent> &Y= &yen;
2437 inoremap <buffer> <silent> &# &pound;
2438 inoremap <buffer> <silent> & &nbsp;
2439 inoremap <buffer> <silent> &> &gt;
2440 inoremap <buffer> <silent> &< &lt;
2441 inoremap <buffer> <silent> &' &quot;
2442 inoremap <buffer> <silent> &tm &trade;
2443 inoremap <buffer> <silent> &rO &reg;
2444 inoremap <buffer> <silent> &cO &copy;
2445 inoremap <buffer> <silent> && &amp;
2446 inoremap <buffer> <silent> ; &nbsp;
2447 inoremap <buffer> <silent> ;la <label for=""></label>F"
2448 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
2449 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
2450 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
2451 </textarea>k$5F"i
2452 inoremap <buffer> <silent> ;og <optgroup label="">
2453 </optgroup>k$F"i
2454 inoremap <buffer> <silent> ;op <option></option>F<
2455 inoremap <buffer> <silent> ;ms <select name="" multiple>
2456 </select>O
2457 inoremap <buffer> <silent> ;se <select name="">
2458 </select>O
2459 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
2460 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
2461 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
2462 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
2463 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
2464 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
2465 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
2466 inoremap <buffer> <silent> ;fm <form action="">
2467 </form>k$F"i
2468 inoremap <buffer> <silent> ;if <iframe src="">
2469 </iframe>k$F"i
2470 inoremap <buffer> <silent> ;nf <noframes>
2471 </noframes>O
2472 inoremap <buffer> <silent> ;fr <frame src="">F"
2473 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
2474 </frameset>k$3F"i
2475 inoremap <buffer> <silent> ;th <th></th>F<
2476 inoremap <buffer> <silent> ;td <td>
2477 </td>O
2478 inoremap <buffer> <silent> ;tr <tr>
2479 </tr>O
2480 inoremap <buffer> <silent> ;tf <tfoot>
2481 </tfoot>O
2482 inoremap <buffer> <silent> ;tb <tbody>
2483 </tbody>O
2484 inoremap <buffer> <silent> ;tH <thead>
2485 </thead>O
2486 inoremap <buffer> <silent> ;ta <table>
2487 </table>O
2488 inoremap <buffer> <silent> ;ca <caption></caption>F<
2489 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
2490 </object>k$5F"i
2491 inoremap <buffer> <silent> ;ns <noscript>
2492 </noscripT>O
2493 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
2494 <noembed></noembed>k$5F"i
2495 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
2496 inoremap <buffer> <silent> ;va <var></var>F<
2497 inoremap <buffer> <silent> ;ul <ul>
2498 </ul>O
2499 inoremap <buffer> <silent> ;tt <tt></tt>F<
2500 inoremap <buffer> <silent> ;ti <title></title>F<
2501 inoremap <buffer> <silent> ;sp <sup></sup>F<
2502 inoremap <buffer> <silent> ;sb <sub></sub>F<
2503 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
2504 inoremap <buffer> <silent> ;cs <style type="text/css">
2505 <!--
2506 -->
2507 </style>kO
2508 inoremap <buffer> <silent> ;sm <small></small>F<
2509 inoremap <buffer> <silent> ;sa <samp></samp>F<
2510 inoremap <buffer> <silent> ;sk <strike></strike>F<
2511 inoremap <buffer> <silent> ;qu <q></q>F<
2512 inoremap <buffer> <silent> ;pr <pre>
2513 </pre>O
2514 inoremap <buffer> <silent> ;/p </p>
2515 
2516 <p>
2517 inoremap <buffer> <silent> ;pp <p>
2518 </p>O
2519 inoremap <buffer> <silent> ;ol <ol>
2520 </ol>O
2521 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
2522 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
2523 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
2524 inoremap <buffer> <silent> ;lk <link href="">F"
2525 inoremap <buffer> <silent> ;li <li></li>F<
2526 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
2527 inoremap <buffer> <silent> ;ii <isindex>
2528 inoremap <buffer> <silent> ;in <ins></ins>F<
2529 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
2530 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
2531 inoremap <buffer> <silent> ;ht <html>
2532 </html>O
2533 inoremap <buffer> <silent> ;Hr <hr width="75%">
2534 inoremap <buffer> <silent> ;hr <hr>
2535 inoremap <buffer> <silent> ;he <head>
2536 </head>O
2537 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
2538 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
2539 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
2540 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
2541 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
2542 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
2543 inoremap <buffer> <silent> ;h6 <h6></h6>F<
2544 inoremap <buffer> <silent> ;h5 <h5></h5>F<
2545 inoremap <buffer> <silent> ;h4 <h4></h4>F<
2546 inoremap <buffer> <silent> ;h3 <h3></h3>F<
2547 inoremap <buffer> <silent> ;h2 <h2></h2>F<
2548 inoremap <buffer> <silent> ;h1 <h1></h1>F<
2549 inoremap <buffer> <silent> ;fc <font color=""></font>F"
2550 inoremap <buffer> <silent> ;fo <font size=""></font>F"
2551 inoremap <buffer> <silent> ;sn <span></span>F<
2552 inoremap <buffer> <silent> ;dv <div>
2553 </div>O
2554 inoremap <buffer> <silent> ;df <dfn></dfn>F<
2555 inoremap <buffer> <silent> ;de <del></del>F<
2556 inoremap <buffer> <silent> ;dd <dd></dd>F<
2557 inoremap <buffer> <silent> ;dt <dt></dt>F<
2558 inoremap <buffer> <silent> ;dl <dl>
2559 </dl>O
2560 inoremap <buffer> <silent> ;co <code></code>F<
2561 inoremap <buffer> <silent> ;ci <cite></cite>F<
2562 inoremap <buffer> <silent> ;ce <center></center>F<
2563 inoremap <buffer> <silent> ;br <br>
2564 inoremap <buffer> <silent> ;bd <body>
2565 </body>O
2566 inoremap <buffer> <silent> ;bl <blockquote>
2567 </blockquote>O
2568 inoremap <buffer> <silent> ;bi <big></big>F<
2569 inoremap <buffer> <silent> ;bh <base href="">F"
2570 inoremap <buffer> <silent> ;ad <address></address>F<
2571 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
2572 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
2573 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
2574 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
2575 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
2576 inoremap <buffer> <silent> ;an <a name=""></a>F"
2577 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
2578 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
2579 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
2580 inoremap <buffer> <silent> ;ah <a href=""></a>F"
2581 imap <buffer> <silent> ;s4 ;s4
2582 imap <buffer> <silent> ;4 ;4
2583 inoremap <buffer> <silent> ;mi :call MangleImageTag()
2584 inoremap <buffer> <silent> ; 
2585 inoremap <buffer> <silent> ;& &
2586 inoremap <buffer> <silent> ;; ;
2587 setlocal keymap=
2588 setlocal noarabic
2589 setlocal autoindent
2590 setlocal balloonexpr=
2591 setlocal nobinary
2592 setlocal bufhidden=
2593 setlocal buflisted
2594 setlocal buftype=
2595 setlocal nocindent
2596 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
2597 setlocal cinoptions=
2598 setlocal cinwords=if,else,while,do,for,switch
2599 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
2600 setlocal commentstring=<!--%s-->
2601 setlocal complete=.,w,b,u,t,i
2602 setlocal completefunc=
2603 setlocal nocopyindent
2604 setlocal nocursorcolumn
2605 setlocal nocursorline
2606 setlocal define=
2607 setlocal dictionary=
2608 setlocal nodiff
2609 setlocal equalprg=
2610 setlocal errorformat=
2611 setlocal noexpandtab
2612 if &filetype != 'html'
2613 setlocal filetype=html
2614 endif
2615 setlocal foldcolumn=0
2616 setlocal foldenable
2617 setlocal foldexpr=0
2618 setlocal foldignore=#
2619 setlocal foldlevel=0
2620 setlocal foldmarker={{{,}}}
2621 setlocal foldmethod=manual
2622 setlocal foldminlines=1
2623 setlocal foldnestmax=20
2624 setlocal foldtext=foldtext()
2625 setlocal formatexpr=
2626 setlocal formatoptions=tcq
2627 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
2628 setlocal grepprg=
2629 setlocal iminsert=2
2630 setlocal imsearch=2
2631 setlocal include=
2632 setlocal includeexpr=
2633 setlocal indentexpr=
2634 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
2635 setlocal noinfercase
2636 setlocal iskeyword=@,48-57,_,192-255
2637 setlocal keywordprg=
2638 setlocal nolinebreak
2639 setlocal nolisp
2640 setlocal nolist
2641 setlocal makeprg=
2642 setlocal matchpairs=(:),{:},[:],<:>
2643 setlocal nomodeline
2644 setlocal modifiable
2645 setlocal nrformats=octal,hex
2646 setlocal nonumber
2647 setlocal numberwidth=4
2648 setlocal omnifunc=htmlcomplete#CompleteTags
2649 setlocal path=
2650 setlocal nopreserveindent
2651 setlocal nopreviewwindow
2652 setlocal quoteescape=\\
2653 setlocal noreadonly
2654 setlocal norightleft
2655 setlocal rightleftcmd=search
2656 setlocal noscrollbind
2657 setlocal shiftwidth=8
2658 setlocal noshortname
2659 setlocal nosmartindent
2660 setlocal softtabstop=0
2661 setlocal nospell
2662 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
2663 setlocal spellfile=
2664 setlocal spelllang=en
2665 setlocal statusline=
2666 setlocal suffixesadd=
2667 setlocal swapfile
2668 setlocal synmaxcol=3000
2669 if &syntax != 'html'
2670 setlocal syntax=html
2671 endif
2672 setlocal tabstop=2
2673 setlocal tags=
2674 setlocal textwidth=0
2675 setlocal thesaurus=
2676 setlocal nowinfixheight
2677 setlocal nowinfixwidth
2678 setlocal wrap
2679 setlocal wrapmargin=0
2680 silent! normal! zE
2681 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
2682 if s:l < 1 | let s:l = 1 | endif
2683 exe s:l
2684 normal! zt
2685 1
2686 normal! 0
2687 tabedit download.html
2688 set splitbelow splitright
2689 set nosplitbelow
2690 set nosplitright
2691 wincmd t
2692 set winheight=1 winwidth=1
2693 argglobal
2694 edit download.html
2695 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
2696 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
2697 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
2698 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
2699 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
2700 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
2701 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
2702 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
2703 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
2704 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
2705 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
2706 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
2707 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
2708 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
2709 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
2710 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
2711 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
2712 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
2713 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
2714 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
2715 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
2716 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
2717 nnoremap <buffer> <silent> ; 
2718 nnoremap <buffer> <silent> ;; ;
2719 vnoremap <buffer> <silent> ;; ;
2720 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
2721 inoremap <buffer> <silent> &hA &hArr;
2722 inoremap <buffer> <silent> &dA &dArr;
2723 inoremap <buffer> <silent> &rA &rArr;
2724 inoremap <buffer> <silent> &uA &uArr;
2725 inoremap <buffer> <silent> &lA &lArr;
2726 inoremap <buffer> <silent> &ha &harr;
2727 inoremap <buffer> <silent> &da &darr;
2728 inoremap <buffer> <silent> &ra &rarr;
2729 inoremap <buffer> <silent> &ua &uarr;
2730 inoremap <buffer> <silent> &la &larr;
2731 inoremap <buffer> <silent> &pv &piv;
2732 inoremap <buffer> <silent> &uh &upsih;
2733 inoremap <buffer> <silent> &ts &thetasym;
2734 inoremap <buffer> <silent> &og &omega;
2735 inoremap <buffer> <silent> &ps &psi;
2736 inoremap <buffer> <silent> &ch &chi;
2737 inoremap <buffer> <silent> &ph &phi;
2738 inoremap <buffer> <silent> &up &upsilon;
2739 inoremap <buffer> <silent> &ta &tau;
2740 inoremap <buffer> <silent> &sf &sigmaf;
2741 inoremap <buffer> <silent> &si &sigma;
2742 inoremap <buffer> <silent> &rh &rho;
2743 inoremap <buffer> <silent> &pi &pi;
2744 inoremap <buffer> <silent> &oc &omicron;
2745 inoremap <buffer> <silent> &xi &xi;
2746 inoremap <buffer> <silent> &nu &nu;
2747 inoremap <buffer> <silent> &mu &mu;
2748 inoremap <buffer> <silent> &lm &lambda;
2749 inoremap <buffer> <silent> &ka &kappa;
2750 inoremap <buffer> <silent> &io &iota;
2751 inoremap <buffer> <silent> &th &theta;
2752 inoremap <buffer> <silent> &et &eta;
2753 inoremap <buffer> <silent> &ze &zeta;
2754 inoremap <buffer> <silent> &ep &epsilon;
2755 inoremap <buffer> <silent> &de &delta;
2756 inoremap <buffer> <silent> &ga &gamma;
2757 inoremap <buffer> <silent> &be &beta;
2758 inoremap <buffer> <silent> &al &alpha;
2759 inoremap <buffer> <silent> &Ps &Psi;
2760 inoremap <buffer> <silent> &Ch &Chi;
2761 inoremap <buffer> <silent> &Ph &Phi;
2762 inoremap <buffer> <silent> &Up &Upsilon;
2763 inoremap <buffer> <silent> &Ta &Tau;
2764 inoremap <buffer> <silent> &Si &Sigma;
2765 inoremap <buffer> <silent> &Rh &Rho;
2766 inoremap <buffer> <silent> &Pi &Pi;
2767 inoremap <buffer> <silent> &Oc &Omicron;
2768 inoremap <buffer> <silent> &Xi &Xi;
2769 inoremap <buffer> <silent> &Nu &Nu;
2770 inoremap <buffer> <silent> &Mu &Mu;
2771 inoremap <buffer> <silent> &Lm &Lambda;
2772 inoremap <buffer> <silent> &Ka &Kappa;
2773 inoremap <buffer> <silent> &Io &Iota;
2774 inoremap <buffer> <silent> &Th &Theta;
2775 inoremap <buffer> <silent> &Et &Eta;
2776 inoremap <buffer> <silent> &Ze &Zeta;
2777 inoremap <buffer> <silent> &Ep &Epsilon;
2778 inoremap <buffer> <silent> &De &Delta;
2779 inoremap <buffer> <silent> &Ga &Gamma;
2780 inoremap <buffer> <silent> &Be &Beta;
2781 inoremap <buffer> <silent> &Al &Alpha;
2782 inoremap <buffer> <silent> &3. &hellip;
2783 inoremap <buffer> <silent> &-- &mdash;
2784 inoremap <buffer> <silent> &3- &mdash;
2785 inoremap <buffer> <silent> &m- &mdash;
2786 inoremap <buffer> <silent> &2- &ndash;
2787 inoremap <buffer> <silent> &n- &ndash;
2788 inoremap <buffer> <silent> &34 &frac34;
2789 inoremap <buffer> <silent> &12 &frac12;
2790 inoremap <buffer> <silent> &14 &frac14;
2791 inoremap <buffer> <silent> &. &middot;
2792 inoremap <buffer> <silent> &pa &para;
2793 inoremap <buffer> <silent> &mi &micro;
2794 inoremap <buffer> <silent> &dg &deg;
2795 inoremap <buffer> <silent> &? &iquest;
2796 inoremap <buffer> <silent> &! &iexcl;
2797 inoremap <buffer> <silent> &sz &szlig;
2798 inoremap <buffer> <silent> &o/ &oslash;
2799 inoremap <buffer> <silent> &/ &divide;
2800 inoremap <buffer> <silent> &" &uml;
2801 inoremap <buffer> <silent> &2> &raquo;
2802 inoremap <buffer> <silent> &2< &laquo;
2803 inoremap <buffer> <silent> &y" &yuml;
2804 inoremap <buffer> <silent> &y' &yacute;
2805 inoremap <buffer> <silent> &u" &uuml;
2806 inoremap <buffer> <silent> &u^ &ucirc;
2807 inoremap <buffer> <silent> &u' &uacute;
2808 inoremap <buffer> <silent> &u` &ugrave;
2809 inoremap <buffer> <silent> &x &times;
2810 inoremap <buffer> <silent> &o" &ouml;
2811 inoremap <buffer> <silent> &o~ &otilde;
2812 inoremap <buffer> <silent> &o^ &ocirc;
2813 inoremap <buffer> <silent> &o' &oacute;
2814 inoremap <buffer> <silent> &o` &ograve;
2815 inoremap <buffer> <silent> &n~ &ntilde;
2816 inoremap <buffer> <silent> &i" &iuml;
2817 inoremap <buffer> <silent> &i^ &icirc;
2818 inoremap <buffer> <silent> &i' &iacute;
2819 inoremap <buffer> <silent> &i` &igrave;
2820 inoremap <buffer> <silent> &e" &euml;
2821 inoremap <buffer> <silent> &e^ &ecirc;
2822 inoremap <buffer> <silent> &e' &eacute;
2823 inoremap <buffer> <silent> &e` &egrave;
2824 inoremap <buffer> <silent> &c, &ccedil;
2825 inoremap <buffer> <silent> &ae &aelig;
2826 inoremap <buffer> <silent> &ao &aring;
2827 inoremap <buffer> <silent> &a" &auml;
2828 inoremap <buffer> <silent> &a~ &atilde;
2829 inoremap <buffer> <silent> &a^ &acirc;
2830 inoremap <buffer> <silent> &a' &aacute;
2831 inoremap <buffer> <silent> &a` &agrave;
2832 inoremap <buffer> <silent> &Y' &Yacute;
2833 inoremap <buffer> <silent> &U" &Uuml;
2834 inoremap <buffer> <silent> &U^ &Ucirc;
2835 inoremap <buffer> <silent> &U' &Uacute;
2836 inoremap <buffer> <silent> &U` &Ugrave;
2837 inoremap <buffer> <silent> &O/ &Oslash;
2838 inoremap <buffer> <silent> &O" &Ouml;
2839 inoremap <buffer> <silent> &O~ &Otilde;
2840 inoremap <buffer> <silent> &O^ &Ocirc;
2841 inoremap <buffer> <silent> &O' &Oacute;
2842 inoremap <buffer> <silent> &O` &Ograve;
2843 inoremap <buffer> <silent> &N~ &Ntilde;
2844 inoremap <buffer> <silent> &I" &Iuml;
2845 inoremap <buffer> <silent> &I^ &Icirc;
2846 inoremap <buffer> <silent> &I' &Iacute;
2847 inoremap <buffer> <silent> &I` &Igrave;
2848 inoremap <buffer> <silent> &E" &Euml;
2849 inoremap <buffer> <silent> &E^ &Ecirc;
2850 inoremap <buffer> <silent> &E' &Eacute;
2851 inoremap <buffer> <silent> &E` &Egrave;
2852 inoremap <buffer> <silent> &C, &Ccedil;
2853 inoremap <buffer> <silent> &AE &AElig;
2854 inoremap <buffer> <silent> &Ao &Aring;
2855 inoremap <buffer> <silent> &A" &Auml;
2856 inoremap <buffer> <silent> &A~ &Atilde;
2857 inoremap <buffer> <silent> &A^ &Acirc;
2858 inoremap <buffer> <silent> &A' &Aacute;
2859 inoremap <buffer> <silent> &A` &Agrave;
2860 inoremap <buffer> <silent> &c| &cent;
2861 inoremap <buffer> <silent> &Y= &yen;
2862 inoremap <buffer> <silent> &# &pound;
2863 inoremap <buffer> <silent> & &nbsp;
2864 inoremap <buffer> <silent> &> &gt;
2865 inoremap <buffer> <silent> &< &lt;
2866 inoremap <buffer> <silent> &' &quot;
2867 inoremap <buffer> <silent> &tm &trade;
2868 inoremap <buffer> <silent> &rO &reg;
2869 inoremap <buffer> <silent> &cO &copy;
2870 inoremap <buffer> <silent> && &amp;
2871 inoremap <buffer> <silent> ; &nbsp;
2872 inoremap <buffer> <silent> ;la <label for=""></label>F"
2873 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
2874 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
2875 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
2876 </textarea>k$5F"i
2877 inoremap <buffer> <silent> ;og <optgroup label="">
2878 </optgroup>k$F"i
2879 inoremap <buffer> <silent> ;op <option></option>F<
2880 inoremap <buffer> <silent> ;ms <select name="" multiple>
2881 </select>O
2882 inoremap <buffer> <silent> ;se <select name="">
2883 </select>O
2884 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
2885 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
2886 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
2887 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
2888 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
2889 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
2890 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
2891 inoremap <buffer> <silent> ;fm <form action="">
2892 </form>k$F"i
2893 inoremap <buffer> <silent> ;if <iframe src="">
2894 </iframe>k$F"i
2895 inoremap <buffer> <silent> ;nf <noframes>
2896 </noframes>O
2897 inoremap <buffer> <silent> ;fr <frame src="">F"
2898 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
2899 </frameset>k$3F"i
2900 inoremap <buffer> <silent> ;th <th></th>F<
2901 inoremap <buffer> <silent> ;td <td>
2902 </td>O
2903 inoremap <buffer> <silent> ;tr <tr>
2904 </tr>O
2905 inoremap <buffer> <silent> ;tf <tfoot>
2906 </tfoot>O
2907 inoremap <buffer> <silent> ;tb <tbody>
2908 </tbody>O
2909 inoremap <buffer> <silent> ;tH <thead>
2910 </thead>O
2911 inoremap <buffer> <silent> ;ta <table>
2912 </table>O
2913 inoremap <buffer> <silent> ;ca <caption></caption>F<
2914 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
2915 </object>k$5F"i
2916 inoremap <buffer> <silent> ;ns <noscript>
2917 </noscripT>O
2918 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
2919 <noembed></noembed>k$5F"i
2920 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
2921 inoremap <buffer> <silent> ;va <var></var>F<
2922 inoremap <buffer> <silent> ;ul <ul>
2923 </ul>O
2924 inoremap <buffer> <silent> ;tt <tt></tt>F<
2925 inoremap <buffer> <silent> ;ti <title></title>F<
2926 inoremap <buffer> <silent> ;sp <sup></sup>F<
2927 inoremap <buffer> <silent> ;sb <sub></sub>F<
2928 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
2929 inoremap <buffer> <silent> ;cs <style type="text/css">
2930 <!--
2931 -->
2932 </style>kO
2933 inoremap <buffer> <silent> ;sm <small></small>F<
2934 inoremap <buffer> <silent> ;sa <samp></samp>F<
2935 inoremap <buffer> <silent> ;sk <strike></strike>F<
2936 inoremap <buffer> <silent> ;qu <q></q>F<
2937 inoremap <buffer> <silent> ;pr <pre>
2938 </pre>O
2939 inoremap <buffer> <silent> ;/p </p>
2940 
2941 <p>
2942 inoremap <buffer> <silent> ;pp <p>
2943 </p>O
2944 inoremap <buffer> <silent> ;ol <ol>
2945 </ol>O
2946 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
2947 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
2948 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
2949 inoremap <buffer> <silent> ;lk <link href="">F"
2950 inoremap <buffer> <silent> ;li <li></li>F<
2951 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
2952 inoremap <buffer> <silent> ;ii <isindex>
2953 inoremap <buffer> <silent> ;in <ins></ins>F<
2954 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
2955 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
2956 inoremap <buffer> <silent> ;ht <html>
2957 </html>O
2958 inoremap <buffer> <silent> ;Hr <hr width="75%">
2959 inoremap <buffer> <silent> ;hr <hr>
2960 inoremap <buffer> <silent> ;he <head>
2961 </head>O
2962 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
2963 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
2964 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
2965 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
2966 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
2967 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
2968 inoremap <buffer> <silent> ;h6 <h6></h6>F<
2969 inoremap <buffer> <silent> ;h5 <h5></h5>F<
2970 inoremap <buffer> <silent> ;h4 <h4></h4>F<
2971 inoremap <buffer> <silent> ;h3 <h3></h3>F<
2972 inoremap <buffer> <silent> ;h2 <h2></h2>F<
2973 inoremap <buffer> <silent> ;h1 <h1></h1>F<
2974 inoremap <buffer> <silent> ;fc <font color=""></font>F"
2975 inoremap <buffer> <silent> ;fo <font size=""></font>F"
2976 inoremap <buffer> <silent> ;sn <span></span>F<
2977 inoremap <buffer> <silent> ;dv <div>
2978 </div>O
2979 inoremap <buffer> <silent> ;df <dfn></dfn>F<
2980 inoremap <buffer> <silent> ;de <del></del>F<
2981 inoremap <buffer> <silent> ;dd <dd></dd>F<
2982 inoremap <buffer> <silent> ;dt <dt></dt>F<
2983 inoremap <buffer> <silent> ;dl <dl>
2984 </dl>O
2985 inoremap <buffer> <silent> ;co <code></code>F<
2986 inoremap <buffer> <silent> ;ci <cite></cite>F<
2987 inoremap <buffer> <silent> ;ce <center></center>F<
2988 inoremap <buffer> <silent> ;br <br>
2989 inoremap <buffer> <silent> ;bd <body>
2990 </body>O
2991 inoremap <buffer> <silent> ;bl <blockquote>
2992 </blockquote>O
2993 inoremap <buffer> <silent> ;bi <big></big>F<
2994 inoremap <buffer> <silent> ;bh <base href="">F"
2995 inoremap <buffer> <silent> ;ad <address></address>F<
2996 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
2997 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
2998 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
2999 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
3000 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
3001 inoremap <buffer> <silent> ;an <a name=""></a>F"
3002 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
3003 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
3004 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
3005 inoremap <buffer> <silent> ;ah <a href=""></a>F"
3006 imap <buffer> <silent> ;s4 ;s4
3007 imap <buffer> <silent> ;4 ;4
3008 inoremap <buffer> <silent> ;mi :call MangleImageTag()
3009 inoremap <buffer> <silent> ; 
3010 inoremap <buffer> <silent> ;& &
3011 inoremap <buffer> <silent> ;; ;
3012 setlocal keymap=
3013 setlocal noarabic
3014 setlocal autoindent
3015 setlocal balloonexpr=
3016 setlocal nobinary
3017 setlocal bufhidden=
3018 setlocal buflisted
3019 setlocal buftype=
3020 setlocal nocindent
3021 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
3022 setlocal cinoptions=
3023 setlocal cinwords=if,else,while,do,for,switch
3024 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
3025 setlocal commentstring=<!--%s-->
3026 setlocal complete=.,w,b,u,t,i
3027 setlocal completefunc=
3028 setlocal nocopyindent
3029 setlocal nocursorcolumn
3030 setlocal nocursorline
3031 setlocal define=
3032 setlocal dictionary=
3033 setlocal nodiff
3034 setlocal equalprg=
3035 setlocal errorformat=
3036 setlocal expandtab
3037 if &filetype != 'html'
3038 setlocal filetype=html
3039 endif
3040 setlocal foldcolumn=0
3041 setlocal foldenable
3042 setlocal foldexpr=0
3043 setlocal foldignore=#
3044 setlocal foldlevel=0
3045 setlocal foldmarker={{{,}}}
3046 setlocal foldmethod=manual
3047 setlocal foldminlines=1
3048 setlocal foldnestmax=20
3049 setlocal foldtext=foldtext()
3050 setlocal formatexpr=
3051 setlocal formatoptions=tcq
3052 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
3053 setlocal grepprg=
3054 setlocal iminsert=0
3055 setlocal imsearch=0
3056 setlocal include=
3057 setlocal includeexpr=
3058 setlocal indentexpr=
3059 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
3060 setlocal noinfercase
3061 setlocal iskeyword=@,48-57,_,192-255
3062 setlocal keywordprg=
3063 setlocal nolinebreak
3064 setlocal nolisp
3065 setlocal nolist
3066 setlocal makeprg=
3067 setlocal matchpairs=(:),{:},[:],<:>
3068 setlocal nomodeline
3069 setlocal modifiable
3070 setlocal nrformats=octal,hex
3071 setlocal nonumber
3072 setlocal numberwidth=4
3073 setlocal omnifunc=htmlcomplete#CompleteTags
3074 setlocal path=
3075 setlocal nopreserveindent
3076 setlocal nopreviewwindow
3077 setlocal quoteescape=\\
3078 setlocal noreadonly
3079 setlocal norightleft
3080 setlocal rightleftcmd=search
3081 setlocal noscrollbind
3082 setlocal shiftwidth=4
3083 setlocal noshortname
3084 setlocal nosmartindent
3085 setlocal softtabstop=0
3086 setlocal nospell
3087 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
3088 setlocal spellfile=
3089 setlocal spelllang=en
3090 setlocal statusline=
3091 setlocal suffixesadd=
3092 setlocal swapfile
3093 setlocal synmaxcol=3000
3094 if &syntax != 'html'
3095 setlocal syntax=html
3096 endif
3097 setlocal tabstop=2
3098 setlocal tags=
3099 setlocal textwidth=0
3100 setlocal thesaurus=
3101 setlocal nowinfixheight
3102 setlocal nowinfixwidth
3103 setlocal wrap
3104 setlocal wrapmargin=0
3105 silent! normal! zE
3106 let s:l = 117 - ((6 * winheight(0) + 19) / 38)
3107 if s:l < 1 | let s:l = 1 | endif
3108 exe s:l
3109 normal! zt
3110 117
3111 normal! 072l
3112 tabedit flash-backup.html
3113 set splitbelow splitright
3114 set nosplitbelow
3115 set nosplitright
3116 wincmd t
3117 set winheight=1 winwidth=1
3118 argglobal
3119 7argu
3120 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3121 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3122 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
3123 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
3124 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
3125 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
3126 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
3127 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
3128 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
3129 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
3130 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
3131 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
3132 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
3133 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
3134 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
3135 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
3136 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
3137 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
3138 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
3139 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
3140 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
3141 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
3142 nnoremap <buffer> <silent> ; 
3143 nnoremap <buffer> <silent> ;; ;
3144 vnoremap <buffer> <silent> ;; ;
3145 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
3146 inoremap <buffer> <silent> &hA &hArr;
3147 inoremap <buffer> <silent> &dA &dArr;
3148 inoremap <buffer> <silent> &rA &rArr;
3149 inoremap <buffer> <silent> &uA &uArr;
3150 inoremap <buffer> <silent> &lA &lArr;
3151 inoremap <buffer> <silent> &ha &harr;
3152 inoremap <buffer> <silent> &da &darr;
3153 inoremap <buffer> <silent> &ra &rarr;
3154 inoremap <buffer> <silent> &ua &uarr;
3155 inoremap <buffer> <silent> &la &larr;
3156 inoremap <buffer> <silent> &pv &piv;
3157 inoremap <buffer> <silent> &uh &upsih;
3158 inoremap <buffer> <silent> &ts &thetasym;
3159 inoremap <buffer> <silent> &og &omega;
3160 inoremap <buffer> <silent> &ps &psi;
3161 inoremap <buffer> <silent> &ch &chi;
3162 inoremap <buffer> <silent> &ph &phi;
3163 inoremap <buffer> <silent> &up &upsilon;
3164 inoremap <buffer> <silent> &ta &tau;
3165 inoremap <buffer> <silent> &sf &sigmaf;
3166 inoremap <buffer> <silent> &si &sigma;
3167 inoremap <buffer> <silent> &rh &rho;
3168 inoremap <buffer> <silent> &pi &pi;
3169 inoremap <buffer> <silent> &oc &omicron;
3170 inoremap <buffer> <silent> &xi &xi;
3171 inoremap <buffer> <silent> &nu &nu;
3172 inoremap <buffer> <silent> &mu &mu;
3173 inoremap <buffer> <silent> &lm &lambda;
3174 inoremap <buffer> <silent> &ka &kappa;
3175 inoremap <buffer> <silent> &io &iota;
3176 inoremap <buffer> <silent> &th &theta;
3177 inoremap <buffer> <silent> &et &eta;
3178 inoremap <buffer> <silent> &ze &zeta;
3179 inoremap <buffer> <silent> &ep &epsilon;
3180 inoremap <buffer> <silent> &de &delta;
3181 inoremap <buffer> <silent> &ga &gamma;
3182 inoremap <buffer> <silent> &be &beta;
3183 inoremap <buffer> <silent> &al &alpha;
3184 inoremap <buffer> <silent> &Ps &Psi;
3185 inoremap <buffer> <silent> &Ch &Chi;
3186 inoremap <buffer> <silent> &Ph &Phi;
3187 inoremap <buffer> <silent> &Up &Upsilon;
3188 inoremap <buffer> <silent> &Ta &Tau;
3189 inoremap <buffer> <silent> &Si &Sigma;
3190 inoremap <buffer> <silent> &Rh &Rho;
3191 inoremap <buffer> <silent> &Pi &Pi;
3192 inoremap <buffer> <silent> &Oc &Omicron;
3193 inoremap <buffer> <silent> &Xi &Xi;
3194 inoremap <buffer> <silent> &Nu &Nu;
3195 inoremap <buffer> <silent> &Mu &Mu;
3196 inoremap <buffer> <silent> &Lm &Lambda;
3197 inoremap <buffer> <silent> &Ka &Kappa;
3198 inoremap <buffer> <silent> &Io &Iota;
3199 inoremap <buffer> <silent> &Th &Theta;
3200 inoremap <buffer> <silent> &Et &Eta;
3201 inoremap <buffer> <silent> &Ze &Zeta;
3202 inoremap <buffer> <silent> &Ep &Epsilon;
3203 inoremap <buffer> <silent> &De &Delta;
3204 inoremap <buffer> <silent> &Ga &Gamma;
3205 inoremap <buffer> <silent> &Be &Beta;
3206 inoremap <buffer> <silent> &Al &Alpha;
3207 inoremap <buffer> <silent> &3. &hellip;
3208 inoremap <buffer> <silent> &-- &mdash;
3209 inoremap <buffer> <silent> &3- &mdash;
3210 inoremap <buffer> <silent> &m- &mdash;
3211 inoremap <buffer> <silent> &2- &ndash;
3212 inoremap <buffer> <silent> &n- &ndash;
3213 inoremap <buffer> <silent> &34 &frac34;
3214 inoremap <buffer> <silent> &12 &frac12;
3215 inoremap <buffer> <silent> &14 &frac14;
3216 inoremap <buffer> <silent> &. &middot;
3217 inoremap <buffer> <silent> &pa &para;
3218 inoremap <buffer> <silent> &mi &micro;
3219 inoremap <buffer> <silent> &dg &deg;
3220 inoremap <buffer> <silent> &? &iquest;
3221 inoremap <buffer> <silent> &! &iexcl;
3222 inoremap <buffer> <silent> &sz &szlig;
3223 inoremap <buffer> <silent> &o/ &oslash;
3224 inoremap <buffer> <silent> &/ &divide;
3225 inoremap <buffer> <silent> &" &uml;
3226 inoremap <buffer> <silent> &2> &raquo;
3227 inoremap <buffer> <silent> &2< &laquo;
3228 inoremap <buffer> <silent> &y" &yuml;
3229 inoremap <buffer> <silent> &y' &yacute;
3230 inoremap <buffer> <silent> &u" &uuml;
3231 inoremap <buffer> <silent> &u^ &ucirc;
3232 inoremap <buffer> <silent> &u' &uacute;
3233 inoremap <buffer> <silent> &u` &ugrave;
3234 inoremap <buffer> <silent> &x &times;
3235 inoremap <buffer> <silent> &o" &ouml;
3236 inoremap <buffer> <silent> &o~ &otilde;
3237 inoremap <buffer> <silent> &o^ &ocirc;
3238 inoremap <buffer> <silent> &o' &oacute;
3239 inoremap <buffer> <silent> &o` &ograve;
3240 inoremap <buffer> <silent> &n~ &ntilde;
3241 inoremap <buffer> <silent> &i" &iuml;
3242 inoremap <buffer> <silent> &i^ &icirc;
3243 inoremap <buffer> <silent> &i' &iacute;
3244 inoremap <buffer> <silent> &i` &igrave;
3245 inoremap <buffer> <silent> &e" &euml;
3246 inoremap <buffer> <silent> &e^ &ecirc;
3247 inoremap <buffer> <silent> &e' &eacute;
3248 inoremap <buffer> <silent> &e` &egrave;
3249 inoremap <buffer> <silent> &c, &ccedil;
3250 inoremap <buffer> <silent> &ae &aelig;
3251 inoremap <buffer> <silent> &ao &aring;
3252 inoremap <buffer> <silent> &a" &auml;
3253 inoremap <buffer> <silent> &a~ &atilde;
3254 inoremap <buffer> <silent> &a^ &acirc;
3255 inoremap <buffer> <silent> &a' &aacute;
3256 inoremap <buffer> <silent> &a` &agrave;
3257 inoremap <buffer> <silent> &Y' &Yacute;
3258 inoremap <buffer> <silent> &U" &Uuml;
3259 inoremap <buffer> <silent> &U^ &Ucirc;
3260 inoremap <buffer> <silent> &U' &Uacute;
3261 inoremap <buffer> <silent> &U` &Ugrave;
3262 inoremap <buffer> <silent> &O/ &Oslash;
3263 inoremap <buffer> <silent> &O" &Ouml;
3264 inoremap <buffer> <silent> &O~ &Otilde;
3265 inoremap <buffer> <silent> &O^ &Ocirc;
3266 inoremap <buffer> <silent> &O' &Oacute;
3267 inoremap <buffer> <silent> &O` &Ograve;
3268 inoremap <buffer> <silent> &N~ &Ntilde;
3269 inoremap <buffer> <silent> &I" &Iuml;
3270 inoremap <buffer> <silent> &I^ &Icirc;
3271 inoremap <buffer> <silent> &I' &Iacute;
3272 inoremap <buffer> <silent> &I` &Igrave;
3273 inoremap <buffer> <silent> &E" &Euml;
3274 inoremap <buffer> <silent> &E^ &Ecirc;
3275 inoremap <buffer> <silent> &E' &Eacute;
3276 inoremap <buffer> <silent> &E` &Egrave;
3277 inoremap <buffer> <silent> &C, &Ccedil;
3278 inoremap <buffer> <silent> &AE &AElig;
3279 inoremap <buffer> <silent> &Ao &Aring;
3280 inoremap <buffer> <silent> &A" &Auml;
3281 inoremap <buffer> <silent> &A~ &Atilde;
3282 inoremap <buffer> <silent> &A^ &Acirc;
3283 inoremap <buffer> <silent> &A' &Aacute;
3284 inoremap <buffer> <silent> &A` &Agrave;
3285 inoremap <buffer> <silent> &c| &cent;
3286 inoremap <buffer> <silent> &Y= &yen;
3287 inoremap <buffer> <silent> &# &pound;
3288 inoremap <buffer> <silent> & &nbsp;
3289 inoremap <buffer> <silent> &> &gt;
3290 inoremap <buffer> <silent> &< &lt;
3291 inoremap <buffer> <silent> &' &quot;
3292 inoremap <buffer> <silent> &tm &trade;
3293 inoremap <buffer> <silent> &rO &reg;
3294 inoremap <buffer> <silent> &cO &copy;
3295 inoremap <buffer> <silent> && &amp;
3296 inoremap <buffer> <silent> ; &nbsp;
3297 inoremap <buffer> <silent> ;la <label for=""></label>F"
3298 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
3299 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
3300 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
3301 </textarea>k$5F"i
3302 inoremap <buffer> <silent> ;og <optgroup label="">
3303 </optgroup>k$F"i
3304 inoremap <buffer> <silent> ;op <option></option>F<
3305 inoremap <buffer> <silent> ;ms <select name="" multiple>
3306 </select>O
3307 inoremap <buffer> <silent> ;se <select name="">
3308 </select>O
3309 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
3310 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
3311 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
3312 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
3313 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
3314 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
3315 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
3316 inoremap <buffer> <silent> ;fm <form action="">
3317 </form>k$F"i
3318 inoremap <buffer> <silent> ;if <iframe src="">
3319 </iframe>k$F"i
3320 inoremap <buffer> <silent> ;nf <noframes>
3321 </noframes>O
3322 inoremap <buffer> <silent> ;fr <frame src="">F"
3323 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
3324 </frameset>k$3F"i
3325 inoremap <buffer> <silent> ;th <th></th>F<
3326 inoremap <buffer> <silent> ;td <td>
3327 </td>O
3328 inoremap <buffer> <silent> ;tr <tr>
3329 </tr>O
3330 inoremap <buffer> <silent> ;tf <tfoot>
3331 </tfoot>O
3332 inoremap <buffer> <silent> ;tb <tbody>
3333 </tbody>O
3334 inoremap <buffer> <silent> ;tH <thead>
3335 </thead>O
3336 inoremap <buffer> <silent> ;ta <table>
3337 </table>O
3338 inoremap <buffer> <silent> ;ca <caption></caption>F<
3339 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
3340 </object>k$5F"i
3341 inoremap <buffer> <silent> ;ns <noscript>
3342 </noscripT>O
3343 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
3344 <noembed></noembed>k$5F"i
3345 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
3346 inoremap <buffer> <silent> ;va <var></var>F<
3347 inoremap <buffer> <silent> ;ul <ul>
3348 </ul>O
3349 inoremap <buffer> <silent> ;tt <tt></tt>F<
3350 inoremap <buffer> <silent> ;ti <title></title>F<
3351 inoremap <buffer> <silent> ;sp <sup></sup>F<
3352 inoremap <buffer> <silent> ;sb <sub></sub>F<
3353 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
3354 inoremap <buffer> <silent> ;cs <style type="text/css">
3355 <!--
3356 -->
3357 </style>kO
3358 inoremap <buffer> <silent> ;sm <small></small>F<
3359 inoremap <buffer> <silent> ;sa <samp></samp>F<
3360 inoremap <buffer> <silent> ;sk <strike></strike>F<
3361 inoremap <buffer> <silent> ;qu <q></q>F<
3362 inoremap <buffer> <silent> ;pr <pre>
3363 </pre>O
3364 inoremap <buffer> <silent> ;/p </p>
3365 
3366 <p>
3367 inoremap <buffer> <silent> ;pp <p>
3368 </p>O
3369 inoremap <buffer> <silent> ;ol <ol>
3370 </ol>O
3371 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
3372 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
3373 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
3374 inoremap <buffer> <silent> ;lk <link href="">F"
3375 inoremap <buffer> <silent> ;li <li></li>F<
3376 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
3377 inoremap <buffer> <silent> ;ii <isindex>
3378 inoremap <buffer> <silent> ;in <ins></ins>F<
3379 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
3380 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
3381 inoremap <buffer> <silent> ;ht <html>
3382 </html>O
3383 inoremap <buffer> <silent> ;Hr <hr width="75%">
3384 inoremap <buffer> <silent> ;hr <hr>
3385 inoremap <buffer> <silent> ;he <head>
3386 </head>O
3387 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
3388 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
3389 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
3390 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
3391 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
3392 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
3393 inoremap <buffer> <silent> ;h6 <h6></h6>F<
3394 inoremap <buffer> <silent> ;h5 <h5></h5>F<
3395 inoremap <buffer> <silent> ;h4 <h4></h4>F<
3396 inoremap <buffer> <silent> ;h3 <h3></h3>F<
3397 inoremap <buffer> <silent> ;h2 <h2></h2>F<
3398 inoremap <buffer> <silent> ;h1 <h1></h1>F<
3399 inoremap <buffer> <silent> ;fc <font color=""></font>F"
3400 inoremap <buffer> <silent> ;fo <font size=""></font>F"
3401 inoremap <buffer> <silent> ;sn <span></span>F<
3402 inoremap <buffer> <silent> ;dv <div>
3403 </div>O
3404 inoremap <buffer> <silent> ;df <dfn></dfn>F<
3405 inoremap <buffer> <silent> ;de <del></del>F<
3406 inoremap <buffer> <silent> ;dd <dd></dd>F<
3407 inoremap <buffer> <silent> ;dt <dt></dt>F<
3408 inoremap <buffer> <silent> ;dl <dl>
3409 </dl>O
3410 inoremap <buffer> <silent> ;co <code></code>F<
3411 inoremap <buffer> <silent> ;ci <cite></cite>F<
3412 inoremap <buffer> <silent> ;ce <center></center>F<
3413 inoremap <buffer> <silent> ;br <br>
3414 inoremap <buffer> <silent> ;bd <body>
3415 </body>O
3416 inoremap <buffer> <silent> ;bl <blockquote>
3417 </blockquote>O
3418 inoremap <buffer> <silent> ;bi <big></big>F<
3419 inoremap <buffer> <silent> ;bh <base href="">F"
3420 inoremap <buffer> <silent> ;ad <address></address>F<
3421 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
3422 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
3423 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
3424 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
3425 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
3426 inoremap <buffer> <silent> ;an <a name=""></a>F"
3427 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
3428 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
3429 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
3430 inoremap <buffer> <silent> ;ah <a href=""></a>F"
3431 imap <buffer> <silent> ;s4 ;s4
3432 imap <buffer> <silent> ;4 ;4
3433 inoremap <buffer> <silent> ;mi :call MangleImageTag()
3434 inoremap <buffer> <silent> ; 
3435 inoremap <buffer> <silent> ;& &
3436 inoremap <buffer> <silent> ;; ;
3437 setlocal keymap=
3438 setlocal noarabic
3439 setlocal autoindent
3440 setlocal balloonexpr=
3441 setlocal nobinary
3442 setlocal bufhidden=
3443 setlocal buflisted
3444 setlocal buftype=
3445 setlocal nocindent
3446 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
3447 setlocal cinoptions=
3448 setlocal cinwords=if,else,while,do,for,switch
3449 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
3450 setlocal commentstring=<!--%s-->
3451 setlocal complete=.,w,b,u,t,i
3452 setlocal completefunc=
3453 setlocal nocopyindent
3454 setlocal nocursorcolumn
3455 setlocal nocursorline
3456 setlocal define=
3457 setlocal dictionary=
3458 setlocal nodiff
3459 setlocal equalprg=
3460 setlocal errorformat=
3461 setlocal noexpandtab
3462 if &filetype != 'html'
3463 setlocal filetype=html
3464 endif
3465 setlocal foldcolumn=0
3466 setlocal foldenable
3467 setlocal foldexpr=0
3468 setlocal foldignore=#
3469 setlocal foldlevel=0
3470 setlocal foldmarker={{{,}}}
3471 setlocal foldmethod=manual
3472 setlocal foldminlines=1
3473 setlocal foldnestmax=20
3474 setlocal foldtext=foldtext()
3475 setlocal formatexpr=
3476 setlocal formatoptions=tcq
3477 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
3478 setlocal grepprg=
3479 setlocal iminsert=2
3480 setlocal imsearch=2
3481 setlocal include=
3482 setlocal includeexpr=
3483 setlocal indentexpr=
3484 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
3485 setlocal noinfercase
3486 setlocal iskeyword=@,48-57,_,192-255
3487 setlocal keywordprg=
3488 setlocal nolinebreak
3489 setlocal nolisp
3490 setlocal nolist
3491 setlocal makeprg=
3492 setlocal matchpairs=(:),{:},[:],<:>
3493 setlocal nomodeline
3494 setlocal modifiable
3495 setlocal nrformats=octal,hex
3496 setlocal nonumber
3497 setlocal numberwidth=4
3498 setlocal omnifunc=htmlcomplete#CompleteTags
3499 setlocal path=
3500 setlocal nopreserveindent
3501 setlocal nopreviewwindow
3502 setlocal quoteescape=\\
3503 setlocal noreadonly
3504 setlocal norightleft
3505 setlocal rightleftcmd=search
3506 setlocal noscrollbind
3507 setlocal shiftwidth=8
3508 setlocal noshortname
3509 setlocal nosmartindent
3510 setlocal softtabstop=0
3511 setlocal nospell
3512 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
3513 setlocal spellfile=
3514 setlocal spelllang=en
3515 setlocal statusline=
3516 setlocal suffixesadd=
3517 setlocal swapfile
3518 setlocal synmaxcol=3000
3519 if &syntax != 'html'
3520 setlocal syntax=html
3521 endif
3522 setlocal tabstop=2
3523 setlocal tags=
3524 setlocal textwidth=0
3525 setlocal thesaurus=
3526 setlocal nowinfixheight
3527 setlocal nowinfixwidth
3528 setlocal wrap
3529 setlocal wrapmargin=0
3530 silent! normal! zE
3531 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
3532 if s:l < 1 | let s:l = 1 | endif
3533 exe s:l
3534 normal! zt
3535 1
3536 normal! 0
3537 tabedit help.html
3538 set splitbelow splitright
3539 set nosplitbelow
3540 set nosplitright
3541 wincmd t
3542 set winheight=1 winwidth=1
3543 argglobal
3544 8argu
3545 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3546 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3547 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
3548 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
3549 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
3550 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
3551 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
3552 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
3553 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
3554 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
3555 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
3556 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
3557 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
3558 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
3559 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
3560 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
3561 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
3562 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
3563 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
3564 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
3565 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
3566 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
3567 nnoremap <buffer> <silent> ; 
3568 nnoremap <buffer> <silent> ;; ;
3569 vnoremap <buffer> <silent> ;; ;
3570 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
3571 inoremap <buffer> <silent> &hA &hArr;
3572 inoremap <buffer> <silent> &dA &dArr;
3573 inoremap <buffer> <silent> &rA &rArr;
3574 inoremap <buffer> <silent> &uA &uArr;
3575 inoremap <buffer> <silent> &lA &lArr;
3576 inoremap <buffer> <silent> &ha &harr;
3577 inoremap <buffer> <silent> &da &darr;
3578 inoremap <buffer> <silent> &ra &rarr;
3579 inoremap <buffer> <silent> &ua &uarr;
3580 inoremap <buffer> <silent> &la &larr;
3581 inoremap <buffer> <silent> &pv &piv;
3582 inoremap <buffer> <silent> &uh &upsih;
3583 inoremap <buffer> <silent> &ts &thetasym;
3584 inoremap <buffer> <silent> &og &omega;
3585 inoremap <buffer> <silent> &ps &psi;
3586 inoremap <buffer> <silent> &ch &chi;
3587 inoremap <buffer> <silent> &ph &phi;
3588 inoremap <buffer> <silent> &up &upsilon;
3589 inoremap <buffer> <silent> &ta &tau;
3590 inoremap <buffer> <silent> &sf &sigmaf;
3591 inoremap <buffer> <silent> &si &sigma;
3592 inoremap <buffer> <silent> &rh &rho;
3593 inoremap <buffer> <silent> &pi &pi;
3594 inoremap <buffer> <silent> &oc &omicron;
3595 inoremap <buffer> <silent> &xi &xi;
3596 inoremap <buffer> <silent> &nu &nu;
3597 inoremap <buffer> <silent> &mu &mu;
3598 inoremap <buffer> <silent> &lm &lambda;
3599 inoremap <buffer> <silent> &ka &kappa;
3600 inoremap <buffer> <silent> &io &iota;
3601 inoremap <buffer> <silent> &th &theta;
3602 inoremap <buffer> <silent> &et &eta;
3603 inoremap <buffer> <silent> &ze &zeta;
3604 inoremap <buffer> <silent> &ep &epsilon;
3605 inoremap <buffer> <silent> &de &delta;
3606 inoremap <buffer> <silent> &ga &gamma;
3607 inoremap <buffer> <silent> &be &beta;
3608 inoremap <buffer> <silent> &al &alpha;
3609 inoremap <buffer> <silent> &Ps &Psi;
3610 inoremap <buffer> <silent> &Ch &Chi;
3611 inoremap <buffer> <silent> &Ph &Phi;
3612 inoremap <buffer> <silent> &Up &Upsilon;
3613 inoremap <buffer> <silent> &Ta &Tau;
3614 inoremap <buffer> <silent> &Si &Sigma;
3615 inoremap <buffer> <silent> &Rh &Rho;
3616 inoremap <buffer> <silent> &Pi &Pi;
3617 inoremap <buffer> <silent> &Oc &Omicron;
3618 inoremap <buffer> <silent> &Xi &Xi;
3619 inoremap <buffer> <silent> &Nu &Nu;
3620 inoremap <buffer> <silent> &Mu &Mu;
3621 inoremap <buffer> <silent> &Lm &Lambda;
3622 inoremap <buffer> <silent> &Ka &Kappa;
3623 inoremap <buffer> <silent> &Io &Iota;
3624 inoremap <buffer> <silent> &Th &Theta;
3625 inoremap <buffer> <silent> &Et &Eta;
3626 inoremap <buffer> <silent> &Ze &Zeta;
3627 inoremap <buffer> <silent> &Ep &Epsilon;
3628 inoremap <buffer> <silent> &De &Delta;
3629 inoremap <buffer> <silent> &Ga &Gamma;
3630 inoremap <buffer> <silent> &Be &Beta;
3631 inoremap <buffer> <silent> &Al &Alpha;
3632 inoremap <buffer> <silent> &3. &hellip;
3633 inoremap <buffer> <silent> &-- &mdash;
3634 inoremap <buffer> <silent> &3- &mdash;
3635 inoremap <buffer> <silent> &m- &mdash;
3636 inoremap <buffer> <silent> &2- &ndash;
3637 inoremap <buffer> <silent> &n- &ndash;
3638 inoremap <buffer> <silent> &34 &frac34;
3639 inoremap <buffer> <silent> &12 &frac12;
3640 inoremap <buffer> <silent> &14 &frac14;
3641 inoremap <buffer> <silent> &. &middot;
3642 inoremap <buffer> <silent> &pa &para;
3643 inoremap <buffer> <silent> &mi &micro;
3644 inoremap <buffer> <silent> &dg &deg;
3645 inoremap <buffer> <silent> &? &iquest;
3646 inoremap <buffer> <silent> &! &iexcl;
3647 inoremap <buffer> <silent> &sz &szlig;
3648 inoremap <buffer> <silent> &o/ &oslash;
3649 inoremap <buffer> <silent> &/ &divide;
3650 inoremap <buffer> <silent> &" &uml;
3651 inoremap <buffer> <silent> &2> &raquo;
3652 inoremap <buffer> <silent> &2< &laquo;
3653 inoremap <buffer> <silent> &y" &yuml;
3654 inoremap <buffer> <silent> &y' &yacute;
3655 inoremap <buffer> <silent> &u" &uuml;
3656 inoremap <buffer> <silent> &u^ &ucirc;
3657 inoremap <buffer> <silent> &u' &uacute;
3658 inoremap <buffer> <silent> &u` &ugrave;
3659 inoremap <buffer> <silent> &x &times;
3660 inoremap <buffer> <silent> &o" &ouml;
3661 inoremap <buffer> <silent> &o~ &otilde;
3662 inoremap <buffer> <silent> &o^ &ocirc;
3663 inoremap <buffer> <silent> &o' &oacute;
3664 inoremap <buffer> <silent> &o` &ograve;
3665 inoremap <buffer> <silent> &n~ &ntilde;
3666 inoremap <buffer> <silent> &i" &iuml;
3667 inoremap <buffer> <silent> &i^ &icirc;
3668 inoremap <buffer> <silent> &i' &iacute;
3669 inoremap <buffer> <silent> &i` &igrave;
3670 inoremap <buffer> <silent> &e" &euml;
3671 inoremap <buffer> <silent> &e^ &ecirc;
3672 inoremap <buffer> <silent> &e' &eacute;
3673 inoremap <buffer> <silent> &e` &egrave;
3674 inoremap <buffer> <silent> &c, &ccedil;
3675 inoremap <buffer> <silent> &ae &aelig;
3676 inoremap <buffer> <silent> &ao &aring;
3677 inoremap <buffer> <silent> &a" &auml;
3678 inoremap <buffer> <silent> &a~ &atilde;
3679 inoremap <buffer> <silent> &a^ &acirc;
3680 inoremap <buffer> <silent> &a' &aacute;
3681 inoremap <buffer> <silent> &a` &agrave;
3682 inoremap <buffer> <silent> &Y' &Yacute;
3683 inoremap <buffer> <silent> &U" &Uuml;
3684 inoremap <buffer> <silent> &U^ &Ucirc;
3685 inoremap <buffer> <silent> &U' &Uacute;
3686 inoremap <buffer> <silent> &U` &Ugrave;
3687 inoremap <buffer> <silent> &O/ &Oslash;
3688 inoremap <buffer> <silent> &O" &Ouml;
3689 inoremap <buffer> <silent> &O~ &Otilde;
3690 inoremap <buffer> <silent> &O^ &Ocirc;
3691 inoremap <buffer> <silent> &O' &Oacute;
3692 inoremap <buffer> <silent> &O` &Ograve;
3693 inoremap <buffer> <silent> &N~ &Ntilde;
3694 inoremap <buffer> <silent> &I" &Iuml;
3695 inoremap <buffer> <silent> &I^ &Icirc;
3696 inoremap <buffer> <silent> &I' &Iacute;
3697 inoremap <buffer> <silent> &I` &Igrave;
3698 inoremap <buffer> <silent> &E" &Euml;
3699 inoremap <buffer> <silent> &E^ &Ecirc;
3700 inoremap <buffer> <silent> &E' &Eacute;
3701 inoremap <buffer> <silent> &E` &Egrave;
3702 inoremap <buffer> <silent> &C, &Ccedil;
3703 inoremap <buffer> <silent> &AE &AElig;
3704 inoremap <buffer> <silent> &Ao &Aring;
3705 inoremap <buffer> <silent> &A" &Auml;
3706 inoremap <buffer> <silent> &A~ &Atilde;
3707 inoremap <buffer> <silent> &A^ &Acirc;
3708 inoremap <buffer> <silent> &A' &Aacute;
3709 inoremap <buffer> <silent> &A` &Agrave;
3710 inoremap <buffer> <silent> &c| &cent;
3711 inoremap <buffer> <silent> &Y= &yen;
3712 inoremap <buffer> <silent> &# &pound;
3713 inoremap <buffer> <silent> & &nbsp;
3714 inoremap <buffer> <silent> &> &gt;
3715 inoremap <buffer> <silent> &< &lt;
3716 inoremap <buffer> <silent> &' &quot;
3717 inoremap <buffer> <silent> &tm &trade;
3718 inoremap <buffer> <silent> &rO &reg;
3719 inoremap <buffer> <silent> &cO &copy;
3720 inoremap <buffer> <silent> && &amp;
3721 inoremap <buffer> <silent> ; &nbsp;
3722 inoremap <buffer> <silent> ;la <label for=""></label>F"
3723 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
3724 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
3725 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
3726 </textarea>k$5F"i
3727 inoremap <buffer> <silent> ;og <optgroup label="">
3728 </optgroup>k$F"i
3729 inoremap <buffer> <silent> ;op <option></option>F<
3730 inoremap <buffer> <silent> ;ms <select name="" multiple>
3731 </select>O
3732 inoremap <buffer> <silent> ;se <select name="">
3733 </select>O
3734 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
3735 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
3736 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
3737 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
3738 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
3739 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
3740 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
3741 inoremap <buffer> <silent> ;fm <form action="">
3742 </form>k$F"i
3743 inoremap <buffer> <silent> ;if <iframe src="">
3744 </iframe>k$F"i
3745 inoremap <buffer> <silent> ;nf <noframes>
3746 </noframes>O
3747 inoremap <buffer> <silent> ;fr <frame src="">F"
3748 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
3749 </frameset>k$3F"i
3750 inoremap <buffer> <silent> ;th <th></th>F<
3751 inoremap <buffer> <silent> ;td <td>
3752 </td>O
3753 inoremap <buffer> <silent> ;tr <tr>
3754 </tr>O
3755 inoremap <buffer> <silent> ;tf <tfoot>
3756 </tfoot>O
3757 inoremap <buffer> <silent> ;tb <tbody>
3758 </tbody>O
3759 inoremap <buffer> <silent> ;tH <thead>
3760 </thead>O
3761 inoremap <buffer> <silent> ;ta <table>
3762 </table>O
3763 inoremap <buffer> <silent> ;ca <caption></caption>F<
3764 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
3765 </object>k$5F"i
3766 inoremap <buffer> <silent> ;ns <noscript>
3767 </noscripT>O
3768 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
3769 <noembed></noembed>k$5F"i
3770 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
3771 inoremap <buffer> <silent> ;va <var></var>F<
3772 inoremap <buffer> <silent> ;ul <ul>
3773 </ul>O
3774 inoremap <buffer> <silent> ;tt <tt></tt>F<
3775 inoremap <buffer> <silent> ;ti <title></title>F<
3776 inoremap <buffer> <silent> ;sp <sup></sup>F<
3777 inoremap <buffer> <silent> ;sb <sub></sub>F<
3778 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
3779 inoremap <buffer> <silent> ;cs <style type="text/css">
3780 <!--
3781 -->
3782 </style>kO
3783 inoremap <buffer> <silent> ;sm <small></small>F<
3784 inoremap <buffer> <silent> ;sa <samp></samp>F<
3785 inoremap <buffer> <silent> ;sk <strike></strike>F<
3786 inoremap <buffer> <silent> ;qu <q></q>F<
3787 inoremap <buffer> <silent> ;pr <pre>
3788 </pre>O
3789 inoremap <buffer> <silent> ;/p </p>
3790 
3791 <p>
3792 inoremap <buffer> <silent> ;pp <p>
3793 </p>O
3794 inoremap <buffer> <silent> ;ol <ol>
3795 </ol>O
3796 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
3797 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
3798 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
3799 inoremap <buffer> <silent> ;lk <link href="">F"
3800 inoremap <buffer> <silent> ;li <li></li>F<
3801 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
3802 inoremap <buffer> <silent> ;ii <isindex>
3803 inoremap <buffer> <silent> ;in <ins></ins>F<
3804 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
3805 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
3806 inoremap <buffer> <silent> ;ht <html>
3807 </html>O
3808 inoremap <buffer> <silent> ;Hr <hr width="75%">
3809 inoremap <buffer> <silent> ;hr <hr>
3810 inoremap <buffer> <silent> ;he <head>
3811 </head>O
3812 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
3813 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
3814 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
3815 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
3816 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
3817 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
3818 inoremap <buffer> <silent> ;h6 <h6></h6>F<
3819 inoremap <buffer> <silent> ;h5 <h5></h5>F<
3820 inoremap <buffer> <silent> ;h4 <h4></h4>F<
3821 inoremap <buffer> <silent> ;h3 <h3></h3>F<
3822 inoremap <buffer> <silent> ;h2 <h2></h2>F<
3823 inoremap <buffer> <silent> ;h1 <h1></h1>F<
3824 inoremap <buffer> <silent> ;fc <font color=""></font>F"
3825 inoremap <buffer> <silent> ;fo <font size=""></font>F"
3826 inoremap <buffer> <silent> ;sn <span></span>F<
3827 inoremap <buffer> <silent> ;dv <div>
3828 </div>O
3829 inoremap <buffer> <silent> ;df <dfn></dfn>F<
3830 inoremap <buffer> <silent> ;de <del></del>F<
3831 inoremap <buffer> <silent> ;dd <dd></dd>F<
3832 inoremap <buffer> <silent> ;dt <dt></dt>F<
3833 inoremap <buffer> <silent> ;dl <dl>
3834 </dl>O
3835 inoremap <buffer> <silent> ;co <code></code>F<
3836 inoremap <buffer> <silent> ;ci <cite></cite>F<
3837 inoremap <buffer> <silent> ;ce <center></center>F<
3838 inoremap <buffer> <silent> ;br <br>
3839 inoremap <buffer> <silent> ;bd <body>
3840 </body>O
3841 inoremap <buffer> <silent> ;bl <blockquote>
3842 </blockquote>O
3843 inoremap <buffer> <silent> ;bi <big></big>F<
3844 inoremap <buffer> <silent> ;bh <base href="">F"
3845 inoremap <buffer> <silent> ;ad <address></address>F<
3846 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
3847 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
3848 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
3849 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
3850 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
3851 inoremap <buffer> <silent> ;an <a name=""></a>F"
3852 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
3853 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
3854 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
3855 inoremap <buffer> <silent> ;ah <a href=""></a>F"
3856 imap <buffer> <silent> ;s4 ;s4
3857 imap <buffer> <silent> ;4 ;4
3858 inoremap <buffer> <silent> ;mi :call MangleImageTag()
3859 inoremap <buffer> <silent> ; 
3860 inoremap <buffer> <silent> ;& &
3861 inoremap <buffer> <silent> ;; ;
3862 setlocal keymap=
3863 setlocal noarabic
3864 setlocal autoindent
3865 setlocal balloonexpr=
3866 setlocal nobinary
3867 setlocal bufhidden=
3868 setlocal buflisted
3869 setlocal buftype=
3870 setlocal nocindent
3871 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
3872 setlocal cinoptions=
3873 setlocal cinwords=if,else,while,do,for,switch
3874 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
3875 setlocal commentstring=<!--%s-->
3876 setlocal complete=.,w,b,u,t,i
3877 setlocal completefunc=
3878 setlocal nocopyindent
3879 setlocal nocursorcolumn
3880 setlocal nocursorline
3881 setlocal define=
3882 setlocal dictionary=
3883 setlocal nodiff
3884 setlocal equalprg=
3885 setlocal errorformat=
3886 setlocal noexpandtab
3887 if &filetype != 'html'
3888 setlocal filetype=html
3889 endif
3890 setlocal foldcolumn=0
3891 setlocal foldenable
3892 setlocal foldexpr=0
3893 setlocal foldignore=#
3894 setlocal foldlevel=0
3895 setlocal foldmarker={{{,}}}
3896 setlocal foldmethod=manual
3897 setlocal foldminlines=1
3898 setlocal foldnestmax=20
3899 setlocal foldtext=foldtext()
3900 setlocal formatexpr=
3901 setlocal formatoptions=tcq
3902 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
3903 setlocal grepprg=
3904 setlocal iminsert=2
3905 setlocal imsearch=2
3906 setlocal include=
3907 setlocal includeexpr=
3908 setlocal indentexpr=
3909 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
3910 setlocal noinfercase
3911 setlocal iskeyword=@,48-57,_,192-255
3912 setlocal keywordprg=
3913 setlocal nolinebreak
3914 setlocal nolisp
3915 setlocal nolist
3916 setlocal makeprg=
3917 setlocal matchpairs=(:),{:},[:],<:>
3918 setlocal nomodeline
3919 setlocal modifiable
3920 setlocal nrformats=octal,hex
3921 setlocal nonumber
3922 setlocal numberwidth=4
3923 setlocal omnifunc=htmlcomplete#CompleteTags
3924 setlocal path=
3925 setlocal nopreserveindent
3926 setlocal nopreviewwindow
3927 setlocal quoteescape=\\
3928 setlocal noreadonly
3929 setlocal norightleft
3930 setlocal rightleftcmd=search
3931 setlocal noscrollbind
3932 setlocal shiftwidth=8
3933 setlocal noshortname
3934 setlocal nosmartindent
3935 setlocal softtabstop=0
3936 setlocal nospell
3937 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
3938 setlocal spellfile=
3939 setlocal spelllang=en
3940 setlocal statusline=
3941 setlocal suffixesadd=
3942 setlocal swapfile
3943 setlocal synmaxcol=3000
3944 if &syntax != 'html'
3945 setlocal syntax=html
3946 endif
3947 setlocal tabstop=2
3948 setlocal tags=
3949 setlocal textwidth=0
3950 setlocal thesaurus=
3951 setlocal nowinfixheight
3952 setlocal nowinfixwidth
3953 setlocal wrap
3954 setlocal wrapmargin=0
3955 silent! normal! zE
3956 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
3957 if s:l < 1 | let s:l = 1 | endif
3958 exe s:l
3959 normal! zt
3960 1
3961 normal! 0
3962 tabedit index.html
3963 set splitbelow splitright
3964 set nosplitbelow
3965 set nosplitright
3966 wincmd t
3967 set winheight=1 winwidth=1
3968 argglobal
3969 9argu
3970 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3971 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3972 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
3973 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
3974 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
3975 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
3976 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
3977 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
3978 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
3979 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
3980 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
3981 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
3982 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
3983 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
3984 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
3985 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
3986 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
3987 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
3988 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
3989 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
3990 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
3991 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
3992 nnoremap <buffer> <silent> ; 
3993 nnoremap <buffer> <silent> ;; ;
3994 vnoremap <buffer> <silent> ;; ;
3995 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
3996 inoremap <buffer> <silent> &hA &hArr;
3997 inoremap <buffer> <silent> &dA &dArr;
3998 inoremap <buffer> <silent> &rA &rArr;
3999 inoremap <buffer> <silent> &uA &uArr;
4000 inoremap <buffer> <silent> &lA &lArr;
4001 inoremap <buffer> <silent> &ha &harr;
4002 inoremap <buffer> <silent> &da &darr;
4003 inoremap <buffer> <silent> &ra &rarr;
4004 inoremap <buffer> <silent> &ua &uarr;
4005 inoremap <buffer> <silent> &la &larr;
4006 inoremap <buffer> <silent> &pv &piv;
4007 inoremap <buffer> <silent> &uh &upsih;
4008 inoremap <buffer> <silent> &ts &thetasym;
4009 inoremap <buffer> <silent> &og &omega;
4010 inoremap <buffer> <silent> &ps &psi;
4011 inoremap <buffer> <silent> &ch &chi;
4012 inoremap <buffer> <silent> &ph &phi;
4013 inoremap <buffer> <silent> &up &upsilon;
4014 inoremap <buffer> <silent> &ta &tau;
4015 inoremap <buffer> <silent> &sf &sigmaf;
4016 inoremap <buffer> <silent> &si &sigma;
4017 inoremap <buffer> <silent> &rh &rho;
4018 inoremap <buffer> <silent> &pi &pi;
4019 inoremap <buffer> <silent> &oc &omicron;
4020 inoremap <buffer> <silent> &xi &xi;
4021 inoremap <buffer> <silent> &nu &nu;
4022 inoremap <buffer> <silent> &mu &mu;
4023 inoremap <buffer> <silent> &lm &lambda;
4024 inoremap <buffer> <silent> &ka &kappa;
4025 inoremap <buffer> <silent> &io &iota;
4026 inoremap <buffer> <silent> &th &theta;
4027 inoremap <buffer> <silent> &et &eta;
4028 inoremap <buffer> <silent> &ze &zeta;
4029 inoremap <buffer> <silent> &ep &epsilon;
4030 inoremap <buffer> <silent> &de &delta;
4031 inoremap <buffer> <silent> &ga &gamma;
4032 inoremap <buffer> <silent> &be &beta;
4033 inoremap <buffer> <silent> &al &alpha;
4034 inoremap <buffer> <silent> &Ps &Psi;
4035 inoremap <buffer> <silent> &Ch &Chi;
4036 inoremap <buffer> <silent> &Ph &Phi;
4037 inoremap <buffer> <silent> &Up &Upsilon;
4038 inoremap <buffer> <silent> &Ta &Tau;
4039 inoremap <buffer> <silent> &Si &Sigma;
4040 inoremap <buffer> <silent> &Rh &Rho;
4041 inoremap <buffer> <silent> &Pi &Pi;
4042 inoremap <buffer> <silent> &Oc &Omicron;
4043 inoremap <buffer> <silent> &Xi &Xi;
4044 inoremap <buffer> <silent> &Nu &Nu;
4045 inoremap <buffer> <silent> &Mu &Mu;
4046 inoremap <buffer> <silent> &Lm &Lambda;
4047 inoremap <buffer> <silent> &Ka &Kappa;
4048 inoremap <buffer> <silent> &Io &Iota;
4049 inoremap <buffer> <silent> &Th &Theta;
4050 inoremap <buffer> <silent> &Et &Eta;
4051 inoremap <buffer> <silent> &Ze &Zeta;
4052 inoremap <buffer> <silent> &Ep &Epsilon;
4053 inoremap <buffer> <silent> &De &Delta;
4054 inoremap <buffer> <silent> &Ga &Gamma;
4055 inoremap <buffer> <silent> &Be &Beta;
4056 inoremap <buffer> <silent> &Al &Alpha;
4057 inoremap <buffer> <silent> &3. &hellip;
4058 inoremap <buffer> <silent> &-- &mdash;
4059 inoremap <buffer> <silent> &3- &mdash;
4060 inoremap <buffer> <silent> &m- &mdash;
4061 inoremap <buffer> <silent> &2- &ndash;
4062 inoremap <buffer> <silent> &n- &ndash;
4063 inoremap <buffer> <silent> &34 &frac34;
4064 inoremap <buffer> <silent> &12 &frac12;
4065 inoremap <buffer> <silent> &14 &frac14;
4066 inoremap <buffer> <silent> &. &middot;
4067 inoremap <buffer> <silent> &pa &para;
4068 inoremap <buffer> <silent> &mi &micro;
4069 inoremap <buffer> <silent> &dg &deg;
4070 inoremap <buffer> <silent> &? &iquest;
4071 inoremap <buffer> <silent> &! &iexcl;
4072 inoremap <buffer> <silent> &sz &szlig;
4073 inoremap <buffer> <silent> &o/ &oslash;
4074 inoremap <buffer> <silent> &/ &divide;
4075 inoremap <buffer> <silent> &" &uml;
4076 inoremap <buffer> <silent> &2> &raquo;
4077 inoremap <buffer> <silent> &2< &laquo;
4078 inoremap <buffer> <silent> &y" &yuml;
4079 inoremap <buffer> <silent> &y' &yacute;
4080 inoremap <buffer> <silent> &u" &uuml;
4081 inoremap <buffer> <silent> &u^ &ucirc;
4082 inoremap <buffer> <silent> &u' &uacute;
4083 inoremap <buffer> <silent> &u` &ugrave;
4084 inoremap <buffer> <silent> &x &times;
4085 inoremap <buffer> <silent> &o" &ouml;
4086 inoremap <buffer> <silent> &o~ &otilde;
4087 inoremap <buffer> <silent> &o^ &ocirc;
4088 inoremap <buffer> <silent> &o' &oacute;
4089 inoremap <buffer> <silent> &o` &ograve;
4090 inoremap <buffer> <silent> &n~ &ntilde;
4091 inoremap <buffer> <silent> &i" &iuml;
4092 inoremap <buffer> <silent> &i^ &icirc;
4093 inoremap <buffer> <silent> &i' &iacute;
4094 inoremap <buffer> <silent> &i` &igrave;
4095 inoremap <buffer> <silent> &e" &euml;
4096 inoremap <buffer> <silent> &e^ &ecirc;
4097 inoremap <buffer> <silent> &e' &eacute;
4098 inoremap <buffer> <silent> &e` &egrave;
4099 inoremap <buffer> <silent> &c, &ccedil;
4100 inoremap <buffer> <silent> &ae &aelig;
4101 inoremap <buffer> <silent> &ao &aring;
4102 inoremap <buffer> <silent> &a" &auml;
4103 inoremap <buffer> <silent> &a~ &atilde;
4104 inoremap <buffer> <silent> &a^ &acirc;
4105 inoremap <buffer> <silent> &a' &aacute;
4106 inoremap <buffer> <silent> &a` &agrave;
4107 inoremap <buffer> <silent> &Y' &Yacute;
4108 inoremap <buffer> <silent> &U" &Uuml;
4109 inoremap <buffer> <silent> &U^ &Ucirc;
4110 inoremap <buffer> <silent> &U' &Uacute;
4111 inoremap <buffer> <silent> &U` &Ugrave;
4112 inoremap <buffer> <silent> &O/ &Oslash;
4113 inoremap <buffer> <silent> &O" &Ouml;
4114 inoremap <buffer> <silent> &O~ &Otilde;
4115 inoremap <buffer> <silent> &O^ &Ocirc;
4116 inoremap <buffer> <silent> &O' &Oacute;
4117 inoremap <buffer> <silent> &O` &Ograve;
4118 inoremap <buffer> <silent> &N~ &Ntilde;
4119 inoremap <buffer> <silent> &I" &Iuml;
4120 inoremap <buffer> <silent> &I^ &Icirc;
4121 inoremap <buffer> <silent> &I' &Iacute;
4122 inoremap <buffer> <silent> &I` &Igrave;
4123 inoremap <buffer> <silent> &E" &Euml;
4124 inoremap <buffer> <silent> &E^ &Ecirc;
4125 inoremap <buffer> <silent> &E' &Eacute;
4126 inoremap <buffer> <silent> &E` &Egrave;
4127 inoremap <buffer> <silent> &C, &Ccedil;
4128 inoremap <buffer> <silent> &AE &AElig;
4129 inoremap <buffer> <silent> &Ao &Aring;
4130 inoremap <buffer> <silent> &A" &Auml;
4131 inoremap <buffer> <silent> &A~ &Atilde;
4132 inoremap <buffer> <silent> &A^ &Acirc;
4133 inoremap <buffer> <silent> &A' &Aacute;
4134 inoremap <buffer> <silent> &A` &Agrave;
4135 inoremap <buffer> <silent> &c| &cent;
4136 inoremap <buffer> <silent> &Y= &yen;
4137 inoremap <buffer> <silent> &# &pound;
4138 inoremap <buffer> <silent> & &nbsp;
4139 inoremap <buffer> <silent> &> &gt;
4140 inoremap <buffer> <silent> &< &lt;
4141 inoremap <buffer> <silent> &' &quot;
4142 inoremap <buffer> <silent> &tm &trade;
4143 inoremap <buffer> <silent> &rO &reg;
4144 inoremap <buffer> <silent> &cO &copy;
4145 inoremap <buffer> <silent> && &amp;
4146 inoremap <buffer> <silent> ; &nbsp;
4147 inoremap <buffer> <silent> ;la <label for=""></label>F"
4148 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
4149 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
4150 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
4151 </textarea>k$5F"i
4152 inoremap <buffer> <silent> ;og <optgroup label="">
4153 </optgroup>k$F"i
4154 inoremap <buffer> <silent> ;op <option></option>F<
4155 inoremap <buffer> <silent> ;ms <select name="" multiple>
4156 </select>O
4157 inoremap <buffer> <silent> ;se <select name="">
4158 </select>O
4159 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
4160 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
4161 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
4162 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
4163 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
4164 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
4165 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
4166 inoremap <buffer> <silent> ;fm <form action="">
4167 </form>k$F"i
4168 inoremap <buffer> <silent> ;if <iframe src="">
4169 </iframe>k$F"i
4170 inoremap <buffer> <silent> ;nf <noframes>
4171 </noframes>O
4172 inoremap <buffer> <silent> ;fr <frame src="">F"
4173 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
4174 </frameset>k$3F"i
4175 inoremap <buffer> <silent> ;th <th></th>F<
4176 inoremap <buffer> <silent> ;td <td>
4177 </td>O
4178 inoremap <buffer> <silent> ;tr <tr>
4179 </tr>O
4180 inoremap <buffer> <silent> ;tf <tfoot>
4181 </tfoot>O
4182 inoremap <buffer> <silent> ;tb <tbody>
4183 </tbody>O
4184 inoremap <buffer> <silent> ;tH <thead>
4185 </thead>O
4186 inoremap <buffer> <silent> ;ta <table>
4187 </table>O
4188 inoremap <buffer> <silent> ;ca <caption></caption>F<
4189 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
4190 </object>k$5F"i
4191 inoremap <buffer> <silent> ;ns <noscript>
4192 </noscripT>O
4193 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
4194 <noembed></noembed>k$5F"i
4195 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
4196 inoremap <buffer> <silent> ;va <var></var>F<
4197 inoremap <buffer> <silent> ;ul <ul>
4198 </ul>O
4199 inoremap <buffer> <silent> ;tt <tt></tt>F<
4200 inoremap <buffer> <silent> ;ti <title></title>F<
4201 inoremap <buffer> <silent> ;sp <sup></sup>F<
4202 inoremap <buffer> <silent> ;sb <sub></sub>F<
4203 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
4204 inoremap <buffer> <silent> ;cs <style type="text/css">
4205 <!--
4206 -->
4207 </style>kO
4208 inoremap <buffer> <silent> ;sm <small></small>F<
4209 inoremap <buffer> <silent> ;sa <samp></samp>F<
4210 inoremap <buffer> <silent> ;sk <strike></strike>F<
4211 inoremap <buffer> <silent> ;qu <q></q>F<
4212 inoremap <buffer> <silent> ;pr <pre>
4213 </pre>O
4214 inoremap <buffer> <silent> ;/p </p>
4215 
4216 <p>
4217 inoremap <buffer> <silent> ;pp <p>
4218 </p>O
4219 inoremap <buffer> <silent> ;ol <ol>
4220 </ol>O
4221 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
4222 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
4223 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
4224 inoremap <buffer> <silent> ;lk <link href="">F"
4225 inoremap <buffer> <silent> ;li <li></li>F<
4226 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
4227 inoremap <buffer> <silent> ;ii <isindex>
4228 inoremap <buffer> <silent> ;in <ins></ins>F<
4229 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
4230 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
4231 inoremap <buffer> <silent> ;ht <html>
4232 </html>O
4233 inoremap <buffer> <silent> ;Hr <hr width="75%">
4234 inoremap <buffer> <silent> ;hr <hr>
4235 inoremap <buffer> <silent> ;he <head>
4236 </head>O
4237 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
4238 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
4239 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
4240 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
4241 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
4242 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
4243 inoremap <buffer> <silent> ;h6 <h6></h6>F<
4244 inoremap <buffer> <silent> ;h5 <h5></h5>F<
4245 inoremap <buffer> <silent> ;h4 <h4></h4>F<
4246 inoremap <buffer> <silent> ;h3 <h3></h3>F<
4247 inoremap <buffer> <silent> ;h2 <h2></h2>F<
4248 inoremap <buffer> <silent> ;h1 <h1></h1>F<
4249 inoremap <buffer> <silent> ;fc <font color=""></font>F"
4250 inoremap <buffer> <silent> ;fo <font size=""></font>F"
4251 inoremap <buffer> <silent> ;sn <span></span>F<
4252 inoremap <buffer> <silent> ;dv <div>
4253 </div>O
4254 inoremap <buffer> <silent> ;df <dfn></dfn>F<
4255 inoremap <buffer> <silent> ;de <del></del>F<
4256 inoremap <buffer> <silent> ;dd <dd></dd>F<
4257 inoremap <buffer> <silent> ;dt <dt></dt>F<
4258 inoremap <buffer> <silent> ;dl <dl>
4259 </dl>O
4260 inoremap <buffer> <silent> ;co <code></code>F<
4261 inoremap <buffer> <silent> ;ci <cite></cite>F<
4262 inoremap <buffer> <silent> ;ce <center></center>F<
4263 inoremap <buffer> <silent> ;br <br>
4264 inoremap <buffer> <silent> ;bd <body>
4265 </body>O
4266 inoremap <buffer> <silent> ;bl <blockquote>
4267 </blockquote>O
4268 inoremap <buffer> <silent> ;bi <big></big>F<
4269 inoremap <buffer> <silent> ;bh <base href="">F"
4270 inoremap <buffer> <silent> ;ad <address></address>F<
4271 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
4272 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
4273 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
4274 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
4275 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
4276 inoremap <buffer> <silent> ;an <a name=""></a>F"
4277 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
4278 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
4279 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
4280 inoremap <buffer> <silent> ;ah <a href=""></a>F"
4281 imap <buffer> <silent> ;s4 ;s4
4282 imap <buffer> <silent> ;4 ;4
4283 inoremap <buffer> <silent> ;mi :call MangleImageTag()
4284 inoremap <buffer> <silent> ; 
4285 inoremap <buffer> <silent> ;& &
4286 inoremap <buffer> <silent> ;; ;
4287 setlocal keymap=
4288 setlocal noarabic
4289 setlocal autoindent
4290 setlocal balloonexpr=
4291 setlocal nobinary
4292 setlocal bufhidden=
4293 setlocal buflisted
4294 setlocal buftype=
4295 setlocal nocindent
4296 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
4297 setlocal cinoptions=
4298 setlocal cinwords=if,else,while,do,for,switch
4299 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
4300 setlocal commentstring=<!--%s-->
4301 setlocal complete=.,w,b,u,t,i
4302 setlocal completefunc=
4303 setlocal nocopyindent
4304 setlocal nocursorcolumn
4305 setlocal nocursorline
4306 setlocal define=
4307 setlocal dictionary=
4308 setlocal nodiff
4309 setlocal equalprg=
4310 setlocal errorformat=
4311 setlocal noexpandtab
4312 if &filetype != 'html'
4313 setlocal filetype=html
4314 endif
4315 setlocal foldcolumn=0
4316 setlocal foldenable
4317 setlocal foldexpr=0
4318 setlocal foldignore=#
4319 setlocal foldlevel=0
4320 setlocal foldmarker={{{,}}}
4321 setlocal foldmethod=manual
4322 setlocal foldminlines=1
4323 setlocal foldnestmax=20
4324 setlocal foldtext=foldtext()
4325 setlocal formatexpr=
4326 setlocal formatoptions=tcq
4327 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
4328 setlocal grepprg=
4329 setlocal iminsert=2
4330 setlocal imsearch=2
4331 setlocal include=
4332 setlocal includeexpr=
4333 setlocal indentexpr=
4334 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
4335 setlocal noinfercase
4336 setlocal iskeyword=@,48-57,_,192-255
4337 setlocal keywordprg=
4338 setlocal nolinebreak
4339 setlocal nolisp
4340 setlocal nolist
4341 setlocal makeprg=
4342 setlocal matchpairs=(:),{:},[:],<:>
4343 setlocal nomodeline
4344 setlocal modifiable
4345 setlocal nrformats=octal,hex
4346 setlocal nonumber
4347 setlocal numberwidth=4
4348 setlocal omnifunc=htmlcomplete#CompleteTags
4349 setlocal path=
4350 setlocal nopreserveindent
4351 setlocal nopreviewwindow
4352 setlocal quoteescape=\\
4353 setlocal noreadonly
4354 setlocal norightleft
4355 setlocal rightleftcmd=search
4356 setlocal noscrollbind
4357 setlocal shiftwidth=8
4358 setlocal noshortname
4359 setlocal nosmartindent
4360 setlocal softtabstop=0
4361 setlocal nospell
4362 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
4363 setlocal spellfile=
4364 setlocal spelllang=en
4365 setlocal statusline=
4366 setlocal suffixesadd=
4367 setlocal swapfile
4368 setlocal synmaxcol=3000
4369 if &syntax != 'html'
4370 setlocal syntax=html
4371 endif
4372 setlocal tabstop=2
4373 setlocal tags=
4374 setlocal textwidth=0
4375 setlocal thesaurus=
4376 setlocal nowinfixheight
4377 setlocal nowinfixwidth
4378 setlocal wrap
4379 setlocal wrapmargin=0
4380 silent! normal! zE
4381 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
4382 if s:l < 1 | let s:l = 1 | endif
4383 exe s:l
4384 normal! zt
4385 1
4386 normal! 0
4387 tabedit intro.html
4388 set splitbelow splitright
4389 set nosplitbelow
4390 set nosplitright
4391 wincmd t
4392 set winheight=1 winwidth=1
4393 argglobal
4394 10argu
4395 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
4396 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
4397 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
4398 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
4399 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
4400 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
4401 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
4402 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
4403 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
4404 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
4405 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
4406 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
4407 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
4408 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
4409 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
4410 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
4411 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
4412 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
4413 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
4414 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
4415 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
4416 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
4417 nnoremap <buffer> <silent> ; 
4418 nnoremap <buffer> <silent> ;; ;
4419 vnoremap <buffer> <silent> ;; ;
4420 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
4421 inoremap <buffer> <silent> &hA &hArr;
4422 inoremap <buffer> <silent> &dA &dArr;
4423 inoremap <buffer> <silent> &rA &rArr;
4424 inoremap <buffer> <silent> &uA &uArr;
4425 inoremap <buffer> <silent> &lA &lArr;
4426 inoremap <buffer> <silent> &ha &harr;
4427 inoremap <buffer> <silent> &da &darr;
4428 inoremap <buffer> <silent> &ra &rarr;
4429 inoremap <buffer> <silent> &ua &uarr;
4430 inoremap <buffer> <silent> &la &larr;
4431 inoremap <buffer> <silent> &pv &piv;
4432 inoremap <buffer> <silent> &uh &upsih;
4433 inoremap <buffer> <silent> &ts &thetasym;
4434 inoremap <buffer> <silent> &og &omega;
4435 inoremap <buffer> <silent> &ps &psi;
4436 inoremap <buffer> <silent> &ch &chi;
4437 inoremap <buffer> <silent> &ph &phi;
4438 inoremap <buffer> <silent> &up &upsilon;
4439 inoremap <buffer> <silent> &ta &tau;
4440 inoremap <buffer> <silent> &sf &sigmaf;
4441 inoremap <buffer> <silent> &si &sigma;
4442 inoremap <buffer> <silent> &rh &rho;
4443 inoremap <buffer> <silent> &pi &pi;
4444 inoremap <buffer> <silent> &oc &omicron;
4445 inoremap <buffer> <silent> &xi &xi;
4446 inoremap <buffer> <silent> &nu &nu;
4447 inoremap <buffer> <silent> &mu &mu;
4448 inoremap <buffer> <silent> &lm &lambda;
4449 inoremap <buffer> <silent> &ka &kappa;
4450 inoremap <buffer> <silent> &io &iota;
4451 inoremap <buffer> <silent> &th &theta;
4452 inoremap <buffer> <silent> &et &eta;
4453 inoremap <buffer> <silent> &ze &zeta;
4454 inoremap <buffer> <silent> &ep &epsilon;
4455 inoremap <buffer> <silent> &de &delta;
4456 inoremap <buffer> <silent> &ga &gamma;
4457 inoremap <buffer> <silent> &be &beta;
4458 inoremap <buffer> <silent> &al &alpha;
4459 inoremap <buffer> <silent> &Ps &Psi;
4460 inoremap <buffer> <silent> &Ch &Chi;
4461 inoremap <buffer> <silent> &Ph &Phi;
4462 inoremap <buffer> <silent> &Up &Upsilon;
4463 inoremap <buffer> <silent> &Ta &Tau;
4464 inoremap <buffer> <silent> &Si &Sigma;
4465 inoremap <buffer> <silent> &Rh &Rho;
4466 inoremap <buffer> <silent> &Pi &Pi;
4467 inoremap <buffer> <silent> &Oc &Omicron;
4468 inoremap <buffer> <silent> &Xi &Xi;
4469 inoremap <buffer> <silent> &Nu &Nu;
4470 inoremap <buffer> <silent> &Mu &Mu;
4471 inoremap <buffer> <silent> &Lm &Lambda;
4472 inoremap <buffer> <silent> &Ka &Kappa;
4473 inoremap <buffer> <silent> &Io &Iota;
4474 inoremap <buffer> <silent> &Th &Theta;
4475 inoremap <buffer> <silent> &Et &Eta;
4476 inoremap <buffer> <silent> &Ze &Zeta;
4477 inoremap <buffer> <silent> &Ep &Epsilon;
4478 inoremap <buffer> <silent> &De &Delta;
4479 inoremap <buffer> <silent> &Ga &Gamma;
4480 inoremap <buffer> <silent> &Be &Beta;
4481 inoremap <buffer> <silent> &Al &Alpha;
4482 inoremap <buffer> <silent> &3. &hellip;
4483 inoremap <buffer> <silent> &-- &mdash;
4484 inoremap <buffer> <silent> &3- &mdash;
4485 inoremap <buffer> <silent> &m- &mdash;
4486 inoremap <buffer> <silent> &2- &ndash;
4487 inoremap <buffer> <silent> &n- &ndash;
4488 inoremap <buffer> <silent> &34 &frac34;
4489 inoremap <buffer> <silent> &12 &frac12;
4490 inoremap <buffer> <silent> &14 &frac14;
4491 inoremap <buffer> <silent> &. &middot;
4492 inoremap <buffer> <silent> &pa &para;
4493 inoremap <buffer> <silent> &mi &micro;
4494 inoremap <buffer> <silent> &dg &deg;
4495 inoremap <buffer> <silent> &? &iquest;
4496 inoremap <buffer> <silent> &! &iexcl;
4497 inoremap <buffer> <silent> &sz &szlig;
4498 inoremap <buffer> <silent> &o/ &oslash;
4499 inoremap <buffer> <silent> &/ &divide;
4500 inoremap <buffer> <silent> &" &uml;
4501 inoremap <buffer> <silent> &2> &raquo;
4502 inoremap <buffer> <silent> &2< &laquo;
4503 inoremap <buffer> <silent> &y" &yuml;
4504 inoremap <buffer> <silent> &y' &yacute;
4505 inoremap <buffer> <silent> &u" &uuml;
4506 inoremap <buffer> <silent> &u^ &ucirc;
4507 inoremap <buffer> <silent> &u' &uacute;
4508 inoremap <buffer> <silent> &u` &ugrave;
4509 inoremap <buffer> <silent> &x &times;
4510 inoremap <buffer> <silent> &o" &ouml;
4511 inoremap <buffer> <silent> &o~ &otilde;
4512 inoremap <buffer> <silent> &o^ &ocirc;
4513 inoremap <buffer> <silent> &o' &oacute;
4514 inoremap <buffer> <silent> &o` &ograve;
4515 inoremap <buffer> <silent> &n~ &ntilde;
4516 inoremap <buffer> <silent> &i" &iuml;
4517 inoremap <buffer> <silent> &i^ &icirc;
4518 inoremap <buffer> <silent> &i' &iacute;
4519 inoremap <buffer> <silent> &i` &igrave;
4520 inoremap <buffer> <silent> &e" &euml;
4521 inoremap <buffer> <silent> &e^ &ecirc;
4522 inoremap <buffer> <silent> &e' &eacute;
4523 inoremap <buffer> <silent> &e` &egrave;
4524 inoremap <buffer> <silent> &c, &ccedil;
4525 inoremap <buffer> <silent> &ae &aelig;
4526 inoremap <buffer> <silent> &ao &aring;
4527 inoremap <buffer> <silent> &a" &auml;
4528 inoremap <buffer> <silent> &a~ &atilde;
4529 inoremap <buffer> <silent> &a^ &acirc;
4530 inoremap <buffer> <silent> &a' &aacute;
4531 inoremap <buffer> <silent> &a` &agrave;
4532 inoremap <buffer> <silent> &Y' &Yacute;
4533 inoremap <buffer> <silent> &U" &Uuml;
4534 inoremap <buffer> <silent> &U^ &Ucirc;
4535 inoremap <buffer> <silent> &U' &Uacute;
4536 inoremap <buffer> <silent> &U` &Ugrave;
4537 inoremap <buffer> <silent> &O/ &Oslash;
4538 inoremap <buffer> <silent> &O" &Ouml;
4539 inoremap <buffer> <silent> &O~ &Otilde;
4540 inoremap <buffer> <silent> &O^ &Ocirc;
4541 inoremap <buffer> <silent> &O' &Oacute;
4542 inoremap <buffer> <silent> &O` &Ograve;
4543 inoremap <buffer> <silent> &N~ &Ntilde;
4544 inoremap <buffer> <silent> &I" &Iuml;
4545 inoremap <buffer> <silent> &I^ &Icirc;
4546 inoremap <buffer> <silent> &I' &Iacute;
4547 inoremap <buffer> <silent> &I` &Igrave;
4548 inoremap <buffer> <silent> &E" &Euml;
4549 inoremap <buffer> <silent> &E^ &Ecirc;
4550 inoremap <buffer> <silent> &E' &Eacute;
4551 inoremap <buffer> <silent> &E` &Egrave;
4552 inoremap <buffer> <silent> &C, &Ccedil;
4553 inoremap <buffer> <silent> &AE &AElig;
4554 inoremap <buffer> <silent> &Ao &Aring;
4555 inoremap <buffer> <silent> &A" &Auml;
4556 inoremap <buffer> <silent> &A~ &Atilde;
4557 inoremap <buffer> <silent> &A^ &Acirc;
4558 inoremap <buffer> <silent> &A' &Aacute;
4559 inoremap <buffer> <silent> &A` &Agrave;
4560 inoremap <buffer> <silent> &c| &cent;
4561 inoremap <buffer> <silent> &Y= &yen;
4562 inoremap <buffer> <silent> &# &pound;
4563 inoremap <buffer> <silent> & &nbsp;
4564 inoremap <buffer> <silent> &> &gt;
4565 inoremap <buffer> <silent> &< &lt;
4566 inoremap <buffer> <silent> &' &quot;
4567 inoremap <buffer> <silent> &tm &trade;
4568 inoremap <buffer> <silent> &rO &reg;
4569 inoremap <buffer> <silent> &cO &copy;
4570 inoremap <buffer> <silent> && &amp;
4571 inoremap <buffer> <silent> ; &nbsp;
4572 inoremap <buffer> <silent> ;la <label for=""></label>F"
4573 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
4574 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
4575 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
4576 </textarea>k$5F"i
4577 inoremap <buffer> <silent> ;og <optgroup label="">
4578 </optgroup>k$F"i
4579 inoremap <buffer> <silent> ;op <option></option>F<
4580 inoremap <buffer> <silent> ;ms <select name="" multiple>
4581 </select>O
4582 inoremap <buffer> <silent> ;se <select name="">
4583 </select>O
4584 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
4585 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
4586 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
4587 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
4588 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
4589 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
4590 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
4591 inoremap <buffer> <silent> ;fm <form action="">
4592 </form>k$F"i
4593 inoremap <buffer> <silent> ;if <iframe src="">
4594 </iframe>k$F"i
4595 inoremap <buffer> <silent> ;nf <noframes>
4596 </noframes>O
4597 inoremap <buffer> <silent> ;fr <frame src="">F"
4598 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
4599 </frameset>k$3F"i
4600 inoremap <buffer> <silent> ;th <th></th>F<
4601 inoremap <buffer> <silent> ;td <td>
4602 </td>O
4603 inoremap <buffer> <silent> ;tr <tr>
4604 </tr>O
4605 inoremap <buffer> <silent> ;tf <tfoot>
4606 </tfoot>O
4607 inoremap <buffer> <silent> ;tb <tbody>
4608 </tbody>O
4609 inoremap <buffer> <silent> ;tH <thead>
4610 </thead>O
4611 inoremap <buffer> <silent> ;ta <table>
4612 </table>O
4613 inoremap <buffer> <silent> ;ca <caption></caption>F<
4614 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
4615 </object>k$5F"i
4616 inoremap <buffer> <silent> ;ns <noscript>
4617 </noscripT>O
4618 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
4619 <noembed></noembed>k$5F"i
4620 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
4621 inoremap <buffer> <silent> ;va <var></var>F<
4622 inoremap <buffer> <silent> ;ul <ul>
4623 </ul>O
4624 inoremap <buffer> <silent> ;tt <tt></tt>F<
4625 inoremap <buffer> <silent> ;ti <title></title>F<
4626 inoremap <buffer> <silent> ;sp <sup></sup>F<
4627 inoremap <buffer> <silent> ;sb <sub></sub>F<
4628 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
4629 inoremap <buffer> <silent> ;cs <style type="text/css">
4630 <!--
4631 -->
4632 </style>kO
4633 inoremap <buffer> <silent> ;sm <small></small>F<
4634 inoremap <buffer> <silent> ;sa <samp></samp>F<
4635 inoremap <buffer> <silent> ;sk <strike></strike>F<
4636 inoremap <buffer> <silent> ;qu <q></q>F<
4637 inoremap <buffer> <silent> ;pr <pre>
4638 </pre>O
4639 inoremap <buffer> <silent> ;/p </p>
4640 
4641 <p>
4642 inoremap <buffer> <silent> ;pp <p>
4643 </p>O
4644 inoremap <buffer> <silent> ;ol <ol>
4645 </ol>O
4646 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
4647 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
4648 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
4649 inoremap <buffer> <silent> ;lk <link href="">F"
4650 inoremap <buffer> <silent> ;li <li></li>F<
4651 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
4652 inoremap <buffer> <silent> ;ii <isindex>
4653 inoremap <buffer> <silent> ;in <ins></ins>F<
4654 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
4655 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
4656 inoremap <buffer> <silent> ;ht <html>
4657 </html>O
4658 inoremap <buffer> <silent> ;Hr <hr width="75%">
4659 inoremap <buffer> <silent> ;hr <hr>
4660 inoremap <buffer> <silent> ;he <head>
4661 </head>O
4662 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
4663 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
4664 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
4665 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
4666 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
4667 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
4668 inoremap <buffer> <silent> ;h6 <h6></h6>F<
4669 inoremap <buffer> <silent> ;h5 <h5></h5>F<
4670 inoremap <buffer> <silent> ;h4 <h4></h4>F<
4671 inoremap <buffer> <silent> ;h3 <h3></h3>F<
4672 inoremap <buffer> <silent> ;h2 <h2></h2>F<
4673 inoremap <buffer> <silent> ;h1 <h1></h1>F<
4674 inoremap <buffer> <silent> ;fc <font color=""></font>F"
4675 inoremap <buffer> <silent> ;fo <font size=""></font>F"
4676 inoremap <buffer> <silent> ;sn <span></span>F<
4677 inoremap <buffer> <silent> ;dv <div>
4678 </div>O
4679 inoremap <buffer> <silent> ;df <dfn></dfn>F<
4680 inoremap <buffer> <silent> ;de <del></del>F<
4681 inoremap <buffer> <silent> ;dd <dd></dd>F<
4682 inoremap <buffer> <silent> ;dt <dt></dt>F<
4683 inoremap <buffer> <silent> ;dl <dl>
4684 </dl>O
4685 inoremap <buffer> <silent> ;co <code></code>F<
4686 inoremap <buffer> <silent> ;ci <cite></cite>F<
4687 inoremap <buffer> <silent> ;ce <center></center>F<
4688 inoremap <buffer> <silent> ;br <br>
4689 inoremap <buffer> <silent> ;bd <body>
4690 </body>O
4691 inoremap <buffer> <silent> ;bl <blockquote>
4692 </blockquote>O
4693 inoremap <buffer> <silent> ;bi <big></big>F<
4694 inoremap <buffer> <silent> ;bh <base href="">F"
4695 inoremap <buffer> <silent> ;ad <address></address>F<
4696 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
4697 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
4698 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
4699 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
4700 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
4701 inoremap <buffer> <silent> ;an <a name=""></a>F"
4702 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
4703 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
4704 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
4705 inoremap <buffer> <silent> ;ah <a href=""></a>F"
4706 imap <buffer> <silent> ;s4 ;s4
4707 imap <buffer> <silent> ;4 ;4
4708 inoremap <buffer> <silent> ;mi :call MangleImageTag()
4709 inoremap <buffer> <silent> ; 
4710 inoremap <buffer> <silent> ;& &
4711 inoremap <buffer> <silent> ;; ;
4712 setlocal keymap=
4713 setlocal noarabic
4714 setlocal autoindent
4715 setlocal balloonexpr=
4716 setlocal nobinary
4717 setlocal bufhidden=
4718 setlocal buflisted
4719 setlocal buftype=
4720 setlocal nocindent
4721 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
4722 setlocal cinoptions=
4723 setlocal cinwords=if,else,while,do,for,switch
4724 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
4725 setlocal commentstring=<!--%s-->
4726 setlocal complete=.,w,b,u,t,i
4727 setlocal completefunc=
4728 setlocal nocopyindent
4729 setlocal nocursorcolumn
4730 setlocal nocursorline
4731 setlocal define=
4732 setlocal dictionary=
4733 setlocal nodiff
4734 setlocal equalprg=
4735 setlocal errorformat=
4736 setlocal noexpandtab
4737 if &filetype != 'html'
4738 setlocal filetype=html
4739 endif
4740 setlocal foldcolumn=0
4741 setlocal foldenable
4742 setlocal foldexpr=0
4743 setlocal foldignore=#
4744 setlocal foldlevel=0
4745 setlocal foldmarker={{{,}}}
4746 setlocal foldmethod=manual
4747 setlocal foldminlines=1
4748 setlocal foldnestmax=20
4749 setlocal foldtext=foldtext()
4750 setlocal formatexpr=
4751 setlocal formatoptions=tcq
4752 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
4753 setlocal grepprg=
4754 setlocal iminsert=2
4755 setlocal imsearch=2
4756 setlocal include=
4757 setlocal includeexpr=
4758 setlocal indentexpr=
4759 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
4760 setlocal noinfercase
4761 setlocal iskeyword=@,48-57,_,192-255
4762 setlocal keywordprg=
4763 setlocal nolinebreak
4764 setlocal nolisp
4765 setlocal nolist
4766 setlocal makeprg=
4767 setlocal matchpairs=(:),{:},[:],<:>
4768 setlocal nomodeline
4769 setlocal modifiable
4770 setlocal nrformats=octal,hex
4771 setlocal nonumber
4772 setlocal numberwidth=4
4773 setlocal omnifunc=htmlcomplete#CompleteTags
4774 setlocal path=
4775 setlocal nopreserveindent
4776 setlocal nopreviewwindow
4777 setlocal quoteescape=\\
4778 setlocal noreadonly
4779 setlocal norightleft
4780 setlocal rightleftcmd=search
4781 setlocal noscrollbind
4782 setlocal shiftwidth=8
4783 setlocal noshortname
4784 setlocal nosmartindent
4785 setlocal softtabstop=0
4786 setlocal nospell
4787 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
4788 setlocal spellfile=
4789 setlocal spelllang=en
4790 setlocal statusline=
4791 setlocal suffixesadd=
4792 setlocal swapfile
4793 setlocal synmaxcol=3000
4794 if &syntax != 'html'
4795 setlocal syntax=html
4796 endif
4797 setlocal tabstop=2
4798 setlocal tags=
4799 setlocal textwidth=0
4800 setlocal thesaurus=
4801 setlocal nowinfixheight
4802 setlocal nowinfixwidth
4803 setlocal wrap
4804 setlocal wrapmargin=0
4805 silent! normal! zE
4806 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
4807 if s:l < 1 | let s:l = 1 | endif
4808 exe s:l
4809 normal! zt
4810 1
4811 normal! 0
4812 tabedit oldboot.html
4813 set splitbelow splitright
4814 set nosplitbelow
4815 set nosplitright
4816 wincmd t
4817 set winheight=1 winwidth=1
4818 argglobal
4819 11argu
4820 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
4821 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
4822 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
4823 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
4824 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
4825 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
4826 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
4827 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
4828 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
4829 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
4830 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
4831 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
4832 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
4833 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
4834 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
4835 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
4836 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
4837 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
4838 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
4839 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
4840 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
4841 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
4842 nnoremap <buffer> <silent> ; 
4843 nnoremap <buffer> <silent> ;; ;
4844 vnoremap <buffer> <silent> ;; ;
4845 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
4846 inoremap <buffer> <silent> &hA &hArr;
4847 inoremap <buffer> <silent> &dA &dArr;
4848 inoremap <buffer> <silent> &rA &rArr;
4849 inoremap <buffer> <silent> &uA &uArr;
4850 inoremap <buffer> <silent> &lA &lArr;
4851 inoremap <buffer> <silent> &ha &harr;
4852 inoremap <buffer> <silent> &da &darr;
4853 inoremap <buffer> <silent> &ra &rarr;
4854 inoremap <buffer> <silent> &ua &uarr;
4855 inoremap <buffer> <silent> &la &larr;
4856 inoremap <buffer> <silent> &pv &piv;
4857 inoremap <buffer> <silent> &uh &upsih;
4858 inoremap <buffer> <silent> &ts &thetasym;
4859 inoremap <buffer> <silent> &og &omega;
4860 inoremap <buffer> <silent> &ps &psi;
4861 inoremap <buffer> <silent> &ch &chi;
4862 inoremap <buffer> <silent> &ph &phi;
4863 inoremap <buffer> <silent> &up &upsilon;
4864 inoremap <buffer> <silent> &ta &tau;
4865 inoremap <buffer> <silent> &sf &sigmaf;
4866 inoremap <buffer> <silent> &si &sigma;
4867 inoremap <buffer> <silent> &rh &rho;
4868 inoremap <buffer> <silent> &pi &pi;
4869 inoremap <buffer> <silent> &oc &omicron;
4870 inoremap <buffer> <silent> &xi &xi;
4871 inoremap <buffer> <silent> &nu &nu;
4872 inoremap <buffer> <silent> &mu &mu;
4873 inoremap <buffer> <silent> &lm &lambda;
4874 inoremap <buffer> <silent> &ka &kappa;
4875 inoremap <buffer> <silent> &io &iota;
4876 inoremap <buffer> <silent> &th &theta;
4877 inoremap <buffer> <silent> &et &eta;
4878 inoremap <buffer> <silent> &ze &zeta;
4879 inoremap <buffer> <silent> &ep &epsilon;
4880 inoremap <buffer> <silent> &de &delta;
4881 inoremap <buffer> <silent> &ga &gamma;
4882 inoremap <buffer> <silent> &be &beta;
4883 inoremap <buffer> <silent> &al &alpha;
4884 inoremap <buffer> <silent> &Ps &Psi;
4885 inoremap <buffer> <silent> &Ch &Chi;
4886 inoremap <buffer> <silent> &Ph &Phi;
4887 inoremap <buffer> <silent> &Up &Upsilon;
4888 inoremap <buffer> <silent> &Ta &Tau;
4889 inoremap <buffer> <silent> &Si &Sigma;
4890 inoremap <buffer> <silent> &Rh &Rho;
4891 inoremap <buffer> <silent> &Pi &Pi;
4892 inoremap <buffer> <silent> &Oc &Omicron;
4893 inoremap <buffer> <silent> &Xi &Xi;
4894 inoremap <buffer> <silent> &Nu &Nu;
4895 inoremap <buffer> <silent> &Mu &Mu;
4896 inoremap <buffer> <silent> &Lm &Lambda;
4897 inoremap <buffer> <silent> &Ka &Kappa;
4898 inoremap <buffer> <silent> &Io &Iota;
4899 inoremap <buffer> <silent> &Th &Theta;
4900 inoremap <buffer> <silent> &Et &Eta;
4901 inoremap <buffer> <silent> &Ze &Zeta;
4902 inoremap <buffer> <silent> &Ep &Epsilon;
4903 inoremap <buffer> <silent> &De &Delta;
4904 inoremap <buffer> <silent> &Ga &Gamma;
4905 inoremap <buffer> <silent> &Be &Beta;
4906 inoremap <buffer> <silent> &Al &Alpha;
4907 inoremap <buffer> <silent> &3. &hellip;
4908 inoremap <buffer> <silent> &-- &mdash;
4909 inoremap <buffer> <silent> &3- &mdash;
4910 inoremap <buffer> <silent> &m- &mdash;
4911 inoremap <buffer> <silent> &2- &ndash;
4912 inoremap <buffer> <silent> &n- &ndash;
4913 inoremap <buffer> <silent> &34 &frac34;
4914 inoremap <buffer> <silent> &12 &frac12;
4915 inoremap <buffer> <silent> &14 &frac14;
4916 inoremap <buffer> <silent> &. &middot;
4917 inoremap <buffer> <silent> &pa &para;
4918 inoremap <buffer> <silent> &mi &micro;
4919 inoremap <buffer> <silent> &dg &deg;
4920 inoremap <buffer> <silent> &? &iquest;
4921 inoremap <buffer> <silent> &! &iexcl;
4922 inoremap <buffer> <silent> &sz &szlig;
4923 inoremap <buffer> <silent> &o/ &oslash;
4924 inoremap <buffer> <silent> &/ &divide;
4925 inoremap <buffer> <silent> &" &uml;
4926 inoremap <buffer> <silent> &2> &raquo;
4927 inoremap <buffer> <silent> &2< &laquo;
4928 inoremap <buffer> <silent> &y" &yuml;
4929 inoremap <buffer> <silent> &y' &yacute;
4930 inoremap <buffer> <silent> &u" &uuml;
4931 inoremap <buffer> <silent> &u^ &ucirc;
4932 inoremap <buffer> <silent> &u' &uacute;
4933 inoremap <buffer> <silent> &u` &ugrave;
4934 inoremap <buffer> <silent> &x &times;
4935 inoremap <buffer> <silent> &o" &ouml;
4936 inoremap <buffer> <silent> &o~ &otilde;
4937 inoremap <buffer> <silent> &o^ &ocirc;
4938 inoremap <buffer> <silent> &o' &oacute;
4939 inoremap <buffer> <silent> &o` &ograve;
4940 inoremap <buffer> <silent> &n~ &ntilde;
4941 inoremap <buffer> <silent> &i" &iuml;
4942 inoremap <buffer> <silent> &i^ &icirc;
4943 inoremap <buffer> <silent> &i' &iacute;
4944 inoremap <buffer> <silent> &i` &igrave;
4945 inoremap <buffer> <silent> &e" &euml;
4946 inoremap <buffer> <silent> &e^ &ecirc;
4947 inoremap <buffer> <silent> &e' &eacute;
4948 inoremap <buffer> <silent> &e` &egrave;
4949 inoremap <buffer> <silent> &c, &ccedil;
4950 inoremap <buffer> <silent> &ae &aelig;
4951 inoremap <buffer> <silent> &ao &aring;
4952 inoremap <buffer> <silent> &a" &auml;
4953 inoremap <buffer> <silent> &a~ &atilde;
4954 inoremap <buffer> <silent> &a^ &acirc;
4955 inoremap <buffer> <silent> &a' &aacute;
4956 inoremap <buffer> <silent> &a` &agrave;
4957 inoremap <buffer> <silent> &Y' &Yacute;
4958 inoremap <buffer> <silent> &U" &Uuml;
4959 inoremap <buffer> <silent> &U^ &Ucirc;
4960 inoremap <buffer> <silent> &U' &Uacute;
4961 inoremap <buffer> <silent> &U` &Ugrave;
4962 inoremap <buffer> <silent> &O/ &Oslash;
4963 inoremap <buffer> <silent> &O" &Ouml;
4964 inoremap <buffer> <silent> &O~ &Otilde;
4965 inoremap <buffer> <silent> &O^ &Ocirc;
4966 inoremap <buffer> <silent> &O' &Oacute;
4967 inoremap <buffer> <silent> &O` &Ograve;
4968 inoremap <buffer> <silent> &N~ &Ntilde;
4969 inoremap <buffer> <silent> &I" &Iuml;
4970 inoremap <buffer> <silent> &I^ &Icirc;
4971 inoremap <buffer> <silent> &I' &Iacute;
4972 inoremap <buffer> <silent> &I` &Igrave;
4973 inoremap <buffer> <silent> &E" &Euml;
4974 inoremap <buffer> <silent> &E^ &Ecirc;
4975 inoremap <buffer> <silent> &E' &Eacute;
4976 inoremap <buffer> <silent> &E` &Egrave;
4977 inoremap <buffer> <silent> &C, &Ccedil;
4978 inoremap <buffer> <silent> &AE &AElig;
4979 inoremap <buffer> <silent> &Ao &Aring;
4980 inoremap <buffer> <silent> &A" &Auml;
4981 inoremap <buffer> <silent> &A~ &Atilde;
4982 inoremap <buffer> <silent> &A^ &Acirc;
4983 inoremap <buffer> <silent> &A' &Aacute;
4984 inoremap <buffer> <silent> &A` &Agrave;
4985 inoremap <buffer> <silent> &c| &cent;
4986 inoremap <buffer> <silent> &Y= &yen;
4987 inoremap <buffer> <silent> &# &pound;
4988 inoremap <buffer> <silent> & &nbsp;
4989 inoremap <buffer> <silent> &> &gt;
4990 inoremap <buffer> <silent> &< &lt;
4991 inoremap <buffer> <silent> &' &quot;
4992 inoremap <buffer> <silent> &tm &trade;
4993 inoremap <buffer> <silent> &rO &reg;
4994 inoremap <buffer> <silent> &cO &copy;
4995 inoremap <buffer> <silent> && &amp;
4996 inoremap <buffer> <silent> ; &nbsp;
4997 inoremap <buffer> <silent> ;la <label for=""></label>F"
4998 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
4999 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
5000 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
5001 </textarea>k$5F"i
5002 inoremap <buffer> <silent> ;og <optgroup label="">
5003 </optgroup>k$F"i
5004 inoremap <buffer> <silent> ;op <option></option>F<
5005 inoremap <buffer> <silent> ;ms <select name="" multiple>
5006 </select>O
5007 inoremap <buffer> <silent> ;se <select name="">
5008 </select>O
5009 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
5010 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
5011 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
5012 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
5013 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
5014 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
5015 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
5016 inoremap <buffer> <silent> ;fm <form action="">
5017 </form>k$F"i
5018 inoremap <buffer> <silent> ;if <iframe src="">
5019 </iframe>k$F"i
5020 inoremap <buffer> <silent> ;nf <noframes>
5021 </noframes>O
5022 inoremap <buffer> <silent> ;fr <frame src="">F"
5023 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
5024 </frameset>k$3F"i
5025 inoremap <buffer> <silent> ;th <th></th>F<
5026 inoremap <buffer> <silent> ;td <td>
5027 </td>O
5028 inoremap <buffer> <silent> ;tr <tr>
5029 </tr>O
5030 inoremap <buffer> <silent> ;tf <tfoot>
5031 </tfoot>O
5032 inoremap <buffer> <silent> ;tb <tbody>
5033 </tbody>O
5034 inoremap <buffer> <silent> ;tH <thead>
5035 </thead>O
5036 inoremap <buffer> <silent> ;ta <table>
5037 </table>O
5038 inoremap <buffer> <silent> ;ca <caption></caption>F<
5039 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
5040 </object>k$5F"i
5041 inoremap <buffer> <silent> ;ns <noscript>
5042 </noscripT>O
5043 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
5044 <noembed></noembed>k$5F"i
5045 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
5046 inoremap <buffer> <silent> ;va <var></var>F<
5047 inoremap <buffer> <silent> ;ul <ul>
5048 </ul>O
5049 inoremap <buffer> <silent> ;tt <tt></tt>F<
5050 inoremap <buffer> <silent> ;ti <title></title>F<
5051 inoremap <buffer> <silent> ;sp <sup></sup>F<
5052 inoremap <buffer> <silent> ;sb <sub></sub>F<
5053 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
5054 inoremap <buffer> <silent> ;cs <style type="text/css">
5055 <!--
5056 -->
5057 </style>kO
5058 inoremap <buffer> <silent> ;sm <small></small>F<
5059 inoremap <buffer> <silent> ;sa <samp></samp>F<
5060 inoremap <buffer> <silent> ;sk <strike></strike>F<
5061 inoremap <buffer> <silent> ;qu <q></q>F<
5062 inoremap <buffer> <silent> ;pr <pre>
5063 </pre>O
5064 inoremap <buffer> <silent> ;/p </p>
5065 
5066 <p>
5067 inoremap <buffer> <silent> ;pp <p>
5068 </p>O
5069 inoremap <buffer> <silent> ;ol <ol>
5070 </ol>O
5071 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
5072 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
5073 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
5074 inoremap <buffer> <silent> ;lk <link href="">F"
5075 inoremap <buffer> <silent> ;li <li></li>F<
5076 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
5077 inoremap <buffer> <silent> ;ii <isindex>
5078 inoremap <buffer> <silent> ;in <ins></ins>F<
5079 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
5080 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
5081 inoremap <buffer> <silent> ;ht <html>
5082 </html>O
5083 inoremap <buffer> <silent> ;Hr <hr width="75%">
5084 inoremap <buffer> <silent> ;hr <hr>
5085 inoremap <buffer> <silent> ;he <head>
5086 </head>O
5087 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
5088 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
5089 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
5090 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
5091 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
5092 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
5093 inoremap <buffer> <silent> ;h6 <h6></h6>F<
5094 inoremap <buffer> <silent> ;h5 <h5></h5>F<
5095 inoremap <buffer> <silent> ;h4 <h4></h4>F<
5096 inoremap <buffer> <silent> ;h3 <h3></h3>F<
5097 inoremap <buffer> <silent> ;h2 <h2></h2>F<
5098 inoremap <buffer> <silent> ;h1 <h1></h1>F<
5099 inoremap <buffer> <silent> ;fc <font color=""></font>F"
5100 inoremap <buffer> <silent> ;fo <font size=""></font>F"
5101 inoremap <buffer> <silent> ;sn <span></span>F<
5102 inoremap <buffer> <silent> ;dv <div>
5103 </div>O
5104 inoremap <buffer> <silent> ;df <dfn></dfn>F<
5105 inoremap <buffer> <silent> ;de <del></del>F<
5106 inoremap <buffer> <silent> ;dd <dd></dd>F<
5107 inoremap <buffer> <silent> ;dt <dt></dt>F<
5108 inoremap <buffer> <silent> ;dl <dl>
5109 </dl>O
5110 inoremap <buffer> <silent> ;co <code></code>F<
5111 inoremap <buffer> <silent> ;ci <cite></cite>F<
5112 inoremap <buffer> <silent> ;ce <center></center>F<
5113 inoremap <buffer> <silent> ;br <br>
5114 inoremap <buffer> <silent> ;bd <body>
5115 </body>O
5116 inoremap <buffer> <silent> ;bl <blockquote>
5117 </blockquote>O
5118 inoremap <buffer> <silent> ;bi <big></big>F<
5119 inoremap <buffer> <silent> ;bh <base href="">F"
5120 inoremap <buffer> <silent> ;ad <address></address>F<
5121 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
5122 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
5123 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
5124 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
5125 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
5126 inoremap <buffer> <silent> ;an <a name=""></a>F"
5127 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
5128 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
5129 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
5130 inoremap <buffer> <silent> ;ah <a href=""></a>F"
5131 imap <buffer> <silent> ;s4 ;s4
5132 imap <buffer> <silent> ;4 ;4
5133 inoremap <buffer> <silent> ;mi :call MangleImageTag()
5134 inoremap <buffer> <silent> ; 
5135 inoremap <buffer> <silent> ;& &
5136 inoremap <buffer> <silent> ;; ;
5137 setlocal keymap=
5138 setlocal noarabic
5139 setlocal autoindent
5140 setlocal balloonexpr=
5141 setlocal nobinary
5142 setlocal bufhidden=
5143 setlocal buflisted
5144 setlocal buftype=
5145 setlocal nocindent
5146 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
5147 setlocal cinoptions=
5148 setlocal cinwords=if,else,while,do,for,switch
5149 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
5150 setlocal commentstring=<!--%s-->
5151 setlocal complete=.,w,b,u,t,i
5152 setlocal completefunc=
5153 setlocal nocopyindent
5154 setlocal nocursorcolumn
5155 setlocal nocursorline
5156 setlocal define=
5157 setlocal dictionary=
5158 setlocal nodiff
5159 setlocal equalprg=
5160 setlocal errorformat=
5161 setlocal noexpandtab
5162 if &filetype != 'html'
5163 setlocal filetype=html
5164 endif
5165 setlocal foldcolumn=0
5166 setlocal foldenable
5167 setlocal foldexpr=0
5168 setlocal foldignore=#
5169 setlocal foldlevel=0
5170 setlocal foldmarker={{{,}}}
5171 setlocal foldmethod=manual
5172 setlocal foldminlines=1
5173 setlocal foldnestmax=20
5174 setlocal foldtext=foldtext()
5175 setlocal formatexpr=
5176 setlocal formatoptions=tcq
5177 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
5178 setlocal grepprg=
5179 setlocal iminsert=2
5180 setlocal imsearch=2
5181 setlocal include=
5182 setlocal includeexpr=
5183 setlocal indentexpr=
5184 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
5185 setlocal noinfercase
5186 setlocal iskeyword=@,48-57,_,192-255
5187 setlocal keywordprg=
5188 setlocal nolinebreak
5189 setlocal nolisp
5190 setlocal nolist
5191 setlocal makeprg=
5192 setlocal matchpairs=(:),{:},[:],<:>
5193 setlocal nomodeline
5194 setlocal modifiable
5195 setlocal nrformats=octal,hex
5196 setlocal nonumber
5197 setlocal numberwidth=4
5198 setlocal omnifunc=htmlcomplete#CompleteTags
5199 setlocal path=
5200 setlocal nopreserveindent
5201 setlocal nopreviewwindow
5202 setlocal quoteescape=\\
5203 setlocal noreadonly
5204 setlocal norightleft
5205 setlocal rightleftcmd=search
5206 setlocal noscrollbind
5207 setlocal shiftwidth=8
5208 setlocal noshortname
5209 setlocal nosmartindent
5210 setlocal softtabstop=0
5211 setlocal nospell
5212 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
5213 setlocal spellfile=
5214 setlocal spelllang=en
5215 setlocal statusline=
5216 setlocal suffixesadd=
5217 setlocal swapfile
5218 setlocal synmaxcol=3000
5219 if &syntax != 'html'
5220 setlocal syntax=html
5221 endif
5222 setlocal tabstop=2
5223 setlocal tags=
5224 setlocal textwidth=0
5225 setlocal thesaurus=
5226 setlocal nowinfixheight
5227 setlocal nowinfixwidth
5228 setlocal wrap
5229 setlocal wrapmargin=0
5230 silent! normal! zE
5231 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
5232 if s:l < 1 | let s:l = 1 | endif
5233 exe s:l
5234 normal! zt
5235 1
5236 normal! 0
5237 tabedit own-scripts.html
5238 set splitbelow splitright
5239 set nosplitbelow
5240 set nosplitright
5241 wincmd t
5242 set winheight=1 winwidth=1
5243 argglobal
5244 12argu
5245 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
5246 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
5247 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
5248 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
5249 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
5250 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
5251 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
5252 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
5253 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
5254 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
5255 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
5256 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
5257 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
5258 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
5259 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
5260 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
5261 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
5262 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
5263 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
5264 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
5265 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
5266 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
5267 nnoremap <buffer> <silent> ; 
5268 nnoremap <buffer> <silent> ;; ;
5269 vnoremap <buffer> <silent> ;; ;
5270 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
5271 inoremap <buffer> <silent> &hA &hArr;
5272 inoremap <buffer> <silent> &dA &dArr;
5273 inoremap <buffer> <silent> &rA &rArr;
5274 inoremap <buffer> <silent> &uA &uArr;
5275 inoremap <buffer> <silent> &lA &lArr;
5276 inoremap <buffer> <silent> &ha &harr;
5277 inoremap <buffer> <silent> &da &darr;
5278 inoremap <buffer> <silent> &ra &rarr;
5279 inoremap <buffer> <silent> &ua &uarr;
5280 inoremap <buffer> <silent> &la &larr;
5281 inoremap <buffer> <silent> &pv &piv;
5282 inoremap <buffer> <silent> &uh &upsih;
5283 inoremap <buffer> <silent> &ts &thetasym;
5284 inoremap <buffer> <silent> &og &omega;
5285 inoremap <buffer> <silent> &ps &psi;
5286 inoremap <buffer> <silent> &ch &chi;
5287 inoremap <buffer> <silent> &ph &phi;
5288 inoremap <buffer> <silent> &up &upsilon;
5289 inoremap <buffer> <silent> &ta &tau;
5290 inoremap <buffer> <silent> &sf &sigmaf;
5291 inoremap <buffer> <silent> &si &sigma;
5292 inoremap <buffer> <silent> &rh &rho;
5293 inoremap <buffer> <silent> &pi &pi;
5294 inoremap <buffer> <silent> &oc &omicron;
5295 inoremap <buffer> <silent> &xi &xi;
5296 inoremap <buffer> <silent> &nu &nu;
5297 inoremap <buffer> <silent> &mu &mu;
5298 inoremap <buffer> <silent> &lm &lambda;
5299 inoremap <buffer> <silent> &ka &kappa;
5300 inoremap <buffer> <silent> &io &iota;
5301 inoremap <buffer> <silent> &th &theta;
5302 inoremap <buffer> <silent> &et &eta;
5303 inoremap <buffer> <silent> &ze &zeta;
5304 inoremap <buffer> <silent> &ep &epsilon;
5305 inoremap <buffer> <silent> &de &delta;
5306 inoremap <buffer> <silent> &ga &gamma;
5307 inoremap <buffer> <silent> &be &beta;
5308 inoremap <buffer> <silent> &al &alpha;
5309 inoremap <buffer> <silent> &Ps &Psi;
5310 inoremap <buffer> <silent> &Ch &Chi;
5311 inoremap <buffer> <silent> &Ph &Phi;
5312 inoremap <buffer> <silent> &Up &Upsilon;
5313 inoremap <buffer> <silent> &Ta &Tau;
5314 inoremap <buffer> <silent> &Si &Sigma;
5315 inoremap <buffer> <silent> &Rh &Rho;
5316 inoremap <buffer> <silent> &Pi &Pi;
5317 inoremap <buffer> <silent> &Oc &Omicron;
5318 inoremap <buffer> <silent> &Xi &Xi;
5319 inoremap <buffer> <silent> &Nu &Nu;
5320 inoremap <buffer> <silent> &Mu &Mu;
5321 inoremap <buffer> <silent> &Lm &Lambda;
5322 inoremap <buffer> <silent> &Ka &Kappa;
5323 inoremap <buffer> <silent> &Io &Iota;
5324 inoremap <buffer> <silent> &Th &Theta;
5325 inoremap <buffer> <silent> &Et &Eta;
5326 inoremap <buffer> <silent> &Ze &Zeta;
5327 inoremap <buffer> <silent> &Ep &Epsilon;
5328 inoremap <buffer> <silent> &De &Delta;
5329 inoremap <buffer> <silent> &Ga &Gamma;
5330 inoremap <buffer> <silent> &Be &Beta;
5331 inoremap <buffer> <silent> &Al &Alpha;
5332 inoremap <buffer> <silent> &3. &hellip;
5333 inoremap <buffer> <silent> &-- &mdash;
5334 inoremap <buffer> <silent> &3- &mdash;
5335 inoremap <buffer> <silent> &m- &mdash;
5336 inoremap <buffer> <silent> &2- &ndash;
5337 inoremap <buffer> <silent> &n- &ndash;
5338 inoremap <buffer> <silent> &34 &frac34;
5339 inoremap <buffer> <silent> &12 &frac12;
5340 inoremap <buffer> <silent> &14 &frac14;
5341 inoremap <buffer> <silent> &. &middot;
5342 inoremap <buffer> <silent> &pa &para;
5343 inoremap <buffer> <silent> &mi &micro;
5344 inoremap <buffer> <silent> &dg &deg;
5345 inoremap <buffer> <silent> &? &iquest;
5346 inoremap <buffer> <silent> &! &iexcl;
5347 inoremap <buffer> <silent> &sz &szlig;
5348 inoremap <buffer> <silent> &o/ &oslash;
5349 inoremap <buffer> <silent> &/ &divide;
5350 inoremap <buffer> <silent> &" &uml;
5351 inoremap <buffer> <silent> &2> &raquo;
5352 inoremap <buffer> <silent> &2< &laquo;
5353 inoremap <buffer> <silent> &y" &yuml;
5354 inoremap <buffer> <silent> &y' &yacute;
5355 inoremap <buffer> <silent> &u" &uuml;
5356 inoremap <buffer> <silent> &u^ &ucirc;
5357 inoremap <buffer> <silent> &u' &uacute;
5358 inoremap <buffer> <silent> &u` &ugrave;
5359 inoremap <buffer> <silent> &x &times;
5360 inoremap <buffer> <silent> &o" &ouml;
5361 inoremap <buffer> <silent> &o~ &otilde;
5362 inoremap <buffer> <silent> &o^ &ocirc;
5363 inoremap <buffer> <silent> &o' &oacute;
5364 inoremap <buffer> <silent> &o` &ograve;
5365 inoremap <buffer> <silent> &n~ &ntilde;
5366 inoremap <buffer> <silent> &i" &iuml;
5367 inoremap <buffer> <silent> &i^ &icirc;
5368 inoremap <buffer> <silent> &i' &iacute;
5369 inoremap <buffer> <silent> &i` &igrave;
5370 inoremap <buffer> <silent> &e" &euml;
5371 inoremap <buffer> <silent> &e^ &ecirc;
5372 inoremap <buffer> <silent> &e' &eacute;
5373 inoremap <buffer> <silent> &e` &egrave;
5374 inoremap <buffer> <silent> &c, &ccedil;
5375 inoremap <buffer> <silent> &ae &aelig;
5376 inoremap <buffer> <silent> &ao &aring;
5377 inoremap <buffer> <silent> &a" &auml;
5378 inoremap <buffer> <silent> &a~ &atilde;
5379 inoremap <buffer> <silent> &a^ &acirc;
5380 inoremap <buffer> <silent> &a' &aacute;
5381 inoremap <buffer> <silent> &a` &agrave;
5382 inoremap <buffer> <silent> &Y' &Yacute;
5383 inoremap <buffer> <silent> &U" &Uuml;
5384 inoremap <buffer> <silent> &U^ &Ucirc;
5385 inoremap <buffer> <silent> &U' &Uacute;
5386 inoremap <buffer> <silent> &U` &Ugrave;
5387 inoremap <buffer> <silent> &O/ &Oslash;
5388 inoremap <buffer> <silent> &O" &Ouml;
5389 inoremap <buffer> <silent> &O~ &Otilde;
5390 inoremap <buffer> <silent> &O^ &Ocirc;
5391 inoremap <buffer> <silent> &O' &Oacute;
5392 inoremap <buffer> <silent> &O` &Ograve;
5393 inoremap <buffer> <silent> &N~ &Ntilde;
5394 inoremap <buffer> <silent> &I" &Iuml;
5395 inoremap <buffer> <silent> &I^ &Icirc;
5396 inoremap <buffer> <silent> &I' &Iacute;
5397 inoremap <buffer> <silent> &I` &Igrave;
5398 inoremap <buffer> <silent> &E" &Euml;
5399 inoremap <buffer> <silent> &E^ &Ecirc;
5400 inoremap <buffer> <silent> &E' &Eacute;
5401 inoremap <buffer> <silent> &E` &Egrave;
5402 inoremap <buffer> <silent> &C, &Ccedil;
5403 inoremap <buffer> <silent> &AE &AElig;
5404 inoremap <buffer> <silent> &Ao &Aring;
5405 inoremap <buffer> <silent> &A" &Auml;
5406 inoremap <buffer> <silent> &A~ &Atilde;
5407 inoremap <buffer> <silent> &A^ &Acirc;
5408 inoremap <buffer> <silent> &A' &Aacute;
5409 inoremap <buffer> <silent> &A` &Agrave;
5410 inoremap <buffer> <silent> &c| &cent;
5411 inoremap <buffer> <silent> &Y= &yen;
5412 inoremap <buffer> <silent> &# &pound;
5413 inoremap <buffer> <silent> & &nbsp;
5414 inoremap <buffer> <silent> &> &gt;
5415 inoremap <buffer> <silent> &< &lt;
5416 inoremap <buffer> <silent> &' &quot;
5417 inoremap <buffer> <silent> &tm &trade;
5418 inoremap <buffer> <silent> &rO &reg;
5419 inoremap <buffer> <silent> &cO &copy;
5420 inoremap <buffer> <silent> && &amp;
5421 inoremap <buffer> <silent> ; &nbsp;
5422 inoremap <buffer> <silent> ;la <label for=""></label>F"
5423 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
5424 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
5425 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
5426 </textarea>k$5F"i
5427 inoremap <buffer> <silent> ;og <optgroup label="">
5428 </optgroup>k$F"i
5429 inoremap <buffer> <silent> ;op <option></option>F<
5430 inoremap <buffer> <silent> ;ms <select name="" multiple>
5431 </select>O
5432 inoremap <buffer> <silent> ;se <select name="">
5433 </select>O
5434 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
5435 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
5436 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
5437 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
5438 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
5439 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
5440 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
5441 inoremap <buffer> <silent> ;fm <form action="">
5442 </form>k$F"i
5443 inoremap <buffer> <silent> ;if <iframe src="">
5444 </iframe>k$F"i
5445 inoremap <buffer> <silent> ;nf <noframes>
5446 </noframes>O
5447 inoremap <buffer> <silent> ;fr <frame src="">F"
5448 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
5449 </frameset>k$3F"i
5450 inoremap <buffer> <silent> ;th <th></th>F<
5451 inoremap <buffer> <silent> ;td <td>
5452 </td>O
5453 inoremap <buffer> <silent> ;tr <tr>
5454 </tr>O
5455 inoremap <buffer> <silent> ;tf <tfoot>
5456 </tfoot>O
5457 inoremap <buffer> <silent> ;tb <tbody>
5458 </tbody>O
5459 inoremap <buffer> <silent> ;tH <thead>
5460 </thead>O
5461 inoremap <buffer> <silent> ;ta <table>
5462 </table>O
5463 inoremap <buffer> <silent> ;ca <caption></caption>F<
5464 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
5465 </object>k$5F"i
5466 inoremap <buffer> <silent> ;ns <noscript>
5467 </noscripT>O
5468 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
5469 <noembed></noembed>k$5F"i
5470 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
5471 inoremap <buffer> <silent> ;va <var></var>F<
5472 inoremap <buffer> <silent> ;ul <ul>
5473 </ul>O
5474 inoremap <buffer> <silent> ;tt <tt></tt>F<
5475 inoremap <buffer> <silent> ;ti <title></title>F<
5476 inoremap <buffer> <silent> ;sp <sup></sup>F<
5477 inoremap <buffer> <silent> ;sb <sub></sub>F<
5478 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
5479 inoremap <buffer> <silent> ;cs <style type="text/css">
5480 <!--
5481 -->
5482 </style>kO
5483 inoremap <buffer> <silent> ;sm <small></small>F<
5484 inoremap <buffer> <silent> ;sa <samp></samp>F<
5485 inoremap <buffer> <silent> ;sk <strike></strike>F<
5486 inoremap <buffer> <silent> ;qu <q></q>F<
5487 inoremap <buffer> <silent> ;pr <pre>
5488 </pre>O
5489 inoremap <buffer> <silent> ;/p </p>
5490 
5491 <p>
5492 inoremap <buffer> <silent> ;pp <p>
5493 </p>O
5494 inoremap <buffer> <silent> ;ol <ol>
5495 </ol>O
5496 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
5497 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
5498 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
5499 inoremap <buffer> <silent> ;lk <link href="">F"
5500 inoremap <buffer> <silent> ;li <li></li>F<
5501 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
5502 inoremap <buffer> <silent> ;ii <isindex>
5503 inoremap <buffer> <silent> ;in <ins></ins>F<
5504 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
5505 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
5506 inoremap <buffer> <silent> ;ht <html>
5507 </html>O
5508 inoremap <buffer> <silent> ;Hr <hr width="75%">
5509 inoremap <buffer> <silent> ;hr <hr>
5510 inoremap <buffer> <silent> ;he <head>
5511 </head>O
5512 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
5513 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
5514 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
5515 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
5516 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
5517 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
5518 inoremap <buffer> <silent> ;h6 <h6></h6>F<
5519 inoremap <buffer> <silent> ;h5 <h5></h5>F<
5520 inoremap <buffer> <silent> ;h4 <h4></h4>F<
5521 inoremap <buffer> <silent> ;h3 <h3></h3>F<
5522 inoremap <buffer> <silent> ;h2 <h2></h2>F<
5523 inoremap <buffer> <silent> ;h1 <h1></h1>F<
5524 inoremap <buffer> <silent> ;fc <font color=""></font>F"
5525 inoremap <buffer> <silent> ;fo <font size=""></font>F"
5526 inoremap <buffer> <silent> ;sn <span></span>F<
5527 inoremap <buffer> <silent> ;dv <div>
5528 </div>O
5529 inoremap <buffer> <silent> ;df <dfn></dfn>F<
5530 inoremap <buffer> <silent> ;de <del></del>F<
5531 inoremap <buffer> <silent> ;dd <dd></dd>F<
5532 inoremap <buffer> <silent> ;dt <dt></dt>F<
5533 inoremap <buffer> <silent> ;dl <dl>
5534 </dl>O
5535 inoremap <buffer> <silent> ;co <code></code>F<
5536 inoremap <buffer> <silent> ;ci <cite></cite>F<
5537 inoremap <buffer> <silent> ;ce <center></center>F<
5538 inoremap <buffer> <silent> ;br <br>
5539 inoremap <buffer> <silent> ;bd <body>
5540 </body>O
5541 inoremap <buffer> <silent> ;bl <blockquote>
5542 </blockquote>O
5543 inoremap <buffer> <silent> ;bi <big></big>F<
5544 inoremap <buffer> <silent> ;bh <base href="">F"
5545 inoremap <buffer> <silent> ;ad <address></address>F<
5546 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
5547 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
5548 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
5549 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
5550 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
5551 inoremap <buffer> <silent> ;an <a name=""></a>F"
5552 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
5553 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
5554 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
5555 inoremap <buffer> <silent> ;ah <a href=""></a>F"
5556 imap <buffer> <silent> ;s4 ;s4
5557 imap <buffer> <silent> ;4 ;4
5558 inoremap <buffer> <silent> ;mi :call MangleImageTag()
5559 inoremap <buffer> <silent> ; 
5560 inoremap <buffer> <silent> ;& &
5561 inoremap <buffer> <silent> ;; ;
5562 setlocal keymap=
5563 setlocal noarabic
5564 setlocal autoindent
5565 setlocal balloonexpr=
5566 setlocal nobinary
5567 setlocal bufhidden=
5568 setlocal buflisted
5569 setlocal buftype=
5570 setlocal nocindent
5571 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
5572 setlocal cinoptions=
5573 setlocal cinwords=if,else,while,do,for,switch
5574 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
5575 setlocal commentstring=<!--%s-->
5576 setlocal complete=.,w,b,u,t,i
5577 setlocal completefunc=
5578 setlocal nocopyindent
5579 setlocal nocursorcolumn
5580 setlocal nocursorline
5581 setlocal define=
5582 setlocal dictionary=
5583 setlocal nodiff
5584 setlocal equalprg=
5585 setlocal errorformat=
5586 setlocal noexpandtab
5587 if &filetype != 'html'
5588 setlocal filetype=html
5589 endif
5590 setlocal foldcolumn=0
5591 setlocal foldenable
5592 setlocal foldexpr=0
5593 setlocal foldignore=#
5594 setlocal foldlevel=0
5595 setlocal foldmarker={{{,}}}
5596 setlocal foldmethod=manual
5597 setlocal foldminlines=1
5598 setlocal foldnestmax=20
5599 setlocal foldtext=foldtext()
5600 setlocal formatexpr=
5601 setlocal formatoptions=tcq
5602 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
5603 setlocal grepprg=
5604 setlocal iminsert=2
5605 setlocal imsearch=2
5606 setlocal include=
5607 setlocal includeexpr=
5608 setlocal indentexpr=
5609 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
5610 setlocal noinfercase
5611 setlocal iskeyword=@,48-57,_,192-255
5612 setlocal keywordprg=
5613 setlocal nolinebreak
5614 setlocal nolisp
5615 setlocal nolist
5616 setlocal makeprg=
5617 setlocal matchpairs=(:),{:},[:],<:>
5618 setlocal nomodeline
5619 setlocal modifiable
5620 setlocal nrformats=octal,hex
5621 setlocal nonumber
5622 setlocal numberwidth=4
5623 setlocal omnifunc=htmlcomplete#CompleteTags
5624 setlocal path=
5625 setlocal nopreserveindent
5626 setlocal nopreviewwindow
5627 setlocal quoteescape=\\
5628 setlocal noreadonly
5629 setlocal norightleft
5630 setlocal rightleftcmd=search
5631 setlocal noscrollbind
5632 setlocal shiftwidth=8
5633 setlocal noshortname
5634 setlocal nosmartindent
5635 setlocal softtabstop=0
5636 setlocal nospell
5637 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
5638 setlocal spellfile=
5639 setlocal spelllang=en
5640 setlocal statusline=
5641 setlocal suffixesadd=
5642 setlocal swapfile
5643 setlocal synmaxcol=3000
5644 if &syntax != 'html'
5645 setlocal syntax=html
5646 endif
5647 setlocal tabstop=2
5648 setlocal tags=
5649 setlocal textwidth=0
5650 setlocal thesaurus=
5651 setlocal nowinfixheight
5652 setlocal nowinfixwidth
5653 setlocal wrap
5654 setlocal wrapmargin=0
5655 silent! normal! zE
5656 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
5657 if s:l < 1 | let s:l = 1 | endif
5658 exe s:l
5659 normal! zt
5660 1
5661 normal! 0
5662 tabedit partitions.html
5663 set splitbelow splitright
5664 set nosplitbelow
5665 set nosplitright
5666 wincmd t
5667 set winheight=1 winwidth=1
5668 argglobal
5669 13argu
5670 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
5671 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
5672 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
5673 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
5674 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
5675 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
5676 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
5677 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
5678 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
5679 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
5680 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
5681 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
5682 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
5683 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
5684 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
5685 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
5686 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
5687 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
5688 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
5689 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
5690 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
5691 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
5692 nnoremap <buffer> <silent> ; 
5693 nnoremap <buffer> <silent> ;; ;
5694 vnoremap <buffer> <silent> ;; ;
5695 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
5696 inoremap <buffer> <silent> &hA &hArr;
5697 inoremap <buffer> <silent> &dA &dArr;
5698 inoremap <buffer> <silent> &rA &rArr;
5699 inoremap <buffer> <silent> &uA &uArr;
5700 inoremap <buffer> <silent> &lA &lArr;
5701 inoremap <buffer> <silent> &ha &harr;
5702 inoremap <buffer> <silent> &da &darr;
5703 inoremap <buffer> <silent> &ra &rarr;
5704 inoremap <buffer> <silent> &ua &uarr;
5705 inoremap <buffer> <silent> &la &larr;
5706 inoremap <buffer> <silent> &pv &piv;
5707 inoremap <buffer> <silent> &uh &upsih;
5708 inoremap <buffer> <silent> &ts &thetasym;
5709 inoremap <buffer> <silent> &og &omega;
5710 inoremap <buffer> <silent> &ps &psi;
5711 inoremap <buffer> <silent> &ch &chi;
5712 inoremap <buffer> <silent> &ph &phi;
5713 inoremap <buffer> <silent> &up &upsilon;
5714 inoremap <buffer> <silent> &ta &tau;
5715 inoremap <buffer> <silent> &sf &sigmaf;
5716 inoremap <buffer> <silent> &si &sigma;
5717 inoremap <buffer> <silent> &rh &rho;
5718 inoremap <buffer> <silent> &pi &pi;
5719 inoremap <buffer> <silent> &oc &omicron;
5720 inoremap <buffer> <silent> &xi &xi;
5721 inoremap <buffer> <silent> &nu &nu;
5722 inoremap <buffer> <silent> &mu &mu;
5723 inoremap <buffer> <silent> &lm &lambda;
5724 inoremap <buffer> <silent> &ka &kappa;
5725 inoremap <buffer> <silent> &io &iota;
5726 inoremap <buffer> <silent> &th &theta;
5727 inoremap <buffer> <silent> &et &eta;
5728 inoremap <buffer> <silent> &ze &zeta;
5729 inoremap <buffer> <silent> &ep &epsilon;
5730 inoremap <buffer> <silent> &de &delta;
5731 inoremap <buffer> <silent> &ga &gamma;
5732 inoremap <buffer> <silent> &be &beta;
5733 inoremap <buffer> <silent> &al &alpha;
5734 inoremap <buffer> <silent> &Ps &Psi;
5735 inoremap <buffer> <silent> &Ch &Chi;
5736 inoremap <buffer> <silent> &Ph &Phi;
5737 inoremap <buffer> <silent> &Up &Upsilon;
5738 inoremap <buffer> <silent> &Ta &Tau;
5739 inoremap <buffer> <silent> &Si &Sigma;
5740 inoremap <buffer> <silent> &Rh &Rho;
5741 inoremap <buffer> <silent> &Pi &Pi;
5742 inoremap <buffer> <silent> &Oc &Omicron;
5743 inoremap <buffer> <silent> &Xi &Xi;
5744 inoremap <buffer> <silent> &Nu &Nu;
5745 inoremap <buffer> <silent> &Mu &Mu;
5746 inoremap <buffer> <silent> &Lm &Lambda;
5747 inoremap <buffer> <silent> &Ka &Kappa;
5748 inoremap <buffer> <silent> &Io &Iota;
5749 inoremap <buffer> <silent> &Th &Theta;
5750 inoremap <buffer> <silent> &Et &Eta;
5751 inoremap <buffer> <silent> &Ze &Zeta;
5752 inoremap <buffer> <silent> &Ep &Epsilon;
5753 inoremap <buffer> <silent> &De &Delta;
5754 inoremap <buffer> <silent> &Ga &Gamma;
5755 inoremap <buffer> <silent> &Be &Beta;
5756 inoremap <buffer> <silent> &Al &Alpha;
5757 inoremap <buffer> <silent> &3. &hellip;
5758 inoremap <buffer> <silent> &-- &mdash;
5759 inoremap <buffer> <silent> &3- &mdash;
5760 inoremap <buffer> <silent> &m- &mdash;
5761 inoremap <buffer> <silent> &2- &ndash;
5762 inoremap <buffer> <silent> &n- &ndash;
5763 inoremap <buffer> <silent> &34 &frac34;
5764 inoremap <buffer> <silent> &12 &frac12;
5765 inoremap <buffer> <silent> &14 &frac14;
5766 inoremap <buffer> <silent> &. &middot;
5767 inoremap <buffer> <silent> &pa &para;
5768 inoremap <buffer> <silent> &mi &micro;
5769 inoremap <buffer> <silent> &dg &deg;
5770 inoremap <buffer> <silent> &? &iquest;
5771 inoremap <buffer> <silent> &! &iexcl;
5772 inoremap <buffer> <silent> &sz &szlig;
5773 inoremap <buffer> <silent> &o/ &oslash;
5774 inoremap <buffer> <silent> &/ &divide;
5775 inoremap <buffer> <silent> &" &uml;
5776 inoremap <buffer> <silent> &2> &raquo;
5777 inoremap <buffer> <silent> &2< &laquo;
5778 inoremap <buffer> <silent> &y" &yuml;
5779 inoremap <buffer> <silent> &y' &yacute;
5780 inoremap <buffer> <silent> &u" &uuml;
5781 inoremap <buffer> <silent> &u^ &ucirc;
5782 inoremap <buffer> <silent> &u' &uacute;
5783 inoremap <buffer> <silent> &u` &ugrave;
5784 inoremap <buffer> <silent> &x &times;
5785 inoremap <buffer> <silent> &o" &ouml;
5786 inoremap <buffer> <silent> &o~ &otilde;
5787 inoremap <buffer> <silent> &o^ &ocirc;
5788 inoremap <buffer> <silent> &o' &oacute;
5789 inoremap <buffer> <silent> &o` &ograve;
5790 inoremap <buffer> <silent> &n~ &ntilde;
5791 inoremap <buffer> <silent> &i" &iuml;
5792 inoremap <buffer> <silent> &i^ &icirc;
5793 inoremap <buffer> <silent> &i' &iacute;
5794 inoremap <buffer> <silent> &i` &igrave;
5795 inoremap <buffer> <silent> &e" &euml;
5796 inoremap <buffer> <silent> &e^ &ecirc;
5797 inoremap <buffer> <silent> &e' &eacute;
5798 inoremap <buffer> <silent> &e` &egrave;
5799 inoremap <buffer> <silent> &c, &ccedil;
5800 inoremap <buffer> <silent> &ae &aelig;
5801 inoremap <buffer> <silent> &ao &aring;
5802 inoremap <buffer> <silent> &a" &auml;
5803 inoremap <buffer> <silent> &a~ &atilde;
5804 inoremap <buffer> <silent> &a^ &acirc;
5805 inoremap <buffer> <silent> &a' &aacute;
5806 inoremap <buffer> <silent> &a` &agrave;
5807 inoremap <buffer> <silent> &Y' &Yacute;
5808 inoremap <buffer> <silent> &U" &Uuml;
5809 inoremap <buffer> <silent> &U^ &Ucirc;
5810 inoremap <buffer> <silent> &U' &Uacute;
5811 inoremap <buffer> <silent> &U` &Ugrave;
5812 inoremap <buffer> <silent> &O/ &Oslash;
5813 inoremap <buffer> <silent> &O" &Ouml;
5814 inoremap <buffer> <silent> &O~ &Otilde;
5815 inoremap <buffer> <silent> &O^ &Ocirc;
5816 inoremap <buffer> <silent> &O' &Oacute;
5817 inoremap <buffer> <silent> &O` &Ograve;
5818 inoremap <buffer> <silent> &N~ &Ntilde;
5819 inoremap <buffer> <silent> &I" &Iuml;
5820 inoremap <buffer> <silent> &I^ &Icirc;
5821 inoremap <buffer> <silent> &I' &Iacute;
5822 inoremap <buffer> <silent> &I` &Igrave;
5823 inoremap <buffer> <silent> &E" &Euml;
5824 inoremap <buffer> <silent> &E^ &Ecirc;
5825 inoremap <buffer> <silent> &E' &Eacute;
5826 inoremap <buffer> <silent> &E` &Egrave;
5827 inoremap <buffer> <silent> &C, &Ccedil;
5828 inoremap <buffer> <silent> &AE &AElig;
5829 inoremap <buffer> <silent> &Ao &Aring;
5830 inoremap <buffer> <silent> &A" &Auml;
5831 inoremap <buffer> <silent> &A~ &Atilde;
5832 inoremap <buffer> <silent> &A^ &Acirc;
5833 inoremap <buffer> <silent> &A' &Aacute;
5834 inoremap <buffer> <silent> &A` &Agrave;
5835 inoremap <buffer> <silent> &c| &cent;
5836 inoremap <buffer> <silent> &Y= &yen;
5837 inoremap <buffer> <silent> &# &pound;
5838 inoremap <buffer> <silent> & &nbsp;
5839 inoremap <buffer> <silent> &> &gt;
5840 inoremap <buffer> <silent> &< &lt;
5841 inoremap <buffer> <silent> &' &quot;
5842 inoremap <buffer> <silent> &tm &trade;
5843 inoremap <buffer> <silent> &rO &reg;
5844 inoremap <buffer> <silent> &cO &copy;
5845 inoremap <buffer> <silent> && &amp;
5846 inoremap <buffer> <silent> ; &nbsp;
5847 inoremap <buffer> <silent> ;la <label for=""></label>F"
5848 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
5849 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
5850 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
5851 </textarea>k$5F"i
5852 inoremap <buffer> <silent> ;og <optgroup label="">
5853 </optgroup>k$F"i
5854 inoremap <buffer> <silent> ;op <option></option>F<
5855 inoremap <buffer> <silent> ;ms <select name="" multiple>
5856 </select>O
5857 inoremap <buffer> <silent> ;se <select name="">
5858 </select>O
5859 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
5860 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
5861 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
5862 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
5863 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
5864 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
5865 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
5866 inoremap <buffer> <silent> ;fm <form action="">
5867 </form>k$F"i
5868 inoremap <buffer> <silent> ;if <iframe src="">
5869 </iframe>k$F"i
5870 inoremap <buffer> <silent> ;nf <noframes>
5871 </noframes>O
5872 inoremap <buffer> <silent> ;fr <frame src="">F"
5873 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
5874 </frameset>k$3F"i
5875 inoremap <buffer> <silent> ;th <th></th>F<
5876 inoremap <buffer> <silent> ;td <td>
5877 </td>O
5878 inoremap <buffer> <silent> ;tr <tr>
5879 </tr>O
5880 inoremap <buffer> <silent> ;tf <tfoot>
5881 </tfoot>O
5882 inoremap <buffer> <silent> ;tb <tbody>
5883 </tbody>O
5884 inoremap <buffer> <silent> ;tH <thead>
5885 </thead>O
5886 inoremap <buffer> <silent> ;ta <table>
5887 </table>O
5888 inoremap <buffer> <silent> ;ca <caption></caption>F<
5889 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
5890 </object>k$5F"i
5891 inoremap <buffer> <silent> ;ns <noscript>
5892 </noscripT>O
5893 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
5894 <noembed></noembed>k$5F"i
5895 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
5896 inoremap <buffer> <silent> ;va <var></var>F<
5897 inoremap <buffer> <silent> ;ul <ul>
5898 </ul>O
5899 inoremap <buffer> <silent> ;tt <tt></tt>F<
5900 inoremap <buffer> <silent> ;ti <title></title>F<
5901 inoremap <buffer> <silent> ;sp <sup></sup>F<
5902 inoremap <buffer> <silent> ;sb <sub></sub>F<
5903 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
5904 inoremap <buffer> <silent> ;cs <style type="text/css">
5905 <!--
5906 -->
5907 </style>kO
5908 inoremap <buffer> <silent> ;sm <small></small>F<
5909 inoremap <buffer> <silent> ;sa <samp></samp>F<
5910 inoremap <buffer> <silent> ;sk <strike></strike>F<
5911 inoremap <buffer> <silent> ;qu <q></q>F<
5912 inoremap <buffer> <silent> ;pr <pre>
5913 </pre>O
5914 inoremap <buffer> <silent> ;/p </p>
5915 
5916 <p>
5917 inoremap <buffer> <silent> ;pp <p>
5918 </p>O
5919 inoremap <buffer> <silent> ;ol <ol>
5920 </ol>O
5921 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
5922 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
5923 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
5924 inoremap <buffer> <silent> ;lk <link href="">F"
5925 inoremap <buffer> <silent> ;li <li></li>F<
5926 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
5927 inoremap <buffer> <silent> ;ii <isindex>
5928 inoremap <buffer> <silent> ;in <ins></ins>F<
5929 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
5930 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
5931 inoremap <buffer> <silent> ;ht <html>
5932 </html>O
5933 inoremap <buffer> <silent> ;Hr <hr width="75%">
5934 inoremap <buffer> <silent> ;hr <hr>
5935 inoremap <buffer> <silent> ;he <head>
5936 </head>O
5937 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
5938 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
5939 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
5940 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
5941 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
5942 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
5943 inoremap <buffer> <silent> ;h6 <h6></h6>F<
5944 inoremap <buffer> <silent> ;h5 <h5></h5>F<
5945 inoremap <buffer> <silent> ;h4 <h4></h4>F<
5946 inoremap <buffer> <silent> ;h3 <h3></h3>F<
5947 inoremap <buffer> <silent> ;h2 <h2></h2>F<
5948 inoremap <buffer> <silent> ;h1 <h1></h1>F<
5949 inoremap <buffer> <silent> ;fc <font color=""></font>F"
5950 inoremap <buffer> <silent> ;fo <font size=""></font>F"
5951 inoremap <buffer> <silent> ;sn <span></span>F<
5952 inoremap <buffer> <silent> ;dv <div>
5953 </div>O
5954 inoremap <buffer> <silent> ;df <dfn></dfn>F<
5955 inoremap <buffer> <silent> ;de <del></del>F<
5956 inoremap <buffer> <silent> ;dd <dd></dd>F<
5957 inoremap <buffer> <silent> ;dt <dt></dt>F<
5958 inoremap <buffer> <silent> ;dl <dl>
5959 </dl>O
5960 inoremap <buffer> <silent> ;co <code></code>F<
5961 inoremap <buffer> <silent> ;ci <cite></cite>F<
5962 inoremap <buffer> <silent> ;ce <center></center>F<
5963 inoremap <buffer> <silent> ;br <br>
5964 inoremap <buffer> <silent> ;bd <body>
5965 </body>O
5966 inoremap <buffer> <silent> ;bl <blockquote>
5967 </blockquote>O
5968 inoremap <buffer> <silent> ;bi <big></big>F<
5969 inoremap <buffer> <silent> ;bh <base href="">F"
5970 inoremap <buffer> <silent> ;ad <address></address>F<
5971 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
5972 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
5973 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
5974 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
5975 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
5976 inoremap <buffer> <silent> ;an <a name=""></a>F"
5977 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
5978 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
5979 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
5980 inoremap <buffer> <silent> ;ah <a href=""></a>F"
5981 imap <buffer> <silent> ;s4 ;s4
5982 imap <buffer> <silent> ;4 ;4
5983 inoremap <buffer> <silent> ;mi :call MangleImageTag()
5984 inoremap <buffer> <silent> ; 
5985 inoremap <buffer> <silent> ;& &
5986 inoremap <buffer> <silent> ;; ;
5987 setlocal keymap=
5988 setlocal noarabic
5989 setlocal autoindent
5990 setlocal balloonexpr=
5991 setlocal nobinary
5992 setlocal bufhidden=
5993 setlocal buflisted
5994 setlocal buftype=
5995 setlocal nocindent
5996 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
5997 setlocal cinoptions=
5998 setlocal cinwords=if,else,while,do,for,switch
5999 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
6000 setlocal commentstring=<!--%s-->
6001 setlocal complete=.,w,b,u,t,i
6002 setlocal completefunc=
6003 setlocal nocopyindent
6004 setlocal nocursorcolumn
6005 setlocal nocursorline
6006 setlocal define=
6007 setlocal dictionary=
6008 setlocal nodiff
6009 setlocal equalprg=
6010 setlocal errorformat=
6011 setlocal noexpandtab
6012 if &filetype != 'html'
6013 setlocal filetype=html
6014 endif
6015 setlocal foldcolumn=0
6016 setlocal foldenable
6017 setlocal foldexpr=0
6018 setlocal foldignore=#
6019 setlocal foldlevel=0
6020 setlocal foldmarker={{{,}}}
6021 setlocal foldmethod=manual
6022 setlocal foldminlines=1
6023 setlocal foldnestmax=20
6024 setlocal foldtext=foldtext()
6025 setlocal formatexpr=
6026 setlocal formatoptions=tcq
6027 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
6028 setlocal grepprg=
6029 setlocal iminsert=2
6030 setlocal imsearch=2
6031 setlocal include=
6032 setlocal includeexpr=
6033 setlocal indentexpr=
6034 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
6035 setlocal noinfercase
6036 setlocal iskeyword=@,48-57,_,192-255
6037 setlocal keywordprg=
6038 setlocal nolinebreak
6039 setlocal nolisp
6040 setlocal nolist
6041 setlocal makeprg=
6042 setlocal matchpairs=(:),{:},[:],<:>
6043 setlocal nomodeline
6044 setlocal modifiable
6045 setlocal nrformats=octal,hex
6046 setlocal nonumber
6047 setlocal numberwidth=4
6048 setlocal omnifunc=htmlcomplete#CompleteTags
6049 setlocal path=
6050 setlocal nopreserveindent
6051 setlocal nopreviewwindow
6052 setlocal quoteescape=\\
6053 setlocal noreadonly
6054 setlocal norightleft
6055 setlocal rightleftcmd=search
6056 setlocal noscrollbind
6057 setlocal shiftwidth=8
6058 setlocal noshortname
6059 setlocal nosmartindent
6060 setlocal softtabstop=0
6061 setlocal nospell
6062 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
6063 setlocal spellfile=
6064 setlocal spelllang=en
6065 setlocal statusline=
6066 setlocal suffixesadd=
6067 setlocal swapfile
6068 setlocal synmaxcol=3000
6069 if &syntax != 'html'
6070 setlocal syntax=html
6071 endif
6072 setlocal tabstop=2
6073 setlocal tags=
6074 setlocal textwidth=0
6075 setlocal thesaurus=
6076 setlocal nowinfixheight
6077 setlocal nowinfixwidth
6078 setlocal wrap
6079 setlocal wrapmargin=0
6080 silent! normal! zE
6081 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
6082 if s:l < 1 | let s:l = 1 | endif
6083 exe s:l
6084 normal! zt
6085 1
6086 normal! 0
6087 tabedit project.html
6088 set splitbelow splitright
6089 set nosplitbelow
6090 set nosplitright
6091 wincmd t
6092 set winheight=1 winwidth=1
6093 argglobal
6094 14argu
6095 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6096 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6097 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
6098 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
6099 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
6100 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
6101 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
6102 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
6103 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
6104 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
6105 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
6106 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
6107 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
6108 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
6109 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
6110 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
6111 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
6112 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
6113 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
6114 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
6115 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
6116 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
6117 nnoremap <buffer> <silent> ; 
6118 nnoremap <buffer> <silent> ;; ;
6119 vnoremap <buffer> <silent> ;; ;
6120 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
6121 inoremap <buffer> <silent> &hA &hArr;
6122 inoremap <buffer> <silent> &dA &dArr;
6123 inoremap <buffer> <silent> &rA &rArr;
6124 inoremap <buffer> <silent> &uA &uArr;
6125 inoremap <buffer> <silent> &lA &lArr;
6126 inoremap <buffer> <silent> &ha &harr;
6127 inoremap <buffer> <silent> &da &darr;
6128 inoremap <buffer> <silent> &ra &rarr;
6129 inoremap <buffer> <silent> &ua &uarr;
6130 inoremap <buffer> <silent> &la &larr;
6131 inoremap <buffer> <silent> &pv &piv;
6132 inoremap <buffer> <silent> &uh &upsih;
6133 inoremap <buffer> <silent> &ts &thetasym;
6134 inoremap <buffer> <silent> &og &omega;
6135 inoremap <buffer> <silent> &ps &psi;
6136 inoremap <buffer> <silent> &ch &chi;
6137 inoremap <buffer> <silent> &ph &phi;
6138 inoremap <buffer> <silent> &up &upsilon;
6139 inoremap <buffer> <silent> &ta &tau;
6140 inoremap <buffer> <silent> &sf &sigmaf;
6141 inoremap <buffer> <silent> &si &sigma;
6142 inoremap <buffer> <silent> &rh &rho;
6143 inoremap <buffer> <silent> &pi &pi;
6144 inoremap <buffer> <silent> &oc &omicron;
6145 inoremap <buffer> <silent> &xi &xi;
6146 inoremap <buffer> <silent> &nu &nu;
6147 inoremap <buffer> <silent> &mu &mu;
6148 inoremap <buffer> <silent> &lm &lambda;
6149 inoremap <buffer> <silent> &ka &kappa;
6150 inoremap <buffer> <silent> &io &iota;
6151 inoremap <buffer> <silent> &th &theta;
6152 inoremap <buffer> <silent> &et &eta;
6153 inoremap <buffer> <silent> &ze &zeta;
6154 inoremap <buffer> <silent> &ep &epsilon;
6155 inoremap <buffer> <silent> &de &delta;
6156 inoremap <buffer> <silent> &ga &gamma;
6157 inoremap <buffer> <silent> &be &beta;
6158 inoremap <buffer> <silent> &al &alpha;
6159 inoremap <buffer> <silent> &Ps &Psi;
6160 inoremap <buffer> <silent> &Ch &Chi;
6161 inoremap <buffer> <silent> &Ph &Phi;
6162 inoremap <buffer> <silent> &Up &Upsilon;
6163 inoremap <buffer> <silent> &Ta &Tau;
6164 inoremap <buffer> <silent> &Si &Sigma;
6165 inoremap <buffer> <silent> &Rh &Rho;
6166 inoremap <buffer> <silent> &Pi &Pi;
6167 inoremap <buffer> <silent> &Oc &Omicron;
6168 inoremap <buffer> <silent> &Xi &Xi;
6169 inoremap <buffer> <silent> &Nu &Nu;
6170 inoremap <buffer> <silent> &Mu &Mu;
6171 inoremap <buffer> <silent> &Lm &Lambda;
6172 inoremap <buffer> <silent> &Ka &Kappa;
6173 inoremap <buffer> <silent> &Io &Iota;
6174 inoremap <buffer> <silent> &Th &Theta;
6175 inoremap <buffer> <silent> &Et &Eta;
6176 inoremap <buffer> <silent> &Ze &Zeta;
6177 inoremap <buffer> <silent> &Ep &Epsilon;
6178 inoremap <buffer> <silent> &De &Delta;
6179 inoremap <buffer> <silent> &Ga &Gamma;
6180 inoremap <buffer> <silent> &Be &Beta;
6181 inoremap <buffer> <silent> &Al &Alpha;
6182 inoremap <buffer> <silent> &3. &hellip;
6183 inoremap <buffer> <silent> &-- &mdash;
6184 inoremap <buffer> <silent> &3- &mdash;
6185 inoremap <buffer> <silent> &m- &mdash;
6186 inoremap <buffer> <silent> &2- &ndash;
6187 inoremap <buffer> <silent> &n- &ndash;
6188 inoremap <buffer> <silent> &34 &frac34;
6189 inoremap <buffer> <silent> &12 &frac12;
6190 inoremap <buffer> <silent> &14 &frac14;
6191 inoremap <buffer> <silent> &. &middot;
6192 inoremap <buffer> <silent> &pa &para;
6193 inoremap <buffer> <silent> &mi &micro;
6194 inoremap <buffer> <silent> &dg &deg;
6195 inoremap <buffer> <silent> &? &iquest;
6196 inoremap <buffer> <silent> &! &iexcl;
6197 inoremap <buffer> <silent> &sz &szlig;
6198 inoremap <buffer> <silent> &o/ &oslash;
6199 inoremap <buffer> <silent> &/ &divide;
6200 inoremap <buffer> <silent> &" &uml;
6201 inoremap <buffer> <silent> &2> &raquo;
6202 inoremap <buffer> <silent> &2< &laquo;
6203 inoremap <buffer> <silent> &y" &yuml;
6204 inoremap <buffer> <silent> &y' &yacute;
6205 inoremap <buffer> <silent> &u" &uuml;
6206 inoremap <buffer> <silent> &u^ &ucirc;
6207 inoremap <buffer> <silent> &u' &uacute;
6208 inoremap <buffer> <silent> &u` &ugrave;
6209 inoremap <buffer> <silent> &x &times;
6210 inoremap <buffer> <silent> &o" &ouml;
6211 inoremap <buffer> <silent> &o~ &otilde;
6212 inoremap <buffer> <silent> &o^ &ocirc;
6213 inoremap <buffer> <silent> &o' &oacute;
6214 inoremap <buffer> <silent> &o` &ograve;
6215 inoremap <buffer> <silent> &n~ &ntilde;
6216 inoremap <buffer> <silent> &i" &iuml;
6217 inoremap <buffer> <silent> &i^ &icirc;
6218 inoremap <buffer> <silent> &i' &iacute;
6219 inoremap <buffer> <silent> &i` &igrave;
6220 inoremap <buffer> <silent> &e" &euml;
6221 inoremap <buffer> <silent> &e^ &ecirc;
6222 inoremap <buffer> <silent> &e' &eacute;
6223 inoremap <buffer> <silent> &e` &egrave;
6224 inoremap <buffer> <silent> &c, &ccedil;
6225 inoremap <buffer> <silent> &ae &aelig;
6226 inoremap <buffer> <silent> &ao &aring;
6227 inoremap <buffer> <silent> &a" &auml;
6228 inoremap <buffer> <silent> &a~ &atilde;
6229 inoremap <buffer> <silent> &a^ &acirc;
6230 inoremap <buffer> <silent> &a' &aacute;
6231 inoremap <buffer> <silent> &a` &agrave;
6232 inoremap <buffer> <silent> &Y' &Yacute;
6233 inoremap <buffer> <silent> &U" &Uuml;
6234 inoremap <buffer> <silent> &U^ &Ucirc;
6235 inoremap <buffer> <silent> &U' &Uacute;
6236 inoremap <buffer> <silent> &U` &Ugrave;
6237 inoremap <buffer> <silent> &O/ &Oslash;
6238 inoremap <buffer> <silent> &O" &Ouml;
6239 inoremap <buffer> <silent> &O~ &Otilde;
6240 inoremap <buffer> <silent> &O^ &Ocirc;
6241 inoremap <buffer> <silent> &O' &Oacute;
6242 inoremap <buffer> <silent> &O` &Ograve;
6243 inoremap <buffer> <silent> &N~ &Ntilde;
6244 inoremap <buffer> <silent> &I" &Iuml;
6245 inoremap <buffer> <silent> &I^ &Icirc;
6246 inoremap <buffer> <silent> &I' &Iacute;
6247 inoremap <buffer> <silent> &I` &Igrave;
6248 inoremap <buffer> <silent> &E" &Euml;
6249 inoremap <buffer> <silent> &E^ &Ecirc;
6250 inoremap <buffer> <silent> &E' &Eacute;
6251 inoremap <buffer> <silent> &E` &Egrave;
6252 inoremap <buffer> <silent> &C, &Ccedil;
6253 inoremap <buffer> <silent> &AE &AElig;
6254 inoremap <buffer> <silent> &Ao &Aring;
6255 inoremap <buffer> <silent> &A" &Auml;
6256 inoremap <buffer> <silent> &A~ &Atilde;
6257 inoremap <buffer> <silent> &A^ &Acirc;
6258 inoremap <buffer> <silent> &A' &Aacute;
6259 inoremap <buffer> <silent> &A` &Agrave;
6260 inoremap <buffer> <silent> &c| &cent;
6261 inoremap <buffer> <silent> &Y= &yen;
6262 inoremap <buffer> <silent> &# &pound;
6263 inoremap <buffer> <silent> & &nbsp;
6264 inoremap <buffer> <silent> &> &gt;
6265 inoremap <buffer> <silent> &< &lt;
6266 inoremap <buffer> <silent> &' &quot;
6267 inoremap <buffer> <silent> &tm &trade;
6268 inoremap <buffer> <silent> &rO &reg;
6269 inoremap <buffer> <silent> &cO &copy;
6270 inoremap <buffer> <silent> && &amp;
6271 inoremap <buffer> <silent> ; &nbsp;
6272 inoremap <buffer> <silent> ;la <label for=""></label>F"
6273 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
6274 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
6275 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
6276 </textarea>k$5F"i
6277 inoremap <buffer> <silent> ;og <optgroup label="">
6278 </optgroup>k$F"i
6279 inoremap <buffer> <silent> ;op <option></option>F<
6280 inoremap <buffer> <silent> ;ms <select name="" multiple>
6281 </select>O
6282 inoremap <buffer> <silent> ;se <select name="">
6283 </select>O
6284 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
6285 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
6286 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
6287 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
6288 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
6289 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
6290 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
6291 inoremap <buffer> <silent> ;fm <form action="">
6292 </form>k$F"i
6293 inoremap <buffer> <silent> ;if <iframe src="">
6294 </iframe>k$F"i
6295 inoremap <buffer> <silent> ;nf <noframes>
6296 </noframes>O
6297 inoremap <buffer> <silent> ;fr <frame src="">F"
6298 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
6299 </frameset>k$3F"i
6300 inoremap <buffer> <silent> ;th <th></th>F<
6301 inoremap <buffer> <silent> ;td <td>
6302 </td>O
6303 inoremap <buffer> <silent> ;tr <tr>
6304 </tr>O
6305 inoremap <buffer> <silent> ;tf <tfoot>
6306 </tfoot>O
6307 inoremap <buffer> <silent> ;tb <tbody>
6308 </tbody>O
6309 inoremap <buffer> <silent> ;tH <thead>
6310 </thead>O
6311 inoremap <buffer> <silent> ;ta <table>
6312 </table>O
6313 inoremap <buffer> <silent> ;ca <caption></caption>F<
6314 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
6315 </object>k$5F"i
6316 inoremap <buffer> <silent> ;ns <noscript>
6317 </noscripT>O
6318 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
6319 <noembed></noembed>k$5F"i
6320 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
6321 inoremap <buffer> <silent> ;va <var></var>F<
6322 inoremap <buffer> <silent> ;ul <ul>
6323 </ul>O
6324 inoremap <buffer> <silent> ;tt <tt></tt>F<
6325 inoremap <buffer> <silent> ;ti <title></title>F<
6326 inoremap <buffer> <silent> ;sp <sup></sup>F<
6327 inoremap <buffer> <silent> ;sb <sub></sub>F<
6328 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
6329 inoremap <buffer> <silent> ;cs <style type="text/css">
6330 <!--
6331 -->
6332 </style>kO
6333 inoremap <buffer> <silent> ;sm <small></small>F<
6334 inoremap <buffer> <silent> ;sa <samp></samp>F<
6335 inoremap <buffer> <silent> ;sk <strike></strike>F<
6336 inoremap <buffer> <silent> ;qu <q></q>F<
6337 inoremap <buffer> <silent> ;pr <pre>
6338 </pre>O
6339 inoremap <buffer> <silent> ;/p </p>
6340 
6341 <p>
6342 inoremap <buffer> <silent> ;pp <p>
6343 </p>O
6344 inoremap <buffer> <silent> ;ol <ol>
6345 </ol>O
6346 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
6347 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
6348 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
6349 inoremap <buffer> <silent> ;lk <link href="">F"
6350 inoremap <buffer> <silent> ;li <li></li>F<
6351 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
6352 inoremap <buffer> <silent> ;ii <isindex>
6353 inoremap <buffer> <silent> ;in <ins></ins>F<
6354 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
6355 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
6356 inoremap <buffer> <silent> ;ht <html>
6357 </html>O
6358 inoremap <buffer> <silent> ;Hr <hr width="75%">
6359 inoremap <buffer> <silent> ;hr <hr>
6360 inoremap <buffer> <silent> ;he <head>
6361 </head>O
6362 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
6363 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
6364 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
6365 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
6366 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
6367 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
6368 inoremap <buffer> <silent> ;h6 <h6></h6>F<
6369 inoremap <buffer> <silent> ;h5 <h5></h5>F<
6370 inoremap <buffer> <silent> ;h4 <h4></h4>F<
6371 inoremap <buffer> <silent> ;h3 <h3></h3>F<
6372 inoremap <buffer> <silent> ;h2 <h2></h2>F<
6373 inoremap <buffer> <silent> ;h1 <h1></h1>F<
6374 inoremap <buffer> <silent> ;fc <font color=""></font>F"
6375 inoremap <buffer> <silent> ;fo <font size=""></font>F"
6376 inoremap <buffer> <silent> ;sn <span></span>F<
6377 inoremap <buffer> <silent> ;dv <div>
6378 </div>O
6379 inoremap <buffer> <silent> ;df <dfn></dfn>F<
6380 inoremap <buffer> <silent> ;de <del></del>F<
6381 inoremap <buffer> <silent> ;dd <dd></dd>F<
6382 inoremap <buffer> <silent> ;dt <dt></dt>F<
6383 inoremap <buffer> <silent> ;dl <dl>
6384 </dl>O
6385 inoremap <buffer> <silent> ;co <code></code>F<
6386 inoremap <buffer> <silent> ;ci <cite></cite>F<
6387 inoremap <buffer> <silent> ;ce <center></center>F<
6388 inoremap <buffer> <silent> ;br <br>
6389 inoremap <buffer> <silent> ;bd <body>
6390 </body>O
6391 inoremap <buffer> <silent> ;bl <blockquote>
6392 </blockquote>O
6393 inoremap <buffer> <silent> ;bi <big></big>F<
6394 inoremap <buffer> <silent> ;bh <base href="">F"
6395 inoremap <buffer> <silent> ;ad <address></address>F<
6396 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
6397 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
6398 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
6399 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
6400 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
6401 inoremap <buffer> <silent> ;an <a name=""></a>F"
6402 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
6403 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
6404 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
6405 inoremap <buffer> <silent> ;ah <a href=""></a>F"
6406 imap <buffer> <silent> ;s4 ;s4
6407 imap <buffer> <silent> ;4 ;4
6408 inoremap <buffer> <silent> ;mi :call MangleImageTag()
6409 inoremap <buffer> <silent> ; 
6410 inoremap <buffer> <silent> ;& &
6411 inoremap <buffer> <silent> ;; ;
6412 setlocal keymap=
6413 setlocal noarabic
6414 setlocal autoindent
6415 setlocal balloonexpr=
6416 setlocal nobinary
6417 setlocal bufhidden=
6418 setlocal buflisted
6419 setlocal buftype=
6420 setlocal nocindent
6421 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
6422 setlocal cinoptions=
6423 setlocal cinwords=if,else,while,do,for,switch
6424 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
6425 setlocal commentstring=<!--%s-->
6426 setlocal complete=.,w,b,u,t,i
6427 setlocal completefunc=
6428 setlocal nocopyindent
6429 setlocal nocursorcolumn
6430 setlocal nocursorline
6431 setlocal define=
6432 setlocal dictionary=
6433 setlocal nodiff
6434 setlocal equalprg=
6435 setlocal errorformat=
6436 setlocal noexpandtab
6437 if &filetype != 'html'
6438 setlocal filetype=html
6439 endif
6440 setlocal foldcolumn=0
6441 setlocal foldenable
6442 setlocal foldexpr=0
6443 setlocal foldignore=#
6444 setlocal foldlevel=0
6445 setlocal foldmarker={{{,}}}
6446 setlocal foldmethod=manual
6447 setlocal foldminlines=1
6448 setlocal foldnestmax=20
6449 setlocal foldtext=foldtext()
6450 setlocal formatexpr=
6451 setlocal formatoptions=tcq
6452 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
6453 setlocal grepprg=
6454 setlocal iminsert=2
6455 setlocal imsearch=2
6456 setlocal include=
6457 setlocal includeexpr=
6458 setlocal indentexpr=
6459 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
6460 setlocal noinfercase
6461 setlocal iskeyword=@,48-57,_,192-255
6462 setlocal keywordprg=
6463 setlocal nolinebreak
6464 setlocal nolisp
6465 setlocal nolist
6466 setlocal makeprg=
6467 setlocal matchpairs=(:),{:},[:],<:>
6468 setlocal nomodeline
6469 setlocal modifiable
6470 setlocal nrformats=octal,hex
6471 setlocal nonumber
6472 setlocal numberwidth=4
6473 setlocal omnifunc=htmlcomplete#CompleteTags
6474 setlocal path=
6475 setlocal nopreserveindent
6476 setlocal nopreviewwindow
6477 setlocal quoteescape=\\
6478 setlocal noreadonly
6479 setlocal norightleft
6480 setlocal rightleftcmd=search
6481 setlocal noscrollbind
6482 setlocal shiftwidth=8
6483 setlocal noshortname
6484 setlocal nosmartindent
6485 setlocal softtabstop=0
6486 setlocal nospell
6487 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
6488 setlocal spellfile=
6489 setlocal spelllang=en
6490 setlocal statusline=
6491 setlocal suffixesadd=
6492 setlocal swapfile
6493 setlocal synmaxcol=3000
6494 if &syntax != 'html'
6495 setlocal syntax=html
6496 endif
6497 setlocal tabstop=2
6498 setlocal tags=
6499 setlocal textwidth=0
6500 setlocal thesaurus=
6501 setlocal nowinfixheight
6502 setlocal nowinfixwidth
6503 setlocal wrap
6504 setlocal wrapmargin=0
6505 silent! normal! zE
6506 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
6507 if s:l < 1 | let s:l = 1 | endif
6508 exe s:l
6509 normal! zt
6510 1
6511 normal! 0
6512 tabedit recover.html
6513 set splitbelow splitright
6514 set nosplitbelow
6515 set nosplitright
6516 wincmd t
6517 set winheight=1 winwidth=1
6518 argglobal
6519 15argu
6520 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6521 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6522 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
6523 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
6524 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
6525 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
6526 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
6527 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
6528 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
6529 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
6530 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
6531 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
6532 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
6533 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
6534 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
6535 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
6536 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
6537 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
6538 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
6539 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
6540 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
6541 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
6542 nnoremap <buffer> <silent> ; 
6543 nnoremap <buffer> <silent> ;; ;
6544 vnoremap <buffer> <silent> ;; ;
6545 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
6546 inoremap <buffer> <silent> &hA &hArr;
6547 inoremap <buffer> <silent> &dA &dArr;
6548 inoremap <buffer> <silent> &rA &rArr;
6549 inoremap <buffer> <silent> &uA &uArr;
6550 inoremap <buffer> <silent> &lA &lArr;
6551 inoremap <buffer> <silent> &ha &harr;
6552 inoremap <buffer> <silent> &da &darr;
6553 inoremap <buffer> <silent> &ra &rarr;
6554 inoremap <buffer> <silent> &ua &uarr;
6555 inoremap <buffer> <silent> &la &larr;
6556 inoremap <buffer> <silent> &pv &piv;
6557 inoremap <buffer> <silent> &uh &upsih;
6558 inoremap <buffer> <silent> &ts &thetasym;
6559 inoremap <buffer> <silent> &og &omega;
6560 inoremap <buffer> <silent> &ps &psi;
6561 inoremap <buffer> <silent> &ch &chi;
6562 inoremap <buffer> <silent> &ph &phi;
6563 inoremap <buffer> <silent> &up &upsilon;
6564 inoremap <buffer> <silent> &ta &tau;
6565 inoremap <buffer> <silent> &sf &sigmaf;
6566 inoremap <buffer> <silent> &si &sigma;
6567 inoremap <buffer> <silent> &rh &rho;
6568 inoremap <buffer> <silent> &pi &pi;
6569 inoremap <buffer> <silent> &oc &omicron;
6570 inoremap <buffer> <silent> &xi &xi;
6571 inoremap <buffer> <silent> &nu &nu;
6572 inoremap <buffer> <silent> &mu &mu;
6573 inoremap <buffer> <silent> &lm &lambda;
6574 inoremap <buffer> <silent> &ka &kappa;
6575 inoremap <buffer> <silent> &io &iota;
6576 inoremap <buffer> <silent> &th &theta;
6577 inoremap <buffer> <silent> &et &eta;
6578 inoremap <buffer> <silent> &ze &zeta;
6579 inoremap <buffer> <silent> &ep &epsilon;
6580 inoremap <buffer> <silent> &de &delta;
6581 inoremap <buffer> <silent> &ga &gamma;
6582 inoremap <buffer> <silent> &be &beta;
6583 inoremap <buffer> <silent> &al &alpha;
6584 inoremap <buffer> <silent> &Ps &Psi;
6585 inoremap <buffer> <silent> &Ch &Chi;
6586 inoremap <buffer> <silent> &Ph &Phi;
6587 inoremap <buffer> <silent> &Up &Upsilon;
6588 inoremap <buffer> <silent> &Ta &Tau;
6589 inoremap <buffer> <silent> &Si &Sigma;
6590 inoremap <buffer> <silent> &Rh &Rho;
6591 inoremap <buffer> <silent> &Pi &Pi;
6592 inoremap <buffer> <silent> &Oc &Omicron;
6593 inoremap <buffer> <silent> &Xi &Xi;
6594 inoremap <buffer> <silent> &Nu &Nu;
6595 inoremap <buffer> <silent> &Mu &Mu;
6596 inoremap <buffer> <silent> &Lm &Lambda;
6597 inoremap <buffer> <silent> &Ka &Kappa;
6598 inoremap <buffer> <silent> &Io &Iota;
6599 inoremap <buffer> <silent> &Th &Theta;
6600 inoremap <buffer> <silent> &Et &Eta;
6601 inoremap <buffer> <silent> &Ze &Zeta;
6602 inoremap <buffer> <silent> &Ep &Epsilon;
6603 inoremap <buffer> <silent> &De &Delta;
6604 inoremap <buffer> <silent> &Ga &Gamma;
6605 inoremap <buffer> <silent> &Be &Beta;
6606 inoremap <buffer> <silent> &Al &Alpha;
6607 inoremap <buffer> <silent> &3. &hellip;
6608 inoremap <buffer> <silent> &-- &mdash;
6609 inoremap <buffer> <silent> &3- &mdash;
6610 inoremap <buffer> <silent> &m- &mdash;
6611 inoremap <buffer> <silent> &2- &ndash;
6612 inoremap <buffer> <silent> &n- &ndash;
6613 inoremap <buffer> <silent> &34 &frac34;
6614 inoremap <buffer> <silent> &12 &frac12;
6615 inoremap <buffer> <silent> &14 &frac14;
6616 inoremap <buffer> <silent> &. &middot;
6617 inoremap <buffer> <silent> &pa &para;
6618 inoremap <buffer> <silent> &mi &micro;
6619 inoremap <buffer> <silent> &dg &deg;
6620 inoremap <buffer> <silent> &? &iquest;
6621 inoremap <buffer> <silent> &! &iexcl;
6622 inoremap <buffer> <silent> &sz &szlig;
6623 inoremap <buffer> <silent> &o/ &oslash;
6624 inoremap <buffer> <silent> &/ &divide;
6625 inoremap <buffer> <silent> &" &uml;
6626 inoremap <buffer> <silent> &2> &raquo;
6627 inoremap <buffer> <silent> &2< &laquo;
6628 inoremap <buffer> <silent> &y" &yuml;
6629 inoremap <buffer> <silent> &y' &yacute;
6630 inoremap <buffer> <silent> &u" &uuml;
6631 inoremap <buffer> <silent> &u^ &ucirc;
6632 inoremap <buffer> <silent> &u' &uacute;
6633 inoremap <buffer> <silent> &u` &ugrave;
6634 inoremap <buffer> <silent> &x &times;
6635 inoremap <buffer> <silent> &o" &ouml;
6636 inoremap <buffer> <silent> &o~ &otilde;
6637 inoremap <buffer> <silent> &o^ &ocirc;
6638 inoremap <buffer> <silent> &o' &oacute;
6639 inoremap <buffer> <silent> &o` &ograve;
6640 inoremap <buffer> <silent> &n~ &ntilde;
6641 inoremap <buffer> <silent> &i" &iuml;
6642 inoremap <buffer> <silent> &i^ &icirc;
6643 inoremap <buffer> <silent> &i' &iacute;
6644 inoremap <buffer> <silent> &i` &igrave;
6645 inoremap <buffer> <silent> &e" &euml;
6646 inoremap <buffer> <silent> &e^ &ecirc;
6647 inoremap <buffer> <silent> &e' &eacute;
6648 inoremap <buffer> <silent> &e` &egrave;
6649 inoremap <buffer> <silent> &c, &ccedil;
6650 inoremap <buffer> <silent> &ae &aelig;
6651 inoremap <buffer> <silent> &ao &aring;
6652 inoremap <buffer> <silent> &a" &auml;
6653 inoremap <buffer> <silent> &a~ &atilde;
6654 inoremap <buffer> <silent> &a^ &acirc;
6655 inoremap <buffer> <silent> &a' &aacute;
6656 inoremap <buffer> <silent> &a` &agrave;
6657 inoremap <buffer> <silent> &Y' &Yacute;
6658 inoremap <buffer> <silent> &U" &Uuml;
6659 inoremap <buffer> <silent> &U^ &Ucirc;
6660 inoremap <buffer> <silent> &U' &Uacute;
6661 inoremap <buffer> <silent> &U` &Ugrave;
6662 inoremap <buffer> <silent> &O/ &Oslash;
6663 inoremap <buffer> <silent> &O" &Ouml;
6664 inoremap <buffer> <silent> &O~ &Otilde;
6665 inoremap <buffer> <silent> &O^ &Ocirc;
6666 inoremap <buffer> <silent> &O' &Oacute;
6667 inoremap <buffer> <silent> &O` &Ograve;
6668 inoremap <buffer> <silent> &N~ &Ntilde;
6669 inoremap <buffer> <silent> &I" &Iuml;
6670 inoremap <buffer> <silent> &I^ &Icirc;
6671 inoremap <buffer> <silent> &I' &Iacute;
6672 inoremap <buffer> <silent> &I` &Igrave;
6673 inoremap <buffer> <silent> &E" &Euml;
6674 inoremap <buffer> <silent> &E^ &Ecirc;
6675 inoremap <buffer> <silent> &E' &Eacute;
6676 inoremap <buffer> <silent> &E` &Egrave;
6677 inoremap <buffer> <silent> &C, &Ccedil;
6678 inoremap <buffer> <silent> &AE &AElig;
6679 inoremap <buffer> <silent> &Ao &Aring;
6680 inoremap <buffer> <silent> &A" &Auml;
6681 inoremap <buffer> <silent> &A~ &Atilde;
6682 inoremap <buffer> <silent> &A^ &Acirc;
6683 inoremap <buffer> <silent> &A' &Aacute;
6684 inoremap <buffer> <silent> &A` &Agrave;
6685 inoremap <buffer> <silent> &c| &cent;
6686 inoremap <buffer> <silent> &Y= &yen;
6687 inoremap <buffer> <silent> &# &pound;
6688 inoremap <buffer> <silent> & &nbsp;
6689 inoremap <buffer> <silent> &> &gt;
6690 inoremap <buffer> <silent> &< &lt;
6691 inoremap <buffer> <silent> &' &quot;
6692 inoremap <buffer> <silent> &tm &trade;
6693 inoremap <buffer> <silent> &rO &reg;
6694 inoremap <buffer> <silent> &cO &copy;
6695 inoremap <buffer> <silent> && &amp;
6696 inoremap <buffer> <silent> ; &nbsp;
6697 inoremap <buffer> <silent> ;la <label for=""></label>F"
6698 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
6699 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
6700 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
6701 </textarea>k$5F"i
6702 inoremap <buffer> <silent> ;og <optgroup label="">
6703 </optgroup>k$F"i
6704 inoremap <buffer> <silent> ;op <option></option>F<
6705 inoremap <buffer> <silent> ;ms <select name="" multiple>
6706 </select>O
6707 inoremap <buffer> <silent> ;se <select name="">
6708 </select>O
6709 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
6710 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
6711 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
6712 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
6713 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
6714 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
6715 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
6716 inoremap <buffer> <silent> ;fm <form action="">
6717 </form>k$F"i
6718 inoremap <buffer> <silent> ;if <iframe src="">
6719 </iframe>k$F"i
6720 inoremap <buffer> <silent> ;nf <noframes>
6721 </noframes>O
6722 inoremap <buffer> <silent> ;fr <frame src="">F"
6723 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
6724 </frameset>k$3F"i
6725 inoremap <buffer> <silent> ;th <th></th>F<
6726 inoremap <buffer> <silent> ;td <td>
6727 </td>O
6728 inoremap <buffer> <silent> ;tr <tr>
6729 </tr>O
6730 inoremap <buffer> <silent> ;tf <tfoot>
6731 </tfoot>O
6732 inoremap <buffer> <silent> ;tb <tbody>
6733 </tbody>O
6734 inoremap <buffer> <silent> ;tH <thead>
6735 </thead>O
6736 inoremap <buffer> <silent> ;ta <table>
6737 </table>O
6738 inoremap <buffer> <silent> ;ca <caption></caption>F<
6739 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
6740 </object>k$5F"i
6741 inoremap <buffer> <silent> ;ns <noscript>
6742 </noscripT>O
6743 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
6744 <noembed></noembed>k$5F"i
6745 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
6746 inoremap <buffer> <silent> ;va <var></var>F<
6747 inoremap <buffer> <silent> ;ul <ul>
6748 </ul>O
6749 inoremap <buffer> <silent> ;tt <tt></tt>F<
6750 inoremap <buffer> <silent> ;ti <title></title>F<
6751 inoremap <buffer> <silent> ;sp <sup></sup>F<
6752 inoremap <buffer> <silent> ;sb <sub></sub>F<
6753 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
6754 inoremap <buffer> <silent> ;cs <style type="text/css">
6755 <!--
6756 -->
6757 </style>kO
6758 inoremap <buffer> <silent> ;sm <small></small>F<
6759 inoremap <buffer> <silent> ;sa <samp></samp>F<
6760 inoremap <buffer> <silent> ;sk <strike></strike>F<
6761 inoremap <buffer> <silent> ;qu <q></q>F<
6762 inoremap <buffer> <silent> ;pr <pre>
6763 </pre>O
6764 inoremap <buffer> <silent> ;/p </p>
6765 
6766 <p>
6767 inoremap <buffer> <silent> ;pp <p>
6768 </p>O
6769 inoremap <buffer> <silent> ;ol <ol>
6770 </ol>O
6771 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
6772 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
6773 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
6774 inoremap <buffer> <silent> ;lk <link href="">F"
6775 inoremap <buffer> <silent> ;li <li></li>F<
6776 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
6777 inoremap <buffer> <silent> ;ii <isindex>
6778 inoremap <buffer> <silent> ;in <ins></ins>F<
6779 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
6780 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
6781 inoremap <buffer> <silent> ;ht <html>
6782 </html>O
6783 inoremap <buffer> <silent> ;Hr <hr width="75%">
6784 inoremap <buffer> <silent> ;hr <hr>
6785 inoremap <buffer> <silent> ;he <head>
6786 </head>O
6787 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
6788 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
6789 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
6790 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
6791 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
6792 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
6793 inoremap <buffer> <silent> ;h6 <h6></h6>F<
6794 inoremap <buffer> <silent> ;h5 <h5></h5>F<
6795 inoremap <buffer> <silent> ;h4 <h4></h4>F<
6796 inoremap <buffer> <silent> ;h3 <h3></h3>F<
6797 inoremap <buffer> <silent> ;h2 <h2></h2>F<
6798 inoremap <buffer> <silent> ;h1 <h1></h1>F<
6799 inoremap <buffer> <silent> ;fc <font color=""></font>F"
6800 inoremap <buffer> <silent> ;fo <font size=""></font>F"
6801 inoremap <buffer> <silent> ;sn <span></span>F<
6802 inoremap <buffer> <silent> ;dv <div>
6803 </div>O
6804 inoremap <buffer> <silent> ;df <dfn></dfn>F<
6805 inoremap <buffer> <silent> ;de <del></del>F<
6806 inoremap <buffer> <silent> ;dd <dd></dd>F<
6807 inoremap <buffer> <silent> ;dt <dt></dt>F<
6808 inoremap <buffer> <silent> ;dl <dl>
6809 </dl>O
6810 inoremap <buffer> <silent> ;co <code></code>F<
6811 inoremap <buffer> <silent> ;ci <cite></cite>F<
6812 inoremap <buffer> <silent> ;ce <center></center>F<
6813 inoremap <buffer> <silent> ;br <br>
6814 inoremap <buffer> <silent> ;bd <body>
6815 </body>O
6816 inoremap <buffer> <silent> ;bl <blockquote>
6817 </blockquote>O
6818 inoremap <buffer> <silent> ;bi <big></big>F<
6819 inoremap <buffer> <silent> ;bh <base href="">F"
6820 inoremap <buffer> <silent> ;ad <address></address>F<
6821 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
6822 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
6823 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
6824 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
6825 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
6826 inoremap <buffer> <silent> ;an <a name=""></a>F"
6827 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
6828 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
6829 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
6830 inoremap <buffer> <silent> ;ah <a href=""></a>F"
6831 imap <buffer> <silent> ;s4 ;s4
6832 imap <buffer> <silent> ;4 ;4
6833 inoremap <buffer> <silent> ;mi :call MangleImageTag()
6834 inoremap <buffer> <silent> ; 
6835 inoremap <buffer> <silent> ;& &
6836 inoremap <buffer> <silent> ;; ;
6837 setlocal keymap=
6838 setlocal noarabic
6839 setlocal autoindent
6840 setlocal balloonexpr=
6841 setlocal nobinary
6842 setlocal bufhidden=
6843 setlocal buflisted
6844 setlocal buftype=
6845 setlocal nocindent
6846 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
6847 setlocal cinoptions=
6848 setlocal cinwords=if,else,while,do,for,switch
6849 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
6850 setlocal commentstring=<!--%s-->
6851 setlocal complete=.,w,b,u,t,i
6852 setlocal completefunc=
6853 setlocal nocopyindent
6854 setlocal nocursorcolumn
6855 setlocal nocursorline
6856 setlocal define=
6857 setlocal dictionary=
6858 setlocal nodiff
6859 setlocal equalprg=
6860 setlocal errorformat=
6861 setlocal noexpandtab
6862 if &filetype != 'html'
6863 setlocal filetype=html
6864 endif
6865 setlocal foldcolumn=0
6866 setlocal foldenable
6867 setlocal foldexpr=0
6868 setlocal foldignore=#
6869 setlocal foldlevel=0
6870 setlocal foldmarker={{{,}}}
6871 setlocal foldmethod=manual
6872 setlocal foldminlines=1
6873 setlocal foldnestmax=20
6874 setlocal foldtext=foldtext()
6875 setlocal formatexpr=
6876 setlocal formatoptions=tcq
6877 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
6878 setlocal grepprg=
6879 setlocal iminsert=2
6880 setlocal imsearch=2
6881 setlocal include=
6882 setlocal includeexpr=
6883 setlocal indentexpr=
6884 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
6885 setlocal noinfercase
6886 setlocal iskeyword=@,48-57,_,192-255
6887 setlocal keywordprg=
6888 setlocal nolinebreak
6889 setlocal nolisp
6890 setlocal nolist
6891 setlocal makeprg=
6892 setlocal matchpairs=(:),{:},[:],<:>
6893 setlocal nomodeline
6894 setlocal modifiable
6895 setlocal nrformats=octal,hex
6896 setlocal nonumber
6897 setlocal numberwidth=4
6898 setlocal omnifunc=htmlcomplete#CompleteTags
6899 setlocal path=
6900 setlocal nopreserveindent
6901 setlocal nopreviewwindow
6902 setlocal quoteescape=\\
6903 setlocal noreadonly
6904 setlocal norightleft
6905 setlocal rightleftcmd=search
6906 setlocal noscrollbind
6907 setlocal shiftwidth=8
6908 setlocal noshortname
6909 setlocal nosmartindent
6910 setlocal softtabstop=0
6911 setlocal nospell
6912 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
6913 setlocal spellfile=
6914 setlocal spelllang=en
6915 setlocal statusline=
6916 setlocal suffixesadd=
6917 setlocal swapfile
6918 setlocal synmaxcol=3000
6919 if &syntax != 'html'
6920 setlocal syntax=html
6921 endif
6922 setlocal tabstop=2
6923 setlocal tags=
6924 setlocal textwidth=0
6925 setlocal thesaurus=
6926 setlocal nowinfixheight
6927 setlocal nowinfixwidth
6928 setlocal wrap
6929 setlocal wrapmargin=0
6930 silent! normal! zE
6931 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
6932 if s:l < 1 | let s:l = 1 | endif
6933 exe s:l
6934 normal! zt
6935 1
6936 normal! 0
6937 tabedit reloc-img.html
6938 set splitbelow splitright
6939 set nosplitbelow
6940 set nosplitright
6941 wincmd t
6942 set winheight=1 winwidth=1
6943 argglobal
6944 16argu
6945 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6946 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6947 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
6948 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
6949 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
6950 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
6951 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
6952 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
6953 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
6954 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
6955 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
6956 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
6957 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
6958 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
6959 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
6960 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
6961 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
6962 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
6963 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
6964 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
6965 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
6966 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
6967 nnoremap <buffer> <silent> ; 
6968 nnoremap <buffer> <silent> ;; ;
6969 vnoremap <buffer> <silent> ;; ;
6970 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
6971 inoremap <buffer> <silent> &hA &hArr;
6972 inoremap <buffer> <silent> &dA &dArr;
6973 inoremap <buffer> <silent> &rA &rArr;
6974 inoremap <buffer> <silent> &uA &uArr;
6975 inoremap <buffer> <silent> &lA &lArr;
6976 inoremap <buffer> <silent> &ha &harr;
6977 inoremap <buffer> <silent> &da &darr;
6978 inoremap <buffer> <silent> &ra &rarr;
6979 inoremap <buffer> <silent> &ua &uarr;
6980 inoremap <buffer> <silent> &la &larr;
6981 inoremap <buffer> <silent> &pv &piv;
6982 inoremap <buffer> <silent> &uh &upsih;
6983 inoremap <buffer> <silent> &ts &thetasym;
6984 inoremap <buffer> <silent> &og &omega;
6985 inoremap <buffer> <silent> &ps &psi;
6986 inoremap <buffer> <silent> &ch &chi;
6987 inoremap <buffer> <silent> &ph &phi;
6988 inoremap <buffer> <silent> &up &upsilon;
6989 inoremap <buffer> <silent> &ta &tau;
6990 inoremap <buffer> <silent> &sf &sigmaf;
6991 inoremap <buffer> <silent> &si &sigma;
6992 inoremap <buffer> <silent> &rh &rho;
6993 inoremap <buffer> <silent> &pi &pi;
6994 inoremap <buffer> <silent> &oc &omicron;
6995 inoremap <buffer> <silent> &xi &xi;
6996 inoremap <buffer> <silent> &nu &nu;
6997 inoremap <buffer> <silent> &mu &mu;
6998 inoremap <buffer> <silent> &lm &lambda;
6999 inoremap <buffer> <silent> &ka &kappa;
7000 inoremap <buffer> <silent> &io &iota;
7001 inoremap <buffer> <silent> &th &theta;
7002 inoremap <buffer> <silent> &et &eta;
7003 inoremap <buffer> <silent> &ze &zeta;
7004 inoremap <buffer> <silent> &ep &epsilon;
7005 inoremap <buffer> <silent> &de &delta;
7006 inoremap <buffer> <silent> &ga &gamma;
7007 inoremap <buffer> <silent> &be &beta;
7008 inoremap <buffer> <silent> &al &alpha;
7009 inoremap <buffer> <silent> &Ps &Psi;
7010 inoremap <buffer> <silent> &Ch &Chi;
7011 inoremap <buffer> <silent> &Ph &Phi;
7012 inoremap <buffer> <silent> &Up &Upsilon;
7013 inoremap <buffer> <silent> &Ta &Tau;
7014 inoremap <buffer> <silent> &Si &Sigma;
7015 inoremap <buffer> <silent> &Rh &Rho;
7016 inoremap <buffer> <silent> &Pi &Pi;
7017 inoremap <buffer> <silent> &Oc &Omicron;
7018 inoremap <buffer> <silent> &Xi &Xi;
7019 inoremap <buffer> <silent> &Nu &Nu;
7020 inoremap <buffer> <silent> &Mu &Mu;
7021 inoremap <buffer> <silent> &Lm &Lambda;
7022 inoremap <buffer> <silent> &Ka &Kappa;
7023 inoremap <buffer> <silent> &Io &Iota;
7024 inoremap <buffer> <silent> &Th &Theta;
7025 inoremap <buffer> <silent> &Et &Eta;
7026 inoremap <buffer> <silent> &Ze &Zeta;
7027 inoremap <buffer> <silent> &Ep &Epsilon;
7028 inoremap <buffer> <silent> &De &Delta;
7029 inoremap <buffer> <silent> &Ga &Gamma;
7030 inoremap <buffer> <silent> &Be &Beta;
7031 inoremap <buffer> <silent> &Al &Alpha;
7032 inoremap <buffer> <silent> &3. &hellip;
7033 inoremap <buffer> <silent> &-- &mdash;
7034 inoremap <buffer> <silent> &3- &mdash;
7035 inoremap <buffer> <silent> &m- &mdash;
7036 inoremap <buffer> <silent> &2- &ndash;
7037 inoremap <buffer> <silent> &n- &ndash;
7038 inoremap <buffer> <silent> &34 &frac34;
7039 inoremap <buffer> <silent> &12 &frac12;
7040 inoremap <buffer> <silent> &14 &frac14;
7041 inoremap <buffer> <silent> &. &middot;
7042 inoremap <buffer> <silent> &pa &para;
7043 inoremap <buffer> <silent> &mi &micro;
7044 inoremap <buffer> <silent> &dg &deg;
7045 inoremap <buffer> <silent> &? &iquest;
7046 inoremap <buffer> <silent> &! &iexcl;
7047 inoremap <buffer> <silent> &sz &szlig;
7048 inoremap <buffer> <silent> &o/ &oslash;
7049 inoremap <buffer> <silent> &/ &divide;
7050 inoremap <buffer> <silent> &" &uml;
7051 inoremap <buffer> <silent> &2> &raquo;
7052 inoremap <buffer> <silent> &2< &laquo;
7053 inoremap <buffer> <silent> &y" &yuml;
7054 inoremap <buffer> <silent> &y' &yacute;
7055 inoremap <buffer> <silent> &u" &uuml;
7056 inoremap <buffer> <silent> &u^ &ucirc;
7057 inoremap <buffer> <silent> &u' &uacute;
7058 inoremap <buffer> <silent> &u` &ugrave;
7059 inoremap <buffer> <silent> &x &times;
7060 inoremap <buffer> <silent> &o" &ouml;
7061 inoremap <buffer> <silent> &o~ &otilde;
7062 inoremap <buffer> <silent> &o^ &ocirc;
7063 inoremap <buffer> <silent> &o' &oacute;
7064 inoremap <buffer> <silent> &o` &ograve;
7065 inoremap <buffer> <silent> &n~ &ntilde;
7066 inoremap <buffer> <silent> &i" &iuml;
7067 inoremap <buffer> <silent> &i^ &icirc;
7068 inoremap <buffer> <silent> &i' &iacute;
7069 inoremap <buffer> <silent> &i` &igrave;
7070 inoremap <buffer> <silent> &e" &euml;
7071 inoremap <buffer> <silent> &e^ &ecirc;
7072 inoremap <buffer> <silent> &e' &eacute;
7073 inoremap <buffer> <silent> &e` &egrave;
7074 inoremap <buffer> <silent> &c, &ccedil;
7075 inoremap <buffer> <silent> &ae &aelig;
7076 inoremap <buffer> <silent> &ao &aring;
7077 inoremap <buffer> <silent> &a" &auml;
7078 inoremap <buffer> <silent> &a~ &atilde;
7079 inoremap <buffer> <silent> &a^ &acirc;
7080 inoremap <buffer> <silent> &a' &aacute;
7081 inoremap <buffer> <silent> &a` &agrave;
7082 inoremap <buffer> <silent> &Y' &Yacute;
7083 inoremap <buffer> <silent> &U" &Uuml;
7084 inoremap <buffer> <silent> &U^ &Ucirc;
7085 inoremap <buffer> <silent> &U' &Uacute;
7086 inoremap <buffer> <silent> &U` &Ugrave;
7087 inoremap <buffer> <silent> &O/ &Oslash;
7088 inoremap <buffer> <silent> &O" &Ouml;
7089 inoremap <buffer> <silent> &O~ &Otilde;
7090 inoremap <buffer> <silent> &O^ &Ocirc;
7091 inoremap <buffer> <silent> &O' &Oacute;
7092 inoremap <buffer> <silent> &O` &Ograve;
7093 inoremap <buffer> <silent> &N~ &Ntilde;
7094 inoremap <buffer> <silent> &I" &Iuml;
7095 inoremap <buffer> <silent> &I^ &Icirc;
7096 inoremap <buffer> <silent> &I' &Iacute;
7097 inoremap <buffer> <silent> &I` &Igrave;
7098 inoremap <buffer> <silent> &E" &Euml;
7099 inoremap <buffer> <silent> &E^ &Ecirc;
7100 inoremap <buffer> <silent> &E' &Eacute;
7101 inoremap <buffer> <silent> &E` &Egrave;
7102 inoremap <buffer> <silent> &C, &Ccedil;
7103 inoremap <buffer> <silent> &AE &AElig;
7104 inoremap <buffer> <silent> &Ao &Aring;
7105 inoremap <buffer> <silent> &A" &Auml;
7106 inoremap <buffer> <silent> &A~ &Atilde;
7107 inoremap <buffer> <silent> &A^ &Acirc;
7108 inoremap <buffer> <silent> &A' &Aacute;
7109 inoremap <buffer> <silent> &A` &Agrave;
7110 inoremap <buffer> <silent> &c| &cent;
7111 inoremap <buffer> <silent> &Y= &yen;
7112 inoremap <buffer> <silent> &# &pound;
7113 inoremap <buffer> <silent> & &nbsp;
7114 inoremap <buffer> <silent> &> &gt;
7115 inoremap <buffer> <silent> &< &lt;
7116 inoremap <buffer> <silent> &' &quot;
7117 inoremap <buffer> <silent> &tm &trade;
7118 inoremap <buffer> <silent> &rO &reg;
7119 inoremap <buffer> <silent> &cO &copy;
7120 inoremap <buffer> <silent> && &amp;
7121 inoremap <buffer> <silent> ; &nbsp;
7122 inoremap <buffer> <silent> ;la <label for=""></label>F"
7123 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
7124 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
7125 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
7126 </textarea>k$5F"i
7127 inoremap <buffer> <silent> ;og <optgroup label="">
7128 </optgroup>k$F"i
7129 inoremap <buffer> <silent> ;op <option></option>F<
7130 inoremap <buffer> <silent> ;ms <select name="" multiple>
7131 </select>O
7132 inoremap <buffer> <silent> ;se <select name="">
7133 </select>O
7134 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
7135 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
7136 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
7137 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
7138 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
7139 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
7140 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
7141 inoremap <buffer> <silent> ;fm <form action="">
7142 </form>k$F"i
7143 inoremap <buffer> <silent> ;if <iframe src="">
7144 </iframe>k$F"i
7145 inoremap <buffer> <silent> ;nf <noframes>
7146 </noframes>O
7147 inoremap <buffer> <silent> ;fr <frame src="">F"
7148 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
7149 </frameset>k$3F"i
7150 inoremap <buffer> <silent> ;th <th></th>F<
7151 inoremap <buffer> <silent> ;td <td>
7152 </td>O
7153 inoremap <buffer> <silent> ;tr <tr>
7154 </tr>O
7155 inoremap <buffer> <silent> ;tf <tfoot>
7156 </tfoot>O
7157 inoremap <buffer> <silent> ;tb <tbody>
7158 </tbody>O
7159 inoremap <buffer> <silent> ;tH <thead>
7160 </thead>O
7161 inoremap <buffer> <silent> ;ta <table>
7162 </table>O
7163 inoremap <buffer> <silent> ;ca <caption></caption>F<
7164 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
7165 </object>k$5F"i
7166 inoremap <buffer> <silent> ;ns <noscript>
7167 </noscripT>O
7168 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
7169 <noembed></noembed>k$5F"i
7170 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
7171 inoremap <buffer> <silent> ;va <var></var>F<
7172 inoremap <buffer> <silent> ;ul <ul>
7173 </ul>O
7174 inoremap <buffer> <silent> ;tt <tt></tt>F<
7175 inoremap <buffer> <silent> ;ti <title></title>F<
7176 inoremap <buffer> <silent> ;sp <sup></sup>F<
7177 inoremap <buffer> <silent> ;sb <sub></sub>F<
7178 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
7179 inoremap <buffer> <silent> ;cs <style type="text/css">
7180 <!--
7181 -->
7182 </style>kO
7183 inoremap <buffer> <silent> ;sm <small></small>F<
7184 inoremap <buffer> <silent> ;sa <samp></samp>F<
7185 inoremap <buffer> <silent> ;sk <strike></strike>F<
7186 inoremap <buffer> <silent> ;qu <q></q>F<
7187 inoremap <buffer> <silent> ;pr <pre>
7188 </pre>O
7189 inoremap <buffer> <silent> ;/p </p>
7190 
7191 <p>
7192 inoremap <buffer> <silent> ;pp <p>
7193 </p>O
7194 inoremap <buffer> <silent> ;ol <ol>
7195 </ol>O
7196 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
7197 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
7198 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
7199 inoremap <buffer> <silent> ;lk <link href="">F"
7200 inoremap <buffer> <silent> ;li <li></li>F<
7201 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
7202 inoremap <buffer> <silent> ;ii <isindex>
7203 inoremap <buffer> <silent> ;in <ins></ins>F<
7204 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
7205 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
7206 inoremap <buffer> <silent> ;ht <html>
7207 </html>O
7208 inoremap <buffer> <silent> ;Hr <hr width="75%">
7209 inoremap <buffer> <silent> ;hr <hr>
7210 inoremap <buffer> <silent> ;he <head>
7211 </head>O
7212 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
7213 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
7214 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
7215 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
7216 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
7217 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
7218 inoremap <buffer> <silent> ;h6 <h6></h6>F<
7219 inoremap <buffer> <silent> ;h5 <h5></h5>F<
7220 inoremap <buffer> <silent> ;h4 <h4></h4>F<
7221 inoremap <buffer> <silent> ;h3 <h3></h3>F<
7222 inoremap <buffer> <silent> ;h2 <h2></h2>F<
7223 inoremap <buffer> <silent> ;h1 <h1></h1>F<
7224 inoremap <buffer> <silent> ;fc <font color=""></font>F"
7225 inoremap <buffer> <silent> ;fo <font size=""></font>F"
7226 inoremap <buffer> <silent> ;sn <span></span>F<
7227 inoremap <buffer> <silent> ;dv <div>
7228 </div>O
7229 inoremap <buffer> <silent> ;df <dfn></dfn>F<
7230 inoremap <buffer> <silent> ;de <del></del>F<
7231 inoremap <buffer> <silent> ;dd <dd></dd>F<
7232 inoremap <buffer> <silent> ;dt <dt></dt>F<
7233 inoremap <buffer> <silent> ;dl <dl>
7234 </dl>O
7235 inoremap <buffer> <silent> ;co <code></code>F<
7236 inoremap <buffer> <silent> ;ci <cite></cite>F<
7237 inoremap <buffer> <silent> ;ce <center></center>F<
7238 inoremap <buffer> <silent> ;br <br>
7239 inoremap <buffer> <silent> ;bd <body>
7240 </body>O
7241 inoremap <buffer> <silent> ;bl <blockquote>
7242 </blockquote>O
7243 inoremap <buffer> <silent> ;bi <big></big>F<
7244 inoremap <buffer> <silent> ;bh <base href="">F"
7245 inoremap <buffer> <silent> ;ad <address></address>F<
7246 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
7247 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
7248 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
7249 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
7250 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
7251 inoremap <buffer> <silent> ;an <a name=""></a>F"
7252 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
7253 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
7254 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
7255 inoremap <buffer> <silent> ;ah <a href=""></a>F"
7256 imap <buffer> <silent> ;s4 ;s4
7257 imap <buffer> <silent> ;4 ;4
7258 inoremap <buffer> <silent> ;mi :call MangleImageTag()
7259 inoremap <buffer> <silent> ; 
7260 inoremap <buffer> <silent> ;& &
7261 inoremap <buffer> <silent> ;; ;
7262 setlocal keymap=
7263 setlocal noarabic
7264 setlocal autoindent
7265 setlocal balloonexpr=
7266 setlocal nobinary
7267 setlocal bufhidden=
7268 setlocal buflisted
7269 setlocal buftype=
7270 setlocal nocindent
7271 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
7272 setlocal cinoptions=
7273 setlocal cinwords=if,else,while,do,for,switch
7274 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
7275 setlocal commentstring=<!--%s-->
7276 setlocal complete=.,w,b,u,t,i
7277 setlocal completefunc=
7278 setlocal nocopyindent
7279 setlocal nocursorcolumn
7280 setlocal nocursorline
7281 setlocal define=
7282 setlocal dictionary=
7283 setlocal nodiff
7284 setlocal equalprg=
7285 setlocal errorformat=
7286 setlocal noexpandtab
7287 if &filetype != 'html'
7288 setlocal filetype=html
7289 endif
7290 setlocal foldcolumn=0
7291 setlocal foldenable
7292 setlocal foldexpr=0
7293 setlocal foldignore=#
7294 setlocal foldlevel=0
7295 setlocal foldmarker={{{,}}}
7296 setlocal foldmethod=manual
7297 setlocal foldminlines=1
7298 setlocal foldnestmax=20
7299 setlocal foldtext=foldtext()
7300 setlocal formatexpr=
7301 setlocal formatoptions=tcq
7302 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
7303 setlocal grepprg=
7304 setlocal iminsert=2
7305 setlocal imsearch=2
7306 setlocal include=
7307 setlocal includeexpr=
7308 setlocal indentexpr=
7309 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
7310 setlocal noinfercase
7311 setlocal iskeyword=@,48-57,_,192-255
7312 setlocal keywordprg=
7313 setlocal nolinebreak
7314 setlocal nolisp
7315 setlocal nolist
7316 setlocal makeprg=
7317 setlocal matchpairs=(:),{:},[:],<:>
7318 setlocal nomodeline
7319 setlocal modifiable
7320 setlocal nrformats=octal,hex
7321 setlocal nonumber
7322 setlocal numberwidth=4
7323 setlocal omnifunc=htmlcomplete#CompleteTags
7324 setlocal path=
7325 setlocal nopreserveindent
7326 setlocal nopreviewwindow
7327 setlocal quoteescape=\\
7328 setlocal noreadonly
7329 setlocal norightleft
7330 setlocal rightleftcmd=search
7331 setlocal noscrollbind
7332 setlocal shiftwidth=8
7333 setlocal noshortname
7334 setlocal nosmartindent
7335 setlocal softtabstop=0
7336 setlocal nospell
7337 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
7338 setlocal spellfile=
7339 setlocal spelllang=en
7340 setlocal statusline=
7341 setlocal suffixesadd=
7342 setlocal swapfile
7343 setlocal synmaxcol=3000
7344 if &syntax != 'html'
7345 setlocal syntax=html
7346 endif
7347 setlocal tabstop=2
7348 setlocal tags=
7349 setlocal textwidth=0
7350 setlocal thesaurus=
7351 setlocal nowinfixheight
7352 setlocal nowinfixwidth
7353 setlocal wrap
7354 setlocal wrapmargin=0
7355 silent! normal! zE
7356 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
7357 if s:l < 1 | let s:l = 1 | endif
7358 exe s:l
7359 normal! zt
7360 1
7361 normal! 0
7362 tabedit restoration.html
7363 set splitbelow splitright
7364 set nosplitbelow
7365 set nosplitright
7366 wincmd t
7367 set winheight=1 winwidth=1
7368 argglobal
7369 17argu
7370 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
7371 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
7372 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
7373 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
7374 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
7375 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
7376 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
7377 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
7378 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
7379 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
7380 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
7381 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
7382 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
7383 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
7384 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
7385 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
7386 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
7387 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
7388 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
7389 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
7390 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
7391 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
7392 nnoremap <buffer> <silent> ; 
7393 nnoremap <buffer> <silent> ;; ;
7394 vnoremap <buffer> <silent> ;; ;
7395 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
7396 inoremap <buffer> <silent> &hA &hArr;
7397 inoremap <buffer> <silent> &dA &dArr;
7398 inoremap <buffer> <silent> &rA &rArr;
7399 inoremap <buffer> <silent> &uA &uArr;
7400 inoremap <buffer> <silent> &lA &lArr;
7401 inoremap <buffer> <silent> &ha &harr;
7402 inoremap <buffer> <silent> &da &darr;
7403 inoremap <buffer> <silent> &ra &rarr;
7404 inoremap <buffer> <silent> &ua &uarr;
7405 inoremap <buffer> <silent> &la &larr;
7406 inoremap <buffer> <silent> &pv &piv;
7407 inoremap <buffer> <silent> &uh &upsih;
7408 inoremap <buffer> <silent> &ts &thetasym;
7409 inoremap <buffer> <silent> &og &omega;
7410 inoremap <buffer> <silent> &ps &psi;
7411 inoremap <buffer> <silent> &ch &chi;
7412 inoremap <buffer> <silent> &ph &phi;
7413 inoremap <buffer> <silent> &up &upsilon;
7414 inoremap <buffer> <silent> &ta &tau;
7415 inoremap <buffer> <silent> &sf &sigmaf;
7416 inoremap <buffer> <silent> &si &sigma;
7417 inoremap <buffer> <silent> &rh &rho;
7418 inoremap <buffer> <silent> &pi &pi;
7419 inoremap <buffer> <silent> &oc &omicron;
7420 inoremap <buffer> <silent> &xi &xi;
7421 inoremap <buffer> <silent> &nu &nu;
7422 inoremap <buffer> <silent> &mu &mu;
7423 inoremap <buffer> <silent> &lm &lambda;
7424 inoremap <buffer> <silent> &ka &kappa;
7425 inoremap <buffer> <silent> &io &iota;
7426 inoremap <buffer> <silent> &th &theta;
7427 inoremap <buffer> <silent> &et &eta;
7428 inoremap <buffer> <silent> &ze &zeta;
7429 inoremap <buffer> <silent> &ep &epsilon;
7430 inoremap <buffer> <silent> &de &delta;
7431 inoremap <buffer> <silent> &ga &gamma;
7432 inoremap <buffer> <silent> &be &beta;
7433 inoremap <buffer> <silent> &al &alpha;
7434 inoremap <buffer> <silent> &Ps &Psi;
7435 inoremap <buffer> <silent> &Ch &Chi;
7436 inoremap <buffer> <silent> &Ph &Phi;
7437 inoremap <buffer> <silent> &Up &Upsilon;
7438 inoremap <buffer> <silent> &Ta &Tau;
7439 inoremap <buffer> <silent> &Si &Sigma;
7440 inoremap <buffer> <silent> &Rh &Rho;
7441 inoremap <buffer> <silent> &Pi &Pi;
7442 inoremap <buffer> <silent> &Oc &Omicron;
7443 inoremap <buffer> <silent> &Xi &Xi;
7444 inoremap <buffer> <silent> &Nu &Nu;
7445 inoremap <buffer> <silent> &Mu &Mu;
7446 inoremap <buffer> <silent> &Lm &Lambda;
7447 inoremap <buffer> <silent> &Ka &Kappa;
7448 inoremap <buffer> <silent> &Io &Iota;
7449 inoremap <buffer> <silent> &Th &Theta;
7450 inoremap <buffer> <silent> &Et &Eta;
7451 inoremap <buffer> <silent> &Ze &Zeta;
7452 inoremap <buffer> <silent> &Ep &Epsilon;
7453 inoremap <buffer> <silent> &De &Delta;
7454 inoremap <buffer> <silent> &Ga &Gamma;
7455 inoremap <buffer> <silent> &Be &Beta;
7456 inoremap <buffer> <silent> &Al &Alpha;
7457 inoremap <buffer> <silent> &3. &hellip;
7458 inoremap <buffer> <silent> &-- &mdash;
7459 inoremap <buffer> <silent> &3- &mdash;
7460 inoremap <buffer> <silent> &m- &mdash;
7461 inoremap <buffer> <silent> &2- &ndash;
7462 inoremap <buffer> <silent> &n- &ndash;
7463 inoremap <buffer> <silent> &34 &frac34;
7464 inoremap <buffer> <silent> &12 &frac12;
7465 inoremap <buffer> <silent> &14 &frac14;
7466 inoremap <buffer> <silent> &. &middot;
7467 inoremap <buffer> <silent> &pa &para;
7468 inoremap <buffer> <silent> &mi &micro;
7469 inoremap <buffer> <silent> &dg &deg;
7470 inoremap <buffer> <silent> &? &iquest;
7471 inoremap <buffer> <silent> &! &iexcl;
7472 inoremap <buffer> <silent> &sz &szlig;
7473 inoremap <buffer> <silent> &o/ &oslash;
7474 inoremap <buffer> <silent> &/ &divide;
7475 inoremap <buffer> <silent> &" &uml;
7476 inoremap <buffer> <silent> &2> &raquo;
7477 inoremap <buffer> <silent> &2< &laquo;
7478 inoremap <buffer> <silent> &y" &yuml;
7479 inoremap <buffer> <silent> &y' &yacute;
7480 inoremap <buffer> <silent> &u" &uuml;
7481 inoremap <buffer> <silent> &u^ &ucirc;
7482 inoremap <buffer> <silent> &u' &uacute;
7483 inoremap <buffer> <silent> &u` &ugrave;
7484 inoremap <buffer> <silent> &x &times;
7485 inoremap <buffer> <silent> &o" &ouml;
7486 inoremap <buffer> <silent> &o~ &otilde;
7487 inoremap <buffer> <silent> &o^ &ocirc;
7488 inoremap <buffer> <silent> &o' &oacute;
7489 inoremap <buffer> <silent> &o` &ograve;
7490 inoremap <buffer> <silent> &n~ &ntilde;
7491 inoremap <buffer> <silent> &i" &iuml;
7492 inoremap <buffer> <silent> &i^ &icirc;
7493 inoremap <buffer> <silent> &i' &iacute;
7494 inoremap <buffer> <silent> &i` &igrave;
7495 inoremap <buffer> <silent> &e" &euml;
7496 inoremap <buffer> <silent> &e^ &ecirc;
7497 inoremap <buffer> <silent> &e' &eacute;
7498 inoremap <buffer> <silent> &e` &egrave;
7499 inoremap <buffer> <silent> &c, &ccedil;
7500 inoremap <buffer> <silent> &ae &aelig;
7501 inoremap <buffer> <silent> &ao &aring;
7502 inoremap <buffer> <silent> &a" &auml;
7503 inoremap <buffer> <silent> &a~ &atilde;
7504 inoremap <buffer> <silent> &a^ &acirc;
7505 inoremap <buffer> <silent> &a' &aacute;
7506 inoremap <buffer> <silent> &a` &agrave;
7507 inoremap <buffer> <silent> &Y' &Yacute;
7508 inoremap <buffer> <silent> &U" &Uuml;
7509 inoremap <buffer> <silent> &U^ &Ucirc;
7510 inoremap <buffer> <silent> &U' &Uacute;
7511 inoremap <buffer> <silent> &U` &Ugrave;
7512 inoremap <buffer> <silent> &O/ &Oslash;
7513 inoremap <buffer> <silent> &O" &Ouml;
7514 inoremap <buffer> <silent> &O~ &Otilde;
7515 inoremap <buffer> <silent> &O^ &Ocirc;
7516 inoremap <buffer> <silent> &O' &Oacute;
7517 inoremap <buffer> <silent> &O` &Ograve;
7518 inoremap <buffer> <silent> &N~ &Ntilde;
7519 inoremap <buffer> <silent> &I" &Iuml;
7520 inoremap <buffer> <silent> &I^ &Icirc;
7521 inoremap <buffer> <silent> &I' &Iacute;
7522 inoremap <buffer> <silent> &I` &Igrave;
7523 inoremap <buffer> <silent> &E" &Euml;
7524 inoremap <buffer> <silent> &E^ &Ecirc;
7525 inoremap <buffer> <silent> &E' &Eacute;
7526 inoremap <buffer> <silent> &E` &Egrave;
7527 inoremap <buffer> <silent> &C, &Ccedil;
7528 inoremap <buffer> <silent> &AE &AElig;
7529 inoremap <buffer> <silent> &Ao &Aring;
7530 inoremap <buffer> <silent> &A" &Auml;
7531 inoremap <buffer> <silent> &A~ &Atilde;
7532 inoremap <buffer> <silent> &A^ &Acirc;
7533 inoremap <buffer> <silent> &A' &Aacute;
7534 inoremap <buffer> <silent> &A` &Agrave;
7535 inoremap <buffer> <silent> &c| &cent;
7536 inoremap <buffer> <silent> &Y= &yen;
7537 inoremap <buffer> <silent> &# &pound;
7538 inoremap <buffer> <silent> & &nbsp;
7539 inoremap <buffer> <silent> &> &gt;
7540 inoremap <buffer> <silent> &< &lt;
7541 inoremap <buffer> <silent> &' &quot;
7542 inoremap <buffer> <silent> &tm &trade;
7543 inoremap <buffer> <silent> &rO &reg;
7544 inoremap <buffer> <silent> &cO &copy;
7545 inoremap <buffer> <silent> && &amp;
7546 inoremap <buffer> <silent> ; &nbsp;
7547 inoremap <buffer> <silent> ;la <label for=""></label>F"
7548 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
7549 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
7550 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
7551 </textarea>k$5F"i
7552 inoremap <buffer> <silent> ;og <optgroup label="">
7553 </optgroup>k$F"i
7554 inoremap <buffer> <silent> ;op <option></option>F<
7555 inoremap <buffer> <silent> ;ms <select name="" multiple>
7556 </select>O
7557 inoremap <buffer> <silent> ;se <select name="">
7558 </select>O
7559 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
7560 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
7561 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
7562 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
7563 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
7564 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
7565 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
7566 inoremap <buffer> <silent> ;fm <form action="">
7567 </form>k$F"i
7568 inoremap <buffer> <silent> ;if <iframe src="">
7569 </iframe>k$F"i
7570 inoremap <buffer> <silent> ;nf <noframes>
7571 </noframes>O
7572 inoremap <buffer> <silent> ;fr <frame src="">F"
7573 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
7574 </frameset>k$3F"i
7575 inoremap <buffer> <silent> ;th <th></th>F<
7576 inoremap <buffer> <silent> ;td <td>
7577 </td>O
7578 inoremap <buffer> <silent> ;tr <tr>
7579 </tr>O
7580 inoremap <buffer> <silent> ;tf <tfoot>
7581 </tfoot>O
7582 inoremap <buffer> <silent> ;tb <tbody>
7583 </tbody>O
7584 inoremap <buffer> <silent> ;tH <thead>
7585 </thead>O
7586 inoremap <buffer> <silent> ;ta <table>
7587 </table>O
7588 inoremap <buffer> <silent> ;ca <caption></caption>F<
7589 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
7590 </object>k$5F"i
7591 inoremap <buffer> <silent> ;ns <noscript>
7592 </noscripT>O
7593 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
7594 <noembed></noembed>k$5F"i
7595 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
7596 inoremap <buffer> <silent> ;va <var></var>F<
7597 inoremap <buffer> <silent> ;ul <ul>
7598 </ul>O
7599 inoremap <buffer> <silent> ;tt <tt></tt>F<
7600 inoremap <buffer> <silent> ;ti <title></title>F<
7601 inoremap <buffer> <silent> ;sp <sup></sup>F<
7602 inoremap <buffer> <silent> ;sb <sub></sub>F<
7603 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
7604 inoremap <buffer> <silent> ;cs <style type="text/css">
7605 <!--
7606 -->
7607 </style>kO
7608 inoremap <buffer> <silent> ;sm <small></small>F<
7609 inoremap <buffer> <silent> ;sa <samp></samp>F<
7610 inoremap <buffer> <silent> ;sk <strike></strike>F<
7611 inoremap <buffer> <silent> ;qu <q></q>F<
7612 inoremap <buffer> <silent> ;pr <pre>
7613 </pre>O
7614 inoremap <buffer> <silent> ;/p </p>
7615 
7616 <p>
7617 inoremap <buffer> <silent> ;pp <p>
7618 </p>O
7619 inoremap <buffer> <silent> ;ol <ol>
7620 </ol>O
7621 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
7622 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
7623 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
7624 inoremap <buffer> <silent> ;lk <link href="">F"
7625 inoremap <buffer> <silent> ;li <li></li>F<
7626 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
7627 inoremap <buffer> <silent> ;ii <isindex>
7628 inoremap <buffer> <silent> ;in <ins></ins>F<
7629 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
7630 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
7631 inoremap <buffer> <silent> ;ht <html>
7632 </html>O
7633 inoremap <buffer> <silent> ;Hr <hr width="75%">
7634 inoremap <buffer> <silent> ;hr <hr>
7635 inoremap <buffer> <silent> ;he <head>
7636 </head>O
7637 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
7638 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
7639 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
7640 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
7641 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
7642 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
7643 inoremap <buffer> <silent> ;h6 <h6></h6>F<
7644 inoremap <buffer> <silent> ;h5 <h5></h5>F<
7645 inoremap <buffer> <silent> ;h4 <h4></h4>F<
7646 inoremap <buffer> <silent> ;h3 <h3></h3>F<
7647 inoremap <buffer> <silent> ;h2 <h2></h2>F<
7648 inoremap <buffer> <silent> ;h1 <h1></h1>F<
7649 inoremap <buffer> <silent> ;fc <font color=""></font>F"
7650 inoremap <buffer> <silent> ;fo <font size=""></font>F"
7651 inoremap <buffer> <silent> ;sn <span></span>F<
7652 inoremap <buffer> <silent> ;dv <div>
7653 </div>O
7654 inoremap <buffer> <silent> ;df <dfn></dfn>F<
7655 inoremap <buffer> <silent> ;de <del></del>F<
7656 inoremap <buffer> <silent> ;dd <dd></dd>F<
7657 inoremap <buffer> <silent> ;dt <dt></dt>F<
7658 inoremap <buffer> <silent> ;dl <dl>
7659 </dl>O
7660 inoremap <buffer> <silent> ;co <code></code>F<
7661 inoremap <buffer> <silent> ;ci <cite></cite>F<
7662 inoremap <buffer> <silent> ;ce <center></center>F<
7663 inoremap <buffer> <silent> ;br <br>
7664 inoremap <buffer> <silent> ;bd <body>
7665 </body>O
7666 inoremap <buffer> <silent> ;bl <blockquote>
7667 </blockquote>O
7668 inoremap <buffer> <silent> ;bi <big></big>F<
7669 inoremap <buffer> <silent> ;bh <base href="">F"
7670 inoremap <buffer> <silent> ;ad <address></address>F<
7671 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
7672 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
7673 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
7674 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
7675 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
7676 inoremap <buffer> <silent> ;an <a name=""></a>F"
7677 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
7678 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
7679 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
7680 inoremap <buffer> <silent> ;ah <a href=""></a>F"
7681 imap <buffer> <silent> ;s4 ;s4
7682 imap <buffer> <silent> ;4 ;4
7683 inoremap <buffer> <silent> ;mi :call MangleImageTag()
7684 inoremap <buffer> <silent> ; 
7685 inoremap <buffer> <silent> ;& &
7686 inoremap <buffer> <silent> ;; ;
7687 setlocal keymap=
7688 setlocal noarabic
7689 setlocal autoindent
7690 setlocal balloonexpr=
7691 setlocal nobinary
7692 setlocal bufhidden=
7693 setlocal buflisted
7694 setlocal buftype=
7695 setlocal nocindent
7696 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
7697 setlocal cinoptions=
7698 setlocal cinwords=if,else,while,do,for,switch
7699 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
7700 setlocal commentstring=<!--%s-->
7701 setlocal complete=.,w,b,u,t,i
7702 setlocal completefunc=
7703 setlocal nocopyindent
7704 setlocal nocursorcolumn
7705 setlocal nocursorline
7706 setlocal define=
7707 setlocal dictionary=
7708 setlocal nodiff
7709 setlocal equalprg=
7710 setlocal errorformat=
7711 setlocal noexpandtab
7712 if &filetype != 'html'
7713 setlocal filetype=html
7714 endif
7715 setlocal foldcolumn=0
7716 setlocal foldenable
7717 setlocal foldexpr=0
7718 setlocal foldignore=#
7719 setlocal foldlevel=0
7720 setlocal foldmarker={{{,}}}
7721 setlocal foldmethod=manual
7722 setlocal foldminlines=1
7723 setlocal foldnestmax=20
7724 setlocal foldtext=foldtext()
7725 setlocal formatexpr=
7726 setlocal formatoptions=tcq
7727 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
7728 setlocal grepprg=
7729 setlocal iminsert=2
7730 setlocal imsearch=2
7731 setlocal include=
7732 setlocal includeexpr=
7733 setlocal indentexpr=
7734 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
7735 setlocal noinfercase
7736 setlocal iskeyword=@,48-57,_,192-255
7737 setlocal keywordprg=
7738 setlocal nolinebreak
7739 setlocal nolisp
7740 setlocal nolist
7741 setlocal makeprg=
7742 setlocal matchpairs=(:),{:},[:],<:>
7743 setlocal nomodeline
7744 setlocal modifiable
7745 setlocal nrformats=octal,hex
7746 setlocal nonumber
7747 setlocal numberwidth=4
7748 setlocal omnifunc=htmlcomplete#CompleteTags
7749 setlocal path=
7750 setlocal nopreserveindent
7751 setlocal nopreviewwindow
7752 setlocal quoteescape=\\
7753 setlocal noreadonly
7754 setlocal norightleft
7755 setlocal rightleftcmd=search
7756 setlocal noscrollbind
7757 setlocal shiftwidth=8
7758 setlocal noshortname
7759 setlocal nosmartindent
7760 setlocal softtabstop=0
7761 setlocal nospell
7762 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
7763 setlocal spellfile=
7764 setlocal spelllang=en
7765 setlocal statusline=
7766 setlocal suffixesadd=
7767 setlocal swapfile
7768 setlocal synmaxcol=3000
7769 if &syntax != 'html'
7770 setlocal syntax=html
7771 endif
7772 setlocal tabstop=2
7773 setlocal tags=
7774 setlocal textwidth=0
7775 setlocal thesaurus=
7776 setlocal nowinfixheight
7777 setlocal nowinfixwidth
7778 setlocal wrap
7779 setlocal wrapmargin=0
7780 silent! normal! zE
7781 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
7782 if s:l < 1 | let s:l = 1 | endif
7783 exe s:l
7784 normal! zt
7785 1
7786 normal! 0
7787 tabedit restore-burn.html
7788 set splitbelow splitright
7789 set nosplitbelow
7790 set nosplitright
7791 wincmd t
7792 set winheight=1 winwidth=1
7793 argglobal
7794 18argu
7795 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
7796 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
7797 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
7798 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
7799 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
7800 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
7801 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
7802 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
7803 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
7804 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
7805 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
7806 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
7807 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
7808 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
7809 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
7810 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
7811 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
7812 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
7813 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
7814 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
7815 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
7816 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
7817 nnoremap <buffer> <silent> ; 
7818 nnoremap <buffer> <silent> ;; ;
7819 vnoremap <buffer> <silent> ;; ;
7820 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
7821 inoremap <buffer> <silent> &hA &hArr;
7822 inoremap <buffer> <silent> &dA &dArr;
7823 inoremap <buffer> <silent> &rA &rArr;
7824 inoremap <buffer> <silent> &uA &uArr;
7825 inoremap <buffer> <silent> &lA &lArr;
7826 inoremap <buffer> <silent> &ha &harr;
7827 inoremap <buffer> <silent> &da &darr;
7828 inoremap <buffer> <silent> &ra &rarr;
7829 inoremap <buffer> <silent> &ua &uarr;
7830 inoremap <buffer> <silent> &la &larr;
7831 inoremap <buffer> <silent> &pv &piv;
7832 inoremap <buffer> <silent> &uh &upsih;
7833 inoremap <buffer> <silent> &ts &thetasym;
7834 inoremap <buffer> <silent> &og &omega;
7835 inoremap <buffer> <silent> &ps &psi;
7836 inoremap <buffer> <silent> &ch &chi;
7837 inoremap <buffer> <silent> &ph &phi;
7838 inoremap <buffer> <silent> &up &upsilon;
7839 inoremap <buffer> <silent> &ta &tau;
7840 inoremap <buffer> <silent> &sf &sigmaf;
7841 inoremap <buffer> <silent> &si &sigma;
7842 inoremap <buffer> <silent> &rh &rho;
7843 inoremap <buffer> <silent> &pi &pi;
7844 inoremap <buffer> <silent> &oc &omicron;
7845 inoremap <buffer> <silent> &xi &xi;
7846 inoremap <buffer> <silent> &nu &nu;
7847 inoremap <buffer> <silent> &mu &mu;
7848 inoremap <buffer> <silent> &lm &lambda;
7849 inoremap <buffer> <silent> &ka &kappa;
7850 inoremap <buffer> <silent> &io &iota;
7851 inoremap <buffer> <silent> &th &theta;
7852 inoremap <buffer> <silent> &et &eta;
7853 inoremap <buffer> <silent> &ze &zeta;
7854 inoremap <buffer> <silent> &ep &epsilon;
7855 inoremap <buffer> <silent> &de &delta;
7856 inoremap <buffer> <silent> &ga &gamma;
7857 inoremap <buffer> <silent> &be &beta;
7858 inoremap <buffer> <silent> &al &alpha;
7859 inoremap <buffer> <silent> &Ps &Psi;
7860 inoremap <buffer> <silent> &Ch &Chi;
7861 inoremap <buffer> <silent> &Ph &Phi;
7862 inoremap <buffer> <silent> &Up &Upsilon;
7863 inoremap <buffer> <silent> &Ta &Tau;
7864 inoremap <buffer> <silent> &Si &Sigma;
7865 inoremap <buffer> <silent> &Rh &Rho;
7866 inoremap <buffer> <silent> &Pi &Pi;
7867 inoremap <buffer> <silent> &Oc &Omicron;
7868 inoremap <buffer> <silent> &Xi &Xi;
7869 inoremap <buffer> <silent> &Nu &Nu;
7870 inoremap <buffer> <silent> &Mu &Mu;
7871 inoremap <buffer> <silent> &Lm &Lambda;
7872 inoremap <buffer> <silent> &Ka &Kappa;
7873 inoremap <buffer> <silent> &Io &Iota;
7874 inoremap <buffer> <silent> &Th &Theta;
7875 inoremap <buffer> <silent> &Et &Eta;
7876 inoremap <buffer> <silent> &Ze &Zeta;
7877 inoremap <buffer> <silent> &Ep &Epsilon;
7878 inoremap <buffer> <silent> &De &Delta;
7879 inoremap <buffer> <silent> &Ga &Gamma;
7880 inoremap <buffer> <silent> &Be &Beta;
7881 inoremap <buffer> <silent> &Al &Alpha;
7882 inoremap <buffer> <silent> &3. &hellip;
7883 inoremap <buffer> <silent> &-- &mdash;
7884 inoremap <buffer> <silent> &3- &mdash;
7885 inoremap <buffer> <silent> &m- &mdash;
7886 inoremap <buffer> <silent> &2- &ndash;
7887 inoremap <buffer> <silent> &n- &ndash;
7888 inoremap <buffer> <silent> &34 &frac34;
7889 inoremap <buffer> <silent> &12 &frac12;
7890 inoremap <buffer> <silent> &14 &frac14;
7891 inoremap <buffer> <silent> &. &middot;
7892 inoremap <buffer> <silent> &pa &para;
7893 inoremap <buffer> <silent> &mi &micro;
7894 inoremap <buffer> <silent> &dg &deg;
7895 inoremap <buffer> <silent> &? &iquest;
7896 inoremap <buffer> <silent> &! &iexcl;
7897 inoremap <buffer> <silent> &sz &szlig;
7898 inoremap <buffer> <silent> &o/ &oslash;
7899 inoremap <buffer> <silent> &/ &divide;
7900 inoremap <buffer> <silent> &" &uml;
7901 inoremap <buffer> <silent> &2> &raquo;
7902 inoremap <buffer> <silent> &2< &laquo;
7903 inoremap <buffer> <silent> &y" &yuml;
7904 inoremap <buffer> <silent> &y' &yacute;
7905 inoremap <buffer> <silent> &u" &uuml;
7906 inoremap <buffer> <silent> &u^ &ucirc;
7907 inoremap <buffer> <silent> &u' &uacute;
7908 inoremap <buffer> <silent> &u` &ugrave;
7909 inoremap <buffer> <silent> &x &times;
7910 inoremap <buffer> <silent> &o" &ouml;
7911 inoremap <buffer> <silent> &o~ &otilde;
7912 inoremap <buffer> <silent> &o^ &ocirc;
7913 inoremap <buffer> <silent> &o' &oacute;
7914 inoremap <buffer> <silent> &o` &ograve;
7915 inoremap <buffer> <silent> &n~ &ntilde;
7916 inoremap <buffer> <silent> &i" &iuml;
7917 inoremap <buffer> <silent> &i^ &icirc;
7918 inoremap <buffer> <silent> &i' &iacute;
7919 inoremap <buffer> <silent> &i` &igrave;
7920 inoremap <buffer> <silent> &e" &euml;
7921 inoremap <buffer> <silent> &e^ &ecirc;
7922 inoremap <buffer> <silent> &e' &eacute;
7923 inoremap <buffer> <silent> &e` &egrave;
7924 inoremap <buffer> <silent> &c, &ccedil;
7925 inoremap <buffer> <silent> &ae &aelig;
7926 inoremap <buffer> <silent> &ao &aring;
7927 inoremap <buffer> <silent> &a" &auml;
7928 inoremap <buffer> <silent> &a~ &atilde;
7929 inoremap <buffer> <silent> &a^ &acirc;
7930 inoremap <buffer> <silent> &a' &aacute;
7931 inoremap <buffer> <silent> &a` &agrave;
7932 inoremap <buffer> <silent> &Y' &Yacute;
7933 inoremap <buffer> <silent> &U" &Uuml;
7934 inoremap <buffer> <silent> &U^ &Ucirc;
7935 inoremap <buffer> <silent> &U' &Uacute;
7936 inoremap <buffer> <silent> &U` &Ugrave;
7937 inoremap <buffer> <silent> &O/ &Oslash;
7938 inoremap <buffer> <silent> &O" &Ouml;
7939 inoremap <buffer> <silent> &O~ &Otilde;
7940 inoremap <buffer> <silent> &O^ &Ocirc;
7941 inoremap <buffer> <silent> &O' &Oacute;
7942 inoremap <buffer> <silent> &O` &Ograve;
7943 inoremap <buffer> <silent> &N~ &Ntilde;
7944 inoremap <buffer> <silent> &I" &Iuml;
7945 inoremap <buffer> <silent> &I^ &Icirc;
7946 inoremap <buffer> <silent> &I' &Iacute;
7947 inoremap <buffer> <silent> &I` &Igrave;
7948 inoremap <buffer> <silent> &E" &Euml;
7949 inoremap <buffer> <silent> &E^ &Ecirc;
7950 inoremap <buffer> <silent> &E' &Eacute;
7951 inoremap <buffer> <silent> &E` &Egrave;
7952 inoremap <buffer> <silent> &C, &Ccedil;
7953 inoremap <buffer> <silent> &AE &AElig;
7954 inoremap <buffer> <silent> &Ao &Aring;
7955 inoremap <buffer> <silent> &A" &Auml;
7956 inoremap <buffer> <silent> &A~ &Atilde;
7957 inoremap <buffer> <silent> &A^ &Acirc;
7958 inoremap <buffer> <silent> &A' &Aacute;
7959 inoremap <buffer> <silent> &A` &Agrave;
7960 inoremap <buffer> <silent> &c| &cent;
7961 inoremap <buffer> <silent> &Y= &yen;
7962 inoremap <buffer> <silent> &# &pound;
7963 inoremap <buffer> <silent> & &nbsp;
7964 inoremap <buffer> <silent> &> &gt;
7965 inoremap <buffer> <silent> &< &lt;
7966 inoremap <buffer> <silent> &' &quot;
7967 inoremap <buffer> <silent> &tm &trade;
7968 inoremap <buffer> <silent> &rO &reg;
7969 inoremap <buffer> <silent> &cO &copy;
7970 inoremap <buffer> <silent> && &amp;
7971 inoremap <buffer> <silent> ; &nbsp;
7972 inoremap <buffer> <silent> ;la <label for=""></label>F"
7973 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
7974 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
7975 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
7976 </textarea>k$5F"i
7977 inoremap <buffer> <silent> ;og <optgroup label="">
7978 </optgroup>k$F"i
7979 inoremap <buffer> <silent> ;op <option></option>F<
7980 inoremap <buffer> <silent> ;ms <select name="" multiple>
7981 </select>O
7982 inoremap <buffer> <silent> ;se <select name="">
7983 </select>O
7984 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
7985 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
7986 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
7987 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
7988 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
7989 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
7990 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
7991 inoremap <buffer> <silent> ;fm <form action="">
7992 </form>k$F"i
7993 inoremap <buffer> <silent> ;if <iframe src="">
7994 </iframe>k$F"i
7995 inoremap <buffer> <silent> ;nf <noframes>
7996 </noframes>O
7997 inoremap <buffer> <silent> ;fr <frame src="">F"
7998 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
7999 </frameset>k$3F"i
8000 inoremap <buffer> <silent> ;th <th></th>F<
8001 inoremap <buffer> <silent> ;td <td>
8002 </td>O
8003 inoremap <buffer> <silent> ;tr <tr>
8004 </tr>O
8005 inoremap <buffer> <silent> ;tf <tfoot>
8006 </tfoot>O
8007 inoremap <buffer> <silent> ;tb <tbody>
8008 </tbody>O
8009 inoremap <buffer> <silent> ;tH <thead>
8010 </thead>O
8011 inoremap <buffer> <silent> ;ta <table>
8012 </table>O
8013 inoremap <buffer> <silent> ;ca <caption></caption>F<
8014 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
8015 </object>k$5F"i
8016 inoremap <buffer> <silent> ;ns <noscript>
8017 </noscripT>O
8018 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
8019 <noembed></noembed>k$5F"i
8020 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
8021 inoremap <buffer> <silent> ;va <var></var>F<
8022 inoremap <buffer> <silent> ;ul <ul>
8023 </ul>O
8024 inoremap <buffer> <silent> ;tt <tt></tt>F<
8025 inoremap <buffer> <silent> ;ti <title></title>F<
8026 inoremap <buffer> <silent> ;sp <sup></sup>F<
8027 inoremap <buffer> <silent> ;sb <sub></sub>F<
8028 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
8029 inoremap <buffer> <silent> ;cs <style type="text/css">
8030 <!--
8031 -->
8032 </style>kO
8033 inoremap <buffer> <silent> ;sm <small></small>F<
8034 inoremap <buffer> <silent> ;sa <samp></samp>F<
8035 inoremap <buffer> <silent> ;sk <strike></strike>F<
8036 inoremap <buffer> <silent> ;qu <q></q>F<
8037 inoremap <buffer> <silent> ;pr <pre>
8038 </pre>O
8039 inoremap <buffer> <silent> ;/p </p>
8040 
8041 <p>
8042 inoremap <buffer> <silent> ;pp <p>
8043 </p>O
8044 inoremap <buffer> <silent> ;ol <ol>
8045 </ol>O
8046 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
8047 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
8048 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
8049 inoremap <buffer> <silent> ;lk <link href="">F"
8050 inoremap <buffer> <silent> ;li <li></li>F<
8051 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
8052 inoremap <buffer> <silent> ;ii <isindex>
8053 inoremap <buffer> <silent> ;in <ins></ins>F<
8054 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
8055 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
8056 inoremap <buffer> <silent> ;ht <html>
8057 </html>O
8058 inoremap <buffer> <silent> ;Hr <hr width="75%">
8059 inoremap <buffer> <silent> ;hr <hr>
8060 inoremap <buffer> <silent> ;he <head>
8061 </head>O
8062 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
8063 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
8064 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
8065 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
8066 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
8067 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
8068 inoremap <buffer> <silent> ;h6 <h6></h6>F<
8069 inoremap <buffer> <silent> ;h5 <h5></h5>F<
8070 inoremap <buffer> <silent> ;h4 <h4></h4>F<
8071 inoremap <buffer> <silent> ;h3 <h3></h3>F<
8072 inoremap <buffer> <silent> ;h2 <h2></h2>F<
8073 inoremap <buffer> <silent> ;h1 <h1></h1>F<
8074 inoremap <buffer> <silent> ;fc <font color=""></font>F"
8075 inoremap <buffer> <silent> ;fo <font size=""></font>F"
8076 inoremap <buffer> <silent> ;sn <span></span>F<
8077 inoremap <buffer> <silent> ;dv <div>
8078 </div>O
8079 inoremap <buffer> <silent> ;df <dfn></dfn>F<
8080 inoremap <buffer> <silent> ;de <del></del>F<
8081 inoremap <buffer> <silent> ;dd <dd></dd>F<
8082 inoremap <buffer> <silent> ;dt <dt></dt>F<
8083 inoremap <buffer> <silent> ;dl <dl>
8084 </dl>O
8085 inoremap <buffer> <silent> ;co <code></code>F<
8086 inoremap <buffer> <silent> ;ci <cite></cite>F<
8087 inoremap <buffer> <silent> ;ce <center></center>F<
8088 inoremap <buffer> <silent> ;br <br>
8089 inoremap <buffer> <silent> ;bd <body>
8090 </body>O
8091 inoremap <buffer> <silent> ;bl <blockquote>
8092 </blockquote>O
8093 inoremap <buffer> <silent> ;bi <big></big>F<
8094 inoremap <buffer> <silent> ;bh <base href="">F"
8095 inoremap <buffer> <silent> ;ad <address></address>F<
8096 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
8097 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
8098 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
8099 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
8100 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
8101 inoremap <buffer> <silent> ;an <a name=""></a>F"
8102 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
8103 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
8104 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
8105 inoremap <buffer> <silent> ;ah <a href=""></a>F"
8106 imap <buffer> <silent> ;s4 ;s4
8107 imap <buffer> <silent> ;4 ;4
8108 inoremap <buffer> <silent> ;mi :call MangleImageTag()
8109 inoremap <buffer> <silent> ; 
8110 inoremap <buffer> <silent> ;& &
8111 inoremap <buffer> <silent> ;; ;
8112 setlocal keymap=
8113 setlocal noarabic
8114 setlocal autoindent
8115 setlocal balloonexpr=
8116 setlocal nobinary
8117 setlocal bufhidden=
8118 setlocal buflisted
8119 setlocal buftype=
8120 setlocal nocindent
8121 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
8122 setlocal cinoptions=
8123 setlocal cinwords=if,else,while,do,for,switch
8124 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
8125 setlocal commentstring=<!--%s-->
8126 setlocal complete=.,w,b,u,t,i
8127 setlocal completefunc=
8128 setlocal nocopyindent
8129 setlocal nocursorcolumn
8130 setlocal nocursorline
8131 setlocal define=
8132 setlocal dictionary=
8133 setlocal nodiff
8134 setlocal equalprg=
8135 setlocal errorformat=
8136 setlocal noexpandtab
8137 if &filetype != 'html'
8138 setlocal filetype=html
8139 endif
8140 setlocal foldcolumn=0
8141 setlocal foldenable
8142 setlocal foldexpr=0
8143 setlocal foldignore=#
8144 setlocal foldlevel=0
8145 setlocal foldmarker={{{,}}}
8146 setlocal foldmethod=manual
8147 setlocal foldminlines=1
8148 setlocal foldnestmax=20
8149 setlocal foldtext=foldtext()
8150 setlocal formatexpr=
8151 setlocal formatoptions=tcq
8152 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
8153 setlocal grepprg=
8154 setlocal iminsert=2
8155 setlocal imsearch=2
8156 setlocal include=
8157 setlocal includeexpr=
8158 setlocal indentexpr=
8159 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
8160 setlocal noinfercase
8161 setlocal iskeyword=@,48-57,_,192-255
8162 setlocal keywordprg=
8163 setlocal nolinebreak
8164 setlocal nolisp
8165 setlocal nolist
8166 setlocal makeprg=
8167 setlocal matchpairs=(:),{:},[:],<:>
8168 setlocal nomodeline
8169 setlocal modifiable
8170 setlocal nrformats=octal,hex
8171 setlocal nonumber
8172 setlocal numberwidth=4
8173 setlocal omnifunc=htmlcomplete#CompleteTags
8174 setlocal path=
8175 setlocal nopreserveindent
8176 setlocal nopreviewwindow
8177 setlocal quoteescape=\\
8178 setlocal noreadonly
8179 setlocal norightleft
8180 setlocal rightleftcmd=search
8181 setlocal noscrollbind
8182 setlocal shiftwidth=8
8183 setlocal noshortname
8184 setlocal nosmartindent
8185 setlocal softtabstop=0
8186 setlocal nospell
8187 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
8188 setlocal spellfile=
8189 setlocal spelllang=en
8190 setlocal statusline=
8191 setlocal suffixesadd=
8192 setlocal swapfile
8193 setlocal synmaxcol=3000
8194 if &syntax != 'html'
8195 setlocal syntax=html
8196 endif
8197 setlocal tabstop=2
8198 setlocal tags=
8199 setlocal textwidth=0
8200 setlocal thesaurus=
8201 setlocal nowinfixheight
8202 setlocal nowinfixwidth
8203 setlocal wrap
8204 setlocal wrapmargin=0
8205 silent! normal! zE
8206 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
8207 if s:l < 1 | let s:l = 1 | endif
8208 exe s:l
8209 normal! zt
8210 1
8211 normal! 0
8212 tabedit restore.html
8213 set splitbelow splitright
8214 set nosplitbelow
8215 set nosplitright
8216 wincmd t
8217 set winheight=1 winwidth=1
8218 argglobal
8219 19argu
8220 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
8221 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
8222 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
8223 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
8224 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
8225 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
8226 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
8227 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
8228 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
8229 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
8230 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
8231 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
8232 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
8233 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
8234 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
8235 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
8236 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
8237 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
8238 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
8239 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
8240 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
8241 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
8242 nnoremap <buffer> <silent> ; 
8243 nnoremap <buffer> <silent> ;; ;
8244 vnoremap <buffer> <silent> ;; ;
8245 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
8246 inoremap <buffer> <silent> &hA &hArr;
8247 inoremap <buffer> <silent> &dA &dArr;
8248 inoremap <buffer> <silent> &rA &rArr;
8249 inoremap <buffer> <silent> &uA &uArr;
8250 inoremap <buffer> <silent> &lA &lArr;
8251 inoremap <buffer> <silent> &ha &harr;
8252 inoremap <buffer> <silent> &da &darr;
8253 inoremap <buffer> <silent> &ra &rarr;
8254 inoremap <buffer> <silent> &ua &uarr;
8255 inoremap <buffer> <silent> &la &larr;
8256 inoremap <buffer> <silent> &pv &piv;
8257 inoremap <buffer> <silent> &uh &upsih;
8258 inoremap <buffer> <silent> &ts &thetasym;
8259 inoremap <buffer> <silent> &og &omega;
8260 inoremap <buffer> <silent> &ps &psi;
8261 inoremap <buffer> <silent> &ch &chi;
8262 inoremap <buffer> <silent> &ph &phi;
8263 inoremap <buffer> <silent> &up &upsilon;
8264 inoremap <buffer> <silent> &ta &tau;
8265 inoremap <buffer> <silent> &sf &sigmaf;
8266 inoremap <buffer> <silent> &si &sigma;
8267 inoremap <buffer> <silent> &rh &rho;
8268 inoremap <buffer> <silent> &pi &pi;
8269 inoremap <buffer> <silent> &oc &omicron;
8270 inoremap <buffer> <silent> &xi &xi;
8271 inoremap <buffer> <silent> &nu &nu;
8272 inoremap <buffer> <silent> &mu &mu;
8273 inoremap <buffer> <silent> &lm &lambda;
8274 inoremap <buffer> <silent> &ka &kappa;
8275 inoremap <buffer> <silent> &io &iota;
8276 inoremap <buffer> <silent> &th &theta;
8277 inoremap <buffer> <silent> &et &eta;
8278 inoremap <buffer> <silent> &ze &zeta;
8279 inoremap <buffer> <silent> &ep &epsilon;
8280 inoremap <buffer> <silent> &de &delta;
8281 inoremap <buffer> <silent> &ga &gamma;
8282 inoremap <buffer> <silent> &be &beta;
8283 inoremap <buffer> <silent> &al &alpha;
8284 inoremap <buffer> <silent> &Ps &Psi;
8285 inoremap <buffer> <silent> &Ch &Chi;
8286 inoremap <buffer> <silent> &Ph &Phi;
8287 inoremap <buffer> <silent> &Up &Upsilon;
8288 inoremap <buffer> <silent> &Ta &Tau;
8289 inoremap <buffer> <silent> &Si &Sigma;
8290 inoremap <buffer> <silent> &Rh &Rho;
8291 inoremap <buffer> <silent> &Pi &Pi;
8292 inoremap <buffer> <silent> &Oc &Omicron;
8293 inoremap <buffer> <silent> &Xi &Xi;
8294 inoremap <buffer> <silent> &Nu &Nu;
8295 inoremap <buffer> <silent> &Mu &Mu;
8296 inoremap <buffer> <silent> &Lm &Lambda;
8297 inoremap <buffer> <silent> &Ka &Kappa;
8298 inoremap <buffer> <silent> &Io &Iota;
8299 inoremap <buffer> <silent> &Th &Theta;
8300 inoremap <buffer> <silent> &Et &Eta;
8301 inoremap <buffer> <silent> &Ze &Zeta;
8302 inoremap <buffer> <silent> &Ep &Epsilon;
8303 inoremap <buffer> <silent> &De &Delta;
8304 inoremap <buffer> <silent> &Ga &Gamma;
8305 inoremap <buffer> <silent> &Be &Beta;
8306 inoremap <buffer> <silent> &Al &Alpha;
8307 inoremap <buffer> <silent> &3. &hellip;
8308 inoremap <buffer> <silent> &-- &mdash;
8309 inoremap <buffer> <silent> &3- &mdash;
8310 inoremap <buffer> <silent> &m- &mdash;
8311 inoremap <buffer> <silent> &2- &ndash;
8312 inoremap <buffer> <silent> &n- &ndash;
8313 inoremap <buffer> <silent> &34 &frac34;
8314 inoremap <buffer> <silent> &12 &frac12;
8315 inoremap <buffer> <silent> &14 &frac14;
8316 inoremap <buffer> <silent> &. &middot;
8317 inoremap <buffer> <silent> &pa &para;
8318 inoremap <buffer> <silent> &mi &micro;
8319 inoremap <buffer> <silent> &dg &deg;
8320 inoremap <buffer> <silent> &? &iquest;
8321 inoremap <buffer> <silent> &! &iexcl;
8322 inoremap <buffer> <silent> &sz &szlig;
8323 inoremap <buffer> <silent> &o/ &oslash;
8324 inoremap <buffer> <silent> &/ &divide;
8325 inoremap <buffer> <silent> &" &uml;
8326 inoremap <buffer> <silent> &2> &raquo;
8327 inoremap <buffer> <silent> &2< &laquo;
8328 inoremap <buffer> <silent> &y" &yuml;
8329 inoremap <buffer> <silent> &y' &yacute;
8330 inoremap <buffer> <silent> &u" &uuml;
8331 inoremap <buffer> <silent> &u^ &ucirc;
8332 inoremap <buffer> <silent> &u' &uacute;
8333 inoremap <buffer> <silent> &u` &ugrave;
8334 inoremap <buffer> <silent> &x &times;
8335 inoremap <buffer> <silent> &o" &ouml;
8336 inoremap <buffer> <silent> &o~ &otilde;
8337 inoremap <buffer> <silent> &o^ &ocirc;
8338 inoremap <buffer> <silent> &o' &oacute;
8339 inoremap <buffer> <silent> &o` &ograve;
8340 inoremap <buffer> <silent> &n~ &ntilde;
8341 inoremap <buffer> <silent> &i" &iuml;
8342 inoremap <buffer> <silent> &i^ &icirc;
8343 inoremap <buffer> <silent> &i' &iacute;
8344 inoremap <buffer> <silent> &i` &igrave;
8345 inoremap <buffer> <silent> &e" &euml;
8346 inoremap <buffer> <silent> &e^ &ecirc;
8347 inoremap <buffer> <silent> &e' &eacute;
8348 inoremap <buffer> <silent> &e` &egrave;
8349 inoremap <buffer> <silent> &c, &ccedil;
8350 inoremap <buffer> <silent> &ae &aelig;
8351 inoremap <buffer> <silent> &ao &aring;
8352 inoremap <buffer> <silent> &a" &auml;
8353 inoremap <buffer> <silent> &a~ &atilde;
8354 inoremap <buffer> <silent> &a^ &acirc;
8355 inoremap <buffer> <silent> &a' &aacute;
8356 inoremap <buffer> <silent> &a` &agrave;
8357 inoremap <buffer> <silent> &Y' &Yacute;
8358 inoremap <buffer> <silent> &U" &Uuml;
8359 inoremap <buffer> <silent> &U^ &Ucirc;
8360 inoremap <buffer> <silent> &U' &Uacute;
8361 inoremap <buffer> <silent> &U` &Ugrave;
8362 inoremap <buffer> <silent> &O/ &Oslash;
8363 inoremap <buffer> <silent> &O" &Ouml;
8364 inoremap <buffer> <silent> &O~ &Otilde;
8365 inoremap <buffer> <silent> &O^ &Ocirc;
8366 inoremap <buffer> <silent> &O' &Oacute;
8367 inoremap <buffer> <silent> &O` &Ograve;
8368 inoremap <buffer> <silent> &N~ &Ntilde;
8369 inoremap <buffer> <silent> &I" &Iuml;
8370 inoremap <buffer> <silent> &I^ &Icirc;
8371 inoremap <buffer> <silent> &I' &Iacute;
8372 inoremap <buffer> <silent> &I` &Igrave;
8373 inoremap <buffer> <silent> &E" &Euml;
8374 inoremap <buffer> <silent> &E^ &Ecirc;
8375 inoremap <buffer> <silent> &E' &Eacute;
8376 inoremap <buffer> <silent> &E` &Egrave;
8377 inoremap <buffer> <silent> &C, &Ccedil;
8378 inoremap <buffer> <silent> &AE &AElig;
8379 inoremap <buffer> <silent> &Ao &Aring;
8380 inoremap <buffer> <silent> &A" &Auml;
8381 inoremap <buffer> <silent> &A~ &Atilde;
8382 inoremap <buffer> <silent> &A^ &Acirc;
8383 inoremap <buffer> <silent> &A' &Aacute;
8384 inoremap <buffer> <silent> &A` &Agrave;
8385 inoremap <buffer> <silent> &c| &cent;
8386 inoremap <buffer> <silent> &Y= &yen;
8387 inoremap <buffer> <silent> &# &pound;
8388 inoremap <buffer> <silent> & &nbsp;
8389 inoremap <buffer> <silent> &> &gt;
8390 inoremap <buffer> <silent> &< &lt;
8391 inoremap <buffer> <silent> &' &quot;
8392 inoremap <buffer> <silent> &tm &trade;
8393 inoremap <buffer> <silent> &rO &reg;
8394 inoremap <buffer> <silent> &cO &copy;
8395 inoremap <buffer> <silent> && &amp;
8396 inoremap <buffer> <silent> ; &nbsp;
8397 inoremap <buffer> <silent> ;la <label for=""></label>F"
8398 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
8399 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
8400 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
8401 </textarea>k$5F"i
8402 inoremap <buffer> <silent> ;og <optgroup label="">
8403 </optgroup>k$F"i
8404 inoremap <buffer> <silent> ;op <option></option>F<
8405 inoremap <buffer> <silent> ;ms <select name="" multiple>
8406 </select>O
8407 inoremap <buffer> <silent> ;se <select name="">
8408 </select>O
8409 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
8410 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
8411 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
8412 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
8413 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
8414 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
8415 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
8416 inoremap <buffer> <silent> ;fm <form action="">
8417 </form>k$F"i
8418 inoremap <buffer> <silent> ;if <iframe src="">
8419 </iframe>k$F"i
8420 inoremap <buffer> <silent> ;nf <noframes>
8421 </noframes>O
8422 inoremap <buffer> <silent> ;fr <frame src="">F"
8423 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
8424 </frameset>k$3F"i
8425 inoremap <buffer> <silent> ;th <th></th>F<
8426 inoremap <buffer> <silent> ;td <td>
8427 </td>O
8428 inoremap <buffer> <silent> ;tr <tr>
8429 </tr>O
8430 inoremap <buffer> <silent> ;tf <tfoot>
8431 </tfoot>O
8432 inoremap <buffer> <silent> ;tb <tbody>
8433 </tbody>O
8434 inoremap <buffer> <silent> ;tH <thead>
8435 </thead>O
8436 inoremap <buffer> <silent> ;ta <table>
8437 </table>O
8438 inoremap <buffer> <silent> ;ca <caption></caption>F<
8439 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
8440 </object>k$5F"i
8441 inoremap <buffer> <silent> ;ns <noscript>
8442 </noscripT>O
8443 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
8444 <noembed></noembed>k$5F"i
8445 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
8446 inoremap <buffer> <silent> ;va <var></var>F<
8447 inoremap <buffer> <silent> ;ul <ul>
8448 </ul>O
8449 inoremap <buffer> <silent> ;tt <tt></tt>F<
8450 inoremap <buffer> <silent> ;ti <title></title>F<
8451 inoremap <buffer> <silent> ;sp <sup></sup>F<
8452 inoremap <buffer> <silent> ;sb <sub></sub>F<
8453 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
8454 inoremap <buffer> <silent> ;cs <style type="text/css">
8455 <!--
8456 -->
8457 </style>kO
8458 inoremap <buffer> <silent> ;sm <small></small>F<
8459 inoremap <buffer> <silent> ;sa <samp></samp>F<
8460 inoremap <buffer> <silent> ;sk <strike></strike>F<
8461 inoremap <buffer> <silent> ;qu <q></q>F<
8462 inoremap <buffer> <silent> ;pr <pre>
8463 </pre>O
8464 inoremap <buffer> <silent> ;/p </p>
8465 
8466 <p>
8467 inoremap <buffer> <silent> ;pp <p>
8468 </p>O
8469 inoremap <buffer> <silent> ;ol <ol>
8470 </ol>O
8471 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
8472 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
8473 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
8474 inoremap <buffer> <silent> ;lk <link href="">F"
8475 inoremap <buffer> <silent> ;li <li></li>F<
8476 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
8477 inoremap <buffer> <silent> ;ii <isindex>
8478 inoremap <buffer> <silent> ;in <ins></ins>F<
8479 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
8480 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
8481 inoremap <buffer> <silent> ;ht <html>
8482 </html>O
8483 inoremap <buffer> <silent> ;Hr <hr width="75%">
8484 inoremap <buffer> <silent> ;hr <hr>
8485 inoremap <buffer> <silent> ;he <head>
8486 </head>O
8487 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
8488 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
8489 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
8490 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
8491 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
8492 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
8493 inoremap <buffer> <silent> ;h6 <h6></h6>F<
8494 inoremap <buffer> <silent> ;h5 <h5></h5>F<
8495 inoremap <buffer> <silent> ;h4 <h4></h4>F<
8496 inoremap <buffer> <silent> ;h3 <h3></h3>F<
8497 inoremap <buffer> <silent> ;h2 <h2></h2>F<
8498 inoremap <buffer> <silent> ;h1 <h1></h1>F<
8499 inoremap <buffer> <silent> ;fc <font color=""></font>F"
8500 inoremap <buffer> <silent> ;fo <font size=""></font>F"
8501 inoremap <buffer> <silent> ;sn <span></span>F<
8502 inoremap <buffer> <silent> ;dv <div>
8503 </div>O
8504 inoremap <buffer> <silent> ;df <dfn></dfn>F<
8505 inoremap <buffer> <silent> ;de <del></del>F<
8506 inoremap <buffer> <silent> ;dd <dd></dd>F<
8507 inoremap <buffer> <silent> ;dt <dt></dt>F<
8508 inoremap <buffer> <silent> ;dl <dl>
8509 </dl>O
8510 inoremap <buffer> <silent> ;co <code></code>F<
8511 inoremap <buffer> <silent> ;ci <cite></cite>F<
8512 inoremap <buffer> <silent> ;ce <center></center>F<
8513 inoremap <buffer> <silent> ;br <br>
8514 inoremap <buffer> <silent> ;bd <body>
8515 </body>O
8516 inoremap <buffer> <silent> ;bl <blockquote>
8517 </blockquote>O
8518 inoremap <buffer> <silent> ;bi <big></big>F<
8519 inoremap <buffer> <silent> ;bh <base href="">F"
8520 inoremap <buffer> <silent> ;ad <address></address>F<
8521 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
8522 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
8523 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
8524 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
8525 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
8526 inoremap <buffer> <silent> ;an <a name=""></a>F"
8527 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
8528 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
8529 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
8530 inoremap <buffer> <silent> ;ah <a href=""></a>F"
8531 imap <buffer> <silent> ;s4 ;s4
8532 imap <buffer> <silent> ;4 ;4
8533 inoremap <buffer> <silent> ;mi :call MangleImageTag()
8534 inoremap <buffer> <silent> ; 
8535 inoremap <buffer> <silent> ;& &
8536 inoremap <buffer> <silent> ;; ;
8537 setlocal keymap=
8538 setlocal noarabic
8539 setlocal autoindent
8540 setlocal balloonexpr=
8541 setlocal nobinary
8542 setlocal bufhidden=
8543 setlocal buflisted
8544 setlocal buftype=
8545 setlocal nocindent
8546 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
8547 setlocal cinoptions=
8548 setlocal cinwords=if,else,while,do,for,switch
8549 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
8550 setlocal commentstring=<!--%s-->
8551 setlocal complete=.,w,b,u,t,i
8552 setlocal completefunc=
8553 setlocal nocopyindent
8554 setlocal nocursorcolumn
8555 setlocal nocursorline
8556 setlocal define=
8557 setlocal dictionary=
8558 setlocal nodiff
8559 setlocal equalprg=
8560 setlocal errorformat=
8561 setlocal noexpandtab
8562 if &filetype != 'html'
8563 setlocal filetype=html
8564 endif
8565 setlocal foldcolumn=0
8566 setlocal foldenable
8567 setlocal foldexpr=0
8568 setlocal foldignore=#
8569 setlocal foldlevel=0
8570 setlocal foldmarker={{{,}}}
8571 setlocal foldmethod=manual
8572 setlocal foldminlines=1
8573 setlocal foldnestmax=20
8574 setlocal foldtext=foldtext()
8575 setlocal formatexpr=
8576 setlocal formatoptions=tcq
8577 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
8578 setlocal grepprg=
8579 setlocal iminsert=0
8580 setlocal imsearch=0
8581 setlocal include=
8582 setlocal includeexpr=
8583 setlocal indentexpr=
8584 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
8585 setlocal noinfercase
8586 setlocal iskeyword=@,48-57,_,192-255
8587 setlocal keywordprg=
8588 setlocal nolinebreak
8589 setlocal nolisp
8590 setlocal nolist
8591 setlocal makeprg=
8592 setlocal matchpairs=(:),{:},[:],<:>
8593 setlocal nomodeline
8594 setlocal modifiable
8595 setlocal nrformats=octal,hex
8596 setlocal nonumber
8597 setlocal numberwidth=4
8598 setlocal omnifunc=htmlcomplete#CompleteTags
8599 setlocal path=
8600 setlocal nopreserveindent
8601 setlocal nopreviewwindow
8602 setlocal quoteescape=\\
8603 setlocal noreadonly
8604 setlocal norightleft
8605 setlocal rightleftcmd=search
8606 setlocal noscrollbind
8607 setlocal shiftwidth=8
8608 setlocal noshortname
8609 setlocal nosmartindent
8610 setlocal softtabstop=0
8611 setlocal nospell
8612 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
8613 setlocal spellfile=
8614 setlocal spelllang=en
8615 setlocal statusline=
8616 setlocal suffixesadd=
8617 setlocal swapfile
8618 setlocal synmaxcol=3000
8619 if &syntax != 'html'
8620 setlocal syntax=html
8621 endif
8622 setlocal tabstop=2
8623 setlocal tags=
8624 setlocal textwidth=0
8625 setlocal thesaurus=
8626 setlocal nowinfixheight
8627 setlocal nowinfixwidth
8628 setlocal wrap
8629 setlocal wrapmargin=0
8630 silent! normal! zE
8631 let s:l = 242 - ((0 * winheight(0) + 19) / 38)
8632 if s:l < 1 | let s:l = 1 | endif
8633 exe s:l
8634 normal! zt
8635 242
8636 normal! 090l
8637 tabedit screenshots.html
8638 set splitbelow splitright
8639 set nosplitbelow
8640 set nosplitright
8641 wincmd t
8642 set winheight=1 winwidth=1
8643 argglobal
8644 20argu
8645 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
8646 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
8647 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
8648 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
8649 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
8650 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
8651 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
8652 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
8653 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
8654 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
8655 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
8656 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
8657 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
8658 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
8659 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
8660 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
8661 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
8662 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
8663 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
8664 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
8665 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
8666 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
8667 nnoremap <buffer> <silent> ; 
8668 nnoremap <buffer> <silent> ;; ;
8669 vnoremap <buffer> <silent> ;; ;
8670 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
8671 inoremap <buffer> <silent> &hA &hArr;
8672 inoremap <buffer> <silent> &dA &dArr;
8673 inoremap <buffer> <silent> &rA &rArr;
8674 inoremap <buffer> <silent> &uA &uArr;
8675 inoremap <buffer> <silent> &lA &lArr;
8676 inoremap <buffer> <silent> &ha &harr;
8677 inoremap <buffer> <silent> &da &darr;
8678 inoremap <buffer> <silent> &ra &rarr;
8679 inoremap <buffer> <silent> &ua &uarr;
8680 inoremap <buffer> <silent> &la &larr;
8681 inoremap <buffer> <silent> &pv &piv;
8682 inoremap <buffer> <silent> &uh &upsih;
8683 inoremap <buffer> <silent> &ts &thetasym;
8684 inoremap <buffer> <silent> &og &omega;
8685 inoremap <buffer> <silent> &ps &psi;
8686 inoremap <buffer> <silent> &ch &chi;
8687 inoremap <buffer> <silent> &ph &phi;
8688 inoremap <buffer> <silent> &up &upsilon;
8689 inoremap <buffer> <silent> &ta &tau;
8690 inoremap <buffer> <silent> &sf &sigmaf;
8691 inoremap <buffer> <silent> &si &sigma;
8692 inoremap <buffer> <silent> &rh &rho;
8693 inoremap <buffer> <silent> &pi &pi;
8694 inoremap <buffer> <silent> &oc &omicron;
8695 inoremap <buffer> <silent> &xi &xi;
8696 inoremap <buffer> <silent> &nu &nu;
8697 inoremap <buffer> <silent> &mu &mu;
8698 inoremap <buffer> <silent> &lm &lambda;
8699 inoremap <buffer> <silent> &ka &kappa;
8700 inoremap <buffer> <silent> &io &iota;
8701 inoremap <buffer> <silent> &th &theta;
8702 inoremap <buffer> <silent> &et &eta;
8703 inoremap <buffer> <silent> &ze &zeta;
8704 inoremap <buffer> <silent> &ep &epsilon;
8705 inoremap <buffer> <silent> &de &delta;
8706 inoremap <buffer> <silent> &ga &gamma;
8707 inoremap <buffer> <silent> &be &beta;
8708 inoremap <buffer> <silent> &al &alpha;
8709 inoremap <buffer> <silent> &Ps &Psi;
8710 inoremap <buffer> <silent> &Ch &Chi;
8711 inoremap <buffer> <silent> &Ph &Phi;
8712 inoremap <buffer> <silent> &Up &Upsilon;
8713 inoremap <buffer> <silent> &Ta &Tau;
8714 inoremap <buffer> <silent> &Si &Sigma;
8715 inoremap <buffer> <silent> &Rh &Rho;
8716 inoremap <buffer> <silent> &Pi &Pi;
8717 inoremap <buffer> <silent> &Oc &Omicron;
8718 inoremap <buffer> <silent> &Xi &Xi;
8719 inoremap <buffer> <silent> &Nu &Nu;
8720 inoremap <buffer> <silent> &Mu &Mu;
8721 inoremap <buffer> <silent> &Lm &Lambda;
8722 inoremap <buffer> <silent> &Ka &Kappa;
8723 inoremap <buffer> <silent> &Io &Iota;
8724 inoremap <buffer> <silent> &Th &Theta;
8725 inoremap <buffer> <silent> &Et &Eta;
8726 inoremap <buffer> <silent> &Ze &Zeta;
8727 inoremap <buffer> <silent> &Ep &Epsilon;
8728 inoremap <buffer> <silent> &De &Delta;
8729 inoremap <buffer> <silent> &Ga &Gamma;
8730 inoremap <buffer> <silent> &Be &Beta;
8731 inoremap <buffer> <silent> &Al &Alpha;
8732 inoremap <buffer> <silent> &3. &hellip;
8733 inoremap <buffer> <silent> &-- &mdash;
8734 inoremap <buffer> <silent> &3- &mdash;
8735 inoremap <buffer> <silent> &m- &mdash;
8736 inoremap <buffer> <silent> &2- &ndash;
8737 inoremap <buffer> <silent> &n- &ndash;
8738 inoremap <buffer> <silent> &34 &frac34;
8739 inoremap <buffer> <silent> &12 &frac12;
8740 inoremap <buffer> <silent> &14 &frac14;
8741 inoremap <buffer> <silent> &. &middot;
8742 inoremap <buffer> <silent> &pa &para;
8743 inoremap <buffer> <silent> &mi &micro;
8744 inoremap <buffer> <silent> &dg &deg;
8745 inoremap <buffer> <silent> &? &iquest;
8746 inoremap <buffer> <silent> &! &iexcl;
8747 inoremap <buffer> <silent> &sz &szlig;
8748 inoremap <buffer> <silent> &o/ &oslash;
8749 inoremap <buffer> <silent> &/ &divide;
8750 inoremap <buffer> <silent> &" &uml;
8751 inoremap <buffer> <silent> &2> &raquo;
8752 inoremap <buffer> <silent> &2< &laquo;
8753 inoremap <buffer> <silent> &y" &yuml;
8754 inoremap <buffer> <silent> &y' &yacute;
8755 inoremap <buffer> <silent> &u" &uuml;
8756 inoremap <buffer> <silent> &u^ &ucirc;
8757 inoremap <buffer> <silent> &u' &uacute;
8758 inoremap <buffer> <silent> &u` &ugrave;
8759 inoremap <buffer> <silent> &x &times;
8760 inoremap <buffer> <silent> &o" &ouml;
8761 inoremap <buffer> <silent> &o~ &otilde;
8762 inoremap <buffer> <silent> &o^ &ocirc;
8763 inoremap <buffer> <silent> &o' &oacute;
8764 inoremap <buffer> <silent> &o` &ograve;
8765 inoremap <buffer> <silent> &n~ &ntilde;
8766 inoremap <buffer> <silent> &i" &iuml;
8767 inoremap <buffer> <silent> &i^ &icirc;
8768 inoremap <buffer> <silent> &i' &iacute;
8769 inoremap <buffer> <silent> &i` &igrave;
8770 inoremap <buffer> <silent> &e" &euml;
8771 inoremap <buffer> <silent> &e^ &ecirc;
8772 inoremap <buffer> <silent> &e' &eacute;
8773 inoremap <buffer> <silent> &e` &egrave;
8774 inoremap <buffer> <silent> &c, &ccedil;
8775 inoremap <buffer> <silent> &ae &aelig;
8776 inoremap <buffer> <silent> &ao &aring;
8777 inoremap <buffer> <silent> &a" &auml;
8778 inoremap <buffer> <silent> &a~ &atilde;
8779 inoremap <buffer> <silent> &a^ &acirc;
8780 inoremap <buffer> <silent> &a' &aacute;
8781 inoremap <buffer> <silent> &a` &agrave;
8782 inoremap <buffer> <silent> &Y' &Yacute;
8783 inoremap <buffer> <silent> &U" &Uuml;
8784 inoremap <buffer> <silent> &U^ &Ucirc;
8785 inoremap <buffer> <silent> &U' &Uacute;
8786 inoremap <buffer> <silent> &U` &Ugrave;
8787 inoremap <buffer> <silent> &O/ &Oslash;
8788 inoremap <buffer> <silent> &O" &Ouml;
8789 inoremap <buffer> <silent> &O~ &Otilde;
8790 inoremap <buffer> <silent> &O^ &Ocirc;
8791 inoremap <buffer> <silent> &O' &Oacute;
8792 inoremap <buffer> <silent> &O` &Ograve;
8793 inoremap <buffer> <silent> &N~ &Ntilde;
8794 inoremap <buffer> <silent> &I" &Iuml;
8795 inoremap <buffer> <silent> &I^ &Icirc;
8796 inoremap <buffer> <silent> &I' &Iacute;
8797 inoremap <buffer> <silent> &I` &Igrave;
8798 inoremap <buffer> <silent> &E" &Euml;
8799 inoremap <buffer> <silent> &E^ &Ecirc;
8800 inoremap <buffer> <silent> &E' &Eacute;
8801 inoremap <buffer> <silent> &E` &Egrave;
8802 inoremap <buffer> <silent> &C, &Ccedil;
8803 inoremap <buffer> <silent> &AE &AElig;
8804 inoremap <buffer> <silent> &Ao &Aring;
8805 inoremap <buffer> <silent> &A" &Auml;
8806 inoremap <buffer> <silent> &A~ &Atilde;
8807 inoremap <buffer> <silent> &A^ &Acirc;
8808 inoremap <buffer> <silent> &A' &Aacute;
8809 inoremap <buffer> <silent> &A` &Agrave;
8810 inoremap <buffer> <silent> &c| &cent;
8811 inoremap <buffer> <silent> &Y= &yen;
8812 inoremap <buffer> <silent> &# &pound;
8813 inoremap <buffer> <silent> & &nbsp;
8814 inoremap <buffer> <silent> &> &gt;
8815 inoremap <buffer> <silent> &< &lt;
8816 inoremap <buffer> <silent> &' &quot;
8817 inoremap <buffer> <silent> &tm &trade;
8818 inoremap <buffer> <silent> &rO &reg;
8819 inoremap <buffer> <silent> &cO &copy;
8820 inoremap <buffer> <silent> && &amp;
8821 inoremap <buffer> <silent> ; &nbsp;
8822 inoremap <buffer> <silent> ;la <label for=""></label>F"
8823 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
8824 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
8825 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
8826 </textarea>k$5F"i
8827 inoremap <buffer> <silent> ;og <optgroup label="">
8828 </optgroup>k$F"i
8829 inoremap <buffer> <silent> ;op <option></option>F<
8830 inoremap <buffer> <silent> ;ms <select name="" multiple>
8831 </select>O
8832 inoremap <buffer> <silent> ;se <select name="">
8833 </select>O
8834 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
8835 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
8836 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
8837 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
8838 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
8839 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
8840 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
8841 inoremap <buffer> <silent> ;fm <form action="">
8842 </form>k$F"i
8843 inoremap <buffer> <silent> ;if <iframe src="">
8844 </iframe>k$F"i
8845 inoremap <buffer> <silent> ;nf <noframes>
8846 </noframes>O
8847 inoremap <buffer> <silent> ;fr <frame src="">F"
8848 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
8849 </frameset>k$3F"i
8850 inoremap <buffer> <silent> ;th <th></th>F<
8851 inoremap <buffer> <silent> ;td <td>
8852 </td>O
8853 inoremap <buffer> <silent> ;tr <tr>
8854 </tr>O
8855 inoremap <buffer> <silent> ;tf <tfoot>
8856 </tfoot>O
8857 inoremap <buffer> <silent> ;tb <tbody>
8858 </tbody>O
8859 inoremap <buffer> <silent> ;tH <thead>
8860 </thead>O
8861 inoremap <buffer> <silent> ;ta <table>
8862 </table>O
8863 inoremap <buffer> <silent> ;ca <caption></caption>F<
8864 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
8865 </object>k$5F"i
8866 inoremap <buffer> <silent> ;ns <noscript>
8867 </noscripT>O
8868 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
8869 <noembed></noembed>k$5F"i
8870 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
8871 inoremap <buffer> <silent> ;va <var></var>F<
8872 inoremap <buffer> <silent> ;ul <ul>
8873 </ul>O
8874 inoremap <buffer> <silent> ;tt <tt></tt>F<
8875 inoremap <buffer> <silent> ;ti <title></title>F<
8876 inoremap <buffer> <silent> ;sp <sup></sup>F<
8877 inoremap <buffer> <silent> ;sb <sub></sub>F<
8878 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
8879 inoremap <buffer> <silent> ;cs <style type="text/css">
8880 <!--
8881 -->
8882 </style>kO
8883 inoremap <buffer> <silent> ;sm <small></small>F<
8884 inoremap <buffer> <silent> ;sa <samp></samp>F<
8885 inoremap <buffer> <silent> ;sk <strike></strike>F<
8886 inoremap <buffer> <silent> ;qu <q></q>F<
8887 inoremap <buffer> <silent> ;pr <pre>
8888 </pre>O
8889 inoremap <buffer> <silent> ;/p </p>
8890 
8891 <p>
8892 inoremap <buffer> <silent> ;pp <p>
8893 </p>O
8894 inoremap <buffer> <silent> ;ol <ol>
8895 </ol>O
8896 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
8897 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
8898 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
8899 inoremap <buffer> <silent> ;lk <link href="">F"
8900 inoremap <buffer> <silent> ;li <li></li>F<
8901 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
8902 inoremap <buffer> <silent> ;ii <isindex>
8903 inoremap <buffer> <silent> ;in <ins></ins>F<
8904 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
8905 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
8906 inoremap <buffer> <silent> ;ht <html>
8907 </html>O
8908 inoremap <buffer> <silent> ;Hr <hr width="75%">
8909 inoremap <buffer> <silent> ;hr <hr>
8910 inoremap <buffer> <silent> ;he <head>
8911 </head>O
8912 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
8913 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
8914 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
8915 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
8916 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
8917 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
8918 inoremap <buffer> <silent> ;h6 <h6></h6>F<
8919 inoremap <buffer> <silent> ;h5 <h5></h5>F<
8920 inoremap <buffer> <silent> ;h4 <h4></h4>F<
8921 inoremap <buffer> <silent> ;h3 <h3></h3>F<
8922 inoremap <buffer> <silent> ;h2 <h2></h2>F<
8923 inoremap <buffer> <silent> ;h1 <h1></h1>F<
8924 inoremap <buffer> <silent> ;fc <font color=""></font>F"
8925 inoremap <buffer> <silent> ;fo <font size=""></font>F"
8926 inoremap <buffer> <silent> ;sn <span></span>F<
8927 inoremap <buffer> <silent> ;dv <div>
8928 </div>O
8929 inoremap <buffer> <silent> ;df <dfn></dfn>F<
8930 inoremap <buffer> <silent> ;de <del></del>F<
8931 inoremap <buffer> <silent> ;dd <dd></dd>F<
8932 inoremap <buffer> <silent> ;dt <dt></dt>F<
8933 inoremap <buffer> <silent> ;dl <dl>
8934 </dl>O
8935 inoremap <buffer> <silent> ;co <code></code>F<
8936 inoremap <buffer> <silent> ;ci <cite></cite>F<
8937 inoremap <buffer> <silent> ;ce <center></center>F<
8938 inoremap <buffer> <silent> ;br <br>
8939 inoremap <buffer> <silent> ;bd <body>
8940 </body>O
8941 inoremap <buffer> <silent> ;bl <blockquote>
8942 </blockquote>O
8943 inoremap <buffer> <silent> ;bi <big></big>F<
8944 inoremap <buffer> <silent> ;bh <base href="">F"
8945 inoremap <buffer> <silent> ;ad <address></address>F<
8946 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
8947 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
8948 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
8949 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
8950 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
8951 inoremap <buffer> <silent> ;an <a name=""></a>F"
8952 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
8953 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
8954 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
8955 inoremap <buffer> <silent> ;ah <a href=""></a>F"
8956 imap <buffer> <silent> ;s4 ;s4
8957 imap <buffer> <silent> ;4 ;4
8958 inoremap <buffer> <silent> ;mi :call MangleImageTag()
8959 inoremap <buffer> <silent> ; 
8960 inoremap <buffer> <silent> ;& &
8961 inoremap <buffer> <silent> ;; ;
8962 setlocal keymap=
8963 setlocal noarabic
8964 setlocal autoindent
8965 setlocal balloonexpr=
8966 setlocal nobinary
8967 setlocal bufhidden=
8968 setlocal buflisted
8969 setlocal buftype=
8970 setlocal nocindent
8971 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
8972 setlocal cinoptions=
8973 setlocal cinwords=if,else,while,do,for,switch
8974 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
8975 setlocal commentstring=<!--%s-->
8976 setlocal complete=.,w,b,u,t,i
8977 setlocal completefunc=
8978 setlocal nocopyindent
8979 setlocal nocursorcolumn
8980 setlocal nocursorline
8981 setlocal define=
8982 setlocal dictionary=
8983 setlocal nodiff
8984 setlocal equalprg=
8985 setlocal errorformat=
8986 setlocal noexpandtab
8987 if &filetype != 'html'
8988 setlocal filetype=html
8989 endif
8990 setlocal foldcolumn=0
8991 setlocal foldenable
8992 setlocal foldexpr=0
8993 setlocal foldignore=#
8994 setlocal foldlevel=0
8995 setlocal foldmarker={{{,}}}
8996 setlocal foldmethod=manual
8997 setlocal foldminlines=1
8998 setlocal foldnestmax=20
8999 setlocal foldtext=foldtext()
9000 setlocal formatexpr=
9001 setlocal formatoptions=tcq
9002 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
9003 setlocal grepprg=
9004 setlocal iminsert=2
9005 setlocal imsearch=2
9006 setlocal include=
9007 setlocal includeexpr=
9008 setlocal indentexpr=
9009 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
9010 setlocal noinfercase
9011 setlocal iskeyword=@,48-57,_,192-255
9012 setlocal keywordprg=
9013 setlocal nolinebreak
9014 setlocal nolisp
9015 setlocal nolist
9016 setlocal makeprg=
9017 setlocal matchpairs=(:),{:},[:],<:>
9018 setlocal nomodeline
9019 setlocal modifiable
9020 setlocal nrformats=octal,hex
9021 setlocal nonumber
9022 setlocal numberwidth=4
9023 setlocal omnifunc=htmlcomplete#CompleteTags
9024 setlocal path=
9025 setlocal nopreserveindent
9026 setlocal nopreviewwindow
9027 setlocal quoteescape=\\
9028 setlocal noreadonly
9029 setlocal norightleft
9030 setlocal rightleftcmd=search
9031 setlocal noscrollbind
9032 setlocal shiftwidth=8
9033 setlocal noshortname
9034 setlocal nosmartindent
9035 setlocal softtabstop=0
9036 setlocal nospell
9037 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
9038 setlocal spellfile=
9039 setlocal spelllang=en
9040 setlocal statusline=
9041 setlocal suffixesadd=
9042 setlocal swapfile
9043 setlocal synmaxcol=3000
9044 if &syntax != 'html'
9045 setlocal syntax=html
9046 endif
9047 setlocal tabstop=2
9048 setlocal tags=
9049 setlocal textwidth=0
9050 setlocal thesaurus=
9051 setlocal nowinfixheight
9052 setlocal nowinfixwidth
9053 setlocal wrap
9054 setlocal wrapmargin=0
9055 silent! normal! zE
9056 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
9057 if s:l < 1 | let s:l = 1 | endif
9058 exe s:l
9059 normal! zt
9060 1
9061 normal! 0
9062 tabedit supergrubdisk.html
9063 set splitbelow splitright
9064 set nosplitbelow
9065 set nosplitright
9066 wincmd t
9067 set winheight=1 winwidth=1
9068 argglobal
9069 21argu
9070 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9071 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9072 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
9073 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
9074 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
9075 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
9076 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
9077 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
9078 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
9079 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
9080 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
9081 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
9082 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
9083 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
9084 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
9085 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
9086 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
9087 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
9088 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
9089 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
9090 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
9091 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
9092 nnoremap <buffer> <silent> ; 
9093 nnoremap <buffer> <silent> ;; ;
9094 vnoremap <buffer> <silent> ;; ;
9095 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
9096 inoremap <buffer> <silent> &hA &hArr;
9097 inoremap <buffer> <silent> &dA &dArr;
9098 inoremap <buffer> <silent> &rA &rArr;
9099 inoremap <buffer> <silent> &uA &uArr;
9100 inoremap <buffer> <silent> &lA &lArr;
9101 inoremap <buffer> <silent> &ha &harr;
9102 inoremap <buffer> <silent> &da &darr;
9103 inoremap <buffer> <silent> &ra &rarr;
9104 inoremap <buffer> <silent> &ua &uarr;
9105 inoremap <buffer> <silent> &la &larr;
9106 inoremap <buffer> <silent> &pv &piv;
9107 inoremap <buffer> <silent> &uh &upsih;
9108 inoremap <buffer> <silent> &ts &thetasym;
9109 inoremap <buffer> <silent> &og &omega;
9110 inoremap <buffer> <silent> &ps &psi;
9111 inoremap <buffer> <silent> &ch &chi;
9112 inoremap <buffer> <silent> &ph &phi;
9113 inoremap <buffer> <silent> &up &upsilon;
9114 inoremap <buffer> <silent> &ta &tau;
9115 inoremap <buffer> <silent> &sf &sigmaf;
9116 inoremap <buffer> <silent> &si &sigma;
9117 inoremap <buffer> <silent> &rh &rho;
9118 inoremap <buffer> <silent> &pi &pi;
9119 inoremap <buffer> <silent> &oc &omicron;
9120 inoremap <buffer> <silent> &xi &xi;
9121 inoremap <buffer> <silent> &nu &nu;
9122 inoremap <buffer> <silent> &mu &mu;
9123 inoremap <buffer> <silent> &lm &lambda;
9124 inoremap <buffer> <silent> &ka &kappa;
9125 inoremap <buffer> <silent> &io &iota;
9126 inoremap <buffer> <silent> &th &theta;
9127 inoremap <buffer> <silent> &et &eta;
9128 inoremap <buffer> <silent> &ze &zeta;
9129 inoremap <buffer> <silent> &ep &epsilon;
9130 inoremap <buffer> <silent> &de &delta;
9131 inoremap <buffer> <silent> &ga &gamma;
9132 inoremap <buffer> <silent> &be &beta;
9133 inoremap <buffer> <silent> &al &alpha;
9134 inoremap <buffer> <silent> &Ps &Psi;
9135 inoremap <buffer> <silent> &Ch &Chi;
9136 inoremap <buffer> <silent> &Ph &Phi;
9137 inoremap <buffer> <silent> &Up &Upsilon;
9138 inoremap <buffer> <silent> &Ta &Tau;
9139 inoremap <buffer> <silent> &Si &Sigma;
9140 inoremap <buffer> <silent> &Rh &Rho;
9141 inoremap <buffer> <silent> &Pi &Pi;
9142 inoremap <buffer> <silent> &Oc &Omicron;
9143 inoremap <buffer> <silent> &Xi &Xi;
9144 inoremap <buffer> <silent> &Nu &Nu;
9145 inoremap <buffer> <silent> &Mu &Mu;
9146 inoremap <buffer> <silent> &Lm &Lambda;
9147 inoremap <buffer> <silent> &Ka &Kappa;
9148 inoremap <buffer> <silent> &Io &Iota;
9149 inoremap <buffer> <silent> &Th &Theta;
9150 inoremap <buffer> <silent> &Et &Eta;
9151 inoremap <buffer> <silent> &Ze &Zeta;
9152 inoremap <buffer> <silent> &Ep &Epsilon;
9153 inoremap <buffer> <silent> &De &Delta;
9154 inoremap <buffer> <silent> &Ga &Gamma;
9155 inoremap <buffer> <silent> &Be &Beta;
9156 inoremap <buffer> <silent> &Al &Alpha;
9157 inoremap <buffer> <silent> &3. &hellip;
9158 inoremap <buffer> <silent> &-- &mdash;
9159 inoremap <buffer> <silent> &3- &mdash;
9160 inoremap <buffer> <silent> &m- &mdash;
9161 inoremap <buffer> <silent> &2- &ndash;
9162 inoremap <buffer> <silent> &n- &ndash;
9163 inoremap <buffer> <silent> &34 &frac34;
9164 inoremap <buffer> <silent> &12 &frac12;
9165 inoremap <buffer> <silent> &14 &frac14;
9166 inoremap <buffer> <silent> &. &middot;
9167 inoremap <buffer> <silent> &pa &para;
9168 inoremap <buffer> <silent> &mi &micro;
9169 inoremap <buffer> <silent> &dg &deg;
9170 inoremap <buffer> <silent> &? &iquest;
9171 inoremap <buffer> <silent> &! &iexcl;
9172 inoremap <buffer> <silent> &sz &szlig;
9173 inoremap <buffer> <silent> &o/ &oslash;
9174 inoremap <buffer> <silent> &/ &divide;
9175 inoremap <buffer> <silent> &" &uml;
9176 inoremap <buffer> <silent> &2> &raquo;
9177 inoremap <buffer> <silent> &2< &laquo;
9178 inoremap <buffer> <silent> &y" &yuml;
9179 inoremap <buffer> <silent> &y' &yacute;
9180 inoremap <buffer> <silent> &u" &uuml;
9181 inoremap <buffer> <silent> &u^ &ucirc;
9182 inoremap <buffer> <silent> &u' &uacute;
9183 inoremap <buffer> <silent> &u` &ugrave;
9184 inoremap <buffer> <silent> &x &times;
9185 inoremap <buffer> <silent> &o" &ouml;
9186 inoremap <buffer> <silent> &o~ &otilde;
9187 inoremap <buffer> <silent> &o^ &ocirc;
9188 inoremap <buffer> <silent> &o' &oacute;
9189 inoremap <buffer> <silent> &o` &ograve;
9190 inoremap <buffer> <silent> &n~ &ntilde;
9191 inoremap <buffer> <silent> &i" &iuml;
9192 inoremap <buffer> <silent> &i^ &icirc;
9193 inoremap <buffer> <silent> &i' &iacute;
9194 inoremap <buffer> <silent> &i` &igrave;
9195 inoremap <buffer> <silent> &e" &euml;
9196 inoremap <buffer> <silent> &e^ &ecirc;
9197 inoremap <buffer> <silent> &e' &eacute;
9198 inoremap <buffer> <silent> &e` &egrave;
9199 inoremap <buffer> <silent> &c, &ccedil;
9200 inoremap <buffer> <silent> &ae &aelig;
9201 inoremap <buffer> <silent> &ao &aring;
9202 inoremap <buffer> <silent> &a" &auml;
9203 inoremap <buffer> <silent> &a~ &atilde;
9204 inoremap <buffer> <silent> &a^ &acirc;
9205 inoremap <buffer> <silent> &a' &aacute;
9206 inoremap <buffer> <silent> &a` &agrave;
9207 inoremap <buffer> <silent> &Y' &Yacute;
9208 inoremap <buffer> <silent> &U" &Uuml;
9209 inoremap <buffer> <silent> &U^ &Ucirc;
9210 inoremap <buffer> <silent> &U' &Uacute;
9211 inoremap <buffer> <silent> &U` &Ugrave;
9212 inoremap <buffer> <silent> &O/ &Oslash;
9213 inoremap <buffer> <silent> &O" &Ouml;
9214 inoremap <buffer> <silent> &O~ &Otilde;
9215 inoremap <buffer> <silent> &O^ &Ocirc;
9216 inoremap <buffer> <silent> &O' &Oacute;
9217 inoremap <buffer> <silent> &O` &Ograve;
9218 inoremap <buffer> <silent> &N~ &Ntilde;
9219 inoremap <buffer> <silent> &I" &Iuml;
9220 inoremap <buffer> <silent> &I^ &Icirc;
9221 inoremap <buffer> <silent> &I' &Iacute;
9222 inoremap <buffer> <silent> &I` &Igrave;
9223 inoremap <buffer> <silent> &E" &Euml;
9224 inoremap <buffer> <silent> &E^ &Ecirc;
9225 inoremap <buffer> <silent> &E' &Eacute;
9226 inoremap <buffer> <silent> &E` &Egrave;
9227 inoremap <buffer> <silent> &C, &Ccedil;
9228 inoremap <buffer> <silent> &AE &AElig;
9229 inoremap <buffer> <silent> &Ao &Aring;
9230 inoremap <buffer> <silent> &A" &Auml;
9231 inoremap <buffer> <silent> &A~ &Atilde;
9232 inoremap <buffer> <silent> &A^ &Acirc;
9233 inoremap <buffer> <silent> &A' &Aacute;
9234 inoremap <buffer> <silent> &A` &Agrave;
9235 inoremap <buffer> <silent> &c| &cent;
9236 inoremap <buffer> <silent> &Y= &yen;
9237 inoremap <buffer> <silent> &# &pound;
9238 inoremap <buffer> <silent> & &nbsp;
9239 inoremap <buffer> <silent> &> &gt;
9240 inoremap <buffer> <silent> &< &lt;
9241 inoremap <buffer> <silent> &' &quot;
9242 inoremap <buffer> <silent> &tm &trade;
9243 inoremap <buffer> <silent> &rO &reg;
9244 inoremap <buffer> <silent> &cO &copy;
9245 inoremap <buffer> <silent> && &amp;
9246 inoremap <buffer> <silent> ; &nbsp;
9247 inoremap <buffer> <silent> ;la <label for=""></label>F"
9248 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
9249 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
9250 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
9251 </textarea>k$5F"i
9252 inoremap <buffer> <silent> ;og <optgroup label="">
9253 </optgroup>k$F"i
9254 inoremap <buffer> <silent> ;op <option></option>F<
9255 inoremap <buffer> <silent> ;ms <select name="" multiple>
9256 </select>O
9257 inoremap <buffer> <silent> ;se <select name="">
9258 </select>O
9259 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
9260 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
9261 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
9262 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
9263 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
9264 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
9265 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
9266 inoremap <buffer> <silent> ;fm <form action="">
9267 </form>k$F"i
9268 inoremap <buffer> <silent> ;if <iframe src="">
9269 </iframe>k$F"i
9270 inoremap <buffer> <silent> ;nf <noframes>
9271 </noframes>O
9272 inoremap <buffer> <silent> ;fr <frame src="">F"
9273 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
9274 </frameset>k$3F"i
9275 inoremap <buffer> <silent> ;th <th></th>F<
9276 inoremap <buffer> <silent> ;td <td>
9277 </td>O
9278 inoremap <buffer> <silent> ;tr <tr>
9279 </tr>O
9280 inoremap <buffer> <silent> ;tf <tfoot>
9281 </tfoot>O
9282 inoremap <buffer> <silent> ;tb <tbody>
9283 </tbody>O
9284 inoremap <buffer> <silent> ;tH <thead>
9285 </thead>O
9286 inoremap <buffer> <silent> ;ta <table>
9287 </table>O
9288 inoremap <buffer> <silent> ;ca <caption></caption>F<
9289 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
9290 </object>k$5F"i
9291 inoremap <buffer> <silent> ;ns <noscript>
9292 </noscripT>O
9293 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
9294 <noembed></noembed>k$5F"i
9295 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
9296 inoremap <buffer> <silent> ;va <var></var>F<
9297 inoremap <buffer> <silent> ;ul <ul>
9298 </ul>O
9299 inoremap <buffer> <silent> ;tt <tt></tt>F<
9300 inoremap <buffer> <silent> ;ti <title></title>F<
9301 inoremap <buffer> <silent> ;sp <sup></sup>F<
9302 inoremap <buffer> <silent> ;sb <sub></sub>F<
9303 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
9304 inoremap <buffer> <silent> ;cs <style type="text/css">
9305 <!--
9306 -->
9307 </style>kO
9308 inoremap <buffer> <silent> ;sm <small></small>F<
9309 inoremap <buffer> <silent> ;sa <samp></samp>F<
9310 inoremap <buffer> <silent> ;sk <strike></strike>F<
9311 inoremap <buffer> <silent> ;qu <q></q>F<
9312 inoremap <buffer> <silent> ;pr <pre>
9313 </pre>O
9314 inoremap <buffer> <silent> ;/p </p>
9315 
9316 <p>
9317 inoremap <buffer> <silent> ;pp <p>
9318 </p>O
9319 inoremap <buffer> <silent> ;ol <ol>
9320 </ol>O
9321 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
9322 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
9323 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
9324 inoremap <buffer> <silent> ;lk <link href="">F"
9325 inoremap <buffer> <silent> ;li <li></li>F<
9326 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
9327 inoremap <buffer> <silent> ;ii <isindex>
9328 inoremap <buffer> <silent> ;in <ins></ins>F<
9329 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
9330 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
9331 inoremap <buffer> <silent> ;ht <html>
9332 </html>O
9333 inoremap <buffer> <silent> ;Hr <hr width="75%">
9334 inoremap <buffer> <silent> ;hr <hr>
9335 inoremap <buffer> <silent> ;he <head>
9336 </head>O
9337 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
9338 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
9339 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
9340 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
9341 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
9342 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
9343 inoremap <buffer> <silent> ;h6 <h6></h6>F<
9344 inoremap <buffer> <silent> ;h5 <h5></h5>F<
9345 inoremap <buffer> <silent> ;h4 <h4></h4>F<
9346 inoremap <buffer> <silent> ;h3 <h3></h3>F<
9347 inoremap <buffer> <silent> ;h2 <h2></h2>F<
9348 inoremap <buffer> <silent> ;h1 <h1></h1>F<
9349 inoremap <buffer> <silent> ;fc <font color=""></font>F"
9350 inoremap <buffer> <silent> ;fo <font size=""></font>F"
9351 inoremap <buffer> <silent> ;sn <span></span>F<
9352 inoremap <buffer> <silent> ;dv <div>
9353 </div>O
9354 inoremap <buffer> <silent> ;df <dfn></dfn>F<
9355 inoremap <buffer> <silent> ;de <del></del>F<
9356 inoremap <buffer> <silent> ;dd <dd></dd>F<
9357 inoremap <buffer> <silent> ;dt <dt></dt>F<
9358 inoremap <buffer> <silent> ;dl <dl>
9359 </dl>O
9360 inoremap <buffer> <silent> ;co <code></code>F<
9361 inoremap <buffer> <silent> ;ci <cite></cite>F<
9362 inoremap <buffer> <silent> ;ce <center></center>F<
9363 inoremap <buffer> <silent> ;br <br>
9364 inoremap <buffer> <silent> ;bd <body>
9365 </body>O
9366 inoremap <buffer> <silent> ;bl <blockquote>
9367 </blockquote>O
9368 inoremap <buffer> <silent> ;bi <big></big>F<
9369 inoremap <buffer> <silent> ;bh <base href="">F"
9370 inoremap <buffer> <silent> ;ad <address></address>F<
9371 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
9372 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
9373 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
9374 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
9375 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
9376 inoremap <buffer> <silent> ;an <a name=""></a>F"
9377 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
9378 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
9379 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
9380 inoremap <buffer> <silent> ;ah <a href=""></a>F"
9381 imap <buffer> <silent> ;s4 ;s4
9382 imap <buffer> <silent> ;4 ;4
9383 inoremap <buffer> <silent> ;mi :call MangleImageTag()
9384 inoremap <buffer> <silent> ; 
9385 inoremap <buffer> <silent> ;& &
9386 inoremap <buffer> <silent> ;; ;
9387 setlocal keymap=
9388 setlocal noarabic
9389 setlocal autoindent
9390 setlocal balloonexpr=
9391 setlocal nobinary
9392 setlocal bufhidden=
9393 setlocal buflisted
9394 setlocal buftype=
9395 setlocal nocindent
9396 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
9397 setlocal cinoptions=
9398 setlocal cinwords=if,else,while,do,for,switch
9399 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
9400 setlocal commentstring=<!--%s-->
9401 setlocal complete=.,w,b,u,t,i
9402 setlocal completefunc=
9403 setlocal nocopyindent
9404 setlocal nocursorcolumn
9405 setlocal nocursorline
9406 setlocal define=
9407 setlocal dictionary=
9408 setlocal nodiff
9409 setlocal equalprg=
9410 setlocal errorformat=
9411 setlocal noexpandtab
9412 if &filetype != 'html'
9413 setlocal filetype=html
9414 endif
9415 setlocal foldcolumn=0
9416 setlocal foldenable
9417 setlocal foldexpr=0
9418 setlocal foldignore=#
9419 setlocal foldlevel=0
9420 setlocal foldmarker={{{,}}}
9421 setlocal foldmethod=manual
9422 setlocal foldminlines=1
9423 setlocal foldnestmax=20
9424 setlocal foldtext=foldtext()
9425 setlocal formatexpr=
9426 setlocal formatoptions=tcq
9427 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
9428 setlocal grepprg=
9429 setlocal iminsert=2
9430 setlocal imsearch=2
9431 setlocal include=
9432 setlocal includeexpr=
9433 setlocal indentexpr=
9434 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
9435 setlocal noinfercase
9436 setlocal iskeyword=@,48-57,_,192-255
9437 setlocal keywordprg=
9438 setlocal nolinebreak
9439 setlocal nolisp
9440 setlocal nolist
9441 setlocal makeprg=
9442 setlocal matchpairs=(:),{:},[:],<:>
9443 setlocal nomodeline
9444 setlocal modifiable
9445 setlocal nrformats=octal,hex
9446 setlocal nonumber
9447 setlocal numberwidth=4
9448 setlocal omnifunc=htmlcomplete#CompleteTags
9449 setlocal path=
9450 setlocal nopreserveindent
9451 setlocal nopreviewwindow
9452 setlocal quoteescape=\\
9453 setlocal noreadonly
9454 setlocal norightleft
9455 setlocal rightleftcmd=search
9456 setlocal noscrollbind
9457 setlocal shiftwidth=8
9458 setlocal noshortname
9459 setlocal nosmartindent
9460 setlocal softtabstop=0
9461 setlocal nospell
9462 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
9463 setlocal spellfile=
9464 setlocal spelllang=en
9465 setlocal statusline=
9466 setlocal suffixesadd=
9467 setlocal swapfile
9468 setlocal synmaxcol=3000
9469 if &syntax != 'html'
9470 setlocal syntax=html
9471 endif
9472 setlocal tabstop=2
9473 setlocal tags=
9474 setlocal textwidth=0
9475 setlocal thesaurus=
9476 setlocal nowinfixheight
9477 setlocal nowinfixwidth
9478 setlocal wrap
9479 setlocal wrapmargin=0
9480 silent! normal! zE
9481 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
9482 if s:l < 1 | let s:l = 1 | endif
9483 exe s:l
9484 normal! zt
9485 1
9486 normal! 0
9487 tabedit sysresccd.html
9488 set splitbelow splitright
9489 set nosplitbelow
9490 set nosplitright
9491 wincmd t
9492 set winheight=1 winwidth=1
9493 argglobal
9494 22argu
9495 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9496 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9497 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
9498 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
9499 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
9500 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
9501 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
9502 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
9503 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
9504 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
9505 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
9506 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
9507 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
9508 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
9509 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
9510 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
9511 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
9512 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
9513 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
9514 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
9515 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
9516 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
9517 nnoremap <buffer> <silent> ; 
9518 nnoremap <buffer> <silent> ;; ;
9519 vnoremap <buffer> <silent> ;; ;
9520 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
9521 inoremap <buffer> <silent> &hA &hArr;
9522 inoremap <buffer> <silent> &dA &dArr;
9523 inoremap <buffer> <silent> &rA &rArr;
9524 inoremap <buffer> <silent> &uA &uArr;
9525 inoremap <buffer> <silent> &lA &lArr;
9526 inoremap <buffer> <silent> &ha &harr;
9527 inoremap <buffer> <silent> &da &darr;
9528 inoremap <buffer> <silent> &ra &rarr;
9529 inoremap <buffer> <silent> &ua &uarr;
9530 inoremap <buffer> <silent> &la &larr;
9531 inoremap <buffer> <silent> &pv &piv;
9532 inoremap <buffer> <silent> &uh &upsih;
9533 inoremap <buffer> <silent> &ts &thetasym;
9534 inoremap <buffer> <silent> &og &omega;
9535 inoremap <buffer> <silent> &ps &psi;
9536 inoremap <buffer> <silent> &ch &chi;
9537 inoremap <buffer> <silent> &ph &phi;
9538 inoremap <buffer> <silent> &up &upsilon;
9539 inoremap <buffer> <silent> &ta &tau;
9540 inoremap <buffer> <silent> &sf &sigmaf;
9541 inoremap <buffer> <silent> &si &sigma;
9542 inoremap <buffer> <silent> &rh &rho;
9543 inoremap <buffer> <silent> &pi &pi;
9544 inoremap <buffer> <silent> &oc &omicron;
9545 inoremap <buffer> <silent> &xi &xi;
9546 inoremap <buffer> <silent> &nu &nu;
9547 inoremap <buffer> <silent> &mu &mu;
9548 inoremap <buffer> <silent> &lm &lambda;
9549 inoremap <buffer> <silent> &ka &kappa;
9550 inoremap <buffer> <silent> &io &iota;
9551 inoremap <buffer> <silent> &th &theta;
9552 inoremap <buffer> <silent> &et &eta;
9553 inoremap <buffer> <silent> &ze &zeta;
9554 inoremap <buffer> <silent> &ep &epsilon;
9555 inoremap <buffer> <silent> &de &delta;
9556 inoremap <buffer> <silent> &ga &gamma;
9557 inoremap <buffer> <silent> &be &beta;
9558 inoremap <buffer> <silent> &al &alpha;
9559 inoremap <buffer> <silent> &Ps &Psi;
9560 inoremap <buffer> <silent> &Ch &Chi;
9561 inoremap <buffer> <silent> &Ph &Phi;
9562 inoremap <buffer> <silent> &Up &Upsilon;
9563 inoremap <buffer> <silent> &Ta &Tau;
9564 inoremap <buffer> <silent> &Si &Sigma;
9565 inoremap <buffer> <silent> &Rh &Rho;
9566 inoremap <buffer> <silent> &Pi &Pi;
9567 inoremap <buffer> <silent> &Oc &Omicron;
9568 inoremap <buffer> <silent> &Xi &Xi;
9569 inoremap <buffer> <silent> &Nu &Nu;
9570 inoremap <buffer> <silent> &Mu &Mu;
9571 inoremap <buffer> <silent> &Lm &Lambda;
9572 inoremap <buffer> <silent> &Ka &Kappa;
9573 inoremap <buffer> <silent> &Io &Iota;
9574 inoremap <buffer> <silent> &Th &Theta;
9575 inoremap <buffer> <silent> &Et &Eta;
9576 inoremap <buffer> <silent> &Ze &Zeta;
9577 inoremap <buffer> <silent> &Ep &Epsilon;
9578 inoremap <buffer> <silent> &De &Delta;
9579 inoremap <buffer> <silent> &Ga &Gamma;
9580 inoremap <buffer> <silent> &Be &Beta;
9581 inoremap <buffer> <silent> &Al &Alpha;
9582 inoremap <buffer> <silent> &3. &hellip;
9583 inoremap <buffer> <silent> &-- &mdash;
9584 inoremap <buffer> <silent> &3- &mdash;
9585 inoremap <buffer> <silent> &m- &mdash;
9586 inoremap <buffer> <silent> &2- &ndash;
9587 inoremap <buffer> <silent> &n- &ndash;
9588 inoremap <buffer> <silent> &34 &frac34;
9589 inoremap <buffer> <silent> &12 &frac12;
9590 inoremap <buffer> <silent> &14 &frac14;
9591 inoremap <buffer> <silent> &. &middot;
9592 inoremap <buffer> <silent> &pa &para;
9593 inoremap <buffer> <silent> &mi &micro;
9594 inoremap <buffer> <silent> &dg &deg;
9595 inoremap <buffer> <silent> &? &iquest;
9596 inoremap <buffer> <silent> &! &iexcl;
9597 inoremap <buffer> <silent> &sz &szlig;
9598 inoremap <buffer> <silent> &o/ &oslash;
9599 inoremap <buffer> <silent> &/ &divide;
9600 inoremap <buffer> <silent> &" &uml;
9601 inoremap <buffer> <silent> &2> &raquo;
9602 inoremap <buffer> <silent> &2< &laquo;
9603 inoremap <buffer> <silent> &y" &yuml;
9604 inoremap <buffer> <silent> &y' &yacute;
9605 inoremap <buffer> <silent> &u" &uuml;
9606 inoremap <buffer> <silent> &u^ &ucirc;
9607 inoremap <buffer> <silent> &u' &uacute;
9608 inoremap <buffer> <silent> &u` &ugrave;
9609 inoremap <buffer> <silent> &x &times;
9610 inoremap <buffer> <silent> &o" &ouml;
9611 inoremap <buffer> <silent> &o~ &otilde;
9612 inoremap <buffer> <silent> &o^ &ocirc;
9613 inoremap <buffer> <silent> &o' &oacute;
9614 inoremap <buffer> <silent> &o` &ograve;
9615 inoremap <buffer> <silent> &n~ &ntilde;
9616 inoremap <buffer> <silent> &i" &iuml;
9617 inoremap <buffer> <silent> &i^ &icirc;
9618 inoremap <buffer> <silent> &i' &iacute;
9619 inoremap <buffer> <silent> &i` &igrave;
9620 inoremap <buffer> <silent> &e" &euml;
9621 inoremap <buffer> <silent> &e^ &ecirc;
9622 inoremap <buffer> <silent> &e' &eacute;
9623 inoremap <buffer> <silent> &e` &egrave;
9624 inoremap <buffer> <silent> &c, &ccedil;
9625 inoremap <buffer> <silent> &ae &aelig;
9626 inoremap <buffer> <silent> &ao &aring;
9627 inoremap <buffer> <silent> &a" &auml;
9628 inoremap <buffer> <silent> &a~ &atilde;
9629 inoremap <buffer> <silent> &a^ &acirc;
9630 inoremap <buffer> <silent> &a' &aacute;
9631 inoremap <buffer> <silent> &a` &agrave;
9632 inoremap <buffer> <silent> &Y' &Yacute;
9633 inoremap <buffer> <silent> &U" &Uuml;
9634 inoremap <buffer> <silent> &U^ &Ucirc;
9635 inoremap <buffer> <silent> &U' &Uacute;
9636 inoremap <buffer> <silent> &U` &Ugrave;
9637 inoremap <buffer> <silent> &O/ &Oslash;
9638 inoremap <buffer> <silent> &O" &Ouml;
9639 inoremap <buffer> <silent> &O~ &Otilde;
9640 inoremap <buffer> <silent> &O^ &Ocirc;
9641 inoremap <buffer> <silent> &O' &Oacute;
9642 inoremap <buffer> <silent> &O` &Ograve;
9643 inoremap <buffer> <silent> &N~ &Ntilde;
9644 inoremap <buffer> <silent> &I" &Iuml;
9645 inoremap <buffer> <silent> &I^ &Icirc;
9646 inoremap <buffer> <silent> &I' &Iacute;
9647 inoremap <buffer> <silent> &I` &Igrave;
9648 inoremap <buffer> <silent> &E" &Euml;
9649 inoremap <buffer> <silent> &E^ &Ecirc;
9650 inoremap <buffer> <silent> &E' &Eacute;
9651 inoremap <buffer> <silent> &E` &Egrave;
9652 inoremap <buffer> <silent> &C, &Ccedil;
9653 inoremap <buffer> <silent> &AE &AElig;
9654 inoremap <buffer> <silent> &Ao &Aring;
9655 inoremap <buffer> <silent> &A" &Auml;
9656 inoremap <buffer> <silent> &A~ &Atilde;
9657 inoremap <buffer> <silent> &A^ &Acirc;
9658 inoremap <buffer> <silent> &A' &Aacute;
9659 inoremap <buffer> <silent> &A` &Agrave;
9660 inoremap <buffer> <silent> &c| &cent;
9661 inoremap <buffer> <silent> &Y= &yen;
9662 inoremap <buffer> <silent> &# &pound;
9663 inoremap <buffer> <silent> & &nbsp;
9664 inoremap <buffer> <silent> &> &gt;
9665 inoremap <buffer> <silent> &< &lt;
9666 inoremap <buffer> <silent> &' &quot;
9667 inoremap <buffer> <silent> &tm &trade;
9668 inoremap <buffer> <silent> &rO &reg;
9669 inoremap <buffer> <silent> &cO &copy;
9670 inoremap <buffer> <silent> && &amp;
9671 inoremap <buffer> <silent> ; &nbsp;
9672 inoremap <buffer> <silent> ;la <label for=""></label>F"
9673 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
9674 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
9675 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
9676 </textarea>k$5F"i
9677 inoremap <buffer> <silent> ;og <optgroup label="">
9678 </optgroup>k$F"i
9679 inoremap <buffer> <silent> ;op <option></option>F<
9680 inoremap <buffer> <silent> ;ms <select name="" multiple>
9681 </select>O
9682 inoremap <buffer> <silent> ;se <select name="">
9683 </select>O
9684 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
9685 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
9686 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
9687 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
9688 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
9689 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
9690 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
9691 inoremap <buffer> <silent> ;fm <form action="">
9692 </form>k$F"i
9693 inoremap <buffer> <silent> ;if <iframe src="">
9694 </iframe>k$F"i
9695 inoremap <buffer> <silent> ;nf <noframes>
9696 </noframes>O
9697 inoremap <buffer> <silent> ;fr <frame src="">F"
9698 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
9699 </frameset>k$3F"i
9700 inoremap <buffer> <silent> ;th <th></th>F<
9701 inoremap <buffer> <silent> ;td <td>
9702 </td>O
9703 inoremap <buffer> <silent> ;tr <tr>
9704 </tr>O
9705 inoremap <buffer> <silent> ;tf <tfoot>
9706 </tfoot>O
9707 inoremap <buffer> <silent> ;tb <tbody>
9708 </tbody>O
9709 inoremap <buffer> <silent> ;tH <thead>
9710 </thead>O
9711 inoremap <buffer> <silent> ;ta <table>
9712 </table>O
9713 inoremap <buffer> <silent> ;ca <caption></caption>F<
9714 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
9715 </object>k$5F"i
9716 inoremap <buffer> <silent> ;ns <noscript>
9717 </noscripT>O
9718 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
9719 <noembed></noembed>k$5F"i
9720 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
9721 inoremap <buffer> <silent> ;va <var></var>F<
9722 inoremap <buffer> <silent> ;ul <ul>
9723 </ul>O
9724 inoremap <buffer> <silent> ;tt <tt></tt>F<
9725 inoremap <buffer> <silent> ;ti <title></title>F<
9726 inoremap <buffer> <silent> ;sp <sup></sup>F<
9727 inoremap <buffer> <silent> ;sb <sub></sub>F<
9728 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
9729 inoremap <buffer> <silent> ;cs <style type="text/css">
9730 <!--
9731 -->
9732 </style>kO
9733 inoremap <buffer> <silent> ;sm <small></small>F<
9734 inoremap <buffer> <silent> ;sa <samp></samp>F<
9735 inoremap <buffer> <silent> ;sk <strike></strike>F<
9736 inoremap <buffer> <silent> ;qu <q></q>F<
9737 inoremap <buffer> <silent> ;pr <pre>
9738 </pre>O
9739 inoremap <buffer> <silent> ;/p </p>
9740 
9741 <p>
9742 inoremap <buffer> <silent> ;pp <p>
9743 </p>O
9744 inoremap <buffer> <silent> ;ol <ol>
9745 </ol>O
9746 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
9747 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
9748 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
9749 inoremap <buffer> <silent> ;lk <link href="">F"
9750 inoremap <buffer> <silent> ;li <li></li>F<
9751 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
9752 inoremap <buffer> <silent> ;ii <isindex>
9753 inoremap <buffer> <silent> ;in <ins></ins>F<
9754 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
9755 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
9756 inoremap <buffer> <silent> ;ht <html>
9757 </html>O
9758 inoremap <buffer> <silent> ;Hr <hr width="75%">
9759 inoremap <buffer> <silent> ;hr <hr>
9760 inoremap <buffer> <silent> ;he <head>
9761 </head>O
9762 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
9763 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
9764 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
9765 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
9766 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
9767 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
9768 inoremap <buffer> <silent> ;h6 <h6></h6>F<
9769 inoremap <buffer> <silent> ;h5 <h5></h5>F<
9770 inoremap <buffer> <silent> ;h4 <h4></h4>F<
9771 inoremap <buffer> <silent> ;h3 <h3></h3>F<
9772 inoremap <buffer> <silent> ;h2 <h2></h2>F<
9773 inoremap <buffer> <silent> ;h1 <h1></h1>F<
9774 inoremap <buffer> <silent> ;fc <font color=""></font>F"
9775 inoremap <buffer> <silent> ;fo <font size=""></font>F"
9776 inoremap <buffer> <silent> ;sn <span></span>F<
9777 inoremap <buffer> <silent> ;dv <div>
9778 </div>O
9779 inoremap <buffer> <silent> ;df <dfn></dfn>F<
9780 inoremap <buffer> <silent> ;de <del></del>F<
9781 inoremap <buffer> <silent> ;dd <dd></dd>F<
9782 inoremap <buffer> <silent> ;dt <dt></dt>F<
9783 inoremap <buffer> <silent> ;dl <dl>
9784 </dl>O
9785 inoremap <buffer> <silent> ;co <code></code>F<
9786 inoremap <buffer> <silent> ;ci <cite></cite>F<
9787 inoremap <buffer> <silent> ;ce <center></center>F<
9788 inoremap <buffer> <silent> ;br <br>
9789 inoremap <buffer> <silent> ;bd <body>
9790 </body>O
9791 inoremap <buffer> <silent> ;bl <blockquote>
9792 </blockquote>O
9793 inoremap <buffer> <silent> ;bi <big></big>F<
9794 inoremap <buffer> <silent> ;bh <base href="">F"
9795 inoremap <buffer> <silent> ;ad <address></address>F<
9796 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
9797 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
9798 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
9799 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
9800 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
9801 inoremap <buffer> <silent> ;an <a name=""></a>F"
9802 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
9803 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
9804 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
9805 inoremap <buffer> <silent> ;ah <a href=""></a>F"
9806 imap <buffer> <silent> ;s4 ;s4
9807 imap <buffer> <silent> ;4 ;4
9808 inoremap <buffer> <silent> ;mi :call MangleImageTag()
9809 inoremap <buffer> <silent> ; 
9810 inoremap <buffer> <silent> ;& &
9811 inoremap <buffer> <silent> ;; ;
9812 setlocal keymap=
9813 setlocal noarabic
9814 setlocal autoindent
9815 setlocal balloonexpr=
9816 setlocal nobinary
9817 setlocal bufhidden=
9818 setlocal buflisted
9819 setlocal buftype=
9820 setlocal nocindent
9821 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
9822 setlocal cinoptions=
9823 setlocal cinwords=if,else,while,do,for,switch
9824 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
9825 setlocal commentstring=<!--%s-->
9826 setlocal complete=.,w,b,u,t,i
9827 setlocal completefunc=
9828 setlocal nocopyindent
9829 setlocal nocursorcolumn
9830 setlocal nocursorline
9831 setlocal define=
9832 setlocal dictionary=
9833 setlocal nodiff
9834 setlocal equalprg=
9835 setlocal errorformat=
9836 setlocal noexpandtab
9837 if &filetype != 'html'
9838 setlocal filetype=html
9839 endif
9840 setlocal foldcolumn=0
9841 setlocal foldenable
9842 setlocal foldexpr=0
9843 setlocal foldignore=#
9844 setlocal foldlevel=0
9845 setlocal foldmarker={{{,}}}
9846 setlocal foldmethod=manual
9847 setlocal foldminlines=1
9848 setlocal foldnestmax=20
9849 setlocal foldtext=foldtext()
9850 setlocal formatexpr=
9851 setlocal formatoptions=tcq
9852 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
9853 setlocal grepprg=
9854 setlocal iminsert=2
9855 setlocal imsearch=2
9856 setlocal include=
9857 setlocal includeexpr=
9858 setlocal indentexpr=
9859 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
9860 setlocal noinfercase
9861 setlocal iskeyword=@,48-57,_,192-255
9862 setlocal keywordprg=
9863 setlocal nolinebreak
9864 setlocal nolisp
9865 setlocal nolist
9866 setlocal makeprg=
9867 setlocal matchpairs=(:),{:},[:],<:>
9868 setlocal nomodeline
9869 setlocal modifiable
9870 setlocal nrformats=octal,hex
9871 setlocal nonumber
9872 setlocal numberwidth=4
9873 setlocal omnifunc=htmlcomplete#CompleteTags
9874 setlocal path=
9875 setlocal nopreserveindent
9876 setlocal nopreviewwindow
9877 setlocal quoteescape=\\
9878 setlocal noreadonly
9879 setlocal norightleft
9880 setlocal rightleftcmd=search
9881 setlocal noscrollbind
9882 setlocal shiftwidth=8
9883 setlocal noshortname
9884 setlocal nosmartindent
9885 setlocal softtabstop=0
9886 setlocal nospell
9887 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
9888 setlocal spellfile=
9889 setlocal spelllang=en
9890 setlocal statusline=
9891 setlocal suffixesadd=
9892 setlocal swapfile
9893 setlocal synmaxcol=3000
9894 if &syntax != 'html'
9895 setlocal syntax=html
9896 endif
9897 setlocal tabstop=2
9898 setlocal tags=
9899 setlocal textwidth=0
9900 setlocal thesaurus=
9901 setlocal nowinfixheight
9902 setlocal nowinfixwidth
9903 setlocal wrap
9904 setlocal wrapmargin=0
9905 silent! normal! zE
9906 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
9907 if s:l < 1 | let s:l = 1 | endif
9908 exe s:l
9909 normal! zt
9910 1
9911 normal! 0
9912 tabedit usb.html
9913 set splitbelow splitright
9914 set nosplitbelow
9915 set nosplitright
9916 wincmd t
9917 set winheight=1 winwidth=1
9918 argglobal
9919 23argu
9920 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9921 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9922 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
9923 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
9924 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
9925 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
9926 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
9927 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
9928 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
9929 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
9930 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
9931 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
9932 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
9933 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
9934 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
9935 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
9936 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
9937 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
9938 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
9939 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
9940 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
9941 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
9942 nnoremap <buffer> <silent> ; 
9943 nnoremap <buffer> <silent> ;; ;
9944 vnoremap <buffer> <silent> ;; ;
9945 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
9946 inoremap <buffer> <silent> &hA &hArr;
9947 inoremap <buffer> <silent> &dA &dArr;
9948 inoremap <buffer> <silent> &rA &rArr;
9949 inoremap <buffer> <silent> &uA &uArr;
9950 inoremap <buffer> <silent> &lA &lArr;
9951 inoremap <buffer> <silent> &ha &harr;
9952 inoremap <buffer> <silent> &da &darr;
9953 inoremap <buffer> <silent> &ra &rarr;
9954 inoremap <buffer> <silent> &ua &uarr;
9955 inoremap <buffer> <silent> &la &larr;
9956 inoremap <buffer> <silent> &pv &piv;
9957 inoremap <buffer> <silent> &uh &upsih;
9958 inoremap <buffer> <silent> &ts &thetasym;
9959 inoremap <buffer> <silent> &og &omega;
9960 inoremap <buffer> <silent> &ps &psi;
9961 inoremap <buffer> <silent> &ch &chi;
9962 inoremap <buffer> <silent> &ph &phi;
9963 inoremap <buffer> <silent> &up &upsilon;
9964 inoremap <buffer> <silent> &ta &tau;
9965 inoremap <buffer> <silent> &sf &sigmaf;
9966 inoremap <buffer> <silent> &si &sigma;
9967 inoremap <buffer> <silent> &rh &rho;
9968 inoremap <buffer> <silent> &pi &pi;
9969 inoremap <buffer> <silent> &oc &omicron;
9970 inoremap <buffer> <silent> &xi &xi;
9971 inoremap <buffer> <silent> &nu &nu;
9972 inoremap <buffer> <silent> &mu &mu;
9973 inoremap <buffer> <silent> &lm &lambda;
9974 inoremap <buffer> <silent> &ka &kappa;
9975 inoremap <buffer> <silent> &io &iota;
9976 inoremap <buffer> <silent> &th &theta;
9977 inoremap <buffer> <silent> &et &eta;
9978 inoremap <buffer> <silent> &ze &zeta;
9979 inoremap <buffer> <silent> &ep &epsilon;
9980 inoremap <buffer> <silent> &de &delta;
9981 inoremap <buffer> <silent> &ga &gamma;
9982 inoremap <buffer> <silent> &be &beta;
9983 inoremap <buffer> <silent> &al &alpha;
9984 inoremap <buffer> <silent> &Ps &Psi;
9985 inoremap <buffer> <silent> &Ch &Chi;
9986 inoremap <buffer> <silent> &Ph &Phi;
9987 inoremap <buffer> <silent> &Up &Upsilon;
9988 inoremap <buffer> <silent> &Ta &Tau;
9989 inoremap <buffer> <silent> &Si &Sigma;
9990 inoremap <buffer> <silent> &Rh &Rho;
9991 inoremap <buffer> <silent> &Pi &Pi;
9992 inoremap <buffer> <silent> &Oc &Omicron;
9993 inoremap <buffer> <silent> &Xi &Xi;
9994 inoremap <buffer> <silent> &Nu &Nu;
9995 inoremap <buffer> <silent> &Mu &Mu;
9996 inoremap <buffer> <silent> &Lm &Lambda;
9997 inoremap <buffer> <silent> &Ka &Kappa;
9998 inoremap <buffer> <silent> &Io &Iota;
9999 inoremap <buffer> <silent> &Th &Theta;
10000 inoremap <buffer> <silent> &Et &Eta;
10001 inoremap <buffer> <silent> &Ze &Zeta;
10002 inoremap <buffer> <silent> &Ep &Epsilon;
10003 inoremap <buffer> <silent> &De &Delta;
10004 inoremap <buffer> <silent> &Ga &Gamma;
10005 inoremap <buffer> <silent> &Be &Beta;
10006 inoremap <buffer> <silent> &Al &Alpha;
10007 inoremap <buffer> <silent> &3. &hellip;
10008 inoremap <buffer> <silent> &-- &mdash;
10009 inoremap <buffer> <silent> &3- &mdash;
10010 inoremap <buffer> <silent> &m- &mdash;
10011 inoremap <buffer> <silent> &2- &ndash;
10012 inoremap <buffer> <silent> &n- &ndash;
10013 inoremap <buffer> <silent> &34 &frac34;
10014 inoremap <buffer> <silent> &12 &frac12;
10015 inoremap <buffer> <silent> &14 &frac14;
10016 inoremap <buffer> <silent> &. &middot;
10017 inoremap <buffer> <silent> &pa &para;
10018 inoremap <buffer> <silent> &mi &micro;
10019 inoremap <buffer> <silent> &dg &deg;
10020 inoremap <buffer> <silent> &? &iquest;
10021 inoremap <buffer> <silent> &! &iexcl;
10022 inoremap <buffer> <silent> &sz &szlig;
10023 inoremap <buffer> <silent> &o/ &oslash;
10024 inoremap <buffer> <silent> &/ &divide;
10025 inoremap <buffer> <silent> &" &uml;
10026 inoremap <buffer> <silent> &2> &raquo;
10027 inoremap <buffer> <silent> &2< &laquo;
10028 inoremap <buffer> <silent> &y" &yuml;
10029 inoremap <buffer> <silent> &y' &yacute;
10030 inoremap <buffer> <silent> &u" &uuml;
10031 inoremap <buffer> <silent> &u^ &ucirc;
10032 inoremap <buffer> <silent> &u' &uacute;
10033 inoremap <buffer> <silent> &u` &ugrave;
10034 inoremap <buffer> <silent> &x &times;
10035 inoremap <buffer> <silent> &o" &ouml;
10036 inoremap <buffer> <silent> &o~ &otilde;
10037 inoremap <buffer> <silent> &o^ &ocirc;
10038 inoremap <buffer> <silent> &o' &oacute;
10039 inoremap <buffer> <silent> &o` &ograve;
10040 inoremap <buffer> <silent> &n~ &ntilde;
10041 inoremap <buffer> <silent> &i" &iuml;
10042 inoremap <buffer> <silent> &i^ &icirc;
10043 inoremap <buffer> <silent> &i' &iacute;
10044 inoremap <buffer> <silent> &i` &igrave;
10045 inoremap <buffer> <silent> &e" &euml;
10046 inoremap <buffer> <silent> &e^ &ecirc;
10047 inoremap <buffer> <silent> &e' &eacute;
10048 inoremap <buffer> <silent> &e` &egrave;
10049 inoremap <buffer> <silent> &c, &ccedil;
10050 inoremap <buffer> <silent> &ae &aelig;
10051 inoremap <buffer> <silent> &ao &aring;
10052 inoremap <buffer> <silent> &a" &auml;
10053 inoremap <buffer> <silent> &a~ &atilde;
10054 inoremap <buffer> <silent> &a^ &acirc;
10055 inoremap <buffer> <silent> &a' &aacute;
10056 inoremap <buffer> <silent> &a` &agrave;
10057 inoremap <buffer> <silent> &Y' &Yacute;
10058 inoremap <buffer> <silent> &U" &Uuml;
10059 inoremap <buffer> <silent> &U^ &Ucirc;
10060 inoremap <buffer> <silent> &U' &Uacute;
10061 inoremap <buffer> <silent> &U` &Ugrave;
10062 inoremap <buffer> <silent> &O/ &Oslash;
10063 inoremap <buffer> <silent> &O" &Ouml;
10064 inoremap <buffer> <silent> &O~ &Otilde;
10065 inoremap <buffer> <silent> &O^ &Ocirc;
10066 inoremap <buffer> <silent> &O' &Oacute;
10067 inoremap <buffer> <silent> &O` &Ograve;
10068 inoremap <buffer> <silent> &N~ &Ntilde;
10069 inoremap <buffer> <silent> &I" &Iuml;
10070 inoremap <buffer> <silent> &I^ &Icirc;
10071 inoremap <buffer> <silent> &I' &Iacute;
10072 inoremap <buffer> <silent> &I` &Igrave;
10073 inoremap <buffer> <silent> &E" &Euml;
10074 inoremap <buffer> <silent> &E^ &Ecirc;
10075 inoremap <buffer> <silent> &E' &Eacute;
10076 inoremap <buffer> <silent> &E` &Egrave;
10077 inoremap <buffer> <silent> &C, &Ccedil;
10078 inoremap <buffer> <silent> &AE &AElig;
10079 inoremap <buffer> <silent> &Ao &Aring;
10080 inoremap <buffer> <silent> &A" &Auml;
10081 inoremap <buffer> <silent> &A~ &Atilde;
10082 inoremap <buffer> <silent> &A^ &Acirc;
10083 inoremap <buffer> <silent> &A' &Aacute;
10084 inoremap <buffer> <silent> &A` &Agrave;
10085 inoremap <buffer> <silent> &c| &cent;
10086 inoremap <buffer> <silent> &Y= &yen;
10087 inoremap <buffer> <silent> &# &pound;
10088 inoremap <buffer> <silent> & &nbsp;
10089 inoremap <buffer> <silent> &> &gt;
10090 inoremap <buffer> <silent> &< &lt;
10091 inoremap <buffer> <silent> &' &quot;
10092 inoremap <buffer> <silent> &tm &trade;
10093 inoremap <buffer> <silent> &rO &reg;
10094 inoremap <buffer> <silent> &cO &copy;
10095 inoremap <buffer> <silent> && &amp;
10096 inoremap <buffer> <silent> ; &nbsp;
10097 inoremap <buffer> <silent> ;la <label for=""></label>F"
10098 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
10099 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
10100 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
10101 </textarea>k$5F"i
10102 inoremap <buffer> <silent> ;og <optgroup label="">
10103 </optgroup>k$F"i
10104 inoremap <buffer> <silent> ;op <option></option>F<
10105 inoremap <buffer> <silent> ;ms <select name="" multiple>
10106 </select>O
10107 inoremap <buffer> <silent> ;se <select name="">
10108 </select>O
10109 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
10110 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
10111 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
10112 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
10113 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
10114 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
10115 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
10116 inoremap <buffer> <silent> ;fm <form action="">
10117 </form>k$F"i
10118 inoremap <buffer> <silent> ;if <iframe src="">
10119 </iframe>k$F"i
10120 inoremap <buffer> <silent> ;nf <noframes>
10121 </noframes>O
10122 inoremap <buffer> <silent> ;fr <frame src="">F"
10123 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
10124 </frameset>k$3F"i
10125 inoremap <buffer> <silent> ;th <th></th>F<
10126 inoremap <buffer> <silent> ;td <td>
10127 </td>O
10128 inoremap <buffer> <silent> ;tr <tr>
10129 </tr>O
10130 inoremap <buffer> <silent> ;tf <tfoot>
10131 </tfoot>O
10132 inoremap <buffer> <silent> ;tb <tbody>
10133 </tbody>O
10134 inoremap <buffer> <silent> ;tH <thead>
10135 </thead>O
10136 inoremap <buffer> <silent> ;ta <table>
10137 </table>O
10138 inoremap <buffer> <silent> ;ca <caption></caption>F<
10139 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
10140 </object>k$5F"i
10141 inoremap <buffer> <silent> ;ns <noscript>
10142 </noscripT>O
10143 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
10144 <noembed></noembed>k$5F"i
10145 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
10146 inoremap <buffer> <silent> ;va <var></var>F<
10147 inoremap <buffer> <silent> ;ul <ul>
10148 </ul>O
10149 inoremap <buffer> <silent> ;tt <tt></tt>F<
10150 inoremap <buffer> <silent> ;ti <title></title>F<
10151 inoremap <buffer> <silent> ;sp <sup></sup>F<
10152 inoremap <buffer> <silent> ;sb <sub></sub>F<
10153 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
10154 inoremap <buffer> <silent> ;cs <style type="text/css">
10155 <!--
10156 -->
10157 </style>kO
10158 inoremap <buffer> <silent> ;sm <small></small>F<
10159 inoremap <buffer> <silent> ;sa <samp></samp>F<
10160 inoremap <buffer> <silent> ;sk <strike></strike>F<
10161 inoremap <buffer> <silent> ;qu <q></q>F<
10162 inoremap <buffer> <silent> ;pr <pre>
10163 </pre>O
10164 inoremap <buffer> <silent> ;/p </p>
10165 
10166 <p>
10167 inoremap <buffer> <silent> ;pp <p>
10168 </p>O
10169 inoremap <buffer> <silent> ;ol <ol>
10170 </ol>O
10171 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
10172 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
10173 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
10174 inoremap <buffer> <silent> ;lk <link href="">F"
10175 inoremap <buffer> <silent> ;li <li></li>F<
10176 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
10177 inoremap <buffer> <silent> ;ii <isindex>
10178 inoremap <buffer> <silent> ;in <ins></ins>F<
10179 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
10180 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
10181 inoremap <buffer> <silent> ;ht <html>
10182 </html>O
10183 inoremap <buffer> <silent> ;Hr <hr width="75%">
10184 inoremap <buffer> <silent> ;hr <hr>
10185 inoremap <buffer> <silent> ;he <head>
10186 </head>O
10187 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
10188 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
10189 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
10190 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
10191 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
10192 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
10193 inoremap <buffer> <silent> ;h6 <h6></h6>F<
10194 inoremap <buffer> <silent> ;h5 <h5></h5>F<
10195 inoremap <buffer> <silent> ;h4 <h4></h4>F<
10196 inoremap <buffer> <silent> ;h3 <h3></h3>F<
10197 inoremap <buffer> <silent> ;h2 <h2></h2>F<
10198 inoremap <buffer> <silent> ;h1 <h1></h1>F<
10199 inoremap <buffer> <silent> ;fc <font color=""></font>F"
10200 inoremap <buffer> <silent> ;fo <font size=""></font>F"
10201 inoremap <buffer> <silent> ;sn <span></span>F<
10202 inoremap <buffer> <silent> ;dv <div>
10203 </div>O
10204 inoremap <buffer> <silent> ;df <dfn></dfn>F<
10205 inoremap <buffer> <silent> ;de <del></del>F<
10206 inoremap <buffer> <silent> ;dd <dd></dd>F<
10207 inoremap <buffer> <silent> ;dt <dt></dt>F<
10208 inoremap <buffer> <silent> ;dl <dl>
10209 </dl>O
10210 inoremap <buffer> <silent> ;co <code></code>F<
10211 inoremap <buffer> <silent> ;ci <cite></cite>F<
10212 inoremap <buffer> <silent> ;ce <center></center>F<
10213 inoremap <buffer> <silent> ;br <br>
10214 inoremap <buffer> <silent> ;bd <body>
10215 </body>O
10216 inoremap <buffer> <silent> ;bl <blockquote>
10217 </blockquote>O
10218 inoremap <buffer> <silent> ;bi <big></big>F<
10219 inoremap <buffer> <silent> ;bh <base href="">F"
10220 inoremap <buffer> <silent> ;ad <address></address>F<
10221 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
10222 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
10223 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
10224 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
10225 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
10226 inoremap <buffer> <silent> ;an <a name=""></a>F"
10227 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
10228 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
10229 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
10230 inoremap <buffer> <silent> ;ah <a href=""></a>F"
10231 imap <buffer> <silent> ;s4 ;s4
10232 imap <buffer> <silent> ;4 ;4
10233 inoremap <buffer> <silent> ;mi :call MangleImageTag()
10234 inoremap <buffer> <silent> ; 
10235 inoremap <buffer> <silent> ;& &
10236 inoremap <buffer> <silent> ;; ;
10237 setlocal keymap=
10238 setlocal noarabic
10239 setlocal autoindent
10240 setlocal balloonexpr=
10241 setlocal nobinary
10242 setlocal bufhidden=
10243 setlocal buflisted
10244 setlocal buftype=
10245 setlocal nocindent
10246 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10247 setlocal cinoptions=
10248 setlocal cinwords=if,else,while,do,for,switch
10249 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
10250 setlocal commentstring=<!--%s-->
10251 setlocal complete=.,w,b,u,t,i
10252 setlocal completefunc=
10253 setlocal nocopyindent
10254 setlocal nocursorcolumn
10255 setlocal nocursorline
10256 setlocal define=
10257 setlocal dictionary=
10258 setlocal nodiff
10259 setlocal equalprg=
10260 setlocal errorformat=
10261 setlocal noexpandtab
10262 if &filetype != 'html'
10263 setlocal filetype=html
10264 endif
10265 setlocal foldcolumn=0
10266 setlocal foldenable
10267 setlocal foldexpr=0
10268 setlocal foldignore=#
10269 setlocal foldlevel=0
10270 setlocal foldmarker={{{,}}}
10271 setlocal foldmethod=manual
10272 setlocal foldminlines=1
10273 setlocal foldnestmax=20
10274 setlocal foldtext=foldtext()
10275 setlocal formatexpr=
10276 setlocal formatoptions=tcq
10277 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
10278 setlocal grepprg=
10279 setlocal iminsert=2
10280 setlocal imsearch=2
10281 setlocal include=
10282 setlocal includeexpr=
10283 setlocal indentexpr=
10284 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
10285 setlocal noinfercase
10286 setlocal iskeyword=@,48-57,_,192-255
10287 setlocal keywordprg=
10288 setlocal nolinebreak
10289 setlocal nolisp
10290 setlocal nolist
10291 setlocal makeprg=
10292 setlocal matchpairs=(:),{:},[:],<:>
10293 setlocal nomodeline
10294 setlocal modifiable
10295 setlocal nrformats=octal,hex
10296 setlocal nonumber
10297 setlocal numberwidth=4
10298 setlocal omnifunc=htmlcomplete#CompleteTags
10299 setlocal path=
10300 setlocal nopreserveindent
10301 setlocal nopreviewwindow
10302 setlocal quoteescape=\\
10303 setlocal noreadonly
10304 setlocal norightleft
10305 setlocal rightleftcmd=search
10306 setlocal noscrollbind
10307 setlocal shiftwidth=8
10308 setlocal noshortname
10309 setlocal nosmartindent
10310 setlocal softtabstop=0
10311 setlocal nospell
10312 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
10313 setlocal spellfile=
10314 setlocal spelllang=en
10315 setlocal statusline=
10316 setlocal suffixesadd=
10317 setlocal swapfile
10318 setlocal synmaxcol=3000
10319 if &syntax != 'html'
10320 setlocal syntax=html
10321 endif
10322 setlocal tabstop=2
10323 setlocal tags=
10324 setlocal textwidth=0
10325 setlocal thesaurus=
10326 setlocal nowinfixheight
10327 setlocal nowinfixwidth
10328 setlocal wrap
10329 setlocal wrapmargin=0
10330 silent! normal! zE
10331 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
10332 if s:l < 1 | let s:l = 1 | endif
10333 exe s:l
10334 normal! zt
10335 1
10336 normal! 0
10337 tabedit news.php
10338 set splitbelow splitright
10339 set nosplitbelow
10340 set nosplitright
10341 wincmd t
10342 set winheight=1 winwidth=1
10343 argglobal
10344 24argu
10345 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
10346 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
10347 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
10348 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
10349 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
10350 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
10351 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
10352 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
10353 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
10354 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
10355 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
10356 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
10357 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
10358 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
10359 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
10360 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
10361 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
10362 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
10363 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
10364 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
10365 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
10366 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
10367 nnoremap <buffer> <silent> ; 
10368 nnoremap <buffer> <silent> ;; ;
10369 vnoremap <buffer> <silent> ;; ;
10370 onoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
10371 :nohls
10372 nnoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
10373 :nohls
10374 onoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
10375 :nohls
10376 nnoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
10377 :nohls
10378 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
10379 inoremap <buffer> <silent> &hA &hArr;
10380 inoremap <buffer> <silent> &dA &dArr;
10381 inoremap <buffer> <silent> &rA &rArr;
10382 inoremap <buffer> <silent> &uA &uArr;
10383 inoremap <buffer> <silent> &lA &lArr;
10384 inoremap <buffer> <silent> &ha &harr;
10385 inoremap <buffer> <silent> &da &darr;
10386 inoremap <buffer> <silent> &ra &rarr;
10387 inoremap <buffer> <silent> &ua &uarr;
10388 inoremap <buffer> <silent> &la &larr;
10389 inoremap <buffer> <silent> &pv &piv;
10390 inoremap <buffer> <silent> &uh &upsih;
10391 inoremap <buffer> <silent> &ts &thetasym;
10392 inoremap <buffer> <silent> &og &omega;
10393 inoremap <buffer> <silent> &ps &psi;
10394 inoremap <buffer> <silent> &ch &chi;
10395 inoremap <buffer> <silent> &ph &phi;
10396 inoremap <buffer> <silent> &up &upsilon;
10397 inoremap <buffer> <silent> &ta &tau;
10398 inoremap <buffer> <silent> &sf &sigmaf;
10399 inoremap <buffer> <silent> &si &sigma;
10400 inoremap <buffer> <silent> &rh &rho;
10401 inoremap <buffer> <silent> &pi &pi;
10402 inoremap <buffer> <silent> &oc &omicron;
10403 inoremap <buffer> <silent> &xi &xi;
10404 inoremap <buffer> <silent> &nu &nu;
10405 inoremap <buffer> <silent> &mu &mu;
10406 inoremap <buffer> <silent> &lm &lambda;
10407 inoremap <buffer> <silent> &ka &kappa;
10408 inoremap <buffer> <silent> &io &iota;
10409 inoremap <buffer> <silent> &th &theta;
10410 inoremap <buffer> <silent> &et &eta;
10411 inoremap <buffer> <silent> &ze &zeta;
10412 inoremap <buffer> <silent> &ep &epsilon;
10413 inoremap <buffer> <silent> &de &delta;
10414 inoremap <buffer> <silent> &ga &gamma;
10415 inoremap <buffer> <silent> &be &beta;
10416 inoremap <buffer> <silent> &al &alpha;
10417 inoremap <buffer> <silent> &Ps &Psi;
10418 inoremap <buffer> <silent> &Ch &Chi;
10419 inoremap <buffer> <silent> &Ph &Phi;
10420 inoremap <buffer> <silent> &Up &Upsilon;
10421 inoremap <buffer> <silent> &Ta &Tau;
10422 inoremap <buffer> <silent> &Si &Sigma;
10423 inoremap <buffer> <silent> &Rh &Rho;
10424 inoremap <buffer> <silent> &Pi &Pi;
10425 inoremap <buffer> <silent> &Oc &Omicron;
10426 inoremap <buffer> <silent> &Xi &Xi;
10427 inoremap <buffer> <silent> &Nu &Nu;
10428 inoremap <buffer> <silent> &Mu &Mu;
10429 inoremap <buffer> <silent> &Lm &Lambda;
10430 inoremap <buffer> <silent> &Ka &Kappa;
10431 inoremap <buffer> <silent> &Io &Iota;
10432 inoremap <buffer> <silent> &Th &Theta;
10433 inoremap <buffer> <silent> &Et &Eta;
10434 inoremap <buffer> <silent> &Ze &Zeta;
10435 inoremap <buffer> <silent> &Ep &Epsilon;
10436 inoremap <buffer> <silent> &De &Delta;
10437 inoremap <buffer> <silent> &Ga &Gamma;
10438 inoremap <buffer> <silent> &Be &Beta;
10439 inoremap <buffer> <silent> &Al &Alpha;
10440 inoremap <buffer> <silent> &3. &hellip;
10441 inoremap <buffer> <silent> &-- &mdash;
10442 inoremap <buffer> <silent> &3- &mdash;
10443 inoremap <buffer> <silent> &m- &mdash;
10444 inoremap <buffer> <silent> &2- &ndash;
10445 inoremap <buffer> <silent> &n- &ndash;
10446 inoremap <buffer> <silent> &34 &frac34;
10447 inoremap <buffer> <silent> &12 &frac12;
10448 inoremap <buffer> <silent> &14 &frac14;
10449 inoremap <buffer> <silent> &. &middot;
10450 inoremap <buffer> <silent> &pa &para;
10451 inoremap <buffer> <silent> &mi &micro;
10452 inoremap <buffer> <silent> &dg &deg;
10453 inoremap <buffer> <silent> &? &iquest;
10454 inoremap <buffer> <silent> &! &iexcl;
10455 inoremap <buffer> <silent> &sz &szlig;
10456 inoremap <buffer> <silent> &o/ &oslash;
10457 inoremap <buffer> <silent> &/ &divide;
10458 inoremap <buffer> <silent> &" &uml;
10459 inoremap <buffer> <silent> &2> &raquo;
10460 inoremap <buffer> <silent> &2< &laquo;
10461 inoremap <buffer> <silent> &y" &yuml;
10462 inoremap <buffer> <silent> &y' &yacute;
10463 inoremap <buffer> <silent> &u" &uuml;
10464 inoremap <buffer> <silent> &u^ &ucirc;
10465 inoremap <buffer> <silent> &u' &uacute;
10466 inoremap <buffer> <silent> &u` &ugrave;
10467 inoremap <buffer> <silent> &x &times;
10468 inoremap <buffer> <silent> &o" &ouml;
10469 inoremap <buffer> <silent> &o~ &otilde;
10470 inoremap <buffer> <silent> &o^ &ocirc;
10471 inoremap <buffer> <silent> &o' &oacute;
10472 inoremap <buffer> <silent> &o` &ograve;
10473 inoremap <buffer> <silent> &n~ &ntilde;
10474 inoremap <buffer> <silent> &i" &iuml;
10475 inoremap <buffer> <silent> &i^ &icirc;
10476 inoremap <buffer> <silent> &i' &iacute;
10477 inoremap <buffer> <silent> &i` &igrave;
10478 inoremap <buffer> <silent> &e" &euml;
10479 inoremap <buffer> <silent> &e^ &ecirc;
10480 inoremap <buffer> <silent> &e' &eacute;
10481 inoremap <buffer> <silent> &e` &egrave;
10482 inoremap <buffer> <silent> &c, &ccedil;
10483 inoremap <buffer> <silent> &ae &aelig;
10484 inoremap <buffer> <silent> &ao &aring;
10485 inoremap <buffer> <silent> &a" &auml;
10486 inoremap <buffer> <silent> &a~ &atilde;
10487 inoremap <buffer> <silent> &a^ &acirc;
10488 inoremap <buffer> <silent> &a' &aacute;
10489 inoremap <buffer> <silent> &a` &agrave;
10490 inoremap <buffer> <silent> &Y' &Yacute;
10491 inoremap <buffer> <silent> &U" &Uuml;
10492 inoremap <buffer> <silent> &U^ &Ucirc;
10493 inoremap <buffer> <silent> &U' &Uacute;
10494 inoremap <buffer> <silent> &U` &Ugrave;
10495 inoremap <buffer> <silent> &O/ &Oslash;
10496 inoremap <buffer> <silent> &O" &Ouml;
10497 inoremap <buffer> <silent> &O~ &Otilde;
10498 inoremap <buffer> <silent> &O^ &Ocirc;
10499 inoremap <buffer> <silent> &O' &Oacute;
10500 inoremap <buffer> <silent> &O` &Ograve;
10501 inoremap <buffer> <silent> &N~ &Ntilde;
10502 inoremap <buffer> <silent> &I" &Iuml;
10503 inoremap <buffer> <silent> &I^ &Icirc;
10504 inoremap <buffer> <silent> &I' &Iacute;
10505 inoremap <buffer> <silent> &I` &Igrave;
10506 inoremap <buffer> <silent> &E" &Euml;
10507 inoremap <buffer> <silent> &E^ &Ecirc;
10508 inoremap <buffer> <silent> &E' &Eacute;
10509 inoremap <buffer> <silent> &E` &Egrave;
10510 inoremap <buffer> <silent> &C, &Ccedil;
10511 inoremap <buffer> <silent> &AE &AElig;
10512 inoremap <buffer> <silent> &Ao &Aring;
10513 inoremap <buffer> <silent> &A" &Auml;
10514 inoremap <buffer> <silent> &A~ &Atilde;
10515 inoremap <buffer> <silent> &A^ &Acirc;
10516 inoremap <buffer> <silent> &A' &Aacute;
10517 inoremap <buffer> <silent> &A` &Agrave;
10518 inoremap <buffer> <silent> &c| &cent;
10519 inoremap <buffer> <silent> &Y= &yen;
10520 inoremap <buffer> <silent> &# &pound;
10521 inoremap <buffer> <silent> & &nbsp;
10522 inoremap <buffer> <silent> &> &gt;
10523 inoremap <buffer> <silent> &< &lt;
10524 inoremap <buffer> <silent> &' &quot;
10525 inoremap <buffer> <silent> &tm &trade;
10526 inoremap <buffer> <silent> &rO &reg;
10527 inoremap <buffer> <silent> &cO &copy;
10528 inoremap <buffer> <silent> && &amp;
10529 inoremap <buffer> <silent> ; &nbsp;
10530 inoremap <buffer> <silent> ;la <label for=""></label>F"
10531 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
10532 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
10533 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
10534 </textarea>k$5F"i
10535 inoremap <buffer> <silent> ;og <optgroup label="">
10536 </optgroup>k$F"i
10537 inoremap <buffer> <silent> ;op <option></option>F<
10538 inoremap <buffer> <silent> ;ms <select name="" multiple>
10539 </select>O
10540 inoremap <buffer> <silent> ;se <select name="">
10541 </select>O
10542 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
10543 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
10544 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
10545 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
10546 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
10547 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
10548 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
10549 inoremap <buffer> <silent> ;fm <form action="">
10550 </form>k$F"i
10551 inoremap <buffer> <silent> ;if <iframe src="">
10552 </iframe>k$F"i
10553 inoremap <buffer> <silent> ;nf <noframes>
10554 </noframes>O
10555 inoremap <buffer> <silent> ;fr <frame src="">F"
10556 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
10557 </frameset>k$3F"i
10558 inoremap <buffer> <silent> ;th <th></th>F<
10559 inoremap <buffer> <silent> ;td <td>
10560 </td>O
10561 inoremap <buffer> <silent> ;tr <tr>
10562 </tr>O
10563 inoremap <buffer> <silent> ;tf <tfoot>
10564 </tfoot>O
10565 inoremap <buffer> <silent> ;tb <tbody>
10566 </tbody>O
10567 inoremap <buffer> <silent> ;tH <thead>
10568 </thead>O
10569 inoremap <buffer> <silent> ;ta <table>
10570 </table>O
10571 inoremap <buffer> <silent> ;ca <caption></caption>F<
10572 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
10573 </object>k$5F"i
10574 inoremap <buffer> <silent> ;ns <noscript>
10575 </noscripT>O
10576 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
10577 <noembed></noembed>k$5F"i
10578 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
10579 inoremap <buffer> <silent> ;va <var></var>F<
10580 inoremap <buffer> <silent> ;ul <ul>
10581 </ul>O
10582 inoremap <buffer> <silent> ;tt <tt></tt>F<
10583 inoremap <buffer> <silent> ;ti <title></title>F<
10584 inoremap <buffer> <silent> ;sp <sup></sup>F<
10585 inoremap <buffer> <silent> ;sb <sub></sub>F<
10586 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
10587 inoremap <buffer> <silent> ;cs <style type="text/css">
10588 <!--
10589 -->
10590 </style>kO
10591 inoremap <buffer> <silent> ;sm <small></small>F<
10592 inoremap <buffer> <silent> ;sa <samp></samp>F<
10593 inoremap <buffer> <silent> ;sk <strike></strike>F<
10594 inoremap <buffer> <silent> ;qu <q></q>F<
10595 inoremap <buffer> <silent> ;pr <pre>
10596 </pre>O
10597 inoremap <buffer> <silent> ;/p </p>
10598 
10599 <p>
10600 inoremap <buffer> <silent> ;pp <p>
10601 </p>O
10602 inoremap <buffer> <silent> ;ol <ol>
10603 </ol>O
10604 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
10605 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
10606 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
10607 inoremap <buffer> <silent> ;lk <link href="">F"
10608 inoremap <buffer> <silent> ;li <li></li>F<
10609 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
10610 inoremap <buffer> <silent> ;ii <isindex>
10611 inoremap <buffer> <silent> ;in <ins></ins>F<
10612 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
10613 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
10614 inoremap <buffer> <silent> ;ht <html>
10615 </html>O
10616 inoremap <buffer> <silent> ;Hr <hr width="75%">
10617 inoremap <buffer> <silent> ;hr <hr>
10618 inoremap <buffer> <silent> ;he <head>
10619 </head>O
10620 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
10621 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
10622 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
10623 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
10624 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
10625 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
10626 inoremap <buffer> <silent> ;h6 <h6></h6>F<
10627 inoremap <buffer> <silent> ;h5 <h5></h5>F<
10628 inoremap <buffer> <silent> ;h4 <h4></h4>F<
10629 inoremap <buffer> <silent> ;h3 <h3></h3>F<
10630 inoremap <buffer> <silent> ;h2 <h2></h2>F<
10631 inoremap <buffer> <silent> ;h1 <h1></h1>F<
10632 inoremap <buffer> <silent> ;fc <font color=""></font>F"
10633 inoremap <buffer> <silent> ;fo <font size=""></font>F"
10634 inoremap <buffer> <silent> ;sn <span></span>F<
10635 inoremap <buffer> <silent> ;dv <div>
10636 </div>O
10637 inoremap <buffer> <silent> ;df <dfn></dfn>F<
10638 inoremap <buffer> <silent> ;de <del></del>F<
10639 inoremap <buffer> <silent> ;dd <dd></dd>F<
10640 inoremap <buffer> <silent> ;dt <dt></dt>F<
10641 inoremap <buffer> <silent> ;dl <dl>
10642 </dl>O
10643 inoremap <buffer> <silent> ;co <code></code>F<
10644 inoremap <buffer> <silent> ;ci <cite></cite>F<
10645 inoremap <buffer> <silent> ;ce <center></center>F<
10646 inoremap <buffer> <silent> ;br <br>
10647 inoremap <buffer> <silent> ;bd <body>
10648 </body>O
10649 inoremap <buffer> <silent> ;bl <blockquote>
10650 </blockquote>O
10651 inoremap <buffer> <silent> ;bi <big></big>F<
10652 inoremap <buffer> <silent> ;bh <base href="">F"
10653 inoremap <buffer> <silent> ;ad <address></address>F<
10654 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
10655 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
10656 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
10657 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
10658 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
10659 inoremap <buffer> <silent> ;an <a name=""></a>F"
10660 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
10661 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
10662 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
10663 inoremap <buffer> <silent> ;ah <a href=""></a>F"
10664 imap <buffer> <silent> ;s4 ;s4
10665 imap <buffer> <silent> ;4 ;4
10666 inoremap <buffer> <silent> ;mi :call MangleImageTag()
10667 inoremap <buffer> <silent> ; 
10668 inoremap <buffer> <silent> ;& &
10669 inoremap <buffer> <silent> ;; ;
10670 setlocal keymap=
10671 setlocal noarabic
10672 setlocal autoindent
10673 setlocal balloonexpr=
10674 setlocal nobinary
10675 setlocal bufhidden=
10676 setlocal buflisted
10677 setlocal buftype=
10678 setlocal nocindent
10679 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10680 setlocal cinoptions=
10681 setlocal cinwords=if,else,while,do,for,switch
10682 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
10683 setlocal commentstring=/*%s*/
10684 setlocal complete=.,w,b,u,t,i
10685 setlocal completefunc=
10686 setlocal nocopyindent
10687 setlocal nocursorcolumn
10688 setlocal nocursorline
10689 setlocal define=
10690 setlocal dictionary=
10691 setlocal nodiff
10692 setlocal equalprg=
10693 setlocal errorformat=
10694 setlocal noexpandtab
10695 if &filetype != 'php'
10696 setlocal filetype=php
10697 endif
10698 setlocal foldcolumn=0
10699 setlocal foldenable
10700 setlocal foldexpr=0
10701 setlocal foldignore=#
10702 setlocal foldlevel=0
10703 setlocal foldmarker={{{,}}}
10704 setlocal foldmethod=manual
10705 setlocal foldminlines=1
10706 setlocal foldnestmax=20
10707 setlocal foldtext=foldtext()
10708 setlocal formatexpr=
10709 setlocal formatoptions=tcq
10710 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
10711 setlocal grepprg=
10712 setlocal iminsert=2
10713 setlocal imsearch=2
10714 setlocal include=\\(require\\|include\\)\\(_once\\)\\?
10715 setlocal includeexpr=
10716 setlocal indentexpr=
10717 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
10718 setlocal noinfercase
10719 setlocal iskeyword=@,48-57,_,192-255
10720 setlocal keywordprg=
10721 setlocal nolinebreak
10722 setlocal nolisp
10723 setlocal nolist
10724 setlocal makeprg=
10725 setlocal matchpairs=(:),{:},[:],<:>
10726 setlocal nomodeline
10727 setlocal modifiable
10728 setlocal nrformats=octal,hex
10729 setlocal nonumber
10730 setlocal numberwidth=4
10731 setlocal omnifunc=phpcomplete#CompletePHP
10732 setlocal path=
10733 setlocal nopreserveindent
10734 setlocal nopreviewwindow
10735 setlocal quoteescape=\\
10736 setlocal noreadonly
10737 setlocal norightleft
10738 setlocal rightleftcmd=search
10739 setlocal noscrollbind
10740 setlocal shiftwidth=8
10741 setlocal noshortname
10742 setlocal nosmartindent
10743 setlocal softtabstop=0
10744 setlocal nospell
10745 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
10746 setlocal spellfile=
10747 setlocal spelllang=en
10748 setlocal statusline=
10749 setlocal suffixesadd=
10750 setlocal swapfile
10751 setlocal synmaxcol=3000
10752 if &syntax != 'php'
10753 setlocal syntax=php
10754 endif
10755 setlocal tabstop=2
10756 setlocal tags=
10757 setlocal textwidth=0
10758 setlocal thesaurus=
10759 setlocal nowinfixheight
10760 setlocal nowinfixwidth
10761 setlocal wrap
10762 setlocal wrapmargin=0
10763 silent! normal! zE
10764 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
10765 if s:l < 1 | let s:l = 1 | endif
10766 exe s:l
10767 normal! zt
10768 1
10769 normal! 0
10770 tabedit printable.php
10771 set splitbelow splitright
10772 set nosplitbelow
10773 set nosplitright
10774 wincmd t
10775 set winheight=1 winwidth=1
10776 argglobal
10777 26argu
10778 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
10779 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
10780 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
10781 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
10782 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
10783 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
10784 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
10785 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
10786 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
10787 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
10788 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
10789 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
10790 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
10791 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
10792 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
10793 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
10794 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
10795 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
10796 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
10797 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
10798 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
10799 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
10800 nnoremap <buffer> <silent> ; 
10801 nnoremap <buffer> <silent> ;; ;
10802 vnoremap <buffer> <silent> ;; ;
10803 onoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
10804 :nohls
10805 nnoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
10806 :nohls
10807 onoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
10808 :nohls
10809 nnoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
10810 :nohls
10811 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
10812 inoremap <buffer> <silent> &hA &hArr;
10813 inoremap <buffer> <silent> &dA &dArr;
10814 inoremap <buffer> <silent> &rA &rArr;
10815 inoremap <buffer> <silent> &uA &uArr;
10816 inoremap <buffer> <silent> &lA &lArr;
10817 inoremap <buffer> <silent> &ha &harr;
10818 inoremap <buffer> <silent> &da &darr;
10819 inoremap <buffer> <silent> &ra &rarr;
10820 inoremap <buffer> <silent> &ua &uarr;
10821 inoremap <buffer> <silent> &la &larr;
10822 inoremap <buffer> <silent> &pv &piv;
10823 inoremap <buffer> <silent> &uh &upsih;
10824 inoremap <buffer> <silent> &ts &thetasym;
10825 inoremap <buffer> <silent> &og &omega;
10826 inoremap <buffer> <silent> &ps &psi;
10827 inoremap <buffer> <silent> &ch &chi;
10828 inoremap <buffer> <silent> &ph &phi;
10829 inoremap <buffer> <silent> &up &upsilon;
10830 inoremap <buffer> <silent> &ta &tau;
10831 inoremap <buffer> <silent> &sf &sigmaf;
10832 inoremap <buffer> <silent> &si &sigma;
10833 inoremap <buffer> <silent> &rh &rho;
10834 inoremap <buffer> <silent> &pi &pi;
10835 inoremap <buffer> <silent> &oc &omicron;
10836 inoremap <buffer> <silent> &xi &xi;
10837 inoremap <buffer> <silent> &nu &nu;
10838 inoremap <buffer> <silent> &mu &mu;
10839 inoremap <buffer> <silent> &lm &lambda;
10840 inoremap <buffer> <silent> &ka &kappa;
10841 inoremap <buffer> <silent> &io &iota;
10842 inoremap <buffer> <silent> &th &theta;
10843 inoremap <buffer> <silent> &et &eta;
10844 inoremap <buffer> <silent> &ze &zeta;
10845 inoremap <buffer> <silent> &ep &epsilon;
10846 inoremap <buffer> <silent> &de &delta;
10847 inoremap <buffer> <silent> &ga &gamma;
10848 inoremap <buffer> <silent> &be &beta;
10849 inoremap <buffer> <silent> &al &alpha;
10850 inoremap <buffer> <silent> &Ps &Psi;
10851 inoremap <buffer> <silent> &Ch &Chi;
10852 inoremap <buffer> <silent> &Ph &Phi;
10853 inoremap <buffer> <silent> &Up &Upsilon;
10854 inoremap <buffer> <silent> &Ta &Tau;
10855 inoremap <buffer> <silent> &Si &Sigma;
10856 inoremap <buffer> <silent> &Rh &Rho;
10857 inoremap <buffer> <silent> &Pi &Pi;
10858 inoremap <buffer> <silent> &Oc &Omicron;
10859 inoremap <buffer> <silent> &Xi &Xi;
10860 inoremap <buffer> <silent> &Nu &Nu;
10861 inoremap <buffer> <silent> &Mu &Mu;
10862 inoremap <buffer> <silent> &Lm &Lambda;
10863 inoremap <buffer> <silent> &Ka &Kappa;
10864 inoremap <buffer> <silent> &Io &Iota;
10865 inoremap <buffer> <silent> &Th &Theta;
10866 inoremap <buffer> <silent> &Et &Eta;
10867 inoremap <buffer> <silent> &Ze &Zeta;
10868 inoremap <buffer> <silent> &Ep &Epsilon;
10869 inoremap <buffer> <silent> &De &Delta;
10870 inoremap <buffer> <silent> &Ga &Gamma;
10871 inoremap <buffer> <silent> &Be &Beta;
10872 inoremap <buffer> <silent> &Al &Alpha;
10873 inoremap <buffer> <silent> &3. &hellip;
10874 inoremap <buffer> <silent> &-- &mdash;
10875 inoremap <buffer> <silent> &3- &mdash;
10876 inoremap <buffer> <silent> &m- &mdash;
10877 inoremap <buffer> <silent> &2- &ndash;
10878 inoremap <buffer> <silent> &n- &ndash;
10879 inoremap <buffer> <silent> &34 &frac34;
10880 inoremap <buffer> <silent> &12 &frac12;
10881 inoremap <buffer> <silent> &14 &frac14;
10882 inoremap <buffer> <silent> &. &middot;
10883 inoremap <buffer> <silent> &pa &para;
10884 inoremap <buffer> <silent> &mi &micro;
10885 inoremap <buffer> <silent> &dg &deg;
10886 inoremap <buffer> <silent> &? &iquest;
10887 inoremap <buffer> <silent> &! &iexcl;
10888 inoremap <buffer> <silent> &sz &szlig;
10889 inoremap <buffer> <silent> &o/ &oslash;
10890 inoremap <buffer> <silent> &/ &divide;
10891 inoremap <buffer> <silent> &" &uml;
10892 inoremap <buffer> <silent> &2> &raquo;
10893 inoremap <buffer> <silent> &2< &laquo;
10894 inoremap <buffer> <silent> &y" &yuml;
10895 inoremap <buffer> <silent> &y' &yacute;
10896 inoremap <buffer> <silent> &u" &uuml;
10897 inoremap <buffer> <silent> &u^ &ucirc;
10898 inoremap <buffer> <silent> &u' &uacute;
10899 inoremap <buffer> <silent> &u` &ugrave;
10900 inoremap <buffer> <silent> &x &times;
10901 inoremap <buffer> <silent> &o" &ouml;
10902 inoremap <buffer> <silent> &o~ &otilde;
10903 inoremap <buffer> <silent> &o^ &ocirc;
10904 inoremap <buffer> <silent> &o' &oacute;
10905 inoremap <buffer> <silent> &o` &ograve;
10906 inoremap <buffer> <silent> &n~ &ntilde;
10907 inoremap <buffer> <silent> &i" &iuml;
10908 inoremap <buffer> <silent> &i^ &icirc;
10909 inoremap <buffer> <silent> &i' &iacute;
10910 inoremap <buffer> <silent> &i` &igrave;
10911 inoremap <buffer> <silent> &e" &euml;
10912 inoremap <buffer> <silent> &e^ &ecirc;
10913 inoremap <buffer> <silent> &e' &eacute;
10914 inoremap <buffer> <silent> &e` &egrave;
10915 inoremap <buffer> <silent> &c, &ccedil;
10916 inoremap <buffer> <silent> &ae &aelig;
10917 inoremap <buffer> <silent> &ao &aring;
10918 inoremap <buffer> <silent> &a" &auml;
10919 inoremap <buffer> <silent> &a~ &atilde;
10920 inoremap <buffer> <silent> &a^ &acirc;
10921 inoremap <buffer> <silent> &a' &aacute;
10922 inoremap <buffer> <silent> &a` &agrave;
10923 inoremap <buffer> <silent> &Y' &Yacute;
10924 inoremap <buffer> <silent> &U" &Uuml;
10925 inoremap <buffer> <silent> &U^ &Ucirc;
10926 inoremap <buffer> <silent> &U' &Uacute;
10927 inoremap <buffer> <silent> &U` &Ugrave;
10928 inoremap <buffer> <silent> &O/ &Oslash;
10929 inoremap <buffer> <silent> &O" &Ouml;
10930 inoremap <buffer> <silent> &O~ &Otilde;
10931 inoremap <buffer> <silent> &O^ &Ocirc;
10932 inoremap <buffer> <silent> &O' &Oacute;
10933 inoremap <buffer> <silent> &O` &Ograve;
10934 inoremap <buffer> <silent> &N~ &Ntilde;
10935 inoremap <buffer> <silent> &I" &Iuml;
10936 inoremap <buffer> <silent> &I^ &Icirc;
10937 inoremap <buffer> <silent> &I' &Iacute;
10938 inoremap <buffer> <silent> &I` &Igrave;
10939 inoremap <buffer> <silent> &E" &Euml;
10940 inoremap <buffer> <silent> &E^ &Ecirc;
10941 inoremap <buffer> <silent> &E' &Eacute;
10942 inoremap <buffer> <silent> &E` &Egrave;
10943 inoremap <buffer> <silent> &C, &Ccedil;
10944 inoremap <buffer> <silent> &AE &AElig;
10945 inoremap <buffer> <silent> &Ao &Aring;
10946 inoremap <buffer> <silent> &A" &Auml;
10947 inoremap <buffer> <silent> &A~ &Atilde;
10948 inoremap <buffer> <silent> &A^ &Acirc;
10949 inoremap <buffer> <silent> &A' &Aacute;
10950 inoremap <buffer> <silent> &A` &Agrave;
10951 inoremap <buffer> <silent> &c| &cent;
10952 inoremap <buffer> <silent> &Y= &yen;
10953 inoremap <buffer> <silent> &# &pound;
10954 inoremap <buffer> <silent> & &nbsp;
10955 inoremap <buffer> <silent> &> &gt;
10956 inoremap <buffer> <silent> &< &lt;
10957 inoremap <buffer> <silent> &' &quot;
10958 inoremap <buffer> <silent> &tm &trade;
10959 inoremap <buffer> <silent> &rO &reg;
10960 inoremap <buffer> <silent> &cO &copy;
10961 inoremap <buffer> <silent> && &amp;
10962 inoremap <buffer> <silent> ; &nbsp;
10963 inoremap <buffer> <silent> ;la <label for=""></label>F"
10964 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
10965 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
10966 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
10967 </textarea>k$5F"i
10968 inoremap <buffer> <silent> ;og <optgroup label="">
10969 </optgroup>k$F"i
10970 inoremap <buffer> <silent> ;op <option></option>F<
10971 inoremap <buffer> <silent> ;ms <select name="" multiple>
10972 </select>O
10973 inoremap <buffer> <silent> ;se <select name="">
10974 </select>O
10975 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
10976 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
10977 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
10978 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
10979 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
10980 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
10981 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
10982 inoremap <buffer> <silent> ;fm <form action="">
10983 </form>k$F"i
10984 inoremap <buffer> <silent> ;if <iframe src="">
10985 </iframe>k$F"i
10986 inoremap <buffer> <silent> ;nf <noframes>
10987 </noframes>O
10988 inoremap <buffer> <silent> ;fr <frame src="">F"
10989 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
10990 </frameset>k$3F"i
10991 inoremap <buffer> <silent> ;th <th></th>F<
10992 inoremap <buffer> <silent> ;td <td>
10993 </td>O
10994 inoremap <buffer> <silent> ;tr <tr>
10995 </tr>O
10996 inoremap <buffer> <silent> ;tf <tfoot>
10997 </tfoot>O
10998 inoremap <buffer> <silent> ;tb <tbody>
10999 </tbody>O
11000 inoremap <buffer> <silent> ;tH <thead>
11001 </thead>O
11002 inoremap <buffer> <silent> ;ta <table>
11003 </table>O
11004 inoremap <buffer> <silent> ;ca <caption></caption>F<
11005 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
11006 </object>k$5F"i
11007 inoremap <buffer> <silent> ;ns <noscript>
11008 </noscripT>O
11009 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
11010 <noembed></noembed>k$5F"i
11011 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
11012 inoremap <buffer> <silent> ;va <var></var>F<
11013 inoremap <buffer> <silent> ;ul <ul>
11014 </ul>O
11015 inoremap <buffer> <silent> ;tt <tt></tt>F<
11016 inoremap <buffer> <silent> ;ti <title></title>F<
11017 inoremap <buffer> <silent> ;sp <sup></sup>F<
11018 inoremap <buffer> <silent> ;sb <sub></sub>F<
11019 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
11020 inoremap <buffer> <silent> ;cs <style type="text/css">
11021 <!--
11022 -->
11023 </style>kO
11024 inoremap <buffer> <silent> ;sm <small></small>F<
11025 inoremap <buffer> <silent> ;sa <samp></samp>F<
11026 inoremap <buffer> <silent> ;sk <strike></strike>F<
11027 inoremap <buffer> <silent> ;qu <q></q>F<
11028 inoremap <buffer> <silent> ;pr <pre>
11029 </pre>O
11030 inoremap <buffer> <silent> ;/p </p>
11031 
11032 <p>
11033 inoremap <buffer> <silent> ;pp <p>
11034 </p>O
11035 inoremap <buffer> <silent> ;ol <ol>
11036 </ol>O
11037 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
11038 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
11039 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
11040 inoremap <buffer> <silent> ;lk <link href="">F"
11041 inoremap <buffer> <silent> ;li <li></li>F<
11042 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
11043 inoremap <buffer> <silent> ;ii <isindex>
11044 inoremap <buffer> <silent> ;in <ins></ins>F<
11045 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
11046 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
11047 inoremap <buffer> <silent> ;ht <html>
11048 </html>O
11049 inoremap <buffer> <silent> ;Hr <hr width="75%">
11050 inoremap <buffer> <silent> ;hr <hr>
11051 inoremap <buffer> <silent> ;he <head>
11052 </head>O
11053 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
11054 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
11055 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
11056 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
11057 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
11058 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
11059 inoremap <buffer> <silent> ;h6 <h6></h6>F<
11060 inoremap <buffer> <silent> ;h5 <h5></h5>F<
11061 inoremap <buffer> <silent> ;h4 <h4></h4>F<
11062 inoremap <buffer> <silent> ;h3 <h3></h3>F<
11063 inoremap <buffer> <silent> ;h2 <h2></h2>F<
11064 inoremap <buffer> <silent> ;h1 <h1></h1>F<
11065 inoremap <buffer> <silent> ;fc <font color=""></font>F"
11066 inoremap <buffer> <silent> ;fo <font size=""></font>F"
11067 inoremap <buffer> <silent> ;sn <span></span>F<
11068 inoremap <buffer> <silent> ;dv <div>
11069 </div>O
11070 inoremap <buffer> <silent> ;df <dfn></dfn>F<
11071 inoremap <buffer> <silent> ;de <del></del>F<
11072 inoremap <buffer> <silent> ;dd <dd></dd>F<
11073 inoremap <buffer> <silent> ;dt <dt></dt>F<
11074 inoremap <buffer> <silent> ;dl <dl>
11075 </dl>O
11076 inoremap <buffer> <silent> ;co <code></code>F<
11077 inoremap <buffer> <silent> ;ci <cite></cite>F<
11078 inoremap <buffer> <silent> ;ce <center></center>F<
11079 inoremap <buffer> <silent> ;br <br>
11080 inoremap <buffer> <silent> ;bd <body>
11081 </body>O
11082 inoremap <buffer> <silent> ;bl <blockquote>
11083 </blockquote>O
11084 inoremap <buffer> <silent> ;bi <big></big>F<
11085 inoremap <buffer> <silent> ;bh <base href="">F"
11086 inoremap <buffer> <silent> ;ad <address></address>F<
11087 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
11088 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
11089 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
11090 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
11091 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
11092 inoremap <buffer> <silent> ;an <a name=""></a>F"
11093 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
11094 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
11095 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
11096 inoremap <buffer> <silent> ;ah <a href=""></a>F"
11097 imap <buffer> <silent> ;s4 ;s4
11098 imap <buffer> <silent> ;4 ;4
11099 inoremap <buffer> <silent> ;mi :call MangleImageTag()
11100 inoremap <buffer> <silent> ; 
11101 inoremap <buffer> <silent> ;& &
11102 inoremap <buffer> <silent> ;; ;
11103 setlocal keymap=
11104 setlocal noarabic
11105 setlocal autoindent
11106 setlocal balloonexpr=
11107 setlocal nobinary
11108 setlocal bufhidden=
11109 setlocal buflisted
11110 setlocal buftype=
11111 setlocal nocindent
11112 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11113 setlocal cinoptions=
11114 setlocal cinwords=if,else,while,do,for,switch
11115 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
11116 setlocal commentstring=/*%s*/
11117 setlocal complete=.,w,b,u,t,i
11118 setlocal completefunc=
11119 setlocal nocopyindent
11120 setlocal nocursorcolumn
11121 setlocal nocursorline
11122 setlocal define=
11123 setlocal dictionary=
11124 setlocal nodiff
11125 setlocal equalprg=
11126 setlocal errorformat=
11127 setlocal noexpandtab
11128 if &filetype != 'php'
11129 setlocal filetype=php
11130 endif
11131 setlocal foldcolumn=0
11132 setlocal foldenable
11133 setlocal foldexpr=0
11134 setlocal foldignore=#
11135 setlocal foldlevel=0
11136 setlocal foldmarker={{{,}}}
11137 setlocal foldmethod=manual
11138 setlocal foldminlines=1
11139 setlocal foldnestmax=20
11140 setlocal foldtext=foldtext()
11141 setlocal formatexpr=
11142 setlocal formatoptions=tcq
11143 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11144 setlocal grepprg=
11145 setlocal iminsert=2
11146 setlocal imsearch=2
11147 setlocal include=\\(require\\|include\\)\\(_once\\)\\?
11148 setlocal includeexpr=
11149 setlocal indentexpr=
11150 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
11151 setlocal noinfercase
11152 setlocal iskeyword=@,48-57,_,192-255
11153 setlocal keywordprg=
11154 setlocal nolinebreak
11155 setlocal nolisp
11156 setlocal nolist
11157 setlocal makeprg=
11158 setlocal matchpairs=(:),{:},[:],<:>
11159 setlocal nomodeline
11160 setlocal modifiable
11161 setlocal nrformats=octal,hex
11162 setlocal nonumber
11163 setlocal numberwidth=4
11164 setlocal omnifunc=phpcomplete#CompletePHP
11165 setlocal path=
11166 setlocal nopreserveindent
11167 setlocal nopreviewwindow
11168 setlocal quoteescape=\\
11169 setlocal noreadonly
11170 setlocal norightleft
11171 setlocal rightleftcmd=search
11172 setlocal noscrollbind
11173 setlocal shiftwidth=8
11174 setlocal noshortname
11175 setlocal nosmartindent
11176 setlocal softtabstop=0
11177 setlocal nospell
11178 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
11179 setlocal spellfile=
11180 setlocal spelllang=en
11181 setlocal statusline=
11182 setlocal suffixesadd=
11183 setlocal swapfile
11184 setlocal synmaxcol=3000
11185 if &syntax != 'php'
11186 setlocal syntax=php
11187 endif
11188 setlocal tabstop=2
11189 setlocal tags=
11190 setlocal textwidth=0
11191 setlocal thesaurus=
11192 setlocal nowinfixheight
11193 setlocal nowinfixwidth
11194 setlocal wrap
11195 setlocal wrapmargin=0
11196 silent! normal! zE
11197 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
11198 if s:l < 1 | let s:l = 1 | endif
11199 exe s:l
11200 normal! zt
11201 1
11202 normal! 0
11203 tabedit clonezilla-sysresccd.rss
11204 set splitbelow splitright
11205 set nosplitbelow
11206 set nosplitright
11207 wincmd t
11208 set winheight=1 winwidth=1
11209 argglobal
11210 27argu
11211 setlocal keymap=
11212 setlocal noarabic
11213 setlocal autoindent
11214 setlocal balloonexpr=
11215 setlocal nobinary
11216 setlocal bufhidden=
11217 setlocal buflisted
11218 setlocal buftype=
11219 setlocal nocindent
11220 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11221 setlocal cinoptions=
11222 setlocal cinwords=if,else,while,do,for,switch
11223 setlocal comments=s:<!--,m:\ \ \ \ \ ,e:-->
11224 setlocal commentstring=<!--%s-->
11225 setlocal complete=.,w,b,u,t,i
11226 setlocal completefunc=
11227 setlocal nocopyindent
11228 setlocal nocursorcolumn
11229 setlocal nocursorline
11230 setlocal define=
11231 setlocal dictionary=
11232 setlocal nodiff
11233 setlocal equalprg=
11234 setlocal errorformat=
11235 setlocal noexpandtab
11236 if &filetype != 'xml'
11237 setlocal filetype=xml
11238 endif
11239 setlocal foldcolumn=0
11240 setlocal foldenable
11241 setlocal foldexpr=0
11242 setlocal foldignore=#
11243 setlocal foldlevel=0
11244 setlocal foldmarker={{{,}}}
11245 setlocal foldmethod=manual
11246 setlocal foldminlines=1
11247 setlocal foldnestmax=20
11248 setlocal foldtext=foldtext()
11249 setlocal formatexpr=
11250 setlocal formatoptions=roqltc
11251 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11252 setlocal grepprg=
11253 setlocal iminsert=2
11254 setlocal imsearch=2
11255 setlocal include=
11256 setlocal includeexpr=
11257 setlocal indentexpr=
11258 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
11259 setlocal noinfercase
11260 setlocal iskeyword=@,48-57,_,192-255
11261 setlocal keywordprg=
11262 setlocal nolinebreak
11263 setlocal nolisp
11264 setlocal nolist
11265 setlocal makeprg=
11266 setlocal matchpairs=(:),{:},[:]
11267 setlocal nomodeline
11268 setlocal modifiable
11269 setlocal nrformats=octal,hex
11270 setlocal nonumber
11271 setlocal numberwidth=4
11272 setlocal omnifunc=xmlcomplete#CompleteTags
11273 setlocal path=
11274 setlocal nopreserveindent
11275 setlocal nopreviewwindow
11276 setlocal quoteescape=\\
11277 setlocal noreadonly
11278 setlocal norightleft
11279 setlocal rightleftcmd=search
11280 setlocal noscrollbind
11281 setlocal shiftwidth=8
11282 setlocal noshortname
11283 setlocal nosmartindent
11284 setlocal softtabstop=0
11285 setlocal nospell
11286 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
11287 setlocal spellfile=
11288 setlocal spelllang=en
11289 setlocal statusline=
11290 setlocal suffixesadd=
11291 setlocal swapfile
11292 setlocal synmaxcol=3000
11293 if &syntax != 'xml'
11294 setlocal syntax=xml
11295 endif
11296 setlocal tabstop=2
11297 setlocal tags=
11298 setlocal textwidth=0
11299 setlocal thesaurus=
11300 setlocal nowinfixheight
11301 setlocal nowinfixwidth
11302 setlocal wrap
11303 setlocal wrapmargin=0
11304 silent! normal! zE
11305 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
11306 if s:l < 1 | let s:l = 1 | endif
11307 exe s:l
11308 normal! zt
11309 1
11310 normal! 0
11311 tabedit ../.htaccess
11312 set splitbelow splitright
11313 set nosplitbelow
11314 set nosplitright
11315 wincmd t
11316 set winheight=1 winwidth=1
11317 argglobal
11318 28argu
11319 setlocal keymap=
11320 setlocal noarabic
11321 setlocal autoindent
11322 setlocal balloonexpr=
11323 setlocal nobinary
11324 setlocal bufhidden=
11325 setlocal buflisted
11326 setlocal buftype=
11327 setlocal nocindent
11328 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11329 setlocal cinoptions=
11330 setlocal cinwords=if,else,while,do,for,switch
11331 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
11332 setlocal commentstring=/*%s*/
11333 setlocal complete=.,w,b,u,t,i
11334 setlocal completefunc=
11335 setlocal nocopyindent
11336 setlocal nocursorcolumn
11337 setlocal nocursorline
11338 setlocal define=
11339 setlocal dictionary=
11340 setlocal nodiff
11341 setlocal equalprg=
11342 setlocal errorformat=
11343 setlocal noexpandtab
11344 if &filetype != 'apache'
11345 setlocal filetype=apache
11346 endif
11347 setlocal foldcolumn=0
11348 setlocal foldenable
11349 setlocal foldexpr=0
11350 setlocal foldignore=#
11351 setlocal foldlevel=0
11352 setlocal foldmarker={{{,}}}
11353 setlocal foldmethod=manual
11354 setlocal foldminlines=1
11355 setlocal foldnestmax=20
11356 setlocal foldtext=foldtext()
11357 setlocal formatexpr=
11358 setlocal formatoptions=tcq
11359 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11360 setlocal grepprg=
11361 setlocal iminsert=2
11362 setlocal imsearch=2
11363 setlocal include=
11364 setlocal includeexpr=
11365 setlocal indentexpr=
11366 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
11367 setlocal noinfercase
11368 setlocal iskeyword=@,48-57,_,192-255
11369 setlocal keywordprg=
11370 setlocal nolinebreak
11371 setlocal nolisp
11372 setlocal nolist
11373 setlocal makeprg=
11374 setlocal matchpairs=(:),{:},[:]
11375 setlocal nomodeline
11376 setlocal modifiable
11377 setlocal nrformats=octal,hex
11378 setlocal nonumber
11379 setlocal numberwidth=4
11380 setlocal omnifunc=
11381 setlocal path=
11382 setlocal nopreserveindent
11383 setlocal nopreviewwindow
11384 setlocal quoteescape=\\
11385 setlocal noreadonly
11386 setlocal norightleft
11387 setlocal rightleftcmd=search
11388 setlocal noscrollbind
11389 setlocal shiftwidth=8
11390 setlocal noshortname
11391 setlocal nosmartindent
11392 setlocal softtabstop=0
11393 setlocal nospell
11394 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
11395 setlocal spellfile=
11396 setlocal spelllang=en
11397 setlocal statusline=
11398 setlocal suffixesadd=
11399 setlocal swapfile
11400 setlocal synmaxcol=3000
11401 if &syntax != 'apache'
11402 setlocal syntax=apache
11403 endif
11404 setlocal tabstop=2
11405 setlocal tags=
11406 setlocal textwidth=0
11407 setlocal thesaurus=
11408 setlocal nowinfixheight
11409 setlocal nowinfixwidth
11410 setlocal wrap
11411 setlocal wrapmargin=0
11412 silent! normal! zE
11413 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
11414 if s:l < 1 | let s:l = 1 | endif
11415 exe s:l
11416 normal! zt
11417 1
11418 normal! 0
11419 tabedit .404.html
11420 set splitbelow splitright
11421 set nosplitbelow
11422 set nosplitright
11423 wincmd t
11424 set winheight=1 winwidth=1
11425 argglobal
11426 29argu
11427 edit .404.html
11428 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
11429 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
11430 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
11431 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
11432 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
11433 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
11434 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
11435 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
11436 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
11437 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
11438 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
11439 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
11440 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
11441 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
11442 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
11443 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
11444 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
11445 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
11446 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
11447 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
11448 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
11449 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
11450 nnoremap <buffer> <silent> ; 
11451 nnoremap <buffer> <silent> ;; ;
11452 vnoremap <buffer> <silent> ;; ;
11453 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
11454 inoremap <buffer> <silent> &hA &hArr;
11455 inoremap <buffer> <silent> &dA &dArr;
11456 inoremap <buffer> <silent> &rA &rArr;
11457 inoremap <buffer> <silent> &uA &uArr;
11458 inoremap <buffer> <silent> &lA &lArr;
11459 inoremap <buffer> <silent> &ha &harr;
11460 inoremap <buffer> <silent> &da &darr;
11461 inoremap <buffer> <silent> &ra &rarr;
11462 inoremap <buffer> <silent> &ua &uarr;
11463 inoremap <buffer> <silent> &la &larr;
11464 inoremap <buffer> <silent> &pv &piv;
11465 inoremap <buffer> <silent> &uh &upsih;
11466 inoremap <buffer> <silent> &ts &thetasym;
11467 inoremap <buffer> <silent> &og &omega;
11468 inoremap <buffer> <silent> &ps &psi;
11469 inoremap <buffer> <silent> &ch &chi;
11470 inoremap <buffer> <silent> &ph &phi;
11471 inoremap <buffer> <silent> &up &upsilon;
11472 inoremap <buffer> <silent> &ta &tau;
11473 inoremap <buffer> <silent> &sf &sigmaf;
11474 inoremap <buffer> <silent> &si &sigma;
11475 inoremap <buffer> <silent> &rh &rho;
11476 inoremap <buffer> <silent> &pi &pi;
11477 inoremap <buffer> <silent> &oc &omicron;
11478 inoremap <buffer> <silent> &xi &xi;
11479 inoremap <buffer> <silent> &nu &nu;
11480 inoremap <buffer> <silent> &mu &mu;
11481 inoremap <buffer> <silent> &lm &lambda;
11482 inoremap <buffer> <silent> &ka &kappa;
11483 inoremap <buffer> <silent> &io &iota;
11484 inoremap <buffer> <silent> &th &theta;
11485 inoremap <buffer> <silent> &et &eta;
11486 inoremap <buffer> <silent> &ze &zeta;
11487 inoremap <buffer> <silent> &ep &epsilon;
11488 inoremap <buffer> <silent> &de &delta;
11489 inoremap <buffer> <silent> &ga &gamma;
11490 inoremap <buffer> <silent> &be &beta;
11491 inoremap <buffer> <silent> &al &alpha;
11492 inoremap <buffer> <silent> &Ps &Psi;
11493 inoremap <buffer> <silent> &Ch &Chi;
11494 inoremap <buffer> <silent> &Ph &Phi;
11495 inoremap <buffer> <silent> &Up &Upsilon;
11496 inoremap <buffer> <silent> &Ta &Tau;
11497 inoremap <buffer> <silent> &Si &Sigma;
11498 inoremap <buffer> <silent> &Rh &Rho;
11499 inoremap <buffer> <silent> &Pi &Pi;
11500 inoremap <buffer> <silent> &Oc &Omicron;
11501 inoremap <buffer> <silent> &Xi &Xi;
11502 inoremap <buffer> <silent> &Nu &Nu;
11503 inoremap <buffer> <silent> &Mu &Mu;
11504 inoremap <buffer> <silent> &Lm &Lambda;
11505 inoremap <buffer> <silent> &Ka &Kappa;
11506 inoremap <buffer> <silent> &Io &Iota;
11507 inoremap <buffer> <silent> &Th &Theta;
11508 inoremap <buffer> <silent> &Et &Eta;
11509 inoremap <buffer> <silent> &Ze &Zeta;
11510 inoremap <buffer> <silent> &Ep &Epsilon;
11511 inoremap <buffer> <silent> &De &Delta;
11512 inoremap <buffer> <silent> &Ga &Gamma;
11513 inoremap <buffer> <silent> &Be &Beta;
11514 inoremap <buffer> <silent> &Al &Alpha;
11515 inoremap <buffer> <silent> &3. &hellip;
11516 inoremap <buffer> <silent> &-- &mdash;
11517 inoremap <buffer> <silent> &3- &mdash;
11518 inoremap <buffer> <silent> &m- &mdash;
11519 inoremap <buffer> <silent> &2- &ndash;
11520 inoremap <buffer> <silent> &n- &ndash;
11521 inoremap <buffer> <silent> &34 &frac34;
11522 inoremap <buffer> <silent> &12 &frac12;
11523 inoremap <buffer> <silent> &14 &frac14;
11524 inoremap <buffer> <silent> &. &middot;
11525 inoremap <buffer> <silent> &pa &para;
11526 inoremap <buffer> <silent> &mi &micro;
11527 inoremap <buffer> <silent> &dg &deg;
11528 inoremap <buffer> <silent> &? &iquest;
11529 inoremap <buffer> <silent> &! &iexcl;
11530 inoremap <buffer> <silent> &sz &szlig;
11531 inoremap <buffer> <silent> &o/ &oslash;
11532 inoremap <buffer> <silent> &/ &divide;
11533 inoremap <buffer> <silent> &" &uml;
11534 inoremap <buffer> <silent> &2> &raquo;
11535 inoremap <buffer> <silent> &2< &laquo;
11536 inoremap <buffer> <silent> &y" &yuml;
11537 inoremap <buffer> <silent> &y' &yacute;
11538 inoremap <buffer> <silent> &u" &uuml;
11539 inoremap <buffer> <silent> &u^ &ucirc;
11540 inoremap <buffer> <silent> &u' &uacute;
11541 inoremap <buffer> <silent> &u` &ugrave;
11542 inoremap <buffer> <silent> &x &times;
11543 inoremap <buffer> <silent> &o" &ouml;
11544 inoremap <buffer> <silent> &o~ &otilde;
11545 inoremap <buffer> <silent> &o^ &ocirc;
11546 inoremap <buffer> <silent> &o' &oacute;
11547 inoremap <buffer> <silent> &o` &ograve;
11548 inoremap <buffer> <silent> &n~ &ntilde;
11549 inoremap <buffer> <silent> &i" &iuml;
11550 inoremap <buffer> <silent> &i^ &icirc;
11551 inoremap <buffer> <silent> &i' &iacute;
11552 inoremap <buffer> <silent> &i` &igrave;
11553 inoremap <buffer> <silent> &e" &euml;
11554 inoremap <buffer> <silent> &e^ &ecirc;
11555 inoremap <buffer> <silent> &e' &eacute;
11556 inoremap <buffer> <silent> &e` &egrave;
11557 inoremap <buffer> <silent> &c, &ccedil;
11558 inoremap <buffer> <silent> &ae &aelig;
11559 inoremap <buffer> <silent> &ao &aring;
11560 inoremap <buffer> <silent> &a" &auml;
11561 inoremap <buffer> <silent> &a~ &atilde;
11562 inoremap <buffer> <silent> &a^ &acirc;
11563 inoremap <buffer> <silent> &a' &aacute;
11564 inoremap <buffer> <silent> &a` &agrave;
11565 inoremap <buffer> <silent> &Y' &Yacute;
11566 inoremap <buffer> <silent> &U" &Uuml;
11567 inoremap <buffer> <silent> &U^ &Ucirc;
11568 inoremap <buffer> <silent> &U' &Uacute;
11569 inoremap <buffer> <silent> &U` &Ugrave;
11570 inoremap <buffer> <silent> &O/ &Oslash;
11571 inoremap <buffer> <silent> &O" &Ouml;
11572 inoremap <buffer> <silent> &O~ &Otilde;
11573 inoremap <buffer> <silent> &O^ &Ocirc;
11574 inoremap <buffer> <silent> &O' &Oacute;
11575 inoremap <buffer> <silent> &O` &Ograve;
11576 inoremap <buffer> <silent> &N~ &Ntilde;
11577 inoremap <buffer> <silent> &I" &Iuml;
11578 inoremap <buffer> <silent> &I^ &Icirc;
11579 inoremap <buffer> <silent> &I' &Iacute;
11580 inoremap <buffer> <silent> &I` &Igrave;
11581 inoremap <buffer> <silent> &E" &Euml;
11582 inoremap <buffer> <silent> &E^ &Ecirc;
11583 inoremap <buffer> <silent> &E' &Eacute;
11584 inoremap <buffer> <silent> &E` &Egrave;
11585 inoremap <buffer> <silent> &C, &Ccedil;
11586 inoremap <buffer> <silent> &AE &AElig;
11587 inoremap <buffer> <silent> &Ao &Aring;
11588 inoremap <buffer> <silent> &A" &Auml;
11589 inoremap <buffer> <silent> &A~ &Atilde;
11590 inoremap <buffer> <silent> &A^ &Acirc;
11591 inoremap <buffer> <silent> &A' &Aacute;
11592 inoremap <buffer> <silent> &A` &Agrave;
11593 inoremap <buffer> <silent> &c| &cent;
11594 inoremap <buffer> <silent> &Y= &yen;
11595 inoremap <buffer> <silent> &# &pound;
11596 inoremap <buffer> <silent> & &nbsp;
11597 inoremap <buffer> <silent> &> &gt;
11598 inoremap <buffer> <silent> &< &lt;
11599 inoremap <buffer> <silent> &' &quot;
11600 inoremap <buffer> <silent> &tm &trade;
11601 inoremap <buffer> <silent> &rO &reg;
11602 inoremap <buffer> <silent> &cO &copy;
11603 inoremap <buffer> <silent> && &amp;
11604 inoremap <buffer> <silent> ; &nbsp;
11605 inoremap <buffer> <silent> ;la <label for=""></label>F"
11606 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
11607 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
11608 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
11609 </textarea>k$5F"i
11610 inoremap <buffer> <silent> ;og <optgroup label="">
11611 </optgroup>k$F"i
11612 inoremap <buffer> <silent> ;op <option></option>F<
11613 inoremap <buffer> <silent> ;ms <select name="" multiple>
11614 </select>O
11615 inoremap <buffer> <silent> ;se <select name="">
11616 </select>O
11617 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
11618 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
11619 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
11620 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
11621 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
11622 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
11623 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
11624 inoremap <buffer> <silent> ;fm <form action="">
11625 </form>k$F"i
11626 inoremap <buffer> <silent> ;if <iframe src="">
11627 </iframe>k$F"i
11628 inoremap <buffer> <silent> ;nf <noframes>
11629 </noframes>O
11630 inoremap <buffer> <silent> ;fr <frame src="">F"
11631 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
11632 </frameset>k$3F"i
11633 inoremap <buffer> <silent> ;th <th></th>F<
11634 inoremap <buffer> <silent> ;td <td>
11635 </td>O
11636 inoremap <buffer> <silent> ;tr <tr>
11637 </tr>O
11638 inoremap <buffer> <silent> ;tf <tfoot>
11639 </tfoot>O
11640 inoremap <buffer> <silent> ;tb <tbody>
11641 </tbody>O
11642 inoremap <buffer> <silent> ;tH <thead>
11643 </thead>O
11644 inoremap <buffer> <silent> ;ta <table>
11645 </table>O
11646 inoremap <buffer> <silent> ;ca <caption></caption>F<
11647 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
11648 </object>k$5F"i
11649 inoremap <buffer> <silent> ;ns <noscript>
11650 </noscripT>O
11651 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
11652 <noembed></noembed>k$5F"i
11653 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
11654 inoremap <buffer> <silent> ;va <var></var>F<
11655 inoremap <buffer> <silent> ;ul <ul>
11656 </ul>O
11657 inoremap <buffer> <silent> ;tt <tt></tt>F<
11658 inoremap <buffer> <silent> ;ti <title></title>F<
11659 inoremap <buffer> <silent> ;sp <sup></sup>F<
11660 inoremap <buffer> <silent> ;sb <sub></sub>F<
11661 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
11662 inoremap <buffer> <silent> ;cs <style type="text/css">
11663 <!--
11664 -->
11665 </style>kO
11666 inoremap <buffer> <silent> ;sm <small></small>F<
11667 inoremap <buffer> <silent> ;sa <samp></samp>F<
11668 inoremap <buffer> <silent> ;sk <strike></strike>F<
11669 inoremap <buffer> <silent> ;qu <q></q>F<
11670 inoremap <buffer> <silent> ;pr <pre>
11671 </pre>O
11672 inoremap <buffer> <silent> ;/p </p>
11673 
11674 <p>
11675 inoremap <buffer> <silent> ;pp <p>
11676 </p>O
11677 inoremap <buffer> <silent> ;ol <ol>
11678 </ol>O
11679 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
11680 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
11681 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
11682 inoremap <buffer> <silent> ;lk <link href="">F"
11683 inoremap <buffer> <silent> ;li <li></li>F<
11684 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
11685 inoremap <buffer> <silent> ;ii <isindex>
11686 inoremap <buffer> <silent> ;in <ins></ins>F<
11687 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
11688 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
11689 inoremap <buffer> <silent> ;ht <html>
11690 </html>O
11691 inoremap <buffer> <silent> ;Hr <hr width="75%">
11692 inoremap <buffer> <silent> ;hr <hr>
11693 inoremap <buffer> <silent> ;he <head>
11694 </head>O
11695 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
11696 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
11697 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
11698 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
11699 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
11700 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
11701 inoremap <buffer> <silent> ;h6 <h6></h6>F<
11702 inoremap <buffer> <silent> ;h5 <h5></h5>F<
11703 inoremap <buffer> <silent> ;h4 <h4></h4>F<
11704 inoremap <buffer> <silent> ;h3 <h3></h3>F<
11705 inoremap <buffer> <silent> ;h2 <h2></h2>F<
11706 inoremap <buffer> <silent> ;h1 <h1></h1>F<
11707 inoremap <buffer> <silent> ;fc <font color=""></font>F"
11708 inoremap <buffer> <silent> ;fo <font size=""></font>F"
11709 inoremap <buffer> <silent> ;sn <span></span>F<
11710 inoremap <buffer> <silent> ;dv <div>
11711 </div>O
11712 inoremap <buffer> <silent> ;df <dfn></dfn>F<
11713 inoremap <buffer> <silent> ;de <del></del>F<
11714 inoremap <buffer> <silent> ;dd <dd></dd>F<
11715 inoremap <buffer> <silent> ;dt <dt></dt>F<
11716 inoremap <buffer> <silent> ;dl <dl>
11717 </dl>O
11718 inoremap <buffer> <silent> ;co <code></code>F<
11719 inoremap <buffer> <silent> ;ci <cite></cite>F<
11720 inoremap <buffer> <silent> ;ce <center></center>F<
11721 inoremap <buffer> <silent> ;br <br>
11722 inoremap <buffer> <silent> ;bd <body>
11723 </body>O
11724 inoremap <buffer> <silent> ;bl <blockquote>
11725 </blockquote>O
11726 inoremap <buffer> <silent> ;bi <big></big>F<
11727 inoremap <buffer> <silent> ;bh <base href="">F"
11728 inoremap <buffer> <silent> ;ad <address></address>F<
11729 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
11730 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
11731 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
11732 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
11733 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
11734 inoremap <buffer> <silent> ;an <a name=""></a>F"
11735 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
11736 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
11737 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
11738 inoremap <buffer> <silent> ;ah <a href=""></a>F"
11739 imap <buffer> <silent> ;s4 ;s4
11740 imap <buffer> <silent> ;4 ;4
11741 inoremap <buffer> <silent> ;mi :call MangleImageTag()
11742 inoremap <buffer> <silent> ; 
11743 inoremap <buffer> <silent> ;& &
11744 inoremap <buffer> <silent> ;; ;
11745 setlocal keymap=
11746 setlocal noarabic
11747 setlocal autoindent
11748 setlocal balloonexpr=
11749 setlocal nobinary
11750 setlocal bufhidden=
11751 setlocal buflisted
11752 setlocal buftype=
11753 setlocal nocindent
11754 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11755 setlocal cinoptions=
11756 setlocal cinwords=if,else,while,do,for,switch
11757 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
11758 setlocal commentstring=<!--%s-->
11759 setlocal complete=.,w,b,u,t,i
11760 setlocal completefunc=
11761 setlocal nocopyindent
11762 setlocal nocursorcolumn
11763 setlocal nocursorline
11764 setlocal define=
11765 setlocal dictionary=
11766 setlocal nodiff
11767 setlocal equalprg=
11768 setlocal errorformat=
11769 setlocal noexpandtab
11770 if &filetype != 'html'
11771 setlocal filetype=html
11772 endif
11773 setlocal foldcolumn=0
11774 setlocal foldenable
11775 setlocal foldexpr=0
11776 setlocal foldignore=#
11777 setlocal foldlevel=0
11778 setlocal foldmarker={{{,}}}
11779 setlocal foldmethod=manual
11780 setlocal foldminlines=1
11781 setlocal foldnestmax=20
11782 setlocal foldtext=foldtext()
11783 setlocal formatexpr=
11784 setlocal formatoptions=tcq
11785 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11786 setlocal grepprg=
11787 setlocal iminsert=2
11788 setlocal imsearch=2
11789 setlocal include=
11790 setlocal includeexpr=
11791 setlocal indentexpr=
11792 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
11793 setlocal noinfercase
11794 setlocal iskeyword=@,48-57,_,192-255
11795 setlocal keywordprg=
11796 setlocal nolinebreak
11797 setlocal nolisp
11798 setlocal nolist
11799 setlocal makeprg=
11800 setlocal matchpairs=(:),{:},[:],<:>
11801 setlocal nomodeline
11802 setlocal modifiable
11803 setlocal nrformats=octal,hex
11804 setlocal nonumber
11805 setlocal numberwidth=4
11806 setlocal omnifunc=htmlcomplete#CompleteTags
11807 setlocal path=
11808 setlocal nopreserveindent
11809 setlocal nopreviewwindow
11810 setlocal quoteescape=\\
11811 setlocal noreadonly
11812 setlocal norightleft
11813 setlocal rightleftcmd=search
11814 setlocal noscrollbind
11815 setlocal shiftwidth=8
11816 setlocal noshortname
11817 setlocal nosmartindent
11818 setlocal softtabstop=0
11819 setlocal nospell
11820 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
11821 setlocal spellfile=
11822 setlocal spelllang=en
11823 setlocal statusline=
11824 setlocal suffixesadd=
11825 setlocal swapfile
11826 setlocal synmaxcol=3000
11827 if &syntax != 'html'
11828 setlocal syntax=html
11829 endif
11830 setlocal tabstop=2
11831 setlocal tags=
11832 setlocal textwidth=0
11833 setlocal thesaurus=
11834 setlocal nowinfixheight
11835 setlocal nowinfixwidth
11836 setlocal wrap
11837 setlocal wrapmargin=0
11838 silent! normal! zE
11839 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
11840 if s:l < 1 | let s:l = 1 | endif
11841 exe s:l
11842 normal! zt
11843 1
11844 normal! 0
11845 tabedit .news.php
11846 set splitbelow splitright
11847 set nosplitbelow
11848 set nosplitright
11849 wincmd t
11850 set winheight=1 winwidth=1
11851 argglobal
11852 30argu
11853 edit .news.php
11854 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
11855 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
11856 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
11857 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
11858 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
11859 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
11860 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
11861 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
11862 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
11863 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
11864 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
11865 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
11866 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
11867 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
11868 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
11869 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
11870 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
11871 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
11872 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
11873 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
11874 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
11875 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
11876 nnoremap <buffer> <silent> ; 
11877 nnoremap <buffer> <silent> ;; ;
11878 vnoremap <buffer> <silent> ;; ;
11879 onoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
11880 :nohls
11881 nnoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
11882 :nohls
11883 onoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
11884 :nohls
11885 nnoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
11886 :nohls
11887 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
11888 inoremap <buffer> <silent> &hA &hArr;
11889 inoremap <buffer> <silent> &dA &dArr;
11890 inoremap <buffer> <silent> &rA &rArr;
11891 inoremap <buffer> <silent> &uA &uArr;
11892 inoremap <buffer> <silent> &lA &lArr;
11893 inoremap <buffer> <silent> &ha &harr;
11894 inoremap <buffer> <silent> &da &darr;
11895 inoremap <buffer> <silent> &ra &rarr;
11896 inoremap <buffer> <silent> &ua &uarr;
11897 inoremap <buffer> <silent> &la &larr;
11898 inoremap <buffer> <silent> &pv &piv;
11899 inoremap <buffer> <silent> &uh &upsih;
11900 inoremap <buffer> <silent> &ts &thetasym;
11901 inoremap <buffer> <silent> &og &omega;
11902 inoremap <buffer> <silent> &ps &psi;
11903 inoremap <buffer> <silent> &ch &chi;
11904 inoremap <buffer> <silent> &ph &phi;
11905 inoremap <buffer> <silent> &up &upsilon;
11906 inoremap <buffer> <silent> &ta &tau;
11907 inoremap <buffer> <silent> &sf &sigmaf;
11908 inoremap <buffer> <silent> &si &sigma;
11909 inoremap <buffer> <silent> &rh &rho;
11910 inoremap <buffer> <silent> &pi &pi;
11911 inoremap <buffer> <silent> &oc &omicron;
11912 inoremap <buffer> <silent> &xi &xi;
11913 inoremap <buffer> <silent> &nu &nu;
11914 inoremap <buffer> <silent> &mu &mu;
11915 inoremap <buffer> <silent> &lm &lambda;
11916 inoremap <buffer> <silent> &ka &kappa;
11917 inoremap <buffer> <silent> &io &iota;
11918 inoremap <buffer> <silent> &th &theta;
11919 inoremap <buffer> <silent> &et &eta;
11920 inoremap <buffer> <silent> &ze &zeta;
11921 inoremap <buffer> <silent> &ep &epsilon;
11922 inoremap <buffer> <silent> &de &delta;
11923 inoremap <buffer> <silent> &ga &gamma;
11924 inoremap <buffer> <silent> &be &beta;
11925 inoremap <buffer> <silent> &al &alpha;
11926 inoremap <buffer> <silent> &Ps &Psi;
11927 inoremap <buffer> <silent> &Ch &Chi;
11928 inoremap <buffer> <silent> &Ph &Phi;
11929 inoremap <buffer> <silent> &Up &Upsilon;
11930 inoremap <buffer> <silent> &Ta &Tau;
11931 inoremap <buffer> <silent> &Si &Sigma;
11932 inoremap <buffer> <silent> &Rh &Rho;
11933 inoremap <buffer> <silent> &Pi &Pi;
11934 inoremap <buffer> <silent> &Oc &Omicron;
11935 inoremap <buffer> <silent> &Xi &Xi;
11936 inoremap <buffer> <silent> &Nu &Nu;
11937 inoremap <buffer> <silent> &Mu &Mu;
11938 inoremap <buffer> <silent> &Lm &Lambda;
11939 inoremap <buffer> <silent> &Ka &Kappa;
11940 inoremap <buffer> <silent> &Io &Iota;
11941 inoremap <buffer> <silent> &Th &Theta;
11942 inoremap <buffer> <silent> &Et &Eta;
11943 inoremap <buffer> <silent> &Ze &Zeta;
11944 inoremap <buffer> <silent> &Ep &Epsilon;
11945 inoremap <buffer> <silent> &De &Delta;
11946 inoremap <buffer> <silent> &Ga &Gamma;
11947 inoremap <buffer> <silent> &Be &Beta;
11948 inoremap <buffer> <silent> &Al &Alpha;
11949 inoremap <buffer> <silent> &3. &hellip;
11950 inoremap <buffer> <silent> &-- &mdash;
11951 inoremap <buffer> <silent> &3- &mdash;
11952 inoremap <buffer> <silent> &m- &mdash;
11953 inoremap <buffer> <silent> &2- &ndash;
11954 inoremap <buffer> <silent> &n- &ndash;
11955 inoremap <buffer> <silent> &34 &frac34;
11956 inoremap <buffer> <silent> &12 &frac12;
11957 inoremap <buffer> <silent> &14 &frac14;
11958 inoremap <buffer> <silent> &. &middot;
11959 inoremap <buffer> <silent> &pa &para;
11960 inoremap <buffer> <silent> &mi &micro;
11961 inoremap <buffer> <silent> &dg &deg;
11962 inoremap <buffer> <silent> &? &iquest;
11963 inoremap <buffer> <silent> &! &iexcl;
11964 inoremap <buffer> <silent> &sz &szlig;
11965 inoremap <buffer> <silent> &o/ &oslash;
11966 inoremap <buffer> <silent> &/ &divide;
11967 inoremap <buffer> <silent> &" &uml;
11968 inoremap <buffer> <silent> &2> &raquo;
11969 inoremap <buffer> <silent> &2< &laquo;
11970 inoremap <buffer> <silent> &y" &yuml;
11971 inoremap <buffer> <silent> &y' &yacute;
11972 inoremap <buffer> <silent> &u" &uuml;
11973 inoremap <buffer> <silent> &u^ &ucirc;
11974 inoremap <buffer> <silent> &u' &uacute;
11975 inoremap <buffer> <silent> &u` &ugrave;
11976 inoremap <buffer> <silent> &x &times;
11977 inoremap <buffer> <silent> &o" &ouml;
11978 inoremap <buffer> <silent> &o~ &otilde;
11979 inoremap <buffer> <silent> &o^ &ocirc;
11980 inoremap <buffer> <silent> &o' &oacute;
11981 inoremap <buffer> <silent> &o` &ograve;
11982 inoremap <buffer> <silent> &n~ &ntilde;
11983 inoremap <buffer> <silent> &i" &iuml;
11984 inoremap <buffer> <silent> &i^ &icirc;
11985 inoremap <buffer> <silent> &i' &iacute;
11986 inoremap <buffer> <silent> &i` &igrave;
11987 inoremap <buffer> <silent> &e" &euml;
11988 inoremap <buffer> <silent> &e^ &ecirc;
11989 inoremap <buffer> <silent> &e' &eacute;
11990 inoremap <buffer> <silent> &e` &egrave;
11991 inoremap <buffer> <silent> &c, &ccedil;
11992 inoremap <buffer> <silent> &ae &aelig;
11993 inoremap <buffer> <silent> &ao &aring;
11994 inoremap <buffer> <silent> &a" &auml;
11995 inoremap <buffer> <silent> &a~ &atilde;
11996 inoremap <buffer> <silent> &a^ &acirc;
11997 inoremap <buffer> <silent> &a' &aacute;
11998 inoremap <buffer> <silent> &a` &agrave;
11999 inoremap <buffer> <silent> &Y' &Yacute;
12000 inoremap <buffer> <silent> &U" &Uuml;
12001 inoremap <buffer> <silent> &U^ &Ucirc;
12002 inoremap <buffer> <silent> &U' &Uacute;
12003 inoremap <buffer> <silent> &U` &Ugrave;
12004 inoremap <buffer> <silent> &O/ &Oslash;
12005 inoremap <buffer> <silent> &O" &Ouml;
12006 inoremap <buffer> <silent> &O~ &Otilde;
12007 inoremap <buffer> <silent> &O^ &Ocirc;
12008 inoremap <buffer> <silent> &O' &Oacute;
12009 inoremap <buffer> <silent> &O` &Ograve;
12010 inoremap <buffer> <silent> &N~ &Ntilde;
12011 inoremap <buffer> <silent> &I" &Iuml;
12012 inoremap <buffer> <silent> &I^ &Icirc;
12013 inoremap <buffer> <silent> &I' &Iacute;
12014 inoremap <buffer> <silent> &I` &Igrave;
12015 inoremap <buffer> <silent> &E" &Euml;
12016 inoremap <buffer> <silent> &E^ &Ecirc;
12017 inoremap <buffer> <silent> &E' &Eacute;
12018 inoremap <buffer> <silent> &E` &Egrave;
12019 inoremap <buffer> <silent> &C, &Ccedil;
12020 inoremap <buffer> <silent> &AE &AElig;
12021 inoremap <buffer> <silent> &Ao &Aring;
12022 inoremap <buffer> <silent> &A" &Auml;
12023 inoremap <buffer> <silent> &A~ &Atilde;
12024 inoremap <buffer> <silent> &A^ &Acirc;
12025 inoremap <buffer> <silent> &A' &Aacute;
12026 inoremap <buffer> <silent> &A` &Agrave;
12027 inoremap <buffer> <silent> &c| &cent;
12028 inoremap <buffer> <silent> &Y= &yen;
12029 inoremap <buffer> <silent> &# &pound;
12030 inoremap <buffer> <silent> & &nbsp;
12031 inoremap <buffer> <silent> &> &gt;
12032 inoremap <buffer> <silent> &< &lt;
12033 inoremap <buffer> <silent> &' &quot;
12034 inoremap <buffer> <silent> &tm &trade;
12035 inoremap <buffer> <silent> &rO &reg;
12036 inoremap <buffer> <silent> &cO &copy;
12037 inoremap <buffer> <silent> && &amp;
12038 inoremap <buffer> <silent> ; &nbsp;
12039 inoremap <buffer> <silent> ;la <label for=""></label>F"
12040 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
12041 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
12042 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
12043 </textarea>k$5F"i
12044 inoremap <buffer> <silent> ;og <optgroup label="">
12045 </optgroup>k$F"i
12046 inoremap <buffer> <silent> ;op <option></option>F<
12047 inoremap <buffer> <silent> ;ms <select name="" multiple>
12048 </select>O
12049 inoremap <buffer> <silent> ;se <select name="">
12050 </select>O
12051 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
12052 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
12053 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
12054 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
12055 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
12056 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
12057 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
12058 inoremap <buffer> <silent> ;fm <form action="">
12059 </form>k$F"i
12060 inoremap <buffer> <silent> ;if <iframe src="">
12061 </iframe>k$F"i
12062 inoremap <buffer> <silent> ;nf <noframes>
12063 </noframes>O
12064 inoremap <buffer> <silent> ;fr <frame src="">F"
12065 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
12066 </frameset>k$3F"i
12067 inoremap <buffer> <silent> ;th <th></th>F<
12068 inoremap <buffer> <silent> ;td <td>
12069 </td>O
12070 inoremap <buffer> <silent> ;tr <tr>
12071 </tr>O
12072 inoremap <buffer> <silent> ;tf <tfoot>
12073 </tfoot>O
12074 inoremap <buffer> <silent> ;tb <tbody>
12075 </tbody>O
12076 inoremap <buffer> <silent> ;tH <thead>
12077 </thead>O
12078 inoremap <buffer> <silent> ;ta <table>
12079 </table>O
12080 inoremap <buffer> <silent> ;ca <caption></caption>F<
12081 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
12082 </object>k$5F"i
12083 inoremap <buffer> <silent> ;ns <noscript>
12084 </noscripT>O
12085 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
12086 <noembed></noembed>k$5F"i
12087 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
12088 inoremap <buffer> <silent> ;va <var></var>F<
12089 inoremap <buffer> <silent> ;ul <ul>
12090 </ul>O
12091 inoremap <buffer> <silent> ;tt <tt></tt>F<
12092 inoremap <buffer> <silent> ;ti <title></title>F<
12093 inoremap <buffer> <silent> ;sp <sup></sup>F<
12094 inoremap <buffer> <silent> ;sb <sub></sub>F<
12095 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
12096 inoremap <buffer> <silent> ;cs <style type="text/css">
12097 <!--
12098 -->
12099 </style>kO
12100 inoremap <buffer> <silent> ;sm <small></small>F<
12101 inoremap <buffer> <silent> ;sa <samp></samp>F<
12102 inoremap <buffer> <silent> ;sk <strike></strike>F<
12103 inoremap <buffer> <silent> ;qu <q></q>F<
12104 inoremap <buffer> <silent> ;pr <pre>
12105 </pre>O
12106 inoremap <buffer> <silent> ;/p </p>
12107 
12108 <p>
12109 inoremap <buffer> <silent> ;pp <p>
12110 </p>O
12111 inoremap <buffer> <silent> ;ol <ol>
12112 </ol>O
12113 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
12114 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
12115 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
12116 inoremap <buffer> <silent> ;lk <link href="">F"
12117 inoremap <buffer> <silent> ;li <li></li>F<
12118 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
12119 inoremap <buffer> <silent> ;ii <isindex>
12120 inoremap <buffer> <silent> ;in <ins></ins>F<
12121 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
12122 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
12123 inoremap <buffer> <silent> ;ht <html>
12124 </html>O
12125 inoremap <buffer> <silent> ;Hr <hr width="75%">
12126 inoremap <buffer> <silent> ;hr <hr>
12127 inoremap <buffer> <silent> ;he <head>
12128 </head>O
12129 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
12130 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
12131 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
12132 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
12133 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
12134 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
12135 inoremap <buffer> <silent> ;h6 <h6></h6>F<
12136 inoremap <buffer> <silent> ;h5 <h5></h5>F<
12137 inoremap <buffer> <silent> ;h4 <h4></h4>F<
12138 inoremap <buffer> <silent> ;h3 <h3></h3>F<
12139 inoremap <buffer> <silent> ;h2 <h2></h2>F<
12140 inoremap <buffer> <silent> ;h1 <h1></h1>F<
12141 inoremap <buffer> <silent> ;fc <font color=""></font>F"
12142 inoremap <buffer> <silent> ;fo <font size=""></font>F"
12143 inoremap <buffer> <silent> ;sn <span></span>F<
12144 inoremap <buffer> <silent> ;dv <div>
12145 </div>O
12146 inoremap <buffer> <silent> ;df <dfn></dfn>F<
12147 inoremap <buffer> <silent> ;de <del></del>F<
12148 inoremap <buffer> <silent> ;dd <dd></dd>F<
12149 inoremap <buffer> <silent> ;dt <dt></dt>F<
12150 inoremap <buffer> <silent> ;dl <dl>
12151 </dl>O
12152 inoremap <buffer> <silent> ;co <code></code>F<
12153 inoremap <buffer> <silent> ;ci <cite></cite>F<
12154 inoremap <buffer> <silent> ;ce <center></center>F<
12155 inoremap <buffer> <silent> ;br <br>
12156 inoremap <buffer> <silent> ;bd <body>
12157 </body>O
12158 inoremap <buffer> <silent> ;bl <blockquote>
12159 </blockquote>O
12160 inoremap <buffer> <silent> ;bi <big></big>F<
12161 inoremap <buffer> <silent> ;bh <base href="">F"
12162 inoremap <buffer> <silent> ;ad <address></address>F<
12163 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
12164 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
12165 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
12166 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
12167 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
12168 inoremap <buffer> <silent> ;an <a name=""></a>F"
12169 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
12170 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
12171 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
12172 inoremap <buffer> <silent> ;ah <a href=""></a>F"
12173 imap <buffer> <silent> ;s4 ;s4
12174 imap <buffer> <silent> ;4 ;4
12175 inoremap <buffer> <silent> ;mi :call MangleImageTag()
12176 inoremap <buffer> <silent> ; 
12177 inoremap <buffer> <silent> ;& &
12178 inoremap <buffer> <silent> ;; ;
12179 setlocal keymap=
12180 setlocal noarabic
12181 setlocal autoindent
12182 setlocal balloonexpr=
12183 setlocal nobinary
12184 setlocal bufhidden=
12185 setlocal buflisted
12186 setlocal buftype=
12187 setlocal nocindent
12188 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12189 setlocal cinoptions=
12190 setlocal cinwords=if,else,while,do,for,switch
12191 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
12192 setlocal commentstring=/*%s*/
12193 setlocal complete=.,w,b,u,t,i
12194 setlocal completefunc=
12195 setlocal nocopyindent
12196 setlocal nocursorcolumn
12197 setlocal nocursorline
12198 setlocal define=
12199 setlocal dictionary=
12200 setlocal nodiff
12201 setlocal equalprg=
12202 setlocal errorformat=
12203 setlocal noexpandtab
12204 if &filetype != 'php'
12205 setlocal filetype=php
12206 endif
12207 setlocal foldcolumn=0
12208 setlocal foldenable
12209 setlocal foldexpr=0
12210 setlocal foldignore=#
12211 setlocal foldlevel=0
12212 setlocal foldmarker={{{,}}}
12213 setlocal foldmethod=manual
12214 setlocal foldminlines=1
12215 setlocal foldnestmax=20
12216 setlocal foldtext=foldtext()
12217 setlocal formatexpr=
12218 setlocal formatoptions=tcq
12219 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12220 setlocal grepprg=
12221 setlocal iminsert=2
12222 setlocal imsearch=2
12223 setlocal include=\\(require\\|include\\)\\(_once\\)\\?
12224 setlocal includeexpr=
12225 setlocal indentexpr=
12226 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12227 setlocal noinfercase
12228 setlocal iskeyword=@,48-57,_,192-255
12229 setlocal keywordprg=
12230 setlocal nolinebreak
12231 setlocal nolisp
12232 setlocal nolist
12233 setlocal makeprg=
12234 setlocal matchpairs=(:),{:},[:],<:>
12235 setlocal nomodeline
12236 setlocal modifiable
12237 setlocal nrformats=octal,hex
12238 setlocal nonumber
12239 setlocal numberwidth=4
12240 setlocal omnifunc=phpcomplete#CompletePHP
12241 setlocal path=
12242 setlocal nopreserveindent
12243 setlocal nopreviewwindow
12244 setlocal quoteescape=\\
12245 setlocal noreadonly
12246 setlocal norightleft
12247 setlocal rightleftcmd=search
12248 setlocal noscrollbind
12249 setlocal shiftwidth=8
12250 setlocal noshortname
12251 setlocal nosmartindent
12252 setlocal softtabstop=0
12253 setlocal nospell
12254 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
12255 setlocal spellfile=
12256 setlocal spelllang=en
12257 setlocal statusline=
12258 setlocal suffixesadd=
12259 setlocal swapfile
12260 setlocal synmaxcol=3000
12261 if &syntax != 'php'
12262 setlocal syntax=php
12263 endif
12264 setlocal tabstop=2
12265 setlocal tags=
12266 setlocal textwidth=0
12267 setlocal thesaurus=
12268 setlocal nowinfixheight
12269 setlocal nowinfixwidth
12270 setlocal wrap
12271 setlocal wrapmargin=0
12272 silent! normal! zE
12273 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
12274 if s:l < 1 | let s:l = 1 | endif
12275 exe s:l
12276 normal! zt
12277 1
12278 normal! 01l
12279 tabedit .template.html
12280 set splitbelow splitright
12281 set nosplitbelow
12282 set nosplitright
12283 wincmd t
12284 set winheight=1 winwidth=1
12285 argglobal
12286 31argu
12287 edit .template.html
12288 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
12289 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
12290 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
12291 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
12292 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
12293 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
12294 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
12295 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
12296 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
12297 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
12298 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
12299 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
12300 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
12301 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
12302 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
12303 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
12304 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
12305 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
12306 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
12307 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
12308 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
12309 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
12310 nnoremap <buffer> <silent> ; 
12311 nnoremap <buffer> <silent> ;; ;
12312 vnoremap <buffer> <silent> ;; ;
12313 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
12314 inoremap <buffer> <silent> &hA &hArr;
12315 inoremap <buffer> <silent> &dA &dArr;
12316 inoremap <buffer> <silent> &rA &rArr;
12317 inoremap <buffer> <silent> &uA &uArr;
12318 inoremap <buffer> <silent> &lA &lArr;
12319 inoremap <buffer> <silent> &ha &harr;
12320 inoremap <buffer> <silent> &da &darr;
12321 inoremap <buffer> <silent> &ra &rarr;
12322 inoremap <buffer> <silent> &ua &uarr;
12323 inoremap <buffer> <silent> &la &larr;
12324 inoremap <buffer> <silent> &pv &piv;
12325 inoremap <buffer> <silent> &uh &upsih;
12326 inoremap <buffer> <silent> &ts &thetasym;
12327 inoremap <buffer> <silent> &og &omega;
12328 inoremap <buffer> <silent> &ps &psi;
12329 inoremap <buffer> <silent> &ch &chi;
12330 inoremap <buffer> <silent> &ph &phi;
12331 inoremap <buffer> <silent> &up &upsilon;
12332 inoremap <buffer> <silent> &ta &tau;
12333 inoremap <buffer> <silent> &sf &sigmaf;
12334 inoremap <buffer> <silent> &si &sigma;
12335 inoremap <buffer> <silent> &rh &rho;
12336 inoremap <buffer> <silent> &pi &pi;
12337 inoremap <buffer> <silent> &oc &omicron;
12338 inoremap <buffer> <silent> &xi &xi;
12339 inoremap <buffer> <silent> &nu &nu;
12340 inoremap <buffer> <silent> &mu &mu;
12341 inoremap <buffer> <silent> &lm &lambda;
12342 inoremap <buffer> <silent> &ka &kappa;
12343 inoremap <buffer> <silent> &io &iota;
12344 inoremap <buffer> <silent> &th &theta;
12345 inoremap <buffer> <silent> &et &eta;
12346 inoremap <buffer> <silent> &ze &zeta;
12347 inoremap <buffer> <silent> &ep &epsilon;
12348 inoremap <buffer> <silent> &de &delta;
12349 inoremap <buffer> <silent> &ga &gamma;
12350 inoremap <buffer> <silent> &be &beta;
12351 inoremap <buffer> <silent> &al &alpha;
12352 inoremap <buffer> <silent> &Ps &Psi;
12353 inoremap <buffer> <silent> &Ch &Chi;
12354 inoremap <buffer> <silent> &Ph &Phi;
12355 inoremap <buffer> <silent> &Up &Upsilon;
12356 inoremap <buffer> <silent> &Ta &Tau;
12357 inoremap <buffer> <silent> &Si &Sigma;
12358 inoremap <buffer> <silent> &Rh &Rho;
12359 inoremap <buffer> <silent> &Pi &Pi;
12360 inoremap <buffer> <silent> &Oc &Omicron;
12361 inoremap <buffer> <silent> &Xi &Xi;
12362 inoremap <buffer> <silent> &Nu &Nu;
12363 inoremap <buffer> <silent> &Mu &Mu;
12364 inoremap <buffer> <silent> &Lm &Lambda;
12365 inoremap <buffer> <silent> &Ka &Kappa;
12366 inoremap <buffer> <silent> &Io &Iota;
12367 inoremap <buffer> <silent> &Th &Theta;
12368 inoremap <buffer> <silent> &Et &Eta;
12369 inoremap <buffer> <silent> &Ze &Zeta;
12370 inoremap <buffer> <silent> &Ep &Epsilon;
12371 inoremap <buffer> <silent> &De &Delta;
12372 inoremap <buffer> <silent> &Ga &Gamma;
12373 inoremap <buffer> <silent> &Be &Beta;
12374 inoremap <buffer> <silent> &Al &Alpha;
12375 inoremap <buffer> <silent> &3. &hellip;
12376 inoremap <buffer> <silent> &-- &mdash;
12377 inoremap <buffer> <silent> &3- &mdash;
12378 inoremap <buffer> <silent> &m- &mdash;
12379 inoremap <buffer> <silent> &2- &ndash;
12380 inoremap <buffer> <silent> &n- &ndash;
12381 inoremap <buffer> <silent> &34 &frac34;
12382 inoremap <buffer> <silent> &12 &frac12;
12383 inoremap <buffer> <silent> &14 &frac14;
12384 inoremap <buffer> <silent> &. &middot;
12385 inoremap <buffer> <silent> &pa &para;
12386 inoremap <buffer> <silent> &mi &micro;
12387 inoremap <buffer> <silent> &dg &deg;
12388 inoremap <buffer> <silent> &? &iquest;
12389 inoremap <buffer> <silent> &! &iexcl;
12390 inoremap <buffer> <silent> &sz &szlig;
12391 inoremap <buffer> <silent> &o/ &oslash;
12392 inoremap <buffer> <silent> &/ &divide;
12393 inoremap <buffer> <silent> &" &uml;
12394 inoremap <buffer> <silent> &2> &raquo;
12395 inoremap <buffer> <silent> &2< &laquo;
12396 inoremap <buffer> <silent> &y" &yuml;
12397 inoremap <buffer> <silent> &y' &yacute;
12398 inoremap <buffer> <silent> &u" &uuml;
12399 inoremap <buffer> <silent> &u^ &ucirc;
12400 inoremap <buffer> <silent> &u' &uacute;
12401 inoremap <buffer> <silent> &u` &ugrave;
12402 inoremap <buffer> <silent> &x &times;
12403 inoremap <buffer> <silent> &o" &ouml;
12404 inoremap <buffer> <silent> &o~ &otilde;
12405 inoremap <buffer> <silent> &o^ &ocirc;
12406 inoremap <buffer> <silent> &o' &oacute;
12407 inoremap <buffer> <silent> &o` &ograve;
12408 inoremap <buffer> <silent> &n~ &ntilde;
12409 inoremap <buffer> <silent> &i" &iuml;
12410 inoremap <buffer> <silent> &i^ &icirc;
12411 inoremap <buffer> <silent> &i' &iacute;
12412 inoremap <buffer> <silent> &i` &igrave;
12413 inoremap <buffer> <silent> &e" &euml;
12414 inoremap <buffer> <silent> &e^ &ecirc;
12415 inoremap <buffer> <silent> &e' &eacute;
12416 inoremap <buffer> <silent> &e` &egrave;
12417 inoremap <buffer> <silent> &c, &ccedil;
12418 inoremap <buffer> <silent> &ae &aelig;
12419 inoremap <buffer> <silent> &ao &aring;
12420 inoremap <buffer> <silent> &a" &auml;
12421 inoremap <buffer> <silent> &a~ &atilde;
12422 inoremap <buffer> <silent> &a^ &acirc;
12423 inoremap <buffer> <silent> &a' &aacute;
12424 inoremap <buffer> <silent> &a` &agrave;
12425 inoremap <buffer> <silent> &Y' &Yacute;
12426 inoremap <buffer> <silent> &U" &Uuml;
12427 inoremap <buffer> <silent> &U^ &Ucirc;
12428 inoremap <buffer> <silent> &U' &Uacute;
12429 inoremap <buffer> <silent> &U` &Ugrave;
12430 inoremap <buffer> <silent> &O/ &Oslash;
12431 inoremap <buffer> <silent> &O" &Ouml;
12432 inoremap <buffer> <silent> &O~ &Otilde;
12433 inoremap <buffer> <silent> &O^ &Ocirc;
12434 inoremap <buffer> <silent> &O' &Oacute;
12435 inoremap <buffer> <silent> &O` &Ograve;
12436 inoremap <buffer> <silent> &N~ &Ntilde;
12437 inoremap <buffer> <silent> &I" &Iuml;
12438 inoremap <buffer> <silent> &I^ &Icirc;
12439 inoremap <buffer> <silent> &I' &Iacute;
12440 inoremap <buffer> <silent> &I` &Igrave;
12441 inoremap <buffer> <silent> &E" &Euml;
12442 inoremap <buffer> <silent> &E^ &Ecirc;
12443 inoremap <buffer> <silent> &E' &Eacute;
12444 inoremap <buffer> <silent> &E` &Egrave;
12445 inoremap <buffer> <silent> &C, &Ccedil;
12446 inoremap <buffer> <silent> &AE &AElig;
12447 inoremap <buffer> <silent> &Ao &Aring;
12448 inoremap <buffer> <silent> &A" &Auml;
12449 inoremap <buffer> <silent> &A~ &Atilde;
12450 inoremap <buffer> <silent> &A^ &Acirc;
12451 inoremap <buffer> <silent> &A' &Aacute;
12452 inoremap <buffer> <silent> &A` &Agrave;
12453 inoremap <buffer> <silent> &c| &cent;
12454 inoremap <buffer> <silent> &Y= &yen;
12455 inoremap <buffer> <silent> &# &pound;
12456 inoremap <buffer> <silent> & &nbsp;
12457 inoremap <buffer> <silent> &> &gt;
12458 inoremap <buffer> <silent> &< &lt;
12459 inoremap <buffer> <silent> &' &quot;
12460 inoremap <buffer> <silent> &tm &trade;
12461 inoremap <buffer> <silent> &rO &reg;
12462 inoremap <buffer> <silent> &cO &copy;
12463 inoremap <buffer> <silent> && &amp;
12464 inoremap <buffer> <silent> ; &nbsp;
12465 inoremap <buffer> <silent> ;la <label for=""></label>F"
12466 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
12467 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
12468 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
12469 </textarea>k$5F"i
12470 inoremap <buffer> <silent> ;og <optgroup label="">
12471 </optgroup>k$F"i
12472 inoremap <buffer> <silent> ;op <option></option>F<
12473 inoremap <buffer> <silent> ;ms <select name="" multiple>
12474 </select>O
12475 inoremap <buffer> <silent> ;se <select name="">
12476 </select>O
12477 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
12478 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
12479 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
12480 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
12481 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
12482 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
12483 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
12484 inoremap <buffer> <silent> ;fm <form action="">
12485 </form>k$F"i
12486 inoremap <buffer> <silent> ;if <iframe src="">
12487 </iframe>k$F"i
12488 inoremap <buffer> <silent> ;nf <noframes>
12489 </noframes>O
12490 inoremap <buffer> <silent> ;fr <frame src="">F"
12491 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
12492 </frameset>k$3F"i
12493 inoremap <buffer> <silent> ;th <th></th>F<
12494 inoremap <buffer> <silent> ;td <td>
12495 </td>O
12496 inoremap <buffer> <silent> ;tr <tr>
12497 </tr>O
12498 inoremap <buffer> <silent> ;tf <tfoot>
12499 </tfoot>O
12500 inoremap <buffer> <silent> ;tb <tbody>
12501 </tbody>O
12502 inoremap <buffer> <silent> ;tH <thead>
12503 </thead>O
12504 inoremap <buffer> <silent> ;ta <table>
12505 </table>O
12506 inoremap <buffer> <silent> ;ca <caption></caption>F<
12507 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
12508 </object>k$5F"i
12509 inoremap <buffer> <silent> ;ns <noscript>
12510 </noscripT>O
12511 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
12512 <noembed></noembed>k$5F"i
12513 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
12514 inoremap <buffer> <silent> ;va <var></var>F<
12515 inoremap <buffer> <silent> ;ul <ul>
12516 </ul>O
12517 inoremap <buffer> <silent> ;tt <tt></tt>F<
12518 inoremap <buffer> <silent> ;ti <title></title>F<
12519 inoremap <buffer> <silent> ;sp <sup></sup>F<
12520 inoremap <buffer> <silent> ;sb <sub></sub>F<
12521 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
12522 inoremap <buffer> <silent> ;cs <style type="text/css">
12523 <!--
12524 -->
12525 </style>kO
12526 inoremap <buffer> <silent> ;sm <small></small>F<
12527 inoremap <buffer> <silent> ;sa <samp></samp>F<
12528 inoremap <buffer> <silent> ;sk <strike></strike>F<
12529 inoremap <buffer> <silent> ;qu <q></q>F<
12530 inoremap <buffer> <silent> ;pr <pre>
12531 </pre>O
12532 inoremap <buffer> <silent> ;/p </p>
12533 
12534 <p>
12535 inoremap <buffer> <silent> ;pp <p>
12536 </p>O
12537 inoremap <buffer> <silent> ;ol <ol>
12538 </ol>O
12539 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
12540 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
12541 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
12542 inoremap <buffer> <silent> ;lk <link href="">F"
12543 inoremap <buffer> <silent> ;li <li></li>F<
12544 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
12545 inoremap <buffer> <silent> ;ii <isindex>
12546 inoremap <buffer> <silent> ;in <ins></ins>F<
12547 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
12548 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
12549 inoremap <buffer> <silent> ;ht <html>
12550 </html>O
12551 inoremap <buffer> <silent> ;Hr <hr width="75%">
12552 inoremap <buffer> <silent> ;hr <hr>
12553 inoremap <buffer> <silent> ;he <head>
12554 </head>O
12555 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
12556 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
12557 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
12558 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
12559 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
12560 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
12561 inoremap <buffer> <silent> ;h6 <h6></h6>F<
12562 inoremap <buffer> <silent> ;h5 <h5></h5>F<
12563 inoremap <buffer> <silent> ;h4 <h4></h4>F<
12564 inoremap <buffer> <silent> ;h3 <h3></h3>F<
12565 inoremap <buffer> <silent> ;h2 <h2></h2>F<
12566 inoremap <buffer> <silent> ;h1 <h1></h1>F<
12567 inoremap <buffer> <silent> ;fc <font color=""></font>F"
12568 inoremap <buffer> <silent> ;fo <font size=""></font>F"
12569 inoremap <buffer> <silent> ;sn <span></span>F<
12570 inoremap <buffer> <silent> ;dv <div>
12571 </div>O
12572 inoremap <buffer> <silent> ;df <dfn></dfn>F<
12573 inoremap <buffer> <silent> ;de <del></del>F<
12574 inoremap <buffer> <silent> ;dd <dd></dd>F<
12575 inoremap <buffer> <silent> ;dt <dt></dt>F<
12576 inoremap <buffer> <silent> ;dl <dl>
12577 </dl>O
12578 inoremap <buffer> <silent> ;co <code></code>F<
12579 inoremap <buffer> <silent> ;ci <cite></cite>F<
12580 inoremap <buffer> <silent> ;ce <center></center>F<
12581 inoremap <buffer> <silent> ;br <br>
12582 inoremap <buffer> <silent> ;bd <body>
12583 </body>O
12584 inoremap <buffer> <silent> ;bl <blockquote>
12585 </blockquote>O
12586 inoremap <buffer> <silent> ;bi <big></big>F<
12587 inoremap <buffer> <silent> ;bh <base href="">F"
12588 inoremap <buffer> <silent> ;ad <address></address>F<
12589 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
12590 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
12591 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
12592 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
12593 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
12594 inoremap <buffer> <silent> ;an <a name=""></a>F"
12595 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
12596 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
12597 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
12598 inoremap <buffer> <silent> ;ah <a href=""></a>F"
12599 imap <buffer> <silent> ;s4 ;s4
12600 imap <buffer> <silent> ;4 ;4
12601 inoremap <buffer> <silent> ;mi :call MangleImageTag()
12602 inoremap <buffer> <silent> ; 
12603 inoremap <buffer> <silent> ;& &
12604 inoremap <buffer> <silent> ;; ;
12605 setlocal keymap=
12606 setlocal noarabic
12607 setlocal autoindent
12608 setlocal balloonexpr=
12609 setlocal nobinary
12610 setlocal bufhidden=
12611 setlocal buflisted
12612 setlocal buftype=
12613 setlocal nocindent
12614 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12615 setlocal cinoptions=
12616 setlocal cinwords=if,else,while,do,for,switch
12617 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
12618 setlocal commentstring=<!--%s-->
12619 setlocal complete=.,w,b,u,t,i
12620 setlocal completefunc=
12621 setlocal nocopyindent
12622 setlocal nocursorcolumn
12623 setlocal nocursorline
12624 setlocal define=
12625 setlocal dictionary=
12626 setlocal nodiff
12627 setlocal equalprg=
12628 setlocal errorformat=
12629 setlocal noexpandtab
12630 if &filetype != 'html'
12631 setlocal filetype=html
12632 endif
12633 setlocal foldcolumn=0
12634 setlocal foldenable
12635 setlocal foldexpr=0
12636 setlocal foldignore=#
12637 setlocal foldlevel=0
12638 setlocal foldmarker={{{,}}}
12639 setlocal foldmethod=manual
12640 setlocal foldminlines=1
12641 setlocal foldnestmax=20
12642 setlocal foldtext=foldtext()
12643 setlocal formatexpr=
12644 setlocal formatoptions=tcq
12645 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12646 setlocal grepprg=
12647 setlocal iminsert=2
12648 setlocal imsearch=2
12649 setlocal include=
12650 setlocal includeexpr=
12651 setlocal indentexpr=
12652 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12653 setlocal noinfercase
12654 setlocal iskeyword=@,48-57,_,192-255
12655 setlocal keywordprg=
12656 setlocal nolinebreak
12657 setlocal nolisp
12658 setlocal nolist
12659 setlocal makeprg=
12660 setlocal matchpairs=(:),{:},[:],<:>
12661 setlocal nomodeline
12662 setlocal modifiable
12663 setlocal nrformats=octal,hex
12664 setlocal nonumber
12665 setlocal numberwidth=4
12666 setlocal omnifunc=htmlcomplete#CompleteTags
12667 setlocal path=
12668 setlocal nopreserveindent
12669 setlocal nopreviewwindow
12670 setlocal quoteescape=\\
12671 setlocal noreadonly
12672 setlocal norightleft
12673 setlocal rightleftcmd=search
12674 setlocal noscrollbind
12675 setlocal shiftwidth=8
12676 setlocal noshortname
12677 setlocal nosmartindent
12678 setlocal softtabstop=0
12679 setlocal nospell
12680 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
12681 setlocal spellfile=
12682 setlocal spelllang=en
12683 setlocal statusline=
12684 setlocal suffixesadd=
12685 setlocal swapfile
12686 setlocal synmaxcol=3000
12687 if &syntax != 'html'
12688 setlocal syntax=html
12689 endif
12690 setlocal tabstop=2
12691 setlocal tags=
12692 setlocal textwidth=0
12693 setlocal thesaurus=
12694 setlocal nowinfixheight
12695 setlocal nowinfixwidth
12696 setlocal wrap
12697 setlocal wrapmargin=0
12698 silent! normal! zE
12699 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
12700 if s:l < 1 | let s:l = 1 | endif
12701 exe s:l
12702 normal! zt
12703 1
12704 normal! 0
12705 tabedit scripts/create-iso-tree
12706 set splitbelow splitright
12707 set nosplitbelow
12708 set nosplitright
12709 wincmd t
12710 set winheight=1 winwidth=1
12711 argglobal
12712 edit scripts/create-iso-tree
12713 setlocal keymap=
12714 setlocal noarabic
12715 setlocal autoindent
12716 setlocal balloonexpr=
12717 setlocal nobinary
12718 setlocal bufhidden=
12719 setlocal buflisted
12720 setlocal buftype=
12721 setlocal nocindent
12722 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12723 setlocal cinoptions=
12724 setlocal cinwords=if,else,while,do,for,switch
12725 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
12726 setlocal commentstring=/*%s*/
12727 setlocal complete=.,w,b,u,t,i
12728 setlocal completefunc=
12729 setlocal nocopyindent
12730 setlocal nocursorcolumn
12731 setlocal nocursorline
12732 setlocal define=
12733 setlocal dictionary=
12734 setlocal nodiff
12735 setlocal equalprg=
12736 setlocal errorformat=
12737 setlocal expandtab
12738 if &filetype != ''
12739 setlocal filetype=
12740 endif
12741 setlocal foldcolumn=0
12742 setlocal foldenable
12743 setlocal foldexpr=0
12744 setlocal foldignore=#
12745 setlocal foldlevel=0
12746 setlocal foldmarker={{{,}}}
12747 setlocal foldmethod=manual
12748 setlocal foldminlines=1
12749 setlocal foldnestmax=20
12750 setlocal foldtext=foldtext()
12751 setlocal formatexpr=
12752 setlocal formatoptions=tcq
12753 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12754 setlocal grepprg=
12755 setlocal iminsert=0
12756 setlocal imsearch=2
12757 setlocal include=
12758 setlocal includeexpr=
12759 setlocal indentexpr=
12760 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12761 setlocal noinfercase
12762 setlocal iskeyword=@,48-57,_,192-255
12763 setlocal keywordprg=
12764 setlocal nolinebreak
12765 setlocal nolisp
12766 setlocal nolist
12767 setlocal makeprg=
12768 setlocal matchpairs=(:),{:},[:]
12769 setlocal nomodeline
12770 setlocal modifiable
12771 setlocal nrformats=octal,hex
12772 setlocal nonumber
12773 setlocal numberwidth=4
12774 setlocal omnifunc=
12775 setlocal path=
12776 setlocal nopreserveindent
12777 setlocal nopreviewwindow
12778 setlocal quoteescape=\\
12779 setlocal noreadonly
12780 setlocal norightleft
12781 setlocal rightleftcmd=search
12782 setlocal noscrollbind
12783 setlocal shiftwidth=4
12784 setlocal noshortname
12785 setlocal nosmartindent
12786 setlocal softtabstop=0
12787 setlocal nospell
12788 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
12789 setlocal spellfile=
12790 setlocal spelllang=en
12791 setlocal statusline=
12792 setlocal suffixesadd=
12793 setlocal swapfile
12794 setlocal synmaxcol=3000
12795 if &syntax != ''
12796 setlocal syntax=
12797 endif
12798 setlocal tabstop=2
12799 setlocal tags=
12800 setlocal textwidth=0
12801 setlocal thesaurus=
12802 setlocal nowinfixheight
12803 setlocal nowinfixwidth
12804 setlocal wrap
12805 setlocal wrapmargin=0
12806 silent! normal! zE
12807 let s:l = 2 - ((1 * winheight(0) + 19) / 38)
12808 if s:l < 1 | let s:l = 1 | endif
12809 exe s:l
12810 normal! zt
12811 2
12812 normal! 0
12813 tabedit scripts/2site
12814 set splitbelow splitright
12815 set nosplitbelow
12816 set nosplitright
12817 wincmd t
12818 set winheight=1 winwidth=1
12819 argglobal
12820 32argu
12821 edit scripts/2site
12822 setlocal keymap=
12823 setlocal noarabic
12824 setlocal autoindent
12825 setlocal balloonexpr=
12826 setlocal nobinary
12827 setlocal bufhidden=
12828 setlocal buflisted
12829 setlocal buftype=
12830 setlocal nocindent
12831 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12832 setlocal cinoptions=
12833 setlocal cinwords=if,else,while,do,for,switch
12834 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
12835 setlocal commentstring=#%s
12836 setlocal complete=.,w,b,u,t,i
12837 setlocal completefunc=
12838 setlocal nocopyindent
12839 setlocal nocursorcolumn
12840 setlocal nocursorline
12841 setlocal define=
12842 setlocal dictionary=
12843 setlocal nodiff
12844 setlocal equalprg=
12845 setlocal errorformat=
12846 setlocal noexpandtab
12847 if &filetype != 'sh'
12848 setlocal filetype=sh
12849 endif
12850 setlocal foldcolumn=0
12851 setlocal foldenable
12852 setlocal foldexpr=0
12853 setlocal foldignore=#
12854 setlocal foldlevel=0
12855 setlocal foldmarker={{{,}}}
12856 setlocal foldmethod=manual
12857 setlocal foldminlines=1
12858 setlocal foldnestmax=20
12859 setlocal foldtext=foldtext()
12860 setlocal formatexpr=
12861 setlocal formatoptions=tcq
12862 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12863 setlocal grepprg=
12864 setlocal iminsert=0
12865 setlocal imsearch=2
12866 setlocal include=
12867 setlocal includeexpr=
12868 setlocal indentexpr=
12869 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12870 setlocal noinfercase
12871 setlocal iskeyword=@,48-57,_,192-255
12872 setlocal keywordprg=
12873 setlocal nolinebreak
12874 setlocal nolisp
12875 setlocal nolist
12876 setlocal makeprg=
12877 setlocal matchpairs=(:),{:},[:]
12878 setlocal nomodeline
12879 setlocal modifiable
12880 setlocal nrformats=octal,hex
12881 setlocal nonumber
12882 setlocal numberwidth=4
12883 setlocal omnifunc=
12884 setlocal path=
12885 setlocal nopreserveindent
12886 setlocal nopreviewwindow
12887 setlocal quoteescape=\\
12888 setlocal noreadonly
12889 setlocal norightleft
12890 setlocal rightleftcmd=search
12891 setlocal noscrollbind
12892 setlocal shiftwidth=8
12893 setlocal noshortname
12894 setlocal nosmartindent
12895 setlocal softtabstop=0
12896 setlocal nospell
12897 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
12898 setlocal spellfile=
12899 setlocal spelllang=en
12900 setlocal statusline=
12901 setlocal suffixesadd=
12902 setlocal swapfile
12903 setlocal synmaxcol=3000
12904 if &syntax != 'sh'
12905 setlocal syntax=sh
12906 endif
12907 setlocal tabstop=2
12908 setlocal tags=
12909 setlocal textwidth=0
12910 setlocal thesaurus=
12911 setlocal nowinfixheight
12912 setlocal nowinfixwidth
12913 setlocal wrap
12914 setlocal wrapmargin=0
12915 silent! normal! zE
12916 let s:l = 142 - ((21 * winheight(0) + 11) / 23)
12917 if s:l < 1 | let s:l = 1 | endif
12918 exe s:l
12919 normal! zt
12920 142
12921 normal! 0
12922 tabedit scripts/html2txt
12923 set splitbelow splitright
12924 set nosplitbelow
12925 set nosplitright
12926 wincmd t
12927 set winheight=1 winwidth=1
12928 argglobal
12929 edit scripts/html2txt
12930 setlocal keymap=
12931 setlocal noarabic
12932 setlocal autoindent
12933 setlocal balloonexpr=
12934 setlocal nobinary
12935 setlocal bufhidden=
12936 setlocal buflisted
12937 setlocal buftype=
12938 setlocal nocindent
12939 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12940 setlocal cinoptions=
12941 setlocal cinwords=if,else,while,do,for,switch
12942 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
12943 setlocal commentstring=#%s
12944 setlocal complete=.,w,b,u,t,i
12945 setlocal completefunc=
12946 setlocal nocopyindent
12947 setlocal nocursorcolumn
12948 setlocal nocursorline
12949 setlocal define=
12950 setlocal dictionary=
12951 setlocal nodiff
12952 setlocal equalprg=
12953 setlocal errorformat=
12954 setlocal noexpandtab
12955 if &filetype != 'sh'
12956 setlocal filetype=sh
12957 endif
12958 setlocal foldcolumn=0
12959 setlocal foldenable
12960 setlocal foldexpr=0
12961 setlocal foldignore=#
12962 setlocal foldlevel=0
12963 setlocal foldmarker={{{,}}}
12964 setlocal foldmethod=manual
12965 setlocal foldminlines=1
12966 setlocal foldnestmax=20
12967 setlocal foldtext=foldtext()
12968 setlocal formatexpr=
12969 setlocal formatoptions=tcq
12970 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12971 setlocal grepprg=
12972 setlocal iminsert=0
12973 setlocal imsearch=2
12974 setlocal include=
12975 setlocal includeexpr=
12976 setlocal indentexpr=
12977 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12978 setlocal noinfercase
12979 setlocal iskeyword=@,48-57,_,192-255
12980 setlocal keywordprg=
12981 setlocal nolinebreak
12982 setlocal nolisp
12983 setlocal nolist
12984 setlocal makeprg=
12985 setlocal matchpairs=(:),{:},[:]
12986 setlocal nomodeline
12987 setlocal modifiable
12988 setlocal nrformats=octal,hex
12989 setlocal nonumber
12990 setlocal numberwidth=4
12991 setlocal omnifunc=
12992 setlocal path=
12993 setlocal nopreserveindent
12994 setlocal nopreviewwindow
12995 setlocal quoteescape=\\
12996 setlocal noreadonly
12997 setlocal norightleft
12998 setlocal rightleftcmd=search
12999 setlocal noscrollbind
13000 setlocal shiftwidth=8
13001 setlocal noshortname
13002 setlocal nosmartindent
13003 setlocal softtabstop=0
13004 setlocal nospell
13005 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
13006 setlocal spellfile=
13007 setlocal spelllang=en
13008 setlocal statusline=
13009 setlocal suffixesadd=
13010 setlocal swapfile
13011 setlocal synmaxcol=3000
13012 if &syntax != 'sh'
13013 setlocal syntax=sh
13014 endif
13015 setlocal tabstop=2
13016 setlocal tags=
13017 setlocal textwidth=0
13018 setlocal thesaurus=
13019 setlocal nowinfixheight
13020 setlocal nowinfixwidth
13021 setlocal wrap
13022 setlocal wrapmargin=0
13023 silent! normal! zE
13024 let s:l = 23 - ((0 * winheight(0) + 19) / 38)
13025 if s:l < 1 | let s:l = 1 | endif
13026 exe s:l
13027 normal! zt
13028 23
13029 normal! 025l
13030 tabedit scripts/update-boot-params
13031 set splitbelow splitright
13032 set nosplitbelow
13033 set nosplitright
13034 wincmd t
13035 set winheight=1 winwidth=1
13036 argglobal
13037 33argu
13038 edit scripts/update-boot-params
13039 setlocal keymap=
13040 setlocal noarabic
13041 setlocal autoindent
13042 setlocal balloonexpr=
13043 setlocal nobinary
13044 setlocal bufhidden=
13045 setlocal buflisted
13046 setlocal buftype=
13047 setlocal nocindent
13048 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
13049 setlocal cinoptions=
13050 setlocal cinwords=if,else,while,do,for,switch
13051 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
13052 setlocal commentstring=#%s
13053 setlocal complete=.,w,b,u,t,i
13054 setlocal completefunc=
13055 setlocal nocopyindent
13056 setlocal nocursorcolumn
13057 setlocal nocursorline
13058 setlocal define=
13059 setlocal dictionary=
13060 setlocal nodiff
13061 setlocal equalprg=
13062 setlocal errorformat=
13063 setlocal noexpandtab
13064 if &filetype != 'sh'
13065 setlocal filetype=sh
13066 endif
13067 setlocal foldcolumn=0
13068 setlocal foldenable
13069 setlocal foldexpr=0
13070 setlocal foldignore=#
13071 setlocal foldlevel=0
13072 setlocal foldmarker={{{,}}}
13073 setlocal foldmethod=manual
13074 setlocal foldminlines=1
13075 setlocal foldnestmax=20
13076 setlocal foldtext=foldtext()
13077 setlocal formatexpr=
13078 setlocal formatoptions=tcq
13079 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
13080 setlocal grepprg=
13081 setlocal iminsert=0
13082 setlocal imsearch=2
13083 setlocal include=
13084 setlocal includeexpr=
13085 setlocal indentexpr=
13086 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
13087 setlocal noinfercase
13088 setlocal iskeyword=@,48-57,_,192-255
13089 setlocal keywordprg=
13090 setlocal nolinebreak
13091 setlocal nolisp
13092 setlocal nolist
13093 setlocal makeprg=
13094 setlocal matchpairs=(:),{:},[:]
13095 setlocal nomodeline
13096 setlocal modifiable
13097 setlocal nrformats=octal,hex
13098 setlocal nonumber
13099 setlocal numberwidth=4
13100 setlocal omnifunc=
13101 setlocal path=
13102 setlocal nopreserveindent
13103 setlocal nopreviewwindow
13104 setlocal quoteescape=\\
13105 setlocal noreadonly
13106 setlocal norightleft
13107 setlocal rightleftcmd=search
13108 setlocal noscrollbind
13109 setlocal shiftwidth=8
13110 setlocal noshortname
13111 setlocal nosmartindent
13112 setlocal softtabstop=0
13113 setlocal nospell
13114 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
13115 setlocal spellfile=
13116 setlocal spelllang=en
13117 setlocal statusline=
13118 setlocal suffixesadd=
13119 setlocal swapfile
13120 setlocal synmaxcol=3000
13121 if &syntax != 'sh'
13122 setlocal syntax=sh
13123 endif
13124 setlocal tabstop=2
13125 setlocal tags=
13126 setlocal textwidth=0
13127 setlocal thesaurus=
13128 setlocal nowinfixheight
13129 setlocal nowinfixwidth
13130 setlocal wrap
13131 setlocal wrapmargin=0
13132 silent! normal! zE
13133 let s:l = 266 - ((0 * winheight(0) + 19) / 38)
13134 if s:l < 1 | let s:l = 1 | endif
13135 exe s:l
13136 normal! zt
13137 266
13138 normal! 04l
13139 tabedit scripts/html2doc
13140 set splitbelow splitright
13141 set nosplitbelow
13142 set nosplitright
13143 wincmd t
13144 set winheight=1 winwidth=1
13145 argglobal
13146 edit scripts/html2doc
13147 setlocal keymap=
13148 setlocal noarabic
13149 setlocal autoindent
13150 setlocal balloonexpr=
13151 setlocal nobinary
13152 setlocal bufhidden=
13153 setlocal buflisted
13154 setlocal buftype=
13155 setlocal nocindent
13156 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
13157 setlocal cinoptions=
13158 setlocal cinwords=if,else,while,do,for,switch
13159 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
13160 setlocal commentstring=#%s
13161 setlocal complete=.,w,b,u,t,i
13162 setlocal completefunc=
13163 setlocal nocopyindent
13164 setlocal nocursorcolumn
13165 setlocal nocursorline
13166 setlocal define=
13167 setlocal dictionary=
13168 setlocal nodiff
13169 setlocal equalprg=
13170 setlocal errorformat=
13171 setlocal noexpandtab
13172 if &filetype != 'sh'
13173 setlocal filetype=sh
13174 endif
13175 setlocal foldcolumn=0
13176 setlocal foldenable
13177 setlocal foldexpr=0
13178 setlocal foldignore=#
13179 setlocal foldlevel=0
13180 setlocal foldmarker={{{,}}}
13181 setlocal foldmethod=manual
13182 setlocal foldminlines=1
13183 setlocal foldnestmax=20
13184 setlocal foldtext=foldtext()
13185 setlocal formatexpr=
13186 setlocal formatoptions=tcq
13187 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
13188 setlocal grepprg=
13189 setlocal iminsert=0
13190 setlocal imsearch=2
13191 setlocal include=
13192 setlocal includeexpr=
13193 setlocal indentexpr=
13194 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
13195 setlocal noinfercase
13196 setlocal iskeyword=@,48-57,_,192-255
13197 setlocal keywordprg=
13198 setlocal nolinebreak
13199 setlocal nolisp
13200 setlocal nolist
13201 setlocal makeprg=
13202 setlocal matchpairs=(:),{:},[:]
13203 setlocal nomodeline
13204 setlocal modifiable
13205 setlocal nrformats=octal,hex
13206 setlocal nonumber
13207 setlocal numberwidth=4
13208 setlocal omnifunc=
13209 setlocal path=
13210 setlocal nopreserveindent
13211 setlocal nopreviewwindow
13212 setlocal quoteescape=\\
13213 setlocal noreadonly
13214 setlocal norightleft
13215 setlocal rightleftcmd=search
13216 setlocal noscrollbind
13217 setlocal shiftwidth=8
13218 setlocal noshortname
13219 setlocal nosmartindent
13220 setlocal softtabstop=0
13221 setlocal nospell
13222 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
13223 setlocal spellfile=
13224 setlocal spelllang=en
13225 setlocal statusline=
13226 setlocal suffixesadd=
13227 setlocal swapfile
13228 setlocal synmaxcol=3000
13229 if &syntax != 'sh'
13230 setlocal syntax=sh
13231 endif
13232 setlocal tabstop=2
13233 setlocal tags=
13234 setlocal textwidth=0
13235 setlocal thesaurus=
13236 setlocal nowinfixheight
13237 setlocal nowinfixwidth
13238 setlocal wrap
13239 setlocal wrapmargin=0
13240 silent! normal! zE
13241 let s:l = 2 - ((0 * winheight(0) + 19) / 38)
13242 if s:l < 1 | let s:l = 1 | endif
13243 exe s:l
13244 normal! zt
13245 2
13246 normal! 039l
13247 tabedit ../chkNamedLinks
13248 set splitbelow splitright
13249 set nosplitbelow
13250 set nosplitright
13251 wincmd t
13252 set winheight=1 winwidth=1
13253 argglobal
13254 34argu
13255 setlocal keymap=
13256 setlocal noarabic
13257 setlocal autoindent
13258 setlocal balloonexpr=
13259 setlocal nobinary
13260 setlocal bufhidden=
13261 setlocal buflisted
13262 setlocal buftype=
13263 setlocal nocindent
13264 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
13265 setlocal cinoptions=
13266 setlocal cinwords=if,else,while,do,for,switch
13267 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
13268 setlocal commentstring=#%s
13269 setlocal complete=.,w,b,u,t,i
13270 setlocal completefunc=
13271 setlocal nocopyindent
13272 setlocal nocursorcolumn
13273 setlocal nocursorline
13274 setlocal define=
13275 setlocal dictionary=
13276 setlocal nodiff
13277 setlocal equalprg=
13278 setlocal errorformat=
13279 setlocal noexpandtab
13280 if &filetype != 'sh'
13281 setlocal filetype=sh
13282 endif
13283 setlocal foldcolumn=0
13284 setlocal foldenable
13285 setlocal foldexpr=0
13286 setlocal foldignore=#
13287 setlocal foldlevel=0
13288 setlocal foldmarker={{{,}}}
13289 setlocal foldmethod=manual
13290 setlocal foldminlines=1
13291 setlocal foldnestmax=20
13292 setlocal foldtext=foldtext()
13293 setlocal formatexpr=
13294 setlocal formatoptions=tcq
13295 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
13296 setlocal grepprg=
13297 setlocal iminsert=0
13298 setlocal imsearch=2
13299 setlocal include=
13300 setlocal includeexpr=
13301 setlocal indentexpr=
13302 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
13303 setlocal noinfercase
13304 setlocal iskeyword=@,48-57,_,192-255
13305 setlocal keywordprg=
13306 setlocal nolinebreak
13307 setlocal nolisp
13308 setlocal nolist
13309 setlocal makeprg=
13310 setlocal matchpairs=(:),{:},[:]
13311 setlocal nomodeline
13312 setlocal modifiable
13313 setlocal nrformats=octal,hex
13314 setlocal nonumber
13315 setlocal numberwidth=4
13316 setlocal omnifunc=
13317 setlocal path=
13318 setlocal nopreserveindent
13319 setlocal nopreviewwindow
13320 setlocal quoteescape=\\
13321 setlocal noreadonly
13322 setlocal norightleft
13323 setlocal rightleftcmd=search
13324 setlocal noscrollbind
13325 setlocal shiftwidth=8
13326 setlocal noshortname
13327 setlocal nosmartindent
13328 setlocal softtabstop=0
13329 setlocal nospell
13330 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
13331 setlocal spellfile=
13332 setlocal spelllang=en
13333 setlocal statusline=
13334 setlocal suffixesadd=
13335 setlocal swapfile
13336 setlocal synmaxcol=3000
13337 if &syntax != 'sh'
13338 setlocal syntax=sh
13339 endif
13340 setlocal tabstop=2
13341 setlocal tags=
13342 setlocal textwidth=0
13343 setlocal thesaurus=
13344 setlocal nowinfixheight
13345 setlocal nowinfixwidth
13346 setlocal wrap
13347 setlocal wrapmargin=0
13348 silent! normal! zE
13349 let s:l = 2 - ((0 * winheight(0) + 19) / 38)
13350 if s:l < 1 | let s:l = 1 | endif
13351 exe s:l
13352 normal! zt
13353 2
13354 normal! 0
13355 tabnext 32
13356 if exists('s:wipebuf')
13357 silent exe 'bwipe ' . s:wipebuf
13358 endif
13359 unlet! s:wipebuf
13360 set winheight=1 winwidth=20 shortmess=filnxtToO
13361 let s:sx = expand("<sfile>:p:r")."x.vim"
13362 if file_readable(s:sx)
13363 exe "source " . fnameescape(s:sx)
13364 endif
13365 let &so = s:so_save | let &siso = s:siso_save
13366 doautoall SessionLoadPost
13367 unlet SessionLoad
13368 " vim: set ft=vim :

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26