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

Contents of /Documentation.vim

Parent Directory Parent Directory | Revision Log Revision Log


Revision 52 - (show annotations)
Thu May 20 16:24:26 2010 UTC (13 years, 11 months ago) by sng
File size: 477325 byte(s)
renaming html2offline to html2doc, fixing minor offline things, and updating oggline docs
1 let SessionLoad = 1
2 if &cp | set nocp | endif
3 let s:cpo_save=&cpo
4 set cpo&vim
5 map! <S-Insert> <MiddleMouse>
6 map \dk <Plug>DirDiffPrev
7 map \dj <Plug>DirDiffNext
8 map \dp <Plug>DirDiffPut
9 map \dg <Plug>DirDiffGet
10 nmap gx <Plug>NetrwBrowseX
11 nnoremap <silent> <Plug>NetrwBrowseX :call netrw#NetrwBrowseX(expand("<cWORD>"),0)
12 map <S-Insert> <MiddleMouse>
13 noremap ë gt
14 noremap ê gT
15 iabbr Cs case "$" in
16 )
17 
18 ;;
19 )
20 
21 ;;
22 *)
23 
24 ;;
25 esac
26 iabbr Un until [ ];do
27 
28 done
29 iabbr Wh while [ ];do
30 
31 done
32 iabbr Ifil if [ ];then
33 
34 elif [ ];then
35 
36 else
37 
38 fi
39 iabbr Ifl if [ ];then
40 
41 else
42 
43 fi
44 iabbr Ifn if [ ];then
45 
46 fi
47 iabbr Fn for n in ;do
48 
49 done
50 let &cpo=s:cpo_save
51 unlet s:cpo_save
52 set autoindent
53 set background=dark
54 set backspace=indent,eol,start
55 set fileencodings=ucs-bom,utf-8,default,latin1
56 set guifont=Monospace\ 13
57 set helplang=el
58 set history=50
59 set iminsert=0
60 set nomodeline
61 set mouse=a
62 set pastetoggle=<F10>
63 set printoptions=paper:a4
64 set ruler
65 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
66 set showbreak=
67 set showcmd
68 set showmatch
69 set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc
70 set tabpagemax=1000
71 set tabstop=2
72 set termencoding=utf-8
73 set wildmenu
74 set window=38
75 let s:so_save = &so | let s:siso_save = &siso | set so=0 siso=0
76 let v:this_session=expand("<sfile>:p")
77 silent only
78 cd ~/clonezilla-sysresccd/trunk/www/working
79 if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == ''
80 let s:wipebuf = bufnr('%')
81 endif
82 set shortmess=aoO
83 badd +1 annex-a-devices.html
84 badd +1 backup.html
85 badd +1 backup-smb.html
86 badd +1 boot-params.html
87 badd +1 clonezilla.html
88 badd +1 custom-cd.html
89 badd +1 flash-backup.html
90 badd +1 help.html
91 badd +1 index.html
92 badd +1 intro.html
93 badd +1 oldboot.html
94 badd +1 own-scripts.html
95 badd +1 partitions.html
96 badd +1 project.html
97 badd +1 recover.html
98 badd +1 reloc-img.html
99 badd +1 restoration.html
100 badd +1 restore-burn.html
101 badd +1 restore.html
102 badd +1 screenshots.html
103 badd +1 supergrubdisk.html
104 badd +1 sysresccd.html
105 badd +1 usb.html
106 badd +1 news.php
107 badd +1 onepage.php
108 badd +1 printable.php
109 badd +1 clonezilla-sysresccd.rss
110 badd +1 ../.htaccess
111 badd +1 ../.404.html
112 badd +1 ../.news.php
113 badd +1 ../.template.html
114 badd +1 ../2site
115 badd +1 html2txt
116 badd +1 ../chkNamedLinks
117 badd +1 .404.html
118 badd +1 .news.php
119 badd +1 .template.html
120 badd +1 scripts/2site
121 badd +2 scripts/html2txt
122 badd +1 scripts/update-boot-params
123 badd +1 scripts/html2html
124 badd +4 scripts/html2offline
125 badd +0 scripts/html2doc
126 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
127 edit annex-a-devices.html
128 set splitbelow splitright
129 set nosplitbelow
130 set nosplitright
131 wincmd t
132 set winheight=1 winwidth=1
133 argglobal
134 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
135 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
136 nnoremap <buffer> <silent> ;# :ColorSelect
137 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
138 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
139 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
140 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
141 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
142 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
143 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
144 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
145 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
146 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
147 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
148 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
149 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
150 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
151 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
152 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
153 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">')
154 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">')
155 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
156 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
157 nnoremap <buffer> <silent> ; 
158 nnoremap <buffer> <silent> ;; ;
159 vnoremap <buffer> <silent> ;; ;
160 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
161 inoremap <buffer> <silent> &hA &hArr;
162 inoremap <buffer> <silent> &dA &dArr;
163 inoremap <buffer> <silent> &rA &rArr;
164 inoremap <buffer> <silent> &uA &uArr;
165 inoremap <buffer> <silent> &lA &lArr;
166 inoremap <buffer> <silent> &ha &harr;
167 inoremap <buffer> <silent> &da &darr;
168 inoremap <buffer> <silent> &ra &rarr;
169 inoremap <buffer> <silent> &ua &uarr;
170 inoremap <buffer> <silent> &la &larr;
171 inoremap <buffer> <silent> &pv &piv;
172 inoremap <buffer> <silent> &uh &upsih;
173 inoremap <buffer> <silent> &ts &thetasym;
174 inoremap <buffer> <silent> &og &omega;
175 inoremap <buffer> <silent> &ps &psi;
176 inoremap <buffer> <silent> &ch &chi;
177 inoremap <buffer> <silent> &ph &phi;
178 inoremap <buffer> <silent> &up &upsilon;
179 inoremap <buffer> <silent> &ta &tau;
180 inoremap <buffer> <silent> &sf &sigmaf;
181 inoremap <buffer> <silent> &si &sigma;
182 inoremap <buffer> <silent> &rh &rho;
183 inoremap <buffer> <silent> &pi &pi;
184 inoremap <buffer> <silent> &oc &omicron;
185 inoremap <buffer> <silent> &xi &xi;
186 inoremap <buffer> <silent> &nu &nu;
187 inoremap <buffer> <silent> &mu &mu;
188 inoremap <buffer> <silent> &lm &lambda;
189 inoremap <buffer> <silent> &ka &kappa;
190 inoremap <buffer> <silent> &io &iota;
191 inoremap <buffer> <silent> &th &theta;
192 inoremap <buffer> <silent> &et &eta;
193 inoremap <buffer> <silent> &ze &zeta;
194 inoremap <buffer> <silent> &ep &epsilon;
195 inoremap <buffer> <silent> &de &delta;
196 inoremap <buffer> <silent> &ga &gamma;
197 inoremap <buffer> <silent> &be &beta;
198 inoremap <buffer> <silent> &al &alpha;
199 inoremap <buffer> <silent> &Ps &Psi;
200 inoremap <buffer> <silent> &Ch &Chi;
201 inoremap <buffer> <silent> &Ph &Phi;
202 inoremap <buffer> <silent> &Up &Upsilon;
203 inoremap <buffer> <silent> &Ta &Tau;
204 inoremap <buffer> <silent> &Si &Sigma;
205 inoremap <buffer> <silent> &Rh &Rho;
206 inoremap <buffer> <silent> &Pi &Pi;
207 inoremap <buffer> <silent> &Oc &Omicron;
208 inoremap <buffer> <silent> &Xi &Xi;
209 inoremap <buffer> <silent> &Nu &Nu;
210 inoremap <buffer> <silent> &Mu &Mu;
211 inoremap <buffer> <silent> &Lm &Lambda;
212 inoremap <buffer> <silent> &Ka &Kappa;
213 inoremap <buffer> <silent> &Io &Iota;
214 inoremap <buffer> <silent> &Th &Theta;
215 inoremap <buffer> <silent> &Et &Eta;
216 inoremap <buffer> <silent> &Ze &Zeta;
217 inoremap <buffer> <silent> &Ep &Epsilon;
218 inoremap <buffer> <silent> &De &Delta;
219 inoremap <buffer> <silent> &Ga &Gamma;
220 inoremap <buffer> <silent> &Be &Beta;
221 inoremap <buffer> <silent> &Al &Alpha;
222 inoremap <buffer> <silent> &3. &hellip;
223 inoremap <buffer> <silent> &-- &mdash;
224 inoremap <buffer> <silent> &3- &mdash;
225 inoremap <buffer> <silent> &m- &mdash;
226 inoremap <buffer> <silent> &2- &ndash;
227 inoremap <buffer> <silent> &n- &ndash;
228 inoremap <buffer> <silent> &34 &frac34;
229 inoremap <buffer> <silent> &12 &frac12;
230 inoremap <buffer> <silent> &14 &frac14;
231 inoremap <buffer> <silent> &. &middot;
232 inoremap <buffer> <silent> &pa &para;
233 inoremap <buffer> <silent> &mi &micro;
234 inoremap <buffer> <silent> &dg &deg;
235 inoremap <buffer> <silent> &? &iquest;
236 inoremap <buffer> <silent> &! &iexcl;
237 inoremap <buffer> <silent> &sz &szlig;
238 inoremap <buffer> <silent> &o/ &oslash;
239 inoremap <buffer> <silent> &/ &divide;
240 inoremap <buffer> <silent> &" &uml;
241 inoremap <buffer> <silent> &2> &raquo;
242 inoremap <buffer> <silent> &2< &laquo;
243 inoremap <buffer> <silent> &y" &yuml;
244 inoremap <buffer> <silent> &y' &yacute;
245 inoremap <buffer> <silent> &u" &uuml;
246 inoremap <buffer> <silent> &u^ &ucirc;
247 inoremap <buffer> <silent> &u' &uacute;
248 inoremap <buffer> <silent> &u` &ugrave;
249 inoremap <buffer> <silent> &x &times;
250 inoremap <buffer> <silent> &o" &ouml;
251 inoremap <buffer> <silent> &o~ &otilde;
252 inoremap <buffer> <silent> &o^ &ocirc;
253 inoremap <buffer> <silent> &o' &oacute;
254 inoremap <buffer> <silent> &o` &ograve;
255 inoremap <buffer> <silent> &n~ &ntilde;
256 inoremap <buffer> <silent> &i" &iuml;
257 inoremap <buffer> <silent> &i^ &icirc;
258 inoremap <buffer> <silent> &i' &iacute;
259 inoremap <buffer> <silent> &i` &igrave;
260 inoremap <buffer> <silent> &e" &euml;
261 inoremap <buffer> <silent> &e^ &ecirc;
262 inoremap <buffer> <silent> &e' &eacute;
263 inoremap <buffer> <silent> &e` &egrave;
264 inoremap <buffer> <silent> &c, &ccedil;
265 inoremap <buffer> <silent> &ae &aelig;
266 inoremap <buffer> <silent> &ao &aring;
267 inoremap <buffer> <silent> &a" &auml;
268 inoremap <buffer> <silent> &a~ &atilde;
269 inoremap <buffer> <silent> &a^ &acirc;
270 inoremap <buffer> <silent> &a' &aacute;
271 inoremap <buffer> <silent> &a` &agrave;
272 inoremap <buffer> <silent> &Y' &Yacute;
273 inoremap <buffer> <silent> &U" &Uuml;
274 inoremap <buffer> <silent> &U^ &Ucirc;
275 inoremap <buffer> <silent> &U' &Uacute;
276 inoremap <buffer> <silent> &U` &Ugrave;
277 inoremap <buffer> <silent> &O/ &Oslash;
278 inoremap <buffer> <silent> &O" &Ouml;
279 inoremap <buffer> <silent> &O~ &Otilde;
280 inoremap <buffer> <silent> &O^ &Ocirc;
281 inoremap <buffer> <silent> &O' &Oacute;
282 inoremap <buffer> <silent> &O` &Ograve;
283 inoremap <buffer> <silent> &N~ &Ntilde;
284 inoremap <buffer> <silent> &I" &Iuml;
285 inoremap <buffer> <silent> &I^ &Icirc;
286 inoremap <buffer> <silent> &I' &Iacute;
287 inoremap <buffer> <silent> &I` &Igrave;
288 inoremap <buffer> <silent> &E" &Euml;
289 inoremap <buffer> <silent> &E^ &Ecirc;
290 inoremap <buffer> <silent> &E' &Eacute;
291 inoremap <buffer> <silent> &E` &Egrave;
292 inoremap <buffer> <silent> &C, &Ccedil;
293 inoremap <buffer> <silent> &AE &AElig;
294 inoremap <buffer> <silent> &Ao &Aring;
295 inoremap <buffer> <silent> &A" &Auml;
296 inoremap <buffer> <silent> &A~ &Atilde;
297 inoremap <buffer> <silent> &A^ &Acirc;
298 inoremap <buffer> <silent> &A' &Aacute;
299 inoremap <buffer> <silent> &A` &Agrave;
300 inoremap <buffer> <silent> &c| &cent;
301 inoremap <buffer> <silent> &Y= &yen;
302 inoremap <buffer> <silent> &# &pound;
303 inoremap <buffer> <silent> & &nbsp;
304 inoremap <buffer> <silent> &> &gt;
305 inoremap <buffer> <silent> &< &lt;
306 inoremap <buffer> <silent> &' &quot;
307 inoremap <buffer> <silent> &tm &trade;
308 inoremap <buffer> <silent> &rO &reg;
309 inoremap <buffer> <silent> &cO &copy;
310 inoremap <buffer> <silent> && &amp;
311 inoremap <buffer> <silent> ;# :ColorSelect
312 inoremap <buffer> <silent> ; &nbsp;
313 inoremap <buffer> <silent> ;la <label for=""></label>F"
314 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
315 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
316 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
317 </textarea>k$5F"i
318 inoremap <buffer> <silent> ;og <optgroup label="">
319 </optgroup>k$F"i
320 inoremap <buffer> <silent> ;op <option></option>F<
321 inoremap <buffer> <silent> ;ms <select name="" multiple>
322 </select>O
323 inoremap <buffer> <silent> ;se <select name="">
324 </select>O
325 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
326 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
327 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
328 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
329 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
330 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
331 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
332 inoremap <buffer> <silent> ;fm <form action="">
333 </form>k$F"i
334 inoremap <buffer> <silent> ;if <iframe src="">
335 </iframe>k$F"i
336 inoremap <buffer> <silent> ;nf <noframes>
337 </noframes>O
338 inoremap <buffer> <silent> ;fr <frame src="">F"
339 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
340 </frameset>k$3F"i
341 inoremap <buffer> <silent> ;th <th></th>F<
342 inoremap <buffer> <silent> ;td <td>
343 </td>O
344 inoremap <buffer> <silent> ;tr <tr>
345 </tr>O
346 inoremap <buffer> <silent> ;tf <tfoot>
347 </tfoot>O
348 inoremap <buffer> <silent> ;tb <tbody>
349 </tbody>O
350 inoremap <buffer> <silent> ;tH <thead>
351 </thead>O
352 inoremap <buffer> <silent> ;ta <table>
353 </table>O
354 inoremap <buffer> <silent> ;ca <caption></caption>F<
355 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
356 </object>k$5F"i
357 inoremap <buffer> <silent> ;ns <noscript>
358 </noscripT>O
359 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
360 <noembed></noembed>k$5F"i
361 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
362 inoremap <buffer> <silent> ;va <var></var>F<
363 inoremap <buffer> <silent> ;ul <ul>
364 </ul>O
365 inoremap <buffer> <silent> ;tt <tt></tt>F<
366 inoremap <buffer> <silent> ;ti <title></title>F<
367 inoremap <buffer> <silent> ;sp <sup></sup>F<
368 inoremap <buffer> <silent> ;sb <sub></sub>F<
369 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
370 inoremap <buffer> <silent> ;cs <style type="text/css">
371 <!--
372 -->
373 </style>kO
374 inoremap <buffer> <silent> ;sm <small></small>F<
375 inoremap <buffer> <silent> ;sa <samp></samp>F<
376 inoremap <buffer> <silent> ;sk <strike></strike>F<
377 inoremap <buffer> <silent> ;qu <q></q>F<
378 inoremap <buffer> <silent> ;pr <pre>
379 </pre>O
380 inoremap <buffer> <silent> ;/p </p>
381 
382 <p>
383 inoremap <buffer> <silent> ;pp <p>
384 </p>O
385 inoremap <buffer> <silent> ;ol <ol>
386 </ol>O
387 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
388 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
389 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
390 inoremap <buffer> <silent> ;lk <link href="">F"
391 inoremap <buffer> <silent> ;li <li></li>F<
392 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
393 inoremap <buffer> <silent> ;ii <isindex>
394 inoremap <buffer> <silent> ;in <ins></ins>F<
395 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
396 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
397 inoremap <buffer> <silent> ;ht <html>
398 </html>O
399 inoremap <buffer> <silent> ;Hr <hr width="75%">
400 inoremap <buffer> <silent> ;hr <hr>
401 inoremap <buffer> <silent> ;he <head>
402 </head>O
403 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
404 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
405 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
406 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
407 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
408 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
409 inoremap <buffer> <silent> ;h6 <h6></h6>F<
410 inoremap <buffer> <silent> ;h5 <h5></h5>F<
411 inoremap <buffer> <silent> ;h4 <h4></h4>F<
412 inoremap <buffer> <silent> ;h3 <h3></h3>F<
413 inoremap <buffer> <silent> ;h2 <h2></h2>F<
414 inoremap <buffer> <silent> ;h1 <h1></h1>F<
415 inoremap <buffer> <silent> ;fc <font color=""></font>F"
416 inoremap <buffer> <silent> ;fo <font size=""></font>F"
417 inoremap <buffer> <silent> ;sn <span></span>F<
418 inoremap <buffer> <silent> ;dv <div>
419 </div>O
420 inoremap <buffer> <silent> ;df <dfn></dfn>F<
421 inoremap <buffer> <silent> ;de <del></del>F<
422 inoremap <buffer> <silent> ;dd <dd></dd>F<
423 inoremap <buffer> <silent> ;dt <dt></dt>F<
424 inoremap <buffer> <silent> ;dl <dl>
425 </dl>O
426 inoremap <buffer> <silent> ;co <code></code>F<
427 inoremap <buffer> <silent> ;ci <cite></cite>F<
428 inoremap <buffer> <silent> ;ce <center></center>F<
429 inoremap <buffer> <silent> ;br <br>
430 inoremap <buffer> <silent> ;bd <body>
431 </body>O
432 inoremap <buffer> <silent> ;bl <blockquote>
433 </blockquote>O
434 inoremap <buffer> <silent> ;bi <big></big>F<
435 inoremap <buffer> <silent> ;bh <base href="">F"
436 inoremap <buffer> <silent> ;ad <address></address>F<
437 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
438 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
439 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
440 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
441 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
442 inoremap <buffer> <silent> ;an <a name=""></a>F"
443 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
444 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
445 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
446 inoremap <buffer> <silent> ;ah <a href=""></a>F"
447 imap <buffer> <silent> ;s4 ;s4
448 imap <buffer> <silent> ;4 ;4
449 inoremap <buffer> <silent> ;mi :call MangleImageTag()
450 inoremap <buffer> <silent> ; 
451 inoremap <buffer> <silent> ;& &
452 inoremap <buffer> <silent> ;; ;
453 setlocal keymap=
454 setlocal noarabic
455 setlocal autoindent
456 setlocal balloonexpr=
457 setlocal nobinary
458 setlocal bufhidden=
459 setlocal buflisted
460 setlocal buftype=
461 setlocal nocindent
462 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
463 setlocal cinoptions=
464 setlocal cinwords=if,else,while,do,for,switch
465 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
466 setlocal commentstring=<!--%s-->
467 setlocal complete=.,w,b,u,t,i
468 setlocal completefunc=
469 setlocal nocopyindent
470 setlocal nocursorcolumn
471 setlocal nocursorline
472 setlocal define=
473 setlocal dictionary=
474 setlocal nodiff
475 setlocal equalprg=
476 setlocal errorformat=
477 setlocal noexpandtab
478 if &filetype != 'html'
479 setlocal filetype=html
480 endif
481 setlocal foldcolumn=0
482 setlocal foldenable
483 setlocal foldexpr=0
484 setlocal foldignore=#
485 setlocal foldlevel=0
486 setlocal foldmarker={{{,}}}
487 setlocal foldmethod=manual
488 setlocal foldminlines=1
489 setlocal foldnestmax=20
490 setlocal foldtext=foldtext()
491 setlocal formatexpr=
492 setlocal formatoptions=tcq
493 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
494 setlocal grepprg=
495 setlocal iminsert=2
496 setlocal imsearch=2
497 setlocal include=
498 setlocal includeexpr=
499 setlocal indentexpr=
500 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
501 setlocal noinfercase
502 setlocal iskeyword=@,48-57,_,192-255
503 setlocal keywordprg=
504 setlocal nolinebreak
505 setlocal nolisp
506 setlocal nolist
507 setlocal makeprg=
508 setlocal matchpairs=(:),{:},[:],<:>
509 setlocal nomodeline
510 setlocal modifiable
511 setlocal nrformats=octal,hex
512 setlocal nonumber
513 setlocal numberwidth=4
514 setlocal omnifunc=htmlcomplete#CompleteTags
515 setlocal path=
516 setlocal nopreserveindent
517 setlocal nopreviewwindow
518 setlocal quoteescape=\\
519 setlocal noreadonly
520 setlocal norightleft
521 setlocal rightleftcmd=search
522 setlocal noscrollbind
523 setlocal shiftwidth=8
524 setlocal noshortname
525 setlocal nosmartindent
526 setlocal softtabstop=0
527 setlocal nospell
528 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
529 setlocal spellfile=
530 setlocal spelllang=en
531 setlocal statusline=
532 setlocal suffixesadd=
533 setlocal swapfile
534 setlocal synmaxcol=3000
535 if &syntax != 'html'
536 setlocal syntax=html
537 endif
538 setlocal tabstop=2
539 setlocal tags=
540 setlocal textwidth=0
541 setlocal thesaurus=
542 setlocal nowinfixheight
543 setlocal nowinfixwidth
544 setlocal wrap
545 setlocal wrapmargin=0
546 silent! normal! zE
547 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
548 if s:l < 1 | let s:l = 1 | endif
549 exe s:l
550 normal! zt
551 1
552 normal! 0
553 tabedit backup.html
554 set splitbelow splitright
555 set nosplitbelow
556 set nosplitright
557 wincmd t
558 set winheight=1 winwidth=1
559 argglobal
560 2argu
561 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
562 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
563 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
564 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
565 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
566 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
567 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
568 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
569 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
570 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
571 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
572 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
573 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
574 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
575 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
576 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
577 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
578 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
579 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">')
580 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">')
581 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
582 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
583 nnoremap <buffer> <silent> ; 
584 nnoremap <buffer> <silent> ;; ;
585 vnoremap <buffer> <silent> ;; ;
586 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
587 inoremap <buffer> <silent> &hA &hArr;
588 inoremap <buffer> <silent> &dA &dArr;
589 inoremap <buffer> <silent> &rA &rArr;
590 inoremap <buffer> <silent> &uA &uArr;
591 inoremap <buffer> <silent> &lA &lArr;
592 inoremap <buffer> <silent> &ha &harr;
593 inoremap <buffer> <silent> &da &darr;
594 inoremap <buffer> <silent> &ra &rarr;
595 inoremap <buffer> <silent> &ua &uarr;
596 inoremap <buffer> <silent> &la &larr;
597 inoremap <buffer> <silent> &pv &piv;
598 inoremap <buffer> <silent> &uh &upsih;
599 inoremap <buffer> <silent> &ts &thetasym;
600 inoremap <buffer> <silent> &og &omega;
601 inoremap <buffer> <silent> &ps &psi;
602 inoremap <buffer> <silent> &ch &chi;
603 inoremap <buffer> <silent> &ph &phi;
604 inoremap <buffer> <silent> &up &upsilon;
605 inoremap <buffer> <silent> &ta &tau;
606 inoremap <buffer> <silent> &sf &sigmaf;
607 inoremap <buffer> <silent> &si &sigma;
608 inoremap <buffer> <silent> &rh &rho;
609 inoremap <buffer> <silent> &pi &pi;
610 inoremap <buffer> <silent> &oc &omicron;
611 inoremap <buffer> <silent> &xi &xi;
612 inoremap <buffer> <silent> &nu &nu;
613 inoremap <buffer> <silent> &mu &mu;
614 inoremap <buffer> <silent> &lm &lambda;
615 inoremap <buffer> <silent> &ka &kappa;
616 inoremap <buffer> <silent> &io &iota;
617 inoremap <buffer> <silent> &th &theta;
618 inoremap <buffer> <silent> &et &eta;
619 inoremap <buffer> <silent> &ze &zeta;
620 inoremap <buffer> <silent> &ep &epsilon;
621 inoremap <buffer> <silent> &de &delta;
622 inoremap <buffer> <silent> &ga &gamma;
623 inoremap <buffer> <silent> &be &beta;
624 inoremap <buffer> <silent> &al &alpha;
625 inoremap <buffer> <silent> &Ps &Psi;
626 inoremap <buffer> <silent> &Ch &Chi;
627 inoremap <buffer> <silent> &Ph &Phi;
628 inoremap <buffer> <silent> &Up &Upsilon;
629 inoremap <buffer> <silent> &Ta &Tau;
630 inoremap <buffer> <silent> &Si &Sigma;
631 inoremap <buffer> <silent> &Rh &Rho;
632 inoremap <buffer> <silent> &Pi &Pi;
633 inoremap <buffer> <silent> &Oc &Omicron;
634 inoremap <buffer> <silent> &Xi &Xi;
635 inoremap <buffer> <silent> &Nu &Nu;
636 inoremap <buffer> <silent> &Mu &Mu;
637 inoremap <buffer> <silent> &Lm &Lambda;
638 inoremap <buffer> <silent> &Ka &Kappa;
639 inoremap <buffer> <silent> &Io &Iota;
640 inoremap <buffer> <silent> &Th &Theta;
641 inoremap <buffer> <silent> &Et &Eta;
642 inoremap <buffer> <silent> &Ze &Zeta;
643 inoremap <buffer> <silent> &Ep &Epsilon;
644 inoremap <buffer> <silent> &De &Delta;
645 inoremap <buffer> <silent> &Ga &Gamma;
646 inoremap <buffer> <silent> &Be &Beta;
647 inoremap <buffer> <silent> &Al &Alpha;
648 inoremap <buffer> <silent> &3. &hellip;
649 inoremap <buffer> <silent> &-- &mdash;
650 inoremap <buffer> <silent> &3- &mdash;
651 inoremap <buffer> <silent> &m- &mdash;
652 inoremap <buffer> <silent> &2- &ndash;
653 inoremap <buffer> <silent> &n- &ndash;
654 inoremap <buffer> <silent> &34 &frac34;
655 inoremap <buffer> <silent> &12 &frac12;
656 inoremap <buffer> <silent> &14 &frac14;
657 inoremap <buffer> <silent> &. &middot;
658 inoremap <buffer> <silent> &pa &para;
659 inoremap <buffer> <silent> &mi &micro;
660 inoremap <buffer> <silent> &dg &deg;
661 inoremap <buffer> <silent> &? &iquest;
662 inoremap <buffer> <silent> &! &iexcl;
663 inoremap <buffer> <silent> &sz &szlig;
664 inoremap <buffer> <silent> &o/ &oslash;
665 inoremap <buffer> <silent> &/ &divide;
666 inoremap <buffer> <silent> &" &uml;
667 inoremap <buffer> <silent> &2> &raquo;
668 inoremap <buffer> <silent> &2< &laquo;
669 inoremap <buffer> <silent> &y" &yuml;
670 inoremap <buffer> <silent> &y' &yacute;
671 inoremap <buffer> <silent> &u" &uuml;
672 inoremap <buffer> <silent> &u^ &ucirc;
673 inoremap <buffer> <silent> &u' &uacute;
674 inoremap <buffer> <silent> &u` &ugrave;
675 inoremap <buffer> <silent> &x &times;
676 inoremap <buffer> <silent> &o" &ouml;
677 inoremap <buffer> <silent> &o~ &otilde;
678 inoremap <buffer> <silent> &o^ &ocirc;
679 inoremap <buffer> <silent> &o' &oacute;
680 inoremap <buffer> <silent> &o` &ograve;
681 inoremap <buffer> <silent> &n~ &ntilde;
682 inoremap <buffer> <silent> &i" &iuml;
683 inoremap <buffer> <silent> &i^ &icirc;
684 inoremap <buffer> <silent> &i' &iacute;
685 inoremap <buffer> <silent> &i` &igrave;
686 inoremap <buffer> <silent> &e" &euml;
687 inoremap <buffer> <silent> &e^ &ecirc;
688 inoremap <buffer> <silent> &e' &eacute;
689 inoremap <buffer> <silent> &e` &egrave;
690 inoremap <buffer> <silent> &c, &ccedil;
691 inoremap <buffer> <silent> &ae &aelig;
692 inoremap <buffer> <silent> &ao &aring;
693 inoremap <buffer> <silent> &a" &auml;
694 inoremap <buffer> <silent> &a~ &atilde;
695 inoremap <buffer> <silent> &a^ &acirc;
696 inoremap <buffer> <silent> &a' &aacute;
697 inoremap <buffer> <silent> &a` &agrave;
698 inoremap <buffer> <silent> &Y' &Yacute;
699 inoremap <buffer> <silent> &U" &Uuml;
700 inoremap <buffer> <silent> &U^ &Ucirc;
701 inoremap <buffer> <silent> &U' &Uacute;
702 inoremap <buffer> <silent> &U` &Ugrave;
703 inoremap <buffer> <silent> &O/ &Oslash;
704 inoremap <buffer> <silent> &O" &Ouml;
705 inoremap <buffer> <silent> &O~ &Otilde;
706 inoremap <buffer> <silent> &O^ &Ocirc;
707 inoremap <buffer> <silent> &O' &Oacute;
708 inoremap <buffer> <silent> &O` &Ograve;
709 inoremap <buffer> <silent> &N~ &Ntilde;
710 inoremap <buffer> <silent> &I" &Iuml;
711 inoremap <buffer> <silent> &I^ &Icirc;
712 inoremap <buffer> <silent> &I' &Iacute;
713 inoremap <buffer> <silent> &I` &Igrave;
714 inoremap <buffer> <silent> &E" &Euml;
715 inoremap <buffer> <silent> &E^ &Ecirc;
716 inoremap <buffer> <silent> &E' &Eacute;
717 inoremap <buffer> <silent> &E` &Egrave;
718 inoremap <buffer> <silent> &C, &Ccedil;
719 inoremap <buffer> <silent> &AE &AElig;
720 inoremap <buffer> <silent> &Ao &Aring;
721 inoremap <buffer> <silent> &A" &Auml;
722 inoremap <buffer> <silent> &A~ &Atilde;
723 inoremap <buffer> <silent> &A^ &Acirc;
724 inoremap <buffer> <silent> &A' &Aacute;
725 inoremap <buffer> <silent> &A` &Agrave;
726 inoremap <buffer> <silent> &c| &cent;
727 inoremap <buffer> <silent> &Y= &yen;
728 inoremap <buffer> <silent> &# &pound;
729 inoremap <buffer> <silent> & &nbsp;
730 inoremap <buffer> <silent> &> &gt;
731 inoremap <buffer> <silent> &< &lt;
732 inoremap <buffer> <silent> &' &quot;
733 inoremap <buffer> <silent> &tm &trade;
734 inoremap <buffer> <silent> &rO &reg;
735 inoremap <buffer> <silent> &cO &copy;
736 inoremap <buffer> <silent> && &amp;
737 inoremap <buffer> <silent> ; &nbsp;
738 inoremap <buffer> <silent> ;la <label for=""></label>F"
739 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
740 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
741 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
742 </textarea>k$5F"i
743 inoremap <buffer> <silent> ;og <optgroup label="">
744 </optgroup>k$F"i
745 inoremap <buffer> <silent> ;op <option></option>F<
746 inoremap <buffer> <silent> ;ms <select name="" multiple>
747 </select>O
748 inoremap <buffer> <silent> ;se <select name="">
749 </select>O
750 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
751 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
752 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
753 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
754 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
755 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
756 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
757 inoremap <buffer> <silent> ;fm <form action="">
758 </form>k$F"i
759 inoremap <buffer> <silent> ;if <iframe src="">
760 </iframe>k$F"i
761 inoremap <buffer> <silent> ;nf <noframes>
762 </noframes>O
763 inoremap <buffer> <silent> ;fr <frame src="">F"
764 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
765 </frameset>k$3F"i
766 inoremap <buffer> <silent> ;th <th></th>F<
767 inoremap <buffer> <silent> ;td <td>
768 </td>O
769 inoremap <buffer> <silent> ;tr <tr>
770 </tr>O
771 inoremap <buffer> <silent> ;tf <tfoot>
772 </tfoot>O
773 inoremap <buffer> <silent> ;tb <tbody>
774 </tbody>O
775 inoremap <buffer> <silent> ;tH <thead>
776 </thead>O
777 inoremap <buffer> <silent> ;ta <table>
778 </table>O
779 inoremap <buffer> <silent> ;ca <caption></caption>F<
780 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
781 </object>k$5F"i
782 inoremap <buffer> <silent> ;ns <noscript>
783 </noscripT>O
784 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
785 <noembed></noembed>k$5F"i
786 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
787 inoremap <buffer> <silent> ;va <var></var>F<
788 inoremap <buffer> <silent> ;ul <ul>
789 </ul>O
790 inoremap <buffer> <silent> ;tt <tt></tt>F<
791 inoremap <buffer> <silent> ;ti <title></title>F<
792 inoremap <buffer> <silent> ;sp <sup></sup>F<
793 inoremap <buffer> <silent> ;sb <sub></sub>F<
794 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
795 inoremap <buffer> <silent> ;cs <style type="text/css">
796 <!--
797 -->
798 </style>kO
799 inoremap <buffer> <silent> ;sm <small></small>F<
800 inoremap <buffer> <silent> ;sa <samp></samp>F<
801 inoremap <buffer> <silent> ;sk <strike></strike>F<
802 inoremap <buffer> <silent> ;qu <q></q>F<
803 inoremap <buffer> <silent> ;pr <pre>
804 </pre>O
805 inoremap <buffer> <silent> ;/p </p>
806 
807 <p>
808 inoremap <buffer> <silent> ;pp <p>
809 </p>O
810 inoremap <buffer> <silent> ;ol <ol>
811 </ol>O
812 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
813 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
814 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
815 inoremap <buffer> <silent> ;lk <link href="">F"
816 inoremap <buffer> <silent> ;li <li></li>F<
817 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
818 inoremap <buffer> <silent> ;ii <isindex>
819 inoremap <buffer> <silent> ;in <ins></ins>F<
820 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
821 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
822 inoremap <buffer> <silent> ;ht <html>
823 </html>O
824 inoremap <buffer> <silent> ;Hr <hr width="75%">
825 inoremap <buffer> <silent> ;hr <hr>
826 inoremap <buffer> <silent> ;he <head>
827 </head>O
828 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
829 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
830 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
831 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
832 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
833 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
834 inoremap <buffer> <silent> ;h6 <h6></h6>F<
835 inoremap <buffer> <silent> ;h5 <h5></h5>F<
836 inoremap <buffer> <silent> ;h4 <h4></h4>F<
837 inoremap <buffer> <silent> ;h3 <h3></h3>F<
838 inoremap <buffer> <silent> ;h2 <h2></h2>F<
839 inoremap <buffer> <silent> ;h1 <h1></h1>F<
840 inoremap <buffer> <silent> ;fc <font color=""></font>F"
841 inoremap <buffer> <silent> ;fo <font size=""></font>F"
842 inoremap <buffer> <silent> ;sn <span></span>F<
843 inoremap <buffer> <silent> ;dv <div>
844 </div>O
845 inoremap <buffer> <silent> ;df <dfn></dfn>F<
846 inoremap <buffer> <silent> ;de <del></del>F<
847 inoremap <buffer> <silent> ;dd <dd></dd>F<
848 inoremap <buffer> <silent> ;dt <dt></dt>F<
849 inoremap <buffer> <silent> ;dl <dl>
850 </dl>O
851 inoremap <buffer> <silent> ;co <code></code>F<
852 inoremap <buffer> <silent> ;ci <cite></cite>F<
853 inoremap <buffer> <silent> ;ce <center></center>F<
854 inoremap <buffer> <silent> ;br <br>
855 inoremap <buffer> <silent> ;bd <body>
856 </body>O
857 inoremap <buffer> <silent> ;bl <blockquote>
858 </blockquote>O
859 inoremap <buffer> <silent> ;bi <big></big>F<
860 inoremap <buffer> <silent> ;bh <base href="">F"
861 inoremap <buffer> <silent> ;ad <address></address>F<
862 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
863 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
864 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
865 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
866 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
867 inoremap <buffer> <silent> ;an <a name=""></a>F"
868 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
869 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
870 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
871 inoremap <buffer> <silent> ;ah <a href=""></a>F"
872 imap <buffer> <silent> ;s4 ;s4
873 imap <buffer> <silent> ;4 ;4
874 inoremap <buffer> <silent> ;mi :call MangleImageTag()
875 inoremap <buffer> <silent> ; 
876 inoremap <buffer> <silent> ;& &
877 inoremap <buffer> <silent> ;; ;
878 setlocal keymap=
879 setlocal noarabic
880 setlocal autoindent
881 setlocal balloonexpr=
882 setlocal nobinary
883 setlocal bufhidden=
884 setlocal buflisted
885 setlocal buftype=
886 setlocal nocindent
887 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
888 setlocal cinoptions=
889 setlocal cinwords=if,else,while,do,for,switch
890 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
891 setlocal commentstring=<!--%s-->
892 setlocal complete=.,w,b,u,t,i
893 setlocal completefunc=
894 setlocal nocopyindent
895 setlocal nocursorcolumn
896 setlocal nocursorline
897 setlocal define=
898 setlocal dictionary=
899 setlocal nodiff
900 setlocal equalprg=
901 setlocal errorformat=
902 setlocal noexpandtab
903 if &filetype != 'html'
904 setlocal filetype=html
905 endif
906 setlocal foldcolumn=0
907 setlocal foldenable
908 setlocal foldexpr=0
909 setlocal foldignore=#
910 setlocal foldlevel=0
911 setlocal foldmarker={{{,}}}
912 setlocal foldmethod=manual
913 setlocal foldminlines=1
914 setlocal foldnestmax=20
915 setlocal foldtext=foldtext()
916 setlocal formatexpr=
917 setlocal formatoptions=tcq
918 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
919 setlocal grepprg=
920 setlocal iminsert=2
921 setlocal imsearch=2
922 setlocal include=
923 setlocal includeexpr=
924 setlocal indentexpr=
925 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
926 setlocal noinfercase
927 setlocal iskeyword=@,48-57,_,192-255
928 setlocal keywordprg=
929 setlocal nolinebreak
930 setlocal nolisp
931 setlocal nolist
932 setlocal makeprg=
933 setlocal matchpairs=(:),{:},[:],<:>
934 setlocal nomodeline
935 setlocal modifiable
936 setlocal nrformats=octal,hex
937 setlocal nonumber
938 setlocal numberwidth=4
939 setlocal omnifunc=htmlcomplete#CompleteTags
940 setlocal path=
941 setlocal nopreserveindent
942 setlocal nopreviewwindow
943 setlocal quoteescape=\\
944 setlocal noreadonly
945 setlocal norightleft
946 setlocal rightleftcmd=search
947 setlocal noscrollbind
948 setlocal shiftwidth=8
949 setlocal noshortname
950 setlocal nosmartindent
951 setlocal softtabstop=0
952 setlocal nospell
953 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
954 setlocal spellfile=
955 setlocal spelllang=en
956 setlocal statusline=
957 setlocal suffixesadd=
958 setlocal swapfile
959 setlocal synmaxcol=3000
960 if &syntax != 'html'
961 setlocal syntax=html
962 endif
963 setlocal tabstop=2
964 setlocal tags=
965 setlocal textwidth=0
966 setlocal thesaurus=
967 setlocal nowinfixheight
968 setlocal nowinfixwidth
969 setlocal wrap
970 setlocal wrapmargin=0
971 silent! normal! zE
972 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
973 if s:l < 1 | let s:l = 1 | endif
974 exe s:l
975 normal! zt
976 1
977 normal! 0
978 tabedit backup-smb.html
979 set splitbelow splitright
980 set nosplitbelow
981 set nosplitright
982 wincmd t
983 set winheight=1 winwidth=1
984 argglobal
985 3argu
986 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
987 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
988 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
989 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
990 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
991 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
992 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
993 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
994 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
995 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
996 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
997 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
998 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
999 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
1000 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
1001 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
1002 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
1003 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
1004 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">')
1005 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">')
1006 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
1007 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
1008 nnoremap <buffer> <silent> ; 
1009 nnoremap <buffer> <silent> ;; ;
1010 vnoremap <buffer> <silent> ;; ;
1011 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
1012 inoremap <buffer> <silent> &hA &hArr;
1013 inoremap <buffer> <silent> &dA &dArr;
1014 inoremap <buffer> <silent> &rA &rArr;
1015 inoremap <buffer> <silent> &uA &uArr;
1016 inoremap <buffer> <silent> &lA &lArr;
1017 inoremap <buffer> <silent> &ha &harr;
1018 inoremap <buffer> <silent> &da &darr;
1019 inoremap <buffer> <silent> &ra &rarr;
1020 inoremap <buffer> <silent> &ua &uarr;
1021 inoremap <buffer> <silent> &la &larr;
1022 inoremap <buffer> <silent> &pv &piv;
1023 inoremap <buffer> <silent> &uh &upsih;
1024 inoremap <buffer> <silent> &ts &thetasym;
1025 inoremap <buffer> <silent> &og &omega;
1026 inoremap <buffer> <silent> &ps &psi;
1027 inoremap <buffer> <silent> &ch &chi;
1028 inoremap <buffer> <silent> &ph &phi;
1029 inoremap <buffer> <silent> &up &upsilon;
1030 inoremap <buffer> <silent> &ta &tau;
1031 inoremap <buffer> <silent> &sf &sigmaf;
1032 inoremap <buffer> <silent> &si &sigma;
1033 inoremap <buffer> <silent> &rh &rho;
1034 inoremap <buffer> <silent> &pi &pi;
1035 inoremap <buffer> <silent> &oc &omicron;
1036 inoremap <buffer> <silent> &xi &xi;
1037 inoremap <buffer> <silent> &nu &nu;
1038 inoremap <buffer> <silent> &mu &mu;
1039 inoremap <buffer> <silent> &lm &lambda;
1040 inoremap <buffer> <silent> &ka &kappa;
1041 inoremap <buffer> <silent> &io &iota;
1042 inoremap <buffer> <silent> &th &theta;
1043 inoremap <buffer> <silent> &et &eta;
1044 inoremap <buffer> <silent> &ze &zeta;
1045 inoremap <buffer> <silent> &ep &epsilon;
1046 inoremap <buffer> <silent> &de &delta;
1047 inoremap <buffer> <silent> &ga &gamma;
1048 inoremap <buffer> <silent> &be &beta;
1049 inoremap <buffer> <silent> &al &alpha;
1050 inoremap <buffer> <silent> &Ps &Psi;
1051 inoremap <buffer> <silent> &Ch &Chi;
1052 inoremap <buffer> <silent> &Ph &Phi;
1053 inoremap <buffer> <silent> &Up &Upsilon;
1054 inoremap <buffer> <silent> &Ta &Tau;
1055 inoremap <buffer> <silent> &Si &Sigma;
1056 inoremap <buffer> <silent> &Rh &Rho;
1057 inoremap <buffer> <silent> &Pi &Pi;
1058 inoremap <buffer> <silent> &Oc &Omicron;
1059 inoremap <buffer> <silent> &Xi &Xi;
1060 inoremap <buffer> <silent> &Nu &Nu;
1061 inoremap <buffer> <silent> &Mu &Mu;
1062 inoremap <buffer> <silent> &Lm &Lambda;
1063 inoremap <buffer> <silent> &Ka &Kappa;
1064 inoremap <buffer> <silent> &Io &Iota;
1065 inoremap <buffer> <silent> &Th &Theta;
1066 inoremap <buffer> <silent> &Et &Eta;
1067 inoremap <buffer> <silent> &Ze &Zeta;
1068 inoremap <buffer> <silent> &Ep &Epsilon;
1069 inoremap <buffer> <silent> &De &Delta;
1070 inoremap <buffer> <silent> &Ga &Gamma;
1071 inoremap <buffer> <silent> &Be &Beta;
1072 inoremap <buffer> <silent> &Al &Alpha;
1073 inoremap <buffer> <silent> &3. &hellip;
1074 inoremap <buffer> <silent> &-- &mdash;
1075 inoremap <buffer> <silent> &3- &mdash;
1076 inoremap <buffer> <silent> &m- &mdash;
1077 inoremap <buffer> <silent> &2- &ndash;
1078 inoremap <buffer> <silent> &n- &ndash;
1079 inoremap <buffer> <silent> &34 &frac34;
1080 inoremap <buffer> <silent> &12 &frac12;
1081 inoremap <buffer> <silent> &14 &frac14;
1082 inoremap <buffer> <silent> &. &middot;
1083 inoremap <buffer> <silent> &pa &para;
1084 inoremap <buffer> <silent> &mi &micro;
1085 inoremap <buffer> <silent> &dg &deg;
1086 inoremap <buffer> <silent> &? &iquest;
1087 inoremap <buffer> <silent> &! &iexcl;
1088 inoremap <buffer> <silent> &sz &szlig;
1089 inoremap <buffer> <silent> &o/ &oslash;
1090 inoremap <buffer> <silent> &/ &divide;
1091 inoremap <buffer> <silent> &" &uml;
1092 inoremap <buffer> <silent> &2> &raquo;
1093 inoremap <buffer> <silent> &2< &laquo;
1094 inoremap <buffer> <silent> &y" &yuml;
1095 inoremap <buffer> <silent> &y' &yacute;
1096 inoremap <buffer> <silent> &u" &uuml;
1097 inoremap <buffer> <silent> &u^ &ucirc;
1098 inoremap <buffer> <silent> &u' &uacute;
1099 inoremap <buffer> <silent> &u` &ugrave;
1100 inoremap <buffer> <silent> &x &times;
1101 inoremap <buffer> <silent> &o" &ouml;
1102 inoremap <buffer> <silent> &o~ &otilde;
1103 inoremap <buffer> <silent> &o^ &ocirc;
1104 inoremap <buffer> <silent> &o' &oacute;
1105 inoremap <buffer> <silent> &o` &ograve;
1106 inoremap <buffer> <silent> &n~ &ntilde;
1107 inoremap <buffer> <silent> &i" &iuml;
1108 inoremap <buffer> <silent> &i^ &icirc;
1109 inoremap <buffer> <silent> &i' &iacute;
1110 inoremap <buffer> <silent> &i` &igrave;
1111 inoremap <buffer> <silent> &e" &euml;
1112 inoremap <buffer> <silent> &e^ &ecirc;
1113 inoremap <buffer> <silent> &e' &eacute;
1114 inoremap <buffer> <silent> &e` &egrave;
1115 inoremap <buffer> <silent> &c, &ccedil;
1116 inoremap <buffer> <silent> &ae &aelig;
1117 inoremap <buffer> <silent> &ao &aring;
1118 inoremap <buffer> <silent> &a" &auml;
1119 inoremap <buffer> <silent> &a~ &atilde;
1120 inoremap <buffer> <silent> &a^ &acirc;
1121 inoremap <buffer> <silent> &a' &aacute;
1122 inoremap <buffer> <silent> &a` &agrave;
1123 inoremap <buffer> <silent> &Y' &Yacute;
1124 inoremap <buffer> <silent> &U" &Uuml;
1125 inoremap <buffer> <silent> &U^ &Ucirc;
1126 inoremap <buffer> <silent> &U' &Uacute;
1127 inoremap <buffer> <silent> &U` &Ugrave;
1128 inoremap <buffer> <silent> &O/ &Oslash;
1129 inoremap <buffer> <silent> &O" &Ouml;
1130 inoremap <buffer> <silent> &O~ &Otilde;
1131 inoremap <buffer> <silent> &O^ &Ocirc;
1132 inoremap <buffer> <silent> &O' &Oacute;
1133 inoremap <buffer> <silent> &O` &Ograve;
1134 inoremap <buffer> <silent> &N~ &Ntilde;
1135 inoremap <buffer> <silent> &I" &Iuml;
1136 inoremap <buffer> <silent> &I^ &Icirc;
1137 inoremap <buffer> <silent> &I' &Iacute;
1138 inoremap <buffer> <silent> &I` &Igrave;
1139 inoremap <buffer> <silent> &E" &Euml;
1140 inoremap <buffer> <silent> &E^ &Ecirc;
1141 inoremap <buffer> <silent> &E' &Eacute;
1142 inoremap <buffer> <silent> &E` &Egrave;
1143 inoremap <buffer> <silent> &C, &Ccedil;
1144 inoremap <buffer> <silent> &AE &AElig;
1145 inoremap <buffer> <silent> &Ao &Aring;
1146 inoremap <buffer> <silent> &A" &Auml;
1147 inoremap <buffer> <silent> &A~ &Atilde;
1148 inoremap <buffer> <silent> &A^ &Acirc;
1149 inoremap <buffer> <silent> &A' &Aacute;
1150 inoremap <buffer> <silent> &A` &Agrave;
1151 inoremap <buffer> <silent> &c| &cent;
1152 inoremap <buffer> <silent> &Y= &yen;
1153 inoremap <buffer> <silent> &# &pound;
1154 inoremap <buffer> <silent> & &nbsp;
1155 inoremap <buffer> <silent> &> &gt;
1156 inoremap <buffer> <silent> &< &lt;
1157 inoremap <buffer> <silent> &' &quot;
1158 inoremap <buffer> <silent> &tm &trade;
1159 inoremap <buffer> <silent> &rO &reg;
1160 inoremap <buffer> <silent> &cO &copy;
1161 inoremap <buffer> <silent> && &amp;
1162 inoremap <buffer> <silent> ; &nbsp;
1163 inoremap <buffer> <silent> ;la <label for=""></label>F"
1164 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
1165 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
1166 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
1167 </textarea>k$5F"i
1168 inoremap <buffer> <silent> ;og <optgroup label="">
1169 </optgroup>k$F"i
1170 inoremap <buffer> <silent> ;op <option></option>F<
1171 inoremap <buffer> <silent> ;ms <select name="" multiple>
1172 </select>O
1173 inoremap <buffer> <silent> ;se <select name="">
1174 </select>O
1175 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
1176 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
1177 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
1178 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
1179 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
1180 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
1181 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
1182 inoremap <buffer> <silent> ;fm <form action="">
1183 </form>k$F"i
1184 inoremap <buffer> <silent> ;if <iframe src="">
1185 </iframe>k$F"i
1186 inoremap <buffer> <silent> ;nf <noframes>
1187 </noframes>O
1188 inoremap <buffer> <silent> ;fr <frame src="">F"
1189 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
1190 </frameset>k$3F"i
1191 inoremap <buffer> <silent> ;th <th></th>F<
1192 inoremap <buffer> <silent> ;td <td>
1193 </td>O
1194 inoremap <buffer> <silent> ;tr <tr>
1195 </tr>O
1196 inoremap <buffer> <silent> ;tf <tfoot>
1197 </tfoot>O
1198 inoremap <buffer> <silent> ;tb <tbody>
1199 </tbody>O
1200 inoremap <buffer> <silent> ;tH <thead>
1201 </thead>O
1202 inoremap <buffer> <silent> ;ta <table>
1203 </table>O
1204 inoremap <buffer> <silent> ;ca <caption></caption>F<
1205 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
1206 </object>k$5F"i
1207 inoremap <buffer> <silent> ;ns <noscript>
1208 </noscripT>O
1209 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
1210 <noembed></noembed>k$5F"i
1211 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
1212 inoremap <buffer> <silent> ;va <var></var>F<
1213 inoremap <buffer> <silent> ;ul <ul>
1214 </ul>O
1215 inoremap <buffer> <silent> ;tt <tt></tt>F<
1216 inoremap <buffer> <silent> ;ti <title></title>F<
1217 inoremap <buffer> <silent> ;sp <sup></sup>F<
1218 inoremap <buffer> <silent> ;sb <sub></sub>F<
1219 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
1220 inoremap <buffer> <silent> ;cs <style type="text/css">
1221 <!--
1222 -->
1223 </style>kO
1224 inoremap <buffer> <silent> ;sm <small></small>F<
1225 inoremap <buffer> <silent> ;sa <samp></samp>F<
1226 inoremap <buffer> <silent> ;sk <strike></strike>F<
1227 inoremap <buffer> <silent> ;qu <q></q>F<
1228 inoremap <buffer> <silent> ;pr <pre>
1229 </pre>O
1230 inoremap <buffer> <silent> ;/p </p>
1231 
1232 <p>
1233 inoremap <buffer> <silent> ;pp <p>
1234 </p>O
1235 inoremap <buffer> <silent> ;ol <ol>
1236 </ol>O
1237 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
1238 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
1239 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
1240 inoremap <buffer> <silent> ;lk <link href="">F"
1241 inoremap <buffer> <silent> ;li <li></li>F<
1242 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
1243 inoremap <buffer> <silent> ;ii <isindex>
1244 inoremap <buffer> <silent> ;in <ins></ins>F<
1245 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
1246 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
1247 inoremap <buffer> <silent> ;ht <html>
1248 </html>O
1249 inoremap <buffer> <silent> ;Hr <hr width="75%">
1250 inoremap <buffer> <silent> ;hr <hr>
1251 inoremap <buffer> <silent> ;he <head>
1252 </head>O
1253 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
1254 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
1255 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
1256 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
1257 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
1258 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
1259 inoremap <buffer> <silent> ;h6 <h6></h6>F<
1260 inoremap <buffer> <silent> ;h5 <h5></h5>F<
1261 inoremap <buffer> <silent> ;h4 <h4></h4>F<
1262 inoremap <buffer> <silent> ;h3 <h3></h3>F<
1263 inoremap <buffer> <silent> ;h2 <h2></h2>F<
1264 inoremap <buffer> <silent> ;h1 <h1></h1>F<
1265 inoremap <buffer> <silent> ;fc <font color=""></font>F"
1266 inoremap <buffer> <silent> ;fo <font size=""></font>F"
1267 inoremap <buffer> <silent> ;sn <span></span>F<
1268 inoremap <buffer> <silent> ;dv <div>
1269 </div>O
1270 inoremap <buffer> <silent> ;df <dfn></dfn>F<
1271 inoremap <buffer> <silent> ;de <del></del>F<
1272 inoremap <buffer> <silent> ;dd <dd></dd>F<
1273 inoremap <buffer> <silent> ;dt <dt></dt>F<
1274 inoremap <buffer> <silent> ;dl <dl>
1275 </dl>O
1276 inoremap <buffer> <silent> ;co <code></code>F<
1277 inoremap <buffer> <silent> ;ci <cite></cite>F<
1278 inoremap <buffer> <silent> ;ce <center></center>F<
1279 inoremap <buffer> <silent> ;br <br>
1280 inoremap <buffer> <silent> ;bd <body>
1281 </body>O
1282 inoremap <buffer> <silent> ;bl <blockquote>
1283 </blockquote>O
1284 inoremap <buffer> <silent> ;bi <big></big>F<
1285 inoremap <buffer> <silent> ;bh <base href="">F"
1286 inoremap <buffer> <silent> ;ad <address></address>F<
1287 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
1288 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
1289 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
1290 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
1291 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
1292 inoremap <buffer> <silent> ;an <a name=""></a>F"
1293 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
1294 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
1295 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
1296 inoremap <buffer> <silent> ;ah <a href=""></a>F"
1297 imap <buffer> <silent> ;s4 ;s4
1298 imap <buffer> <silent> ;4 ;4
1299 inoremap <buffer> <silent> ;mi :call MangleImageTag()
1300 inoremap <buffer> <silent> ; 
1301 inoremap <buffer> <silent> ;& &
1302 inoremap <buffer> <silent> ;; ;
1303 setlocal keymap=
1304 setlocal noarabic
1305 setlocal autoindent
1306 setlocal balloonexpr=
1307 setlocal nobinary
1308 setlocal bufhidden=
1309 setlocal buflisted
1310 setlocal buftype=
1311 setlocal nocindent
1312 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
1313 setlocal cinoptions=
1314 setlocal cinwords=if,else,while,do,for,switch
1315 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
1316 setlocal commentstring=<!--%s-->
1317 setlocal complete=.,w,b,u,t,i
1318 setlocal completefunc=
1319 setlocal nocopyindent
1320 setlocal nocursorcolumn
1321 setlocal nocursorline
1322 setlocal define=
1323 setlocal dictionary=
1324 setlocal nodiff
1325 setlocal equalprg=
1326 setlocal errorformat=
1327 setlocal noexpandtab
1328 if &filetype != 'html'
1329 setlocal filetype=html
1330 endif
1331 setlocal foldcolumn=0
1332 setlocal foldenable
1333 setlocal foldexpr=0
1334 setlocal foldignore=#
1335 setlocal foldlevel=0
1336 setlocal foldmarker={{{,}}}
1337 setlocal foldmethod=manual
1338 setlocal foldminlines=1
1339 setlocal foldnestmax=20
1340 setlocal foldtext=foldtext()
1341 setlocal formatexpr=
1342 setlocal formatoptions=tcq
1343 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
1344 setlocal grepprg=
1345 setlocal iminsert=2
1346 setlocal imsearch=2
1347 setlocal include=
1348 setlocal includeexpr=
1349 setlocal indentexpr=
1350 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
1351 setlocal noinfercase
1352 setlocal iskeyword=@,48-57,_,192-255
1353 setlocal keywordprg=
1354 setlocal nolinebreak
1355 setlocal nolisp
1356 setlocal nolist
1357 setlocal makeprg=
1358 setlocal matchpairs=(:),{:},[:],<:>
1359 setlocal nomodeline
1360 setlocal modifiable
1361 setlocal nrformats=octal,hex
1362 setlocal nonumber
1363 setlocal numberwidth=4
1364 setlocal omnifunc=htmlcomplete#CompleteTags
1365 setlocal path=
1366 setlocal nopreserveindent
1367 setlocal nopreviewwindow
1368 setlocal quoteescape=\\
1369 setlocal noreadonly
1370 setlocal norightleft
1371 setlocal rightleftcmd=search
1372 setlocal noscrollbind
1373 setlocal shiftwidth=8
1374 setlocal noshortname
1375 setlocal nosmartindent
1376 setlocal softtabstop=0
1377 setlocal nospell
1378 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
1379 setlocal spellfile=
1380 setlocal spelllang=en
1381 setlocal statusline=
1382 setlocal suffixesadd=
1383 setlocal swapfile
1384 setlocal synmaxcol=3000
1385 if &syntax != 'html'
1386 setlocal syntax=html
1387 endif
1388 setlocal tabstop=2
1389 setlocal tags=
1390 setlocal textwidth=0
1391 setlocal thesaurus=
1392 setlocal nowinfixheight
1393 setlocal nowinfixwidth
1394 setlocal wrap
1395 setlocal wrapmargin=0
1396 silent! normal! zE
1397 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
1398 if s:l < 1 | let s:l = 1 | endif
1399 exe s:l
1400 normal! zt
1401 1
1402 normal! 0
1403 tabedit boot-params.html
1404 set splitbelow splitright
1405 set nosplitbelow
1406 set nosplitright
1407 wincmd t
1408 set winheight=1 winwidth=1
1409 argglobal
1410 4argu
1411 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
1412 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
1413 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
1414 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
1415 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
1416 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
1417 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
1418 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
1419 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
1420 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
1421 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
1422 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
1423 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
1424 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
1425 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
1426 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
1427 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
1428 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
1429 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">')
1430 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">')
1431 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
1432 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
1433 nnoremap <buffer> <silent> ; 
1434 nnoremap <buffer> <silent> ;; ;
1435 vnoremap <buffer> <silent> ;; ;
1436 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
1437 inoremap <buffer> <silent> &hA &hArr;
1438 inoremap <buffer> <silent> &dA &dArr;
1439 inoremap <buffer> <silent> &rA &rArr;
1440 inoremap <buffer> <silent> &uA &uArr;
1441 inoremap <buffer> <silent> &lA &lArr;
1442 inoremap <buffer> <silent> &ha &harr;
1443 inoremap <buffer> <silent> &da &darr;
1444 inoremap <buffer> <silent> &ra &rarr;
1445 inoremap <buffer> <silent> &ua &uarr;
1446 inoremap <buffer> <silent> &la &larr;
1447 inoremap <buffer> <silent> &pv &piv;
1448 inoremap <buffer> <silent> &uh &upsih;
1449 inoremap <buffer> <silent> &ts &thetasym;
1450 inoremap <buffer> <silent> &og &omega;
1451 inoremap <buffer> <silent> &ps &psi;
1452 inoremap <buffer> <silent> &ch &chi;
1453 inoremap <buffer> <silent> &ph &phi;
1454 inoremap <buffer> <silent> &up &upsilon;
1455 inoremap <buffer> <silent> &ta &tau;
1456 inoremap <buffer> <silent> &sf &sigmaf;
1457 inoremap <buffer> <silent> &si &sigma;
1458 inoremap <buffer> <silent> &rh &rho;
1459 inoremap <buffer> <silent> &pi &pi;
1460 inoremap <buffer> <silent> &oc &omicron;
1461 inoremap <buffer> <silent> &xi &xi;
1462 inoremap <buffer> <silent> &nu &nu;
1463 inoremap <buffer> <silent> &mu &mu;
1464 inoremap <buffer> <silent> &lm &lambda;
1465 inoremap <buffer> <silent> &ka &kappa;
1466 inoremap <buffer> <silent> &io &iota;
1467 inoremap <buffer> <silent> &th &theta;
1468 inoremap <buffer> <silent> &et &eta;
1469 inoremap <buffer> <silent> &ze &zeta;
1470 inoremap <buffer> <silent> &ep &epsilon;
1471 inoremap <buffer> <silent> &de &delta;
1472 inoremap <buffer> <silent> &ga &gamma;
1473 inoremap <buffer> <silent> &be &beta;
1474 inoremap <buffer> <silent> &al &alpha;
1475 inoremap <buffer> <silent> &Ps &Psi;
1476 inoremap <buffer> <silent> &Ch &Chi;
1477 inoremap <buffer> <silent> &Ph &Phi;
1478 inoremap <buffer> <silent> &Up &Upsilon;
1479 inoremap <buffer> <silent> &Ta &Tau;
1480 inoremap <buffer> <silent> &Si &Sigma;
1481 inoremap <buffer> <silent> &Rh &Rho;
1482 inoremap <buffer> <silent> &Pi &Pi;
1483 inoremap <buffer> <silent> &Oc &Omicron;
1484 inoremap <buffer> <silent> &Xi &Xi;
1485 inoremap <buffer> <silent> &Nu &Nu;
1486 inoremap <buffer> <silent> &Mu &Mu;
1487 inoremap <buffer> <silent> &Lm &Lambda;
1488 inoremap <buffer> <silent> &Ka &Kappa;
1489 inoremap <buffer> <silent> &Io &Iota;
1490 inoremap <buffer> <silent> &Th &Theta;
1491 inoremap <buffer> <silent> &Et &Eta;
1492 inoremap <buffer> <silent> &Ze &Zeta;
1493 inoremap <buffer> <silent> &Ep &Epsilon;
1494 inoremap <buffer> <silent> &De &Delta;
1495 inoremap <buffer> <silent> &Ga &Gamma;
1496 inoremap <buffer> <silent> &Be &Beta;
1497 inoremap <buffer> <silent> &Al &Alpha;
1498 inoremap <buffer> <silent> &3. &hellip;
1499 inoremap <buffer> <silent> &-- &mdash;
1500 inoremap <buffer> <silent> &3- &mdash;
1501 inoremap <buffer> <silent> &m- &mdash;
1502 inoremap <buffer> <silent> &2- &ndash;
1503 inoremap <buffer> <silent> &n- &ndash;
1504 inoremap <buffer> <silent> &34 &frac34;
1505 inoremap <buffer> <silent> &12 &frac12;
1506 inoremap <buffer> <silent> &14 &frac14;
1507 inoremap <buffer> <silent> &. &middot;
1508 inoremap <buffer> <silent> &pa &para;
1509 inoremap <buffer> <silent> &mi &micro;
1510 inoremap <buffer> <silent> &dg &deg;
1511 inoremap <buffer> <silent> &? &iquest;
1512 inoremap <buffer> <silent> &! &iexcl;
1513 inoremap <buffer> <silent> &sz &szlig;
1514 inoremap <buffer> <silent> &o/ &oslash;
1515 inoremap <buffer> <silent> &/ &divide;
1516 inoremap <buffer> <silent> &" &uml;
1517 inoremap <buffer> <silent> &2> &raquo;
1518 inoremap <buffer> <silent> &2< &laquo;
1519 inoremap <buffer> <silent> &y" &yuml;
1520 inoremap <buffer> <silent> &y' &yacute;
1521 inoremap <buffer> <silent> &u" &uuml;
1522 inoremap <buffer> <silent> &u^ &ucirc;
1523 inoremap <buffer> <silent> &u' &uacute;
1524 inoremap <buffer> <silent> &u` &ugrave;
1525 inoremap <buffer> <silent> &x &times;
1526 inoremap <buffer> <silent> &o" &ouml;
1527 inoremap <buffer> <silent> &o~ &otilde;
1528 inoremap <buffer> <silent> &o^ &ocirc;
1529 inoremap <buffer> <silent> &o' &oacute;
1530 inoremap <buffer> <silent> &o` &ograve;
1531 inoremap <buffer> <silent> &n~ &ntilde;
1532 inoremap <buffer> <silent> &i" &iuml;
1533 inoremap <buffer> <silent> &i^ &icirc;
1534 inoremap <buffer> <silent> &i' &iacute;
1535 inoremap <buffer> <silent> &i` &igrave;
1536 inoremap <buffer> <silent> &e" &euml;
1537 inoremap <buffer> <silent> &e^ &ecirc;
1538 inoremap <buffer> <silent> &e' &eacute;
1539 inoremap <buffer> <silent> &e` &egrave;
1540 inoremap <buffer> <silent> &c, &ccedil;
1541 inoremap <buffer> <silent> &ae &aelig;
1542 inoremap <buffer> <silent> &ao &aring;
1543 inoremap <buffer> <silent> &a" &auml;
1544 inoremap <buffer> <silent> &a~ &atilde;
1545 inoremap <buffer> <silent> &a^ &acirc;
1546 inoremap <buffer> <silent> &a' &aacute;
1547 inoremap <buffer> <silent> &a` &agrave;
1548 inoremap <buffer> <silent> &Y' &Yacute;
1549 inoremap <buffer> <silent> &U" &Uuml;
1550 inoremap <buffer> <silent> &U^ &Ucirc;
1551 inoremap <buffer> <silent> &U' &Uacute;
1552 inoremap <buffer> <silent> &U` &Ugrave;
1553 inoremap <buffer> <silent> &O/ &Oslash;
1554 inoremap <buffer> <silent> &O" &Ouml;
1555 inoremap <buffer> <silent> &O~ &Otilde;
1556 inoremap <buffer> <silent> &O^ &Ocirc;
1557 inoremap <buffer> <silent> &O' &Oacute;
1558 inoremap <buffer> <silent> &O` &Ograve;
1559 inoremap <buffer> <silent> &N~ &Ntilde;
1560 inoremap <buffer> <silent> &I" &Iuml;
1561 inoremap <buffer> <silent> &I^ &Icirc;
1562 inoremap <buffer> <silent> &I' &Iacute;
1563 inoremap <buffer> <silent> &I` &Igrave;
1564 inoremap <buffer> <silent> &E" &Euml;
1565 inoremap <buffer> <silent> &E^ &Ecirc;
1566 inoremap <buffer> <silent> &E' &Eacute;
1567 inoremap <buffer> <silent> &E` &Egrave;
1568 inoremap <buffer> <silent> &C, &Ccedil;
1569 inoremap <buffer> <silent> &AE &AElig;
1570 inoremap <buffer> <silent> &Ao &Aring;
1571 inoremap <buffer> <silent> &A" &Auml;
1572 inoremap <buffer> <silent> &A~ &Atilde;
1573 inoremap <buffer> <silent> &A^ &Acirc;
1574 inoremap <buffer> <silent> &A' &Aacute;
1575 inoremap <buffer> <silent> &A` &Agrave;
1576 inoremap <buffer> <silent> &c| &cent;
1577 inoremap <buffer> <silent> &Y= &yen;
1578 inoremap <buffer> <silent> &# &pound;
1579 inoremap <buffer> <silent> & &nbsp;
1580 inoremap <buffer> <silent> &> &gt;
1581 inoremap <buffer> <silent> &< &lt;
1582 inoremap <buffer> <silent> &' &quot;
1583 inoremap <buffer> <silent> &tm &trade;
1584 inoremap <buffer> <silent> &rO &reg;
1585 inoremap <buffer> <silent> &cO &copy;
1586 inoremap <buffer> <silent> && &amp;
1587 inoremap <buffer> <silent> ; &nbsp;
1588 inoremap <buffer> <silent> ;la <label for=""></label>F"
1589 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
1590 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
1591 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
1592 </textarea>k$5F"i
1593 inoremap <buffer> <silent> ;og <optgroup label="">
1594 </optgroup>k$F"i
1595 inoremap <buffer> <silent> ;op <option></option>F<
1596 inoremap <buffer> <silent> ;ms <select name="" multiple>
1597 </select>O
1598 inoremap <buffer> <silent> ;se <select name="">
1599 </select>O
1600 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
1601 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
1602 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
1603 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
1604 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
1605 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
1606 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
1607 inoremap <buffer> <silent> ;fm <form action="">
1608 </form>k$F"i
1609 inoremap <buffer> <silent> ;if <iframe src="">
1610 </iframe>k$F"i
1611 inoremap <buffer> <silent> ;nf <noframes>
1612 </noframes>O
1613 inoremap <buffer> <silent> ;fr <frame src="">F"
1614 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
1615 </frameset>k$3F"i
1616 inoremap <buffer> <silent> ;th <th></th>F<
1617 inoremap <buffer> <silent> ;td <td>
1618 </td>O
1619 inoremap <buffer> <silent> ;tr <tr>
1620 </tr>O
1621 inoremap <buffer> <silent> ;tf <tfoot>
1622 </tfoot>O
1623 inoremap <buffer> <silent> ;tb <tbody>
1624 </tbody>O
1625 inoremap <buffer> <silent> ;tH <thead>
1626 </thead>O
1627 inoremap <buffer> <silent> ;ta <table>
1628 </table>O
1629 inoremap <buffer> <silent> ;ca <caption></caption>F<
1630 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
1631 </object>k$5F"i
1632 inoremap <buffer> <silent> ;ns <noscript>
1633 </noscripT>O
1634 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
1635 <noembed></noembed>k$5F"i
1636 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
1637 inoremap <buffer> <silent> ;va <var></var>F<
1638 inoremap <buffer> <silent> ;ul <ul>
1639 </ul>O
1640 inoremap <buffer> <silent> ;tt <tt></tt>F<
1641 inoremap <buffer> <silent> ;ti <title></title>F<
1642 inoremap <buffer> <silent> ;sp <sup></sup>F<
1643 inoremap <buffer> <silent> ;sb <sub></sub>F<
1644 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
1645 inoremap <buffer> <silent> ;cs <style type="text/css">
1646 <!--
1647 -->
1648 </style>kO
1649 inoremap <buffer> <silent> ;sm <small></small>F<
1650 inoremap <buffer> <silent> ;sa <samp></samp>F<
1651 inoremap <buffer> <silent> ;sk <strike></strike>F<
1652 inoremap <buffer> <silent> ;qu <q></q>F<
1653 inoremap <buffer> <silent> ;pr <pre>
1654 </pre>O
1655 inoremap <buffer> <silent> ;/p </p>
1656 
1657 <p>
1658 inoremap <buffer> <silent> ;pp <p>
1659 </p>O
1660 inoremap <buffer> <silent> ;ol <ol>
1661 </ol>O
1662 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
1663 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
1664 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
1665 inoremap <buffer> <silent> ;lk <link href="">F"
1666 inoremap <buffer> <silent> ;li <li></li>F<
1667 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
1668 inoremap <buffer> <silent> ;ii <isindex>
1669 inoremap <buffer> <silent> ;in <ins></ins>F<
1670 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
1671 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
1672 inoremap <buffer> <silent> ;ht <html>
1673 </html>O
1674 inoremap <buffer> <silent> ;Hr <hr width="75%">
1675 inoremap <buffer> <silent> ;hr <hr>
1676 inoremap <buffer> <silent> ;he <head>
1677 </head>O
1678 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
1679 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
1680 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
1681 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
1682 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
1683 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
1684 inoremap <buffer> <silent> ;h6 <h6></h6>F<
1685 inoremap <buffer> <silent> ;h5 <h5></h5>F<
1686 inoremap <buffer> <silent> ;h4 <h4></h4>F<
1687 inoremap <buffer> <silent> ;h3 <h3></h3>F<
1688 inoremap <buffer> <silent> ;h2 <h2></h2>F<
1689 inoremap <buffer> <silent> ;h1 <h1></h1>F<
1690 inoremap <buffer> <silent> ;fc <font color=""></font>F"
1691 inoremap <buffer> <silent> ;fo <font size=""></font>F"
1692 inoremap <buffer> <silent> ;sn <span></span>F<
1693 inoremap <buffer> <silent> ;dv <div>
1694 </div>O
1695 inoremap <buffer> <silent> ;df <dfn></dfn>F<
1696 inoremap <buffer> <silent> ;de <del></del>F<
1697 inoremap <buffer> <silent> ;dd <dd></dd>F<
1698 inoremap <buffer> <silent> ;dt <dt></dt>F<
1699 inoremap <buffer> <silent> ;dl <dl>
1700 </dl>O
1701 inoremap <buffer> <silent> ;co <code></code>F<
1702 inoremap <buffer> <silent> ;ci <cite></cite>F<
1703 inoremap <buffer> <silent> ;ce <center></center>F<
1704 inoremap <buffer> <silent> ;br <br>
1705 inoremap <buffer> <silent> ;bd <body>
1706 </body>O
1707 inoremap <buffer> <silent> ;bl <blockquote>
1708 </blockquote>O
1709 inoremap <buffer> <silent> ;bi <big></big>F<
1710 inoremap <buffer> <silent> ;bh <base href="">F"
1711 inoremap <buffer> <silent> ;ad <address></address>F<
1712 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
1713 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
1714 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
1715 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
1716 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
1717 inoremap <buffer> <silent> ;an <a name=""></a>F"
1718 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
1719 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
1720 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
1721 inoremap <buffer> <silent> ;ah <a href=""></a>F"
1722 imap <buffer> <silent> ;s4 ;s4
1723 imap <buffer> <silent> ;4 ;4
1724 inoremap <buffer> <silent> ;mi :call MangleImageTag()
1725 inoremap <buffer> <silent> ; 
1726 inoremap <buffer> <silent> ;& &
1727 inoremap <buffer> <silent> ;; ;
1728 setlocal keymap=
1729 setlocal noarabic
1730 setlocal autoindent
1731 setlocal balloonexpr=
1732 setlocal nobinary
1733 setlocal bufhidden=
1734 setlocal buflisted
1735 setlocal buftype=
1736 setlocal nocindent
1737 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
1738 setlocal cinoptions=
1739 setlocal cinwords=if,else,while,do,for,switch
1740 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
1741 setlocal commentstring=<!--%s-->
1742 setlocal complete=.,w,b,u,t,i
1743 setlocal completefunc=
1744 setlocal nocopyindent
1745 setlocal nocursorcolumn
1746 setlocal nocursorline
1747 setlocal define=
1748 setlocal dictionary=
1749 setlocal nodiff
1750 setlocal equalprg=
1751 setlocal errorformat=
1752 setlocal noexpandtab
1753 if &filetype != 'html'
1754 setlocal filetype=html
1755 endif
1756 setlocal foldcolumn=0
1757 setlocal foldenable
1758 setlocal foldexpr=0
1759 setlocal foldignore=#
1760 setlocal foldlevel=0
1761 setlocal foldmarker={{{,}}}
1762 setlocal foldmethod=manual
1763 setlocal foldminlines=1
1764 setlocal foldnestmax=20
1765 setlocal foldtext=foldtext()
1766 setlocal formatexpr=
1767 setlocal formatoptions=tcq
1768 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
1769 setlocal grepprg=
1770 setlocal iminsert=2
1771 setlocal imsearch=2
1772 setlocal include=
1773 setlocal includeexpr=
1774 setlocal indentexpr=
1775 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
1776 setlocal noinfercase
1777 setlocal iskeyword=@,48-57,_,192-255
1778 setlocal keywordprg=
1779 setlocal nolinebreak
1780 setlocal nolisp
1781 setlocal nolist
1782 setlocal makeprg=
1783 setlocal matchpairs=(:),{:},[:],<:>
1784 setlocal nomodeline
1785 setlocal modifiable
1786 setlocal nrformats=octal,hex
1787 setlocal nonumber
1788 setlocal numberwidth=4
1789 setlocal omnifunc=htmlcomplete#CompleteTags
1790 setlocal path=
1791 setlocal nopreserveindent
1792 setlocal nopreviewwindow
1793 setlocal quoteescape=\\
1794 setlocal noreadonly
1795 setlocal norightleft
1796 setlocal rightleftcmd=search
1797 setlocal noscrollbind
1798 setlocal shiftwidth=8
1799 setlocal noshortname
1800 setlocal nosmartindent
1801 setlocal softtabstop=0
1802 setlocal nospell
1803 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
1804 setlocal spellfile=
1805 setlocal spelllang=en
1806 setlocal statusline=
1807 setlocal suffixesadd=
1808 setlocal swapfile
1809 setlocal synmaxcol=3000
1810 if &syntax != 'html'
1811 setlocal syntax=html
1812 endif
1813 setlocal tabstop=2
1814 setlocal tags=
1815 setlocal textwidth=0
1816 setlocal thesaurus=
1817 setlocal nowinfixheight
1818 setlocal nowinfixwidth
1819 setlocal wrap
1820 setlocal wrapmargin=0
1821 silent! normal! zE
1822 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
1823 if s:l < 1 | let s:l = 1 | endif
1824 exe s:l
1825 normal! zt
1826 1
1827 normal! 0
1828 tabedit clonezilla.html
1829 set splitbelow splitright
1830 set nosplitbelow
1831 set nosplitright
1832 wincmd t
1833 set winheight=1 winwidth=1
1834 argglobal
1835 5argu
1836 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
1837 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
1838 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
1839 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
1840 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
1841 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
1842 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
1843 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
1844 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
1845 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
1846 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
1847 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
1848 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
1849 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
1850 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
1851 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
1852 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
1853 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
1854 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">')
1855 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">')
1856 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
1857 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
1858 nnoremap <buffer> <silent> ; 
1859 nnoremap <buffer> <silent> ;; ;
1860 vnoremap <buffer> <silent> ;; ;
1861 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
1862 inoremap <buffer> <silent> &hA &hArr;
1863 inoremap <buffer> <silent> &dA &dArr;
1864 inoremap <buffer> <silent> &rA &rArr;
1865 inoremap <buffer> <silent> &uA &uArr;
1866 inoremap <buffer> <silent> &lA &lArr;
1867 inoremap <buffer> <silent> &ha &harr;
1868 inoremap <buffer> <silent> &da &darr;
1869 inoremap <buffer> <silent> &ra &rarr;
1870 inoremap <buffer> <silent> &ua &uarr;
1871 inoremap <buffer> <silent> &la &larr;
1872 inoremap <buffer> <silent> &pv &piv;
1873 inoremap <buffer> <silent> &uh &upsih;
1874 inoremap <buffer> <silent> &ts &thetasym;
1875 inoremap <buffer> <silent> &og &omega;
1876 inoremap <buffer> <silent> &ps &psi;
1877 inoremap <buffer> <silent> &ch &chi;
1878 inoremap <buffer> <silent> &ph &phi;
1879 inoremap <buffer> <silent> &up &upsilon;
1880 inoremap <buffer> <silent> &ta &tau;
1881 inoremap <buffer> <silent> &sf &sigmaf;
1882 inoremap <buffer> <silent> &si &sigma;
1883 inoremap <buffer> <silent> &rh &rho;
1884 inoremap <buffer> <silent> &pi &pi;
1885 inoremap <buffer> <silent> &oc &omicron;
1886 inoremap <buffer> <silent> &xi &xi;
1887 inoremap <buffer> <silent> &nu &nu;
1888 inoremap <buffer> <silent> &mu &mu;
1889 inoremap <buffer> <silent> &lm &lambda;
1890 inoremap <buffer> <silent> &ka &kappa;
1891 inoremap <buffer> <silent> &io &iota;
1892 inoremap <buffer> <silent> &th &theta;
1893 inoremap <buffer> <silent> &et &eta;
1894 inoremap <buffer> <silent> &ze &zeta;
1895 inoremap <buffer> <silent> &ep &epsilon;
1896 inoremap <buffer> <silent> &de &delta;
1897 inoremap <buffer> <silent> &ga &gamma;
1898 inoremap <buffer> <silent> &be &beta;
1899 inoremap <buffer> <silent> &al &alpha;
1900 inoremap <buffer> <silent> &Ps &Psi;
1901 inoremap <buffer> <silent> &Ch &Chi;
1902 inoremap <buffer> <silent> &Ph &Phi;
1903 inoremap <buffer> <silent> &Up &Upsilon;
1904 inoremap <buffer> <silent> &Ta &Tau;
1905 inoremap <buffer> <silent> &Si &Sigma;
1906 inoremap <buffer> <silent> &Rh &Rho;
1907 inoremap <buffer> <silent> &Pi &Pi;
1908 inoremap <buffer> <silent> &Oc &Omicron;
1909 inoremap <buffer> <silent> &Xi &Xi;
1910 inoremap <buffer> <silent> &Nu &Nu;
1911 inoremap <buffer> <silent> &Mu &Mu;
1912 inoremap <buffer> <silent> &Lm &Lambda;
1913 inoremap <buffer> <silent> &Ka &Kappa;
1914 inoremap <buffer> <silent> &Io &Iota;
1915 inoremap <buffer> <silent> &Th &Theta;
1916 inoremap <buffer> <silent> &Et &Eta;
1917 inoremap <buffer> <silent> &Ze &Zeta;
1918 inoremap <buffer> <silent> &Ep &Epsilon;
1919 inoremap <buffer> <silent> &De &Delta;
1920 inoremap <buffer> <silent> &Ga &Gamma;
1921 inoremap <buffer> <silent> &Be &Beta;
1922 inoremap <buffer> <silent> &Al &Alpha;
1923 inoremap <buffer> <silent> &3. &hellip;
1924 inoremap <buffer> <silent> &-- &mdash;
1925 inoremap <buffer> <silent> &3- &mdash;
1926 inoremap <buffer> <silent> &m- &mdash;
1927 inoremap <buffer> <silent> &2- &ndash;
1928 inoremap <buffer> <silent> &n- &ndash;
1929 inoremap <buffer> <silent> &34 &frac34;
1930 inoremap <buffer> <silent> &12 &frac12;
1931 inoremap <buffer> <silent> &14 &frac14;
1932 inoremap <buffer> <silent> &. &middot;
1933 inoremap <buffer> <silent> &pa &para;
1934 inoremap <buffer> <silent> &mi &micro;
1935 inoremap <buffer> <silent> &dg &deg;
1936 inoremap <buffer> <silent> &? &iquest;
1937 inoremap <buffer> <silent> &! &iexcl;
1938 inoremap <buffer> <silent> &sz &szlig;
1939 inoremap <buffer> <silent> &o/ &oslash;
1940 inoremap <buffer> <silent> &/ &divide;
1941 inoremap <buffer> <silent> &" &uml;
1942 inoremap <buffer> <silent> &2> &raquo;
1943 inoremap <buffer> <silent> &2< &laquo;
1944 inoremap <buffer> <silent> &y" &yuml;
1945 inoremap <buffer> <silent> &y' &yacute;
1946 inoremap <buffer> <silent> &u" &uuml;
1947 inoremap <buffer> <silent> &u^ &ucirc;
1948 inoremap <buffer> <silent> &u' &uacute;
1949 inoremap <buffer> <silent> &u` &ugrave;
1950 inoremap <buffer> <silent> &x &times;
1951 inoremap <buffer> <silent> &o" &ouml;
1952 inoremap <buffer> <silent> &o~ &otilde;
1953 inoremap <buffer> <silent> &o^ &ocirc;
1954 inoremap <buffer> <silent> &o' &oacute;
1955 inoremap <buffer> <silent> &o` &ograve;
1956 inoremap <buffer> <silent> &n~ &ntilde;
1957 inoremap <buffer> <silent> &i" &iuml;
1958 inoremap <buffer> <silent> &i^ &icirc;
1959 inoremap <buffer> <silent> &i' &iacute;
1960 inoremap <buffer> <silent> &i` &igrave;
1961 inoremap <buffer> <silent> &e" &euml;
1962 inoremap <buffer> <silent> &e^ &ecirc;
1963 inoremap <buffer> <silent> &e' &eacute;
1964 inoremap <buffer> <silent> &e` &egrave;
1965 inoremap <buffer> <silent> &c, &ccedil;
1966 inoremap <buffer> <silent> &ae &aelig;
1967 inoremap <buffer> <silent> &ao &aring;
1968 inoremap <buffer> <silent> &a" &auml;
1969 inoremap <buffer> <silent> &a~ &atilde;
1970 inoremap <buffer> <silent> &a^ &acirc;
1971 inoremap <buffer> <silent> &a' &aacute;
1972 inoremap <buffer> <silent> &a` &agrave;
1973 inoremap <buffer> <silent> &Y' &Yacute;
1974 inoremap <buffer> <silent> &U" &Uuml;
1975 inoremap <buffer> <silent> &U^ &Ucirc;
1976 inoremap <buffer> <silent> &U' &Uacute;
1977 inoremap <buffer> <silent> &U` &Ugrave;
1978 inoremap <buffer> <silent> &O/ &Oslash;
1979 inoremap <buffer> <silent> &O" &Ouml;
1980 inoremap <buffer> <silent> &O~ &Otilde;
1981 inoremap <buffer> <silent> &O^ &Ocirc;
1982 inoremap <buffer> <silent> &O' &Oacute;
1983 inoremap <buffer> <silent> &O` &Ograve;
1984 inoremap <buffer> <silent> &N~ &Ntilde;
1985 inoremap <buffer> <silent> &I" &Iuml;
1986 inoremap <buffer> <silent> &I^ &Icirc;
1987 inoremap <buffer> <silent> &I' &Iacute;
1988 inoremap <buffer> <silent> &I` &Igrave;
1989 inoremap <buffer> <silent> &E" &Euml;
1990 inoremap <buffer> <silent> &E^ &Ecirc;
1991 inoremap <buffer> <silent> &E' &Eacute;
1992 inoremap <buffer> <silent> &E` &Egrave;
1993 inoremap <buffer> <silent> &C, &Ccedil;
1994 inoremap <buffer> <silent> &AE &AElig;
1995 inoremap <buffer> <silent> &Ao &Aring;
1996 inoremap <buffer> <silent> &A" &Auml;
1997 inoremap <buffer> <silent> &A~ &Atilde;
1998 inoremap <buffer> <silent> &A^ &Acirc;
1999 inoremap <buffer> <silent> &A' &Aacute;
2000 inoremap <buffer> <silent> &A` &Agrave;
2001 inoremap <buffer> <silent> &c| &cent;
2002 inoremap <buffer> <silent> &Y= &yen;
2003 inoremap <buffer> <silent> &# &pound;
2004 inoremap <buffer> <silent> & &nbsp;
2005 inoremap <buffer> <silent> &> &gt;
2006 inoremap <buffer> <silent> &< &lt;
2007 inoremap <buffer> <silent> &' &quot;
2008 inoremap <buffer> <silent> &tm &trade;
2009 inoremap <buffer> <silent> &rO &reg;
2010 inoremap <buffer> <silent> &cO &copy;
2011 inoremap <buffer> <silent> && &amp;
2012 inoremap <buffer> <silent> ; &nbsp;
2013 inoremap <buffer> <silent> ;la <label for=""></label>F"
2014 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
2015 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
2016 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
2017 </textarea>k$5F"i
2018 inoremap <buffer> <silent> ;og <optgroup label="">
2019 </optgroup>k$F"i
2020 inoremap <buffer> <silent> ;op <option></option>F<
2021 inoremap <buffer> <silent> ;ms <select name="" multiple>
2022 </select>O
2023 inoremap <buffer> <silent> ;se <select name="">
2024 </select>O
2025 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
2026 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
2027 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
2028 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
2029 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
2030 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
2031 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
2032 inoremap <buffer> <silent> ;fm <form action="">
2033 </form>k$F"i
2034 inoremap <buffer> <silent> ;if <iframe src="">
2035 </iframe>k$F"i
2036 inoremap <buffer> <silent> ;nf <noframes>
2037 </noframes>O
2038 inoremap <buffer> <silent> ;fr <frame src="">F"
2039 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
2040 </frameset>k$3F"i
2041 inoremap <buffer> <silent> ;th <th></th>F<
2042 inoremap <buffer> <silent> ;td <td>
2043 </td>O
2044 inoremap <buffer> <silent> ;tr <tr>
2045 </tr>O
2046 inoremap <buffer> <silent> ;tf <tfoot>
2047 </tfoot>O
2048 inoremap <buffer> <silent> ;tb <tbody>
2049 </tbody>O
2050 inoremap <buffer> <silent> ;tH <thead>
2051 </thead>O
2052 inoremap <buffer> <silent> ;ta <table>
2053 </table>O
2054 inoremap <buffer> <silent> ;ca <caption></caption>F<
2055 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
2056 </object>k$5F"i
2057 inoremap <buffer> <silent> ;ns <noscript>
2058 </noscripT>O
2059 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
2060 <noembed></noembed>k$5F"i
2061 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
2062 inoremap <buffer> <silent> ;va <var></var>F<
2063 inoremap <buffer> <silent> ;ul <ul>
2064 </ul>O
2065 inoremap <buffer> <silent> ;tt <tt></tt>F<
2066 inoremap <buffer> <silent> ;ti <title></title>F<
2067 inoremap <buffer> <silent> ;sp <sup></sup>F<
2068 inoremap <buffer> <silent> ;sb <sub></sub>F<
2069 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
2070 inoremap <buffer> <silent> ;cs <style type="text/css">
2071 <!--
2072 -->
2073 </style>kO
2074 inoremap <buffer> <silent> ;sm <small></small>F<
2075 inoremap <buffer> <silent> ;sa <samp></samp>F<
2076 inoremap <buffer> <silent> ;sk <strike></strike>F<
2077 inoremap <buffer> <silent> ;qu <q></q>F<
2078 inoremap <buffer> <silent> ;pr <pre>
2079 </pre>O
2080 inoremap <buffer> <silent> ;/p </p>
2081 
2082 <p>
2083 inoremap <buffer> <silent> ;pp <p>
2084 </p>O
2085 inoremap <buffer> <silent> ;ol <ol>
2086 </ol>O
2087 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
2088 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
2089 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
2090 inoremap <buffer> <silent> ;lk <link href="">F"
2091 inoremap <buffer> <silent> ;li <li></li>F<
2092 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
2093 inoremap <buffer> <silent> ;ii <isindex>
2094 inoremap <buffer> <silent> ;in <ins></ins>F<
2095 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
2096 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
2097 inoremap <buffer> <silent> ;ht <html>
2098 </html>O
2099 inoremap <buffer> <silent> ;Hr <hr width="75%">
2100 inoremap <buffer> <silent> ;hr <hr>
2101 inoremap <buffer> <silent> ;he <head>
2102 </head>O
2103 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
2104 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
2105 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
2106 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
2107 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
2108 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
2109 inoremap <buffer> <silent> ;h6 <h6></h6>F<
2110 inoremap <buffer> <silent> ;h5 <h5></h5>F<
2111 inoremap <buffer> <silent> ;h4 <h4></h4>F<
2112 inoremap <buffer> <silent> ;h3 <h3></h3>F<
2113 inoremap <buffer> <silent> ;h2 <h2></h2>F<
2114 inoremap <buffer> <silent> ;h1 <h1></h1>F<
2115 inoremap <buffer> <silent> ;fc <font color=""></font>F"
2116 inoremap <buffer> <silent> ;fo <font size=""></font>F"
2117 inoremap <buffer> <silent> ;sn <span></span>F<
2118 inoremap <buffer> <silent> ;dv <div>
2119 </div>O
2120 inoremap <buffer> <silent> ;df <dfn></dfn>F<
2121 inoremap <buffer> <silent> ;de <del></del>F<
2122 inoremap <buffer> <silent> ;dd <dd></dd>F<
2123 inoremap <buffer> <silent> ;dt <dt></dt>F<
2124 inoremap <buffer> <silent> ;dl <dl>
2125 </dl>O
2126 inoremap <buffer> <silent> ;co <code></code>F<
2127 inoremap <buffer> <silent> ;ci <cite></cite>F<
2128 inoremap <buffer> <silent> ;ce <center></center>F<
2129 inoremap <buffer> <silent> ;br <br>
2130 inoremap <buffer> <silent> ;bd <body>
2131 </body>O
2132 inoremap <buffer> <silent> ;bl <blockquote>
2133 </blockquote>O
2134 inoremap <buffer> <silent> ;bi <big></big>F<
2135 inoremap <buffer> <silent> ;bh <base href="">F"
2136 inoremap <buffer> <silent> ;ad <address></address>F<
2137 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
2138 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
2139 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
2140 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
2141 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
2142 inoremap <buffer> <silent> ;an <a name=""></a>F"
2143 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
2144 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
2145 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
2146 inoremap <buffer> <silent> ;ah <a href=""></a>F"
2147 imap <buffer> <silent> ;s4 ;s4
2148 imap <buffer> <silent> ;4 ;4
2149 inoremap <buffer> <silent> ;mi :call MangleImageTag()
2150 inoremap <buffer> <silent> ; 
2151 inoremap <buffer> <silent> ;& &
2152 inoremap <buffer> <silent> ;; ;
2153 setlocal keymap=
2154 setlocal noarabic
2155 setlocal autoindent
2156 setlocal balloonexpr=
2157 setlocal nobinary
2158 setlocal bufhidden=
2159 setlocal buflisted
2160 setlocal buftype=
2161 setlocal nocindent
2162 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
2163 setlocal cinoptions=
2164 setlocal cinwords=if,else,while,do,for,switch
2165 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
2166 setlocal commentstring=<!--%s-->
2167 setlocal complete=.,w,b,u,t,i
2168 setlocal completefunc=
2169 setlocal nocopyindent
2170 setlocal nocursorcolumn
2171 setlocal nocursorline
2172 setlocal define=
2173 setlocal dictionary=
2174 setlocal nodiff
2175 setlocal equalprg=
2176 setlocal errorformat=
2177 setlocal noexpandtab
2178 if &filetype != 'html'
2179 setlocal filetype=html
2180 endif
2181 setlocal foldcolumn=0
2182 setlocal foldenable
2183 setlocal foldexpr=0
2184 setlocal foldignore=#
2185 setlocal foldlevel=0
2186 setlocal foldmarker={{{,}}}
2187 setlocal foldmethod=manual
2188 setlocal foldminlines=1
2189 setlocal foldnestmax=20
2190 setlocal foldtext=foldtext()
2191 setlocal formatexpr=
2192 setlocal formatoptions=tcq
2193 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
2194 setlocal grepprg=
2195 setlocal iminsert=2
2196 setlocal imsearch=2
2197 setlocal include=
2198 setlocal includeexpr=
2199 setlocal indentexpr=
2200 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
2201 setlocal noinfercase
2202 setlocal iskeyword=@,48-57,_,192-255
2203 setlocal keywordprg=
2204 setlocal nolinebreak
2205 setlocal nolisp
2206 setlocal nolist
2207 setlocal makeprg=
2208 setlocal matchpairs=(:),{:},[:],<:>
2209 setlocal nomodeline
2210 setlocal modifiable
2211 setlocal nrformats=octal,hex
2212 setlocal nonumber
2213 setlocal numberwidth=4
2214 setlocal omnifunc=htmlcomplete#CompleteTags
2215 setlocal path=
2216 setlocal nopreserveindent
2217 setlocal nopreviewwindow
2218 setlocal quoteescape=\\
2219 setlocal noreadonly
2220 setlocal norightleft
2221 setlocal rightleftcmd=search
2222 setlocal noscrollbind
2223 setlocal shiftwidth=8
2224 setlocal noshortname
2225 setlocal nosmartindent
2226 setlocal softtabstop=0
2227 setlocal nospell
2228 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
2229 setlocal spellfile=
2230 setlocal spelllang=en
2231 setlocal statusline=
2232 setlocal suffixesadd=
2233 setlocal swapfile
2234 setlocal synmaxcol=3000
2235 if &syntax != 'html'
2236 setlocal syntax=html
2237 endif
2238 setlocal tabstop=2
2239 setlocal tags=
2240 setlocal textwidth=0
2241 setlocal thesaurus=
2242 setlocal nowinfixheight
2243 setlocal nowinfixwidth
2244 setlocal wrap
2245 setlocal wrapmargin=0
2246 silent! normal! zE
2247 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
2248 if s:l < 1 | let s:l = 1 | endif
2249 exe s:l
2250 normal! zt
2251 1
2252 normal! 0
2253 tabedit custom-cd.html
2254 set splitbelow splitright
2255 set nosplitbelow
2256 set nosplitright
2257 wincmd t
2258 set winheight=1 winwidth=1
2259 argglobal
2260 6argu
2261 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
2262 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
2263 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
2264 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
2265 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
2266 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
2267 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
2268 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
2269 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
2270 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
2271 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
2272 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
2273 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
2274 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
2275 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
2276 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
2277 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
2278 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
2279 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">')
2280 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">')
2281 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
2282 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
2283 nnoremap <buffer> <silent> ; 
2284 nnoremap <buffer> <silent> ;; ;
2285 vnoremap <buffer> <silent> ;; ;
2286 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
2287 inoremap <buffer> <silent> &hA &hArr;
2288 inoremap <buffer> <silent> &dA &dArr;
2289 inoremap <buffer> <silent> &rA &rArr;
2290 inoremap <buffer> <silent> &uA &uArr;
2291 inoremap <buffer> <silent> &lA &lArr;
2292 inoremap <buffer> <silent> &ha &harr;
2293 inoremap <buffer> <silent> &da &darr;
2294 inoremap <buffer> <silent> &ra &rarr;
2295 inoremap <buffer> <silent> &ua &uarr;
2296 inoremap <buffer> <silent> &la &larr;
2297 inoremap <buffer> <silent> &pv &piv;
2298 inoremap <buffer> <silent> &uh &upsih;
2299 inoremap <buffer> <silent> &ts &thetasym;
2300 inoremap <buffer> <silent> &og &omega;
2301 inoremap <buffer> <silent> &ps &psi;
2302 inoremap <buffer> <silent> &ch &chi;
2303 inoremap <buffer> <silent> &ph &phi;
2304 inoremap <buffer> <silent> &up &upsilon;
2305 inoremap <buffer> <silent> &ta &tau;
2306 inoremap <buffer> <silent> &sf &sigmaf;
2307 inoremap <buffer> <silent> &si &sigma;
2308 inoremap <buffer> <silent> &rh &rho;
2309 inoremap <buffer> <silent> &pi &pi;
2310 inoremap <buffer> <silent> &oc &omicron;
2311 inoremap <buffer> <silent> &xi &xi;
2312 inoremap <buffer> <silent> &nu &nu;
2313 inoremap <buffer> <silent> &mu &mu;
2314 inoremap <buffer> <silent> &lm &lambda;
2315 inoremap <buffer> <silent> &ka &kappa;
2316 inoremap <buffer> <silent> &io &iota;
2317 inoremap <buffer> <silent> &th &theta;
2318 inoremap <buffer> <silent> &et &eta;
2319 inoremap <buffer> <silent> &ze &zeta;
2320 inoremap <buffer> <silent> &ep &epsilon;
2321 inoremap <buffer> <silent> &de &delta;
2322 inoremap <buffer> <silent> &ga &gamma;
2323 inoremap <buffer> <silent> &be &beta;
2324 inoremap <buffer> <silent> &al &alpha;
2325 inoremap <buffer> <silent> &Ps &Psi;
2326 inoremap <buffer> <silent> &Ch &Chi;
2327 inoremap <buffer> <silent> &Ph &Phi;
2328 inoremap <buffer> <silent> &Up &Upsilon;
2329 inoremap <buffer> <silent> &Ta &Tau;
2330 inoremap <buffer> <silent> &Si &Sigma;
2331 inoremap <buffer> <silent> &Rh &Rho;
2332 inoremap <buffer> <silent> &Pi &Pi;
2333 inoremap <buffer> <silent> &Oc &Omicron;
2334 inoremap <buffer> <silent> &Xi &Xi;
2335 inoremap <buffer> <silent> &Nu &Nu;
2336 inoremap <buffer> <silent> &Mu &Mu;
2337 inoremap <buffer> <silent> &Lm &Lambda;
2338 inoremap <buffer> <silent> &Ka &Kappa;
2339 inoremap <buffer> <silent> &Io &Iota;
2340 inoremap <buffer> <silent> &Th &Theta;
2341 inoremap <buffer> <silent> &Et &Eta;
2342 inoremap <buffer> <silent> &Ze &Zeta;
2343 inoremap <buffer> <silent> &Ep &Epsilon;
2344 inoremap <buffer> <silent> &De &Delta;
2345 inoremap <buffer> <silent> &Ga &Gamma;
2346 inoremap <buffer> <silent> &Be &Beta;
2347 inoremap <buffer> <silent> &Al &Alpha;
2348 inoremap <buffer> <silent> &3. &hellip;
2349 inoremap <buffer> <silent> &-- &mdash;
2350 inoremap <buffer> <silent> &3- &mdash;
2351 inoremap <buffer> <silent> &m- &mdash;
2352 inoremap <buffer> <silent> &2- &ndash;
2353 inoremap <buffer> <silent> &n- &ndash;
2354 inoremap <buffer> <silent> &34 &frac34;
2355 inoremap <buffer> <silent> &12 &frac12;
2356 inoremap <buffer> <silent> &14 &frac14;
2357 inoremap <buffer> <silent> &. &middot;
2358 inoremap <buffer> <silent> &pa &para;
2359 inoremap <buffer> <silent> &mi &micro;
2360 inoremap <buffer> <silent> &dg &deg;
2361 inoremap <buffer> <silent> &? &iquest;
2362 inoremap <buffer> <silent> &! &iexcl;
2363 inoremap <buffer> <silent> &sz &szlig;
2364 inoremap <buffer> <silent> &o/ &oslash;
2365 inoremap <buffer> <silent> &/ &divide;
2366 inoremap <buffer> <silent> &" &uml;
2367 inoremap <buffer> <silent> &2> &raquo;
2368 inoremap <buffer> <silent> &2< &laquo;
2369 inoremap <buffer> <silent> &y" &yuml;
2370 inoremap <buffer> <silent> &y' &yacute;
2371 inoremap <buffer> <silent> &u" &uuml;
2372 inoremap <buffer> <silent> &u^ &ucirc;
2373 inoremap <buffer> <silent> &u' &uacute;
2374 inoremap <buffer> <silent> &u` &ugrave;
2375 inoremap <buffer> <silent> &x &times;
2376 inoremap <buffer> <silent> &o" &ouml;
2377 inoremap <buffer> <silent> &o~ &otilde;
2378 inoremap <buffer> <silent> &o^ &ocirc;
2379 inoremap <buffer> <silent> &o' &oacute;
2380 inoremap <buffer> <silent> &o` &ograve;
2381 inoremap <buffer> <silent> &n~ &ntilde;
2382 inoremap <buffer> <silent> &i" &iuml;
2383 inoremap <buffer> <silent> &i^ &icirc;
2384 inoremap <buffer> <silent> &i' &iacute;
2385 inoremap <buffer> <silent> &i` &igrave;
2386 inoremap <buffer> <silent> &e" &euml;
2387 inoremap <buffer> <silent> &e^ &ecirc;
2388 inoremap <buffer> <silent> &e' &eacute;
2389 inoremap <buffer> <silent> &e` &egrave;
2390 inoremap <buffer> <silent> &c, &ccedil;
2391 inoremap <buffer> <silent> &ae &aelig;
2392 inoremap <buffer> <silent> &ao &aring;
2393 inoremap <buffer> <silent> &a" &auml;
2394 inoremap <buffer> <silent> &a~ &atilde;
2395 inoremap <buffer> <silent> &a^ &acirc;
2396 inoremap <buffer> <silent> &a' &aacute;
2397 inoremap <buffer> <silent> &a` &agrave;
2398 inoremap <buffer> <silent> &Y' &Yacute;
2399 inoremap <buffer> <silent> &U" &Uuml;
2400 inoremap <buffer> <silent> &U^ &Ucirc;
2401 inoremap <buffer> <silent> &U' &Uacute;
2402 inoremap <buffer> <silent> &U` &Ugrave;
2403 inoremap <buffer> <silent> &O/ &Oslash;
2404 inoremap <buffer> <silent> &O" &Ouml;
2405 inoremap <buffer> <silent> &O~ &Otilde;
2406 inoremap <buffer> <silent> &O^ &Ocirc;
2407 inoremap <buffer> <silent> &O' &Oacute;
2408 inoremap <buffer> <silent> &O` &Ograve;
2409 inoremap <buffer> <silent> &N~ &Ntilde;
2410 inoremap <buffer> <silent> &I" &Iuml;
2411 inoremap <buffer> <silent> &I^ &Icirc;
2412 inoremap <buffer> <silent> &I' &Iacute;
2413 inoremap <buffer> <silent> &I` &Igrave;
2414 inoremap <buffer> <silent> &E" &Euml;
2415 inoremap <buffer> <silent> &E^ &Ecirc;
2416 inoremap <buffer> <silent> &E' &Eacute;
2417 inoremap <buffer> <silent> &E` &Egrave;
2418 inoremap <buffer> <silent> &C, &Ccedil;
2419 inoremap <buffer> <silent> &AE &AElig;
2420 inoremap <buffer> <silent> &Ao &Aring;
2421 inoremap <buffer> <silent> &A" &Auml;
2422 inoremap <buffer> <silent> &A~ &Atilde;
2423 inoremap <buffer> <silent> &A^ &Acirc;
2424 inoremap <buffer> <silent> &A' &Aacute;
2425 inoremap <buffer> <silent> &A` &Agrave;
2426 inoremap <buffer> <silent> &c| &cent;
2427 inoremap <buffer> <silent> &Y= &yen;
2428 inoremap <buffer> <silent> &# &pound;
2429 inoremap <buffer> <silent> & &nbsp;
2430 inoremap <buffer> <silent> &> &gt;
2431 inoremap <buffer> <silent> &< &lt;
2432 inoremap <buffer> <silent> &' &quot;
2433 inoremap <buffer> <silent> &tm &trade;
2434 inoremap <buffer> <silent> &rO &reg;
2435 inoremap <buffer> <silent> &cO &copy;
2436 inoremap <buffer> <silent> && &amp;
2437 inoremap <buffer> <silent> ; &nbsp;
2438 inoremap <buffer> <silent> ;la <label for=""></label>F"
2439 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
2440 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
2441 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
2442 </textarea>k$5F"i
2443 inoremap <buffer> <silent> ;og <optgroup label="">
2444 </optgroup>k$F"i
2445 inoremap <buffer> <silent> ;op <option></option>F<
2446 inoremap <buffer> <silent> ;ms <select name="" multiple>
2447 </select>O
2448 inoremap <buffer> <silent> ;se <select name="">
2449 </select>O
2450 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
2451 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
2452 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
2453 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
2454 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
2455 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
2456 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
2457 inoremap <buffer> <silent> ;fm <form action="">
2458 </form>k$F"i
2459 inoremap <buffer> <silent> ;if <iframe src="">
2460 </iframe>k$F"i
2461 inoremap <buffer> <silent> ;nf <noframes>
2462 </noframes>O
2463 inoremap <buffer> <silent> ;fr <frame src="">F"
2464 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
2465 </frameset>k$3F"i
2466 inoremap <buffer> <silent> ;th <th></th>F<
2467 inoremap <buffer> <silent> ;td <td>
2468 </td>O
2469 inoremap <buffer> <silent> ;tr <tr>
2470 </tr>O
2471 inoremap <buffer> <silent> ;tf <tfoot>
2472 </tfoot>O
2473 inoremap <buffer> <silent> ;tb <tbody>
2474 </tbody>O
2475 inoremap <buffer> <silent> ;tH <thead>
2476 </thead>O
2477 inoremap <buffer> <silent> ;ta <table>
2478 </table>O
2479 inoremap <buffer> <silent> ;ca <caption></caption>F<
2480 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
2481 </object>k$5F"i
2482 inoremap <buffer> <silent> ;ns <noscript>
2483 </noscripT>O
2484 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
2485 <noembed></noembed>k$5F"i
2486 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
2487 inoremap <buffer> <silent> ;va <var></var>F<
2488 inoremap <buffer> <silent> ;ul <ul>
2489 </ul>O
2490 inoremap <buffer> <silent> ;tt <tt></tt>F<
2491 inoremap <buffer> <silent> ;ti <title></title>F<
2492 inoremap <buffer> <silent> ;sp <sup></sup>F<
2493 inoremap <buffer> <silent> ;sb <sub></sub>F<
2494 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
2495 inoremap <buffer> <silent> ;cs <style type="text/css">
2496 <!--
2497 -->
2498 </style>kO
2499 inoremap <buffer> <silent> ;sm <small></small>F<
2500 inoremap <buffer> <silent> ;sa <samp></samp>F<
2501 inoremap <buffer> <silent> ;sk <strike></strike>F<
2502 inoremap <buffer> <silent> ;qu <q></q>F<
2503 inoremap <buffer> <silent> ;pr <pre>
2504 </pre>O
2505 inoremap <buffer> <silent> ;/p </p>
2506 
2507 <p>
2508 inoremap <buffer> <silent> ;pp <p>
2509 </p>O
2510 inoremap <buffer> <silent> ;ol <ol>
2511 </ol>O
2512 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
2513 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
2514 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
2515 inoremap <buffer> <silent> ;lk <link href="">F"
2516 inoremap <buffer> <silent> ;li <li></li>F<
2517 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
2518 inoremap <buffer> <silent> ;ii <isindex>
2519 inoremap <buffer> <silent> ;in <ins></ins>F<
2520 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
2521 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
2522 inoremap <buffer> <silent> ;ht <html>
2523 </html>O
2524 inoremap <buffer> <silent> ;Hr <hr width="75%">
2525 inoremap <buffer> <silent> ;hr <hr>
2526 inoremap <buffer> <silent> ;he <head>
2527 </head>O
2528 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
2529 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
2530 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
2531 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
2532 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
2533 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
2534 inoremap <buffer> <silent> ;h6 <h6></h6>F<
2535 inoremap <buffer> <silent> ;h5 <h5></h5>F<
2536 inoremap <buffer> <silent> ;h4 <h4></h4>F<
2537 inoremap <buffer> <silent> ;h3 <h3></h3>F<
2538 inoremap <buffer> <silent> ;h2 <h2></h2>F<
2539 inoremap <buffer> <silent> ;h1 <h1></h1>F<
2540 inoremap <buffer> <silent> ;fc <font color=""></font>F"
2541 inoremap <buffer> <silent> ;fo <font size=""></font>F"
2542 inoremap <buffer> <silent> ;sn <span></span>F<
2543 inoremap <buffer> <silent> ;dv <div>
2544 </div>O
2545 inoremap <buffer> <silent> ;df <dfn></dfn>F<
2546 inoremap <buffer> <silent> ;de <del></del>F<
2547 inoremap <buffer> <silent> ;dd <dd></dd>F<
2548 inoremap <buffer> <silent> ;dt <dt></dt>F<
2549 inoremap <buffer> <silent> ;dl <dl>
2550 </dl>O
2551 inoremap <buffer> <silent> ;co <code></code>F<
2552 inoremap <buffer> <silent> ;ci <cite></cite>F<
2553 inoremap <buffer> <silent> ;ce <center></center>F<
2554 inoremap <buffer> <silent> ;br <br>
2555 inoremap <buffer> <silent> ;bd <body>
2556 </body>O
2557 inoremap <buffer> <silent> ;bl <blockquote>
2558 </blockquote>O
2559 inoremap <buffer> <silent> ;bi <big></big>F<
2560 inoremap <buffer> <silent> ;bh <base href="">F"
2561 inoremap <buffer> <silent> ;ad <address></address>F<
2562 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
2563 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
2564 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
2565 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
2566 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
2567 inoremap <buffer> <silent> ;an <a name=""></a>F"
2568 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
2569 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
2570 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
2571 inoremap <buffer> <silent> ;ah <a href=""></a>F"
2572 imap <buffer> <silent> ;s4 ;s4
2573 imap <buffer> <silent> ;4 ;4
2574 inoremap <buffer> <silent> ;mi :call MangleImageTag()
2575 inoremap <buffer> <silent> ; 
2576 inoremap <buffer> <silent> ;& &
2577 inoremap <buffer> <silent> ;; ;
2578 setlocal keymap=
2579 setlocal noarabic
2580 setlocal autoindent
2581 setlocal balloonexpr=
2582 setlocal nobinary
2583 setlocal bufhidden=
2584 setlocal buflisted
2585 setlocal buftype=
2586 setlocal nocindent
2587 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
2588 setlocal cinoptions=
2589 setlocal cinwords=if,else,while,do,for,switch
2590 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
2591 setlocal commentstring=<!--%s-->
2592 setlocal complete=.,w,b,u,t,i
2593 setlocal completefunc=
2594 setlocal nocopyindent
2595 setlocal nocursorcolumn
2596 setlocal nocursorline
2597 setlocal define=
2598 setlocal dictionary=
2599 setlocal nodiff
2600 setlocal equalprg=
2601 setlocal errorformat=
2602 setlocal noexpandtab
2603 if &filetype != 'html'
2604 setlocal filetype=html
2605 endif
2606 setlocal foldcolumn=0
2607 setlocal foldenable
2608 setlocal foldexpr=0
2609 setlocal foldignore=#
2610 setlocal foldlevel=0
2611 setlocal foldmarker={{{,}}}
2612 setlocal foldmethod=manual
2613 setlocal foldminlines=1
2614 setlocal foldnestmax=20
2615 setlocal foldtext=foldtext()
2616 setlocal formatexpr=
2617 setlocal formatoptions=tcq
2618 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
2619 setlocal grepprg=
2620 setlocal iminsert=2
2621 setlocal imsearch=2
2622 setlocal include=
2623 setlocal includeexpr=
2624 setlocal indentexpr=
2625 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
2626 setlocal noinfercase
2627 setlocal iskeyword=@,48-57,_,192-255
2628 setlocal keywordprg=
2629 setlocal nolinebreak
2630 setlocal nolisp
2631 setlocal nolist
2632 setlocal makeprg=
2633 setlocal matchpairs=(:),{:},[:],<:>
2634 setlocal nomodeline
2635 setlocal modifiable
2636 setlocal nrformats=octal,hex
2637 setlocal nonumber
2638 setlocal numberwidth=4
2639 setlocal omnifunc=htmlcomplete#CompleteTags
2640 setlocal path=
2641 setlocal nopreserveindent
2642 setlocal nopreviewwindow
2643 setlocal quoteescape=\\
2644 setlocal noreadonly
2645 setlocal norightleft
2646 setlocal rightleftcmd=search
2647 setlocal noscrollbind
2648 setlocal shiftwidth=8
2649 setlocal noshortname
2650 setlocal nosmartindent
2651 setlocal softtabstop=0
2652 setlocal nospell
2653 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
2654 setlocal spellfile=
2655 setlocal spelllang=en
2656 setlocal statusline=
2657 setlocal suffixesadd=
2658 setlocal swapfile
2659 setlocal synmaxcol=3000
2660 if &syntax != 'html'
2661 setlocal syntax=html
2662 endif
2663 setlocal tabstop=2
2664 setlocal tags=
2665 setlocal textwidth=0
2666 setlocal thesaurus=
2667 setlocal nowinfixheight
2668 setlocal nowinfixwidth
2669 setlocal wrap
2670 setlocal wrapmargin=0
2671 silent! normal! zE
2672 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
2673 if s:l < 1 | let s:l = 1 | endif
2674 exe s:l
2675 normal! zt
2676 1
2677 normal! 0
2678 tabedit flash-backup.html
2679 set splitbelow splitright
2680 set nosplitbelow
2681 set nosplitright
2682 wincmd t
2683 set winheight=1 winwidth=1
2684 argglobal
2685 7argu
2686 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
2687 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
2688 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
2689 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
2690 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
2691 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
2692 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
2693 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
2694 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
2695 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
2696 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
2697 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
2698 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
2699 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
2700 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
2701 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
2702 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
2703 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
2704 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">')
2705 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">')
2706 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
2707 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
2708 nnoremap <buffer> <silent> ; 
2709 nnoremap <buffer> <silent> ;; ;
2710 vnoremap <buffer> <silent> ;; ;
2711 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
2712 inoremap <buffer> <silent> &hA &hArr;
2713 inoremap <buffer> <silent> &dA &dArr;
2714 inoremap <buffer> <silent> &rA &rArr;
2715 inoremap <buffer> <silent> &uA &uArr;
2716 inoremap <buffer> <silent> &lA &lArr;
2717 inoremap <buffer> <silent> &ha &harr;
2718 inoremap <buffer> <silent> &da &darr;
2719 inoremap <buffer> <silent> &ra &rarr;
2720 inoremap <buffer> <silent> &ua &uarr;
2721 inoremap <buffer> <silent> &la &larr;
2722 inoremap <buffer> <silent> &pv &piv;
2723 inoremap <buffer> <silent> &uh &upsih;
2724 inoremap <buffer> <silent> &ts &thetasym;
2725 inoremap <buffer> <silent> &og &omega;
2726 inoremap <buffer> <silent> &ps &psi;
2727 inoremap <buffer> <silent> &ch &chi;
2728 inoremap <buffer> <silent> &ph &phi;
2729 inoremap <buffer> <silent> &up &upsilon;
2730 inoremap <buffer> <silent> &ta &tau;
2731 inoremap <buffer> <silent> &sf &sigmaf;
2732 inoremap <buffer> <silent> &si &sigma;
2733 inoremap <buffer> <silent> &rh &rho;
2734 inoremap <buffer> <silent> &pi &pi;
2735 inoremap <buffer> <silent> &oc &omicron;
2736 inoremap <buffer> <silent> &xi &xi;
2737 inoremap <buffer> <silent> &nu &nu;
2738 inoremap <buffer> <silent> &mu &mu;
2739 inoremap <buffer> <silent> &lm &lambda;
2740 inoremap <buffer> <silent> &ka &kappa;
2741 inoremap <buffer> <silent> &io &iota;
2742 inoremap <buffer> <silent> &th &theta;
2743 inoremap <buffer> <silent> &et &eta;
2744 inoremap <buffer> <silent> &ze &zeta;
2745 inoremap <buffer> <silent> &ep &epsilon;
2746 inoremap <buffer> <silent> &de &delta;
2747 inoremap <buffer> <silent> &ga &gamma;
2748 inoremap <buffer> <silent> &be &beta;
2749 inoremap <buffer> <silent> &al &alpha;
2750 inoremap <buffer> <silent> &Ps &Psi;
2751 inoremap <buffer> <silent> &Ch &Chi;
2752 inoremap <buffer> <silent> &Ph &Phi;
2753 inoremap <buffer> <silent> &Up &Upsilon;
2754 inoremap <buffer> <silent> &Ta &Tau;
2755 inoremap <buffer> <silent> &Si &Sigma;
2756 inoremap <buffer> <silent> &Rh &Rho;
2757 inoremap <buffer> <silent> &Pi &Pi;
2758 inoremap <buffer> <silent> &Oc &Omicron;
2759 inoremap <buffer> <silent> &Xi &Xi;
2760 inoremap <buffer> <silent> &Nu &Nu;
2761 inoremap <buffer> <silent> &Mu &Mu;
2762 inoremap <buffer> <silent> &Lm &Lambda;
2763 inoremap <buffer> <silent> &Ka &Kappa;
2764 inoremap <buffer> <silent> &Io &Iota;
2765 inoremap <buffer> <silent> &Th &Theta;
2766 inoremap <buffer> <silent> &Et &Eta;
2767 inoremap <buffer> <silent> &Ze &Zeta;
2768 inoremap <buffer> <silent> &Ep &Epsilon;
2769 inoremap <buffer> <silent> &De &Delta;
2770 inoremap <buffer> <silent> &Ga &Gamma;
2771 inoremap <buffer> <silent> &Be &Beta;
2772 inoremap <buffer> <silent> &Al &Alpha;
2773 inoremap <buffer> <silent> &3. &hellip;
2774 inoremap <buffer> <silent> &-- &mdash;
2775 inoremap <buffer> <silent> &3- &mdash;
2776 inoremap <buffer> <silent> &m- &mdash;
2777 inoremap <buffer> <silent> &2- &ndash;
2778 inoremap <buffer> <silent> &n- &ndash;
2779 inoremap <buffer> <silent> &34 &frac34;
2780 inoremap <buffer> <silent> &12 &frac12;
2781 inoremap <buffer> <silent> &14 &frac14;
2782 inoremap <buffer> <silent> &. &middot;
2783 inoremap <buffer> <silent> &pa &para;
2784 inoremap <buffer> <silent> &mi &micro;
2785 inoremap <buffer> <silent> &dg &deg;
2786 inoremap <buffer> <silent> &? &iquest;
2787 inoremap <buffer> <silent> &! &iexcl;
2788 inoremap <buffer> <silent> &sz &szlig;
2789 inoremap <buffer> <silent> &o/ &oslash;
2790 inoremap <buffer> <silent> &/ &divide;
2791 inoremap <buffer> <silent> &" &uml;
2792 inoremap <buffer> <silent> &2> &raquo;
2793 inoremap <buffer> <silent> &2< &laquo;
2794 inoremap <buffer> <silent> &y" &yuml;
2795 inoremap <buffer> <silent> &y' &yacute;
2796 inoremap <buffer> <silent> &u" &uuml;
2797 inoremap <buffer> <silent> &u^ &ucirc;
2798 inoremap <buffer> <silent> &u' &uacute;
2799 inoremap <buffer> <silent> &u` &ugrave;
2800 inoremap <buffer> <silent> &x &times;
2801 inoremap <buffer> <silent> &o" &ouml;
2802 inoremap <buffer> <silent> &o~ &otilde;
2803 inoremap <buffer> <silent> &o^ &ocirc;
2804 inoremap <buffer> <silent> &o' &oacute;
2805 inoremap <buffer> <silent> &o` &ograve;
2806 inoremap <buffer> <silent> &n~ &ntilde;
2807 inoremap <buffer> <silent> &i" &iuml;
2808 inoremap <buffer> <silent> &i^ &icirc;
2809 inoremap <buffer> <silent> &i' &iacute;
2810 inoremap <buffer> <silent> &i` &igrave;
2811 inoremap <buffer> <silent> &e" &euml;
2812 inoremap <buffer> <silent> &e^ &ecirc;
2813 inoremap <buffer> <silent> &e' &eacute;
2814 inoremap <buffer> <silent> &e` &egrave;
2815 inoremap <buffer> <silent> &c, &ccedil;
2816 inoremap <buffer> <silent> &ae &aelig;
2817 inoremap <buffer> <silent> &ao &aring;
2818 inoremap <buffer> <silent> &a" &auml;
2819 inoremap <buffer> <silent> &a~ &atilde;
2820 inoremap <buffer> <silent> &a^ &acirc;
2821 inoremap <buffer> <silent> &a' &aacute;
2822 inoremap <buffer> <silent> &a` &agrave;
2823 inoremap <buffer> <silent> &Y' &Yacute;
2824 inoremap <buffer> <silent> &U" &Uuml;
2825 inoremap <buffer> <silent> &U^ &Ucirc;
2826 inoremap <buffer> <silent> &U' &Uacute;
2827 inoremap <buffer> <silent> &U` &Ugrave;
2828 inoremap <buffer> <silent> &O/ &Oslash;
2829 inoremap <buffer> <silent> &O" &Ouml;
2830 inoremap <buffer> <silent> &O~ &Otilde;
2831 inoremap <buffer> <silent> &O^ &Ocirc;
2832 inoremap <buffer> <silent> &O' &Oacute;
2833 inoremap <buffer> <silent> &O` &Ograve;
2834 inoremap <buffer> <silent> &N~ &Ntilde;
2835 inoremap <buffer> <silent> &I" &Iuml;
2836 inoremap <buffer> <silent> &I^ &Icirc;
2837 inoremap <buffer> <silent> &I' &Iacute;
2838 inoremap <buffer> <silent> &I` &Igrave;
2839 inoremap <buffer> <silent> &E" &Euml;
2840 inoremap <buffer> <silent> &E^ &Ecirc;
2841 inoremap <buffer> <silent> &E' &Eacute;
2842 inoremap <buffer> <silent> &E` &Egrave;
2843 inoremap <buffer> <silent> &C, &Ccedil;
2844 inoremap <buffer> <silent> &AE &AElig;
2845 inoremap <buffer> <silent> &Ao &Aring;
2846 inoremap <buffer> <silent> &A" &Auml;
2847 inoremap <buffer> <silent> &A~ &Atilde;
2848 inoremap <buffer> <silent> &A^ &Acirc;
2849 inoremap <buffer> <silent> &A' &Aacute;
2850 inoremap <buffer> <silent> &A` &Agrave;
2851 inoremap <buffer> <silent> &c| &cent;
2852 inoremap <buffer> <silent> &Y= &yen;
2853 inoremap <buffer> <silent> &# &pound;
2854 inoremap <buffer> <silent> & &nbsp;
2855 inoremap <buffer> <silent> &> &gt;
2856 inoremap <buffer> <silent> &< &lt;
2857 inoremap <buffer> <silent> &' &quot;
2858 inoremap <buffer> <silent> &tm &trade;
2859 inoremap <buffer> <silent> &rO &reg;
2860 inoremap <buffer> <silent> &cO &copy;
2861 inoremap <buffer> <silent> && &amp;
2862 inoremap <buffer> <silent> ; &nbsp;
2863 inoremap <buffer> <silent> ;la <label for=""></label>F"
2864 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
2865 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
2866 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
2867 </textarea>k$5F"i
2868 inoremap <buffer> <silent> ;og <optgroup label="">
2869 </optgroup>k$F"i
2870 inoremap <buffer> <silent> ;op <option></option>F<
2871 inoremap <buffer> <silent> ;ms <select name="" multiple>
2872 </select>O
2873 inoremap <buffer> <silent> ;se <select name="">
2874 </select>O
2875 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
2876 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
2877 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
2878 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
2879 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
2880 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
2881 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
2882 inoremap <buffer> <silent> ;fm <form action="">
2883 </form>k$F"i
2884 inoremap <buffer> <silent> ;if <iframe src="">
2885 </iframe>k$F"i
2886 inoremap <buffer> <silent> ;nf <noframes>
2887 </noframes>O
2888 inoremap <buffer> <silent> ;fr <frame src="">F"
2889 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
2890 </frameset>k$3F"i
2891 inoremap <buffer> <silent> ;th <th></th>F<
2892 inoremap <buffer> <silent> ;td <td>
2893 </td>O
2894 inoremap <buffer> <silent> ;tr <tr>
2895 </tr>O
2896 inoremap <buffer> <silent> ;tf <tfoot>
2897 </tfoot>O
2898 inoremap <buffer> <silent> ;tb <tbody>
2899 </tbody>O
2900 inoremap <buffer> <silent> ;tH <thead>
2901 </thead>O
2902 inoremap <buffer> <silent> ;ta <table>
2903 </table>O
2904 inoremap <buffer> <silent> ;ca <caption></caption>F<
2905 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
2906 </object>k$5F"i
2907 inoremap <buffer> <silent> ;ns <noscript>
2908 </noscripT>O
2909 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
2910 <noembed></noembed>k$5F"i
2911 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
2912 inoremap <buffer> <silent> ;va <var></var>F<
2913 inoremap <buffer> <silent> ;ul <ul>
2914 </ul>O
2915 inoremap <buffer> <silent> ;tt <tt></tt>F<
2916 inoremap <buffer> <silent> ;ti <title></title>F<
2917 inoremap <buffer> <silent> ;sp <sup></sup>F<
2918 inoremap <buffer> <silent> ;sb <sub></sub>F<
2919 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
2920 inoremap <buffer> <silent> ;cs <style type="text/css">
2921 <!--
2922 -->
2923 </style>kO
2924 inoremap <buffer> <silent> ;sm <small></small>F<
2925 inoremap <buffer> <silent> ;sa <samp></samp>F<
2926 inoremap <buffer> <silent> ;sk <strike></strike>F<
2927 inoremap <buffer> <silent> ;qu <q></q>F<
2928 inoremap <buffer> <silent> ;pr <pre>
2929 </pre>O
2930 inoremap <buffer> <silent> ;/p </p>
2931 
2932 <p>
2933 inoremap <buffer> <silent> ;pp <p>
2934 </p>O
2935 inoremap <buffer> <silent> ;ol <ol>
2936 </ol>O
2937 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
2938 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
2939 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
2940 inoremap <buffer> <silent> ;lk <link href="">F"
2941 inoremap <buffer> <silent> ;li <li></li>F<
2942 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
2943 inoremap <buffer> <silent> ;ii <isindex>
2944 inoremap <buffer> <silent> ;in <ins></ins>F<
2945 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
2946 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
2947 inoremap <buffer> <silent> ;ht <html>
2948 </html>O
2949 inoremap <buffer> <silent> ;Hr <hr width="75%">
2950 inoremap <buffer> <silent> ;hr <hr>
2951 inoremap <buffer> <silent> ;he <head>
2952 </head>O
2953 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
2954 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
2955 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
2956 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
2957 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
2958 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
2959 inoremap <buffer> <silent> ;h6 <h6></h6>F<
2960 inoremap <buffer> <silent> ;h5 <h5></h5>F<
2961 inoremap <buffer> <silent> ;h4 <h4></h4>F<
2962 inoremap <buffer> <silent> ;h3 <h3></h3>F<
2963 inoremap <buffer> <silent> ;h2 <h2></h2>F<
2964 inoremap <buffer> <silent> ;h1 <h1></h1>F<
2965 inoremap <buffer> <silent> ;fc <font color=""></font>F"
2966 inoremap <buffer> <silent> ;fo <font size=""></font>F"
2967 inoremap <buffer> <silent> ;sn <span></span>F<
2968 inoremap <buffer> <silent> ;dv <div>
2969 </div>O
2970 inoremap <buffer> <silent> ;df <dfn></dfn>F<
2971 inoremap <buffer> <silent> ;de <del></del>F<
2972 inoremap <buffer> <silent> ;dd <dd></dd>F<
2973 inoremap <buffer> <silent> ;dt <dt></dt>F<
2974 inoremap <buffer> <silent> ;dl <dl>
2975 </dl>O
2976 inoremap <buffer> <silent> ;co <code></code>F<
2977 inoremap <buffer> <silent> ;ci <cite></cite>F<
2978 inoremap <buffer> <silent> ;ce <center></center>F<
2979 inoremap <buffer> <silent> ;br <br>
2980 inoremap <buffer> <silent> ;bd <body>
2981 </body>O
2982 inoremap <buffer> <silent> ;bl <blockquote>
2983 </blockquote>O
2984 inoremap <buffer> <silent> ;bi <big></big>F<
2985 inoremap <buffer> <silent> ;bh <base href="">F"
2986 inoremap <buffer> <silent> ;ad <address></address>F<
2987 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
2988 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
2989 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
2990 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
2991 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
2992 inoremap <buffer> <silent> ;an <a name=""></a>F"
2993 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
2994 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
2995 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
2996 inoremap <buffer> <silent> ;ah <a href=""></a>F"
2997 imap <buffer> <silent> ;s4 ;s4
2998 imap <buffer> <silent> ;4 ;4
2999 inoremap <buffer> <silent> ;mi :call MangleImageTag()
3000 inoremap <buffer> <silent> ; 
3001 inoremap <buffer> <silent> ;& &
3002 inoremap <buffer> <silent> ;; ;
3003 setlocal keymap=
3004 setlocal noarabic
3005 setlocal autoindent
3006 setlocal balloonexpr=
3007 setlocal nobinary
3008 setlocal bufhidden=
3009 setlocal buflisted
3010 setlocal buftype=
3011 setlocal nocindent
3012 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
3013 setlocal cinoptions=
3014 setlocal cinwords=if,else,while,do,for,switch
3015 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
3016 setlocal commentstring=<!--%s-->
3017 setlocal complete=.,w,b,u,t,i
3018 setlocal completefunc=
3019 setlocal nocopyindent
3020 setlocal nocursorcolumn
3021 setlocal nocursorline
3022 setlocal define=
3023 setlocal dictionary=
3024 setlocal nodiff
3025 setlocal equalprg=
3026 setlocal errorformat=
3027 setlocal noexpandtab
3028 if &filetype != 'html'
3029 setlocal filetype=html
3030 endif
3031 setlocal foldcolumn=0
3032 setlocal foldenable
3033 setlocal foldexpr=0
3034 setlocal foldignore=#
3035 setlocal foldlevel=0
3036 setlocal foldmarker={{{,}}}
3037 setlocal foldmethod=manual
3038 setlocal foldminlines=1
3039 setlocal foldnestmax=20
3040 setlocal foldtext=foldtext()
3041 setlocal formatexpr=
3042 setlocal formatoptions=tcq
3043 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
3044 setlocal grepprg=
3045 setlocal iminsert=2
3046 setlocal imsearch=2
3047 setlocal include=
3048 setlocal includeexpr=
3049 setlocal indentexpr=
3050 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
3051 setlocal noinfercase
3052 setlocal iskeyword=@,48-57,_,192-255
3053 setlocal keywordprg=
3054 setlocal nolinebreak
3055 setlocal nolisp
3056 setlocal nolist
3057 setlocal makeprg=
3058 setlocal matchpairs=(:),{:},[:],<:>
3059 setlocal nomodeline
3060 setlocal modifiable
3061 setlocal nrformats=octal,hex
3062 setlocal nonumber
3063 setlocal numberwidth=4
3064 setlocal omnifunc=htmlcomplete#CompleteTags
3065 setlocal path=
3066 setlocal nopreserveindent
3067 setlocal nopreviewwindow
3068 setlocal quoteescape=\\
3069 setlocal noreadonly
3070 setlocal norightleft
3071 setlocal rightleftcmd=search
3072 setlocal noscrollbind
3073 setlocal shiftwidth=8
3074 setlocal noshortname
3075 setlocal nosmartindent
3076 setlocal softtabstop=0
3077 setlocal nospell
3078 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
3079 setlocal spellfile=
3080 setlocal spelllang=en
3081 setlocal statusline=
3082 setlocal suffixesadd=
3083 setlocal swapfile
3084 setlocal synmaxcol=3000
3085 if &syntax != 'html'
3086 setlocal syntax=html
3087 endif
3088 setlocal tabstop=2
3089 setlocal tags=
3090 setlocal textwidth=0
3091 setlocal thesaurus=
3092 setlocal nowinfixheight
3093 setlocal nowinfixwidth
3094 setlocal wrap
3095 setlocal wrapmargin=0
3096 silent! normal! zE
3097 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
3098 if s:l < 1 | let s:l = 1 | endif
3099 exe s:l
3100 normal! zt
3101 1
3102 normal! 0
3103 tabedit help.html
3104 set splitbelow splitright
3105 set nosplitbelow
3106 set nosplitright
3107 wincmd t
3108 set winheight=1 winwidth=1
3109 argglobal
3110 8argu
3111 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3112 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3113 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
3114 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
3115 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
3116 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
3117 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
3118 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
3119 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
3120 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
3121 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
3122 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
3123 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
3124 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
3125 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
3126 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
3127 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
3128 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
3129 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">')
3130 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">')
3131 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
3132 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
3133 nnoremap <buffer> <silent> ; 
3134 nnoremap <buffer> <silent> ;; ;
3135 vnoremap <buffer> <silent> ;; ;
3136 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
3137 inoremap <buffer> <silent> &hA &hArr;
3138 inoremap <buffer> <silent> &dA &dArr;
3139 inoremap <buffer> <silent> &rA &rArr;
3140 inoremap <buffer> <silent> &uA &uArr;
3141 inoremap <buffer> <silent> &lA &lArr;
3142 inoremap <buffer> <silent> &ha &harr;
3143 inoremap <buffer> <silent> &da &darr;
3144 inoremap <buffer> <silent> &ra &rarr;
3145 inoremap <buffer> <silent> &ua &uarr;
3146 inoremap <buffer> <silent> &la &larr;
3147 inoremap <buffer> <silent> &pv &piv;
3148 inoremap <buffer> <silent> &uh &upsih;
3149 inoremap <buffer> <silent> &ts &thetasym;
3150 inoremap <buffer> <silent> &og &omega;
3151 inoremap <buffer> <silent> &ps &psi;
3152 inoremap <buffer> <silent> &ch &chi;
3153 inoremap <buffer> <silent> &ph &phi;
3154 inoremap <buffer> <silent> &up &upsilon;
3155 inoremap <buffer> <silent> &ta &tau;
3156 inoremap <buffer> <silent> &sf &sigmaf;
3157 inoremap <buffer> <silent> &si &sigma;
3158 inoremap <buffer> <silent> &rh &rho;
3159 inoremap <buffer> <silent> &pi &pi;
3160 inoremap <buffer> <silent> &oc &omicron;
3161 inoremap <buffer> <silent> &xi &xi;
3162 inoremap <buffer> <silent> &nu &nu;
3163 inoremap <buffer> <silent> &mu &mu;
3164 inoremap <buffer> <silent> &lm &lambda;
3165 inoremap <buffer> <silent> &ka &kappa;
3166 inoremap <buffer> <silent> &io &iota;
3167 inoremap <buffer> <silent> &th &theta;
3168 inoremap <buffer> <silent> &et &eta;
3169 inoremap <buffer> <silent> &ze &zeta;
3170 inoremap <buffer> <silent> &ep &epsilon;
3171 inoremap <buffer> <silent> &de &delta;
3172 inoremap <buffer> <silent> &ga &gamma;
3173 inoremap <buffer> <silent> &be &beta;
3174 inoremap <buffer> <silent> &al &alpha;
3175 inoremap <buffer> <silent> &Ps &Psi;
3176 inoremap <buffer> <silent> &Ch &Chi;
3177 inoremap <buffer> <silent> &Ph &Phi;
3178 inoremap <buffer> <silent> &Up &Upsilon;
3179 inoremap <buffer> <silent> &Ta &Tau;
3180 inoremap <buffer> <silent> &Si &Sigma;
3181 inoremap <buffer> <silent> &Rh &Rho;
3182 inoremap <buffer> <silent> &Pi &Pi;
3183 inoremap <buffer> <silent> &Oc &Omicron;
3184 inoremap <buffer> <silent> &Xi &Xi;
3185 inoremap <buffer> <silent> &Nu &Nu;
3186 inoremap <buffer> <silent> &Mu &Mu;
3187 inoremap <buffer> <silent> &Lm &Lambda;
3188 inoremap <buffer> <silent> &Ka &Kappa;
3189 inoremap <buffer> <silent> &Io &Iota;
3190 inoremap <buffer> <silent> &Th &Theta;
3191 inoremap <buffer> <silent> &Et &Eta;
3192 inoremap <buffer> <silent> &Ze &Zeta;
3193 inoremap <buffer> <silent> &Ep &Epsilon;
3194 inoremap <buffer> <silent> &De &Delta;
3195 inoremap <buffer> <silent> &Ga &Gamma;
3196 inoremap <buffer> <silent> &Be &Beta;
3197 inoremap <buffer> <silent> &Al &Alpha;
3198 inoremap <buffer> <silent> &3. &hellip;
3199 inoremap <buffer> <silent> &-- &mdash;
3200 inoremap <buffer> <silent> &3- &mdash;
3201 inoremap <buffer> <silent> &m- &mdash;
3202 inoremap <buffer> <silent> &2- &ndash;
3203 inoremap <buffer> <silent> &n- &ndash;
3204 inoremap <buffer> <silent> &34 &frac34;
3205 inoremap <buffer> <silent> &12 &frac12;
3206 inoremap <buffer> <silent> &14 &frac14;
3207 inoremap <buffer> <silent> &. &middot;
3208 inoremap <buffer> <silent> &pa &para;
3209 inoremap <buffer> <silent> &mi &micro;
3210 inoremap <buffer> <silent> &dg &deg;
3211 inoremap <buffer> <silent> &? &iquest;
3212 inoremap <buffer> <silent> &! &iexcl;
3213 inoremap <buffer> <silent> &sz &szlig;
3214 inoremap <buffer> <silent> &o/ &oslash;
3215 inoremap <buffer> <silent> &/ &divide;
3216 inoremap <buffer> <silent> &" &uml;
3217 inoremap <buffer> <silent> &2> &raquo;
3218 inoremap <buffer> <silent> &2< &laquo;
3219 inoremap <buffer> <silent> &y" &yuml;
3220 inoremap <buffer> <silent> &y' &yacute;
3221 inoremap <buffer> <silent> &u" &uuml;
3222 inoremap <buffer> <silent> &u^ &ucirc;
3223 inoremap <buffer> <silent> &u' &uacute;
3224 inoremap <buffer> <silent> &u` &ugrave;
3225 inoremap <buffer> <silent> &x &times;
3226 inoremap <buffer> <silent> &o" &ouml;
3227 inoremap <buffer> <silent> &o~ &otilde;
3228 inoremap <buffer> <silent> &o^ &ocirc;
3229 inoremap <buffer> <silent> &o' &oacute;
3230 inoremap <buffer> <silent> &o` &ograve;
3231 inoremap <buffer> <silent> &n~ &ntilde;
3232 inoremap <buffer> <silent> &i" &iuml;
3233 inoremap <buffer> <silent> &i^ &icirc;
3234 inoremap <buffer> <silent> &i' &iacute;
3235 inoremap <buffer> <silent> &i` &igrave;
3236 inoremap <buffer> <silent> &e" &euml;
3237 inoremap <buffer> <silent> &e^ &ecirc;
3238 inoremap <buffer> <silent> &e' &eacute;
3239 inoremap <buffer> <silent> &e` &egrave;
3240 inoremap <buffer> <silent> &c, &ccedil;
3241 inoremap <buffer> <silent> &ae &aelig;
3242 inoremap <buffer> <silent> &ao &aring;
3243 inoremap <buffer> <silent> &a" &auml;
3244 inoremap <buffer> <silent> &a~ &atilde;
3245 inoremap <buffer> <silent> &a^ &acirc;
3246 inoremap <buffer> <silent> &a' &aacute;
3247 inoremap <buffer> <silent> &a` &agrave;
3248 inoremap <buffer> <silent> &Y' &Yacute;
3249 inoremap <buffer> <silent> &U" &Uuml;
3250 inoremap <buffer> <silent> &U^ &Ucirc;
3251 inoremap <buffer> <silent> &U' &Uacute;
3252 inoremap <buffer> <silent> &U` &Ugrave;
3253 inoremap <buffer> <silent> &O/ &Oslash;
3254 inoremap <buffer> <silent> &O" &Ouml;
3255 inoremap <buffer> <silent> &O~ &Otilde;
3256 inoremap <buffer> <silent> &O^ &Ocirc;
3257 inoremap <buffer> <silent> &O' &Oacute;
3258 inoremap <buffer> <silent> &O` &Ograve;
3259 inoremap <buffer> <silent> &N~ &Ntilde;
3260 inoremap <buffer> <silent> &I" &Iuml;
3261 inoremap <buffer> <silent> &I^ &Icirc;
3262 inoremap <buffer> <silent> &I' &Iacute;
3263 inoremap <buffer> <silent> &I` &Igrave;
3264 inoremap <buffer> <silent> &E" &Euml;
3265 inoremap <buffer> <silent> &E^ &Ecirc;
3266 inoremap <buffer> <silent> &E' &Eacute;
3267 inoremap <buffer> <silent> &E` &Egrave;
3268 inoremap <buffer> <silent> &C, &Ccedil;
3269 inoremap <buffer> <silent> &AE &AElig;
3270 inoremap <buffer> <silent> &Ao &Aring;
3271 inoremap <buffer> <silent> &A" &Auml;
3272 inoremap <buffer> <silent> &A~ &Atilde;
3273 inoremap <buffer> <silent> &A^ &Acirc;
3274 inoremap <buffer> <silent> &A' &Aacute;
3275 inoremap <buffer> <silent> &A` &Agrave;
3276 inoremap <buffer> <silent> &c| &cent;
3277 inoremap <buffer> <silent> &Y= &yen;
3278 inoremap <buffer> <silent> &# &pound;
3279 inoremap <buffer> <silent> & &nbsp;
3280 inoremap <buffer> <silent> &> &gt;
3281 inoremap <buffer> <silent> &< &lt;
3282 inoremap <buffer> <silent> &' &quot;
3283 inoremap <buffer> <silent> &tm &trade;
3284 inoremap <buffer> <silent> &rO &reg;
3285 inoremap <buffer> <silent> &cO &copy;
3286 inoremap <buffer> <silent> && &amp;
3287 inoremap <buffer> <silent> ; &nbsp;
3288 inoremap <buffer> <silent> ;la <label for=""></label>F"
3289 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
3290 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
3291 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
3292 </textarea>k$5F"i
3293 inoremap <buffer> <silent> ;og <optgroup label="">
3294 </optgroup>k$F"i
3295 inoremap <buffer> <silent> ;op <option></option>F<
3296 inoremap <buffer> <silent> ;ms <select name="" multiple>
3297 </select>O
3298 inoremap <buffer> <silent> ;se <select name="">
3299 </select>O
3300 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
3301 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
3302 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
3303 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
3304 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
3305 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
3306 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
3307 inoremap <buffer> <silent> ;fm <form action="">
3308 </form>k$F"i
3309 inoremap <buffer> <silent> ;if <iframe src="">
3310 </iframe>k$F"i
3311 inoremap <buffer> <silent> ;nf <noframes>
3312 </noframes>O
3313 inoremap <buffer> <silent> ;fr <frame src="">F"
3314 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
3315 </frameset>k$3F"i
3316 inoremap <buffer> <silent> ;th <th></th>F<
3317 inoremap <buffer> <silent> ;td <td>
3318 </td>O
3319 inoremap <buffer> <silent> ;tr <tr>
3320 </tr>O
3321 inoremap <buffer> <silent> ;tf <tfoot>
3322 </tfoot>O
3323 inoremap <buffer> <silent> ;tb <tbody>
3324 </tbody>O
3325 inoremap <buffer> <silent> ;tH <thead>
3326 </thead>O
3327 inoremap <buffer> <silent> ;ta <table>
3328 </table>O
3329 inoremap <buffer> <silent> ;ca <caption></caption>F<
3330 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
3331 </object>k$5F"i
3332 inoremap <buffer> <silent> ;ns <noscript>
3333 </noscripT>O
3334 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
3335 <noembed></noembed>k$5F"i
3336 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
3337 inoremap <buffer> <silent> ;va <var></var>F<
3338 inoremap <buffer> <silent> ;ul <ul>
3339 </ul>O
3340 inoremap <buffer> <silent> ;tt <tt></tt>F<
3341 inoremap <buffer> <silent> ;ti <title></title>F<
3342 inoremap <buffer> <silent> ;sp <sup></sup>F<
3343 inoremap <buffer> <silent> ;sb <sub></sub>F<
3344 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
3345 inoremap <buffer> <silent> ;cs <style type="text/css">
3346 <!--
3347 -->
3348 </style>kO
3349 inoremap <buffer> <silent> ;sm <small></small>F<
3350 inoremap <buffer> <silent> ;sa <samp></samp>F<
3351 inoremap <buffer> <silent> ;sk <strike></strike>F<
3352 inoremap <buffer> <silent> ;qu <q></q>F<
3353 inoremap <buffer> <silent> ;pr <pre>
3354 </pre>O
3355 inoremap <buffer> <silent> ;/p </p>
3356 
3357 <p>
3358 inoremap <buffer> <silent> ;pp <p>
3359 </p>O
3360 inoremap <buffer> <silent> ;ol <ol>
3361 </ol>O
3362 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
3363 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
3364 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
3365 inoremap <buffer> <silent> ;lk <link href="">F"
3366 inoremap <buffer> <silent> ;li <li></li>F<
3367 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
3368 inoremap <buffer> <silent> ;ii <isindex>
3369 inoremap <buffer> <silent> ;in <ins></ins>F<
3370 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
3371 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
3372 inoremap <buffer> <silent> ;ht <html>
3373 </html>O
3374 inoremap <buffer> <silent> ;Hr <hr width="75%">
3375 inoremap <buffer> <silent> ;hr <hr>
3376 inoremap <buffer> <silent> ;he <head>
3377 </head>O
3378 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
3379 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
3380 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
3381 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
3382 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
3383 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
3384 inoremap <buffer> <silent> ;h6 <h6></h6>F<
3385 inoremap <buffer> <silent> ;h5 <h5></h5>F<
3386 inoremap <buffer> <silent> ;h4 <h4></h4>F<
3387 inoremap <buffer> <silent> ;h3 <h3></h3>F<
3388 inoremap <buffer> <silent> ;h2 <h2></h2>F<
3389 inoremap <buffer> <silent> ;h1 <h1></h1>F<
3390 inoremap <buffer> <silent> ;fc <font color=""></font>F"
3391 inoremap <buffer> <silent> ;fo <font size=""></font>F"
3392 inoremap <buffer> <silent> ;sn <span></span>F<
3393 inoremap <buffer> <silent> ;dv <div>
3394 </div>O
3395 inoremap <buffer> <silent> ;df <dfn></dfn>F<
3396 inoremap <buffer> <silent> ;de <del></del>F<
3397 inoremap <buffer> <silent> ;dd <dd></dd>F<
3398 inoremap <buffer> <silent> ;dt <dt></dt>F<
3399 inoremap <buffer> <silent> ;dl <dl>
3400 </dl>O
3401 inoremap <buffer> <silent> ;co <code></code>F<
3402 inoremap <buffer> <silent> ;ci <cite></cite>F<
3403 inoremap <buffer> <silent> ;ce <center></center>F<
3404 inoremap <buffer> <silent> ;br <br>
3405 inoremap <buffer> <silent> ;bd <body>
3406 </body>O
3407 inoremap <buffer> <silent> ;bl <blockquote>
3408 </blockquote>O
3409 inoremap <buffer> <silent> ;bi <big></big>F<
3410 inoremap <buffer> <silent> ;bh <base href="">F"
3411 inoremap <buffer> <silent> ;ad <address></address>F<
3412 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
3413 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
3414 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
3415 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
3416 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
3417 inoremap <buffer> <silent> ;an <a name=""></a>F"
3418 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
3419 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
3420 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
3421 inoremap <buffer> <silent> ;ah <a href=""></a>F"
3422 imap <buffer> <silent> ;s4 ;s4
3423 imap <buffer> <silent> ;4 ;4
3424 inoremap <buffer> <silent> ;mi :call MangleImageTag()
3425 inoremap <buffer> <silent> ; 
3426 inoremap <buffer> <silent> ;& &
3427 inoremap <buffer> <silent> ;; ;
3428 setlocal keymap=
3429 setlocal noarabic
3430 setlocal autoindent
3431 setlocal balloonexpr=
3432 setlocal nobinary
3433 setlocal bufhidden=
3434 setlocal buflisted
3435 setlocal buftype=
3436 setlocal nocindent
3437 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
3438 setlocal cinoptions=
3439 setlocal cinwords=if,else,while,do,for,switch
3440 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
3441 setlocal commentstring=<!--%s-->
3442 setlocal complete=.,w,b,u,t,i
3443 setlocal completefunc=
3444 setlocal nocopyindent
3445 setlocal nocursorcolumn
3446 setlocal nocursorline
3447 setlocal define=
3448 setlocal dictionary=
3449 setlocal nodiff
3450 setlocal equalprg=
3451 setlocal errorformat=
3452 setlocal noexpandtab
3453 if &filetype != 'html'
3454 setlocal filetype=html
3455 endif
3456 setlocal foldcolumn=0
3457 setlocal foldenable
3458 setlocal foldexpr=0
3459 setlocal foldignore=#
3460 setlocal foldlevel=0
3461 setlocal foldmarker={{{,}}}
3462 setlocal foldmethod=manual
3463 setlocal foldminlines=1
3464 setlocal foldnestmax=20
3465 setlocal foldtext=foldtext()
3466 setlocal formatexpr=
3467 setlocal formatoptions=tcq
3468 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
3469 setlocal grepprg=
3470 setlocal iminsert=2
3471 setlocal imsearch=2
3472 setlocal include=
3473 setlocal includeexpr=
3474 setlocal indentexpr=
3475 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
3476 setlocal noinfercase
3477 setlocal iskeyword=@,48-57,_,192-255
3478 setlocal keywordprg=
3479 setlocal nolinebreak
3480 setlocal nolisp
3481 setlocal nolist
3482 setlocal makeprg=
3483 setlocal matchpairs=(:),{:},[:],<:>
3484 setlocal nomodeline
3485 setlocal modifiable
3486 setlocal nrformats=octal,hex
3487 setlocal nonumber
3488 setlocal numberwidth=4
3489 setlocal omnifunc=htmlcomplete#CompleteTags
3490 setlocal path=
3491 setlocal nopreserveindent
3492 setlocal nopreviewwindow
3493 setlocal quoteescape=\\
3494 setlocal noreadonly
3495 setlocal norightleft
3496 setlocal rightleftcmd=search
3497 setlocal noscrollbind
3498 setlocal shiftwidth=8
3499 setlocal noshortname
3500 setlocal nosmartindent
3501 setlocal softtabstop=0
3502 setlocal nospell
3503 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
3504 setlocal spellfile=
3505 setlocal spelllang=en
3506 setlocal statusline=
3507 setlocal suffixesadd=
3508 setlocal swapfile
3509 setlocal synmaxcol=3000
3510 if &syntax != 'html'
3511 setlocal syntax=html
3512 endif
3513 setlocal tabstop=2
3514 setlocal tags=
3515 setlocal textwidth=0
3516 setlocal thesaurus=
3517 setlocal nowinfixheight
3518 setlocal nowinfixwidth
3519 setlocal wrap
3520 setlocal wrapmargin=0
3521 silent! normal! zE
3522 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
3523 if s:l < 1 | let s:l = 1 | endif
3524 exe s:l
3525 normal! zt
3526 1
3527 normal! 0
3528 tabedit index.html
3529 set splitbelow splitright
3530 set nosplitbelow
3531 set nosplitright
3532 wincmd t
3533 set winheight=1 winwidth=1
3534 argglobal
3535 9argu
3536 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3537 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3538 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
3539 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
3540 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
3541 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
3542 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
3543 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
3544 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
3545 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
3546 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
3547 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
3548 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
3549 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
3550 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
3551 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
3552 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
3553 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
3554 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">')
3555 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">')
3556 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
3557 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
3558 nnoremap <buffer> <silent> ; 
3559 nnoremap <buffer> <silent> ;; ;
3560 vnoremap <buffer> <silent> ;; ;
3561 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
3562 inoremap <buffer> <silent> &hA &hArr;
3563 inoremap <buffer> <silent> &dA &dArr;
3564 inoremap <buffer> <silent> &rA &rArr;
3565 inoremap <buffer> <silent> &uA &uArr;
3566 inoremap <buffer> <silent> &lA &lArr;
3567 inoremap <buffer> <silent> &ha &harr;
3568 inoremap <buffer> <silent> &da &darr;
3569 inoremap <buffer> <silent> &ra &rarr;
3570 inoremap <buffer> <silent> &ua &uarr;
3571 inoremap <buffer> <silent> &la &larr;
3572 inoremap <buffer> <silent> &pv &piv;
3573 inoremap <buffer> <silent> &uh &upsih;
3574 inoremap <buffer> <silent> &ts &thetasym;
3575 inoremap <buffer> <silent> &og &omega;
3576 inoremap <buffer> <silent> &ps &psi;
3577 inoremap <buffer> <silent> &ch &chi;
3578 inoremap <buffer> <silent> &ph &phi;
3579 inoremap <buffer> <silent> &up &upsilon;
3580 inoremap <buffer> <silent> &ta &tau;
3581 inoremap <buffer> <silent> &sf &sigmaf;
3582 inoremap <buffer> <silent> &si &sigma;
3583 inoremap <buffer> <silent> &rh &rho;
3584 inoremap <buffer> <silent> &pi &pi;
3585 inoremap <buffer> <silent> &oc &omicron;
3586 inoremap <buffer> <silent> &xi &xi;
3587 inoremap <buffer> <silent> &nu &nu;
3588 inoremap <buffer> <silent> &mu &mu;
3589 inoremap <buffer> <silent> &lm &lambda;
3590 inoremap <buffer> <silent> &ka &kappa;
3591 inoremap <buffer> <silent> &io &iota;
3592 inoremap <buffer> <silent> &th &theta;
3593 inoremap <buffer> <silent> &et &eta;
3594 inoremap <buffer> <silent> &ze &zeta;
3595 inoremap <buffer> <silent> &ep &epsilon;
3596 inoremap <buffer> <silent> &de &delta;
3597 inoremap <buffer> <silent> &ga &gamma;
3598 inoremap <buffer> <silent> &be &beta;
3599 inoremap <buffer> <silent> &al &alpha;
3600 inoremap <buffer> <silent> &Ps &Psi;
3601 inoremap <buffer> <silent> &Ch &Chi;
3602 inoremap <buffer> <silent> &Ph &Phi;
3603 inoremap <buffer> <silent> &Up &Upsilon;
3604 inoremap <buffer> <silent> &Ta &Tau;
3605 inoremap <buffer> <silent> &Si &Sigma;
3606 inoremap <buffer> <silent> &Rh &Rho;
3607 inoremap <buffer> <silent> &Pi &Pi;
3608 inoremap <buffer> <silent> &Oc &Omicron;
3609 inoremap <buffer> <silent> &Xi &Xi;
3610 inoremap <buffer> <silent> &Nu &Nu;
3611 inoremap <buffer> <silent> &Mu &Mu;
3612 inoremap <buffer> <silent> &Lm &Lambda;
3613 inoremap <buffer> <silent> &Ka &Kappa;
3614 inoremap <buffer> <silent> &Io &Iota;
3615 inoremap <buffer> <silent> &Th &Theta;
3616 inoremap <buffer> <silent> &Et &Eta;
3617 inoremap <buffer> <silent> &Ze &Zeta;
3618 inoremap <buffer> <silent> &Ep &Epsilon;
3619 inoremap <buffer> <silent> &De &Delta;
3620 inoremap <buffer> <silent> &Ga &Gamma;
3621 inoremap <buffer> <silent> &Be &Beta;
3622 inoremap <buffer> <silent> &Al &Alpha;
3623 inoremap <buffer> <silent> &3. &hellip;
3624 inoremap <buffer> <silent> &-- &mdash;
3625 inoremap <buffer> <silent> &3- &mdash;
3626 inoremap <buffer> <silent> &m- &mdash;
3627 inoremap <buffer> <silent> &2- &ndash;
3628 inoremap <buffer> <silent> &n- &ndash;
3629 inoremap <buffer> <silent> &34 &frac34;
3630 inoremap <buffer> <silent> &12 &frac12;
3631 inoremap <buffer> <silent> &14 &frac14;
3632 inoremap <buffer> <silent> &. &middot;
3633 inoremap <buffer> <silent> &pa &para;
3634 inoremap <buffer> <silent> &mi &micro;
3635 inoremap <buffer> <silent> &dg &deg;
3636 inoremap <buffer> <silent> &? &iquest;
3637 inoremap <buffer> <silent> &! &iexcl;
3638 inoremap <buffer> <silent> &sz &szlig;
3639 inoremap <buffer> <silent> &o/ &oslash;
3640 inoremap <buffer> <silent> &/ &divide;
3641 inoremap <buffer> <silent> &" &uml;
3642 inoremap <buffer> <silent> &2> &raquo;
3643 inoremap <buffer> <silent> &2< &laquo;
3644 inoremap <buffer> <silent> &y" &yuml;
3645 inoremap <buffer> <silent> &y' &yacute;
3646 inoremap <buffer> <silent> &u" &uuml;
3647 inoremap <buffer> <silent> &u^ &ucirc;
3648 inoremap <buffer> <silent> &u' &uacute;
3649 inoremap <buffer> <silent> &u` &ugrave;
3650 inoremap <buffer> <silent> &x &times;
3651 inoremap <buffer> <silent> &o" &ouml;
3652 inoremap <buffer> <silent> &o~ &otilde;
3653 inoremap <buffer> <silent> &o^ &ocirc;
3654 inoremap <buffer> <silent> &o' &oacute;
3655 inoremap <buffer> <silent> &o` &ograve;
3656 inoremap <buffer> <silent> &n~ &ntilde;
3657 inoremap <buffer> <silent> &i" &iuml;
3658 inoremap <buffer> <silent> &i^ &icirc;
3659 inoremap <buffer> <silent> &i' &iacute;
3660 inoremap <buffer> <silent> &i` &igrave;
3661 inoremap <buffer> <silent> &e" &euml;
3662 inoremap <buffer> <silent> &e^ &ecirc;
3663 inoremap <buffer> <silent> &e' &eacute;
3664 inoremap <buffer> <silent> &e` &egrave;
3665 inoremap <buffer> <silent> &c, &ccedil;
3666 inoremap <buffer> <silent> &ae &aelig;
3667 inoremap <buffer> <silent> &ao &aring;
3668 inoremap <buffer> <silent> &a" &auml;
3669 inoremap <buffer> <silent> &a~ &atilde;
3670 inoremap <buffer> <silent> &a^ &acirc;
3671 inoremap <buffer> <silent> &a' &aacute;
3672 inoremap <buffer> <silent> &a` &agrave;
3673 inoremap <buffer> <silent> &Y' &Yacute;
3674 inoremap <buffer> <silent> &U" &Uuml;
3675 inoremap <buffer> <silent> &U^ &Ucirc;
3676 inoremap <buffer> <silent> &U' &Uacute;
3677 inoremap <buffer> <silent> &U` &Ugrave;
3678 inoremap <buffer> <silent> &O/ &Oslash;
3679 inoremap <buffer> <silent> &O" &Ouml;
3680 inoremap <buffer> <silent> &O~ &Otilde;
3681 inoremap <buffer> <silent> &O^ &Ocirc;
3682 inoremap <buffer> <silent> &O' &Oacute;
3683 inoremap <buffer> <silent> &O` &Ograve;
3684 inoremap <buffer> <silent> &N~ &Ntilde;
3685 inoremap <buffer> <silent> &I" &Iuml;
3686 inoremap <buffer> <silent> &I^ &Icirc;
3687 inoremap <buffer> <silent> &I' &Iacute;
3688 inoremap <buffer> <silent> &I` &Igrave;
3689 inoremap <buffer> <silent> &E" &Euml;
3690 inoremap <buffer> <silent> &E^ &Ecirc;
3691 inoremap <buffer> <silent> &E' &Eacute;
3692 inoremap <buffer> <silent> &E` &Egrave;
3693 inoremap <buffer> <silent> &C, &Ccedil;
3694 inoremap <buffer> <silent> &AE &AElig;
3695 inoremap <buffer> <silent> &Ao &Aring;
3696 inoremap <buffer> <silent> &A" &Auml;
3697 inoremap <buffer> <silent> &A~ &Atilde;
3698 inoremap <buffer> <silent> &A^ &Acirc;
3699 inoremap <buffer> <silent> &A' &Aacute;
3700 inoremap <buffer> <silent> &A` &Agrave;
3701 inoremap <buffer> <silent> &c| &cent;
3702 inoremap <buffer> <silent> &Y= &yen;
3703 inoremap <buffer> <silent> &# &pound;
3704 inoremap <buffer> <silent> & &nbsp;
3705 inoremap <buffer> <silent> &> &gt;
3706 inoremap <buffer> <silent> &< &lt;
3707 inoremap <buffer> <silent> &' &quot;
3708 inoremap <buffer> <silent> &tm &trade;
3709 inoremap <buffer> <silent> &rO &reg;
3710 inoremap <buffer> <silent> &cO &copy;
3711 inoremap <buffer> <silent> && &amp;
3712 inoremap <buffer> <silent> ; &nbsp;
3713 inoremap <buffer> <silent> ;la <label for=""></label>F"
3714 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
3715 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
3716 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
3717 </textarea>k$5F"i
3718 inoremap <buffer> <silent> ;og <optgroup label="">
3719 </optgroup>k$F"i
3720 inoremap <buffer> <silent> ;op <option></option>F<
3721 inoremap <buffer> <silent> ;ms <select name="" multiple>
3722 </select>O
3723 inoremap <buffer> <silent> ;se <select name="">
3724 </select>O
3725 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
3726 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
3727 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
3728 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
3729 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
3730 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
3731 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
3732 inoremap <buffer> <silent> ;fm <form action="">
3733 </form>k$F"i
3734 inoremap <buffer> <silent> ;if <iframe src="">
3735 </iframe>k$F"i
3736 inoremap <buffer> <silent> ;nf <noframes>
3737 </noframes>O
3738 inoremap <buffer> <silent> ;fr <frame src="">F"
3739 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
3740 </frameset>k$3F"i
3741 inoremap <buffer> <silent> ;th <th></th>F<
3742 inoremap <buffer> <silent> ;td <td>
3743 </td>O
3744 inoremap <buffer> <silent> ;tr <tr>
3745 </tr>O
3746 inoremap <buffer> <silent> ;tf <tfoot>
3747 </tfoot>O
3748 inoremap <buffer> <silent> ;tb <tbody>
3749 </tbody>O
3750 inoremap <buffer> <silent> ;tH <thead>
3751 </thead>O
3752 inoremap <buffer> <silent> ;ta <table>
3753 </table>O
3754 inoremap <buffer> <silent> ;ca <caption></caption>F<
3755 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
3756 </object>k$5F"i
3757 inoremap <buffer> <silent> ;ns <noscript>
3758 </noscripT>O
3759 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
3760 <noembed></noembed>k$5F"i
3761 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
3762 inoremap <buffer> <silent> ;va <var></var>F<
3763 inoremap <buffer> <silent> ;ul <ul>
3764 </ul>O
3765 inoremap <buffer> <silent> ;tt <tt></tt>F<
3766 inoremap <buffer> <silent> ;ti <title></title>F<
3767 inoremap <buffer> <silent> ;sp <sup></sup>F<
3768 inoremap <buffer> <silent> ;sb <sub></sub>F<
3769 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
3770 inoremap <buffer> <silent> ;cs <style type="text/css">
3771 <!--
3772 -->
3773 </style>kO
3774 inoremap <buffer> <silent> ;sm <small></small>F<
3775 inoremap <buffer> <silent> ;sa <samp></samp>F<
3776 inoremap <buffer> <silent> ;sk <strike></strike>F<
3777 inoremap <buffer> <silent> ;qu <q></q>F<
3778 inoremap <buffer> <silent> ;pr <pre>
3779 </pre>O
3780 inoremap <buffer> <silent> ;/p </p>
3781 
3782 <p>
3783 inoremap <buffer> <silent> ;pp <p>
3784 </p>O
3785 inoremap <buffer> <silent> ;ol <ol>
3786 </ol>O
3787 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
3788 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
3789 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
3790 inoremap <buffer> <silent> ;lk <link href="">F"
3791 inoremap <buffer> <silent> ;li <li></li>F<
3792 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
3793 inoremap <buffer> <silent> ;ii <isindex>
3794 inoremap <buffer> <silent> ;in <ins></ins>F<
3795 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
3796 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
3797 inoremap <buffer> <silent> ;ht <html>
3798 </html>O
3799 inoremap <buffer> <silent> ;Hr <hr width="75%">
3800 inoremap <buffer> <silent> ;hr <hr>
3801 inoremap <buffer> <silent> ;he <head>
3802 </head>O
3803 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
3804 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
3805 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
3806 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
3807 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
3808 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
3809 inoremap <buffer> <silent> ;h6 <h6></h6>F<
3810 inoremap <buffer> <silent> ;h5 <h5></h5>F<
3811 inoremap <buffer> <silent> ;h4 <h4></h4>F<
3812 inoremap <buffer> <silent> ;h3 <h3></h3>F<
3813 inoremap <buffer> <silent> ;h2 <h2></h2>F<
3814 inoremap <buffer> <silent> ;h1 <h1></h1>F<
3815 inoremap <buffer> <silent> ;fc <font color=""></font>F"
3816 inoremap <buffer> <silent> ;fo <font size=""></font>F"
3817 inoremap <buffer> <silent> ;sn <span></span>F<
3818 inoremap <buffer> <silent> ;dv <div>
3819 </div>O
3820 inoremap <buffer> <silent> ;df <dfn></dfn>F<
3821 inoremap <buffer> <silent> ;de <del></del>F<
3822 inoremap <buffer> <silent> ;dd <dd></dd>F<
3823 inoremap <buffer> <silent> ;dt <dt></dt>F<
3824 inoremap <buffer> <silent> ;dl <dl>
3825 </dl>O
3826 inoremap <buffer> <silent> ;co <code></code>F<
3827 inoremap <buffer> <silent> ;ci <cite></cite>F<
3828 inoremap <buffer> <silent> ;ce <center></center>F<
3829 inoremap <buffer> <silent> ;br <br>
3830 inoremap <buffer> <silent> ;bd <body>
3831 </body>O
3832 inoremap <buffer> <silent> ;bl <blockquote>
3833 </blockquote>O
3834 inoremap <buffer> <silent> ;bi <big></big>F<
3835 inoremap <buffer> <silent> ;bh <base href="">F"
3836 inoremap <buffer> <silent> ;ad <address></address>F<
3837 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
3838 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
3839 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
3840 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
3841 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
3842 inoremap <buffer> <silent> ;an <a name=""></a>F"
3843 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
3844 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
3845 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
3846 inoremap <buffer> <silent> ;ah <a href=""></a>F"
3847 imap <buffer> <silent> ;s4 ;s4
3848 imap <buffer> <silent> ;4 ;4
3849 inoremap <buffer> <silent> ;mi :call MangleImageTag()
3850 inoremap <buffer> <silent> ; 
3851 inoremap <buffer> <silent> ;& &
3852 inoremap <buffer> <silent> ;; ;
3853 setlocal keymap=
3854 setlocal noarabic
3855 setlocal autoindent
3856 setlocal balloonexpr=
3857 setlocal nobinary
3858 setlocal bufhidden=
3859 setlocal buflisted
3860 setlocal buftype=
3861 setlocal nocindent
3862 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
3863 setlocal cinoptions=
3864 setlocal cinwords=if,else,while,do,for,switch
3865 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
3866 setlocal commentstring=<!--%s-->
3867 setlocal complete=.,w,b,u,t,i
3868 setlocal completefunc=
3869 setlocal nocopyindent
3870 setlocal nocursorcolumn
3871 setlocal nocursorline
3872 setlocal define=
3873 setlocal dictionary=
3874 setlocal nodiff
3875 setlocal equalprg=
3876 setlocal errorformat=
3877 setlocal noexpandtab
3878 if &filetype != 'html'
3879 setlocal filetype=html
3880 endif
3881 setlocal foldcolumn=0
3882 setlocal foldenable
3883 setlocal foldexpr=0
3884 setlocal foldignore=#
3885 setlocal foldlevel=0
3886 setlocal foldmarker={{{,}}}
3887 setlocal foldmethod=manual
3888 setlocal foldminlines=1
3889 setlocal foldnestmax=20
3890 setlocal foldtext=foldtext()
3891 setlocal formatexpr=
3892 setlocal formatoptions=tcq
3893 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
3894 setlocal grepprg=
3895 setlocal iminsert=2
3896 setlocal imsearch=2
3897 setlocal include=
3898 setlocal includeexpr=
3899 setlocal indentexpr=
3900 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
3901 setlocal noinfercase
3902 setlocal iskeyword=@,48-57,_,192-255
3903 setlocal keywordprg=
3904 setlocal nolinebreak
3905 setlocal nolisp
3906 setlocal nolist
3907 setlocal makeprg=
3908 setlocal matchpairs=(:),{:},[:],<:>
3909 setlocal nomodeline
3910 setlocal modifiable
3911 setlocal nrformats=octal,hex
3912 setlocal nonumber
3913 setlocal numberwidth=4
3914 setlocal omnifunc=htmlcomplete#CompleteTags
3915 setlocal path=
3916 setlocal nopreserveindent
3917 setlocal nopreviewwindow
3918 setlocal quoteescape=\\
3919 setlocal noreadonly
3920 setlocal norightleft
3921 setlocal rightleftcmd=search
3922 setlocal noscrollbind
3923 setlocal shiftwidth=8
3924 setlocal noshortname
3925 setlocal nosmartindent
3926 setlocal softtabstop=0
3927 setlocal nospell
3928 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
3929 setlocal spellfile=
3930 setlocal spelllang=en
3931 setlocal statusline=
3932 setlocal suffixesadd=
3933 setlocal swapfile
3934 setlocal synmaxcol=3000
3935 if &syntax != 'html'
3936 setlocal syntax=html
3937 endif
3938 setlocal tabstop=2
3939 setlocal tags=
3940 setlocal textwidth=0
3941 setlocal thesaurus=
3942 setlocal nowinfixheight
3943 setlocal nowinfixwidth
3944 setlocal wrap
3945 setlocal wrapmargin=0
3946 silent! normal! zE
3947 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
3948 if s:l < 1 | let s:l = 1 | endif
3949 exe s:l
3950 normal! zt
3951 1
3952 normal! 0
3953 tabedit intro.html
3954 set splitbelow splitright
3955 set nosplitbelow
3956 set nosplitright
3957 wincmd t
3958 set winheight=1 winwidth=1
3959 argglobal
3960 10argu
3961 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3962 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3963 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
3964 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
3965 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
3966 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
3967 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
3968 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
3969 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
3970 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
3971 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
3972 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
3973 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
3974 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
3975 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
3976 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
3977 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
3978 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
3979 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">')
3980 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">')
3981 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
3982 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
3983 nnoremap <buffer> <silent> ; 
3984 nnoremap <buffer> <silent> ;; ;
3985 vnoremap <buffer> <silent> ;; ;
3986 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
3987 inoremap <buffer> <silent> &hA &hArr;
3988 inoremap <buffer> <silent> &dA &dArr;
3989 inoremap <buffer> <silent> &rA &rArr;
3990 inoremap <buffer> <silent> &uA &uArr;
3991 inoremap <buffer> <silent> &lA &lArr;
3992 inoremap <buffer> <silent> &ha &harr;
3993 inoremap <buffer> <silent> &da &darr;
3994 inoremap <buffer> <silent> &ra &rarr;
3995 inoremap <buffer> <silent> &ua &uarr;
3996 inoremap <buffer> <silent> &la &larr;
3997 inoremap <buffer> <silent> &pv &piv;
3998 inoremap <buffer> <silent> &uh &upsih;
3999 inoremap <buffer> <silent> &ts &thetasym;
4000 inoremap <buffer> <silent> &og &omega;
4001 inoremap <buffer> <silent> &ps &psi;
4002 inoremap <buffer> <silent> &ch &chi;
4003 inoremap <buffer> <silent> &ph &phi;
4004 inoremap <buffer> <silent> &up &upsilon;
4005 inoremap <buffer> <silent> &ta &tau;
4006 inoremap <buffer> <silent> &sf &sigmaf;
4007 inoremap <buffer> <silent> &si &sigma;
4008 inoremap <buffer> <silent> &rh &rho;
4009 inoremap <buffer> <silent> &pi &pi;
4010 inoremap <buffer> <silent> &oc &omicron;
4011 inoremap <buffer> <silent> &xi &xi;
4012 inoremap <buffer> <silent> &nu &nu;
4013 inoremap <buffer> <silent> &mu &mu;
4014 inoremap <buffer> <silent> &lm &lambda;
4015 inoremap <buffer> <silent> &ka &kappa;
4016 inoremap <buffer> <silent> &io &iota;
4017 inoremap <buffer> <silent> &th &theta;
4018 inoremap <buffer> <silent> &et &eta;
4019 inoremap <buffer> <silent> &ze &zeta;
4020 inoremap <buffer> <silent> &ep &epsilon;
4021 inoremap <buffer> <silent> &de &delta;
4022 inoremap <buffer> <silent> &ga &gamma;
4023 inoremap <buffer> <silent> &be &beta;
4024 inoremap <buffer> <silent> &al &alpha;
4025 inoremap <buffer> <silent> &Ps &Psi;
4026 inoremap <buffer> <silent> &Ch &Chi;
4027 inoremap <buffer> <silent> &Ph &Phi;
4028 inoremap <buffer> <silent> &Up &Upsilon;
4029 inoremap <buffer> <silent> &Ta &Tau;
4030 inoremap <buffer> <silent> &Si &Sigma;
4031 inoremap <buffer> <silent> &Rh &Rho;
4032 inoremap <buffer> <silent> &Pi &Pi;
4033 inoremap <buffer> <silent> &Oc &Omicron;
4034 inoremap <buffer> <silent> &Xi &Xi;
4035 inoremap <buffer> <silent> &Nu &Nu;
4036 inoremap <buffer> <silent> &Mu &Mu;
4037 inoremap <buffer> <silent> &Lm &Lambda;
4038 inoremap <buffer> <silent> &Ka &Kappa;
4039 inoremap <buffer> <silent> &Io &Iota;
4040 inoremap <buffer> <silent> &Th &Theta;
4041 inoremap <buffer> <silent> &Et &Eta;
4042 inoremap <buffer> <silent> &Ze &Zeta;
4043 inoremap <buffer> <silent> &Ep &Epsilon;
4044 inoremap <buffer> <silent> &De &Delta;
4045 inoremap <buffer> <silent> &Ga &Gamma;
4046 inoremap <buffer> <silent> &Be &Beta;
4047 inoremap <buffer> <silent> &Al &Alpha;
4048 inoremap <buffer> <silent> &3. &hellip;
4049 inoremap <buffer> <silent> &-- &mdash;
4050 inoremap <buffer> <silent> &3- &mdash;
4051 inoremap <buffer> <silent> &m- &mdash;
4052 inoremap <buffer> <silent> &2- &ndash;
4053 inoremap <buffer> <silent> &n- &ndash;
4054 inoremap <buffer> <silent> &34 &frac34;
4055 inoremap <buffer> <silent> &12 &frac12;
4056 inoremap <buffer> <silent> &14 &frac14;
4057 inoremap <buffer> <silent> &. &middot;
4058 inoremap <buffer> <silent> &pa &para;
4059 inoremap <buffer> <silent> &mi &micro;
4060 inoremap <buffer> <silent> &dg &deg;
4061 inoremap <buffer> <silent> &? &iquest;
4062 inoremap <buffer> <silent> &! &iexcl;
4063 inoremap <buffer> <silent> &sz &szlig;
4064 inoremap <buffer> <silent> &o/ &oslash;
4065 inoremap <buffer> <silent> &/ &divide;
4066 inoremap <buffer> <silent> &" &uml;
4067 inoremap <buffer> <silent> &2> &raquo;
4068 inoremap <buffer> <silent> &2< &laquo;
4069 inoremap <buffer> <silent> &y" &yuml;
4070 inoremap <buffer> <silent> &y' &yacute;
4071 inoremap <buffer> <silent> &u" &uuml;
4072 inoremap <buffer> <silent> &u^ &ucirc;
4073 inoremap <buffer> <silent> &u' &uacute;
4074 inoremap <buffer> <silent> &u` &ugrave;
4075 inoremap <buffer> <silent> &x &times;
4076 inoremap <buffer> <silent> &o" &ouml;
4077 inoremap <buffer> <silent> &o~ &otilde;
4078 inoremap <buffer> <silent> &o^ &ocirc;
4079 inoremap <buffer> <silent> &o' &oacute;
4080 inoremap <buffer> <silent> &o` &ograve;
4081 inoremap <buffer> <silent> &n~ &ntilde;
4082 inoremap <buffer> <silent> &i" &iuml;
4083 inoremap <buffer> <silent> &i^ &icirc;
4084 inoremap <buffer> <silent> &i' &iacute;
4085 inoremap <buffer> <silent> &i` &igrave;
4086 inoremap <buffer> <silent> &e" &euml;
4087 inoremap <buffer> <silent> &e^ &ecirc;
4088 inoremap <buffer> <silent> &e' &eacute;
4089 inoremap <buffer> <silent> &e` &egrave;
4090 inoremap <buffer> <silent> &c, &ccedil;
4091 inoremap <buffer> <silent> &ae &aelig;
4092 inoremap <buffer> <silent> &ao &aring;
4093 inoremap <buffer> <silent> &a" &auml;
4094 inoremap <buffer> <silent> &a~ &atilde;
4095 inoremap <buffer> <silent> &a^ &acirc;
4096 inoremap <buffer> <silent> &a' &aacute;
4097 inoremap <buffer> <silent> &a` &agrave;
4098 inoremap <buffer> <silent> &Y' &Yacute;
4099 inoremap <buffer> <silent> &U" &Uuml;
4100 inoremap <buffer> <silent> &U^ &Ucirc;
4101 inoremap <buffer> <silent> &U' &Uacute;
4102 inoremap <buffer> <silent> &U` &Ugrave;
4103 inoremap <buffer> <silent> &O/ &Oslash;
4104 inoremap <buffer> <silent> &O" &Ouml;
4105 inoremap <buffer> <silent> &O~ &Otilde;
4106 inoremap <buffer> <silent> &O^ &Ocirc;
4107 inoremap <buffer> <silent> &O' &Oacute;
4108 inoremap <buffer> <silent> &O` &Ograve;
4109 inoremap <buffer> <silent> &N~ &Ntilde;
4110 inoremap <buffer> <silent> &I" &Iuml;
4111 inoremap <buffer> <silent> &I^ &Icirc;
4112 inoremap <buffer> <silent> &I' &Iacute;
4113 inoremap <buffer> <silent> &I` &Igrave;
4114 inoremap <buffer> <silent> &E" &Euml;
4115 inoremap <buffer> <silent> &E^ &Ecirc;
4116 inoremap <buffer> <silent> &E' &Eacute;
4117 inoremap <buffer> <silent> &E` &Egrave;
4118 inoremap <buffer> <silent> &C, &Ccedil;
4119 inoremap <buffer> <silent> &AE &AElig;
4120 inoremap <buffer> <silent> &Ao &Aring;
4121 inoremap <buffer> <silent> &A" &Auml;
4122 inoremap <buffer> <silent> &A~ &Atilde;
4123 inoremap <buffer> <silent> &A^ &Acirc;
4124 inoremap <buffer> <silent> &A' &Aacute;
4125 inoremap <buffer> <silent> &A` &Agrave;
4126 inoremap <buffer> <silent> &c| &cent;
4127 inoremap <buffer> <silent> &Y= &yen;
4128 inoremap <buffer> <silent> &# &pound;
4129 inoremap <buffer> <silent> & &nbsp;
4130 inoremap <buffer> <silent> &> &gt;
4131 inoremap <buffer> <silent> &< &lt;
4132 inoremap <buffer> <silent> &' &quot;
4133 inoremap <buffer> <silent> &tm &trade;
4134 inoremap <buffer> <silent> &rO &reg;
4135 inoremap <buffer> <silent> &cO &copy;
4136 inoremap <buffer> <silent> && &amp;
4137 inoremap <buffer> <silent> ; &nbsp;
4138 inoremap <buffer> <silent> ;la <label for=""></label>F"
4139 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
4140 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
4141 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
4142 </textarea>k$5F"i
4143 inoremap <buffer> <silent> ;og <optgroup label="">
4144 </optgroup>k$F"i
4145 inoremap <buffer> <silent> ;op <option></option>F<
4146 inoremap <buffer> <silent> ;ms <select name="" multiple>
4147 </select>O
4148 inoremap <buffer> <silent> ;se <select name="">
4149 </select>O
4150 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
4151 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
4152 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
4153 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
4154 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
4155 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
4156 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
4157 inoremap <buffer> <silent> ;fm <form action="">
4158 </form>k$F"i
4159 inoremap <buffer> <silent> ;if <iframe src="">
4160 </iframe>k$F"i
4161 inoremap <buffer> <silent> ;nf <noframes>
4162 </noframes>O
4163 inoremap <buffer> <silent> ;fr <frame src="">F"
4164 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
4165 </frameset>k$3F"i
4166 inoremap <buffer> <silent> ;th <th></th>F<
4167 inoremap <buffer> <silent> ;td <td>
4168 </td>O
4169 inoremap <buffer> <silent> ;tr <tr>
4170 </tr>O
4171 inoremap <buffer> <silent> ;tf <tfoot>
4172 </tfoot>O
4173 inoremap <buffer> <silent> ;tb <tbody>
4174 </tbody>O
4175 inoremap <buffer> <silent> ;tH <thead>
4176 </thead>O
4177 inoremap <buffer> <silent> ;ta <table>
4178 </table>O
4179 inoremap <buffer> <silent> ;ca <caption></caption>F<
4180 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
4181 </object>k$5F"i
4182 inoremap <buffer> <silent> ;ns <noscript>
4183 </noscripT>O
4184 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
4185 <noembed></noembed>k$5F"i
4186 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
4187 inoremap <buffer> <silent> ;va <var></var>F<
4188 inoremap <buffer> <silent> ;ul <ul>
4189 </ul>O
4190 inoremap <buffer> <silent> ;tt <tt></tt>F<
4191 inoremap <buffer> <silent> ;ti <title></title>F<
4192 inoremap <buffer> <silent> ;sp <sup></sup>F<
4193 inoremap <buffer> <silent> ;sb <sub></sub>F<
4194 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
4195 inoremap <buffer> <silent> ;cs <style type="text/css">
4196 <!--
4197 -->
4198 </style>kO
4199 inoremap <buffer> <silent> ;sm <small></small>F<
4200 inoremap <buffer> <silent> ;sa <samp></samp>F<
4201 inoremap <buffer> <silent> ;sk <strike></strike>F<
4202 inoremap <buffer> <silent> ;qu <q></q>F<
4203 inoremap <buffer> <silent> ;pr <pre>
4204 </pre>O
4205 inoremap <buffer> <silent> ;/p </p>
4206 
4207 <p>
4208 inoremap <buffer> <silent> ;pp <p>
4209 </p>O
4210 inoremap <buffer> <silent> ;ol <ol>
4211 </ol>O
4212 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
4213 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
4214 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
4215 inoremap <buffer> <silent> ;lk <link href="">F"
4216 inoremap <buffer> <silent> ;li <li></li>F<
4217 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
4218 inoremap <buffer> <silent> ;ii <isindex>
4219 inoremap <buffer> <silent> ;in <ins></ins>F<
4220 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
4221 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
4222 inoremap <buffer> <silent> ;ht <html>
4223 </html>O
4224 inoremap <buffer> <silent> ;Hr <hr width="75%">
4225 inoremap <buffer> <silent> ;hr <hr>
4226 inoremap <buffer> <silent> ;he <head>
4227 </head>O
4228 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
4229 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
4230 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
4231 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
4232 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
4233 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
4234 inoremap <buffer> <silent> ;h6 <h6></h6>F<
4235 inoremap <buffer> <silent> ;h5 <h5></h5>F<
4236 inoremap <buffer> <silent> ;h4 <h4></h4>F<
4237 inoremap <buffer> <silent> ;h3 <h3></h3>F<
4238 inoremap <buffer> <silent> ;h2 <h2></h2>F<
4239 inoremap <buffer> <silent> ;h1 <h1></h1>F<
4240 inoremap <buffer> <silent> ;fc <font color=""></font>F"
4241 inoremap <buffer> <silent> ;fo <font size=""></font>F"
4242 inoremap <buffer> <silent> ;sn <span></span>F<
4243 inoremap <buffer> <silent> ;dv <div>
4244 </div>O
4245 inoremap <buffer> <silent> ;df <dfn></dfn>F<
4246 inoremap <buffer> <silent> ;de <del></del>F<
4247 inoremap <buffer> <silent> ;dd <dd></dd>F<
4248 inoremap <buffer> <silent> ;dt <dt></dt>F<
4249 inoremap <buffer> <silent> ;dl <dl>
4250 </dl>O
4251 inoremap <buffer> <silent> ;co <code></code>F<
4252 inoremap <buffer> <silent> ;ci <cite></cite>F<
4253 inoremap <buffer> <silent> ;ce <center></center>F<
4254 inoremap <buffer> <silent> ;br <br>
4255 inoremap <buffer> <silent> ;bd <body>
4256 </body>O
4257 inoremap <buffer> <silent> ;bl <blockquote>
4258 </blockquote>O
4259 inoremap <buffer> <silent> ;bi <big></big>F<
4260 inoremap <buffer> <silent> ;bh <base href="">F"
4261 inoremap <buffer> <silent> ;ad <address></address>F<
4262 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
4263 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
4264 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
4265 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
4266 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
4267 inoremap <buffer> <silent> ;an <a name=""></a>F"
4268 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
4269 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
4270 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
4271 inoremap <buffer> <silent> ;ah <a href=""></a>F"
4272 imap <buffer> <silent> ;s4 ;s4
4273 imap <buffer> <silent> ;4 ;4
4274 inoremap <buffer> <silent> ;mi :call MangleImageTag()
4275 inoremap <buffer> <silent> ; 
4276 inoremap <buffer> <silent> ;& &
4277 inoremap <buffer> <silent> ;; ;
4278 setlocal keymap=
4279 setlocal noarabic
4280 setlocal autoindent
4281 setlocal balloonexpr=
4282 setlocal nobinary
4283 setlocal bufhidden=
4284 setlocal buflisted
4285 setlocal buftype=
4286 setlocal nocindent
4287 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
4288 setlocal cinoptions=
4289 setlocal cinwords=if,else,while,do,for,switch
4290 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
4291 setlocal commentstring=<!--%s-->
4292 setlocal complete=.,w,b,u,t,i
4293 setlocal completefunc=
4294 setlocal nocopyindent
4295 setlocal nocursorcolumn
4296 setlocal nocursorline
4297 setlocal define=
4298 setlocal dictionary=
4299 setlocal nodiff
4300 setlocal equalprg=
4301 setlocal errorformat=
4302 setlocal noexpandtab
4303 if &filetype != 'html'
4304 setlocal filetype=html
4305 endif
4306 setlocal foldcolumn=0
4307 setlocal foldenable
4308 setlocal foldexpr=0
4309 setlocal foldignore=#
4310 setlocal foldlevel=0
4311 setlocal foldmarker={{{,}}}
4312 setlocal foldmethod=manual
4313 setlocal foldminlines=1
4314 setlocal foldnestmax=20
4315 setlocal foldtext=foldtext()
4316 setlocal formatexpr=
4317 setlocal formatoptions=tcq
4318 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
4319 setlocal grepprg=
4320 setlocal iminsert=2
4321 setlocal imsearch=2
4322 setlocal include=
4323 setlocal includeexpr=
4324 setlocal indentexpr=
4325 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
4326 setlocal noinfercase
4327 setlocal iskeyword=@,48-57,_,192-255
4328 setlocal keywordprg=
4329 setlocal nolinebreak
4330 setlocal nolisp
4331 setlocal nolist
4332 setlocal makeprg=
4333 setlocal matchpairs=(:),{:},[:],<:>
4334 setlocal nomodeline
4335 setlocal modifiable
4336 setlocal nrformats=octal,hex
4337 setlocal nonumber
4338 setlocal numberwidth=4
4339 setlocal omnifunc=htmlcomplete#CompleteTags
4340 setlocal path=
4341 setlocal nopreserveindent
4342 setlocal nopreviewwindow
4343 setlocal quoteescape=\\
4344 setlocal noreadonly
4345 setlocal norightleft
4346 setlocal rightleftcmd=search
4347 setlocal noscrollbind
4348 setlocal shiftwidth=8
4349 setlocal noshortname
4350 setlocal nosmartindent
4351 setlocal softtabstop=0
4352 setlocal nospell
4353 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
4354 setlocal spellfile=
4355 setlocal spelllang=en
4356 setlocal statusline=
4357 setlocal suffixesadd=
4358 setlocal swapfile
4359 setlocal synmaxcol=3000
4360 if &syntax != 'html'
4361 setlocal syntax=html
4362 endif
4363 setlocal tabstop=2
4364 setlocal tags=
4365 setlocal textwidth=0
4366 setlocal thesaurus=
4367 setlocal nowinfixheight
4368 setlocal nowinfixwidth
4369 setlocal wrap
4370 setlocal wrapmargin=0
4371 silent! normal! zE
4372 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
4373 if s:l < 1 | let s:l = 1 | endif
4374 exe s:l
4375 normal! zt
4376 1
4377 normal! 0
4378 tabedit oldboot.html
4379 set splitbelow splitright
4380 set nosplitbelow
4381 set nosplitright
4382 wincmd t
4383 set winheight=1 winwidth=1
4384 argglobal
4385 11argu
4386 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
4387 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
4388 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
4389 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
4390 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
4391 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
4392 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
4393 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
4394 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
4395 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
4396 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
4397 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
4398 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
4399 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
4400 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
4401 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
4402 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
4403 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
4404 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">')
4405 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">')
4406 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
4407 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
4408 nnoremap <buffer> <silent> ; 
4409 nnoremap <buffer> <silent> ;; ;
4410 vnoremap <buffer> <silent> ;; ;
4411 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
4412 inoremap <buffer> <silent> &hA &hArr;
4413 inoremap <buffer> <silent> &dA &dArr;
4414 inoremap <buffer> <silent> &rA &rArr;
4415 inoremap <buffer> <silent> &uA &uArr;
4416 inoremap <buffer> <silent> &lA &lArr;
4417 inoremap <buffer> <silent> &ha &harr;
4418 inoremap <buffer> <silent> &da &darr;
4419 inoremap <buffer> <silent> &ra &rarr;
4420 inoremap <buffer> <silent> &ua &uarr;
4421 inoremap <buffer> <silent> &la &larr;
4422 inoremap <buffer> <silent> &pv &piv;
4423 inoremap <buffer> <silent> &uh &upsih;
4424 inoremap <buffer> <silent> &ts &thetasym;
4425 inoremap <buffer> <silent> &og &omega;
4426 inoremap <buffer> <silent> &ps &psi;
4427 inoremap <buffer> <silent> &ch &chi;
4428 inoremap <buffer> <silent> &ph &phi;
4429 inoremap <buffer> <silent> &up &upsilon;
4430 inoremap <buffer> <silent> &ta &tau;
4431 inoremap <buffer> <silent> &sf &sigmaf;
4432 inoremap <buffer> <silent> &si &sigma;
4433 inoremap <buffer> <silent> &rh &rho;
4434 inoremap <buffer> <silent> &pi &pi;
4435 inoremap <buffer> <silent> &oc &omicron;
4436 inoremap <buffer> <silent> &xi &xi;
4437 inoremap <buffer> <silent> &nu &nu;
4438 inoremap <buffer> <silent> &mu &mu;
4439 inoremap <buffer> <silent> &lm &lambda;
4440 inoremap <buffer> <silent> &ka &kappa;
4441 inoremap <buffer> <silent> &io &iota;
4442 inoremap <buffer> <silent> &th &theta;
4443 inoremap <buffer> <silent> &et &eta;
4444 inoremap <buffer> <silent> &ze &zeta;
4445 inoremap <buffer> <silent> &ep &epsilon;
4446 inoremap <buffer> <silent> &de &delta;
4447 inoremap <buffer> <silent> &ga &gamma;
4448 inoremap <buffer> <silent> &be &beta;
4449 inoremap <buffer> <silent> &al &alpha;
4450 inoremap <buffer> <silent> &Ps &Psi;
4451 inoremap <buffer> <silent> &Ch &Chi;
4452 inoremap <buffer> <silent> &Ph &Phi;
4453 inoremap <buffer> <silent> &Up &Upsilon;
4454 inoremap <buffer> <silent> &Ta &Tau;
4455 inoremap <buffer> <silent> &Si &Sigma;
4456 inoremap <buffer> <silent> &Rh &Rho;
4457 inoremap <buffer> <silent> &Pi &Pi;
4458 inoremap <buffer> <silent> &Oc &Omicron;
4459 inoremap <buffer> <silent> &Xi &Xi;
4460 inoremap <buffer> <silent> &Nu &Nu;
4461 inoremap <buffer> <silent> &Mu &Mu;
4462 inoremap <buffer> <silent> &Lm &Lambda;
4463 inoremap <buffer> <silent> &Ka &Kappa;
4464 inoremap <buffer> <silent> &Io &Iota;
4465 inoremap <buffer> <silent> &Th &Theta;
4466 inoremap <buffer> <silent> &Et &Eta;
4467 inoremap <buffer> <silent> &Ze &Zeta;
4468 inoremap <buffer> <silent> &Ep &Epsilon;
4469 inoremap <buffer> <silent> &De &Delta;
4470 inoremap <buffer> <silent> &Ga &Gamma;
4471 inoremap <buffer> <silent> &Be &Beta;
4472 inoremap <buffer> <silent> &Al &Alpha;
4473 inoremap <buffer> <silent> &3. &hellip;
4474 inoremap <buffer> <silent> &-- &mdash;
4475 inoremap <buffer> <silent> &3- &mdash;
4476 inoremap <buffer> <silent> &m- &mdash;
4477 inoremap <buffer> <silent> &2- &ndash;
4478 inoremap <buffer> <silent> &n- &ndash;
4479 inoremap <buffer> <silent> &34 &frac34;
4480 inoremap <buffer> <silent> &12 &frac12;
4481 inoremap <buffer> <silent> &14 &frac14;
4482 inoremap <buffer> <silent> &. &middot;
4483 inoremap <buffer> <silent> &pa &para;
4484 inoremap <buffer> <silent> &mi &micro;
4485 inoremap <buffer> <silent> &dg &deg;
4486 inoremap <buffer> <silent> &? &iquest;
4487 inoremap <buffer> <silent> &! &iexcl;
4488 inoremap <buffer> <silent> &sz &szlig;
4489 inoremap <buffer> <silent> &o/ &oslash;
4490 inoremap <buffer> <silent> &/ &divide;
4491 inoremap <buffer> <silent> &" &uml;
4492 inoremap <buffer> <silent> &2> &raquo;
4493 inoremap <buffer> <silent> &2< &laquo;
4494 inoremap <buffer> <silent> &y" &yuml;
4495 inoremap <buffer> <silent> &y' &yacute;
4496 inoremap <buffer> <silent> &u" &uuml;
4497 inoremap <buffer> <silent> &u^ &ucirc;
4498 inoremap <buffer> <silent> &u' &uacute;
4499 inoremap <buffer> <silent> &u` &ugrave;
4500 inoremap <buffer> <silent> &x &times;
4501 inoremap <buffer> <silent> &o" &ouml;
4502 inoremap <buffer> <silent> &o~ &otilde;
4503 inoremap <buffer> <silent> &o^ &ocirc;
4504 inoremap <buffer> <silent> &o' &oacute;
4505 inoremap <buffer> <silent> &o` &ograve;
4506 inoremap <buffer> <silent> &n~ &ntilde;
4507 inoremap <buffer> <silent> &i" &iuml;
4508 inoremap <buffer> <silent> &i^ &icirc;
4509 inoremap <buffer> <silent> &i' &iacute;
4510 inoremap <buffer> <silent> &i` &igrave;
4511 inoremap <buffer> <silent> &e" &euml;
4512 inoremap <buffer> <silent> &e^ &ecirc;
4513 inoremap <buffer> <silent> &e' &eacute;
4514 inoremap <buffer> <silent> &e` &egrave;
4515 inoremap <buffer> <silent> &c, &ccedil;
4516 inoremap <buffer> <silent> &ae &aelig;
4517 inoremap <buffer> <silent> &ao &aring;
4518 inoremap <buffer> <silent> &a" &auml;
4519 inoremap <buffer> <silent> &a~ &atilde;
4520 inoremap <buffer> <silent> &a^ &acirc;
4521 inoremap <buffer> <silent> &a' &aacute;
4522 inoremap <buffer> <silent> &a` &agrave;
4523 inoremap <buffer> <silent> &Y' &Yacute;
4524 inoremap <buffer> <silent> &U" &Uuml;
4525 inoremap <buffer> <silent> &U^ &Ucirc;
4526 inoremap <buffer> <silent> &U' &Uacute;
4527 inoremap <buffer> <silent> &U` &Ugrave;
4528 inoremap <buffer> <silent> &O/ &Oslash;
4529 inoremap <buffer> <silent> &O" &Ouml;
4530 inoremap <buffer> <silent> &O~ &Otilde;
4531 inoremap <buffer> <silent> &O^ &Ocirc;
4532 inoremap <buffer> <silent> &O' &Oacute;
4533 inoremap <buffer> <silent> &O` &Ograve;
4534 inoremap <buffer> <silent> &N~ &Ntilde;
4535 inoremap <buffer> <silent> &I" &Iuml;
4536 inoremap <buffer> <silent> &I^ &Icirc;
4537 inoremap <buffer> <silent> &I' &Iacute;
4538 inoremap <buffer> <silent> &I` &Igrave;
4539 inoremap <buffer> <silent> &E" &Euml;
4540 inoremap <buffer> <silent> &E^ &Ecirc;
4541 inoremap <buffer> <silent> &E' &Eacute;
4542 inoremap <buffer> <silent> &E` &Egrave;
4543 inoremap <buffer> <silent> &C, &Ccedil;
4544 inoremap <buffer> <silent> &AE &AElig;
4545 inoremap <buffer> <silent> &Ao &Aring;
4546 inoremap <buffer> <silent> &A" &Auml;
4547 inoremap <buffer> <silent> &A~ &Atilde;
4548 inoremap <buffer> <silent> &A^ &Acirc;
4549 inoremap <buffer> <silent> &A' &Aacute;
4550 inoremap <buffer> <silent> &A` &Agrave;
4551 inoremap <buffer> <silent> &c| &cent;
4552 inoremap <buffer> <silent> &Y= &yen;
4553 inoremap <buffer> <silent> &# &pound;
4554 inoremap <buffer> <silent> & &nbsp;
4555 inoremap <buffer> <silent> &> &gt;
4556 inoremap <buffer> <silent> &< &lt;
4557 inoremap <buffer> <silent> &' &quot;
4558 inoremap <buffer> <silent> &tm &trade;
4559 inoremap <buffer> <silent> &rO &reg;
4560 inoremap <buffer> <silent> &cO &copy;
4561 inoremap <buffer> <silent> && &amp;
4562 inoremap <buffer> <silent> ; &nbsp;
4563 inoremap <buffer> <silent> ;la <label for=""></label>F"
4564 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
4565 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
4566 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
4567 </textarea>k$5F"i
4568 inoremap <buffer> <silent> ;og <optgroup label="">
4569 </optgroup>k$F"i
4570 inoremap <buffer> <silent> ;op <option></option>F<
4571 inoremap <buffer> <silent> ;ms <select name="" multiple>
4572 </select>O
4573 inoremap <buffer> <silent> ;se <select name="">
4574 </select>O
4575 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
4576 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
4577 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
4578 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
4579 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
4580 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
4581 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
4582 inoremap <buffer> <silent> ;fm <form action="">
4583 </form>k$F"i
4584 inoremap <buffer> <silent> ;if <iframe src="">
4585 </iframe>k$F"i
4586 inoremap <buffer> <silent> ;nf <noframes>
4587 </noframes>O
4588 inoremap <buffer> <silent> ;fr <frame src="">F"
4589 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
4590 </frameset>k$3F"i
4591 inoremap <buffer> <silent> ;th <th></th>F<
4592 inoremap <buffer> <silent> ;td <td>
4593 </td>O
4594 inoremap <buffer> <silent> ;tr <tr>
4595 </tr>O
4596 inoremap <buffer> <silent> ;tf <tfoot>
4597 </tfoot>O
4598 inoremap <buffer> <silent> ;tb <tbody>
4599 </tbody>O
4600 inoremap <buffer> <silent> ;tH <thead>
4601 </thead>O
4602 inoremap <buffer> <silent> ;ta <table>
4603 </table>O
4604 inoremap <buffer> <silent> ;ca <caption></caption>F<
4605 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
4606 </object>k$5F"i
4607 inoremap <buffer> <silent> ;ns <noscript>
4608 </noscripT>O
4609 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
4610 <noembed></noembed>k$5F"i
4611 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
4612 inoremap <buffer> <silent> ;va <var></var>F<
4613 inoremap <buffer> <silent> ;ul <ul>
4614 </ul>O
4615 inoremap <buffer> <silent> ;tt <tt></tt>F<
4616 inoremap <buffer> <silent> ;ti <title></title>F<
4617 inoremap <buffer> <silent> ;sp <sup></sup>F<
4618 inoremap <buffer> <silent> ;sb <sub></sub>F<
4619 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
4620 inoremap <buffer> <silent> ;cs <style type="text/css">
4621 <!--
4622 -->
4623 </style>kO
4624 inoremap <buffer> <silent> ;sm <small></small>F<
4625 inoremap <buffer> <silent> ;sa <samp></samp>F<
4626 inoremap <buffer> <silent> ;sk <strike></strike>F<
4627 inoremap <buffer> <silent> ;qu <q></q>F<
4628 inoremap <buffer> <silent> ;pr <pre>
4629 </pre>O
4630 inoremap <buffer> <silent> ;/p </p>
4631 
4632 <p>
4633 inoremap <buffer> <silent> ;pp <p>
4634 </p>O
4635 inoremap <buffer> <silent> ;ol <ol>
4636 </ol>O
4637 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
4638 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
4639 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
4640 inoremap <buffer> <silent> ;lk <link href="">F"
4641 inoremap <buffer> <silent> ;li <li></li>F<
4642 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
4643 inoremap <buffer> <silent> ;ii <isindex>
4644 inoremap <buffer> <silent> ;in <ins></ins>F<
4645 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
4646 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
4647 inoremap <buffer> <silent> ;ht <html>
4648 </html>O
4649 inoremap <buffer> <silent> ;Hr <hr width="75%">
4650 inoremap <buffer> <silent> ;hr <hr>
4651 inoremap <buffer> <silent> ;he <head>
4652 </head>O
4653 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
4654 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
4655 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
4656 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
4657 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
4658 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
4659 inoremap <buffer> <silent> ;h6 <h6></h6>F<
4660 inoremap <buffer> <silent> ;h5 <h5></h5>F<
4661 inoremap <buffer> <silent> ;h4 <h4></h4>F<
4662 inoremap <buffer> <silent> ;h3 <h3></h3>F<
4663 inoremap <buffer> <silent> ;h2 <h2></h2>F<
4664 inoremap <buffer> <silent> ;h1 <h1></h1>F<
4665 inoremap <buffer> <silent> ;fc <font color=""></font>F"
4666 inoremap <buffer> <silent> ;fo <font size=""></font>F"
4667 inoremap <buffer> <silent> ;sn <span></span>F<
4668 inoremap <buffer> <silent> ;dv <div>
4669 </div>O
4670 inoremap <buffer> <silent> ;df <dfn></dfn>F<
4671 inoremap <buffer> <silent> ;de <del></del>F<
4672 inoremap <buffer> <silent> ;dd <dd></dd>F<
4673 inoremap <buffer> <silent> ;dt <dt></dt>F<
4674 inoremap <buffer> <silent> ;dl <dl>
4675 </dl>O
4676 inoremap <buffer> <silent> ;co <code></code>F<
4677 inoremap <buffer> <silent> ;ci <cite></cite>F<
4678 inoremap <buffer> <silent> ;ce <center></center>F<
4679 inoremap <buffer> <silent> ;br <br>
4680 inoremap <buffer> <silent> ;bd <body>
4681 </body>O
4682 inoremap <buffer> <silent> ;bl <blockquote>
4683 </blockquote>O
4684 inoremap <buffer> <silent> ;bi <big></big>F<
4685 inoremap <buffer> <silent> ;bh <base href="">F"
4686 inoremap <buffer> <silent> ;ad <address></address>F<
4687 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
4688 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
4689 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
4690 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
4691 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
4692 inoremap <buffer> <silent> ;an <a name=""></a>F"
4693 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
4694 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
4695 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
4696 inoremap <buffer> <silent> ;ah <a href=""></a>F"
4697 imap <buffer> <silent> ;s4 ;s4
4698 imap <buffer> <silent> ;4 ;4
4699 inoremap <buffer> <silent> ;mi :call MangleImageTag()
4700 inoremap <buffer> <silent> ; 
4701 inoremap <buffer> <silent> ;& &
4702 inoremap <buffer> <silent> ;; ;
4703 setlocal keymap=
4704 setlocal noarabic
4705 setlocal autoindent
4706 setlocal balloonexpr=
4707 setlocal nobinary
4708 setlocal bufhidden=
4709 setlocal buflisted
4710 setlocal buftype=
4711 setlocal nocindent
4712 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
4713 setlocal cinoptions=
4714 setlocal cinwords=if,else,while,do,for,switch
4715 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
4716 setlocal commentstring=<!--%s-->
4717 setlocal complete=.,w,b,u,t,i
4718 setlocal completefunc=
4719 setlocal nocopyindent
4720 setlocal nocursorcolumn
4721 setlocal nocursorline
4722 setlocal define=
4723 setlocal dictionary=
4724 setlocal nodiff
4725 setlocal equalprg=
4726 setlocal errorformat=
4727 setlocal noexpandtab
4728 if &filetype != 'html'
4729 setlocal filetype=html
4730 endif
4731 setlocal foldcolumn=0
4732 setlocal foldenable
4733 setlocal foldexpr=0
4734 setlocal foldignore=#
4735 setlocal foldlevel=0
4736 setlocal foldmarker={{{,}}}
4737 setlocal foldmethod=manual
4738 setlocal foldminlines=1
4739 setlocal foldnestmax=20
4740 setlocal foldtext=foldtext()
4741 setlocal formatexpr=
4742 setlocal formatoptions=tcq
4743 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
4744 setlocal grepprg=
4745 setlocal iminsert=2
4746 setlocal imsearch=2
4747 setlocal include=
4748 setlocal includeexpr=
4749 setlocal indentexpr=
4750 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
4751 setlocal noinfercase
4752 setlocal iskeyword=@,48-57,_,192-255
4753 setlocal keywordprg=
4754 setlocal nolinebreak
4755 setlocal nolisp
4756 setlocal nolist
4757 setlocal makeprg=
4758 setlocal matchpairs=(:),{:},[:],<:>
4759 setlocal nomodeline
4760 setlocal modifiable
4761 setlocal nrformats=octal,hex
4762 setlocal nonumber
4763 setlocal numberwidth=4
4764 setlocal omnifunc=htmlcomplete#CompleteTags
4765 setlocal path=
4766 setlocal nopreserveindent
4767 setlocal nopreviewwindow
4768 setlocal quoteescape=\\
4769 setlocal noreadonly
4770 setlocal norightleft
4771 setlocal rightleftcmd=search
4772 setlocal noscrollbind
4773 setlocal shiftwidth=8
4774 setlocal noshortname
4775 setlocal nosmartindent
4776 setlocal softtabstop=0
4777 setlocal nospell
4778 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
4779 setlocal spellfile=
4780 setlocal spelllang=en
4781 setlocal statusline=
4782 setlocal suffixesadd=
4783 setlocal swapfile
4784 setlocal synmaxcol=3000
4785 if &syntax != 'html'
4786 setlocal syntax=html
4787 endif
4788 setlocal tabstop=2
4789 setlocal tags=
4790 setlocal textwidth=0
4791 setlocal thesaurus=
4792 setlocal nowinfixheight
4793 setlocal nowinfixwidth
4794 setlocal wrap
4795 setlocal wrapmargin=0
4796 silent! normal! zE
4797 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
4798 if s:l < 1 | let s:l = 1 | endif
4799 exe s:l
4800 normal! zt
4801 1
4802 normal! 0
4803 tabedit own-scripts.html
4804 set splitbelow splitright
4805 set nosplitbelow
4806 set nosplitright
4807 wincmd t
4808 set winheight=1 winwidth=1
4809 argglobal
4810 12argu
4811 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
4812 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
4813 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
4814 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
4815 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
4816 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
4817 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
4818 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
4819 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
4820 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
4821 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
4822 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
4823 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
4824 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
4825 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
4826 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
4827 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
4828 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
4829 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">')
4830 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">')
4831 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
4832 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
4833 nnoremap <buffer> <silent> ; 
4834 nnoremap <buffer> <silent> ;; ;
4835 vnoremap <buffer> <silent> ;; ;
4836 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
4837 inoremap <buffer> <silent> &hA &hArr;
4838 inoremap <buffer> <silent> &dA &dArr;
4839 inoremap <buffer> <silent> &rA &rArr;
4840 inoremap <buffer> <silent> &uA &uArr;
4841 inoremap <buffer> <silent> &lA &lArr;
4842 inoremap <buffer> <silent> &ha &harr;
4843 inoremap <buffer> <silent> &da &darr;
4844 inoremap <buffer> <silent> &ra &rarr;
4845 inoremap <buffer> <silent> &ua &uarr;
4846 inoremap <buffer> <silent> &la &larr;
4847 inoremap <buffer> <silent> &pv &piv;
4848 inoremap <buffer> <silent> &uh &upsih;
4849 inoremap <buffer> <silent> &ts &thetasym;
4850 inoremap <buffer> <silent> &og &omega;
4851 inoremap <buffer> <silent> &ps &psi;
4852 inoremap <buffer> <silent> &ch &chi;
4853 inoremap <buffer> <silent> &ph &phi;
4854 inoremap <buffer> <silent> &up &upsilon;
4855 inoremap <buffer> <silent> &ta &tau;
4856 inoremap <buffer> <silent> &sf &sigmaf;
4857 inoremap <buffer> <silent> &si &sigma;
4858 inoremap <buffer> <silent> &rh &rho;
4859 inoremap <buffer> <silent> &pi &pi;
4860 inoremap <buffer> <silent> &oc &omicron;
4861 inoremap <buffer> <silent> &xi &xi;
4862 inoremap <buffer> <silent> &nu &nu;
4863 inoremap <buffer> <silent> &mu &mu;
4864 inoremap <buffer> <silent> &lm &lambda;
4865 inoremap <buffer> <silent> &ka &kappa;
4866 inoremap <buffer> <silent> &io &iota;
4867 inoremap <buffer> <silent> &th &theta;
4868 inoremap <buffer> <silent> &et &eta;
4869 inoremap <buffer> <silent> &ze &zeta;
4870 inoremap <buffer> <silent> &ep &epsilon;
4871 inoremap <buffer> <silent> &de &delta;
4872 inoremap <buffer> <silent> &ga &gamma;
4873 inoremap <buffer> <silent> &be &beta;
4874 inoremap <buffer> <silent> &al &alpha;
4875 inoremap <buffer> <silent> &Ps &Psi;
4876 inoremap <buffer> <silent> &Ch &Chi;
4877 inoremap <buffer> <silent> &Ph &Phi;
4878 inoremap <buffer> <silent> &Up &Upsilon;
4879 inoremap <buffer> <silent> &Ta &Tau;
4880 inoremap <buffer> <silent> &Si &Sigma;
4881 inoremap <buffer> <silent> &Rh &Rho;
4882 inoremap <buffer> <silent> &Pi &Pi;
4883 inoremap <buffer> <silent> &Oc &Omicron;
4884 inoremap <buffer> <silent> &Xi &Xi;
4885 inoremap <buffer> <silent> &Nu &Nu;
4886 inoremap <buffer> <silent> &Mu &Mu;
4887 inoremap <buffer> <silent> &Lm &Lambda;
4888 inoremap <buffer> <silent> &Ka &Kappa;
4889 inoremap <buffer> <silent> &Io &Iota;
4890 inoremap <buffer> <silent> &Th &Theta;
4891 inoremap <buffer> <silent> &Et &Eta;
4892 inoremap <buffer> <silent> &Ze &Zeta;
4893 inoremap <buffer> <silent> &Ep &Epsilon;
4894 inoremap <buffer> <silent> &De &Delta;
4895 inoremap <buffer> <silent> &Ga &Gamma;
4896 inoremap <buffer> <silent> &Be &Beta;
4897 inoremap <buffer> <silent> &Al &Alpha;
4898 inoremap <buffer> <silent> &3. &hellip;
4899 inoremap <buffer> <silent> &-- &mdash;
4900 inoremap <buffer> <silent> &3- &mdash;
4901 inoremap <buffer> <silent> &m- &mdash;
4902 inoremap <buffer> <silent> &2- &ndash;
4903 inoremap <buffer> <silent> &n- &ndash;
4904 inoremap <buffer> <silent> &34 &frac34;
4905 inoremap <buffer> <silent> &12 &frac12;
4906 inoremap <buffer> <silent> &14 &frac14;
4907 inoremap <buffer> <silent> &. &middot;
4908 inoremap <buffer> <silent> &pa &para;
4909 inoremap <buffer> <silent> &mi &micro;
4910 inoremap <buffer> <silent> &dg &deg;
4911 inoremap <buffer> <silent> &? &iquest;
4912 inoremap <buffer> <silent> &! &iexcl;
4913 inoremap <buffer> <silent> &sz &szlig;
4914 inoremap <buffer> <silent> &o/ &oslash;
4915 inoremap <buffer> <silent> &/ &divide;
4916 inoremap <buffer> <silent> &" &uml;
4917 inoremap <buffer> <silent> &2> &raquo;
4918 inoremap <buffer> <silent> &2< &laquo;
4919 inoremap <buffer> <silent> &y" &yuml;
4920 inoremap <buffer> <silent> &y' &yacute;
4921 inoremap <buffer> <silent> &u" &uuml;
4922 inoremap <buffer> <silent> &u^ &ucirc;
4923 inoremap <buffer> <silent> &u' &uacute;
4924 inoremap <buffer> <silent> &u` &ugrave;
4925 inoremap <buffer> <silent> &x &times;
4926 inoremap <buffer> <silent> &o" &ouml;
4927 inoremap <buffer> <silent> &o~ &otilde;
4928 inoremap <buffer> <silent> &o^ &ocirc;
4929 inoremap <buffer> <silent> &o' &oacute;
4930 inoremap <buffer> <silent> &o` &ograve;
4931 inoremap <buffer> <silent> &n~ &ntilde;
4932 inoremap <buffer> <silent> &i" &iuml;
4933 inoremap <buffer> <silent> &i^ &icirc;
4934 inoremap <buffer> <silent> &i' &iacute;
4935 inoremap <buffer> <silent> &i` &igrave;
4936 inoremap <buffer> <silent> &e" &euml;
4937 inoremap <buffer> <silent> &e^ &ecirc;
4938 inoremap <buffer> <silent> &e' &eacute;
4939 inoremap <buffer> <silent> &e` &egrave;
4940 inoremap <buffer> <silent> &c, &ccedil;
4941 inoremap <buffer> <silent> &ae &aelig;
4942 inoremap <buffer> <silent> &ao &aring;
4943 inoremap <buffer> <silent> &a" &auml;
4944 inoremap <buffer> <silent> &a~ &atilde;
4945 inoremap <buffer> <silent> &a^ &acirc;
4946 inoremap <buffer> <silent> &a' &aacute;
4947 inoremap <buffer> <silent> &a` &agrave;
4948 inoremap <buffer> <silent> &Y' &Yacute;
4949 inoremap <buffer> <silent> &U" &Uuml;
4950 inoremap <buffer> <silent> &U^ &Ucirc;
4951 inoremap <buffer> <silent> &U' &Uacute;
4952 inoremap <buffer> <silent> &U` &Ugrave;
4953 inoremap <buffer> <silent> &O/ &Oslash;
4954 inoremap <buffer> <silent> &O" &Ouml;
4955 inoremap <buffer> <silent> &O~ &Otilde;
4956 inoremap <buffer> <silent> &O^ &Ocirc;
4957 inoremap <buffer> <silent> &O' &Oacute;
4958 inoremap <buffer> <silent> &O` &Ograve;
4959 inoremap <buffer> <silent> &N~ &Ntilde;
4960 inoremap <buffer> <silent> &I" &Iuml;
4961 inoremap <buffer> <silent> &I^ &Icirc;
4962 inoremap <buffer> <silent> &I' &Iacute;
4963 inoremap <buffer> <silent> &I` &Igrave;
4964 inoremap <buffer> <silent> &E" &Euml;
4965 inoremap <buffer> <silent> &E^ &Ecirc;
4966 inoremap <buffer> <silent> &E' &Eacute;
4967 inoremap <buffer> <silent> &E` &Egrave;
4968 inoremap <buffer> <silent> &C, &Ccedil;
4969 inoremap <buffer> <silent> &AE &AElig;
4970 inoremap <buffer> <silent> &Ao &Aring;
4971 inoremap <buffer> <silent> &A" &Auml;
4972 inoremap <buffer> <silent> &A~ &Atilde;
4973 inoremap <buffer> <silent> &A^ &Acirc;
4974 inoremap <buffer> <silent> &A' &Aacute;
4975 inoremap <buffer> <silent> &A` &Agrave;
4976 inoremap <buffer> <silent> &c| &cent;
4977 inoremap <buffer> <silent> &Y= &yen;
4978 inoremap <buffer> <silent> &# &pound;
4979 inoremap <buffer> <silent> & &nbsp;
4980 inoremap <buffer> <silent> &> &gt;
4981 inoremap <buffer> <silent> &< &lt;
4982 inoremap <buffer> <silent> &' &quot;
4983 inoremap <buffer> <silent> &tm &trade;
4984 inoremap <buffer> <silent> &rO &reg;
4985 inoremap <buffer> <silent> &cO &copy;
4986 inoremap <buffer> <silent> && &amp;
4987 inoremap <buffer> <silent> ; &nbsp;
4988 inoremap <buffer> <silent> ;la <label for=""></label>F"
4989 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
4990 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
4991 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
4992 </textarea>k$5F"i
4993 inoremap <buffer> <silent> ;og <optgroup label="">
4994 </optgroup>k$F"i
4995 inoremap <buffer> <silent> ;op <option></option>F<
4996 inoremap <buffer> <silent> ;ms <select name="" multiple>
4997 </select>O
4998 inoremap <buffer> <silent> ;se <select name="">
4999 </select>O
5000 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
5001 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
5002 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
5003 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
5004 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
5005 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
5006 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
5007 inoremap <buffer> <silent> ;fm <form action="">
5008 </form>k$F"i
5009 inoremap <buffer> <silent> ;if <iframe src="">
5010 </iframe>k$F"i
5011 inoremap <buffer> <silent> ;nf <noframes>
5012 </noframes>O
5013 inoremap <buffer> <silent> ;fr <frame src="">F"
5014 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
5015 </frameset>k$3F"i
5016 inoremap <buffer> <silent> ;th <th></th>F<
5017 inoremap <buffer> <silent> ;td <td>
5018 </td>O
5019 inoremap <buffer> <silent> ;tr <tr>
5020 </tr>O
5021 inoremap <buffer> <silent> ;tf <tfoot>
5022 </tfoot>O
5023 inoremap <buffer> <silent> ;tb <tbody>
5024 </tbody>O
5025 inoremap <buffer> <silent> ;tH <thead>
5026 </thead>O
5027 inoremap <buffer> <silent> ;ta <table>
5028 </table>O
5029 inoremap <buffer> <silent> ;ca <caption></caption>F<
5030 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
5031 </object>k$5F"i
5032 inoremap <buffer> <silent> ;ns <noscript>
5033 </noscripT>O
5034 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
5035 <noembed></noembed>k$5F"i
5036 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
5037 inoremap <buffer> <silent> ;va <var></var>F<
5038 inoremap <buffer> <silent> ;ul <ul>
5039 </ul>O
5040 inoremap <buffer> <silent> ;tt <tt></tt>F<
5041 inoremap <buffer> <silent> ;ti <title></title>F<
5042 inoremap <buffer> <silent> ;sp <sup></sup>F<
5043 inoremap <buffer> <silent> ;sb <sub></sub>F<
5044 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
5045 inoremap <buffer> <silent> ;cs <style type="text/css">
5046 <!--
5047 -->
5048 </style>kO
5049 inoremap <buffer> <silent> ;sm <small></small>F<
5050 inoremap <buffer> <silent> ;sa <samp></samp>F<
5051 inoremap <buffer> <silent> ;sk <strike></strike>F<
5052 inoremap <buffer> <silent> ;qu <q></q>F<
5053 inoremap <buffer> <silent> ;pr <pre>
5054 </pre>O
5055 inoremap <buffer> <silent> ;/p </p>
5056 
5057 <p>
5058 inoremap <buffer> <silent> ;pp <p>
5059 </p>O
5060 inoremap <buffer> <silent> ;ol <ol>
5061 </ol>O
5062 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
5063 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
5064 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
5065 inoremap <buffer> <silent> ;lk <link href="">F"
5066 inoremap <buffer> <silent> ;li <li></li>F<
5067 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
5068 inoremap <buffer> <silent> ;ii <isindex>
5069 inoremap <buffer> <silent> ;in <ins></ins>F<
5070 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
5071 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
5072 inoremap <buffer> <silent> ;ht <html>
5073 </html>O
5074 inoremap <buffer> <silent> ;Hr <hr width="75%">
5075 inoremap <buffer> <silent> ;hr <hr>
5076 inoremap <buffer> <silent> ;he <head>
5077 </head>O
5078 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
5079 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
5080 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
5081 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
5082 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
5083 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
5084 inoremap <buffer> <silent> ;h6 <h6></h6>F<
5085 inoremap <buffer> <silent> ;h5 <h5></h5>F<
5086 inoremap <buffer> <silent> ;h4 <h4></h4>F<
5087 inoremap <buffer> <silent> ;h3 <h3></h3>F<
5088 inoremap <buffer> <silent> ;h2 <h2></h2>F<
5089 inoremap <buffer> <silent> ;h1 <h1></h1>F<
5090 inoremap <buffer> <silent> ;fc <font color=""></font>F"
5091 inoremap <buffer> <silent> ;fo <font size=""></font>F"
5092 inoremap <buffer> <silent> ;sn <span></span>F<
5093 inoremap <buffer> <silent> ;dv <div>
5094 </div>O
5095 inoremap <buffer> <silent> ;df <dfn></dfn>F<
5096 inoremap <buffer> <silent> ;de <del></del>F<
5097 inoremap <buffer> <silent> ;dd <dd></dd>F<
5098 inoremap <buffer> <silent> ;dt <dt></dt>F<
5099 inoremap <buffer> <silent> ;dl <dl>
5100 </dl>O
5101 inoremap <buffer> <silent> ;co <code></code>F<
5102 inoremap <buffer> <silent> ;ci <cite></cite>F<
5103 inoremap <buffer> <silent> ;ce <center></center>F<
5104 inoremap <buffer> <silent> ;br <br>
5105 inoremap <buffer> <silent> ;bd <body>
5106 </body>O
5107 inoremap <buffer> <silent> ;bl <blockquote>
5108 </blockquote>O
5109 inoremap <buffer> <silent> ;bi <big></big>F<
5110 inoremap <buffer> <silent> ;bh <base href="">F"
5111 inoremap <buffer> <silent> ;ad <address></address>F<
5112 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
5113 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
5114 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
5115 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
5116 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
5117 inoremap <buffer> <silent> ;an <a name=""></a>F"
5118 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
5119 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
5120 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
5121 inoremap <buffer> <silent> ;ah <a href=""></a>F"
5122 imap <buffer> <silent> ;s4 ;s4
5123 imap <buffer> <silent> ;4 ;4
5124 inoremap <buffer> <silent> ;mi :call MangleImageTag()
5125 inoremap <buffer> <silent> ; 
5126 inoremap <buffer> <silent> ;& &
5127 inoremap <buffer> <silent> ;; ;
5128 setlocal keymap=
5129 setlocal noarabic
5130 setlocal autoindent
5131 setlocal balloonexpr=
5132 setlocal nobinary
5133 setlocal bufhidden=
5134 setlocal buflisted
5135 setlocal buftype=
5136 setlocal nocindent
5137 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
5138 setlocal cinoptions=
5139 setlocal cinwords=if,else,while,do,for,switch
5140 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
5141 setlocal commentstring=<!--%s-->
5142 setlocal complete=.,w,b,u,t,i
5143 setlocal completefunc=
5144 setlocal nocopyindent
5145 setlocal nocursorcolumn
5146 setlocal nocursorline
5147 setlocal define=
5148 setlocal dictionary=
5149 setlocal nodiff
5150 setlocal equalprg=
5151 setlocal errorformat=
5152 setlocal noexpandtab
5153 if &filetype != 'html'
5154 setlocal filetype=html
5155 endif
5156 setlocal foldcolumn=0
5157 setlocal foldenable
5158 setlocal foldexpr=0
5159 setlocal foldignore=#
5160 setlocal foldlevel=0
5161 setlocal foldmarker={{{,}}}
5162 setlocal foldmethod=manual
5163 setlocal foldminlines=1
5164 setlocal foldnestmax=20
5165 setlocal foldtext=foldtext()
5166 setlocal formatexpr=
5167 setlocal formatoptions=tcq
5168 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
5169 setlocal grepprg=
5170 setlocal iminsert=2
5171 setlocal imsearch=2
5172 setlocal include=
5173 setlocal includeexpr=
5174 setlocal indentexpr=
5175 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
5176 setlocal noinfercase
5177 setlocal iskeyword=@,48-57,_,192-255
5178 setlocal keywordprg=
5179 setlocal nolinebreak
5180 setlocal nolisp
5181 setlocal nolist
5182 setlocal makeprg=
5183 setlocal matchpairs=(:),{:},[:],<:>
5184 setlocal nomodeline
5185 setlocal modifiable
5186 setlocal nrformats=octal,hex
5187 setlocal nonumber
5188 setlocal numberwidth=4
5189 setlocal omnifunc=htmlcomplete#CompleteTags
5190 setlocal path=
5191 setlocal nopreserveindent
5192 setlocal nopreviewwindow
5193 setlocal quoteescape=\\
5194 setlocal noreadonly
5195 setlocal norightleft
5196 setlocal rightleftcmd=search
5197 setlocal noscrollbind
5198 setlocal shiftwidth=8
5199 setlocal noshortname
5200 setlocal nosmartindent
5201 setlocal softtabstop=0
5202 setlocal nospell
5203 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
5204 setlocal spellfile=
5205 setlocal spelllang=en
5206 setlocal statusline=
5207 setlocal suffixesadd=
5208 setlocal swapfile
5209 setlocal synmaxcol=3000
5210 if &syntax != 'html'
5211 setlocal syntax=html
5212 endif
5213 setlocal tabstop=2
5214 setlocal tags=
5215 setlocal textwidth=0
5216 setlocal thesaurus=
5217 setlocal nowinfixheight
5218 setlocal nowinfixwidth
5219 setlocal wrap
5220 setlocal wrapmargin=0
5221 silent! normal! zE
5222 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
5223 if s:l < 1 | let s:l = 1 | endif
5224 exe s:l
5225 normal! zt
5226 1
5227 normal! 0
5228 tabedit partitions.html
5229 set splitbelow splitright
5230 set nosplitbelow
5231 set nosplitright
5232 wincmd t
5233 set winheight=1 winwidth=1
5234 argglobal
5235 13argu
5236 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
5237 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
5238 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
5239 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
5240 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
5241 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
5242 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
5243 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
5244 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
5245 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
5246 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
5247 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
5248 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
5249 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
5250 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
5251 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
5252 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
5253 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
5254 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">')
5255 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">')
5256 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
5257 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
5258 nnoremap <buffer> <silent> ; 
5259 nnoremap <buffer> <silent> ;; ;
5260 vnoremap <buffer> <silent> ;; ;
5261 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
5262 inoremap <buffer> <silent> &hA &hArr;
5263 inoremap <buffer> <silent> &dA &dArr;
5264 inoremap <buffer> <silent> &rA &rArr;
5265 inoremap <buffer> <silent> &uA &uArr;
5266 inoremap <buffer> <silent> &lA &lArr;
5267 inoremap <buffer> <silent> &ha &harr;
5268 inoremap <buffer> <silent> &da &darr;
5269 inoremap <buffer> <silent> &ra &rarr;
5270 inoremap <buffer> <silent> &ua &uarr;
5271 inoremap <buffer> <silent> &la &larr;
5272 inoremap <buffer> <silent> &pv &piv;
5273 inoremap <buffer> <silent> &uh &upsih;
5274 inoremap <buffer> <silent> &ts &thetasym;
5275 inoremap <buffer> <silent> &og &omega;
5276 inoremap <buffer> <silent> &ps &psi;
5277 inoremap <buffer> <silent> &ch &chi;
5278 inoremap <buffer> <silent> &ph &phi;
5279 inoremap <buffer> <silent> &up &upsilon;
5280 inoremap <buffer> <silent> &ta &tau;
5281 inoremap <buffer> <silent> &sf &sigmaf;
5282 inoremap <buffer> <silent> &si &sigma;
5283 inoremap <buffer> <silent> &rh &rho;
5284 inoremap <buffer> <silent> &pi &pi;
5285 inoremap <buffer> <silent> &oc &omicron;
5286 inoremap <buffer> <silent> &xi &xi;
5287 inoremap <buffer> <silent> &nu &nu;
5288 inoremap <buffer> <silent> &mu &mu;
5289 inoremap <buffer> <silent> &lm &lambda;
5290 inoremap <buffer> <silent> &ka &kappa;
5291 inoremap <buffer> <silent> &io &iota;
5292 inoremap <buffer> <silent> &th &theta;
5293 inoremap <buffer> <silent> &et &eta;
5294 inoremap <buffer> <silent> &ze &zeta;
5295 inoremap <buffer> <silent> &ep &epsilon;
5296 inoremap <buffer> <silent> &de &delta;
5297 inoremap <buffer> <silent> &ga &gamma;
5298 inoremap <buffer> <silent> &be &beta;
5299 inoremap <buffer> <silent> &al &alpha;
5300 inoremap <buffer> <silent> &Ps &Psi;
5301 inoremap <buffer> <silent> &Ch &Chi;
5302 inoremap <buffer> <silent> &Ph &Phi;
5303 inoremap <buffer> <silent> &Up &Upsilon;
5304 inoremap <buffer> <silent> &Ta &Tau;
5305 inoremap <buffer> <silent> &Si &Sigma;
5306 inoremap <buffer> <silent> &Rh &Rho;
5307 inoremap <buffer> <silent> &Pi &Pi;
5308 inoremap <buffer> <silent> &Oc &Omicron;
5309 inoremap <buffer> <silent> &Xi &Xi;
5310 inoremap <buffer> <silent> &Nu &Nu;
5311 inoremap <buffer> <silent> &Mu &Mu;
5312 inoremap <buffer> <silent> &Lm &Lambda;
5313 inoremap <buffer> <silent> &Ka &Kappa;
5314 inoremap <buffer> <silent> &Io &Iota;
5315 inoremap <buffer> <silent> &Th &Theta;
5316 inoremap <buffer> <silent> &Et &Eta;
5317 inoremap <buffer> <silent> &Ze &Zeta;
5318 inoremap <buffer> <silent> &Ep &Epsilon;
5319 inoremap <buffer> <silent> &De &Delta;
5320 inoremap <buffer> <silent> &Ga &Gamma;
5321 inoremap <buffer> <silent> &Be &Beta;
5322 inoremap <buffer> <silent> &Al &Alpha;
5323 inoremap <buffer> <silent> &3. &hellip;
5324 inoremap <buffer> <silent> &-- &mdash;
5325 inoremap <buffer> <silent> &3- &mdash;
5326 inoremap <buffer> <silent> &m- &mdash;
5327 inoremap <buffer> <silent> &2- &ndash;
5328 inoremap <buffer> <silent> &n- &ndash;
5329 inoremap <buffer> <silent> &34 &frac34;
5330 inoremap <buffer> <silent> &12 &frac12;
5331 inoremap <buffer> <silent> &14 &frac14;
5332 inoremap <buffer> <silent> &. &middot;
5333 inoremap <buffer> <silent> &pa &para;
5334 inoremap <buffer> <silent> &mi &micro;
5335 inoremap <buffer> <silent> &dg &deg;
5336 inoremap <buffer> <silent> &? &iquest;
5337 inoremap <buffer> <silent> &! &iexcl;
5338 inoremap <buffer> <silent> &sz &szlig;
5339 inoremap <buffer> <silent> &o/ &oslash;
5340 inoremap <buffer> <silent> &/ &divide;
5341 inoremap <buffer> <silent> &" &uml;
5342 inoremap <buffer> <silent> &2> &raquo;
5343 inoremap <buffer> <silent> &2< &laquo;
5344 inoremap <buffer> <silent> &y" &yuml;
5345 inoremap <buffer> <silent> &y' &yacute;
5346 inoremap <buffer> <silent> &u" &uuml;
5347 inoremap <buffer> <silent> &u^ &ucirc;
5348 inoremap <buffer> <silent> &u' &uacute;
5349 inoremap <buffer> <silent> &u` &ugrave;
5350 inoremap <buffer> <silent> &x &times;
5351 inoremap <buffer> <silent> &o" &ouml;
5352 inoremap <buffer> <silent> &o~ &otilde;
5353 inoremap <buffer> <silent> &o^ &ocirc;
5354 inoremap <buffer> <silent> &o' &oacute;
5355 inoremap <buffer> <silent> &o` &ograve;
5356 inoremap <buffer> <silent> &n~ &ntilde;
5357 inoremap <buffer> <silent> &i" &iuml;
5358 inoremap <buffer> <silent> &i^ &icirc;
5359 inoremap <buffer> <silent> &i' &iacute;
5360 inoremap <buffer> <silent> &i` &igrave;
5361 inoremap <buffer> <silent> &e" &euml;
5362 inoremap <buffer> <silent> &e^ &ecirc;
5363 inoremap <buffer> <silent> &e' &eacute;
5364 inoremap <buffer> <silent> &e` &egrave;
5365 inoremap <buffer> <silent> &c, &ccedil;
5366 inoremap <buffer> <silent> &ae &aelig;
5367 inoremap <buffer> <silent> &ao &aring;
5368 inoremap <buffer> <silent> &a" &auml;
5369 inoremap <buffer> <silent> &a~ &atilde;
5370 inoremap <buffer> <silent> &a^ &acirc;
5371 inoremap <buffer> <silent> &a' &aacute;
5372 inoremap <buffer> <silent> &a` &agrave;
5373 inoremap <buffer> <silent> &Y' &Yacute;
5374 inoremap <buffer> <silent> &U" &Uuml;
5375 inoremap <buffer> <silent> &U^ &Ucirc;
5376 inoremap <buffer> <silent> &U' &Uacute;
5377 inoremap <buffer> <silent> &U` &Ugrave;
5378 inoremap <buffer> <silent> &O/ &Oslash;
5379 inoremap <buffer> <silent> &O" &Ouml;
5380 inoremap <buffer> <silent> &O~ &Otilde;
5381 inoremap <buffer> <silent> &O^ &Ocirc;
5382 inoremap <buffer> <silent> &O' &Oacute;
5383 inoremap <buffer> <silent> &O` &Ograve;
5384 inoremap <buffer> <silent> &N~ &Ntilde;
5385 inoremap <buffer> <silent> &I" &Iuml;
5386 inoremap <buffer> <silent> &I^ &Icirc;
5387 inoremap <buffer> <silent> &I' &Iacute;
5388 inoremap <buffer> <silent> &I` &Igrave;
5389 inoremap <buffer> <silent> &E" &Euml;
5390 inoremap <buffer> <silent> &E^ &Ecirc;
5391 inoremap <buffer> <silent> &E' &Eacute;
5392 inoremap <buffer> <silent> &E` &Egrave;
5393 inoremap <buffer> <silent> &C, &Ccedil;
5394 inoremap <buffer> <silent> &AE &AElig;
5395 inoremap <buffer> <silent> &Ao &Aring;
5396 inoremap <buffer> <silent> &A" &Auml;
5397 inoremap <buffer> <silent> &A~ &Atilde;
5398 inoremap <buffer> <silent> &A^ &Acirc;
5399 inoremap <buffer> <silent> &A' &Aacute;
5400 inoremap <buffer> <silent> &A` &Agrave;
5401 inoremap <buffer> <silent> &c| &cent;
5402 inoremap <buffer> <silent> &Y= &yen;
5403 inoremap <buffer> <silent> &# &pound;
5404 inoremap <buffer> <silent> & &nbsp;
5405 inoremap <buffer> <silent> &> &gt;
5406 inoremap <buffer> <silent> &< &lt;
5407 inoremap <buffer> <silent> &' &quot;
5408 inoremap <buffer> <silent> &tm &trade;
5409 inoremap <buffer> <silent> &rO &reg;
5410 inoremap <buffer> <silent> &cO &copy;
5411 inoremap <buffer> <silent> && &amp;
5412 inoremap <buffer> <silent> ; &nbsp;
5413 inoremap <buffer> <silent> ;la <label for=""></label>F"
5414 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
5415 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
5416 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
5417 </textarea>k$5F"i
5418 inoremap <buffer> <silent> ;og <optgroup label="">
5419 </optgroup>k$F"i
5420 inoremap <buffer> <silent> ;op <option></option>F<
5421 inoremap <buffer> <silent> ;ms <select name="" multiple>
5422 </select>O
5423 inoremap <buffer> <silent> ;se <select name="">
5424 </select>O
5425 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
5426 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
5427 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
5428 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
5429 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
5430 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
5431 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
5432 inoremap <buffer> <silent> ;fm <form action="">
5433 </form>k$F"i
5434 inoremap <buffer> <silent> ;if <iframe src="">
5435 </iframe>k$F"i
5436 inoremap <buffer> <silent> ;nf <noframes>
5437 </noframes>O
5438 inoremap <buffer> <silent> ;fr <frame src="">F"
5439 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
5440 </frameset>k$3F"i
5441 inoremap <buffer> <silent> ;th <th></th>F<
5442 inoremap <buffer> <silent> ;td <td>
5443 </td>O
5444 inoremap <buffer> <silent> ;tr <tr>
5445 </tr>O
5446 inoremap <buffer> <silent> ;tf <tfoot>
5447 </tfoot>O
5448 inoremap <buffer> <silent> ;tb <tbody>
5449 </tbody>O
5450 inoremap <buffer> <silent> ;tH <thead>
5451 </thead>O
5452 inoremap <buffer> <silent> ;ta <table>
5453 </table>O
5454 inoremap <buffer> <silent> ;ca <caption></caption>F<
5455 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
5456 </object>k$5F"i
5457 inoremap <buffer> <silent> ;ns <noscript>
5458 </noscripT>O
5459 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
5460 <noembed></noembed>k$5F"i
5461 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
5462 inoremap <buffer> <silent> ;va <var></var>F<
5463 inoremap <buffer> <silent> ;ul <ul>
5464 </ul>O
5465 inoremap <buffer> <silent> ;tt <tt></tt>F<
5466 inoremap <buffer> <silent> ;ti <title></title>F<
5467 inoremap <buffer> <silent> ;sp <sup></sup>F<
5468 inoremap <buffer> <silent> ;sb <sub></sub>F<
5469 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
5470 inoremap <buffer> <silent> ;cs <style type="text/css">
5471 <!--
5472 -->
5473 </style>kO
5474 inoremap <buffer> <silent> ;sm <small></small>F<
5475 inoremap <buffer> <silent> ;sa <samp></samp>F<
5476 inoremap <buffer> <silent> ;sk <strike></strike>F<
5477 inoremap <buffer> <silent> ;qu <q></q>F<
5478 inoremap <buffer> <silent> ;pr <pre>
5479 </pre>O
5480 inoremap <buffer> <silent> ;/p </p>
5481 
5482 <p>
5483 inoremap <buffer> <silent> ;pp <p>
5484 </p>O
5485 inoremap <buffer> <silent> ;ol <ol>
5486 </ol>O
5487 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
5488 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
5489 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
5490 inoremap <buffer> <silent> ;lk <link href="">F"
5491 inoremap <buffer> <silent> ;li <li></li>F<
5492 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
5493 inoremap <buffer> <silent> ;ii <isindex>
5494 inoremap <buffer> <silent> ;in <ins></ins>F<
5495 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
5496 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
5497 inoremap <buffer> <silent> ;ht <html>
5498 </html>O
5499 inoremap <buffer> <silent> ;Hr <hr width="75%">
5500 inoremap <buffer> <silent> ;hr <hr>
5501 inoremap <buffer> <silent> ;he <head>
5502 </head>O
5503 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
5504 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
5505 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
5506 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
5507 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
5508 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
5509 inoremap <buffer> <silent> ;h6 <h6></h6>F<
5510 inoremap <buffer> <silent> ;h5 <h5></h5>F<
5511 inoremap <buffer> <silent> ;h4 <h4></h4>F<
5512 inoremap <buffer> <silent> ;h3 <h3></h3>F<
5513 inoremap <buffer> <silent> ;h2 <h2></h2>F<
5514 inoremap <buffer> <silent> ;h1 <h1></h1>F<
5515 inoremap <buffer> <silent> ;fc <font color=""></font>F"
5516 inoremap <buffer> <silent> ;fo <font size=""></font>F"
5517 inoremap <buffer> <silent> ;sn <span></span>F<
5518 inoremap <buffer> <silent> ;dv <div>
5519 </div>O
5520 inoremap <buffer> <silent> ;df <dfn></dfn>F<
5521 inoremap <buffer> <silent> ;de <del></del>F<
5522 inoremap <buffer> <silent> ;dd <dd></dd>F<
5523 inoremap <buffer> <silent> ;dt <dt></dt>F<
5524 inoremap <buffer> <silent> ;dl <dl>
5525 </dl>O
5526 inoremap <buffer> <silent> ;co <code></code>F<
5527 inoremap <buffer> <silent> ;ci <cite></cite>F<
5528 inoremap <buffer> <silent> ;ce <center></center>F<
5529 inoremap <buffer> <silent> ;br <br>
5530 inoremap <buffer> <silent> ;bd <body>
5531 </body>O
5532 inoremap <buffer> <silent> ;bl <blockquote>
5533 </blockquote>O
5534 inoremap <buffer> <silent> ;bi <big></big>F<
5535 inoremap <buffer> <silent> ;bh <base href="">F"
5536 inoremap <buffer> <silent> ;ad <address></address>F<
5537 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
5538 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
5539 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
5540 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
5541 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
5542 inoremap <buffer> <silent> ;an <a name=""></a>F"
5543 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
5544 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
5545 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
5546 inoremap <buffer> <silent> ;ah <a href=""></a>F"
5547 imap <buffer> <silent> ;s4 ;s4
5548 imap <buffer> <silent> ;4 ;4
5549 inoremap <buffer> <silent> ;mi :call MangleImageTag()
5550 inoremap <buffer> <silent> ; 
5551 inoremap <buffer> <silent> ;& &
5552 inoremap <buffer> <silent> ;; ;
5553 setlocal keymap=
5554 setlocal noarabic
5555 setlocal autoindent
5556 setlocal balloonexpr=
5557 setlocal nobinary
5558 setlocal bufhidden=
5559 setlocal buflisted
5560 setlocal buftype=
5561 setlocal nocindent
5562 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
5563 setlocal cinoptions=
5564 setlocal cinwords=if,else,while,do,for,switch
5565 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
5566 setlocal commentstring=<!--%s-->
5567 setlocal complete=.,w,b,u,t,i
5568 setlocal completefunc=
5569 setlocal nocopyindent
5570 setlocal nocursorcolumn
5571 setlocal nocursorline
5572 setlocal define=
5573 setlocal dictionary=
5574 setlocal nodiff
5575 setlocal equalprg=
5576 setlocal errorformat=
5577 setlocal noexpandtab
5578 if &filetype != 'html'
5579 setlocal filetype=html
5580 endif
5581 setlocal foldcolumn=0
5582 setlocal foldenable
5583 setlocal foldexpr=0
5584 setlocal foldignore=#
5585 setlocal foldlevel=0
5586 setlocal foldmarker={{{,}}}
5587 setlocal foldmethod=manual
5588 setlocal foldminlines=1
5589 setlocal foldnestmax=20
5590 setlocal foldtext=foldtext()
5591 setlocal formatexpr=
5592 setlocal formatoptions=tcq
5593 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
5594 setlocal grepprg=
5595 setlocal iminsert=2
5596 setlocal imsearch=2
5597 setlocal include=
5598 setlocal includeexpr=
5599 setlocal indentexpr=
5600 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
5601 setlocal noinfercase
5602 setlocal iskeyword=@,48-57,_,192-255
5603 setlocal keywordprg=
5604 setlocal nolinebreak
5605 setlocal nolisp
5606 setlocal nolist
5607 setlocal makeprg=
5608 setlocal matchpairs=(:),{:},[:],<:>
5609 setlocal nomodeline
5610 setlocal modifiable
5611 setlocal nrformats=octal,hex
5612 setlocal nonumber
5613 setlocal numberwidth=4
5614 setlocal omnifunc=htmlcomplete#CompleteTags
5615 setlocal path=
5616 setlocal nopreserveindent
5617 setlocal nopreviewwindow
5618 setlocal quoteescape=\\
5619 setlocal noreadonly
5620 setlocal norightleft
5621 setlocal rightleftcmd=search
5622 setlocal noscrollbind
5623 setlocal shiftwidth=8
5624 setlocal noshortname
5625 setlocal nosmartindent
5626 setlocal softtabstop=0
5627 setlocal nospell
5628 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
5629 setlocal spellfile=
5630 setlocal spelllang=en
5631 setlocal statusline=
5632 setlocal suffixesadd=
5633 setlocal swapfile
5634 setlocal synmaxcol=3000
5635 if &syntax != 'html'
5636 setlocal syntax=html
5637 endif
5638 setlocal tabstop=2
5639 setlocal tags=
5640 setlocal textwidth=0
5641 setlocal thesaurus=
5642 setlocal nowinfixheight
5643 setlocal nowinfixwidth
5644 setlocal wrap
5645 setlocal wrapmargin=0
5646 silent! normal! zE
5647 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
5648 if s:l < 1 | let s:l = 1 | endif
5649 exe s:l
5650 normal! zt
5651 1
5652 normal! 0
5653 tabedit project.html
5654 set splitbelow splitright
5655 set nosplitbelow
5656 set nosplitright
5657 wincmd t
5658 set winheight=1 winwidth=1
5659 argglobal
5660 14argu
5661 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
5662 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
5663 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
5664 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
5665 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
5666 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
5667 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
5668 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
5669 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
5670 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
5671 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
5672 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
5673 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
5674 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
5675 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
5676 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
5677 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
5678 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
5679 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">')
5680 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">')
5681 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
5682 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
5683 nnoremap <buffer> <silent> ; 
5684 nnoremap <buffer> <silent> ;; ;
5685 vnoremap <buffer> <silent> ;; ;
5686 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
5687 inoremap <buffer> <silent> &hA &hArr;
5688 inoremap <buffer> <silent> &dA &dArr;
5689 inoremap <buffer> <silent> &rA &rArr;
5690 inoremap <buffer> <silent> &uA &uArr;
5691 inoremap <buffer> <silent> &lA &lArr;
5692 inoremap <buffer> <silent> &ha &harr;
5693 inoremap <buffer> <silent> &da &darr;
5694 inoremap <buffer> <silent> &ra &rarr;
5695 inoremap <buffer> <silent> &ua &uarr;
5696 inoremap <buffer> <silent> &la &larr;
5697 inoremap <buffer> <silent> &pv &piv;
5698 inoremap <buffer> <silent> &uh &upsih;
5699 inoremap <buffer> <silent> &ts &thetasym;
5700 inoremap <buffer> <silent> &og &omega;
5701 inoremap <buffer> <silent> &ps &psi;
5702 inoremap <buffer> <silent> &ch &chi;
5703 inoremap <buffer> <silent> &ph &phi;
5704 inoremap <buffer> <silent> &up &upsilon;
5705 inoremap <buffer> <silent> &ta &tau;
5706 inoremap <buffer> <silent> &sf &sigmaf;
5707 inoremap <buffer> <silent> &si &sigma;
5708 inoremap <buffer> <silent> &rh &rho;
5709 inoremap <buffer> <silent> &pi &pi;
5710 inoremap <buffer> <silent> &oc &omicron;
5711 inoremap <buffer> <silent> &xi &xi;
5712 inoremap <buffer> <silent> &nu &nu;
5713 inoremap <buffer> <silent> &mu &mu;
5714 inoremap <buffer> <silent> &lm &lambda;
5715 inoremap <buffer> <silent> &ka &kappa;
5716 inoremap <buffer> <silent> &io &iota;
5717 inoremap <buffer> <silent> &th &theta;
5718 inoremap <buffer> <silent> &et &eta;
5719 inoremap <buffer> <silent> &ze &zeta;
5720 inoremap <buffer> <silent> &ep &epsilon;
5721 inoremap <buffer> <silent> &de &delta;
5722 inoremap <buffer> <silent> &ga &gamma;
5723 inoremap <buffer> <silent> &be &beta;
5724 inoremap <buffer> <silent> &al &alpha;
5725 inoremap <buffer> <silent> &Ps &Psi;
5726 inoremap <buffer> <silent> &Ch &Chi;
5727 inoremap <buffer> <silent> &Ph &Phi;
5728 inoremap <buffer> <silent> &Up &Upsilon;
5729 inoremap <buffer> <silent> &Ta &Tau;
5730 inoremap <buffer> <silent> &Si &Sigma;
5731 inoremap <buffer> <silent> &Rh &Rho;
5732 inoremap <buffer> <silent> &Pi &Pi;
5733 inoremap <buffer> <silent> &Oc &Omicron;
5734 inoremap <buffer> <silent> &Xi &Xi;
5735 inoremap <buffer> <silent> &Nu &Nu;
5736 inoremap <buffer> <silent> &Mu &Mu;
5737 inoremap <buffer> <silent> &Lm &Lambda;
5738 inoremap <buffer> <silent> &Ka &Kappa;
5739 inoremap <buffer> <silent> &Io &Iota;
5740 inoremap <buffer> <silent> &Th &Theta;
5741 inoremap <buffer> <silent> &Et &Eta;
5742 inoremap <buffer> <silent> &Ze &Zeta;
5743 inoremap <buffer> <silent> &Ep &Epsilon;
5744 inoremap <buffer> <silent> &De &Delta;
5745 inoremap <buffer> <silent> &Ga &Gamma;
5746 inoremap <buffer> <silent> &Be &Beta;
5747 inoremap <buffer> <silent> &Al &Alpha;
5748 inoremap <buffer> <silent> &3. &hellip;
5749 inoremap <buffer> <silent> &-- &mdash;
5750 inoremap <buffer> <silent> &3- &mdash;
5751 inoremap <buffer> <silent> &m- &mdash;
5752 inoremap <buffer> <silent> &2- &ndash;
5753 inoremap <buffer> <silent> &n- &ndash;
5754 inoremap <buffer> <silent> &34 &frac34;
5755 inoremap <buffer> <silent> &12 &frac12;
5756 inoremap <buffer> <silent> &14 &frac14;
5757 inoremap <buffer> <silent> &. &middot;
5758 inoremap <buffer> <silent> &pa &para;
5759 inoremap <buffer> <silent> &mi &micro;
5760 inoremap <buffer> <silent> &dg &deg;
5761 inoremap <buffer> <silent> &? &iquest;
5762 inoremap <buffer> <silent> &! &iexcl;
5763 inoremap <buffer> <silent> &sz &szlig;
5764 inoremap <buffer> <silent> &o/ &oslash;
5765 inoremap <buffer> <silent> &/ &divide;
5766 inoremap <buffer> <silent> &" &uml;
5767 inoremap <buffer> <silent> &2> &raquo;
5768 inoremap <buffer> <silent> &2< &laquo;
5769 inoremap <buffer> <silent> &y" &yuml;
5770 inoremap <buffer> <silent> &y' &yacute;
5771 inoremap <buffer> <silent> &u" &uuml;
5772 inoremap <buffer> <silent> &u^ &ucirc;
5773 inoremap <buffer> <silent> &u' &uacute;
5774 inoremap <buffer> <silent> &u` &ugrave;
5775 inoremap <buffer> <silent> &x &times;
5776 inoremap <buffer> <silent> &o" &ouml;
5777 inoremap <buffer> <silent> &o~ &otilde;
5778 inoremap <buffer> <silent> &o^ &ocirc;
5779 inoremap <buffer> <silent> &o' &oacute;
5780 inoremap <buffer> <silent> &o` &ograve;
5781 inoremap <buffer> <silent> &n~ &ntilde;
5782 inoremap <buffer> <silent> &i" &iuml;
5783 inoremap <buffer> <silent> &i^ &icirc;
5784 inoremap <buffer> <silent> &i' &iacute;
5785 inoremap <buffer> <silent> &i` &igrave;
5786 inoremap <buffer> <silent> &e" &euml;
5787 inoremap <buffer> <silent> &e^ &ecirc;
5788 inoremap <buffer> <silent> &e' &eacute;
5789 inoremap <buffer> <silent> &e` &egrave;
5790 inoremap <buffer> <silent> &c, &ccedil;
5791 inoremap <buffer> <silent> &ae &aelig;
5792 inoremap <buffer> <silent> &ao &aring;
5793 inoremap <buffer> <silent> &a" &auml;
5794 inoremap <buffer> <silent> &a~ &atilde;
5795 inoremap <buffer> <silent> &a^ &acirc;
5796 inoremap <buffer> <silent> &a' &aacute;
5797 inoremap <buffer> <silent> &a` &agrave;
5798 inoremap <buffer> <silent> &Y' &Yacute;
5799 inoremap <buffer> <silent> &U" &Uuml;
5800 inoremap <buffer> <silent> &U^ &Ucirc;
5801 inoremap <buffer> <silent> &U' &Uacute;
5802 inoremap <buffer> <silent> &U` &Ugrave;
5803 inoremap <buffer> <silent> &O/ &Oslash;
5804 inoremap <buffer> <silent> &O" &Ouml;
5805 inoremap <buffer> <silent> &O~ &Otilde;
5806 inoremap <buffer> <silent> &O^ &Ocirc;
5807 inoremap <buffer> <silent> &O' &Oacute;
5808 inoremap <buffer> <silent> &O` &Ograve;
5809 inoremap <buffer> <silent> &N~ &Ntilde;
5810 inoremap <buffer> <silent> &I" &Iuml;
5811 inoremap <buffer> <silent> &I^ &Icirc;
5812 inoremap <buffer> <silent> &I' &Iacute;
5813 inoremap <buffer> <silent> &I` &Igrave;
5814 inoremap <buffer> <silent> &E" &Euml;
5815 inoremap <buffer> <silent> &E^ &Ecirc;
5816 inoremap <buffer> <silent> &E' &Eacute;
5817 inoremap <buffer> <silent> &E` &Egrave;
5818 inoremap <buffer> <silent> &C, &Ccedil;
5819 inoremap <buffer> <silent> &AE &AElig;
5820 inoremap <buffer> <silent> &Ao &Aring;
5821 inoremap <buffer> <silent> &A" &Auml;
5822 inoremap <buffer> <silent> &A~ &Atilde;
5823 inoremap <buffer> <silent> &A^ &Acirc;
5824 inoremap <buffer> <silent> &A' &Aacute;
5825 inoremap <buffer> <silent> &A` &Agrave;
5826 inoremap <buffer> <silent> &c| &cent;
5827 inoremap <buffer> <silent> &Y= &yen;
5828 inoremap <buffer> <silent> &# &pound;
5829 inoremap <buffer> <silent> & &nbsp;
5830 inoremap <buffer> <silent> &> &gt;
5831 inoremap <buffer> <silent> &< &lt;
5832 inoremap <buffer> <silent> &' &quot;
5833 inoremap <buffer> <silent> &tm &trade;
5834 inoremap <buffer> <silent> &rO &reg;
5835 inoremap <buffer> <silent> &cO &copy;
5836 inoremap <buffer> <silent> && &amp;
5837 inoremap <buffer> <silent> ; &nbsp;
5838 inoremap <buffer> <silent> ;la <label for=""></label>F"
5839 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
5840 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
5841 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
5842 </textarea>k$5F"i
5843 inoremap <buffer> <silent> ;og <optgroup label="">
5844 </optgroup>k$F"i
5845 inoremap <buffer> <silent> ;op <option></option>F<
5846 inoremap <buffer> <silent> ;ms <select name="" multiple>
5847 </select>O
5848 inoremap <buffer> <silent> ;se <select name="">
5849 </select>O
5850 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
5851 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
5852 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
5853 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
5854 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
5855 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
5856 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
5857 inoremap <buffer> <silent> ;fm <form action="">
5858 </form>k$F"i
5859 inoremap <buffer> <silent> ;if <iframe src="">
5860 </iframe>k$F"i
5861 inoremap <buffer> <silent> ;nf <noframes>
5862 </noframes>O
5863 inoremap <buffer> <silent> ;fr <frame src="">F"
5864 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
5865 </frameset>k$3F"i
5866 inoremap <buffer> <silent> ;th <th></th>F<
5867 inoremap <buffer> <silent> ;td <td>
5868 </td>O
5869 inoremap <buffer> <silent> ;tr <tr>
5870 </tr>O
5871 inoremap <buffer> <silent> ;tf <tfoot>
5872 </tfoot>O
5873 inoremap <buffer> <silent> ;tb <tbody>
5874 </tbody>O
5875 inoremap <buffer> <silent> ;tH <thead>
5876 </thead>O
5877 inoremap <buffer> <silent> ;ta <table>
5878 </table>O
5879 inoremap <buffer> <silent> ;ca <caption></caption>F<
5880 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
5881 </object>k$5F"i
5882 inoremap <buffer> <silent> ;ns <noscript>
5883 </noscripT>O
5884 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
5885 <noembed></noembed>k$5F"i
5886 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
5887 inoremap <buffer> <silent> ;va <var></var>F<
5888 inoremap <buffer> <silent> ;ul <ul>
5889 </ul>O
5890 inoremap <buffer> <silent> ;tt <tt></tt>F<
5891 inoremap <buffer> <silent> ;ti <title></title>F<
5892 inoremap <buffer> <silent> ;sp <sup></sup>F<
5893 inoremap <buffer> <silent> ;sb <sub></sub>F<
5894 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
5895 inoremap <buffer> <silent> ;cs <style type="text/css">
5896 <!--
5897 -->
5898 </style>kO
5899 inoremap <buffer> <silent> ;sm <small></small>F<
5900 inoremap <buffer> <silent> ;sa <samp></samp>F<
5901 inoremap <buffer> <silent> ;sk <strike></strike>F<
5902 inoremap <buffer> <silent> ;qu <q></q>F<
5903 inoremap <buffer> <silent> ;pr <pre>
5904 </pre>O
5905 inoremap <buffer> <silent> ;/p </p>
5906 
5907 <p>
5908 inoremap <buffer> <silent> ;pp <p>
5909 </p>O
5910 inoremap <buffer> <silent> ;ol <ol>
5911 </ol>O
5912 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
5913 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
5914 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
5915 inoremap <buffer> <silent> ;lk <link href="">F"
5916 inoremap <buffer> <silent> ;li <li></li>F<
5917 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
5918 inoremap <buffer> <silent> ;ii <isindex>
5919 inoremap <buffer> <silent> ;in <ins></ins>F<
5920 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
5921 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
5922 inoremap <buffer> <silent> ;ht <html>
5923 </html>O
5924 inoremap <buffer> <silent> ;Hr <hr width="75%">
5925 inoremap <buffer> <silent> ;hr <hr>
5926 inoremap <buffer> <silent> ;he <head>
5927 </head>O
5928 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
5929 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
5930 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
5931 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
5932 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
5933 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
5934 inoremap <buffer> <silent> ;h6 <h6></h6>F<
5935 inoremap <buffer> <silent> ;h5 <h5></h5>F<
5936 inoremap <buffer> <silent> ;h4 <h4></h4>F<
5937 inoremap <buffer> <silent> ;h3 <h3></h3>F<
5938 inoremap <buffer> <silent> ;h2 <h2></h2>F<
5939 inoremap <buffer> <silent> ;h1 <h1></h1>F<
5940 inoremap <buffer> <silent> ;fc <font color=""></font>F"
5941 inoremap <buffer> <silent> ;fo <font size=""></font>F"
5942 inoremap <buffer> <silent> ;sn <span></span>F<
5943 inoremap <buffer> <silent> ;dv <div>
5944 </div>O
5945 inoremap <buffer> <silent> ;df <dfn></dfn>F<
5946 inoremap <buffer> <silent> ;de <del></del>F<
5947 inoremap <buffer> <silent> ;dd <dd></dd>F<
5948 inoremap <buffer> <silent> ;dt <dt></dt>F<
5949 inoremap <buffer> <silent> ;dl <dl>
5950 </dl>O
5951 inoremap <buffer> <silent> ;co <code></code>F<
5952 inoremap <buffer> <silent> ;ci <cite></cite>F<
5953 inoremap <buffer> <silent> ;ce <center></center>F<
5954 inoremap <buffer> <silent> ;br <br>
5955 inoremap <buffer> <silent> ;bd <body>
5956 </body>O
5957 inoremap <buffer> <silent> ;bl <blockquote>
5958 </blockquote>O
5959 inoremap <buffer> <silent> ;bi <big></big>F<
5960 inoremap <buffer> <silent> ;bh <base href="">F"
5961 inoremap <buffer> <silent> ;ad <address></address>F<
5962 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
5963 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
5964 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
5965 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
5966 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
5967 inoremap <buffer> <silent> ;an <a name=""></a>F"
5968 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
5969 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
5970 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
5971 inoremap <buffer> <silent> ;ah <a href=""></a>F"
5972 imap <buffer> <silent> ;s4 ;s4
5973 imap <buffer> <silent> ;4 ;4
5974 inoremap <buffer> <silent> ;mi :call MangleImageTag()
5975 inoremap <buffer> <silent> ; 
5976 inoremap <buffer> <silent> ;& &
5977 inoremap <buffer> <silent> ;; ;
5978 setlocal keymap=
5979 setlocal noarabic
5980 setlocal autoindent
5981 setlocal balloonexpr=
5982 setlocal nobinary
5983 setlocal bufhidden=
5984 setlocal buflisted
5985 setlocal buftype=
5986 setlocal nocindent
5987 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
5988 setlocal cinoptions=
5989 setlocal cinwords=if,else,while,do,for,switch
5990 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
5991 setlocal commentstring=<!--%s-->
5992 setlocal complete=.,w,b,u,t,i
5993 setlocal completefunc=
5994 setlocal nocopyindent
5995 setlocal nocursorcolumn
5996 setlocal nocursorline
5997 setlocal define=
5998 setlocal dictionary=
5999 setlocal nodiff
6000 setlocal equalprg=
6001 setlocal errorformat=
6002 setlocal noexpandtab
6003 if &filetype != 'html'
6004 setlocal filetype=html
6005 endif
6006 setlocal foldcolumn=0
6007 setlocal foldenable
6008 setlocal foldexpr=0
6009 setlocal foldignore=#
6010 setlocal foldlevel=0
6011 setlocal foldmarker={{{,}}}
6012 setlocal foldmethod=manual
6013 setlocal foldminlines=1
6014 setlocal foldnestmax=20
6015 setlocal foldtext=foldtext()
6016 setlocal formatexpr=
6017 setlocal formatoptions=tcq
6018 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
6019 setlocal grepprg=
6020 setlocal iminsert=2
6021 setlocal imsearch=2
6022 setlocal include=
6023 setlocal includeexpr=
6024 setlocal indentexpr=
6025 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
6026 setlocal noinfercase
6027 setlocal iskeyword=@,48-57,_,192-255
6028 setlocal keywordprg=
6029 setlocal nolinebreak
6030 setlocal nolisp
6031 setlocal nolist
6032 setlocal makeprg=
6033 setlocal matchpairs=(:),{:},[:],<:>
6034 setlocal nomodeline
6035 setlocal modifiable
6036 setlocal nrformats=octal,hex
6037 setlocal nonumber
6038 setlocal numberwidth=4
6039 setlocal omnifunc=htmlcomplete#CompleteTags
6040 setlocal path=
6041 setlocal nopreserveindent
6042 setlocal nopreviewwindow
6043 setlocal quoteescape=\\
6044 setlocal noreadonly
6045 setlocal norightleft
6046 setlocal rightleftcmd=search
6047 setlocal noscrollbind
6048 setlocal shiftwidth=8
6049 setlocal noshortname
6050 setlocal nosmartindent
6051 setlocal softtabstop=0
6052 setlocal nospell
6053 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
6054 setlocal spellfile=
6055 setlocal spelllang=en
6056 setlocal statusline=
6057 setlocal suffixesadd=
6058 setlocal swapfile
6059 setlocal synmaxcol=3000
6060 if &syntax != 'html'
6061 setlocal syntax=html
6062 endif
6063 setlocal tabstop=2
6064 setlocal tags=
6065 setlocal textwidth=0
6066 setlocal thesaurus=
6067 setlocal nowinfixheight
6068 setlocal nowinfixwidth
6069 setlocal wrap
6070 setlocal wrapmargin=0
6071 silent! normal! zE
6072 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
6073 if s:l < 1 | let s:l = 1 | endif
6074 exe s:l
6075 normal! zt
6076 1
6077 normal! 0
6078 tabedit recover.html
6079 set splitbelow splitright
6080 set nosplitbelow
6081 set nosplitright
6082 wincmd t
6083 set winheight=1 winwidth=1
6084 argglobal
6085 15argu
6086 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6087 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6088 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
6089 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
6090 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
6091 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
6092 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
6093 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
6094 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
6095 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
6096 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
6097 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
6098 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
6099 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
6100 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
6101 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
6102 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
6103 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
6104 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">')
6105 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">')
6106 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
6107 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
6108 nnoremap <buffer> <silent> ; 
6109 nnoremap <buffer> <silent> ;; ;
6110 vnoremap <buffer> <silent> ;; ;
6111 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
6112 inoremap <buffer> <silent> &hA &hArr;
6113 inoremap <buffer> <silent> &dA &dArr;
6114 inoremap <buffer> <silent> &rA &rArr;
6115 inoremap <buffer> <silent> &uA &uArr;
6116 inoremap <buffer> <silent> &lA &lArr;
6117 inoremap <buffer> <silent> &ha &harr;
6118 inoremap <buffer> <silent> &da &darr;
6119 inoremap <buffer> <silent> &ra &rarr;
6120 inoremap <buffer> <silent> &ua &uarr;
6121 inoremap <buffer> <silent> &la &larr;
6122 inoremap <buffer> <silent> &pv &piv;
6123 inoremap <buffer> <silent> &uh &upsih;
6124 inoremap <buffer> <silent> &ts &thetasym;
6125 inoremap <buffer> <silent> &og &omega;
6126 inoremap <buffer> <silent> &ps &psi;
6127 inoremap <buffer> <silent> &ch &chi;
6128 inoremap <buffer> <silent> &ph &phi;
6129 inoremap <buffer> <silent> &up &upsilon;
6130 inoremap <buffer> <silent> &ta &tau;
6131 inoremap <buffer> <silent> &sf &sigmaf;
6132 inoremap <buffer> <silent> &si &sigma;
6133 inoremap <buffer> <silent> &rh &rho;
6134 inoremap <buffer> <silent> &pi &pi;
6135 inoremap <buffer> <silent> &oc &omicron;
6136 inoremap <buffer> <silent> &xi &xi;
6137 inoremap <buffer> <silent> &nu &nu;
6138 inoremap <buffer> <silent> &mu &mu;
6139 inoremap <buffer> <silent> &lm &lambda;
6140 inoremap <buffer> <silent> &ka &kappa;
6141 inoremap <buffer> <silent> &io &iota;
6142 inoremap <buffer> <silent> &th &theta;
6143 inoremap <buffer> <silent> &et &eta;
6144 inoremap <buffer> <silent> &ze &zeta;
6145 inoremap <buffer> <silent> &ep &epsilon;
6146 inoremap <buffer> <silent> &de &delta;
6147 inoremap <buffer> <silent> &ga &gamma;
6148 inoremap <buffer> <silent> &be &beta;
6149 inoremap <buffer> <silent> &al &alpha;
6150 inoremap <buffer> <silent> &Ps &Psi;
6151 inoremap <buffer> <silent> &Ch &Chi;
6152 inoremap <buffer> <silent> &Ph &Phi;
6153 inoremap <buffer> <silent> &Up &Upsilon;
6154 inoremap <buffer> <silent> &Ta &Tau;
6155 inoremap <buffer> <silent> &Si &Sigma;
6156 inoremap <buffer> <silent> &Rh &Rho;
6157 inoremap <buffer> <silent> &Pi &Pi;
6158 inoremap <buffer> <silent> &Oc &Omicron;
6159 inoremap <buffer> <silent> &Xi &Xi;
6160 inoremap <buffer> <silent> &Nu &Nu;
6161 inoremap <buffer> <silent> &Mu &Mu;
6162 inoremap <buffer> <silent> &Lm &Lambda;
6163 inoremap <buffer> <silent> &Ka &Kappa;
6164 inoremap <buffer> <silent> &Io &Iota;
6165 inoremap <buffer> <silent> &Th &Theta;
6166 inoremap <buffer> <silent> &Et &Eta;
6167 inoremap <buffer> <silent> &Ze &Zeta;
6168 inoremap <buffer> <silent> &Ep &Epsilon;
6169 inoremap <buffer> <silent> &De &Delta;
6170 inoremap <buffer> <silent> &Ga &Gamma;
6171 inoremap <buffer> <silent> &Be &Beta;
6172 inoremap <buffer> <silent> &Al &Alpha;
6173 inoremap <buffer> <silent> &3. &hellip;
6174 inoremap <buffer> <silent> &-- &mdash;
6175 inoremap <buffer> <silent> &3- &mdash;
6176 inoremap <buffer> <silent> &m- &mdash;
6177 inoremap <buffer> <silent> &2- &ndash;
6178 inoremap <buffer> <silent> &n- &ndash;
6179 inoremap <buffer> <silent> &34 &frac34;
6180 inoremap <buffer> <silent> &12 &frac12;
6181 inoremap <buffer> <silent> &14 &frac14;
6182 inoremap <buffer> <silent> &. &middot;
6183 inoremap <buffer> <silent> &pa &para;
6184 inoremap <buffer> <silent> &mi &micro;
6185 inoremap <buffer> <silent> &dg &deg;
6186 inoremap <buffer> <silent> &? &iquest;
6187 inoremap <buffer> <silent> &! &iexcl;
6188 inoremap <buffer> <silent> &sz &szlig;
6189 inoremap <buffer> <silent> &o/ &oslash;
6190 inoremap <buffer> <silent> &/ &divide;
6191 inoremap <buffer> <silent> &" &uml;
6192 inoremap <buffer> <silent> &2> &raquo;
6193 inoremap <buffer> <silent> &2< &laquo;
6194 inoremap <buffer> <silent> &y" &yuml;
6195 inoremap <buffer> <silent> &y' &yacute;
6196 inoremap <buffer> <silent> &u" &uuml;
6197 inoremap <buffer> <silent> &u^ &ucirc;
6198 inoremap <buffer> <silent> &u' &uacute;
6199 inoremap <buffer> <silent> &u` &ugrave;
6200 inoremap <buffer> <silent> &x &times;
6201 inoremap <buffer> <silent> &o" &ouml;
6202 inoremap <buffer> <silent> &o~ &otilde;
6203 inoremap <buffer> <silent> &o^ &ocirc;
6204 inoremap <buffer> <silent> &o' &oacute;
6205 inoremap <buffer> <silent> &o` &ograve;
6206 inoremap <buffer> <silent> &n~ &ntilde;
6207 inoremap <buffer> <silent> &i" &iuml;
6208 inoremap <buffer> <silent> &i^ &icirc;
6209 inoremap <buffer> <silent> &i' &iacute;
6210 inoremap <buffer> <silent> &i` &igrave;
6211 inoremap <buffer> <silent> &e" &euml;
6212 inoremap <buffer> <silent> &e^ &ecirc;
6213 inoremap <buffer> <silent> &e' &eacute;
6214 inoremap <buffer> <silent> &e` &egrave;
6215 inoremap <buffer> <silent> &c, &ccedil;
6216 inoremap <buffer> <silent> &ae &aelig;
6217 inoremap <buffer> <silent> &ao &aring;
6218 inoremap <buffer> <silent> &a" &auml;
6219 inoremap <buffer> <silent> &a~ &atilde;
6220 inoremap <buffer> <silent> &a^ &acirc;
6221 inoremap <buffer> <silent> &a' &aacute;
6222 inoremap <buffer> <silent> &a` &agrave;
6223 inoremap <buffer> <silent> &Y' &Yacute;
6224 inoremap <buffer> <silent> &U" &Uuml;
6225 inoremap <buffer> <silent> &U^ &Ucirc;
6226 inoremap <buffer> <silent> &U' &Uacute;
6227 inoremap <buffer> <silent> &U` &Ugrave;
6228 inoremap <buffer> <silent> &O/ &Oslash;
6229 inoremap <buffer> <silent> &O" &Ouml;
6230 inoremap <buffer> <silent> &O~ &Otilde;
6231 inoremap <buffer> <silent> &O^ &Ocirc;
6232 inoremap <buffer> <silent> &O' &Oacute;
6233 inoremap <buffer> <silent> &O` &Ograve;
6234 inoremap <buffer> <silent> &N~ &Ntilde;
6235 inoremap <buffer> <silent> &I" &Iuml;
6236 inoremap <buffer> <silent> &I^ &Icirc;
6237 inoremap <buffer> <silent> &I' &Iacute;
6238 inoremap <buffer> <silent> &I` &Igrave;
6239 inoremap <buffer> <silent> &E" &Euml;
6240 inoremap <buffer> <silent> &E^ &Ecirc;
6241 inoremap <buffer> <silent> &E' &Eacute;
6242 inoremap <buffer> <silent> &E` &Egrave;
6243 inoremap <buffer> <silent> &C, &Ccedil;
6244 inoremap <buffer> <silent> &AE &AElig;
6245 inoremap <buffer> <silent> &Ao &Aring;
6246 inoremap <buffer> <silent> &A" &Auml;
6247 inoremap <buffer> <silent> &A~ &Atilde;
6248 inoremap <buffer> <silent> &A^ &Acirc;
6249 inoremap <buffer> <silent> &A' &Aacute;
6250 inoremap <buffer> <silent> &A` &Agrave;
6251 inoremap <buffer> <silent> &c| &cent;
6252 inoremap <buffer> <silent> &Y= &yen;
6253 inoremap <buffer> <silent> &# &pound;
6254 inoremap <buffer> <silent> & &nbsp;
6255 inoremap <buffer> <silent> &> &gt;
6256 inoremap <buffer> <silent> &< &lt;
6257 inoremap <buffer> <silent> &' &quot;
6258 inoremap <buffer> <silent> &tm &trade;
6259 inoremap <buffer> <silent> &rO &reg;
6260 inoremap <buffer> <silent> &cO &copy;
6261 inoremap <buffer> <silent> && &amp;
6262 inoremap <buffer> <silent> ; &nbsp;
6263 inoremap <buffer> <silent> ;la <label for=""></label>F"
6264 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
6265 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
6266 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
6267 </textarea>k$5F"i
6268 inoremap <buffer> <silent> ;og <optgroup label="">
6269 </optgroup>k$F"i
6270 inoremap <buffer> <silent> ;op <option></option>F<
6271 inoremap <buffer> <silent> ;ms <select name="" multiple>
6272 </select>O
6273 inoremap <buffer> <silent> ;se <select name="">
6274 </select>O
6275 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
6276 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
6277 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
6278 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
6279 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
6280 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
6281 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
6282 inoremap <buffer> <silent> ;fm <form action="">
6283 </form>k$F"i
6284 inoremap <buffer> <silent> ;if <iframe src="">
6285 </iframe>k$F"i
6286 inoremap <buffer> <silent> ;nf <noframes>
6287 </noframes>O
6288 inoremap <buffer> <silent> ;fr <frame src="">F"
6289 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
6290 </frameset>k$3F"i
6291 inoremap <buffer> <silent> ;th <th></th>F<
6292 inoremap <buffer> <silent> ;td <td>
6293 </td>O
6294 inoremap <buffer> <silent> ;tr <tr>
6295 </tr>O
6296 inoremap <buffer> <silent> ;tf <tfoot>
6297 </tfoot>O
6298 inoremap <buffer> <silent> ;tb <tbody>
6299 </tbody>O
6300 inoremap <buffer> <silent> ;tH <thead>
6301 </thead>O
6302 inoremap <buffer> <silent> ;ta <table>
6303 </table>O
6304 inoremap <buffer> <silent> ;ca <caption></caption>F<
6305 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
6306 </object>k$5F"i
6307 inoremap <buffer> <silent> ;ns <noscript>
6308 </noscripT>O
6309 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
6310 <noembed></noembed>k$5F"i
6311 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
6312 inoremap <buffer> <silent> ;va <var></var>F<
6313 inoremap <buffer> <silent> ;ul <ul>
6314 </ul>O
6315 inoremap <buffer> <silent> ;tt <tt></tt>F<
6316 inoremap <buffer> <silent> ;ti <title></title>F<
6317 inoremap <buffer> <silent> ;sp <sup></sup>F<
6318 inoremap <buffer> <silent> ;sb <sub></sub>F<
6319 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
6320 inoremap <buffer> <silent> ;cs <style type="text/css">
6321 <!--
6322 -->
6323 </style>kO
6324 inoremap <buffer> <silent> ;sm <small></small>F<
6325 inoremap <buffer> <silent> ;sa <samp></samp>F<
6326 inoremap <buffer> <silent> ;sk <strike></strike>F<
6327 inoremap <buffer> <silent> ;qu <q></q>F<
6328 inoremap <buffer> <silent> ;pr <pre>
6329 </pre>O
6330 inoremap <buffer> <silent> ;/p </p>
6331 
6332 <p>
6333 inoremap <buffer> <silent> ;pp <p>
6334 </p>O
6335 inoremap <buffer> <silent> ;ol <ol>
6336 </ol>O
6337 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
6338 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
6339 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
6340 inoremap <buffer> <silent> ;lk <link href="">F"
6341 inoremap <buffer> <silent> ;li <li></li>F<
6342 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
6343 inoremap <buffer> <silent> ;ii <isindex>
6344 inoremap <buffer> <silent> ;in <ins></ins>F<
6345 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
6346 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
6347 inoremap <buffer> <silent> ;ht <html>
6348 </html>O
6349 inoremap <buffer> <silent> ;Hr <hr width="75%">
6350 inoremap <buffer> <silent> ;hr <hr>
6351 inoremap <buffer> <silent> ;he <head>
6352 </head>O
6353 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
6354 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
6355 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
6356 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
6357 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
6358 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
6359 inoremap <buffer> <silent> ;h6 <h6></h6>F<
6360 inoremap <buffer> <silent> ;h5 <h5></h5>F<
6361 inoremap <buffer> <silent> ;h4 <h4></h4>F<
6362 inoremap <buffer> <silent> ;h3 <h3></h3>F<
6363 inoremap <buffer> <silent> ;h2 <h2></h2>F<
6364 inoremap <buffer> <silent> ;h1 <h1></h1>F<
6365 inoremap <buffer> <silent> ;fc <font color=""></font>F"
6366 inoremap <buffer> <silent> ;fo <font size=""></font>F"
6367 inoremap <buffer> <silent> ;sn <span></span>F<
6368 inoremap <buffer> <silent> ;dv <div>
6369 </div>O
6370 inoremap <buffer> <silent> ;df <dfn></dfn>F<
6371 inoremap <buffer> <silent> ;de <del></del>F<
6372 inoremap <buffer> <silent> ;dd <dd></dd>F<
6373 inoremap <buffer> <silent> ;dt <dt></dt>F<
6374 inoremap <buffer> <silent> ;dl <dl>
6375 </dl>O
6376 inoremap <buffer> <silent> ;co <code></code>F<
6377 inoremap <buffer> <silent> ;ci <cite></cite>F<
6378 inoremap <buffer> <silent> ;ce <center></center>F<
6379 inoremap <buffer> <silent> ;br <br>
6380 inoremap <buffer> <silent> ;bd <body>
6381 </body>O
6382 inoremap <buffer> <silent> ;bl <blockquote>
6383 </blockquote>O
6384 inoremap <buffer> <silent> ;bi <big></big>F<
6385 inoremap <buffer> <silent> ;bh <base href="">F"
6386 inoremap <buffer> <silent> ;ad <address></address>F<
6387 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
6388 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
6389 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
6390 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
6391 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
6392 inoremap <buffer> <silent> ;an <a name=""></a>F"
6393 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
6394 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
6395 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
6396 inoremap <buffer> <silent> ;ah <a href=""></a>F"
6397 imap <buffer> <silent> ;s4 ;s4
6398 imap <buffer> <silent> ;4 ;4
6399 inoremap <buffer> <silent> ;mi :call MangleImageTag()
6400 inoremap <buffer> <silent> ; 
6401 inoremap <buffer> <silent> ;& &
6402 inoremap <buffer> <silent> ;; ;
6403 setlocal keymap=
6404 setlocal noarabic
6405 setlocal autoindent
6406 setlocal balloonexpr=
6407 setlocal nobinary
6408 setlocal bufhidden=
6409 setlocal buflisted
6410 setlocal buftype=
6411 setlocal nocindent
6412 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
6413 setlocal cinoptions=
6414 setlocal cinwords=if,else,while,do,for,switch
6415 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
6416 setlocal commentstring=<!--%s-->
6417 setlocal complete=.,w,b,u,t,i
6418 setlocal completefunc=
6419 setlocal nocopyindent
6420 setlocal nocursorcolumn
6421 setlocal nocursorline
6422 setlocal define=
6423 setlocal dictionary=
6424 setlocal nodiff
6425 setlocal equalprg=
6426 setlocal errorformat=
6427 setlocal noexpandtab
6428 if &filetype != 'html'
6429 setlocal filetype=html
6430 endif
6431 setlocal foldcolumn=0
6432 setlocal foldenable
6433 setlocal foldexpr=0
6434 setlocal foldignore=#
6435 setlocal foldlevel=0
6436 setlocal foldmarker={{{,}}}
6437 setlocal foldmethod=manual
6438 setlocal foldminlines=1
6439 setlocal foldnestmax=20
6440 setlocal foldtext=foldtext()
6441 setlocal formatexpr=
6442 setlocal formatoptions=tcq
6443 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
6444 setlocal grepprg=
6445 setlocal iminsert=2
6446 setlocal imsearch=2
6447 setlocal include=
6448 setlocal includeexpr=
6449 setlocal indentexpr=
6450 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
6451 setlocal noinfercase
6452 setlocal iskeyword=@,48-57,_,192-255
6453 setlocal keywordprg=
6454 setlocal nolinebreak
6455 setlocal nolisp
6456 setlocal nolist
6457 setlocal makeprg=
6458 setlocal matchpairs=(:),{:},[:],<:>
6459 setlocal nomodeline
6460 setlocal modifiable
6461 setlocal nrformats=octal,hex
6462 setlocal nonumber
6463 setlocal numberwidth=4
6464 setlocal omnifunc=htmlcomplete#CompleteTags
6465 setlocal path=
6466 setlocal nopreserveindent
6467 setlocal nopreviewwindow
6468 setlocal quoteescape=\\
6469 setlocal noreadonly
6470 setlocal norightleft
6471 setlocal rightleftcmd=search
6472 setlocal noscrollbind
6473 setlocal shiftwidth=8
6474 setlocal noshortname
6475 setlocal nosmartindent
6476 setlocal softtabstop=0
6477 setlocal nospell
6478 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
6479 setlocal spellfile=
6480 setlocal spelllang=en
6481 setlocal statusline=
6482 setlocal suffixesadd=
6483 setlocal swapfile
6484 setlocal synmaxcol=3000
6485 if &syntax != 'html'
6486 setlocal syntax=html
6487 endif
6488 setlocal tabstop=2
6489 setlocal tags=
6490 setlocal textwidth=0
6491 setlocal thesaurus=
6492 setlocal nowinfixheight
6493 setlocal nowinfixwidth
6494 setlocal wrap
6495 setlocal wrapmargin=0
6496 silent! normal! zE
6497 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
6498 if s:l < 1 | let s:l = 1 | endif
6499 exe s:l
6500 normal! zt
6501 1
6502 normal! 0
6503 tabedit reloc-img.html
6504 set splitbelow splitright
6505 set nosplitbelow
6506 set nosplitright
6507 wincmd t
6508 set winheight=1 winwidth=1
6509 argglobal
6510 16argu
6511 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6512 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6513 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
6514 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
6515 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
6516 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
6517 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
6518 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
6519 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
6520 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
6521 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
6522 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
6523 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
6524 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
6525 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
6526 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
6527 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
6528 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
6529 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">')
6530 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">')
6531 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
6532 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
6533 nnoremap <buffer> <silent> ; 
6534 nnoremap <buffer> <silent> ;; ;
6535 vnoremap <buffer> <silent> ;; ;
6536 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
6537 inoremap <buffer> <silent> &hA &hArr;
6538 inoremap <buffer> <silent> &dA &dArr;
6539 inoremap <buffer> <silent> &rA &rArr;
6540 inoremap <buffer> <silent> &uA &uArr;
6541 inoremap <buffer> <silent> &lA &lArr;
6542 inoremap <buffer> <silent> &ha &harr;
6543 inoremap <buffer> <silent> &da &darr;
6544 inoremap <buffer> <silent> &ra &rarr;
6545 inoremap <buffer> <silent> &ua &uarr;
6546 inoremap <buffer> <silent> &la &larr;
6547 inoremap <buffer> <silent> &pv &piv;
6548 inoremap <buffer> <silent> &uh &upsih;
6549 inoremap <buffer> <silent> &ts &thetasym;
6550 inoremap <buffer> <silent> &og &omega;
6551 inoremap <buffer> <silent> &ps &psi;
6552 inoremap <buffer> <silent> &ch &chi;
6553 inoremap <buffer> <silent> &ph &phi;
6554 inoremap <buffer> <silent> &up &upsilon;
6555 inoremap <buffer> <silent> &ta &tau;
6556 inoremap <buffer> <silent> &sf &sigmaf;
6557 inoremap <buffer> <silent> &si &sigma;
6558 inoremap <buffer> <silent> &rh &rho;
6559 inoremap <buffer> <silent> &pi &pi;
6560 inoremap <buffer> <silent> &oc &omicron;
6561 inoremap <buffer> <silent> &xi &xi;
6562 inoremap <buffer> <silent> &nu &nu;
6563 inoremap <buffer> <silent> &mu &mu;
6564 inoremap <buffer> <silent> &lm &lambda;
6565 inoremap <buffer> <silent> &ka &kappa;
6566 inoremap <buffer> <silent> &io &iota;
6567 inoremap <buffer> <silent> &th &theta;
6568 inoremap <buffer> <silent> &et &eta;
6569 inoremap <buffer> <silent> &ze &zeta;
6570 inoremap <buffer> <silent> &ep &epsilon;
6571 inoremap <buffer> <silent> &de &delta;
6572 inoremap <buffer> <silent> &ga &gamma;
6573 inoremap <buffer> <silent> &be &beta;
6574 inoremap <buffer> <silent> &al &alpha;
6575 inoremap <buffer> <silent> &Ps &Psi;
6576 inoremap <buffer> <silent> &Ch &Chi;
6577 inoremap <buffer> <silent> &Ph &Phi;
6578 inoremap <buffer> <silent> &Up &Upsilon;
6579 inoremap <buffer> <silent> &Ta &Tau;
6580 inoremap <buffer> <silent> &Si &Sigma;
6581 inoremap <buffer> <silent> &Rh &Rho;
6582 inoremap <buffer> <silent> &Pi &Pi;
6583 inoremap <buffer> <silent> &Oc &Omicron;
6584 inoremap <buffer> <silent> &Xi &Xi;
6585 inoremap <buffer> <silent> &Nu &Nu;
6586 inoremap <buffer> <silent> &Mu &Mu;
6587 inoremap <buffer> <silent> &Lm &Lambda;
6588 inoremap <buffer> <silent> &Ka &Kappa;
6589 inoremap <buffer> <silent> &Io &Iota;
6590 inoremap <buffer> <silent> &Th &Theta;
6591 inoremap <buffer> <silent> &Et &Eta;
6592 inoremap <buffer> <silent> &Ze &Zeta;
6593 inoremap <buffer> <silent> &Ep &Epsilon;
6594 inoremap <buffer> <silent> &De &Delta;
6595 inoremap <buffer> <silent> &Ga &Gamma;
6596 inoremap <buffer> <silent> &Be &Beta;
6597 inoremap <buffer> <silent> &Al &Alpha;
6598 inoremap <buffer> <silent> &3. &hellip;
6599 inoremap <buffer> <silent> &-- &mdash;
6600 inoremap <buffer> <silent> &3- &mdash;
6601 inoremap <buffer> <silent> &m- &mdash;
6602 inoremap <buffer> <silent> &2- &ndash;
6603 inoremap <buffer> <silent> &n- &ndash;
6604 inoremap <buffer> <silent> &34 &frac34;
6605 inoremap <buffer> <silent> &12 &frac12;
6606 inoremap <buffer> <silent> &14 &frac14;
6607 inoremap <buffer> <silent> &. &middot;
6608 inoremap <buffer> <silent> &pa &para;
6609 inoremap <buffer> <silent> &mi &micro;
6610 inoremap <buffer> <silent> &dg &deg;
6611 inoremap <buffer> <silent> &? &iquest;
6612 inoremap <buffer> <silent> &! &iexcl;
6613 inoremap <buffer> <silent> &sz &szlig;
6614 inoremap <buffer> <silent> &o/ &oslash;
6615 inoremap <buffer> <silent> &/ &divide;
6616 inoremap <buffer> <silent> &" &uml;
6617 inoremap <buffer> <silent> &2> &raquo;
6618 inoremap <buffer> <silent> &2< &laquo;
6619 inoremap <buffer> <silent> &y" &yuml;
6620 inoremap <buffer> <silent> &y' &yacute;
6621 inoremap <buffer> <silent> &u" &uuml;
6622 inoremap <buffer> <silent> &u^ &ucirc;
6623 inoremap <buffer> <silent> &u' &uacute;
6624 inoremap <buffer> <silent> &u` &ugrave;
6625 inoremap <buffer> <silent> &x &times;
6626 inoremap <buffer> <silent> &o" &ouml;
6627 inoremap <buffer> <silent> &o~ &otilde;
6628 inoremap <buffer> <silent> &o^ &ocirc;
6629 inoremap <buffer> <silent> &o' &oacute;
6630 inoremap <buffer> <silent> &o` &ograve;
6631 inoremap <buffer> <silent> &n~ &ntilde;
6632 inoremap <buffer> <silent> &i" &iuml;
6633 inoremap <buffer> <silent> &i^ &icirc;
6634 inoremap <buffer> <silent> &i' &iacute;
6635 inoremap <buffer> <silent> &i` &igrave;
6636 inoremap <buffer> <silent> &e" &euml;
6637 inoremap <buffer> <silent> &e^ &ecirc;
6638 inoremap <buffer> <silent> &e' &eacute;
6639 inoremap <buffer> <silent> &e` &egrave;
6640 inoremap <buffer> <silent> &c, &ccedil;
6641 inoremap <buffer> <silent> &ae &aelig;
6642 inoremap <buffer> <silent> &ao &aring;
6643 inoremap <buffer> <silent> &a" &auml;
6644 inoremap <buffer> <silent> &a~ &atilde;
6645 inoremap <buffer> <silent> &a^ &acirc;
6646 inoremap <buffer> <silent> &a' &aacute;
6647 inoremap <buffer> <silent> &a` &agrave;
6648 inoremap <buffer> <silent> &Y' &Yacute;
6649 inoremap <buffer> <silent> &U" &Uuml;
6650 inoremap <buffer> <silent> &U^ &Ucirc;
6651 inoremap <buffer> <silent> &U' &Uacute;
6652 inoremap <buffer> <silent> &U` &Ugrave;
6653 inoremap <buffer> <silent> &O/ &Oslash;
6654 inoremap <buffer> <silent> &O" &Ouml;
6655 inoremap <buffer> <silent> &O~ &Otilde;
6656 inoremap <buffer> <silent> &O^ &Ocirc;
6657 inoremap <buffer> <silent> &O' &Oacute;
6658 inoremap <buffer> <silent> &O` &Ograve;
6659 inoremap <buffer> <silent> &N~ &Ntilde;
6660 inoremap <buffer> <silent> &I" &Iuml;
6661 inoremap <buffer> <silent> &I^ &Icirc;
6662 inoremap <buffer> <silent> &I' &Iacute;
6663 inoremap <buffer> <silent> &I` &Igrave;
6664 inoremap <buffer> <silent> &E" &Euml;
6665 inoremap <buffer> <silent> &E^ &Ecirc;
6666 inoremap <buffer> <silent> &E' &Eacute;
6667 inoremap <buffer> <silent> &E` &Egrave;
6668 inoremap <buffer> <silent> &C, &Ccedil;
6669 inoremap <buffer> <silent> &AE &AElig;
6670 inoremap <buffer> <silent> &Ao &Aring;
6671 inoremap <buffer> <silent> &A" &Auml;
6672 inoremap <buffer> <silent> &A~ &Atilde;
6673 inoremap <buffer> <silent> &A^ &Acirc;
6674 inoremap <buffer> <silent> &A' &Aacute;
6675 inoremap <buffer> <silent> &A` &Agrave;
6676 inoremap <buffer> <silent> &c| &cent;
6677 inoremap <buffer> <silent> &Y= &yen;
6678 inoremap <buffer> <silent> &# &pound;
6679 inoremap <buffer> <silent> & &nbsp;
6680 inoremap <buffer> <silent> &> &gt;
6681 inoremap <buffer> <silent> &< &lt;
6682 inoremap <buffer> <silent> &' &quot;
6683 inoremap <buffer> <silent> &tm &trade;
6684 inoremap <buffer> <silent> &rO &reg;
6685 inoremap <buffer> <silent> &cO &copy;
6686 inoremap <buffer> <silent> && &amp;
6687 inoremap <buffer> <silent> ; &nbsp;
6688 inoremap <buffer> <silent> ;la <label for=""></label>F"
6689 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
6690 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
6691 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
6692 </textarea>k$5F"i
6693 inoremap <buffer> <silent> ;og <optgroup label="">
6694 </optgroup>k$F"i
6695 inoremap <buffer> <silent> ;op <option></option>F<
6696 inoremap <buffer> <silent> ;ms <select name="" multiple>
6697 </select>O
6698 inoremap <buffer> <silent> ;se <select name="">
6699 </select>O
6700 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
6701 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
6702 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
6703 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
6704 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
6705 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
6706 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
6707 inoremap <buffer> <silent> ;fm <form action="">
6708 </form>k$F"i
6709 inoremap <buffer> <silent> ;if <iframe src="">
6710 </iframe>k$F"i
6711 inoremap <buffer> <silent> ;nf <noframes>
6712 </noframes>O
6713 inoremap <buffer> <silent> ;fr <frame src="">F"
6714 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
6715 </frameset>k$3F"i
6716 inoremap <buffer> <silent> ;th <th></th>F<
6717 inoremap <buffer> <silent> ;td <td>
6718 </td>O
6719 inoremap <buffer> <silent> ;tr <tr>
6720 </tr>O
6721 inoremap <buffer> <silent> ;tf <tfoot>
6722 </tfoot>O
6723 inoremap <buffer> <silent> ;tb <tbody>
6724 </tbody>O
6725 inoremap <buffer> <silent> ;tH <thead>
6726 </thead>O
6727 inoremap <buffer> <silent> ;ta <table>
6728 </table>O
6729 inoremap <buffer> <silent> ;ca <caption></caption>F<
6730 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
6731 </object>k$5F"i
6732 inoremap <buffer> <silent> ;ns <noscript>
6733 </noscripT>O
6734 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
6735 <noembed></noembed>k$5F"i
6736 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
6737 inoremap <buffer> <silent> ;va <var></var>F<
6738 inoremap <buffer> <silent> ;ul <ul>
6739 </ul>O
6740 inoremap <buffer> <silent> ;tt <tt></tt>F<
6741 inoremap <buffer> <silent> ;ti <title></title>F<
6742 inoremap <buffer> <silent> ;sp <sup></sup>F<
6743 inoremap <buffer> <silent> ;sb <sub></sub>F<
6744 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
6745 inoremap <buffer> <silent> ;cs <style type="text/css">
6746 <!--
6747 -->
6748 </style>kO
6749 inoremap <buffer> <silent> ;sm <small></small>F<
6750 inoremap <buffer> <silent> ;sa <samp></samp>F<
6751 inoremap <buffer> <silent> ;sk <strike></strike>F<
6752 inoremap <buffer> <silent> ;qu <q></q>F<
6753 inoremap <buffer> <silent> ;pr <pre>
6754 </pre>O
6755 inoremap <buffer> <silent> ;/p </p>
6756 
6757 <p>
6758 inoremap <buffer> <silent> ;pp <p>
6759 </p>O
6760 inoremap <buffer> <silent> ;ol <ol>
6761 </ol>O
6762 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
6763 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
6764 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
6765 inoremap <buffer> <silent> ;lk <link href="">F"
6766 inoremap <buffer> <silent> ;li <li></li>F<
6767 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
6768 inoremap <buffer> <silent> ;ii <isindex>
6769 inoremap <buffer> <silent> ;in <ins></ins>F<
6770 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
6771 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
6772 inoremap <buffer> <silent> ;ht <html>
6773 </html>O
6774 inoremap <buffer> <silent> ;Hr <hr width="75%">
6775 inoremap <buffer> <silent> ;hr <hr>
6776 inoremap <buffer> <silent> ;he <head>
6777 </head>O
6778 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
6779 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
6780 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
6781 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
6782 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
6783 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
6784 inoremap <buffer> <silent> ;h6 <h6></h6>F<
6785 inoremap <buffer> <silent> ;h5 <h5></h5>F<
6786 inoremap <buffer> <silent> ;h4 <h4></h4>F<
6787 inoremap <buffer> <silent> ;h3 <h3></h3>F<
6788 inoremap <buffer> <silent> ;h2 <h2></h2>F<
6789 inoremap <buffer> <silent> ;h1 <h1></h1>F<
6790 inoremap <buffer> <silent> ;fc <font color=""></font>F"
6791 inoremap <buffer> <silent> ;fo <font size=""></font>F"
6792 inoremap <buffer> <silent> ;sn <span></span>F<
6793 inoremap <buffer> <silent> ;dv <div>
6794 </div>O
6795 inoremap <buffer> <silent> ;df <dfn></dfn>F<
6796 inoremap <buffer> <silent> ;de <del></del>F<
6797 inoremap <buffer> <silent> ;dd <dd></dd>F<
6798 inoremap <buffer> <silent> ;dt <dt></dt>F<
6799 inoremap <buffer> <silent> ;dl <dl>
6800 </dl>O
6801 inoremap <buffer> <silent> ;co <code></code>F<
6802 inoremap <buffer> <silent> ;ci <cite></cite>F<
6803 inoremap <buffer> <silent> ;ce <center></center>F<
6804 inoremap <buffer> <silent> ;br <br>
6805 inoremap <buffer> <silent> ;bd <body>
6806 </body>O
6807 inoremap <buffer> <silent> ;bl <blockquote>
6808 </blockquote>O
6809 inoremap <buffer> <silent> ;bi <big></big>F<
6810 inoremap <buffer> <silent> ;bh <base href="">F"
6811 inoremap <buffer> <silent> ;ad <address></address>F<
6812 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
6813 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
6814 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
6815 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
6816 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
6817 inoremap <buffer> <silent> ;an <a name=""></a>F"
6818 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
6819 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
6820 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
6821 inoremap <buffer> <silent> ;ah <a href=""></a>F"
6822 imap <buffer> <silent> ;s4 ;s4
6823 imap <buffer> <silent> ;4 ;4
6824 inoremap <buffer> <silent> ;mi :call MangleImageTag()
6825 inoremap <buffer> <silent> ; 
6826 inoremap <buffer> <silent> ;& &
6827 inoremap <buffer> <silent> ;; ;
6828 setlocal keymap=
6829 setlocal noarabic
6830 setlocal autoindent
6831 setlocal balloonexpr=
6832 setlocal nobinary
6833 setlocal bufhidden=
6834 setlocal buflisted
6835 setlocal buftype=
6836 setlocal nocindent
6837 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
6838 setlocal cinoptions=
6839 setlocal cinwords=if,else,while,do,for,switch
6840 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
6841 setlocal commentstring=<!--%s-->
6842 setlocal complete=.,w,b,u,t,i
6843 setlocal completefunc=
6844 setlocal nocopyindent
6845 setlocal nocursorcolumn
6846 setlocal nocursorline
6847 setlocal define=
6848 setlocal dictionary=
6849 setlocal nodiff
6850 setlocal equalprg=
6851 setlocal errorformat=
6852 setlocal noexpandtab
6853 if &filetype != 'html'
6854 setlocal filetype=html
6855 endif
6856 setlocal foldcolumn=0
6857 setlocal foldenable
6858 setlocal foldexpr=0
6859 setlocal foldignore=#
6860 setlocal foldlevel=0
6861 setlocal foldmarker={{{,}}}
6862 setlocal foldmethod=manual
6863 setlocal foldminlines=1
6864 setlocal foldnestmax=20
6865 setlocal foldtext=foldtext()
6866 setlocal formatexpr=
6867 setlocal formatoptions=tcq
6868 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
6869 setlocal grepprg=
6870 setlocal iminsert=2
6871 setlocal imsearch=2
6872 setlocal include=
6873 setlocal includeexpr=
6874 setlocal indentexpr=
6875 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
6876 setlocal noinfercase
6877 setlocal iskeyword=@,48-57,_,192-255
6878 setlocal keywordprg=
6879 setlocal nolinebreak
6880 setlocal nolisp
6881 setlocal nolist
6882 setlocal makeprg=
6883 setlocal matchpairs=(:),{:},[:],<:>
6884 setlocal nomodeline
6885 setlocal modifiable
6886 setlocal nrformats=octal,hex
6887 setlocal nonumber
6888 setlocal numberwidth=4
6889 setlocal omnifunc=htmlcomplete#CompleteTags
6890 setlocal path=
6891 setlocal nopreserveindent
6892 setlocal nopreviewwindow
6893 setlocal quoteescape=\\
6894 setlocal noreadonly
6895 setlocal norightleft
6896 setlocal rightleftcmd=search
6897 setlocal noscrollbind
6898 setlocal shiftwidth=8
6899 setlocal noshortname
6900 setlocal nosmartindent
6901 setlocal softtabstop=0
6902 setlocal nospell
6903 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
6904 setlocal spellfile=
6905 setlocal spelllang=en
6906 setlocal statusline=
6907 setlocal suffixesadd=
6908 setlocal swapfile
6909 setlocal synmaxcol=3000
6910 if &syntax != 'html'
6911 setlocal syntax=html
6912 endif
6913 setlocal tabstop=2
6914 setlocal tags=
6915 setlocal textwidth=0
6916 setlocal thesaurus=
6917 setlocal nowinfixheight
6918 setlocal nowinfixwidth
6919 setlocal wrap
6920 setlocal wrapmargin=0
6921 silent! normal! zE
6922 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
6923 if s:l < 1 | let s:l = 1 | endif
6924 exe s:l
6925 normal! zt
6926 1
6927 normal! 0
6928 tabedit restoration.html
6929 set splitbelow splitright
6930 set nosplitbelow
6931 set nosplitright
6932 wincmd t
6933 set winheight=1 winwidth=1
6934 argglobal
6935 17argu
6936 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6937 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6938 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
6939 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
6940 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
6941 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
6942 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
6943 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
6944 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
6945 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
6946 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
6947 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
6948 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
6949 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
6950 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
6951 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
6952 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
6953 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
6954 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">')
6955 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">')
6956 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
6957 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
6958 nnoremap <buffer> <silent> ; 
6959 nnoremap <buffer> <silent> ;; ;
6960 vnoremap <buffer> <silent> ;; ;
6961 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
6962 inoremap <buffer> <silent> &hA &hArr;
6963 inoremap <buffer> <silent> &dA &dArr;
6964 inoremap <buffer> <silent> &rA &rArr;
6965 inoremap <buffer> <silent> &uA &uArr;
6966 inoremap <buffer> <silent> &lA &lArr;
6967 inoremap <buffer> <silent> &ha &harr;
6968 inoremap <buffer> <silent> &da &darr;
6969 inoremap <buffer> <silent> &ra &rarr;
6970 inoremap <buffer> <silent> &ua &uarr;
6971 inoremap <buffer> <silent> &la &larr;
6972 inoremap <buffer> <silent> &pv &piv;
6973 inoremap <buffer> <silent> &uh &upsih;
6974 inoremap <buffer> <silent> &ts &thetasym;
6975 inoremap <buffer> <silent> &og &omega;
6976 inoremap <buffer> <silent> &ps &psi;
6977 inoremap <buffer> <silent> &ch &chi;
6978 inoremap <buffer> <silent> &ph &phi;
6979 inoremap <buffer> <silent> &up &upsilon;
6980 inoremap <buffer> <silent> &ta &tau;
6981 inoremap <buffer> <silent> &sf &sigmaf;
6982 inoremap <buffer> <silent> &si &sigma;
6983 inoremap <buffer> <silent> &rh &rho;
6984 inoremap <buffer> <silent> &pi &pi;
6985 inoremap <buffer> <silent> &oc &omicron;
6986 inoremap <buffer> <silent> &xi &xi;
6987 inoremap <buffer> <silent> &nu &nu;
6988 inoremap <buffer> <silent> &mu &mu;
6989 inoremap <buffer> <silent> &lm &lambda;
6990 inoremap <buffer> <silent> &ka &kappa;
6991 inoremap <buffer> <silent> &io &iota;
6992 inoremap <buffer> <silent> &th &theta;
6993 inoremap <buffer> <silent> &et &eta;
6994 inoremap <buffer> <silent> &ze &zeta;
6995 inoremap <buffer> <silent> &ep &epsilon;
6996 inoremap <buffer> <silent> &de &delta;
6997 inoremap <buffer> <silent> &ga &gamma;
6998 inoremap <buffer> <silent> &be &beta;
6999 inoremap <buffer> <silent> &al &alpha;
7000 inoremap <buffer> <silent> &Ps &Psi;
7001 inoremap <buffer> <silent> &Ch &Chi;
7002 inoremap <buffer> <silent> &Ph &Phi;
7003 inoremap <buffer> <silent> &Up &Upsilon;
7004 inoremap <buffer> <silent> &Ta &Tau;
7005 inoremap <buffer> <silent> &Si &Sigma;
7006 inoremap <buffer> <silent> &Rh &Rho;
7007 inoremap <buffer> <silent> &Pi &Pi;
7008 inoremap <buffer> <silent> &Oc &Omicron;
7009 inoremap <buffer> <silent> &Xi &Xi;
7010 inoremap <buffer> <silent> &Nu &Nu;
7011 inoremap <buffer> <silent> &Mu &Mu;
7012 inoremap <buffer> <silent> &Lm &Lambda;
7013 inoremap <buffer> <silent> &Ka &Kappa;
7014 inoremap <buffer> <silent> &Io &Iota;
7015 inoremap <buffer> <silent> &Th &Theta;
7016 inoremap <buffer> <silent> &Et &Eta;
7017 inoremap <buffer> <silent> &Ze &Zeta;
7018 inoremap <buffer> <silent> &Ep &Epsilon;
7019 inoremap <buffer> <silent> &De &Delta;
7020 inoremap <buffer> <silent> &Ga &Gamma;
7021 inoremap <buffer> <silent> &Be &Beta;
7022 inoremap <buffer> <silent> &Al &Alpha;
7023 inoremap <buffer> <silent> &3. &hellip;
7024 inoremap <buffer> <silent> &-- &mdash;
7025 inoremap <buffer> <silent> &3- &mdash;
7026 inoremap <buffer> <silent> &m- &mdash;
7027 inoremap <buffer> <silent> &2- &ndash;
7028 inoremap <buffer> <silent> &n- &ndash;
7029 inoremap <buffer> <silent> &34 &frac34;
7030 inoremap <buffer> <silent> &12 &frac12;
7031 inoremap <buffer> <silent> &14 &frac14;
7032 inoremap <buffer> <silent> &. &middot;
7033 inoremap <buffer> <silent> &pa &para;
7034 inoremap <buffer> <silent> &mi &micro;
7035 inoremap <buffer> <silent> &dg &deg;
7036 inoremap <buffer> <silent> &? &iquest;
7037 inoremap <buffer> <silent> &! &iexcl;
7038 inoremap <buffer> <silent> &sz &szlig;
7039 inoremap <buffer> <silent> &o/ &oslash;
7040 inoremap <buffer> <silent> &/ &divide;
7041 inoremap <buffer> <silent> &" &uml;
7042 inoremap <buffer> <silent> &2> &raquo;
7043 inoremap <buffer> <silent> &2< &laquo;
7044 inoremap <buffer> <silent> &y" &yuml;
7045 inoremap <buffer> <silent> &y' &yacute;
7046 inoremap <buffer> <silent> &u" &uuml;
7047 inoremap <buffer> <silent> &u^ &ucirc;
7048 inoremap <buffer> <silent> &u' &uacute;
7049 inoremap <buffer> <silent> &u` &ugrave;
7050 inoremap <buffer> <silent> &x &times;
7051 inoremap <buffer> <silent> &o" &ouml;
7052 inoremap <buffer> <silent> &o~ &otilde;
7053 inoremap <buffer> <silent> &o^ &ocirc;
7054 inoremap <buffer> <silent> &o' &oacute;
7055 inoremap <buffer> <silent> &o` &ograve;
7056 inoremap <buffer> <silent> &n~ &ntilde;
7057 inoremap <buffer> <silent> &i" &iuml;
7058 inoremap <buffer> <silent> &i^ &icirc;
7059 inoremap <buffer> <silent> &i' &iacute;
7060 inoremap <buffer> <silent> &i` &igrave;
7061 inoremap <buffer> <silent> &e" &euml;
7062 inoremap <buffer> <silent> &e^ &ecirc;
7063 inoremap <buffer> <silent> &e' &eacute;
7064 inoremap <buffer> <silent> &e` &egrave;
7065 inoremap <buffer> <silent> &c, &ccedil;
7066 inoremap <buffer> <silent> &ae &aelig;
7067 inoremap <buffer> <silent> &ao &aring;
7068 inoremap <buffer> <silent> &a" &auml;
7069 inoremap <buffer> <silent> &a~ &atilde;
7070 inoremap <buffer> <silent> &a^ &acirc;
7071 inoremap <buffer> <silent> &a' &aacute;
7072 inoremap <buffer> <silent> &a` &agrave;
7073 inoremap <buffer> <silent> &Y' &Yacute;
7074 inoremap <buffer> <silent> &U" &Uuml;
7075 inoremap <buffer> <silent> &U^ &Ucirc;
7076 inoremap <buffer> <silent> &U' &Uacute;
7077 inoremap <buffer> <silent> &U` &Ugrave;
7078 inoremap <buffer> <silent> &O/ &Oslash;
7079 inoremap <buffer> <silent> &O" &Ouml;
7080 inoremap <buffer> <silent> &O~ &Otilde;
7081 inoremap <buffer> <silent> &O^ &Ocirc;
7082 inoremap <buffer> <silent> &O' &Oacute;
7083 inoremap <buffer> <silent> &O` &Ograve;
7084 inoremap <buffer> <silent> &N~ &Ntilde;
7085 inoremap <buffer> <silent> &I" &Iuml;
7086 inoremap <buffer> <silent> &I^ &Icirc;
7087 inoremap <buffer> <silent> &I' &Iacute;
7088 inoremap <buffer> <silent> &I` &Igrave;
7089 inoremap <buffer> <silent> &E" &Euml;
7090 inoremap <buffer> <silent> &E^ &Ecirc;
7091 inoremap <buffer> <silent> &E' &Eacute;
7092 inoremap <buffer> <silent> &E` &Egrave;
7093 inoremap <buffer> <silent> &C, &Ccedil;
7094 inoremap <buffer> <silent> &AE &AElig;
7095 inoremap <buffer> <silent> &Ao &Aring;
7096 inoremap <buffer> <silent> &A" &Auml;
7097 inoremap <buffer> <silent> &A~ &Atilde;
7098 inoremap <buffer> <silent> &A^ &Acirc;
7099 inoremap <buffer> <silent> &A' &Aacute;
7100 inoremap <buffer> <silent> &A` &Agrave;
7101 inoremap <buffer> <silent> &c| &cent;
7102 inoremap <buffer> <silent> &Y= &yen;
7103 inoremap <buffer> <silent> &# &pound;
7104 inoremap <buffer> <silent> & &nbsp;
7105 inoremap <buffer> <silent> &> &gt;
7106 inoremap <buffer> <silent> &< &lt;
7107 inoremap <buffer> <silent> &' &quot;
7108 inoremap <buffer> <silent> &tm &trade;
7109 inoremap <buffer> <silent> &rO &reg;
7110 inoremap <buffer> <silent> &cO &copy;
7111 inoremap <buffer> <silent> && &amp;
7112 inoremap <buffer> <silent> ; &nbsp;
7113 inoremap <buffer> <silent> ;la <label for=""></label>F"
7114 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
7115 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
7116 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
7117 </textarea>k$5F"i
7118 inoremap <buffer> <silent> ;og <optgroup label="">
7119 </optgroup>k$F"i
7120 inoremap <buffer> <silent> ;op <option></option>F<
7121 inoremap <buffer> <silent> ;ms <select name="" multiple>
7122 </select>O
7123 inoremap <buffer> <silent> ;se <select name="">
7124 </select>O
7125 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
7126 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
7127 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
7128 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
7129 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
7130 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
7131 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
7132 inoremap <buffer> <silent> ;fm <form action="">
7133 </form>k$F"i
7134 inoremap <buffer> <silent> ;if <iframe src="">
7135 </iframe>k$F"i
7136 inoremap <buffer> <silent> ;nf <noframes>
7137 </noframes>O
7138 inoremap <buffer> <silent> ;fr <frame src="">F"
7139 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
7140 </frameset>k$3F"i
7141 inoremap <buffer> <silent> ;th <th></th>F<
7142 inoremap <buffer> <silent> ;td <td>
7143 </td>O
7144 inoremap <buffer> <silent> ;tr <tr>
7145 </tr>O
7146 inoremap <buffer> <silent> ;tf <tfoot>
7147 </tfoot>O
7148 inoremap <buffer> <silent> ;tb <tbody>
7149 </tbody>O
7150 inoremap <buffer> <silent> ;tH <thead>
7151 </thead>O
7152 inoremap <buffer> <silent> ;ta <table>
7153 </table>O
7154 inoremap <buffer> <silent> ;ca <caption></caption>F<
7155 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
7156 </object>k$5F"i
7157 inoremap <buffer> <silent> ;ns <noscript>
7158 </noscripT>O
7159 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
7160 <noembed></noembed>k$5F"i
7161 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
7162 inoremap <buffer> <silent> ;va <var></var>F<
7163 inoremap <buffer> <silent> ;ul <ul>
7164 </ul>O
7165 inoremap <buffer> <silent> ;tt <tt></tt>F<
7166 inoremap <buffer> <silent> ;ti <title></title>F<
7167 inoremap <buffer> <silent> ;sp <sup></sup>F<
7168 inoremap <buffer> <silent> ;sb <sub></sub>F<
7169 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
7170 inoremap <buffer> <silent> ;cs <style type="text/css">
7171 <!--
7172 -->
7173 </style>kO
7174 inoremap <buffer> <silent> ;sm <small></small>F<
7175 inoremap <buffer> <silent> ;sa <samp></samp>F<
7176 inoremap <buffer> <silent> ;sk <strike></strike>F<
7177 inoremap <buffer> <silent> ;qu <q></q>F<
7178 inoremap <buffer> <silent> ;pr <pre>
7179 </pre>O
7180 inoremap <buffer> <silent> ;/p </p>
7181 
7182 <p>
7183 inoremap <buffer> <silent> ;pp <p>
7184 </p>O
7185 inoremap <buffer> <silent> ;ol <ol>
7186 </ol>O
7187 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
7188 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
7189 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
7190 inoremap <buffer> <silent> ;lk <link href="">F"
7191 inoremap <buffer> <silent> ;li <li></li>F<
7192 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
7193 inoremap <buffer> <silent> ;ii <isindex>
7194 inoremap <buffer> <silent> ;in <ins></ins>F<
7195 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
7196 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
7197 inoremap <buffer> <silent> ;ht <html>
7198 </html>O
7199 inoremap <buffer> <silent> ;Hr <hr width="75%">
7200 inoremap <buffer> <silent> ;hr <hr>
7201 inoremap <buffer> <silent> ;he <head>
7202 </head>O
7203 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
7204 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
7205 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
7206 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
7207 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
7208 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
7209 inoremap <buffer> <silent> ;h6 <h6></h6>F<
7210 inoremap <buffer> <silent> ;h5 <h5></h5>F<
7211 inoremap <buffer> <silent> ;h4 <h4></h4>F<
7212 inoremap <buffer> <silent> ;h3 <h3></h3>F<
7213 inoremap <buffer> <silent> ;h2 <h2></h2>F<
7214 inoremap <buffer> <silent> ;h1 <h1></h1>F<
7215 inoremap <buffer> <silent> ;fc <font color=""></font>F"
7216 inoremap <buffer> <silent> ;fo <font size=""></font>F"
7217 inoremap <buffer> <silent> ;sn <span></span>F<
7218 inoremap <buffer> <silent> ;dv <div>
7219 </div>O
7220 inoremap <buffer> <silent> ;df <dfn></dfn>F<
7221 inoremap <buffer> <silent> ;de <del></del>F<
7222 inoremap <buffer> <silent> ;dd <dd></dd>F<
7223 inoremap <buffer> <silent> ;dt <dt></dt>F<
7224 inoremap <buffer> <silent> ;dl <dl>
7225 </dl>O
7226 inoremap <buffer> <silent> ;co <code></code>F<
7227 inoremap <buffer> <silent> ;ci <cite></cite>F<
7228 inoremap <buffer> <silent> ;ce <center></center>F<
7229 inoremap <buffer> <silent> ;br <br>
7230 inoremap <buffer> <silent> ;bd <body>
7231 </body>O
7232 inoremap <buffer> <silent> ;bl <blockquote>
7233 </blockquote>O
7234 inoremap <buffer> <silent> ;bi <big></big>F<
7235 inoremap <buffer> <silent> ;bh <base href="">F"
7236 inoremap <buffer> <silent> ;ad <address></address>F<
7237 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
7238 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
7239 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
7240 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
7241 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
7242 inoremap <buffer> <silent> ;an <a name=""></a>F"
7243 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
7244 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
7245 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
7246 inoremap <buffer> <silent> ;ah <a href=""></a>F"
7247 imap <buffer> <silent> ;s4 ;s4
7248 imap <buffer> <silent> ;4 ;4
7249 inoremap <buffer> <silent> ;mi :call MangleImageTag()
7250 inoremap <buffer> <silent> ; 
7251 inoremap <buffer> <silent> ;& &
7252 inoremap <buffer> <silent> ;; ;
7253 setlocal keymap=
7254 setlocal noarabic
7255 setlocal autoindent
7256 setlocal balloonexpr=
7257 setlocal nobinary
7258 setlocal bufhidden=
7259 setlocal buflisted
7260 setlocal buftype=
7261 setlocal nocindent
7262 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
7263 setlocal cinoptions=
7264 setlocal cinwords=if,else,while,do,for,switch
7265 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
7266 setlocal commentstring=<!--%s-->
7267 setlocal complete=.,w,b,u,t,i
7268 setlocal completefunc=
7269 setlocal nocopyindent
7270 setlocal nocursorcolumn
7271 setlocal nocursorline
7272 setlocal define=
7273 setlocal dictionary=
7274 setlocal nodiff
7275 setlocal equalprg=
7276 setlocal errorformat=
7277 setlocal noexpandtab
7278 if &filetype != 'html'
7279 setlocal filetype=html
7280 endif
7281 setlocal foldcolumn=0
7282 setlocal foldenable
7283 setlocal foldexpr=0
7284 setlocal foldignore=#
7285 setlocal foldlevel=0
7286 setlocal foldmarker={{{,}}}
7287 setlocal foldmethod=manual
7288 setlocal foldminlines=1
7289 setlocal foldnestmax=20
7290 setlocal foldtext=foldtext()
7291 setlocal formatexpr=
7292 setlocal formatoptions=tcq
7293 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
7294 setlocal grepprg=
7295 setlocal iminsert=2
7296 setlocal imsearch=2
7297 setlocal include=
7298 setlocal includeexpr=
7299 setlocal indentexpr=
7300 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
7301 setlocal noinfercase
7302 setlocal iskeyword=@,48-57,_,192-255
7303 setlocal keywordprg=
7304 setlocal nolinebreak
7305 setlocal nolisp
7306 setlocal nolist
7307 setlocal makeprg=
7308 setlocal matchpairs=(:),{:},[:],<:>
7309 setlocal nomodeline
7310 setlocal modifiable
7311 setlocal nrformats=octal,hex
7312 setlocal nonumber
7313 setlocal numberwidth=4
7314 setlocal omnifunc=htmlcomplete#CompleteTags
7315 setlocal path=
7316 setlocal nopreserveindent
7317 setlocal nopreviewwindow
7318 setlocal quoteescape=\\
7319 setlocal noreadonly
7320 setlocal norightleft
7321 setlocal rightleftcmd=search
7322 setlocal noscrollbind
7323 setlocal shiftwidth=8
7324 setlocal noshortname
7325 setlocal nosmartindent
7326 setlocal softtabstop=0
7327 setlocal nospell
7328 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
7329 setlocal spellfile=
7330 setlocal spelllang=en
7331 setlocal statusline=
7332 setlocal suffixesadd=
7333 setlocal swapfile
7334 setlocal synmaxcol=3000
7335 if &syntax != 'html'
7336 setlocal syntax=html
7337 endif
7338 setlocal tabstop=2
7339 setlocal tags=
7340 setlocal textwidth=0
7341 setlocal thesaurus=
7342 setlocal nowinfixheight
7343 setlocal nowinfixwidth
7344 setlocal wrap
7345 setlocal wrapmargin=0
7346 silent! normal! zE
7347 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
7348 if s:l < 1 | let s:l = 1 | endif
7349 exe s:l
7350 normal! zt
7351 1
7352 normal! 0
7353 tabedit restore-burn.html
7354 set splitbelow splitright
7355 set nosplitbelow
7356 set nosplitright
7357 wincmd t
7358 set winheight=1 winwidth=1
7359 argglobal
7360 18argu
7361 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
7362 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
7363 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
7364 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
7365 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
7366 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
7367 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
7368 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
7369 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
7370 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
7371 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
7372 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
7373 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
7374 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
7375 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
7376 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
7377 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
7378 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
7379 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">')
7380 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">')
7381 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
7382 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
7383 nnoremap <buffer> <silent> ; 
7384 nnoremap <buffer> <silent> ;; ;
7385 vnoremap <buffer> <silent> ;; ;
7386 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
7387 inoremap <buffer> <silent> &hA &hArr;
7388 inoremap <buffer> <silent> &dA &dArr;
7389 inoremap <buffer> <silent> &rA &rArr;
7390 inoremap <buffer> <silent> &uA &uArr;
7391 inoremap <buffer> <silent> &lA &lArr;
7392 inoremap <buffer> <silent> &ha &harr;
7393 inoremap <buffer> <silent> &da &darr;
7394 inoremap <buffer> <silent> &ra &rarr;
7395 inoremap <buffer> <silent> &ua &uarr;
7396 inoremap <buffer> <silent> &la &larr;
7397 inoremap <buffer> <silent> &pv &piv;
7398 inoremap <buffer> <silent> &uh &upsih;
7399 inoremap <buffer> <silent> &ts &thetasym;
7400 inoremap <buffer> <silent> &og &omega;
7401 inoremap <buffer> <silent> &ps &psi;
7402 inoremap <buffer> <silent> &ch &chi;
7403 inoremap <buffer> <silent> &ph &phi;
7404 inoremap <buffer> <silent> &up &upsilon;
7405 inoremap <buffer> <silent> &ta &tau;
7406 inoremap <buffer> <silent> &sf &sigmaf;
7407 inoremap <buffer> <silent> &si &sigma;
7408 inoremap <buffer> <silent> &rh &rho;
7409 inoremap <buffer> <silent> &pi &pi;
7410 inoremap <buffer> <silent> &oc &omicron;
7411 inoremap <buffer> <silent> &xi &xi;
7412 inoremap <buffer> <silent> &nu &nu;
7413 inoremap <buffer> <silent> &mu &mu;
7414 inoremap <buffer> <silent> &lm &lambda;
7415 inoremap <buffer> <silent> &ka &kappa;
7416 inoremap <buffer> <silent> &io &iota;
7417 inoremap <buffer> <silent> &th &theta;
7418 inoremap <buffer> <silent> &et &eta;
7419 inoremap <buffer> <silent> &ze &zeta;
7420 inoremap <buffer> <silent> &ep &epsilon;
7421 inoremap <buffer> <silent> &de &delta;
7422 inoremap <buffer> <silent> &ga &gamma;
7423 inoremap <buffer> <silent> &be &beta;
7424 inoremap <buffer> <silent> &al &alpha;
7425 inoremap <buffer> <silent> &Ps &Psi;
7426 inoremap <buffer> <silent> &Ch &Chi;
7427 inoremap <buffer> <silent> &Ph &Phi;
7428 inoremap <buffer> <silent> &Up &Upsilon;
7429 inoremap <buffer> <silent> &Ta &Tau;
7430 inoremap <buffer> <silent> &Si &Sigma;
7431 inoremap <buffer> <silent> &Rh &Rho;
7432 inoremap <buffer> <silent> &Pi &Pi;
7433 inoremap <buffer> <silent> &Oc &Omicron;
7434 inoremap <buffer> <silent> &Xi &Xi;
7435 inoremap <buffer> <silent> &Nu &Nu;
7436 inoremap <buffer> <silent> &Mu &Mu;
7437 inoremap <buffer> <silent> &Lm &Lambda;
7438 inoremap <buffer> <silent> &Ka &Kappa;
7439 inoremap <buffer> <silent> &Io &Iota;
7440 inoremap <buffer> <silent> &Th &Theta;
7441 inoremap <buffer> <silent> &Et &Eta;
7442 inoremap <buffer> <silent> &Ze &Zeta;
7443 inoremap <buffer> <silent> &Ep &Epsilon;
7444 inoremap <buffer> <silent> &De &Delta;
7445 inoremap <buffer> <silent> &Ga &Gamma;
7446 inoremap <buffer> <silent> &Be &Beta;
7447 inoremap <buffer> <silent> &Al &Alpha;
7448 inoremap <buffer> <silent> &3. &hellip;
7449 inoremap <buffer> <silent> &-- &mdash;
7450 inoremap <buffer> <silent> &3- &mdash;
7451 inoremap <buffer> <silent> &m- &mdash;
7452 inoremap <buffer> <silent> &2- &ndash;
7453 inoremap <buffer> <silent> &n- &ndash;
7454 inoremap <buffer> <silent> &34 &frac34;
7455 inoremap <buffer> <silent> &12 &frac12;
7456 inoremap <buffer> <silent> &14 &frac14;
7457 inoremap <buffer> <silent> &. &middot;
7458 inoremap <buffer> <silent> &pa &para;
7459 inoremap <buffer> <silent> &mi &micro;
7460 inoremap <buffer> <silent> &dg &deg;
7461 inoremap <buffer> <silent> &? &iquest;
7462 inoremap <buffer> <silent> &! &iexcl;
7463 inoremap <buffer> <silent> &sz &szlig;
7464 inoremap <buffer> <silent> &o/ &oslash;
7465 inoremap <buffer> <silent> &/ &divide;
7466 inoremap <buffer> <silent> &" &uml;
7467 inoremap <buffer> <silent> &2> &raquo;
7468 inoremap <buffer> <silent> &2< &laquo;
7469 inoremap <buffer> <silent> &y" &yuml;
7470 inoremap <buffer> <silent> &y' &yacute;
7471 inoremap <buffer> <silent> &u" &uuml;
7472 inoremap <buffer> <silent> &u^ &ucirc;
7473 inoremap <buffer> <silent> &u' &uacute;
7474 inoremap <buffer> <silent> &u` &ugrave;
7475 inoremap <buffer> <silent> &x &times;
7476 inoremap <buffer> <silent> &o" &ouml;
7477 inoremap <buffer> <silent> &o~ &otilde;
7478 inoremap <buffer> <silent> &o^ &ocirc;
7479 inoremap <buffer> <silent> &o' &oacute;
7480 inoremap <buffer> <silent> &o` &ograve;
7481 inoremap <buffer> <silent> &n~ &ntilde;
7482 inoremap <buffer> <silent> &i" &iuml;
7483 inoremap <buffer> <silent> &i^ &icirc;
7484 inoremap <buffer> <silent> &i' &iacute;
7485 inoremap <buffer> <silent> &i` &igrave;
7486 inoremap <buffer> <silent> &e" &euml;
7487 inoremap <buffer> <silent> &e^ &ecirc;
7488 inoremap <buffer> <silent> &e' &eacute;
7489 inoremap <buffer> <silent> &e` &egrave;
7490 inoremap <buffer> <silent> &c, &ccedil;
7491 inoremap <buffer> <silent> &ae &aelig;
7492 inoremap <buffer> <silent> &ao &aring;
7493 inoremap <buffer> <silent> &a" &auml;
7494 inoremap <buffer> <silent> &a~ &atilde;
7495 inoremap <buffer> <silent> &a^ &acirc;
7496 inoremap <buffer> <silent> &a' &aacute;
7497 inoremap <buffer> <silent> &a` &agrave;
7498 inoremap <buffer> <silent> &Y' &Yacute;
7499 inoremap <buffer> <silent> &U" &Uuml;
7500 inoremap <buffer> <silent> &U^ &Ucirc;
7501 inoremap <buffer> <silent> &U' &Uacute;
7502 inoremap <buffer> <silent> &U` &Ugrave;
7503 inoremap <buffer> <silent> &O/ &Oslash;
7504 inoremap <buffer> <silent> &O" &Ouml;
7505 inoremap <buffer> <silent> &O~ &Otilde;
7506 inoremap <buffer> <silent> &O^ &Ocirc;
7507 inoremap <buffer> <silent> &O' &Oacute;
7508 inoremap <buffer> <silent> &O` &Ograve;
7509 inoremap <buffer> <silent> &N~ &Ntilde;
7510 inoremap <buffer> <silent> &I" &Iuml;
7511 inoremap <buffer> <silent> &I^ &Icirc;
7512 inoremap <buffer> <silent> &I' &Iacute;
7513 inoremap <buffer> <silent> &I` &Igrave;
7514 inoremap <buffer> <silent> &E" &Euml;
7515 inoremap <buffer> <silent> &E^ &Ecirc;
7516 inoremap <buffer> <silent> &E' &Eacute;
7517 inoremap <buffer> <silent> &E` &Egrave;
7518 inoremap <buffer> <silent> &C, &Ccedil;
7519 inoremap <buffer> <silent> &AE &AElig;
7520 inoremap <buffer> <silent> &Ao &Aring;
7521 inoremap <buffer> <silent> &A" &Auml;
7522 inoremap <buffer> <silent> &A~ &Atilde;
7523 inoremap <buffer> <silent> &A^ &Acirc;
7524 inoremap <buffer> <silent> &A' &Aacute;
7525 inoremap <buffer> <silent> &A` &Agrave;
7526 inoremap <buffer> <silent> &c| &cent;
7527 inoremap <buffer> <silent> &Y= &yen;
7528 inoremap <buffer> <silent> &# &pound;
7529 inoremap <buffer> <silent> & &nbsp;
7530 inoremap <buffer> <silent> &> &gt;
7531 inoremap <buffer> <silent> &< &lt;
7532 inoremap <buffer> <silent> &' &quot;
7533 inoremap <buffer> <silent> &tm &trade;
7534 inoremap <buffer> <silent> &rO &reg;
7535 inoremap <buffer> <silent> &cO &copy;
7536 inoremap <buffer> <silent> && &amp;
7537 inoremap <buffer> <silent> ; &nbsp;
7538 inoremap <buffer> <silent> ;la <label for=""></label>F"
7539 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
7540 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
7541 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
7542 </textarea>k$5F"i
7543 inoremap <buffer> <silent> ;og <optgroup label="">
7544 </optgroup>k$F"i
7545 inoremap <buffer> <silent> ;op <option></option>F<
7546 inoremap <buffer> <silent> ;ms <select name="" multiple>
7547 </select>O
7548 inoremap <buffer> <silent> ;se <select name="">
7549 </select>O
7550 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
7551 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
7552 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
7553 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
7554 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
7555 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
7556 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
7557 inoremap <buffer> <silent> ;fm <form action="">
7558 </form>k$F"i
7559 inoremap <buffer> <silent> ;if <iframe src="">
7560 </iframe>k$F"i
7561 inoremap <buffer> <silent> ;nf <noframes>
7562 </noframes>O
7563 inoremap <buffer> <silent> ;fr <frame src="">F"
7564 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
7565 </frameset>k$3F"i
7566 inoremap <buffer> <silent> ;th <th></th>F<
7567 inoremap <buffer> <silent> ;td <td>
7568 </td>O
7569 inoremap <buffer> <silent> ;tr <tr>
7570 </tr>O
7571 inoremap <buffer> <silent> ;tf <tfoot>
7572 </tfoot>O
7573 inoremap <buffer> <silent> ;tb <tbody>
7574 </tbody>O
7575 inoremap <buffer> <silent> ;tH <thead>
7576 </thead>O
7577 inoremap <buffer> <silent> ;ta <table>
7578 </table>O
7579 inoremap <buffer> <silent> ;ca <caption></caption>F<
7580 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
7581 </object>k$5F"i
7582 inoremap <buffer> <silent> ;ns <noscript>
7583 </noscripT>O
7584 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
7585 <noembed></noembed>k$5F"i
7586 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
7587 inoremap <buffer> <silent> ;va <var></var>F<
7588 inoremap <buffer> <silent> ;ul <ul>
7589 </ul>O
7590 inoremap <buffer> <silent> ;tt <tt></tt>F<
7591 inoremap <buffer> <silent> ;ti <title></title>F<
7592 inoremap <buffer> <silent> ;sp <sup></sup>F<
7593 inoremap <buffer> <silent> ;sb <sub></sub>F<
7594 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
7595 inoremap <buffer> <silent> ;cs <style type="text/css">
7596 <!--
7597 -->
7598 </style>kO
7599 inoremap <buffer> <silent> ;sm <small></small>F<
7600 inoremap <buffer> <silent> ;sa <samp></samp>F<
7601 inoremap <buffer> <silent> ;sk <strike></strike>F<
7602 inoremap <buffer> <silent> ;qu <q></q>F<
7603 inoremap <buffer> <silent> ;pr <pre>
7604 </pre>O
7605 inoremap <buffer> <silent> ;/p </p>
7606 
7607 <p>
7608 inoremap <buffer> <silent> ;pp <p>
7609 </p>O
7610 inoremap <buffer> <silent> ;ol <ol>
7611 </ol>O
7612 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
7613 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
7614 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
7615 inoremap <buffer> <silent> ;lk <link href="">F"
7616 inoremap <buffer> <silent> ;li <li></li>F<
7617 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
7618 inoremap <buffer> <silent> ;ii <isindex>
7619 inoremap <buffer> <silent> ;in <ins></ins>F<
7620 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
7621 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
7622 inoremap <buffer> <silent> ;ht <html>
7623 </html>O
7624 inoremap <buffer> <silent> ;Hr <hr width="75%">
7625 inoremap <buffer> <silent> ;hr <hr>
7626 inoremap <buffer> <silent> ;he <head>
7627 </head>O
7628 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
7629 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
7630 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
7631 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
7632 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
7633 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
7634 inoremap <buffer> <silent> ;h6 <h6></h6>F<
7635 inoremap <buffer> <silent> ;h5 <h5></h5>F<
7636 inoremap <buffer> <silent> ;h4 <h4></h4>F<
7637 inoremap <buffer> <silent> ;h3 <h3></h3>F<
7638 inoremap <buffer> <silent> ;h2 <h2></h2>F<
7639 inoremap <buffer> <silent> ;h1 <h1></h1>F<
7640 inoremap <buffer> <silent> ;fc <font color=""></font>F"
7641 inoremap <buffer> <silent> ;fo <font size=""></font>F"
7642 inoremap <buffer> <silent> ;sn <span></span>F<
7643 inoremap <buffer> <silent> ;dv <div>
7644 </div>O
7645 inoremap <buffer> <silent> ;df <dfn></dfn>F<
7646 inoremap <buffer> <silent> ;de <del></del>F<
7647 inoremap <buffer> <silent> ;dd <dd></dd>F<
7648 inoremap <buffer> <silent> ;dt <dt></dt>F<
7649 inoremap <buffer> <silent> ;dl <dl>
7650 </dl>O
7651 inoremap <buffer> <silent> ;co <code></code>F<
7652 inoremap <buffer> <silent> ;ci <cite></cite>F<
7653 inoremap <buffer> <silent> ;ce <center></center>F<
7654 inoremap <buffer> <silent> ;br <br>
7655 inoremap <buffer> <silent> ;bd <body>
7656 </body>O
7657 inoremap <buffer> <silent> ;bl <blockquote>
7658 </blockquote>O
7659 inoremap <buffer> <silent> ;bi <big></big>F<
7660 inoremap <buffer> <silent> ;bh <base href="">F"
7661 inoremap <buffer> <silent> ;ad <address></address>F<
7662 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
7663 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
7664 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
7665 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
7666 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
7667 inoremap <buffer> <silent> ;an <a name=""></a>F"
7668 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
7669 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
7670 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
7671 inoremap <buffer> <silent> ;ah <a href=""></a>F"
7672 imap <buffer> <silent> ;s4 ;s4
7673 imap <buffer> <silent> ;4 ;4
7674 inoremap <buffer> <silent> ;mi :call MangleImageTag()
7675 inoremap <buffer> <silent> ; 
7676 inoremap <buffer> <silent> ;& &
7677 inoremap <buffer> <silent> ;; ;
7678 setlocal keymap=
7679 setlocal noarabic
7680 setlocal autoindent
7681 setlocal balloonexpr=
7682 setlocal nobinary
7683 setlocal bufhidden=
7684 setlocal buflisted
7685 setlocal buftype=
7686 setlocal nocindent
7687 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
7688 setlocal cinoptions=
7689 setlocal cinwords=if,else,while,do,for,switch
7690 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
7691 setlocal commentstring=<!--%s-->
7692 setlocal complete=.,w,b,u,t,i
7693 setlocal completefunc=
7694 setlocal nocopyindent
7695 setlocal nocursorcolumn
7696 setlocal nocursorline
7697 setlocal define=
7698 setlocal dictionary=
7699 setlocal nodiff
7700 setlocal equalprg=
7701 setlocal errorformat=
7702 setlocal noexpandtab
7703 if &filetype != 'html'
7704 setlocal filetype=html
7705 endif
7706 setlocal foldcolumn=0
7707 setlocal foldenable
7708 setlocal foldexpr=0
7709 setlocal foldignore=#
7710 setlocal foldlevel=0
7711 setlocal foldmarker={{{,}}}
7712 setlocal foldmethod=manual
7713 setlocal foldminlines=1
7714 setlocal foldnestmax=20
7715 setlocal foldtext=foldtext()
7716 setlocal formatexpr=
7717 setlocal formatoptions=tcq
7718 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
7719 setlocal grepprg=
7720 setlocal iminsert=2
7721 setlocal imsearch=2
7722 setlocal include=
7723 setlocal includeexpr=
7724 setlocal indentexpr=
7725 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
7726 setlocal noinfercase
7727 setlocal iskeyword=@,48-57,_,192-255
7728 setlocal keywordprg=
7729 setlocal nolinebreak
7730 setlocal nolisp
7731 setlocal nolist
7732 setlocal makeprg=
7733 setlocal matchpairs=(:),{:},[:],<:>
7734 setlocal nomodeline
7735 setlocal modifiable
7736 setlocal nrformats=octal,hex
7737 setlocal nonumber
7738 setlocal numberwidth=4
7739 setlocal omnifunc=htmlcomplete#CompleteTags
7740 setlocal path=
7741 setlocal nopreserveindent
7742 setlocal nopreviewwindow
7743 setlocal quoteescape=\\
7744 setlocal noreadonly
7745 setlocal norightleft
7746 setlocal rightleftcmd=search
7747 setlocal noscrollbind
7748 setlocal shiftwidth=8
7749 setlocal noshortname
7750 setlocal nosmartindent
7751 setlocal softtabstop=0
7752 setlocal nospell
7753 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
7754 setlocal spellfile=
7755 setlocal spelllang=en
7756 setlocal statusline=
7757 setlocal suffixesadd=
7758 setlocal swapfile
7759 setlocal synmaxcol=3000
7760 if &syntax != 'html'
7761 setlocal syntax=html
7762 endif
7763 setlocal tabstop=2
7764 setlocal tags=
7765 setlocal textwidth=0
7766 setlocal thesaurus=
7767 setlocal nowinfixheight
7768 setlocal nowinfixwidth
7769 setlocal wrap
7770 setlocal wrapmargin=0
7771 silent! normal! zE
7772 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
7773 if s:l < 1 | let s:l = 1 | endif
7774 exe s:l
7775 normal! zt
7776 1
7777 normal! 0
7778 tabedit restore.html
7779 set splitbelow splitright
7780 set nosplitbelow
7781 set nosplitright
7782 wincmd t
7783 set winheight=1 winwidth=1
7784 argglobal
7785 19argu
7786 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
7787 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
7788 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
7789 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
7790 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
7791 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
7792 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
7793 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
7794 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
7795 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
7796 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
7797 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
7798 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
7799 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
7800 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
7801 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
7802 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
7803 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
7804 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">')
7805 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">')
7806 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
7807 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
7808 nnoremap <buffer> <silent> ; 
7809 nnoremap <buffer> <silent> ;; ;
7810 vnoremap <buffer> <silent> ;; ;
7811 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
7812 inoremap <buffer> <silent> &hA &hArr;
7813 inoremap <buffer> <silent> &dA &dArr;
7814 inoremap <buffer> <silent> &rA &rArr;
7815 inoremap <buffer> <silent> &uA &uArr;
7816 inoremap <buffer> <silent> &lA &lArr;
7817 inoremap <buffer> <silent> &ha &harr;
7818 inoremap <buffer> <silent> &da &darr;
7819 inoremap <buffer> <silent> &ra &rarr;
7820 inoremap <buffer> <silent> &ua &uarr;
7821 inoremap <buffer> <silent> &la &larr;
7822 inoremap <buffer> <silent> &pv &piv;
7823 inoremap <buffer> <silent> &uh &upsih;
7824 inoremap <buffer> <silent> &ts &thetasym;
7825 inoremap <buffer> <silent> &og &omega;
7826 inoremap <buffer> <silent> &ps &psi;
7827 inoremap <buffer> <silent> &ch &chi;
7828 inoremap <buffer> <silent> &ph &phi;
7829 inoremap <buffer> <silent> &up &upsilon;
7830 inoremap <buffer> <silent> &ta &tau;
7831 inoremap <buffer> <silent> &sf &sigmaf;
7832 inoremap <buffer> <silent> &si &sigma;
7833 inoremap <buffer> <silent> &rh &rho;
7834 inoremap <buffer> <silent> &pi &pi;
7835 inoremap <buffer> <silent> &oc &omicron;
7836 inoremap <buffer> <silent> &xi &xi;
7837 inoremap <buffer> <silent> &nu &nu;
7838 inoremap <buffer> <silent> &mu &mu;
7839 inoremap <buffer> <silent> &lm &lambda;
7840 inoremap <buffer> <silent> &ka &kappa;
7841 inoremap <buffer> <silent> &io &iota;
7842 inoremap <buffer> <silent> &th &theta;
7843 inoremap <buffer> <silent> &et &eta;
7844 inoremap <buffer> <silent> &ze &zeta;
7845 inoremap <buffer> <silent> &ep &epsilon;
7846 inoremap <buffer> <silent> &de &delta;
7847 inoremap <buffer> <silent> &ga &gamma;
7848 inoremap <buffer> <silent> &be &beta;
7849 inoremap <buffer> <silent> &al &alpha;
7850 inoremap <buffer> <silent> &Ps &Psi;
7851 inoremap <buffer> <silent> &Ch &Chi;
7852 inoremap <buffer> <silent> &Ph &Phi;
7853 inoremap <buffer> <silent> &Up &Upsilon;
7854 inoremap <buffer> <silent> &Ta &Tau;
7855 inoremap <buffer> <silent> &Si &Sigma;
7856 inoremap <buffer> <silent> &Rh &Rho;
7857 inoremap <buffer> <silent> &Pi &Pi;
7858 inoremap <buffer> <silent> &Oc &Omicron;
7859 inoremap <buffer> <silent> &Xi &Xi;
7860 inoremap <buffer> <silent> &Nu &Nu;
7861 inoremap <buffer> <silent> &Mu &Mu;
7862 inoremap <buffer> <silent> &Lm &Lambda;
7863 inoremap <buffer> <silent> &Ka &Kappa;
7864 inoremap <buffer> <silent> &Io &Iota;
7865 inoremap <buffer> <silent> &Th &Theta;
7866 inoremap <buffer> <silent> &Et &Eta;
7867 inoremap <buffer> <silent> &Ze &Zeta;
7868 inoremap <buffer> <silent> &Ep &Epsilon;
7869 inoremap <buffer> <silent> &De &Delta;
7870 inoremap <buffer> <silent> &Ga &Gamma;
7871 inoremap <buffer> <silent> &Be &Beta;
7872 inoremap <buffer> <silent> &Al &Alpha;
7873 inoremap <buffer> <silent> &3. &hellip;
7874 inoremap <buffer> <silent> &-- &mdash;
7875 inoremap <buffer> <silent> &3- &mdash;
7876 inoremap <buffer> <silent> &m- &mdash;
7877 inoremap <buffer> <silent> &2- &ndash;
7878 inoremap <buffer> <silent> &n- &ndash;
7879 inoremap <buffer> <silent> &34 &frac34;
7880 inoremap <buffer> <silent> &12 &frac12;
7881 inoremap <buffer> <silent> &14 &frac14;
7882 inoremap <buffer> <silent> &. &middot;
7883 inoremap <buffer> <silent> &pa &para;
7884 inoremap <buffer> <silent> &mi &micro;
7885 inoremap <buffer> <silent> &dg &deg;
7886 inoremap <buffer> <silent> &? &iquest;
7887 inoremap <buffer> <silent> &! &iexcl;
7888 inoremap <buffer> <silent> &sz &szlig;
7889 inoremap <buffer> <silent> &o/ &oslash;
7890 inoremap <buffer> <silent> &/ &divide;
7891 inoremap <buffer> <silent> &" &uml;
7892 inoremap <buffer> <silent> &2> &raquo;
7893 inoremap <buffer> <silent> &2< &laquo;
7894 inoremap <buffer> <silent> &y" &yuml;
7895 inoremap <buffer> <silent> &y' &yacute;
7896 inoremap <buffer> <silent> &u" &uuml;
7897 inoremap <buffer> <silent> &u^ &ucirc;
7898 inoremap <buffer> <silent> &u' &uacute;
7899 inoremap <buffer> <silent> &u` &ugrave;
7900 inoremap <buffer> <silent> &x &times;
7901 inoremap <buffer> <silent> &o" &ouml;
7902 inoremap <buffer> <silent> &o~ &otilde;
7903 inoremap <buffer> <silent> &o^ &ocirc;
7904 inoremap <buffer> <silent> &o' &oacute;
7905 inoremap <buffer> <silent> &o` &ograve;
7906 inoremap <buffer> <silent> &n~ &ntilde;
7907 inoremap <buffer> <silent> &i" &iuml;
7908 inoremap <buffer> <silent> &i^ &icirc;
7909 inoremap <buffer> <silent> &i' &iacute;
7910 inoremap <buffer> <silent> &i` &igrave;
7911 inoremap <buffer> <silent> &e" &euml;
7912 inoremap <buffer> <silent> &e^ &ecirc;
7913 inoremap <buffer> <silent> &e' &eacute;
7914 inoremap <buffer> <silent> &e` &egrave;
7915 inoremap <buffer> <silent> &c, &ccedil;
7916 inoremap <buffer> <silent> &ae &aelig;
7917 inoremap <buffer> <silent> &ao &aring;
7918 inoremap <buffer> <silent> &a" &auml;
7919 inoremap <buffer> <silent> &a~ &atilde;
7920 inoremap <buffer> <silent> &a^ &acirc;
7921 inoremap <buffer> <silent> &a' &aacute;
7922 inoremap <buffer> <silent> &a` &agrave;
7923 inoremap <buffer> <silent> &Y' &Yacute;
7924 inoremap <buffer> <silent> &U" &Uuml;
7925 inoremap <buffer> <silent> &U^ &Ucirc;
7926 inoremap <buffer> <silent> &U' &Uacute;
7927 inoremap <buffer> <silent> &U` &Ugrave;
7928 inoremap <buffer> <silent> &O/ &Oslash;
7929 inoremap <buffer> <silent> &O" &Ouml;
7930 inoremap <buffer> <silent> &O~ &Otilde;
7931 inoremap <buffer> <silent> &O^ &Ocirc;
7932 inoremap <buffer> <silent> &O' &Oacute;
7933 inoremap <buffer> <silent> &O` &Ograve;
7934 inoremap <buffer> <silent> &N~ &Ntilde;
7935 inoremap <buffer> <silent> &I" &Iuml;
7936 inoremap <buffer> <silent> &I^ &Icirc;
7937 inoremap <buffer> <silent> &I' &Iacute;
7938 inoremap <buffer> <silent> &I` &Igrave;
7939 inoremap <buffer> <silent> &E" &Euml;
7940 inoremap <buffer> <silent> &E^ &Ecirc;
7941 inoremap <buffer> <silent> &E' &Eacute;
7942 inoremap <buffer> <silent> &E` &Egrave;
7943 inoremap <buffer> <silent> &C, &Ccedil;
7944 inoremap <buffer> <silent> &AE &AElig;
7945 inoremap <buffer> <silent> &Ao &Aring;
7946 inoremap <buffer> <silent> &A" &Auml;
7947 inoremap <buffer> <silent> &A~ &Atilde;
7948 inoremap <buffer> <silent> &A^ &Acirc;
7949 inoremap <buffer> <silent> &A' &Aacute;
7950 inoremap <buffer> <silent> &A` &Agrave;
7951 inoremap <buffer> <silent> &c| &cent;
7952 inoremap <buffer> <silent> &Y= &yen;
7953 inoremap <buffer> <silent> &# &pound;
7954 inoremap <buffer> <silent> & &nbsp;
7955 inoremap <buffer> <silent> &> &gt;
7956 inoremap <buffer> <silent> &< &lt;
7957 inoremap <buffer> <silent> &' &quot;
7958 inoremap <buffer> <silent> &tm &trade;
7959 inoremap <buffer> <silent> &rO &reg;
7960 inoremap <buffer> <silent> &cO &copy;
7961 inoremap <buffer> <silent> && &amp;
7962 inoremap <buffer> <silent> ; &nbsp;
7963 inoremap <buffer> <silent> ;la <label for=""></label>F"
7964 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
7965 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
7966 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
7967 </textarea>k$5F"i
7968 inoremap <buffer> <silent> ;og <optgroup label="">
7969 </optgroup>k$F"i
7970 inoremap <buffer> <silent> ;op <option></option>F<
7971 inoremap <buffer> <silent> ;ms <select name="" multiple>
7972 </select>O
7973 inoremap <buffer> <silent> ;se <select name="">
7974 </select>O
7975 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
7976 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
7977 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
7978 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
7979 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
7980 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
7981 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
7982 inoremap <buffer> <silent> ;fm <form action="">
7983 </form>k$F"i
7984 inoremap <buffer> <silent> ;if <iframe src="">
7985 </iframe>k$F"i
7986 inoremap <buffer> <silent> ;nf <noframes>
7987 </noframes>O
7988 inoremap <buffer> <silent> ;fr <frame src="">F"
7989 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
7990 </frameset>k$3F"i
7991 inoremap <buffer> <silent> ;th <th></th>F<
7992 inoremap <buffer> <silent> ;td <td>
7993 </td>O
7994 inoremap <buffer> <silent> ;tr <tr>
7995 </tr>O
7996 inoremap <buffer> <silent> ;tf <tfoot>
7997 </tfoot>O
7998 inoremap <buffer> <silent> ;tb <tbody>
7999 </tbody>O
8000 inoremap <buffer> <silent> ;tH <thead>
8001 </thead>O
8002 inoremap <buffer> <silent> ;ta <table>
8003 </table>O
8004 inoremap <buffer> <silent> ;ca <caption></caption>F<
8005 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
8006 </object>k$5F"i
8007 inoremap <buffer> <silent> ;ns <noscript>
8008 </noscripT>O
8009 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
8010 <noembed></noembed>k$5F"i
8011 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
8012 inoremap <buffer> <silent> ;va <var></var>F<
8013 inoremap <buffer> <silent> ;ul <ul>
8014 </ul>O
8015 inoremap <buffer> <silent> ;tt <tt></tt>F<
8016 inoremap <buffer> <silent> ;ti <title></title>F<
8017 inoremap <buffer> <silent> ;sp <sup></sup>F<
8018 inoremap <buffer> <silent> ;sb <sub></sub>F<
8019 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
8020 inoremap <buffer> <silent> ;cs <style type="text/css">
8021 <!--
8022 -->
8023 </style>kO
8024 inoremap <buffer> <silent> ;sm <small></small>F<
8025 inoremap <buffer> <silent> ;sa <samp></samp>F<
8026 inoremap <buffer> <silent> ;sk <strike></strike>F<
8027 inoremap <buffer> <silent> ;qu <q></q>F<
8028 inoremap <buffer> <silent> ;pr <pre>
8029 </pre>O
8030 inoremap <buffer> <silent> ;/p </p>
8031 
8032 <p>
8033 inoremap <buffer> <silent> ;pp <p>
8034 </p>O
8035 inoremap <buffer> <silent> ;ol <ol>
8036 </ol>O
8037 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
8038 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
8039 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
8040 inoremap <buffer> <silent> ;lk <link href="">F"
8041 inoremap <buffer> <silent> ;li <li></li>F<
8042 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
8043 inoremap <buffer> <silent> ;ii <isindex>
8044 inoremap <buffer> <silent> ;in <ins></ins>F<
8045 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
8046 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
8047 inoremap <buffer> <silent> ;ht <html>
8048 </html>O
8049 inoremap <buffer> <silent> ;Hr <hr width="75%">
8050 inoremap <buffer> <silent> ;hr <hr>
8051 inoremap <buffer> <silent> ;he <head>
8052 </head>O
8053 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
8054 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
8055 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
8056 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
8057 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
8058 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
8059 inoremap <buffer> <silent> ;h6 <h6></h6>F<
8060 inoremap <buffer> <silent> ;h5 <h5></h5>F<
8061 inoremap <buffer> <silent> ;h4 <h4></h4>F<
8062 inoremap <buffer> <silent> ;h3 <h3></h3>F<
8063 inoremap <buffer> <silent> ;h2 <h2></h2>F<
8064 inoremap <buffer> <silent> ;h1 <h1></h1>F<
8065 inoremap <buffer> <silent> ;fc <font color=""></font>F"
8066 inoremap <buffer> <silent> ;fo <font size=""></font>F"
8067 inoremap <buffer> <silent> ;sn <span></span>F<
8068 inoremap <buffer> <silent> ;dv <div>
8069 </div>O
8070 inoremap <buffer> <silent> ;df <dfn></dfn>F<
8071 inoremap <buffer> <silent> ;de <del></del>F<
8072 inoremap <buffer> <silent> ;dd <dd></dd>F<
8073 inoremap <buffer> <silent> ;dt <dt></dt>F<
8074 inoremap <buffer> <silent> ;dl <dl>
8075 </dl>O
8076 inoremap <buffer> <silent> ;co <code></code>F<
8077 inoremap <buffer> <silent> ;ci <cite></cite>F<
8078 inoremap <buffer> <silent> ;ce <center></center>F<
8079 inoremap <buffer> <silent> ;br <br>
8080 inoremap <buffer> <silent> ;bd <body>
8081 </body>O
8082 inoremap <buffer> <silent> ;bl <blockquote>
8083 </blockquote>O
8084 inoremap <buffer> <silent> ;bi <big></big>F<
8085 inoremap <buffer> <silent> ;bh <base href="">F"
8086 inoremap <buffer> <silent> ;ad <address></address>F<
8087 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
8088 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
8089 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
8090 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
8091 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
8092 inoremap <buffer> <silent> ;an <a name=""></a>F"
8093 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
8094 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
8095 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
8096 inoremap <buffer> <silent> ;ah <a href=""></a>F"
8097 imap <buffer> <silent> ;s4 ;s4
8098 imap <buffer> <silent> ;4 ;4
8099 inoremap <buffer> <silent> ;mi :call MangleImageTag()
8100 inoremap <buffer> <silent> ; 
8101 inoremap <buffer> <silent> ;& &
8102 inoremap <buffer> <silent> ;; ;
8103 setlocal keymap=
8104 setlocal noarabic
8105 setlocal autoindent
8106 setlocal balloonexpr=
8107 setlocal nobinary
8108 setlocal bufhidden=
8109 setlocal buflisted
8110 setlocal buftype=
8111 setlocal nocindent
8112 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
8113 setlocal cinoptions=
8114 setlocal cinwords=if,else,while,do,for,switch
8115 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
8116 setlocal commentstring=<!--%s-->
8117 setlocal complete=.,w,b,u,t,i
8118 setlocal completefunc=
8119 setlocal nocopyindent
8120 setlocal nocursorcolumn
8121 setlocal nocursorline
8122 setlocal define=
8123 setlocal dictionary=
8124 setlocal nodiff
8125 setlocal equalprg=
8126 setlocal errorformat=
8127 setlocal noexpandtab
8128 if &filetype != 'html'
8129 setlocal filetype=html
8130 endif
8131 setlocal foldcolumn=0
8132 setlocal foldenable
8133 setlocal foldexpr=0
8134 setlocal foldignore=#
8135 setlocal foldlevel=0
8136 setlocal foldmarker={{{,}}}
8137 setlocal foldmethod=manual
8138 setlocal foldminlines=1
8139 setlocal foldnestmax=20
8140 setlocal foldtext=foldtext()
8141 setlocal formatexpr=
8142 setlocal formatoptions=tcq
8143 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
8144 setlocal grepprg=
8145 setlocal iminsert=2
8146 setlocal imsearch=2
8147 setlocal include=
8148 setlocal includeexpr=
8149 setlocal indentexpr=
8150 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
8151 setlocal noinfercase
8152 setlocal iskeyword=@,48-57,_,192-255
8153 setlocal keywordprg=
8154 setlocal nolinebreak
8155 setlocal nolisp
8156 setlocal nolist
8157 setlocal makeprg=
8158 setlocal matchpairs=(:),{:},[:],<:>
8159 setlocal nomodeline
8160 setlocal modifiable
8161 setlocal nrformats=octal,hex
8162 setlocal nonumber
8163 setlocal numberwidth=4
8164 setlocal omnifunc=htmlcomplete#CompleteTags
8165 setlocal path=
8166 setlocal nopreserveindent
8167 setlocal nopreviewwindow
8168 setlocal quoteescape=\\
8169 setlocal noreadonly
8170 setlocal norightleft
8171 setlocal rightleftcmd=search
8172 setlocal noscrollbind
8173 setlocal shiftwidth=8
8174 setlocal noshortname
8175 setlocal nosmartindent
8176 setlocal softtabstop=0
8177 setlocal nospell
8178 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
8179 setlocal spellfile=
8180 setlocal spelllang=en
8181 setlocal statusline=
8182 setlocal suffixesadd=
8183 setlocal swapfile
8184 setlocal synmaxcol=3000
8185 if &syntax != 'html'
8186 setlocal syntax=html
8187 endif
8188 setlocal tabstop=2
8189 setlocal tags=
8190 setlocal textwidth=0
8191 setlocal thesaurus=
8192 setlocal nowinfixheight
8193 setlocal nowinfixwidth
8194 setlocal wrap
8195 setlocal wrapmargin=0
8196 silent! normal! zE
8197 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
8198 if s:l < 1 | let s:l = 1 | endif
8199 exe s:l
8200 normal! zt
8201 1
8202 normal! 0
8203 tabedit screenshots.html
8204 set splitbelow splitright
8205 set nosplitbelow
8206 set nosplitright
8207 wincmd t
8208 set winheight=1 winwidth=1
8209 argglobal
8210 20argu
8211 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
8212 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
8213 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
8214 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
8215 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
8216 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
8217 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
8218 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
8219 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
8220 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
8221 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
8222 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
8223 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
8224 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
8225 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
8226 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
8227 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
8228 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
8229 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">')
8230 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">')
8231 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
8232 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
8233 nnoremap <buffer> <silent> ; 
8234 nnoremap <buffer> <silent> ;; ;
8235 vnoremap <buffer> <silent> ;; ;
8236 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
8237 inoremap <buffer> <silent> &hA &hArr;
8238 inoremap <buffer> <silent> &dA &dArr;
8239 inoremap <buffer> <silent> &rA &rArr;
8240 inoremap <buffer> <silent> &uA &uArr;
8241 inoremap <buffer> <silent> &lA &lArr;
8242 inoremap <buffer> <silent> &ha &harr;
8243 inoremap <buffer> <silent> &da &darr;
8244 inoremap <buffer> <silent> &ra &rarr;
8245 inoremap <buffer> <silent> &ua &uarr;
8246 inoremap <buffer> <silent> &la &larr;
8247 inoremap <buffer> <silent> &pv &piv;
8248 inoremap <buffer> <silent> &uh &upsih;
8249 inoremap <buffer> <silent> &ts &thetasym;
8250 inoremap <buffer> <silent> &og &omega;
8251 inoremap <buffer> <silent> &ps &psi;
8252 inoremap <buffer> <silent> &ch &chi;
8253 inoremap <buffer> <silent> &ph &phi;
8254 inoremap <buffer> <silent> &up &upsilon;
8255 inoremap <buffer> <silent> &ta &tau;
8256 inoremap <buffer> <silent> &sf &sigmaf;
8257 inoremap <buffer> <silent> &si &sigma;
8258 inoremap <buffer> <silent> &rh &rho;
8259 inoremap <buffer> <silent> &pi &pi;
8260 inoremap <buffer> <silent> &oc &omicron;
8261 inoremap <buffer> <silent> &xi &xi;
8262 inoremap <buffer> <silent> &nu &nu;
8263 inoremap <buffer> <silent> &mu &mu;
8264 inoremap <buffer> <silent> &lm &lambda;
8265 inoremap <buffer> <silent> &ka &kappa;
8266 inoremap <buffer> <silent> &io &iota;
8267 inoremap <buffer> <silent> &th &theta;
8268 inoremap <buffer> <silent> &et &eta;
8269 inoremap <buffer> <silent> &ze &zeta;
8270 inoremap <buffer> <silent> &ep &epsilon;
8271 inoremap <buffer> <silent> &de &delta;
8272 inoremap <buffer> <silent> &ga &gamma;
8273 inoremap <buffer> <silent> &be &beta;
8274 inoremap <buffer> <silent> &al &alpha;
8275 inoremap <buffer> <silent> &Ps &Psi;
8276 inoremap <buffer> <silent> &Ch &Chi;
8277 inoremap <buffer> <silent> &Ph &Phi;
8278 inoremap <buffer> <silent> &Up &Upsilon;
8279 inoremap <buffer> <silent> &Ta &Tau;
8280 inoremap <buffer> <silent> &Si &Sigma;
8281 inoremap <buffer> <silent> &Rh &Rho;
8282 inoremap <buffer> <silent> &Pi &Pi;
8283 inoremap <buffer> <silent> &Oc &Omicron;
8284 inoremap <buffer> <silent> &Xi &Xi;
8285 inoremap <buffer> <silent> &Nu &Nu;
8286 inoremap <buffer> <silent> &Mu &Mu;
8287 inoremap <buffer> <silent> &Lm &Lambda;
8288 inoremap <buffer> <silent> &Ka &Kappa;
8289 inoremap <buffer> <silent> &Io &Iota;
8290 inoremap <buffer> <silent> &Th &Theta;
8291 inoremap <buffer> <silent> &Et &Eta;
8292 inoremap <buffer> <silent> &Ze &Zeta;
8293 inoremap <buffer> <silent> &Ep &Epsilon;
8294 inoremap <buffer> <silent> &De &Delta;
8295 inoremap <buffer> <silent> &Ga &Gamma;
8296 inoremap <buffer> <silent> &Be &Beta;
8297 inoremap <buffer> <silent> &Al &Alpha;
8298 inoremap <buffer> <silent> &3. &hellip;
8299 inoremap <buffer> <silent> &-- &mdash;
8300 inoremap <buffer> <silent> &3- &mdash;
8301 inoremap <buffer> <silent> &m- &mdash;
8302 inoremap <buffer> <silent> &2- &ndash;
8303 inoremap <buffer> <silent> &n- &ndash;
8304 inoremap <buffer> <silent> &34 &frac34;
8305 inoremap <buffer> <silent> &12 &frac12;
8306 inoremap <buffer> <silent> &14 &frac14;
8307 inoremap <buffer> <silent> &. &middot;
8308 inoremap <buffer> <silent> &pa &para;
8309 inoremap <buffer> <silent> &mi &micro;
8310 inoremap <buffer> <silent> &dg &deg;
8311 inoremap <buffer> <silent> &? &iquest;
8312 inoremap <buffer> <silent> &! &iexcl;
8313 inoremap <buffer> <silent> &sz &szlig;
8314 inoremap <buffer> <silent> &o/ &oslash;
8315 inoremap <buffer> <silent> &/ &divide;
8316 inoremap <buffer> <silent> &" &uml;
8317 inoremap <buffer> <silent> &2> &raquo;
8318 inoremap <buffer> <silent> &2< &laquo;
8319 inoremap <buffer> <silent> &y" &yuml;
8320 inoremap <buffer> <silent> &y' &yacute;
8321 inoremap <buffer> <silent> &u" &uuml;
8322 inoremap <buffer> <silent> &u^ &ucirc;
8323 inoremap <buffer> <silent> &u' &uacute;
8324 inoremap <buffer> <silent> &u` &ugrave;
8325 inoremap <buffer> <silent> &x &times;
8326 inoremap <buffer> <silent> &o" &ouml;
8327 inoremap <buffer> <silent> &o~ &otilde;
8328 inoremap <buffer> <silent> &o^ &ocirc;
8329 inoremap <buffer> <silent> &o' &oacute;
8330 inoremap <buffer> <silent> &o` &ograve;
8331 inoremap <buffer> <silent> &n~ &ntilde;
8332 inoremap <buffer> <silent> &i" &iuml;
8333 inoremap <buffer> <silent> &i^ &icirc;
8334 inoremap <buffer> <silent> &i' &iacute;
8335 inoremap <buffer> <silent> &i` &igrave;
8336 inoremap <buffer> <silent> &e" &euml;
8337 inoremap <buffer> <silent> &e^ &ecirc;
8338 inoremap <buffer> <silent> &e' &eacute;
8339 inoremap <buffer> <silent> &e` &egrave;
8340 inoremap <buffer> <silent> &c, &ccedil;
8341 inoremap <buffer> <silent> &ae &aelig;
8342 inoremap <buffer> <silent> &ao &aring;
8343 inoremap <buffer> <silent> &a" &auml;
8344 inoremap <buffer> <silent> &a~ &atilde;
8345 inoremap <buffer> <silent> &a^ &acirc;
8346 inoremap <buffer> <silent> &a' &aacute;
8347 inoremap <buffer> <silent> &a` &agrave;
8348 inoremap <buffer> <silent> &Y' &Yacute;
8349 inoremap <buffer> <silent> &U" &Uuml;
8350 inoremap <buffer> <silent> &U^ &Ucirc;
8351 inoremap <buffer> <silent> &U' &Uacute;
8352 inoremap <buffer> <silent> &U` &Ugrave;
8353 inoremap <buffer> <silent> &O/ &Oslash;
8354 inoremap <buffer> <silent> &O" &Ouml;
8355 inoremap <buffer> <silent> &O~ &Otilde;
8356 inoremap <buffer> <silent> &O^ &Ocirc;
8357 inoremap <buffer> <silent> &O' &Oacute;
8358 inoremap <buffer> <silent> &O` &Ograve;
8359 inoremap <buffer> <silent> &N~ &Ntilde;
8360 inoremap <buffer> <silent> &I" &Iuml;
8361 inoremap <buffer> <silent> &I^ &Icirc;
8362 inoremap <buffer> <silent> &I' &Iacute;
8363 inoremap <buffer> <silent> &I` &Igrave;
8364 inoremap <buffer> <silent> &E" &Euml;
8365 inoremap <buffer> <silent> &E^ &Ecirc;
8366 inoremap <buffer> <silent> &E' &Eacute;
8367 inoremap <buffer> <silent> &E` &Egrave;
8368 inoremap <buffer> <silent> &C, &Ccedil;
8369 inoremap <buffer> <silent> &AE &AElig;
8370 inoremap <buffer> <silent> &Ao &Aring;
8371 inoremap <buffer> <silent> &A" &Auml;
8372 inoremap <buffer> <silent> &A~ &Atilde;
8373 inoremap <buffer> <silent> &A^ &Acirc;
8374 inoremap <buffer> <silent> &A' &Aacute;
8375 inoremap <buffer> <silent> &A` &Agrave;
8376 inoremap <buffer> <silent> &c| &cent;
8377 inoremap <buffer> <silent> &Y= &yen;
8378 inoremap <buffer> <silent> &# &pound;
8379 inoremap <buffer> <silent> & &nbsp;
8380 inoremap <buffer> <silent> &> &gt;
8381 inoremap <buffer> <silent> &< &lt;
8382 inoremap <buffer> <silent> &' &quot;
8383 inoremap <buffer> <silent> &tm &trade;
8384 inoremap <buffer> <silent> &rO &reg;
8385 inoremap <buffer> <silent> &cO &copy;
8386 inoremap <buffer> <silent> && &amp;
8387 inoremap <buffer> <silent> ; &nbsp;
8388 inoremap <buffer> <silent> ;la <label for=""></label>F"
8389 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
8390 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
8391 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
8392 </textarea>k$5F"i
8393 inoremap <buffer> <silent> ;og <optgroup label="">
8394 </optgroup>k$F"i
8395 inoremap <buffer> <silent> ;op <option></option>F<
8396 inoremap <buffer> <silent> ;ms <select name="" multiple>
8397 </select>O
8398 inoremap <buffer> <silent> ;se <select name="">
8399 </select>O
8400 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
8401 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
8402 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
8403 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
8404 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
8405 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
8406 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
8407 inoremap <buffer> <silent> ;fm <form action="">
8408 </form>k$F"i
8409 inoremap <buffer> <silent> ;if <iframe src="">
8410 </iframe>k$F"i
8411 inoremap <buffer> <silent> ;nf <noframes>
8412 </noframes>O
8413 inoremap <buffer> <silent> ;fr <frame src="">F"
8414 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
8415 </frameset>k$3F"i
8416 inoremap <buffer> <silent> ;th <th></th>F<
8417 inoremap <buffer> <silent> ;td <td>
8418 </td>O
8419 inoremap <buffer> <silent> ;tr <tr>
8420 </tr>O
8421 inoremap <buffer> <silent> ;tf <tfoot>
8422 </tfoot>O
8423 inoremap <buffer> <silent> ;tb <tbody>
8424 </tbody>O
8425 inoremap <buffer> <silent> ;tH <thead>
8426 </thead>O
8427 inoremap <buffer> <silent> ;ta <table>
8428 </table>O
8429 inoremap <buffer> <silent> ;ca <caption></caption>F<
8430 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
8431 </object>k$5F"i
8432 inoremap <buffer> <silent> ;ns <noscript>
8433 </noscripT>O
8434 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
8435 <noembed></noembed>k$5F"i
8436 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
8437 inoremap <buffer> <silent> ;va <var></var>F<
8438 inoremap <buffer> <silent> ;ul <ul>
8439 </ul>O
8440 inoremap <buffer> <silent> ;tt <tt></tt>F<
8441 inoremap <buffer> <silent> ;ti <title></title>F<
8442 inoremap <buffer> <silent> ;sp <sup></sup>F<
8443 inoremap <buffer> <silent> ;sb <sub></sub>F<
8444 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
8445 inoremap <buffer> <silent> ;cs <style type="text/css">
8446 <!--
8447 -->
8448 </style>kO
8449 inoremap <buffer> <silent> ;sm <small></small>F<
8450 inoremap <buffer> <silent> ;sa <samp></samp>F<
8451 inoremap <buffer> <silent> ;sk <strike></strike>F<
8452 inoremap <buffer> <silent> ;qu <q></q>F<
8453 inoremap <buffer> <silent> ;pr <pre>
8454 </pre>O
8455 inoremap <buffer> <silent> ;/p </p>
8456 
8457 <p>
8458 inoremap <buffer> <silent> ;pp <p>
8459 </p>O
8460 inoremap <buffer> <silent> ;ol <ol>
8461 </ol>O
8462 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
8463 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
8464 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
8465 inoremap <buffer> <silent> ;lk <link href="">F"
8466 inoremap <buffer> <silent> ;li <li></li>F<
8467 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
8468 inoremap <buffer> <silent> ;ii <isindex>
8469 inoremap <buffer> <silent> ;in <ins></ins>F<
8470 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
8471 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
8472 inoremap <buffer> <silent> ;ht <html>
8473 </html>O
8474 inoremap <buffer> <silent> ;Hr <hr width="75%">
8475 inoremap <buffer> <silent> ;hr <hr>
8476 inoremap <buffer> <silent> ;he <head>
8477 </head>O
8478 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
8479 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
8480 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
8481 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
8482 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
8483 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
8484 inoremap <buffer> <silent> ;h6 <h6></h6>F<
8485 inoremap <buffer> <silent> ;h5 <h5></h5>F<
8486 inoremap <buffer> <silent> ;h4 <h4></h4>F<
8487 inoremap <buffer> <silent> ;h3 <h3></h3>F<
8488 inoremap <buffer> <silent> ;h2 <h2></h2>F<
8489 inoremap <buffer> <silent> ;h1 <h1></h1>F<
8490 inoremap <buffer> <silent> ;fc <font color=""></font>F"
8491 inoremap <buffer> <silent> ;fo <font size=""></font>F"
8492 inoremap <buffer> <silent> ;sn <span></span>F<
8493 inoremap <buffer> <silent> ;dv <div>
8494 </div>O
8495 inoremap <buffer> <silent> ;df <dfn></dfn>F<
8496 inoremap <buffer> <silent> ;de <del></del>F<
8497 inoremap <buffer> <silent> ;dd <dd></dd>F<
8498 inoremap <buffer> <silent> ;dt <dt></dt>F<
8499 inoremap <buffer> <silent> ;dl <dl>
8500 </dl>O
8501 inoremap <buffer> <silent> ;co <code></code>F<
8502 inoremap <buffer> <silent> ;ci <cite></cite>F<
8503 inoremap <buffer> <silent> ;ce <center></center>F<
8504 inoremap <buffer> <silent> ;br <br>
8505 inoremap <buffer> <silent> ;bd <body>
8506 </body>O
8507 inoremap <buffer> <silent> ;bl <blockquote>
8508 </blockquote>O
8509 inoremap <buffer> <silent> ;bi <big></big>F<
8510 inoremap <buffer> <silent> ;bh <base href="">F"
8511 inoremap <buffer> <silent> ;ad <address></address>F<
8512 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
8513 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
8514 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
8515 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
8516 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
8517 inoremap <buffer> <silent> ;an <a name=""></a>F"
8518 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
8519 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
8520 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
8521 inoremap <buffer> <silent> ;ah <a href=""></a>F"
8522 imap <buffer> <silent> ;s4 ;s4
8523 imap <buffer> <silent> ;4 ;4
8524 inoremap <buffer> <silent> ;mi :call MangleImageTag()
8525 inoremap <buffer> <silent> ; 
8526 inoremap <buffer> <silent> ;& &
8527 inoremap <buffer> <silent> ;; ;
8528 setlocal keymap=
8529 setlocal noarabic
8530 setlocal autoindent
8531 setlocal balloonexpr=
8532 setlocal nobinary
8533 setlocal bufhidden=
8534 setlocal buflisted
8535 setlocal buftype=
8536 setlocal nocindent
8537 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
8538 setlocal cinoptions=
8539 setlocal cinwords=if,else,while,do,for,switch
8540 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
8541 setlocal commentstring=<!--%s-->
8542 setlocal complete=.,w,b,u,t,i
8543 setlocal completefunc=
8544 setlocal nocopyindent
8545 setlocal nocursorcolumn
8546 setlocal nocursorline
8547 setlocal define=
8548 setlocal dictionary=
8549 setlocal nodiff
8550 setlocal equalprg=
8551 setlocal errorformat=
8552 setlocal noexpandtab
8553 if &filetype != 'html'
8554 setlocal filetype=html
8555 endif
8556 setlocal foldcolumn=0
8557 setlocal foldenable
8558 setlocal foldexpr=0
8559 setlocal foldignore=#
8560 setlocal foldlevel=0
8561 setlocal foldmarker={{{,}}}
8562 setlocal foldmethod=manual
8563 setlocal foldminlines=1
8564 setlocal foldnestmax=20
8565 setlocal foldtext=foldtext()
8566 setlocal formatexpr=
8567 setlocal formatoptions=tcq
8568 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
8569 setlocal grepprg=
8570 setlocal iminsert=2
8571 setlocal imsearch=2
8572 setlocal include=
8573 setlocal includeexpr=
8574 setlocal indentexpr=
8575 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
8576 setlocal noinfercase
8577 setlocal iskeyword=@,48-57,_,192-255
8578 setlocal keywordprg=
8579 setlocal nolinebreak
8580 setlocal nolisp
8581 setlocal nolist
8582 setlocal makeprg=
8583 setlocal matchpairs=(:),{:},[:],<:>
8584 setlocal nomodeline
8585 setlocal modifiable
8586 setlocal nrformats=octal,hex
8587 setlocal nonumber
8588 setlocal numberwidth=4
8589 setlocal omnifunc=htmlcomplete#CompleteTags
8590 setlocal path=
8591 setlocal nopreserveindent
8592 setlocal nopreviewwindow
8593 setlocal quoteescape=\\
8594 setlocal noreadonly
8595 setlocal norightleft
8596 setlocal rightleftcmd=search
8597 setlocal noscrollbind
8598 setlocal shiftwidth=8
8599 setlocal noshortname
8600 setlocal nosmartindent
8601 setlocal softtabstop=0
8602 setlocal nospell
8603 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
8604 setlocal spellfile=
8605 setlocal spelllang=en
8606 setlocal statusline=
8607 setlocal suffixesadd=
8608 setlocal swapfile
8609 setlocal synmaxcol=3000
8610 if &syntax != 'html'
8611 setlocal syntax=html
8612 endif
8613 setlocal tabstop=2
8614 setlocal tags=
8615 setlocal textwidth=0
8616 setlocal thesaurus=
8617 setlocal nowinfixheight
8618 setlocal nowinfixwidth
8619 setlocal wrap
8620 setlocal wrapmargin=0
8621 silent! normal! zE
8622 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
8623 if s:l < 1 | let s:l = 1 | endif
8624 exe s:l
8625 normal! zt
8626 1
8627 normal! 0
8628 tabedit supergrubdisk.html
8629 set splitbelow splitright
8630 set nosplitbelow
8631 set nosplitright
8632 wincmd t
8633 set winheight=1 winwidth=1
8634 argglobal
8635 21argu
8636 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
8637 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
8638 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
8639 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
8640 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
8641 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
8642 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
8643 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
8644 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
8645 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
8646 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
8647 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
8648 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
8649 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
8650 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
8651 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
8652 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
8653 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
8654 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">')
8655 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">')
8656 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
8657 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
8658 nnoremap <buffer> <silent> ; 
8659 nnoremap <buffer> <silent> ;; ;
8660 vnoremap <buffer> <silent> ;; ;
8661 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
8662 inoremap <buffer> <silent> &hA &hArr;
8663 inoremap <buffer> <silent> &dA &dArr;
8664 inoremap <buffer> <silent> &rA &rArr;
8665 inoremap <buffer> <silent> &uA &uArr;
8666 inoremap <buffer> <silent> &lA &lArr;
8667 inoremap <buffer> <silent> &ha &harr;
8668 inoremap <buffer> <silent> &da &darr;
8669 inoremap <buffer> <silent> &ra &rarr;
8670 inoremap <buffer> <silent> &ua &uarr;
8671 inoremap <buffer> <silent> &la &larr;
8672 inoremap <buffer> <silent> &pv &piv;
8673 inoremap <buffer> <silent> &uh &upsih;
8674 inoremap <buffer> <silent> &ts &thetasym;
8675 inoremap <buffer> <silent> &og &omega;
8676 inoremap <buffer> <silent> &ps &psi;
8677 inoremap <buffer> <silent> &ch &chi;
8678 inoremap <buffer> <silent> &ph &phi;
8679 inoremap <buffer> <silent> &up &upsilon;
8680 inoremap <buffer> <silent> &ta &tau;
8681 inoremap <buffer> <silent> &sf &sigmaf;
8682 inoremap <buffer> <silent> &si &sigma;
8683 inoremap <buffer> <silent> &rh &rho;
8684 inoremap <buffer> <silent> &pi &pi;
8685 inoremap <buffer> <silent> &oc &omicron;
8686 inoremap <buffer> <silent> &xi &xi;
8687 inoremap <buffer> <silent> &nu &nu;
8688 inoremap <buffer> <silent> &mu &mu;
8689 inoremap <buffer> <silent> &lm &lambda;
8690 inoremap <buffer> <silent> &ka &kappa;
8691 inoremap <buffer> <silent> &io &iota;
8692 inoremap <buffer> <silent> &th &theta;
8693 inoremap <buffer> <silent> &et &eta;
8694 inoremap <buffer> <silent> &ze &zeta;
8695 inoremap <buffer> <silent> &ep &epsilon;
8696 inoremap <buffer> <silent> &de &delta;
8697 inoremap <buffer> <silent> &ga &gamma;
8698 inoremap <buffer> <silent> &be &beta;
8699 inoremap <buffer> <silent> &al &alpha;
8700 inoremap <buffer> <silent> &Ps &Psi;
8701 inoremap <buffer> <silent> &Ch &Chi;
8702 inoremap <buffer> <silent> &Ph &Phi;
8703 inoremap <buffer> <silent> &Up &Upsilon;
8704 inoremap <buffer> <silent> &Ta &Tau;
8705 inoremap <buffer> <silent> &Si &Sigma;
8706 inoremap <buffer> <silent> &Rh &Rho;
8707 inoremap <buffer> <silent> &Pi &Pi;
8708 inoremap <buffer> <silent> &Oc &Omicron;
8709 inoremap <buffer> <silent> &Xi &Xi;
8710 inoremap <buffer> <silent> &Nu &Nu;
8711 inoremap <buffer> <silent> &Mu &Mu;
8712 inoremap <buffer> <silent> &Lm &Lambda;
8713 inoremap <buffer> <silent> &Ka &Kappa;
8714 inoremap <buffer> <silent> &Io &Iota;
8715 inoremap <buffer> <silent> &Th &Theta;
8716 inoremap <buffer> <silent> &Et &Eta;
8717 inoremap <buffer> <silent> &Ze &Zeta;
8718 inoremap <buffer> <silent> &Ep &Epsilon;
8719 inoremap <buffer> <silent> &De &Delta;
8720 inoremap <buffer> <silent> &Ga &Gamma;
8721 inoremap <buffer> <silent> &Be &Beta;
8722 inoremap <buffer> <silent> &Al &Alpha;
8723 inoremap <buffer> <silent> &3. &hellip;
8724 inoremap <buffer> <silent> &-- &mdash;
8725 inoremap <buffer> <silent> &3- &mdash;
8726 inoremap <buffer> <silent> &m- &mdash;
8727 inoremap <buffer> <silent> &2- &ndash;
8728 inoremap <buffer> <silent> &n- &ndash;
8729 inoremap <buffer> <silent> &34 &frac34;
8730 inoremap <buffer> <silent> &12 &frac12;
8731 inoremap <buffer> <silent> &14 &frac14;
8732 inoremap <buffer> <silent> &. &middot;
8733 inoremap <buffer> <silent> &pa &para;
8734 inoremap <buffer> <silent> &mi &micro;
8735 inoremap <buffer> <silent> &dg &deg;
8736 inoremap <buffer> <silent> &? &iquest;
8737 inoremap <buffer> <silent> &! &iexcl;
8738 inoremap <buffer> <silent> &sz &szlig;
8739 inoremap <buffer> <silent> &o/ &oslash;
8740 inoremap <buffer> <silent> &/ &divide;
8741 inoremap <buffer> <silent> &" &uml;
8742 inoremap <buffer> <silent> &2> &raquo;
8743 inoremap <buffer> <silent> &2< &laquo;
8744 inoremap <buffer> <silent> &y" &yuml;
8745 inoremap <buffer> <silent> &y' &yacute;
8746 inoremap <buffer> <silent> &u" &uuml;
8747 inoremap <buffer> <silent> &u^ &ucirc;
8748 inoremap <buffer> <silent> &u' &uacute;
8749 inoremap <buffer> <silent> &u` &ugrave;
8750 inoremap <buffer> <silent> &x &times;
8751 inoremap <buffer> <silent> &o" &ouml;
8752 inoremap <buffer> <silent> &o~ &otilde;
8753 inoremap <buffer> <silent> &o^ &ocirc;
8754 inoremap <buffer> <silent> &o' &oacute;
8755 inoremap <buffer> <silent> &o` &ograve;
8756 inoremap <buffer> <silent> &n~ &ntilde;
8757 inoremap <buffer> <silent> &i" &iuml;
8758 inoremap <buffer> <silent> &i^ &icirc;
8759 inoremap <buffer> <silent> &i' &iacute;
8760 inoremap <buffer> <silent> &i` &igrave;
8761 inoremap <buffer> <silent> &e" &euml;
8762 inoremap <buffer> <silent> &e^ &ecirc;
8763 inoremap <buffer> <silent> &e' &eacute;
8764 inoremap <buffer> <silent> &e` &egrave;
8765 inoremap <buffer> <silent> &c, &ccedil;
8766 inoremap <buffer> <silent> &ae &aelig;
8767 inoremap <buffer> <silent> &ao &aring;
8768 inoremap <buffer> <silent> &a" &auml;
8769 inoremap <buffer> <silent> &a~ &atilde;
8770 inoremap <buffer> <silent> &a^ &acirc;
8771 inoremap <buffer> <silent> &a' &aacute;
8772 inoremap <buffer> <silent> &a` &agrave;
8773 inoremap <buffer> <silent> &Y' &Yacute;
8774 inoremap <buffer> <silent> &U" &Uuml;
8775 inoremap <buffer> <silent> &U^ &Ucirc;
8776 inoremap <buffer> <silent> &U' &Uacute;
8777 inoremap <buffer> <silent> &U` &Ugrave;
8778 inoremap <buffer> <silent> &O/ &Oslash;
8779 inoremap <buffer> <silent> &O" &Ouml;
8780 inoremap <buffer> <silent> &O~ &Otilde;
8781 inoremap <buffer> <silent> &O^ &Ocirc;
8782 inoremap <buffer> <silent> &O' &Oacute;
8783 inoremap <buffer> <silent> &O` &Ograve;
8784 inoremap <buffer> <silent> &N~ &Ntilde;
8785 inoremap <buffer> <silent> &I" &Iuml;
8786 inoremap <buffer> <silent> &I^ &Icirc;
8787 inoremap <buffer> <silent> &I' &Iacute;
8788 inoremap <buffer> <silent> &I` &Igrave;
8789 inoremap <buffer> <silent> &E" &Euml;
8790 inoremap <buffer> <silent> &E^ &Ecirc;
8791 inoremap <buffer> <silent> &E' &Eacute;
8792 inoremap <buffer> <silent> &E` &Egrave;
8793 inoremap <buffer> <silent> &C, &Ccedil;
8794 inoremap <buffer> <silent> &AE &AElig;
8795 inoremap <buffer> <silent> &Ao &Aring;
8796 inoremap <buffer> <silent> &A" &Auml;
8797 inoremap <buffer> <silent> &A~ &Atilde;
8798 inoremap <buffer> <silent> &A^ &Acirc;
8799 inoremap <buffer> <silent> &A' &Aacute;
8800 inoremap <buffer> <silent> &A` &Agrave;
8801 inoremap <buffer> <silent> &c| &cent;
8802 inoremap <buffer> <silent> &Y= &yen;
8803 inoremap <buffer> <silent> &# &pound;
8804 inoremap <buffer> <silent> & &nbsp;
8805 inoremap <buffer> <silent> &> &gt;
8806 inoremap <buffer> <silent> &< &lt;
8807 inoremap <buffer> <silent> &' &quot;
8808 inoremap <buffer> <silent> &tm &trade;
8809 inoremap <buffer> <silent> &rO &reg;
8810 inoremap <buffer> <silent> &cO &copy;
8811 inoremap <buffer> <silent> && &amp;
8812 inoremap <buffer> <silent> ; &nbsp;
8813 inoremap <buffer> <silent> ;la <label for=""></label>F"
8814 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
8815 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
8816 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
8817 </textarea>k$5F"i
8818 inoremap <buffer> <silent> ;og <optgroup label="">
8819 </optgroup>k$F"i
8820 inoremap <buffer> <silent> ;op <option></option>F<
8821 inoremap <buffer> <silent> ;ms <select name="" multiple>
8822 </select>O
8823 inoremap <buffer> <silent> ;se <select name="">
8824 </select>O
8825 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
8826 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
8827 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
8828 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
8829 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
8830 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
8831 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
8832 inoremap <buffer> <silent> ;fm <form action="">
8833 </form>k$F"i
8834 inoremap <buffer> <silent> ;if <iframe src="">
8835 </iframe>k$F"i
8836 inoremap <buffer> <silent> ;nf <noframes>
8837 </noframes>O
8838 inoremap <buffer> <silent> ;fr <frame src="">F"
8839 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
8840 </frameset>k$3F"i
8841 inoremap <buffer> <silent> ;th <th></th>F<
8842 inoremap <buffer> <silent> ;td <td>
8843 </td>O
8844 inoremap <buffer> <silent> ;tr <tr>
8845 </tr>O
8846 inoremap <buffer> <silent> ;tf <tfoot>
8847 </tfoot>O
8848 inoremap <buffer> <silent> ;tb <tbody>
8849 </tbody>O
8850 inoremap <buffer> <silent> ;tH <thead>
8851 </thead>O
8852 inoremap <buffer> <silent> ;ta <table>
8853 </table>O
8854 inoremap <buffer> <silent> ;ca <caption></caption>F<
8855 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
8856 </object>k$5F"i
8857 inoremap <buffer> <silent> ;ns <noscript>
8858 </noscripT>O
8859 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
8860 <noembed></noembed>k$5F"i
8861 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
8862 inoremap <buffer> <silent> ;va <var></var>F<
8863 inoremap <buffer> <silent> ;ul <ul>
8864 </ul>O
8865 inoremap <buffer> <silent> ;tt <tt></tt>F<
8866 inoremap <buffer> <silent> ;ti <title></title>F<
8867 inoremap <buffer> <silent> ;sp <sup></sup>F<
8868 inoremap <buffer> <silent> ;sb <sub></sub>F<
8869 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
8870 inoremap <buffer> <silent> ;cs <style type="text/css">
8871 <!--
8872 -->
8873 </style>kO
8874 inoremap <buffer> <silent> ;sm <small></small>F<
8875 inoremap <buffer> <silent> ;sa <samp></samp>F<
8876 inoremap <buffer> <silent> ;sk <strike></strike>F<
8877 inoremap <buffer> <silent> ;qu <q></q>F<
8878 inoremap <buffer> <silent> ;pr <pre>
8879 </pre>O
8880 inoremap <buffer> <silent> ;/p </p>
8881 
8882 <p>
8883 inoremap <buffer> <silent> ;pp <p>
8884 </p>O
8885 inoremap <buffer> <silent> ;ol <ol>
8886 </ol>O
8887 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
8888 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
8889 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
8890 inoremap <buffer> <silent> ;lk <link href="">F"
8891 inoremap <buffer> <silent> ;li <li></li>F<
8892 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
8893 inoremap <buffer> <silent> ;ii <isindex>
8894 inoremap <buffer> <silent> ;in <ins></ins>F<
8895 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
8896 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
8897 inoremap <buffer> <silent> ;ht <html>
8898 </html>O
8899 inoremap <buffer> <silent> ;Hr <hr width="75%">
8900 inoremap <buffer> <silent> ;hr <hr>
8901 inoremap <buffer> <silent> ;he <head>
8902 </head>O
8903 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
8904 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
8905 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
8906 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
8907 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
8908 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
8909 inoremap <buffer> <silent> ;h6 <h6></h6>F<
8910 inoremap <buffer> <silent> ;h5 <h5></h5>F<
8911 inoremap <buffer> <silent> ;h4 <h4></h4>F<
8912 inoremap <buffer> <silent> ;h3 <h3></h3>F<
8913 inoremap <buffer> <silent> ;h2 <h2></h2>F<
8914 inoremap <buffer> <silent> ;h1 <h1></h1>F<
8915 inoremap <buffer> <silent> ;fc <font color=""></font>F"
8916 inoremap <buffer> <silent> ;fo <font size=""></font>F"
8917 inoremap <buffer> <silent> ;sn <span></span>F<
8918 inoremap <buffer> <silent> ;dv <div>
8919 </div>O
8920 inoremap <buffer> <silent> ;df <dfn></dfn>F<
8921 inoremap <buffer> <silent> ;de <del></del>F<
8922 inoremap <buffer> <silent> ;dd <dd></dd>F<
8923 inoremap <buffer> <silent> ;dt <dt></dt>F<
8924 inoremap <buffer> <silent> ;dl <dl>
8925 </dl>O
8926 inoremap <buffer> <silent> ;co <code></code>F<
8927 inoremap <buffer> <silent> ;ci <cite></cite>F<
8928 inoremap <buffer> <silent> ;ce <center></center>F<
8929 inoremap <buffer> <silent> ;br <br>
8930 inoremap <buffer> <silent> ;bd <body>
8931 </body>O
8932 inoremap <buffer> <silent> ;bl <blockquote>
8933 </blockquote>O
8934 inoremap <buffer> <silent> ;bi <big></big>F<
8935 inoremap <buffer> <silent> ;bh <base href="">F"
8936 inoremap <buffer> <silent> ;ad <address></address>F<
8937 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
8938 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
8939 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
8940 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
8941 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
8942 inoremap <buffer> <silent> ;an <a name=""></a>F"
8943 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
8944 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
8945 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
8946 inoremap <buffer> <silent> ;ah <a href=""></a>F"
8947 imap <buffer> <silent> ;s4 ;s4
8948 imap <buffer> <silent> ;4 ;4
8949 inoremap <buffer> <silent> ;mi :call MangleImageTag()
8950 inoremap <buffer> <silent> ; 
8951 inoremap <buffer> <silent> ;& &
8952 inoremap <buffer> <silent> ;; ;
8953 setlocal keymap=
8954 setlocal noarabic
8955 setlocal autoindent
8956 setlocal balloonexpr=
8957 setlocal nobinary
8958 setlocal bufhidden=
8959 setlocal buflisted
8960 setlocal buftype=
8961 setlocal nocindent
8962 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
8963 setlocal cinoptions=
8964 setlocal cinwords=if,else,while,do,for,switch
8965 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
8966 setlocal commentstring=<!--%s-->
8967 setlocal complete=.,w,b,u,t,i
8968 setlocal completefunc=
8969 setlocal nocopyindent
8970 setlocal nocursorcolumn
8971 setlocal nocursorline
8972 setlocal define=
8973 setlocal dictionary=
8974 setlocal nodiff
8975 setlocal equalprg=
8976 setlocal errorformat=
8977 setlocal noexpandtab
8978 if &filetype != 'html'
8979 setlocal filetype=html
8980 endif
8981 setlocal foldcolumn=0
8982 setlocal foldenable
8983 setlocal foldexpr=0
8984 setlocal foldignore=#
8985 setlocal foldlevel=0
8986 setlocal foldmarker={{{,}}}
8987 setlocal foldmethod=manual
8988 setlocal foldminlines=1
8989 setlocal foldnestmax=20
8990 setlocal foldtext=foldtext()
8991 setlocal formatexpr=
8992 setlocal formatoptions=tcq
8993 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
8994 setlocal grepprg=
8995 setlocal iminsert=2
8996 setlocal imsearch=2
8997 setlocal include=
8998 setlocal includeexpr=
8999 setlocal indentexpr=
9000 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
9001 setlocal noinfercase
9002 setlocal iskeyword=@,48-57,_,192-255
9003 setlocal keywordprg=
9004 setlocal nolinebreak
9005 setlocal nolisp
9006 setlocal nolist
9007 setlocal makeprg=
9008 setlocal matchpairs=(:),{:},[:],<:>
9009 setlocal nomodeline
9010 setlocal modifiable
9011 setlocal nrformats=octal,hex
9012 setlocal nonumber
9013 setlocal numberwidth=4
9014 setlocal omnifunc=htmlcomplete#CompleteTags
9015 setlocal path=
9016 setlocal nopreserveindent
9017 setlocal nopreviewwindow
9018 setlocal quoteescape=\\
9019 setlocal noreadonly
9020 setlocal norightleft
9021 setlocal rightleftcmd=search
9022 setlocal noscrollbind
9023 setlocal shiftwidth=8
9024 setlocal noshortname
9025 setlocal nosmartindent
9026 setlocal softtabstop=0
9027 setlocal nospell
9028 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
9029 setlocal spellfile=
9030 setlocal spelllang=en
9031 setlocal statusline=
9032 setlocal suffixesadd=
9033 setlocal swapfile
9034 setlocal synmaxcol=3000
9035 if &syntax != 'html'
9036 setlocal syntax=html
9037 endif
9038 setlocal tabstop=2
9039 setlocal tags=
9040 setlocal textwidth=0
9041 setlocal thesaurus=
9042 setlocal nowinfixheight
9043 setlocal nowinfixwidth
9044 setlocal wrap
9045 setlocal wrapmargin=0
9046 silent! normal! zE
9047 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
9048 if s:l < 1 | let s:l = 1 | endif
9049 exe s:l
9050 normal! zt
9051 1
9052 normal! 0
9053 tabedit sysresccd.html
9054 set splitbelow splitright
9055 set nosplitbelow
9056 set nosplitright
9057 wincmd t
9058 set winheight=1 winwidth=1
9059 argglobal
9060 22argu
9061 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9062 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9063 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
9064 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
9065 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
9066 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
9067 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
9068 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
9069 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
9070 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
9071 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
9072 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
9073 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
9074 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
9075 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
9076 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
9077 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
9078 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
9079 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">')
9080 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">')
9081 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
9082 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
9083 nnoremap <buffer> <silent> ; 
9084 nnoremap <buffer> <silent> ;; ;
9085 vnoremap <buffer> <silent> ;; ;
9086 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
9087 inoremap <buffer> <silent> &hA &hArr;
9088 inoremap <buffer> <silent> &dA &dArr;
9089 inoremap <buffer> <silent> &rA &rArr;
9090 inoremap <buffer> <silent> &uA &uArr;
9091 inoremap <buffer> <silent> &lA &lArr;
9092 inoremap <buffer> <silent> &ha &harr;
9093 inoremap <buffer> <silent> &da &darr;
9094 inoremap <buffer> <silent> &ra &rarr;
9095 inoremap <buffer> <silent> &ua &uarr;
9096 inoremap <buffer> <silent> &la &larr;
9097 inoremap <buffer> <silent> &pv &piv;
9098 inoremap <buffer> <silent> &uh &upsih;
9099 inoremap <buffer> <silent> &ts &thetasym;
9100 inoremap <buffer> <silent> &og &omega;
9101 inoremap <buffer> <silent> &ps &psi;
9102 inoremap <buffer> <silent> &ch &chi;
9103 inoremap <buffer> <silent> &ph &phi;
9104 inoremap <buffer> <silent> &up &upsilon;
9105 inoremap <buffer> <silent> &ta &tau;
9106 inoremap <buffer> <silent> &sf &sigmaf;
9107 inoremap <buffer> <silent> &si &sigma;
9108 inoremap <buffer> <silent> &rh &rho;
9109 inoremap <buffer> <silent> &pi &pi;
9110 inoremap <buffer> <silent> &oc &omicron;
9111 inoremap <buffer> <silent> &xi &xi;
9112 inoremap <buffer> <silent> &nu &nu;
9113 inoremap <buffer> <silent> &mu &mu;
9114 inoremap <buffer> <silent> &lm &lambda;
9115 inoremap <buffer> <silent> &ka &kappa;
9116 inoremap <buffer> <silent> &io &iota;
9117 inoremap <buffer> <silent> &th &theta;
9118 inoremap <buffer> <silent> &et &eta;
9119 inoremap <buffer> <silent> &ze &zeta;
9120 inoremap <buffer> <silent> &ep &epsilon;
9121 inoremap <buffer> <silent> &de &delta;
9122 inoremap <buffer> <silent> &ga &gamma;
9123 inoremap <buffer> <silent> &be &beta;
9124 inoremap <buffer> <silent> &al &alpha;
9125 inoremap <buffer> <silent> &Ps &Psi;
9126 inoremap <buffer> <silent> &Ch &Chi;
9127 inoremap <buffer> <silent> &Ph &Phi;
9128 inoremap <buffer> <silent> &Up &Upsilon;
9129 inoremap <buffer> <silent> &Ta &Tau;
9130 inoremap <buffer> <silent> &Si &Sigma;
9131 inoremap <buffer> <silent> &Rh &Rho;
9132 inoremap <buffer> <silent> &Pi &Pi;
9133 inoremap <buffer> <silent> &Oc &Omicron;
9134 inoremap <buffer> <silent> &Xi &Xi;
9135 inoremap <buffer> <silent> &Nu &Nu;
9136 inoremap <buffer> <silent> &Mu &Mu;
9137 inoremap <buffer> <silent> &Lm &Lambda;
9138 inoremap <buffer> <silent> &Ka &Kappa;
9139 inoremap <buffer> <silent> &Io &Iota;
9140 inoremap <buffer> <silent> &Th &Theta;
9141 inoremap <buffer> <silent> &Et &Eta;
9142 inoremap <buffer> <silent> &Ze &Zeta;
9143 inoremap <buffer> <silent> &Ep &Epsilon;
9144 inoremap <buffer> <silent> &De &Delta;
9145 inoremap <buffer> <silent> &Ga &Gamma;
9146 inoremap <buffer> <silent> &Be &Beta;
9147 inoremap <buffer> <silent> &Al &Alpha;
9148 inoremap <buffer> <silent> &3. &hellip;
9149 inoremap <buffer> <silent> &-- &mdash;
9150 inoremap <buffer> <silent> &3- &mdash;
9151 inoremap <buffer> <silent> &m- &mdash;
9152 inoremap <buffer> <silent> &2- &ndash;
9153 inoremap <buffer> <silent> &n- &ndash;
9154 inoremap <buffer> <silent> &34 &frac34;
9155 inoremap <buffer> <silent> &12 &frac12;
9156 inoremap <buffer> <silent> &14 &frac14;
9157 inoremap <buffer> <silent> &. &middot;
9158 inoremap <buffer> <silent> &pa &para;
9159 inoremap <buffer> <silent> &mi &micro;
9160 inoremap <buffer> <silent> &dg &deg;
9161 inoremap <buffer> <silent> &? &iquest;
9162 inoremap <buffer> <silent> &! &iexcl;
9163 inoremap <buffer> <silent> &sz &szlig;
9164 inoremap <buffer> <silent> &o/ &oslash;
9165 inoremap <buffer> <silent> &/ &divide;
9166 inoremap <buffer> <silent> &" &uml;
9167 inoremap <buffer> <silent> &2> &raquo;
9168 inoremap <buffer> <silent> &2< &laquo;
9169 inoremap <buffer> <silent> &y" &yuml;
9170 inoremap <buffer> <silent> &y' &yacute;
9171 inoremap <buffer> <silent> &u" &uuml;
9172 inoremap <buffer> <silent> &u^ &ucirc;
9173 inoremap <buffer> <silent> &u' &uacute;
9174 inoremap <buffer> <silent> &u` &ugrave;
9175 inoremap <buffer> <silent> &x &times;
9176 inoremap <buffer> <silent> &o" &ouml;
9177 inoremap <buffer> <silent> &o~ &otilde;
9178 inoremap <buffer> <silent> &o^ &ocirc;
9179 inoremap <buffer> <silent> &o' &oacute;
9180 inoremap <buffer> <silent> &o` &ograve;
9181 inoremap <buffer> <silent> &n~ &ntilde;
9182 inoremap <buffer> <silent> &i" &iuml;
9183 inoremap <buffer> <silent> &i^ &icirc;
9184 inoremap <buffer> <silent> &i' &iacute;
9185 inoremap <buffer> <silent> &i` &igrave;
9186 inoremap <buffer> <silent> &e" &euml;
9187 inoremap <buffer> <silent> &e^ &ecirc;
9188 inoremap <buffer> <silent> &e' &eacute;
9189 inoremap <buffer> <silent> &e` &egrave;
9190 inoremap <buffer> <silent> &c, &ccedil;
9191 inoremap <buffer> <silent> &ae &aelig;
9192 inoremap <buffer> <silent> &ao &aring;
9193 inoremap <buffer> <silent> &a" &auml;
9194 inoremap <buffer> <silent> &a~ &atilde;
9195 inoremap <buffer> <silent> &a^ &acirc;
9196 inoremap <buffer> <silent> &a' &aacute;
9197 inoremap <buffer> <silent> &a` &agrave;
9198 inoremap <buffer> <silent> &Y' &Yacute;
9199 inoremap <buffer> <silent> &U" &Uuml;
9200 inoremap <buffer> <silent> &U^ &Ucirc;
9201 inoremap <buffer> <silent> &U' &Uacute;
9202 inoremap <buffer> <silent> &U` &Ugrave;
9203 inoremap <buffer> <silent> &O/ &Oslash;
9204 inoremap <buffer> <silent> &O" &Ouml;
9205 inoremap <buffer> <silent> &O~ &Otilde;
9206 inoremap <buffer> <silent> &O^ &Ocirc;
9207 inoremap <buffer> <silent> &O' &Oacute;
9208 inoremap <buffer> <silent> &O` &Ograve;
9209 inoremap <buffer> <silent> &N~ &Ntilde;
9210 inoremap <buffer> <silent> &I" &Iuml;
9211 inoremap <buffer> <silent> &I^ &Icirc;
9212 inoremap <buffer> <silent> &I' &Iacute;
9213 inoremap <buffer> <silent> &I` &Igrave;
9214 inoremap <buffer> <silent> &E" &Euml;
9215 inoremap <buffer> <silent> &E^ &Ecirc;
9216 inoremap <buffer> <silent> &E' &Eacute;
9217 inoremap <buffer> <silent> &E` &Egrave;
9218 inoremap <buffer> <silent> &C, &Ccedil;
9219 inoremap <buffer> <silent> &AE &AElig;
9220 inoremap <buffer> <silent> &Ao &Aring;
9221 inoremap <buffer> <silent> &A" &Auml;
9222 inoremap <buffer> <silent> &A~ &Atilde;
9223 inoremap <buffer> <silent> &A^ &Acirc;
9224 inoremap <buffer> <silent> &A' &Aacute;
9225 inoremap <buffer> <silent> &A` &Agrave;
9226 inoremap <buffer> <silent> &c| &cent;
9227 inoremap <buffer> <silent> &Y= &yen;
9228 inoremap <buffer> <silent> &# &pound;
9229 inoremap <buffer> <silent> & &nbsp;
9230 inoremap <buffer> <silent> &> &gt;
9231 inoremap <buffer> <silent> &< &lt;
9232 inoremap <buffer> <silent> &' &quot;
9233 inoremap <buffer> <silent> &tm &trade;
9234 inoremap <buffer> <silent> &rO &reg;
9235 inoremap <buffer> <silent> &cO &copy;
9236 inoremap <buffer> <silent> && &amp;
9237 inoremap <buffer> <silent> ; &nbsp;
9238 inoremap <buffer> <silent> ;la <label for=""></label>F"
9239 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
9240 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
9241 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
9242 </textarea>k$5F"i
9243 inoremap <buffer> <silent> ;og <optgroup label="">
9244 </optgroup>k$F"i
9245 inoremap <buffer> <silent> ;op <option></option>F<
9246 inoremap <buffer> <silent> ;ms <select name="" multiple>
9247 </select>O
9248 inoremap <buffer> <silent> ;se <select name="">
9249 </select>O
9250 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
9251 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
9252 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
9253 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
9254 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
9255 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
9256 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
9257 inoremap <buffer> <silent> ;fm <form action="">
9258 </form>k$F"i
9259 inoremap <buffer> <silent> ;if <iframe src="">
9260 </iframe>k$F"i
9261 inoremap <buffer> <silent> ;nf <noframes>
9262 </noframes>O
9263 inoremap <buffer> <silent> ;fr <frame src="">F"
9264 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
9265 </frameset>k$3F"i
9266 inoremap <buffer> <silent> ;th <th></th>F<
9267 inoremap <buffer> <silent> ;td <td>
9268 </td>O
9269 inoremap <buffer> <silent> ;tr <tr>
9270 </tr>O
9271 inoremap <buffer> <silent> ;tf <tfoot>
9272 </tfoot>O
9273 inoremap <buffer> <silent> ;tb <tbody>
9274 </tbody>O
9275 inoremap <buffer> <silent> ;tH <thead>
9276 </thead>O
9277 inoremap <buffer> <silent> ;ta <table>
9278 </table>O
9279 inoremap <buffer> <silent> ;ca <caption></caption>F<
9280 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
9281 </object>k$5F"i
9282 inoremap <buffer> <silent> ;ns <noscript>
9283 </noscripT>O
9284 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
9285 <noembed></noembed>k$5F"i
9286 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
9287 inoremap <buffer> <silent> ;va <var></var>F<
9288 inoremap <buffer> <silent> ;ul <ul>
9289 </ul>O
9290 inoremap <buffer> <silent> ;tt <tt></tt>F<
9291 inoremap <buffer> <silent> ;ti <title></title>F<
9292 inoremap <buffer> <silent> ;sp <sup></sup>F<
9293 inoremap <buffer> <silent> ;sb <sub></sub>F<
9294 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
9295 inoremap <buffer> <silent> ;cs <style type="text/css">
9296 <!--
9297 -->
9298 </style>kO
9299 inoremap <buffer> <silent> ;sm <small></small>F<
9300 inoremap <buffer> <silent> ;sa <samp></samp>F<
9301 inoremap <buffer> <silent> ;sk <strike></strike>F<
9302 inoremap <buffer> <silent> ;qu <q></q>F<
9303 inoremap <buffer> <silent> ;pr <pre>
9304 </pre>O
9305 inoremap <buffer> <silent> ;/p </p>
9306 
9307 <p>
9308 inoremap <buffer> <silent> ;pp <p>
9309 </p>O
9310 inoremap <buffer> <silent> ;ol <ol>
9311 </ol>O
9312 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
9313 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
9314 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
9315 inoremap <buffer> <silent> ;lk <link href="">F"
9316 inoremap <buffer> <silent> ;li <li></li>F<
9317 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
9318 inoremap <buffer> <silent> ;ii <isindex>
9319 inoremap <buffer> <silent> ;in <ins></ins>F<
9320 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
9321 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
9322 inoremap <buffer> <silent> ;ht <html>
9323 </html>O
9324 inoremap <buffer> <silent> ;Hr <hr width="75%">
9325 inoremap <buffer> <silent> ;hr <hr>
9326 inoremap <buffer> <silent> ;he <head>
9327 </head>O
9328 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
9329 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
9330 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
9331 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
9332 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
9333 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
9334 inoremap <buffer> <silent> ;h6 <h6></h6>F<
9335 inoremap <buffer> <silent> ;h5 <h5></h5>F<
9336 inoremap <buffer> <silent> ;h4 <h4></h4>F<
9337 inoremap <buffer> <silent> ;h3 <h3></h3>F<
9338 inoremap <buffer> <silent> ;h2 <h2></h2>F<
9339 inoremap <buffer> <silent> ;h1 <h1></h1>F<
9340 inoremap <buffer> <silent> ;fc <font color=""></font>F"
9341 inoremap <buffer> <silent> ;fo <font size=""></font>F"
9342 inoremap <buffer> <silent> ;sn <span></span>F<
9343 inoremap <buffer> <silent> ;dv <div>
9344 </div>O
9345 inoremap <buffer> <silent> ;df <dfn></dfn>F<
9346 inoremap <buffer> <silent> ;de <del></del>F<
9347 inoremap <buffer> <silent> ;dd <dd></dd>F<
9348 inoremap <buffer> <silent> ;dt <dt></dt>F<
9349 inoremap <buffer> <silent> ;dl <dl>
9350 </dl>O
9351 inoremap <buffer> <silent> ;co <code></code>F<
9352 inoremap <buffer> <silent> ;ci <cite></cite>F<
9353 inoremap <buffer> <silent> ;ce <center></center>F<
9354 inoremap <buffer> <silent> ;br <br>
9355 inoremap <buffer> <silent> ;bd <body>
9356 </body>O
9357 inoremap <buffer> <silent> ;bl <blockquote>
9358 </blockquote>O
9359 inoremap <buffer> <silent> ;bi <big></big>F<
9360 inoremap <buffer> <silent> ;bh <base href="">F"
9361 inoremap <buffer> <silent> ;ad <address></address>F<
9362 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
9363 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
9364 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
9365 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
9366 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
9367 inoremap <buffer> <silent> ;an <a name=""></a>F"
9368 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
9369 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
9370 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
9371 inoremap <buffer> <silent> ;ah <a href=""></a>F"
9372 imap <buffer> <silent> ;s4 ;s4
9373 imap <buffer> <silent> ;4 ;4
9374 inoremap <buffer> <silent> ;mi :call MangleImageTag()
9375 inoremap <buffer> <silent> ; 
9376 inoremap <buffer> <silent> ;& &
9377 inoremap <buffer> <silent> ;; ;
9378 setlocal keymap=
9379 setlocal noarabic
9380 setlocal autoindent
9381 setlocal balloonexpr=
9382 setlocal nobinary
9383 setlocal bufhidden=
9384 setlocal buflisted
9385 setlocal buftype=
9386 setlocal nocindent
9387 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
9388 setlocal cinoptions=
9389 setlocal cinwords=if,else,while,do,for,switch
9390 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
9391 setlocal commentstring=<!--%s-->
9392 setlocal complete=.,w,b,u,t,i
9393 setlocal completefunc=
9394 setlocal nocopyindent
9395 setlocal nocursorcolumn
9396 setlocal nocursorline
9397 setlocal define=
9398 setlocal dictionary=
9399 setlocal nodiff
9400 setlocal equalprg=
9401 setlocal errorformat=
9402 setlocal noexpandtab
9403 if &filetype != 'html'
9404 setlocal filetype=html
9405 endif
9406 setlocal foldcolumn=0
9407 setlocal foldenable
9408 setlocal foldexpr=0
9409 setlocal foldignore=#
9410 setlocal foldlevel=0
9411 setlocal foldmarker={{{,}}}
9412 setlocal foldmethod=manual
9413 setlocal foldminlines=1
9414 setlocal foldnestmax=20
9415 setlocal foldtext=foldtext()
9416 setlocal formatexpr=
9417 setlocal formatoptions=tcq
9418 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
9419 setlocal grepprg=
9420 setlocal iminsert=2
9421 setlocal imsearch=2
9422 setlocal include=
9423 setlocal includeexpr=
9424 setlocal indentexpr=
9425 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
9426 setlocal noinfercase
9427 setlocal iskeyword=@,48-57,_,192-255
9428 setlocal keywordprg=
9429 setlocal nolinebreak
9430 setlocal nolisp
9431 setlocal nolist
9432 setlocal makeprg=
9433 setlocal matchpairs=(:),{:},[:],<:>
9434 setlocal nomodeline
9435 setlocal modifiable
9436 setlocal nrformats=octal,hex
9437 setlocal nonumber
9438 setlocal numberwidth=4
9439 setlocal omnifunc=htmlcomplete#CompleteTags
9440 setlocal path=
9441 setlocal nopreserveindent
9442 setlocal nopreviewwindow
9443 setlocal quoteescape=\\
9444 setlocal noreadonly
9445 setlocal norightleft
9446 setlocal rightleftcmd=search
9447 setlocal noscrollbind
9448 setlocal shiftwidth=8
9449 setlocal noshortname
9450 setlocal nosmartindent
9451 setlocal softtabstop=0
9452 setlocal nospell
9453 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
9454 setlocal spellfile=
9455 setlocal spelllang=en
9456 setlocal statusline=
9457 setlocal suffixesadd=
9458 setlocal swapfile
9459 setlocal synmaxcol=3000
9460 if &syntax != 'html'
9461 setlocal syntax=html
9462 endif
9463 setlocal tabstop=2
9464 setlocal tags=
9465 setlocal textwidth=0
9466 setlocal thesaurus=
9467 setlocal nowinfixheight
9468 setlocal nowinfixwidth
9469 setlocal wrap
9470 setlocal wrapmargin=0
9471 silent! normal! zE
9472 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
9473 if s:l < 1 | let s:l = 1 | endif
9474 exe s:l
9475 normal! zt
9476 1
9477 normal! 0
9478 tabedit usb.html
9479 set splitbelow splitright
9480 set nosplitbelow
9481 set nosplitright
9482 wincmd t
9483 set winheight=1 winwidth=1
9484 argglobal
9485 23argu
9486 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9487 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9488 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
9489 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
9490 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
9491 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
9492 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
9493 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
9494 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
9495 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
9496 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
9497 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
9498 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
9499 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
9500 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
9501 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
9502 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
9503 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
9504 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">')
9505 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">')
9506 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
9507 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
9508 nnoremap <buffer> <silent> ; 
9509 nnoremap <buffer> <silent> ;; ;
9510 vnoremap <buffer> <silent> ;; ;
9511 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
9512 inoremap <buffer> <silent> &hA &hArr;
9513 inoremap <buffer> <silent> &dA &dArr;
9514 inoremap <buffer> <silent> &rA &rArr;
9515 inoremap <buffer> <silent> &uA &uArr;
9516 inoremap <buffer> <silent> &lA &lArr;
9517 inoremap <buffer> <silent> &ha &harr;
9518 inoremap <buffer> <silent> &da &darr;
9519 inoremap <buffer> <silent> &ra &rarr;
9520 inoremap <buffer> <silent> &ua &uarr;
9521 inoremap <buffer> <silent> &la &larr;
9522 inoremap <buffer> <silent> &pv &piv;
9523 inoremap <buffer> <silent> &uh &upsih;
9524 inoremap <buffer> <silent> &ts &thetasym;
9525 inoremap <buffer> <silent> &og &omega;
9526 inoremap <buffer> <silent> &ps &psi;
9527 inoremap <buffer> <silent> &ch &chi;
9528 inoremap <buffer> <silent> &ph &phi;
9529 inoremap <buffer> <silent> &up &upsilon;
9530 inoremap <buffer> <silent> &ta &tau;
9531 inoremap <buffer> <silent> &sf &sigmaf;
9532 inoremap <buffer> <silent> &si &sigma;
9533 inoremap <buffer> <silent> &rh &rho;
9534 inoremap <buffer> <silent> &pi &pi;
9535 inoremap <buffer> <silent> &oc &omicron;
9536 inoremap <buffer> <silent> &xi &xi;
9537 inoremap <buffer> <silent> &nu &nu;
9538 inoremap <buffer> <silent> &mu &mu;
9539 inoremap <buffer> <silent> &lm &lambda;
9540 inoremap <buffer> <silent> &ka &kappa;
9541 inoremap <buffer> <silent> &io &iota;
9542 inoremap <buffer> <silent> &th &theta;
9543 inoremap <buffer> <silent> &et &eta;
9544 inoremap <buffer> <silent> &ze &zeta;
9545 inoremap <buffer> <silent> &ep &epsilon;
9546 inoremap <buffer> <silent> &de &delta;
9547 inoremap <buffer> <silent> &ga &gamma;
9548 inoremap <buffer> <silent> &be &beta;
9549 inoremap <buffer> <silent> &al &alpha;
9550 inoremap <buffer> <silent> &Ps &Psi;
9551 inoremap <buffer> <silent> &Ch &Chi;
9552 inoremap <buffer> <silent> &Ph &Phi;
9553 inoremap <buffer> <silent> &Up &Upsilon;
9554 inoremap <buffer> <silent> &Ta &Tau;
9555 inoremap <buffer> <silent> &Si &Sigma;
9556 inoremap <buffer> <silent> &Rh &Rho;
9557 inoremap <buffer> <silent> &Pi &Pi;
9558 inoremap <buffer> <silent> &Oc &Omicron;
9559 inoremap <buffer> <silent> &Xi &Xi;
9560 inoremap <buffer> <silent> &Nu &Nu;
9561 inoremap <buffer> <silent> &Mu &Mu;
9562 inoremap <buffer> <silent> &Lm &Lambda;
9563 inoremap <buffer> <silent> &Ka &Kappa;
9564 inoremap <buffer> <silent> &Io &Iota;
9565 inoremap <buffer> <silent> &Th &Theta;
9566 inoremap <buffer> <silent> &Et &Eta;
9567 inoremap <buffer> <silent> &Ze &Zeta;
9568 inoremap <buffer> <silent> &Ep &Epsilon;
9569 inoremap <buffer> <silent> &De &Delta;
9570 inoremap <buffer> <silent> &Ga &Gamma;
9571 inoremap <buffer> <silent> &Be &Beta;
9572 inoremap <buffer> <silent> &Al &Alpha;
9573 inoremap <buffer> <silent> &3. &hellip;
9574 inoremap <buffer> <silent> &-- &mdash;
9575 inoremap <buffer> <silent> &3- &mdash;
9576 inoremap <buffer> <silent> &m- &mdash;
9577 inoremap <buffer> <silent> &2- &ndash;
9578 inoremap <buffer> <silent> &n- &ndash;
9579 inoremap <buffer> <silent> &34 &frac34;
9580 inoremap <buffer> <silent> &12 &frac12;
9581 inoremap <buffer> <silent> &14 &frac14;
9582 inoremap <buffer> <silent> &. &middot;
9583 inoremap <buffer> <silent> &pa &para;
9584 inoremap <buffer> <silent> &mi &micro;
9585 inoremap <buffer> <silent> &dg &deg;
9586 inoremap <buffer> <silent> &? &iquest;
9587 inoremap <buffer> <silent> &! &iexcl;
9588 inoremap <buffer> <silent> &sz &szlig;
9589 inoremap <buffer> <silent> &o/ &oslash;
9590 inoremap <buffer> <silent> &/ &divide;
9591 inoremap <buffer> <silent> &" &uml;
9592 inoremap <buffer> <silent> &2> &raquo;
9593 inoremap <buffer> <silent> &2< &laquo;
9594 inoremap <buffer> <silent> &y" &yuml;
9595 inoremap <buffer> <silent> &y' &yacute;
9596 inoremap <buffer> <silent> &u" &uuml;
9597 inoremap <buffer> <silent> &u^ &ucirc;
9598 inoremap <buffer> <silent> &u' &uacute;
9599 inoremap <buffer> <silent> &u` &ugrave;
9600 inoremap <buffer> <silent> &x &times;
9601 inoremap <buffer> <silent> &o" &ouml;
9602 inoremap <buffer> <silent> &o~ &otilde;
9603 inoremap <buffer> <silent> &o^ &ocirc;
9604 inoremap <buffer> <silent> &o' &oacute;
9605 inoremap <buffer> <silent> &o` &ograve;
9606 inoremap <buffer> <silent> &n~ &ntilde;
9607 inoremap <buffer> <silent> &i" &iuml;
9608 inoremap <buffer> <silent> &i^ &icirc;
9609 inoremap <buffer> <silent> &i' &iacute;
9610 inoremap <buffer> <silent> &i` &igrave;
9611 inoremap <buffer> <silent> &e" &euml;
9612 inoremap <buffer> <silent> &e^ &ecirc;
9613 inoremap <buffer> <silent> &e' &eacute;
9614 inoremap <buffer> <silent> &e` &egrave;
9615 inoremap <buffer> <silent> &c, &ccedil;
9616 inoremap <buffer> <silent> &ae &aelig;
9617 inoremap <buffer> <silent> &ao &aring;
9618 inoremap <buffer> <silent> &a" &auml;
9619 inoremap <buffer> <silent> &a~ &atilde;
9620 inoremap <buffer> <silent> &a^ &acirc;
9621 inoremap <buffer> <silent> &a' &aacute;
9622 inoremap <buffer> <silent> &a` &agrave;
9623 inoremap <buffer> <silent> &Y' &Yacute;
9624 inoremap <buffer> <silent> &U" &Uuml;
9625 inoremap <buffer> <silent> &U^ &Ucirc;
9626 inoremap <buffer> <silent> &U' &Uacute;
9627 inoremap <buffer> <silent> &U` &Ugrave;
9628 inoremap <buffer> <silent> &O/ &Oslash;
9629 inoremap <buffer> <silent> &O" &Ouml;
9630 inoremap <buffer> <silent> &O~ &Otilde;
9631 inoremap <buffer> <silent> &O^ &Ocirc;
9632 inoremap <buffer> <silent> &O' &Oacute;
9633 inoremap <buffer> <silent> &O` &Ograve;
9634 inoremap <buffer> <silent> &N~ &Ntilde;
9635 inoremap <buffer> <silent> &I" &Iuml;
9636 inoremap <buffer> <silent> &I^ &Icirc;
9637 inoremap <buffer> <silent> &I' &Iacute;
9638 inoremap <buffer> <silent> &I` &Igrave;
9639 inoremap <buffer> <silent> &E" &Euml;
9640 inoremap <buffer> <silent> &E^ &Ecirc;
9641 inoremap <buffer> <silent> &E' &Eacute;
9642 inoremap <buffer> <silent> &E` &Egrave;
9643 inoremap <buffer> <silent> &C, &Ccedil;
9644 inoremap <buffer> <silent> &AE &AElig;
9645 inoremap <buffer> <silent> &Ao &Aring;
9646 inoremap <buffer> <silent> &A" &Auml;
9647 inoremap <buffer> <silent> &A~ &Atilde;
9648 inoremap <buffer> <silent> &A^ &Acirc;
9649 inoremap <buffer> <silent> &A' &Aacute;
9650 inoremap <buffer> <silent> &A` &Agrave;
9651 inoremap <buffer> <silent> &c| &cent;
9652 inoremap <buffer> <silent> &Y= &yen;
9653 inoremap <buffer> <silent> &# &pound;
9654 inoremap <buffer> <silent> & &nbsp;
9655 inoremap <buffer> <silent> &> &gt;
9656 inoremap <buffer> <silent> &< &lt;
9657 inoremap <buffer> <silent> &' &quot;
9658 inoremap <buffer> <silent> &tm &trade;
9659 inoremap <buffer> <silent> &rO &reg;
9660 inoremap <buffer> <silent> &cO &copy;
9661 inoremap <buffer> <silent> && &amp;
9662 inoremap <buffer> <silent> ; &nbsp;
9663 inoremap <buffer> <silent> ;la <label for=""></label>F"
9664 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
9665 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
9666 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
9667 </textarea>k$5F"i
9668 inoremap <buffer> <silent> ;og <optgroup label="">
9669 </optgroup>k$F"i
9670 inoremap <buffer> <silent> ;op <option></option>F<
9671 inoremap <buffer> <silent> ;ms <select name="" multiple>
9672 </select>O
9673 inoremap <buffer> <silent> ;se <select name="">
9674 </select>O
9675 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
9676 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
9677 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
9678 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
9679 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
9680 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
9681 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
9682 inoremap <buffer> <silent> ;fm <form action="">
9683 </form>k$F"i
9684 inoremap <buffer> <silent> ;if <iframe src="">
9685 </iframe>k$F"i
9686 inoremap <buffer> <silent> ;nf <noframes>
9687 </noframes>O
9688 inoremap <buffer> <silent> ;fr <frame src="">F"
9689 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
9690 </frameset>k$3F"i
9691 inoremap <buffer> <silent> ;th <th></th>F<
9692 inoremap <buffer> <silent> ;td <td>
9693 </td>O
9694 inoremap <buffer> <silent> ;tr <tr>
9695 </tr>O
9696 inoremap <buffer> <silent> ;tf <tfoot>
9697 </tfoot>O
9698 inoremap <buffer> <silent> ;tb <tbody>
9699 </tbody>O
9700 inoremap <buffer> <silent> ;tH <thead>
9701 </thead>O
9702 inoremap <buffer> <silent> ;ta <table>
9703 </table>O
9704 inoremap <buffer> <silent> ;ca <caption></caption>F<
9705 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
9706 </object>k$5F"i
9707 inoremap <buffer> <silent> ;ns <noscript>
9708 </noscripT>O
9709 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
9710 <noembed></noembed>k$5F"i
9711 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
9712 inoremap <buffer> <silent> ;va <var></var>F<
9713 inoremap <buffer> <silent> ;ul <ul>
9714 </ul>O
9715 inoremap <buffer> <silent> ;tt <tt></tt>F<
9716 inoremap <buffer> <silent> ;ti <title></title>F<
9717 inoremap <buffer> <silent> ;sp <sup></sup>F<
9718 inoremap <buffer> <silent> ;sb <sub></sub>F<
9719 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
9720 inoremap <buffer> <silent> ;cs <style type="text/css">
9721 <!--
9722 -->
9723 </style>kO
9724 inoremap <buffer> <silent> ;sm <small></small>F<
9725 inoremap <buffer> <silent> ;sa <samp></samp>F<
9726 inoremap <buffer> <silent> ;sk <strike></strike>F<
9727 inoremap <buffer> <silent> ;qu <q></q>F<
9728 inoremap <buffer> <silent> ;pr <pre>
9729 </pre>O
9730 inoremap <buffer> <silent> ;/p </p>
9731 
9732 <p>
9733 inoremap <buffer> <silent> ;pp <p>
9734 </p>O
9735 inoremap <buffer> <silent> ;ol <ol>
9736 </ol>O
9737 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
9738 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
9739 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
9740 inoremap <buffer> <silent> ;lk <link href="">F"
9741 inoremap <buffer> <silent> ;li <li></li>F<
9742 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
9743 inoremap <buffer> <silent> ;ii <isindex>
9744 inoremap <buffer> <silent> ;in <ins></ins>F<
9745 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
9746 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
9747 inoremap <buffer> <silent> ;ht <html>
9748 </html>O
9749 inoremap <buffer> <silent> ;Hr <hr width="75%">
9750 inoremap <buffer> <silent> ;hr <hr>
9751 inoremap <buffer> <silent> ;he <head>
9752 </head>O
9753 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
9754 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
9755 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
9756 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
9757 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
9758 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
9759 inoremap <buffer> <silent> ;h6 <h6></h6>F<
9760 inoremap <buffer> <silent> ;h5 <h5></h5>F<
9761 inoremap <buffer> <silent> ;h4 <h4></h4>F<
9762 inoremap <buffer> <silent> ;h3 <h3></h3>F<
9763 inoremap <buffer> <silent> ;h2 <h2></h2>F<
9764 inoremap <buffer> <silent> ;h1 <h1></h1>F<
9765 inoremap <buffer> <silent> ;fc <font color=""></font>F"
9766 inoremap <buffer> <silent> ;fo <font size=""></font>F"
9767 inoremap <buffer> <silent> ;sn <span></span>F<
9768 inoremap <buffer> <silent> ;dv <div>
9769 </div>O
9770 inoremap <buffer> <silent> ;df <dfn></dfn>F<
9771 inoremap <buffer> <silent> ;de <del></del>F<
9772 inoremap <buffer> <silent> ;dd <dd></dd>F<
9773 inoremap <buffer> <silent> ;dt <dt></dt>F<
9774 inoremap <buffer> <silent> ;dl <dl>
9775 </dl>O
9776 inoremap <buffer> <silent> ;co <code></code>F<
9777 inoremap <buffer> <silent> ;ci <cite></cite>F<
9778 inoremap <buffer> <silent> ;ce <center></center>F<
9779 inoremap <buffer> <silent> ;br <br>
9780 inoremap <buffer> <silent> ;bd <body>
9781 </body>O
9782 inoremap <buffer> <silent> ;bl <blockquote>
9783 </blockquote>O
9784 inoremap <buffer> <silent> ;bi <big></big>F<
9785 inoremap <buffer> <silent> ;bh <base href="">F"
9786 inoremap <buffer> <silent> ;ad <address></address>F<
9787 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
9788 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
9789 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
9790 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
9791 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
9792 inoremap <buffer> <silent> ;an <a name=""></a>F"
9793 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
9794 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
9795 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
9796 inoremap <buffer> <silent> ;ah <a href=""></a>F"
9797 imap <buffer> <silent> ;s4 ;s4
9798 imap <buffer> <silent> ;4 ;4
9799 inoremap <buffer> <silent> ;mi :call MangleImageTag()
9800 inoremap <buffer> <silent> ; 
9801 inoremap <buffer> <silent> ;& &
9802 inoremap <buffer> <silent> ;; ;
9803 setlocal keymap=
9804 setlocal noarabic
9805 setlocal autoindent
9806 setlocal balloonexpr=
9807 setlocal nobinary
9808 setlocal bufhidden=
9809 setlocal buflisted
9810 setlocal buftype=
9811 setlocal nocindent
9812 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
9813 setlocal cinoptions=
9814 setlocal cinwords=if,else,while,do,for,switch
9815 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
9816 setlocal commentstring=<!--%s-->
9817 setlocal complete=.,w,b,u,t,i
9818 setlocal completefunc=
9819 setlocal nocopyindent
9820 setlocal nocursorcolumn
9821 setlocal nocursorline
9822 setlocal define=
9823 setlocal dictionary=
9824 setlocal nodiff
9825 setlocal equalprg=
9826 setlocal errorformat=
9827 setlocal noexpandtab
9828 if &filetype != 'html'
9829 setlocal filetype=html
9830 endif
9831 setlocal foldcolumn=0
9832 setlocal foldenable
9833 setlocal foldexpr=0
9834 setlocal foldignore=#
9835 setlocal foldlevel=0
9836 setlocal foldmarker={{{,}}}
9837 setlocal foldmethod=manual
9838 setlocal foldminlines=1
9839 setlocal foldnestmax=20
9840 setlocal foldtext=foldtext()
9841 setlocal formatexpr=
9842 setlocal formatoptions=tcq
9843 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
9844 setlocal grepprg=
9845 setlocal iminsert=2
9846 setlocal imsearch=2
9847 setlocal include=
9848 setlocal includeexpr=
9849 setlocal indentexpr=
9850 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
9851 setlocal noinfercase
9852 setlocal iskeyword=@,48-57,_,192-255
9853 setlocal keywordprg=
9854 setlocal nolinebreak
9855 setlocal nolisp
9856 setlocal nolist
9857 setlocal makeprg=
9858 setlocal matchpairs=(:),{:},[:],<:>
9859 setlocal nomodeline
9860 setlocal modifiable
9861 setlocal nrformats=octal,hex
9862 setlocal nonumber
9863 setlocal numberwidth=4
9864 setlocal omnifunc=htmlcomplete#CompleteTags
9865 setlocal path=
9866 setlocal nopreserveindent
9867 setlocal nopreviewwindow
9868 setlocal quoteescape=\\
9869 setlocal noreadonly
9870 setlocal norightleft
9871 setlocal rightleftcmd=search
9872 setlocal noscrollbind
9873 setlocal shiftwidth=8
9874 setlocal noshortname
9875 setlocal nosmartindent
9876 setlocal softtabstop=0
9877 setlocal nospell
9878 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
9879 setlocal spellfile=
9880 setlocal spelllang=en
9881 setlocal statusline=
9882 setlocal suffixesadd=
9883 setlocal swapfile
9884 setlocal synmaxcol=3000
9885 if &syntax != 'html'
9886 setlocal syntax=html
9887 endif
9888 setlocal tabstop=2
9889 setlocal tags=
9890 setlocal textwidth=0
9891 setlocal thesaurus=
9892 setlocal nowinfixheight
9893 setlocal nowinfixwidth
9894 setlocal wrap
9895 setlocal wrapmargin=0
9896 silent! normal! zE
9897 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
9898 if s:l < 1 | let s:l = 1 | endif
9899 exe s:l
9900 normal! zt
9901 1
9902 normal! 0
9903 tabedit news.php
9904 set splitbelow splitright
9905 set nosplitbelow
9906 set nosplitright
9907 wincmd t
9908 set winheight=1 winwidth=1
9909 argglobal
9910 24argu
9911 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9912 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9913 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
9914 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
9915 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
9916 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
9917 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
9918 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
9919 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
9920 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
9921 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
9922 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
9923 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
9924 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
9925 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
9926 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
9927 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
9928 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
9929 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">')
9930 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">')
9931 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
9932 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
9933 nnoremap <buffer> <silent> ; 
9934 nnoremap <buffer> <silent> ;; ;
9935 vnoremap <buffer> <silent> ;; ;
9936 onoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
9937 :nohls
9938 nnoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
9939 :nohls
9940 onoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
9941 :nohls
9942 nnoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
9943 :nohls
9944 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
9945 inoremap <buffer> <silent> &hA &hArr;
9946 inoremap <buffer> <silent> &dA &dArr;
9947 inoremap <buffer> <silent> &rA &rArr;
9948 inoremap <buffer> <silent> &uA &uArr;
9949 inoremap <buffer> <silent> &lA &lArr;
9950 inoremap <buffer> <silent> &ha &harr;
9951 inoremap <buffer> <silent> &da &darr;
9952 inoremap <buffer> <silent> &ra &rarr;
9953 inoremap <buffer> <silent> &ua &uarr;
9954 inoremap <buffer> <silent> &la &larr;
9955 inoremap <buffer> <silent> &pv &piv;
9956 inoremap <buffer> <silent> &uh &upsih;
9957 inoremap <buffer> <silent> &ts &thetasym;
9958 inoremap <buffer> <silent> &og &omega;
9959 inoremap <buffer> <silent> &ps &psi;
9960 inoremap <buffer> <silent> &ch &chi;
9961 inoremap <buffer> <silent> &ph &phi;
9962 inoremap <buffer> <silent> &up &upsilon;
9963 inoremap <buffer> <silent> &ta &tau;
9964 inoremap <buffer> <silent> &sf &sigmaf;
9965 inoremap <buffer> <silent> &si &sigma;
9966 inoremap <buffer> <silent> &rh &rho;
9967 inoremap <buffer> <silent> &pi &pi;
9968 inoremap <buffer> <silent> &oc &omicron;
9969 inoremap <buffer> <silent> &xi &xi;
9970 inoremap <buffer> <silent> &nu &nu;
9971 inoremap <buffer> <silent> &mu &mu;
9972 inoremap <buffer> <silent> &lm &lambda;
9973 inoremap <buffer> <silent> &ka &kappa;
9974 inoremap <buffer> <silent> &io &iota;
9975 inoremap <buffer> <silent> &th &theta;
9976 inoremap <buffer> <silent> &et &eta;
9977 inoremap <buffer> <silent> &ze &zeta;
9978 inoremap <buffer> <silent> &ep &epsilon;
9979 inoremap <buffer> <silent> &de &delta;
9980 inoremap <buffer> <silent> &ga &gamma;
9981 inoremap <buffer> <silent> &be &beta;
9982 inoremap <buffer> <silent> &al &alpha;
9983 inoremap <buffer> <silent> &Ps &Psi;
9984 inoremap <buffer> <silent> &Ch &Chi;
9985 inoremap <buffer> <silent> &Ph &Phi;
9986 inoremap <buffer> <silent> &Up &Upsilon;
9987 inoremap <buffer> <silent> &Ta &Tau;
9988 inoremap <buffer> <silent> &Si &Sigma;
9989 inoremap <buffer> <silent> &Rh &Rho;
9990 inoremap <buffer> <silent> &Pi &Pi;
9991 inoremap <buffer> <silent> &Oc &Omicron;
9992 inoremap <buffer> <silent> &Xi &Xi;
9993 inoremap <buffer> <silent> &Nu &Nu;
9994 inoremap <buffer> <silent> &Mu &Mu;
9995 inoremap <buffer> <silent> &Lm &Lambda;
9996 inoremap <buffer> <silent> &Ka &Kappa;
9997 inoremap <buffer> <silent> &Io &Iota;
9998 inoremap <buffer> <silent> &Th &Theta;
9999 inoremap <buffer> <silent> &Et &Eta;
10000 inoremap <buffer> <silent> &Ze &Zeta;
10001 inoremap <buffer> <silent> &Ep &Epsilon;
10002 inoremap <buffer> <silent> &De &Delta;
10003 inoremap <buffer> <silent> &Ga &Gamma;
10004 inoremap <buffer> <silent> &Be &Beta;
10005 inoremap <buffer> <silent> &Al &Alpha;
10006 inoremap <buffer> <silent> &3. &hellip;
10007 inoremap <buffer> <silent> &-- &mdash;
10008 inoremap <buffer> <silent> &3- &mdash;
10009 inoremap <buffer> <silent> &m- &mdash;
10010 inoremap <buffer> <silent> &2- &ndash;
10011 inoremap <buffer> <silent> &n- &ndash;
10012 inoremap <buffer> <silent> &34 &frac34;
10013 inoremap <buffer> <silent> &12 &frac12;
10014 inoremap <buffer> <silent> &14 &frac14;
10015 inoremap <buffer> <silent> &. &middot;
10016 inoremap <buffer> <silent> &pa &para;
10017 inoremap <buffer> <silent> &mi &micro;
10018 inoremap <buffer> <silent> &dg &deg;
10019 inoremap <buffer> <silent> &? &iquest;
10020 inoremap <buffer> <silent> &! &iexcl;
10021 inoremap <buffer> <silent> &sz &szlig;
10022 inoremap <buffer> <silent> &o/ &oslash;
10023 inoremap <buffer> <silent> &/ &divide;
10024 inoremap <buffer> <silent> &" &uml;
10025 inoremap <buffer> <silent> &2> &raquo;
10026 inoremap <buffer> <silent> &2< &laquo;
10027 inoremap <buffer> <silent> &y" &yuml;
10028 inoremap <buffer> <silent> &y' &yacute;
10029 inoremap <buffer> <silent> &u" &uuml;
10030 inoremap <buffer> <silent> &u^ &ucirc;
10031 inoremap <buffer> <silent> &u' &uacute;
10032 inoremap <buffer> <silent> &u` &ugrave;
10033 inoremap <buffer> <silent> &x &times;
10034 inoremap <buffer> <silent> &o" &ouml;
10035 inoremap <buffer> <silent> &o~ &otilde;
10036 inoremap <buffer> <silent> &o^ &ocirc;
10037 inoremap <buffer> <silent> &o' &oacute;
10038 inoremap <buffer> <silent> &o` &ograve;
10039 inoremap <buffer> <silent> &n~ &ntilde;
10040 inoremap <buffer> <silent> &i" &iuml;
10041 inoremap <buffer> <silent> &i^ &icirc;
10042 inoremap <buffer> <silent> &i' &iacute;
10043 inoremap <buffer> <silent> &i` &igrave;
10044 inoremap <buffer> <silent> &e" &euml;
10045 inoremap <buffer> <silent> &e^ &ecirc;
10046 inoremap <buffer> <silent> &e' &eacute;
10047 inoremap <buffer> <silent> &e` &egrave;
10048 inoremap <buffer> <silent> &c, &ccedil;
10049 inoremap <buffer> <silent> &ae &aelig;
10050 inoremap <buffer> <silent> &ao &aring;
10051 inoremap <buffer> <silent> &a" &auml;
10052 inoremap <buffer> <silent> &a~ &atilde;
10053 inoremap <buffer> <silent> &a^ &acirc;
10054 inoremap <buffer> <silent> &a' &aacute;
10055 inoremap <buffer> <silent> &a` &agrave;
10056 inoremap <buffer> <silent> &Y' &Yacute;
10057 inoremap <buffer> <silent> &U" &Uuml;
10058 inoremap <buffer> <silent> &U^ &Ucirc;
10059 inoremap <buffer> <silent> &U' &Uacute;
10060 inoremap <buffer> <silent> &U` &Ugrave;
10061 inoremap <buffer> <silent> &O/ &Oslash;
10062 inoremap <buffer> <silent> &O" &Ouml;
10063 inoremap <buffer> <silent> &O~ &Otilde;
10064 inoremap <buffer> <silent> &O^ &Ocirc;
10065 inoremap <buffer> <silent> &O' &Oacute;
10066 inoremap <buffer> <silent> &O` &Ograve;
10067 inoremap <buffer> <silent> &N~ &Ntilde;
10068 inoremap <buffer> <silent> &I" &Iuml;
10069 inoremap <buffer> <silent> &I^ &Icirc;
10070 inoremap <buffer> <silent> &I' &Iacute;
10071 inoremap <buffer> <silent> &I` &Igrave;
10072 inoremap <buffer> <silent> &E" &Euml;
10073 inoremap <buffer> <silent> &E^ &Ecirc;
10074 inoremap <buffer> <silent> &E' &Eacute;
10075 inoremap <buffer> <silent> &E` &Egrave;
10076 inoremap <buffer> <silent> &C, &Ccedil;
10077 inoremap <buffer> <silent> &AE &AElig;
10078 inoremap <buffer> <silent> &Ao &Aring;
10079 inoremap <buffer> <silent> &A" &Auml;
10080 inoremap <buffer> <silent> &A~ &Atilde;
10081 inoremap <buffer> <silent> &A^ &Acirc;
10082 inoremap <buffer> <silent> &A' &Aacute;
10083 inoremap <buffer> <silent> &A` &Agrave;
10084 inoremap <buffer> <silent> &c| &cent;
10085 inoremap <buffer> <silent> &Y= &yen;
10086 inoremap <buffer> <silent> &# &pound;
10087 inoremap <buffer> <silent> & &nbsp;
10088 inoremap <buffer> <silent> &> &gt;
10089 inoremap <buffer> <silent> &< &lt;
10090 inoremap <buffer> <silent> &' &quot;
10091 inoremap <buffer> <silent> &tm &trade;
10092 inoremap <buffer> <silent> &rO &reg;
10093 inoremap <buffer> <silent> &cO &copy;
10094 inoremap <buffer> <silent> && &amp;
10095 inoremap <buffer> <silent> ; &nbsp;
10096 inoremap <buffer> <silent> ;la <label for=""></label>F"
10097 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
10098 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
10099 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
10100 </textarea>k$5F"i
10101 inoremap <buffer> <silent> ;og <optgroup label="">
10102 </optgroup>k$F"i
10103 inoremap <buffer> <silent> ;op <option></option>F<
10104 inoremap <buffer> <silent> ;ms <select name="" multiple>
10105 </select>O
10106 inoremap <buffer> <silent> ;se <select name="">
10107 </select>O
10108 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
10109 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
10110 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
10111 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
10112 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
10113 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
10114 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
10115 inoremap <buffer> <silent> ;fm <form action="">
10116 </form>k$F"i
10117 inoremap <buffer> <silent> ;if <iframe src="">
10118 </iframe>k$F"i
10119 inoremap <buffer> <silent> ;nf <noframes>
10120 </noframes>O
10121 inoremap <buffer> <silent> ;fr <frame src="">F"
10122 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
10123 </frameset>k$3F"i
10124 inoremap <buffer> <silent> ;th <th></th>F<
10125 inoremap <buffer> <silent> ;td <td>
10126 </td>O
10127 inoremap <buffer> <silent> ;tr <tr>
10128 </tr>O
10129 inoremap <buffer> <silent> ;tf <tfoot>
10130 </tfoot>O
10131 inoremap <buffer> <silent> ;tb <tbody>
10132 </tbody>O
10133 inoremap <buffer> <silent> ;tH <thead>
10134 </thead>O
10135 inoremap <buffer> <silent> ;ta <table>
10136 </table>O
10137 inoremap <buffer> <silent> ;ca <caption></caption>F<
10138 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
10139 </object>k$5F"i
10140 inoremap <buffer> <silent> ;ns <noscript>
10141 </noscripT>O
10142 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
10143 <noembed></noembed>k$5F"i
10144 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
10145 inoremap <buffer> <silent> ;va <var></var>F<
10146 inoremap <buffer> <silent> ;ul <ul>
10147 </ul>O
10148 inoremap <buffer> <silent> ;tt <tt></tt>F<
10149 inoremap <buffer> <silent> ;ti <title></title>F<
10150 inoremap <buffer> <silent> ;sp <sup></sup>F<
10151 inoremap <buffer> <silent> ;sb <sub></sub>F<
10152 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
10153 inoremap <buffer> <silent> ;cs <style type="text/css">
10154 <!--
10155 -->
10156 </style>kO
10157 inoremap <buffer> <silent> ;sm <small></small>F<
10158 inoremap <buffer> <silent> ;sa <samp></samp>F<
10159 inoremap <buffer> <silent> ;sk <strike></strike>F<
10160 inoremap <buffer> <silent> ;qu <q></q>F<
10161 inoremap <buffer> <silent> ;pr <pre>
10162 </pre>O
10163 inoremap <buffer> <silent> ;/p </p>
10164 
10165 <p>
10166 inoremap <buffer> <silent> ;pp <p>
10167 </p>O
10168 inoremap <buffer> <silent> ;ol <ol>
10169 </ol>O
10170 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
10171 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
10172 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
10173 inoremap <buffer> <silent> ;lk <link href="">F"
10174 inoremap <buffer> <silent> ;li <li></li>F<
10175 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
10176 inoremap <buffer> <silent> ;ii <isindex>
10177 inoremap <buffer> <silent> ;in <ins></ins>F<
10178 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
10179 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
10180 inoremap <buffer> <silent> ;ht <html>
10181 </html>O
10182 inoremap <buffer> <silent> ;Hr <hr width="75%">
10183 inoremap <buffer> <silent> ;hr <hr>
10184 inoremap <buffer> <silent> ;he <head>
10185 </head>O
10186 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
10187 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
10188 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
10189 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
10190 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
10191 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
10192 inoremap <buffer> <silent> ;h6 <h6></h6>F<
10193 inoremap <buffer> <silent> ;h5 <h5></h5>F<
10194 inoremap <buffer> <silent> ;h4 <h4></h4>F<
10195 inoremap <buffer> <silent> ;h3 <h3></h3>F<
10196 inoremap <buffer> <silent> ;h2 <h2></h2>F<
10197 inoremap <buffer> <silent> ;h1 <h1></h1>F<
10198 inoremap <buffer> <silent> ;fc <font color=""></font>F"
10199 inoremap <buffer> <silent> ;fo <font size=""></font>F"
10200 inoremap <buffer> <silent> ;sn <span></span>F<
10201 inoremap <buffer> <silent> ;dv <div>
10202 </div>O
10203 inoremap <buffer> <silent> ;df <dfn></dfn>F<
10204 inoremap <buffer> <silent> ;de <del></del>F<
10205 inoremap <buffer> <silent> ;dd <dd></dd>F<
10206 inoremap <buffer> <silent> ;dt <dt></dt>F<
10207 inoremap <buffer> <silent> ;dl <dl>
10208 </dl>O
10209 inoremap <buffer> <silent> ;co <code></code>F<
10210 inoremap <buffer> <silent> ;ci <cite></cite>F<
10211 inoremap <buffer> <silent> ;ce <center></center>F<
10212 inoremap <buffer> <silent> ;br <br>
10213 inoremap <buffer> <silent> ;bd <body>
10214 </body>O
10215 inoremap <buffer> <silent> ;bl <blockquote>
10216 </blockquote>O
10217 inoremap <buffer> <silent> ;bi <big></big>F<
10218 inoremap <buffer> <silent> ;bh <base href="">F"
10219 inoremap <buffer> <silent> ;ad <address></address>F<
10220 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
10221 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
10222 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
10223 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
10224 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
10225 inoremap <buffer> <silent> ;an <a name=""></a>F"
10226 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
10227 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
10228 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
10229 inoremap <buffer> <silent> ;ah <a href=""></a>F"
10230 imap <buffer> <silent> ;s4 ;s4
10231 imap <buffer> <silent> ;4 ;4
10232 inoremap <buffer> <silent> ;mi :call MangleImageTag()
10233 inoremap <buffer> <silent> ; 
10234 inoremap <buffer> <silent> ;& &
10235 inoremap <buffer> <silent> ;; ;
10236 setlocal keymap=
10237 setlocal noarabic
10238 setlocal autoindent
10239 setlocal balloonexpr=
10240 setlocal nobinary
10241 setlocal bufhidden=
10242 setlocal buflisted
10243 setlocal buftype=
10244 setlocal nocindent
10245 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10246 setlocal cinoptions=
10247 setlocal cinwords=if,else,while,do,for,switch
10248 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
10249 setlocal commentstring=/*%s*/
10250 setlocal complete=.,w,b,u,t,i
10251 setlocal completefunc=
10252 setlocal nocopyindent
10253 setlocal nocursorcolumn
10254 setlocal nocursorline
10255 setlocal define=
10256 setlocal dictionary=
10257 setlocal nodiff
10258 setlocal equalprg=
10259 setlocal errorformat=
10260 setlocal noexpandtab
10261 if &filetype != 'php'
10262 setlocal filetype=php
10263 endif
10264 setlocal foldcolumn=0
10265 setlocal foldenable
10266 setlocal foldexpr=0
10267 setlocal foldignore=#
10268 setlocal foldlevel=0
10269 setlocal foldmarker={{{,}}}
10270 setlocal foldmethod=manual
10271 setlocal foldminlines=1
10272 setlocal foldnestmax=20
10273 setlocal foldtext=foldtext()
10274 setlocal formatexpr=
10275 setlocal formatoptions=tcq
10276 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
10277 setlocal grepprg=
10278 setlocal iminsert=2
10279 setlocal imsearch=2
10280 setlocal include=\\(require\\|include\\)\\(_once\\)\\?
10281 setlocal includeexpr=
10282 setlocal indentexpr=
10283 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
10284 setlocal noinfercase
10285 setlocal iskeyword=@,48-57,_,192-255
10286 setlocal keywordprg=
10287 setlocal nolinebreak
10288 setlocal nolisp
10289 setlocal nolist
10290 setlocal makeprg=
10291 setlocal matchpairs=(:),{:},[:],<:>
10292 setlocal nomodeline
10293 setlocal modifiable
10294 setlocal nrformats=octal,hex
10295 setlocal nonumber
10296 setlocal numberwidth=4
10297 setlocal omnifunc=phpcomplete#CompletePHP
10298 setlocal path=
10299 setlocal nopreserveindent
10300 setlocal nopreviewwindow
10301 setlocal quoteescape=\\
10302 setlocal noreadonly
10303 setlocal norightleft
10304 setlocal rightleftcmd=search
10305 setlocal noscrollbind
10306 setlocal shiftwidth=8
10307 setlocal noshortname
10308 setlocal nosmartindent
10309 setlocal softtabstop=0
10310 setlocal nospell
10311 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
10312 setlocal spellfile=
10313 setlocal spelllang=en
10314 setlocal statusline=
10315 setlocal suffixesadd=
10316 setlocal swapfile
10317 setlocal synmaxcol=3000
10318 if &syntax != 'php'
10319 setlocal syntax=php
10320 endif
10321 setlocal tabstop=2
10322 setlocal tags=
10323 setlocal textwidth=0
10324 setlocal thesaurus=
10325 setlocal nowinfixheight
10326 setlocal nowinfixwidth
10327 setlocal wrap
10328 setlocal wrapmargin=0
10329 silent! normal! zE
10330 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
10331 if s:l < 1 | let s:l = 1 | endif
10332 exe s:l
10333 normal! zt
10334 1
10335 normal! 0
10336 tabedit printable.php
10337 set splitbelow splitright
10338 set nosplitbelow
10339 set nosplitright
10340 wincmd t
10341 set winheight=1 winwidth=1
10342 argglobal
10343 26argu
10344 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
10345 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
10346 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
10347 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
10348 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
10349 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
10350 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
10351 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
10352 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
10353 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
10354 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
10355 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
10356 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
10357 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
10358 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
10359 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
10360 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
10361 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
10362 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">')
10363 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">')
10364 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
10365 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
10366 nnoremap <buffer> <silent> ; 
10367 nnoremap <buffer> <silent> ;; ;
10368 vnoremap <buffer> <silent> ;; ;
10369 onoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
10370 :nohls
10371 nnoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
10372 :nohls
10373 onoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
10374 :nohls
10375 nnoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
10376 :nohls
10377 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
10378 inoremap <buffer> <silent> &hA &hArr;
10379 inoremap <buffer> <silent> &dA &dArr;
10380 inoremap <buffer> <silent> &rA &rArr;
10381 inoremap <buffer> <silent> &uA &uArr;
10382 inoremap <buffer> <silent> &lA &lArr;
10383 inoremap <buffer> <silent> &ha &harr;
10384 inoremap <buffer> <silent> &da &darr;
10385 inoremap <buffer> <silent> &ra &rarr;
10386 inoremap <buffer> <silent> &ua &uarr;
10387 inoremap <buffer> <silent> &la &larr;
10388 inoremap <buffer> <silent> &pv &piv;
10389 inoremap <buffer> <silent> &uh &upsih;
10390 inoremap <buffer> <silent> &ts &thetasym;
10391 inoremap <buffer> <silent> &og &omega;
10392 inoremap <buffer> <silent> &ps &psi;
10393 inoremap <buffer> <silent> &ch &chi;
10394 inoremap <buffer> <silent> &ph &phi;
10395 inoremap <buffer> <silent> &up &upsilon;
10396 inoremap <buffer> <silent> &ta &tau;
10397 inoremap <buffer> <silent> &sf &sigmaf;
10398 inoremap <buffer> <silent> &si &sigma;
10399 inoremap <buffer> <silent> &rh &rho;
10400 inoremap <buffer> <silent> &pi &pi;
10401 inoremap <buffer> <silent> &oc &omicron;
10402 inoremap <buffer> <silent> &xi &xi;
10403 inoremap <buffer> <silent> &nu &nu;
10404 inoremap <buffer> <silent> &mu &mu;
10405 inoremap <buffer> <silent> &lm &lambda;
10406 inoremap <buffer> <silent> &ka &kappa;
10407 inoremap <buffer> <silent> &io &iota;
10408 inoremap <buffer> <silent> &th &theta;
10409 inoremap <buffer> <silent> &et &eta;
10410 inoremap <buffer> <silent> &ze &zeta;
10411 inoremap <buffer> <silent> &ep &epsilon;
10412 inoremap <buffer> <silent> &de &delta;
10413 inoremap <buffer> <silent> &ga &gamma;
10414 inoremap <buffer> <silent> &be &beta;
10415 inoremap <buffer> <silent> &al &alpha;
10416 inoremap <buffer> <silent> &Ps &Psi;
10417 inoremap <buffer> <silent> &Ch &Chi;
10418 inoremap <buffer> <silent> &Ph &Phi;
10419 inoremap <buffer> <silent> &Up &Upsilon;
10420 inoremap <buffer> <silent> &Ta &Tau;
10421 inoremap <buffer> <silent> &Si &Sigma;
10422 inoremap <buffer> <silent> &Rh &Rho;
10423 inoremap <buffer> <silent> &Pi &Pi;
10424 inoremap <buffer> <silent> &Oc &Omicron;
10425 inoremap <buffer> <silent> &Xi &Xi;
10426 inoremap <buffer> <silent> &Nu &Nu;
10427 inoremap <buffer> <silent> &Mu &Mu;
10428 inoremap <buffer> <silent> &Lm &Lambda;
10429 inoremap <buffer> <silent> &Ka &Kappa;
10430 inoremap <buffer> <silent> &Io &Iota;
10431 inoremap <buffer> <silent> &Th &Theta;
10432 inoremap <buffer> <silent> &Et &Eta;
10433 inoremap <buffer> <silent> &Ze &Zeta;
10434 inoremap <buffer> <silent> &Ep &Epsilon;
10435 inoremap <buffer> <silent> &De &Delta;
10436 inoremap <buffer> <silent> &Ga &Gamma;
10437 inoremap <buffer> <silent> &Be &Beta;
10438 inoremap <buffer> <silent> &Al &Alpha;
10439 inoremap <buffer> <silent> &3. &hellip;
10440 inoremap <buffer> <silent> &-- &mdash;
10441 inoremap <buffer> <silent> &3- &mdash;
10442 inoremap <buffer> <silent> &m- &mdash;
10443 inoremap <buffer> <silent> &2- &ndash;
10444 inoremap <buffer> <silent> &n- &ndash;
10445 inoremap <buffer> <silent> &34 &frac34;
10446 inoremap <buffer> <silent> &12 &frac12;
10447 inoremap <buffer> <silent> &14 &frac14;
10448 inoremap <buffer> <silent> &. &middot;
10449 inoremap <buffer> <silent> &pa &para;
10450 inoremap <buffer> <silent> &mi &micro;
10451 inoremap <buffer> <silent> &dg &deg;
10452 inoremap <buffer> <silent> &? &iquest;
10453 inoremap <buffer> <silent> &! &iexcl;
10454 inoremap <buffer> <silent> &sz &szlig;
10455 inoremap <buffer> <silent> &o/ &oslash;
10456 inoremap <buffer> <silent> &/ &divide;
10457 inoremap <buffer> <silent> &" &uml;
10458 inoremap <buffer> <silent> &2> &raquo;
10459 inoremap <buffer> <silent> &2< &laquo;
10460 inoremap <buffer> <silent> &y" &yuml;
10461 inoremap <buffer> <silent> &y' &yacute;
10462 inoremap <buffer> <silent> &u" &uuml;
10463 inoremap <buffer> <silent> &u^ &ucirc;
10464 inoremap <buffer> <silent> &u' &uacute;
10465 inoremap <buffer> <silent> &u` &ugrave;
10466 inoremap <buffer> <silent> &x &times;
10467 inoremap <buffer> <silent> &o" &ouml;
10468 inoremap <buffer> <silent> &o~ &otilde;
10469 inoremap <buffer> <silent> &o^ &ocirc;
10470 inoremap <buffer> <silent> &o' &oacute;
10471 inoremap <buffer> <silent> &o` &ograve;
10472 inoremap <buffer> <silent> &n~ &ntilde;
10473 inoremap <buffer> <silent> &i" &iuml;
10474 inoremap <buffer> <silent> &i^ &icirc;
10475 inoremap <buffer> <silent> &i' &iacute;
10476 inoremap <buffer> <silent> &i` &igrave;
10477 inoremap <buffer> <silent> &e" &euml;
10478 inoremap <buffer> <silent> &e^ &ecirc;
10479 inoremap <buffer> <silent> &e' &eacute;
10480 inoremap <buffer> <silent> &e` &egrave;
10481 inoremap <buffer> <silent> &c, &ccedil;
10482 inoremap <buffer> <silent> &ae &aelig;
10483 inoremap <buffer> <silent> &ao &aring;
10484 inoremap <buffer> <silent> &a" &auml;
10485 inoremap <buffer> <silent> &a~ &atilde;
10486 inoremap <buffer> <silent> &a^ &acirc;
10487 inoremap <buffer> <silent> &a' &aacute;
10488 inoremap <buffer> <silent> &a` &agrave;
10489 inoremap <buffer> <silent> &Y' &Yacute;
10490 inoremap <buffer> <silent> &U" &Uuml;
10491 inoremap <buffer> <silent> &U^ &Ucirc;
10492 inoremap <buffer> <silent> &U' &Uacute;
10493 inoremap <buffer> <silent> &U` &Ugrave;
10494 inoremap <buffer> <silent> &O/ &Oslash;
10495 inoremap <buffer> <silent> &O" &Ouml;
10496 inoremap <buffer> <silent> &O~ &Otilde;
10497 inoremap <buffer> <silent> &O^ &Ocirc;
10498 inoremap <buffer> <silent> &O' &Oacute;
10499 inoremap <buffer> <silent> &O` &Ograve;
10500 inoremap <buffer> <silent> &N~ &Ntilde;
10501 inoremap <buffer> <silent> &I" &Iuml;
10502 inoremap <buffer> <silent> &I^ &Icirc;
10503 inoremap <buffer> <silent> &I' &Iacute;
10504 inoremap <buffer> <silent> &I` &Igrave;
10505 inoremap <buffer> <silent> &E" &Euml;
10506 inoremap <buffer> <silent> &E^ &Ecirc;
10507 inoremap <buffer> <silent> &E' &Eacute;
10508 inoremap <buffer> <silent> &E` &Egrave;
10509 inoremap <buffer> <silent> &C, &Ccedil;
10510 inoremap <buffer> <silent> &AE &AElig;
10511 inoremap <buffer> <silent> &Ao &Aring;
10512 inoremap <buffer> <silent> &A" &Auml;
10513 inoremap <buffer> <silent> &A~ &Atilde;
10514 inoremap <buffer> <silent> &A^ &Acirc;
10515 inoremap <buffer> <silent> &A' &Aacute;
10516 inoremap <buffer> <silent> &A` &Agrave;
10517 inoremap <buffer> <silent> &c| &cent;
10518 inoremap <buffer> <silent> &Y= &yen;
10519 inoremap <buffer> <silent> &# &pound;
10520 inoremap <buffer> <silent> & &nbsp;
10521 inoremap <buffer> <silent> &> &gt;
10522 inoremap <buffer> <silent> &< &lt;
10523 inoremap <buffer> <silent> &' &quot;
10524 inoremap <buffer> <silent> &tm &trade;
10525 inoremap <buffer> <silent> &rO &reg;
10526 inoremap <buffer> <silent> &cO &copy;
10527 inoremap <buffer> <silent> && &amp;
10528 inoremap <buffer> <silent> ; &nbsp;
10529 inoremap <buffer> <silent> ;la <label for=""></label>F"
10530 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
10531 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
10532 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
10533 </textarea>k$5F"i
10534 inoremap <buffer> <silent> ;og <optgroup label="">
10535 </optgroup>k$F"i
10536 inoremap <buffer> <silent> ;op <option></option>F<
10537 inoremap <buffer> <silent> ;ms <select name="" multiple>
10538 </select>O
10539 inoremap <buffer> <silent> ;se <select name="">
10540 </select>O
10541 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
10542 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
10543 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
10544 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
10545 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
10546 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
10547 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
10548 inoremap <buffer> <silent> ;fm <form action="">
10549 </form>k$F"i
10550 inoremap <buffer> <silent> ;if <iframe src="">
10551 </iframe>k$F"i
10552 inoremap <buffer> <silent> ;nf <noframes>
10553 </noframes>O
10554 inoremap <buffer> <silent> ;fr <frame src="">F"
10555 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
10556 </frameset>k$3F"i
10557 inoremap <buffer> <silent> ;th <th></th>F<
10558 inoremap <buffer> <silent> ;td <td>
10559 </td>O
10560 inoremap <buffer> <silent> ;tr <tr>
10561 </tr>O
10562 inoremap <buffer> <silent> ;tf <tfoot>
10563 </tfoot>O
10564 inoremap <buffer> <silent> ;tb <tbody>
10565 </tbody>O
10566 inoremap <buffer> <silent> ;tH <thead>
10567 </thead>O
10568 inoremap <buffer> <silent> ;ta <table>
10569 </table>O
10570 inoremap <buffer> <silent> ;ca <caption></caption>F<
10571 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
10572 </object>k$5F"i
10573 inoremap <buffer> <silent> ;ns <noscript>
10574 </noscripT>O
10575 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
10576 <noembed></noembed>k$5F"i
10577 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
10578 inoremap <buffer> <silent> ;va <var></var>F<
10579 inoremap <buffer> <silent> ;ul <ul>
10580 </ul>O
10581 inoremap <buffer> <silent> ;tt <tt></tt>F<
10582 inoremap <buffer> <silent> ;ti <title></title>F<
10583 inoremap <buffer> <silent> ;sp <sup></sup>F<
10584 inoremap <buffer> <silent> ;sb <sub></sub>F<
10585 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
10586 inoremap <buffer> <silent> ;cs <style type="text/css">
10587 <!--
10588 -->
10589 </style>kO
10590 inoremap <buffer> <silent> ;sm <small></small>F<
10591 inoremap <buffer> <silent> ;sa <samp></samp>F<
10592 inoremap <buffer> <silent> ;sk <strike></strike>F<
10593 inoremap <buffer> <silent> ;qu <q></q>F<
10594 inoremap <buffer> <silent> ;pr <pre>
10595 </pre>O
10596 inoremap <buffer> <silent> ;/p </p>
10597 
10598 <p>
10599 inoremap <buffer> <silent> ;pp <p>
10600 </p>O
10601 inoremap <buffer> <silent> ;ol <ol>
10602 </ol>O
10603 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
10604 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
10605 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
10606 inoremap <buffer> <silent> ;lk <link href="">F"
10607 inoremap <buffer> <silent> ;li <li></li>F<
10608 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
10609 inoremap <buffer> <silent> ;ii <isindex>
10610 inoremap <buffer> <silent> ;in <ins></ins>F<
10611 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
10612 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
10613 inoremap <buffer> <silent> ;ht <html>
10614 </html>O
10615 inoremap <buffer> <silent> ;Hr <hr width="75%">
10616 inoremap <buffer> <silent> ;hr <hr>
10617 inoremap <buffer> <silent> ;he <head>
10618 </head>O
10619 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
10620 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
10621 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
10622 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
10623 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
10624 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
10625 inoremap <buffer> <silent> ;h6 <h6></h6>F<
10626 inoremap <buffer> <silent> ;h5 <h5></h5>F<
10627 inoremap <buffer> <silent> ;h4 <h4></h4>F<
10628 inoremap <buffer> <silent> ;h3 <h3></h3>F<
10629 inoremap <buffer> <silent> ;h2 <h2></h2>F<
10630 inoremap <buffer> <silent> ;h1 <h1></h1>F<
10631 inoremap <buffer> <silent> ;fc <font color=""></font>F"
10632 inoremap <buffer> <silent> ;fo <font size=""></font>F"
10633 inoremap <buffer> <silent> ;sn <span></span>F<
10634 inoremap <buffer> <silent> ;dv <div>
10635 </div>O
10636 inoremap <buffer> <silent> ;df <dfn></dfn>F<
10637 inoremap <buffer> <silent> ;de <del></del>F<
10638 inoremap <buffer> <silent> ;dd <dd></dd>F<
10639 inoremap <buffer> <silent> ;dt <dt></dt>F<
10640 inoremap <buffer> <silent> ;dl <dl>
10641 </dl>O
10642 inoremap <buffer> <silent> ;co <code></code>F<
10643 inoremap <buffer> <silent> ;ci <cite></cite>F<
10644 inoremap <buffer> <silent> ;ce <center></center>F<
10645 inoremap <buffer> <silent> ;br <br>
10646 inoremap <buffer> <silent> ;bd <body>
10647 </body>O
10648 inoremap <buffer> <silent> ;bl <blockquote>
10649 </blockquote>O
10650 inoremap <buffer> <silent> ;bi <big></big>F<
10651 inoremap <buffer> <silent> ;bh <base href="">F"
10652 inoremap <buffer> <silent> ;ad <address></address>F<
10653 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
10654 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
10655 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
10656 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
10657 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
10658 inoremap <buffer> <silent> ;an <a name=""></a>F"
10659 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
10660 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
10661 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
10662 inoremap <buffer> <silent> ;ah <a href=""></a>F"
10663 imap <buffer> <silent> ;s4 ;s4
10664 imap <buffer> <silent> ;4 ;4
10665 inoremap <buffer> <silent> ;mi :call MangleImageTag()
10666 inoremap <buffer> <silent> ; 
10667 inoremap <buffer> <silent> ;& &
10668 inoremap <buffer> <silent> ;; ;
10669 setlocal keymap=
10670 setlocal noarabic
10671 setlocal autoindent
10672 setlocal balloonexpr=
10673 setlocal nobinary
10674 setlocal bufhidden=
10675 setlocal buflisted
10676 setlocal buftype=
10677 setlocal nocindent
10678 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10679 setlocal cinoptions=
10680 setlocal cinwords=if,else,while,do,for,switch
10681 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
10682 setlocal commentstring=/*%s*/
10683 setlocal complete=.,w,b,u,t,i
10684 setlocal completefunc=
10685 setlocal nocopyindent
10686 setlocal nocursorcolumn
10687 setlocal nocursorline
10688 setlocal define=
10689 setlocal dictionary=
10690 setlocal nodiff
10691 setlocal equalprg=
10692 setlocal errorformat=
10693 setlocal noexpandtab
10694 if &filetype != 'php'
10695 setlocal filetype=php
10696 endif
10697 setlocal foldcolumn=0
10698 setlocal foldenable
10699 setlocal foldexpr=0
10700 setlocal foldignore=#
10701 setlocal foldlevel=0
10702 setlocal foldmarker={{{,}}}
10703 setlocal foldmethod=manual
10704 setlocal foldminlines=1
10705 setlocal foldnestmax=20
10706 setlocal foldtext=foldtext()
10707 setlocal formatexpr=
10708 setlocal formatoptions=tcq
10709 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
10710 setlocal grepprg=
10711 setlocal iminsert=2
10712 setlocal imsearch=2
10713 setlocal include=\\(require\\|include\\)\\(_once\\)\\?
10714 setlocal includeexpr=
10715 setlocal indentexpr=
10716 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
10717 setlocal noinfercase
10718 setlocal iskeyword=@,48-57,_,192-255
10719 setlocal keywordprg=
10720 setlocal nolinebreak
10721 setlocal nolisp
10722 setlocal nolist
10723 setlocal makeprg=
10724 setlocal matchpairs=(:),{:},[:],<:>
10725 setlocal nomodeline
10726 setlocal modifiable
10727 setlocal nrformats=octal,hex
10728 setlocal nonumber
10729 setlocal numberwidth=4
10730 setlocal omnifunc=phpcomplete#CompletePHP
10731 setlocal path=
10732 setlocal nopreserveindent
10733 setlocal nopreviewwindow
10734 setlocal quoteescape=\\
10735 setlocal noreadonly
10736 setlocal norightleft
10737 setlocal rightleftcmd=search
10738 setlocal noscrollbind
10739 setlocal shiftwidth=8
10740 setlocal noshortname
10741 setlocal nosmartindent
10742 setlocal softtabstop=0
10743 setlocal nospell
10744 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
10745 setlocal spellfile=
10746 setlocal spelllang=en
10747 setlocal statusline=
10748 setlocal suffixesadd=
10749 setlocal swapfile
10750 setlocal synmaxcol=3000
10751 if &syntax != 'php'
10752 setlocal syntax=php
10753 endif
10754 setlocal tabstop=2
10755 setlocal tags=
10756 setlocal textwidth=0
10757 setlocal thesaurus=
10758 setlocal nowinfixheight
10759 setlocal nowinfixwidth
10760 setlocal wrap
10761 setlocal wrapmargin=0
10762 silent! normal! zE
10763 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
10764 if s:l < 1 | let s:l = 1 | endif
10765 exe s:l
10766 normal! zt
10767 1
10768 normal! 0
10769 tabedit clonezilla-sysresccd.rss
10770 set splitbelow splitright
10771 set nosplitbelow
10772 set nosplitright
10773 wincmd t
10774 set winheight=1 winwidth=1
10775 argglobal
10776 27argu
10777 setlocal keymap=
10778 setlocal noarabic
10779 setlocal autoindent
10780 setlocal balloonexpr=
10781 setlocal nobinary
10782 setlocal bufhidden=
10783 setlocal buflisted
10784 setlocal buftype=
10785 setlocal nocindent
10786 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10787 setlocal cinoptions=
10788 setlocal cinwords=if,else,while,do,for,switch
10789 setlocal comments=s:<!--,m:\ \ \ \ \ ,e:-->
10790 setlocal commentstring=<!--%s-->
10791 setlocal complete=.,w,b,u,t,i
10792 setlocal completefunc=
10793 setlocal nocopyindent
10794 setlocal nocursorcolumn
10795 setlocal nocursorline
10796 setlocal define=
10797 setlocal dictionary=
10798 setlocal nodiff
10799 setlocal equalprg=
10800 setlocal errorformat=
10801 setlocal noexpandtab
10802 if &filetype != 'xml'
10803 setlocal filetype=xml
10804 endif
10805 setlocal foldcolumn=0
10806 setlocal foldenable
10807 setlocal foldexpr=0
10808 setlocal foldignore=#
10809 setlocal foldlevel=0
10810 setlocal foldmarker={{{,}}}
10811 setlocal foldmethod=manual
10812 setlocal foldminlines=1
10813 setlocal foldnestmax=20
10814 setlocal foldtext=foldtext()
10815 setlocal formatexpr=
10816 setlocal formatoptions=roqltc
10817 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
10818 setlocal grepprg=
10819 setlocal iminsert=2
10820 setlocal imsearch=2
10821 setlocal include=
10822 setlocal includeexpr=
10823 setlocal indentexpr=
10824 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
10825 setlocal noinfercase
10826 setlocal iskeyword=@,48-57,_,192-255
10827 setlocal keywordprg=
10828 setlocal nolinebreak
10829 setlocal nolisp
10830 setlocal nolist
10831 setlocal makeprg=
10832 setlocal matchpairs=(:),{:},[:]
10833 setlocal nomodeline
10834 setlocal modifiable
10835 setlocal nrformats=octal,hex
10836 setlocal nonumber
10837 setlocal numberwidth=4
10838 setlocal omnifunc=xmlcomplete#CompleteTags
10839 setlocal path=
10840 setlocal nopreserveindent
10841 setlocal nopreviewwindow
10842 setlocal quoteescape=\\
10843 setlocal noreadonly
10844 setlocal norightleft
10845 setlocal rightleftcmd=search
10846 setlocal noscrollbind
10847 setlocal shiftwidth=8
10848 setlocal noshortname
10849 setlocal nosmartindent
10850 setlocal softtabstop=0
10851 setlocal nospell
10852 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
10853 setlocal spellfile=
10854 setlocal spelllang=en
10855 setlocal statusline=
10856 setlocal suffixesadd=
10857 setlocal swapfile
10858 setlocal synmaxcol=3000
10859 if &syntax != 'xml'
10860 setlocal syntax=xml
10861 endif
10862 setlocal tabstop=2
10863 setlocal tags=
10864 setlocal textwidth=0
10865 setlocal thesaurus=
10866 setlocal nowinfixheight
10867 setlocal nowinfixwidth
10868 setlocal wrap
10869 setlocal wrapmargin=0
10870 silent! normal! zE
10871 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
10872 if s:l < 1 | let s:l = 1 | endif
10873 exe s:l
10874 normal! zt
10875 1
10876 normal! 0
10877 tabedit ../.htaccess
10878 set splitbelow splitright
10879 set nosplitbelow
10880 set nosplitright
10881 wincmd t
10882 set winheight=1 winwidth=1
10883 argglobal
10884 28argu
10885 setlocal keymap=
10886 setlocal noarabic
10887 setlocal autoindent
10888 setlocal balloonexpr=
10889 setlocal nobinary
10890 setlocal bufhidden=
10891 setlocal buflisted
10892 setlocal buftype=
10893 setlocal nocindent
10894 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10895 setlocal cinoptions=
10896 setlocal cinwords=if,else,while,do,for,switch
10897 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
10898 setlocal commentstring=/*%s*/
10899 setlocal complete=.,w,b,u,t,i
10900 setlocal completefunc=
10901 setlocal nocopyindent
10902 setlocal nocursorcolumn
10903 setlocal nocursorline
10904 setlocal define=
10905 setlocal dictionary=
10906 setlocal nodiff
10907 setlocal equalprg=
10908 setlocal errorformat=
10909 setlocal noexpandtab
10910 if &filetype != 'apache'
10911 setlocal filetype=apache
10912 endif
10913 setlocal foldcolumn=0
10914 setlocal foldenable
10915 setlocal foldexpr=0
10916 setlocal foldignore=#
10917 setlocal foldlevel=0
10918 setlocal foldmarker={{{,}}}
10919 setlocal foldmethod=manual
10920 setlocal foldminlines=1
10921 setlocal foldnestmax=20
10922 setlocal foldtext=foldtext()
10923 setlocal formatexpr=
10924 setlocal formatoptions=tcq
10925 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
10926 setlocal grepprg=
10927 setlocal iminsert=2
10928 setlocal imsearch=2
10929 setlocal include=
10930 setlocal includeexpr=
10931 setlocal indentexpr=
10932 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
10933 setlocal noinfercase
10934 setlocal iskeyword=@,48-57,_,192-255
10935 setlocal keywordprg=
10936 setlocal nolinebreak
10937 setlocal nolisp
10938 setlocal nolist
10939 setlocal makeprg=
10940 setlocal matchpairs=(:),{:},[:]
10941 setlocal nomodeline
10942 setlocal modifiable
10943 setlocal nrformats=octal,hex
10944 setlocal nonumber
10945 setlocal numberwidth=4
10946 setlocal omnifunc=
10947 setlocal path=
10948 setlocal nopreserveindent
10949 setlocal nopreviewwindow
10950 setlocal quoteescape=\\
10951 setlocal noreadonly
10952 setlocal norightleft
10953 setlocal rightleftcmd=search
10954 setlocal noscrollbind
10955 setlocal shiftwidth=8
10956 setlocal noshortname
10957 setlocal nosmartindent
10958 setlocal softtabstop=0
10959 setlocal nospell
10960 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
10961 setlocal spellfile=
10962 setlocal spelllang=en
10963 setlocal statusline=
10964 setlocal suffixesadd=
10965 setlocal swapfile
10966 setlocal synmaxcol=3000
10967 if &syntax != 'apache'
10968 setlocal syntax=apache
10969 endif
10970 setlocal tabstop=2
10971 setlocal tags=
10972 setlocal textwidth=0
10973 setlocal thesaurus=
10974 setlocal nowinfixheight
10975 setlocal nowinfixwidth
10976 setlocal wrap
10977 setlocal wrapmargin=0
10978 silent! normal! zE
10979 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
10980 if s:l < 1 | let s:l = 1 | endif
10981 exe s:l
10982 normal! zt
10983 1
10984 normal! 0
10985 tabedit .404.html
10986 set splitbelow splitright
10987 set nosplitbelow
10988 set nosplitright
10989 wincmd t
10990 set winheight=1 winwidth=1
10991 argglobal
10992 29argu
10993 edit .404.html
10994 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
10995 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
10996 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
10997 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
10998 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
10999 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
11000 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
11001 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
11002 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
11003 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
11004 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
11005 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
11006 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
11007 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
11008 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
11009 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
11010 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
11011 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
11012 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">')
11013 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">')
11014 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
11015 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
11016 nnoremap <buffer> <silent> ; 
11017 nnoremap <buffer> <silent> ;; ;
11018 vnoremap <buffer> <silent> ;; ;
11019 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
11020 inoremap <buffer> <silent> &hA &hArr;
11021 inoremap <buffer> <silent> &dA &dArr;
11022 inoremap <buffer> <silent> &rA &rArr;
11023 inoremap <buffer> <silent> &uA &uArr;
11024 inoremap <buffer> <silent> &lA &lArr;
11025 inoremap <buffer> <silent> &ha &harr;
11026 inoremap <buffer> <silent> &da &darr;
11027 inoremap <buffer> <silent> &ra &rarr;
11028 inoremap <buffer> <silent> &ua &uarr;
11029 inoremap <buffer> <silent> &la &larr;
11030 inoremap <buffer> <silent> &pv &piv;
11031 inoremap <buffer> <silent> &uh &upsih;
11032 inoremap <buffer> <silent> &ts &thetasym;
11033 inoremap <buffer> <silent> &og &omega;
11034 inoremap <buffer> <silent> &ps &psi;
11035 inoremap <buffer> <silent> &ch &chi;
11036 inoremap <buffer> <silent> &ph &phi;
11037 inoremap <buffer> <silent> &up &upsilon;
11038 inoremap <buffer> <silent> &ta &tau;
11039 inoremap <buffer> <silent> &sf &sigmaf;
11040 inoremap <buffer> <silent> &si &sigma;
11041 inoremap <buffer> <silent> &rh &rho;
11042 inoremap <buffer> <silent> &pi &pi;
11043 inoremap <buffer> <silent> &oc &omicron;
11044 inoremap <buffer> <silent> &xi &xi;
11045 inoremap <buffer> <silent> &nu &nu;
11046 inoremap <buffer> <silent> &mu &mu;
11047 inoremap <buffer> <silent> &lm &lambda;
11048 inoremap <buffer> <silent> &ka &kappa;
11049 inoremap <buffer> <silent> &io &iota;
11050 inoremap <buffer> <silent> &th &theta;
11051 inoremap <buffer> <silent> &et &eta;
11052 inoremap <buffer> <silent> &ze &zeta;
11053 inoremap <buffer> <silent> &ep &epsilon;
11054 inoremap <buffer> <silent> &de &delta;
11055 inoremap <buffer> <silent> &ga &gamma;
11056 inoremap <buffer> <silent> &be &beta;
11057 inoremap <buffer> <silent> &al &alpha;
11058 inoremap <buffer> <silent> &Ps &Psi;
11059 inoremap <buffer> <silent> &Ch &Chi;
11060 inoremap <buffer> <silent> &Ph &Phi;
11061 inoremap <buffer> <silent> &Up &Upsilon;
11062 inoremap <buffer> <silent> &Ta &Tau;
11063 inoremap <buffer> <silent> &Si &Sigma;
11064 inoremap <buffer> <silent> &Rh &Rho;
11065 inoremap <buffer> <silent> &Pi &Pi;
11066 inoremap <buffer> <silent> &Oc &Omicron;
11067 inoremap <buffer> <silent> &Xi &Xi;
11068 inoremap <buffer> <silent> &Nu &Nu;
11069 inoremap <buffer> <silent> &Mu &Mu;
11070 inoremap <buffer> <silent> &Lm &Lambda;
11071 inoremap <buffer> <silent> &Ka &Kappa;
11072 inoremap <buffer> <silent> &Io &Iota;
11073 inoremap <buffer> <silent> &Th &Theta;
11074 inoremap <buffer> <silent> &Et &Eta;
11075 inoremap <buffer> <silent> &Ze &Zeta;
11076 inoremap <buffer> <silent> &Ep &Epsilon;
11077 inoremap <buffer> <silent> &De &Delta;
11078 inoremap <buffer> <silent> &Ga &Gamma;
11079 inoremap <buffer> <silent> &Be &Beta;
11080 inoremap <buffer> <silent> &Al &Alpha;
11081 inoremap <buffer> <silent> &3. &hellip;
11082 inoremap <buffer> <silent> &-- &mdash;
11083 inoremap <buffer> <silent> &3- &mdash;
11084 inoremap <buffer> <silent> &m- &mdash;
11085 inoremap <buffer> <silent> &2- &ndash;
11086 inoremap <buffer> <silent> &n- &ndash;
11087 inoremap <buffer> <silent> &34 &frac34;
11088 inoremap <buffer> <silent> &12 &frac12;
11089 inoremap <buffer> <silent> &14 &frac14;
11090 inoremap <buffer> <silent> &. &middot;
11091 inoremap <buffer> <silent> &pa &para;
11092 inoremap <buffer> <silent> &mi &micro;
11093 inoremap <buffer> <silent> &dg &deg;
11094 inoremap <buffer> <silent> &? &iquest;
11095 inoremap <buffer> <silent> &! &iexcl;
11096 inoremap <buffer> <silent> &sz &szlig;
11097 inoremap <buffer> <silent> &o/ &oslash;
11098 inoremap <buffer> <silent> &/ &divide;
11099 inoremap <buffer> <silent> &" &uml;
11100 inoremap <buffer> <silent> &2> &raquo;
11101 inoremap <buffer> <silent> &2< &laquo;
11102 inoremap <buffer> <silent> &y" &yuml;
11103 inoremap <buffer> <silent> &y' &yacute;
11104 inoremap <buffer> <silent> &u" &uuml;
11105 inoremap <buffer> <silent> &u^ &ucirc;
11106 inoremap <buffer> <silent> &u' &uacute;
11107 inoremap <buffer> <silent> &u` &ugrave;
11108 inoremap <buffer> <silent> &x &times;
11109 inoremap <buffer> <silent> &o" &ouml;
11110 inoremap <buffer> <silent> &o~ &otilde;
11111 inoremap <buffer> <silent> &o^ &ocirc;
11112 inoremap <buffer> <silent> &o' &oacute;
11113 inoremap <buffer> <silent> &o` &ograve;
11114 inoremap <buffer> <silent> &n~ &ntilde;
11115 inoremap <buffer> <silent> &i" &iuml;
11116 inoremap <buffer> <silent> &i^ &icirc;
11117 inoremap <buffer> <silent> &i' &iacute;
11118 inoremap <buffer> <silent> &i` &igrave;
11119 inoremap <buffer> <silent> &e" &euml;
11120 inoremap <buffer> <silent> &e^ &ecirc;
11121 inoremap <buffer> <silent> &e' &eacute;
11122 inoremap <buffer> <silent> &e` &egrave;
11123 inoremap <buffer> <silent> &c, &ccedil;
11124 inoremap <buffer> <silent> &ae &aelig;
11125 inoremap <buffer> <silent> &ao &aring;
11126 inoremap <buffer> <silent> &a" &auml;
11127 inoremap <buffer> <silent> &a~ &atilde;
11128 inoremap <buffer> <silent> &a^ &acirc;
11129 inoremap <buffer> <silent> &a' &aacute;
11130 inoremap <buffer> <silent> &a` &agrave;
11131 inoremap <buffer> <silent> &Y' &Yacute;
11132 inoremap <buffer> <silent> &U" &Uuml;
11133 inoremap <buffer> <silent> &U^ &Ucirc;
11134 inoremap <buffer> <silent> &U' &Uacute;
11135 inoremap <buffer> <silent> &U` &Ugrave;
11136 inoremap <buffer> <silent> &O/ &Oslash;
11137 inoremap <buffer> <silent> &O" &Ouml;
11138 inoremap <buffer> <silent> &O~ &Otilde;
11139 inoremap <buffer> <silent> &O^ &Ocirc;
11140 inoremap <buffer> <silent> &O' &Oacute;
11141 inoremap <buffer> <silent> &O` &Ograve;
11142 inoremap <buffer> <silent> &N~ &Ntilde;
11143 inoremap <buffer> <silent> &I" &Iuml;
11144 inoremap <buffer> <silent> &I^ &Icirc;
11145 inoremap <buffer> <silent> &I' &Iacute;
11146 inoremap <buffer> <silent> &I` &Igrave;
11147 inoremap <buffer> <silent> &E" &Euml;
11148 inoremap <buffer> <silent> &E^ &Ecirc;
11149 inoremap <buffer> <silent> &E' &Eacute;
11150 inoremap <buffer> <silent> &E` &Egrave;
11151 inoremap <buffer> <silent> &C, &Ccedil;
11152 inoremap <buffer> <silent> &AE &AElig;
11153 inoremap <buffer> <silent> &Ao &Aring;
11154 inoremap <buffer> <silent> &A" &Auml;
11155 inoremap <buffer> <silent> &A~ &Atilde;
11156 inoremap <buffer> <silent> &A^ &Acirc;
11157 inoremap <buffer> <silent> &A' &Aacute;
11158 inoremap <buffer> <silent> &A` &Agrave;
11159 inoremap <buffer> <silent> &c| &cent;
11160 inoremap <buffer> <silent> &Y= &yen;
11161 inoremap <buffer> <silent> &# &pound;
11162 inoremap <buffer> <silent> & &nbsp;
11163 inoremap <buffer> <silent> &> &gt;
11164 inoremap <buffer> <silent> &< &lt;
11165 inoremap <buffer> <silent> &' &quot;
11166 inoremap <buffer> <silent> &tm &trade;
11167 inoremap <buffer> <silent> &rO &reg;
11168 inoremap <buffer> <silent> &cO &copy;
11169 inoremap <buffer> <silent> && &amp;
11170 inoremap <buffer> <silent> ; &nbsp;
11171 inoremap <buffer> <silent> ;la <label for=""></label>F"
11172 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
11173 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
11174 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
11175 </textarea>k$5F"i
11176 inoremap <buffer> <silent> ;og <optgroup label="">
11177 </optgroup>k$F"i
11178 inoremap <buffer> <silent> ;op <option></option>F<
11179 inoremap <buffer> <silent> ;ms <select name="" multiple>
11180 </select>O
11181 inoremap <buffer> <silent> ;se <select name="">
11182 </select>O
11183 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
11184 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
11185 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
11186 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
11187 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
11188 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
11189 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
11190 inoremap <buffer> <silent> ;fm <form action="">
11191 </form>k$F"i
11192 inoremap <buffer> <silent> ;if <iframe src="">
11193 </iframe>k$F"i
11194 inoremap <buffer> <silent> ;nf <noframes>
11195 </noframes>O
11196 inoremap <buffer> <silent> ;fr <frame src="">F"
11197 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
11198 </frameset>k$3F"i
11199 inoremap <buffer> <silent> ;th <th></th>F<
11200 inoremap <buffer> <silent> ;td <td>
11201 </td>O
11202 inoremap <buffer> <silent> ;tr <tr>
11203 </tr>O
11204 inoremap <buffer> <silent> ;tf <tfoot>
11205 </tfoot>O
11206 inoremap <buffer> <silent> ;tb <tbody>
11207 </tbody>O
11208 inoremap <buffer> <silent> ;tH <thead>
11209 </thead>O
11210 inoremap <buffer> <silent> ;ta <table>
11211 </table>O
11212 inoremap <buffer> <silent> ;ca <caption></caption>F<
11213 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
11214 </object>k$5F"i
11215 inoremap <buffer> <silent> ;ns <noscript>
11216 </noscripT>O
11217 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
11218 <noembed></noembed>k$5F"i
11219 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
11220 inoremap <buffer> <silent> ;va <var></var>F<
11221 inoremap <buffer> <silent> ;ul <ul>
11222 </ul>O
11223 inoremap <buffer> <silent> ;tt <tt></tt>F<
11224 inoremap <buffer> <silent> ;ti <title></title>F<
11225 inoremap <buffer> <silent> ;sp <sup></sup>F<
11226 inoremap <buffer> <silent> ;sb <sub></sub>F<
11227 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
11228 inoremap <buffer> <silent> ;cs <style type="text/css">
11229 <!--
11230 -->
11231 </style>kO
11232 inoremap <buffer> <silent> ;sm <small></small>F<
11233 inoremap <buffer> <silent> ;sa <samp></samp>F<
11234 inoremap <buffer> <silent> ;sk <strike></strike>F<
11235 inoremap <buffer> <silent> ;qu <q></q>F<
11236 inoremap <buffer> <silent> ;pr <pre>
11237 </pre>O
11238 inoremap <buffer> <silent> ;/p </p>
11239 
11240 <p>
11241 inoremap <buffer> <silent> ;pp <p>
11242 </p>O
11243 inoremap <buffer> <silent> ;ol <ol>
11244 </ol>O
11245 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
11246 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
11247 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
11248 inoremap <buffer> <silent> ;lk <link href="">F"
11249 inoremap <buffer> <silent> ;li <li></li>F<
11250 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
11251 inoremap <buffer> <silent> ;ii <isindex>
11252 inoremap <buffer> <silent> ;in <ins></ins>F<
11253 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
11254 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
11255 inoremap <buffer> <silent> ;ht <html>
11256 </html>O
11257 inoremap <buffer> <silent> ;Hr <hr width="75%">
11258 inoremap <buffer> <silent> ;hr <hr>
11259 inoremap <buffer> <silent> ;he <head>
11260 </head>O
11261 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
11262 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
11263 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
11264 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
11265 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
11266 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
11267 inoremap <buffer> <silent> ;h6 <h6></h6>F<
11268 inoremap <buffer> <silent> ;h5 <h5></h5>F<
11269 inoremap <buffer> <silent> ;h4 <h4></h4>F<
11270 inoremap <buffer> <silent> ;h3 <h3></h3>F<
11271 inoremap <buffer> <silent> ;h2 <h2></h2>F<
11272 inoremap <buffer> <silent> ;h1 <h1></h1>F<
11273 inoremap <buffer> <silent> ;fc <font color=""></font>F"
11274 inoremap <buffer> <silent> ;fo <font size=""></font>F"
11275 inoremap <buffer> <silent> ;sn <span></span>F<
11276 inoremap <buffer> <silent> ;dv <div>
11277 </div>O
11278 inoremap <buffer> <silent> ;df <dfn></dfn>F<
11279 inoremap <buffer> <silent> ;de <del></del>F<
11280 inoremap <buffer> <silent> ;dd <dd></dd>F<
11281 inoremap <buffer> <silent> ;dt <dt></dt>F<
11282 inoremap <buffer> <silent> ;dl <dl>
11283 </dl>O
11284 inoremap <buffer> <silent> ;co <code></code>F<
11285 inoremap <buffer> <silent> ;ci <cite></cite>F<
11286 inoremap <buffer> <silent> ;ce <center></center>F<
11287 inoremap <buffer> <silent> ;br <br>
11288 inoremap <buffer> <silent> ;bd <body>
11289 </body>O
11290 inoremap <buffer> <silent> ;bl <blockquote>
11291 </blockquote>O
11292 inoremap <buffer> <silent> ;bi <big></big>F<
11293 inoremap <buffer> <silent> ;bh <base href="">F"
11294 inoremap <buffer> <silent> ;ad <address></address>F<
11295 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
11296 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
11297 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
11298 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
11299 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
11300 inoremap <buffer> <silent> ;an <a name=""></a>F"
11301 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
11302 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
11303 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
11304 inoremap <buffer> <silent> ;ah <a href=""></a>F"
11305 imap <buffer> <silent> ;s4 ;s4
11306 imap <buffer> <silent> ;4 ;4
11307 inoremap <buffer> <silent> ;mi :call MangleImageTag()
11308 inoremap <buffer> <silent> ; 
11309 inoremap <buffer> <silent> ;& &
11310 inoremap <buffer> <silent> ;; ;
11311 setlocal keymap=
11312 setlocal noarabic
11313 setlocal autoindent
11314 setlocal balloonexpr=
11315 setlocal nobinary
11316 setlocal bufhidden=
11317 setlocal buflisted
11318 setlocal buftype=
11319 setlocal nocindent
11320 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11321 setlocal cinoptions=
11322 setlocal cinwords=if,else,while,do,for,switch
11323 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
11324 setlocal commentstring=<!--%s-->
11325 setlocal complete=.,w,b,u,t,i
11326 setlocal completefunc=
11327 setlocal nocopyindent
11328 setlocal nocursorcolumn
11329 setlocal nocursorline
11330 setlocal define=
11331 setlocal dictionary=
11332 setlocal nodiff
11333 setlocal equalprg=
11334 setlocal errorformat=
11335 setlocal noexpandtab
11336 if &filetype != 'html'
11337 setlocal filetype=html
11338 endif
11339 setlocal foldcolumn=0
11340 setlocal foldenable
11341 setlocal foldexpr=0
11342 setlocal foldignore=#
11343 setlocal foldlevel=0
11344 setlocal foldmarker={{{,}}}
11345 setlocal foldmethod=manual
11346 setlocal foldminlines=1
11347 setlocal foldnestmax=20
11348 setlocal foldtext=foldtext()
11349 setlocal formatexpr=
11350 setlocal formatoptions=tcq
11351 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11352 setlocal grepprg=
11353 setlocal iminsert=2
11354 setlocal imsearch=2
11355 setlocal include=
11356 setlocal includeexpr=
11357 setlocal indentexpr=
11358 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
11359 setlocal noinfercase
11360 setlocal iskeyword=@,48-57,_,192-255
11361 setlocal keywordprg=
11362 setlocal nolinebreak
11363 setlocal nolisp
11364 setlocal nolist
11365 setlocal makeprg=
11366 setlocal matchpairs=(:),{:},[:],<:>
11367 setlocal nomodeline
11368 setlocal modifiable
11369 setlocal nrformats=octal,hex
11370 setlocal nonumber
11371 setlocal numberwidth=4
11372 setlocal omnifunc=htmlcomplete#CompleteTags
11373 setlocal path=
11374 setlocal nopreserveindent
11375 setlocal nopreviewwindow
11376 setlocal quoteescape=\\
11377 setlocal noreadonly
11378 setlocal norightleft
11379 setlocal rightleftcmd=search
11380 setlocal noscrollbind
11381 setlocal shiftwidth=8
11382 setlocal noshortname
11383 setlocal nosmartindent
11384 setlocal softtabstop=0
11385 setlocal nospell
11386 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
11387 setlocal spellfile=
11388 setlocal spelllang=en
11389 setlocal statusline=
11390 setlocal suffixesadd=
11391 setlocal swapfile
11392 setlocal synmaxcol=3000
11393 if &syntax != 'html'
11394 setlocal syntax=html
11395 endif
11396 setlocal tabstop=2
11397 setlocal tags=
11398 setlocal textwidth=0
11399 setlocal thesaurus=
11400 setlocal nowinfixheight
11401 setlocal nowinfixwidth
11402 setlocal wrap
11403 setlocal wrapmargin=0
11404 silent! normal! zE
11405 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
11406 if s:l < 1 | let s:l = 1 | endif
11407 exe s:l
11408 normal! zt
11409 1
11410 normal! 0
11411 tabedit .news.php
11412 set splitbelow splitright
11413 set nosplitbelow
11414 set nosplitright
11415 wincmd t
11416 set winheight=1 winwidth=1
11417 argglobal
11418 30argu
11419 edit .news.php
11420 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
11421 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
11422 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
11423 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
11424 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
11425 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
11426 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
11427 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
11428 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
11429 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
11430 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
11431 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
11432 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
11433 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
11434 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
11435 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
11436 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
11437 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
11438 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">')
11439 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">')
11440 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
11441 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
11442 nnoremap <buffer> <silent> ; 
11443 nnoremap <buffer> <silent> ;; ;
11444 vnoremap <buffer> <silent> ;; ;
11445 onoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
11446 :nohls
11447 nnoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
11448 :nohls
11449 onoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
11450 :nohls
11451 nnoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
11452 :nohls
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 != 'php'
11771 setlocal filetype=php
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=\\(require\\|include\\)\\(_once\\)\\?
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=phpcomplete#CompletePHP
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 != 'php'
11828 setlocal syntax=php
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! 01l
11845 tabedit .template.html
11846 set splitbelow splitright
11847 set nosplitbelow
11848 set nosplitright
11849 wincmd t
11850 set winheight=1 winwidth=1
11851 argglobal
11852 31argu
11853 edit .template.html
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 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
11880 inoremap <buffer> <silent> &hA &hArr;
11881 inoremap <buffer> <silent> &dA &dArr;
11882 inoremap <buffer> <silent> &rA &rArr;
11883 inoremap <buffer> <silent> &uA &uArr;
11884 inoremap <buffer> <silent> &lA &lArr;
11885 inoremap <buffer> <silent> &ha &harr;
11886 inoremap <buffer> <silent> &da &darr;
11887 inoremap <buffer> <silent> &ra &rarr;
11888 inoremap <buffer> <silent> &ua &uarr;
11889 inoremap <buffer> <silent> &la &larr;
11890 inoremap <buffer> <silent> &pv &piv;
11891 inoremap <buffer> <silent> &uh &upsih;
11892 inoremap <buffer> <silent> &ts &thetasym;
11893 inoremap <buffer> <silent> &og &omega;
11894 inoremap <buffer> <silent> &ps &psi;
11895 inoremap <buffer> <silent> &ch &chi;
11896 inoremap <buffer> <silent> &ph &phi;
11897 inoremap <buffer> <silent> &up &upsilon;
11898 inoremap <buffer> <silent> &ta &tau;
11899 inoremap <buffer> <silent> &sf &sigmaf;
11900 inoremap <buffer> <silent> &si &sigma;
11901 inoremap <buffer> <silent> &rh &rho;
11902 inoremap <buffer> <silent> &pi &pi;
11903 inoremap <buffer> <silent> &oc &omicron;
11904 inoremap <buffer> <silent> &xi &xi;
11905 inoremap <buffer> <silent> &nu &nu;
11906 inoremap <buffer> <silent> &mu &mu;
11907 inoremap <buffer> <silent> &lm &lambda;
11908 inoremap <buffer> <silent> &ka &kappa;
11909 inoremap <buffer> <silent> &io &iota;
11910 inoremap <buffer> <silent> &th &theta;
11911 inoremap <buffer> <silent> &et &eta;
11912 inoremap <buffer> <silent> &ze &zeta;
11913 inoremap <buffer> <silent> &ep &epsilon;
11914 inoremap <buffer> <silent> &de &delta;
11915 inoremap <buffer> <silent> &ga &gamma;
11916 inoremap <buffer> <silent> &be &beta;
11917 inoremap <buffer> <silent> &al &alpha;
11918 inoremap <buffer> <silent> &Ps &Psi;
11919 inoremap <buffer> <silent> &Ch &Chi;
11920 inoremap <buffer> <silent> &Ph &Phi;
11921 inoremap <buffer> <silent> &Up &Upsilon;
11922 inoremap <buffer> <silent> &Ta &Tau;
11923 inoremap <buffer> <silent> &Si &Sigma;
11924 inoremap <buffer> <silent> &Rh &Rho;
11925 inoremap <buffer> <silent> &Pi &Pi;
11926 inoremap <buffer> <silent> &Oc &Omicron;
11927 inoremap <buffer> <silent> &Xi &Xi;
11928 inoremap <buffer> <silent> &Nu &Nu;
11929 inoremap <buffer> <silent> &Mu &Mu;
11930 inoremap <buffer> <silent> &Lm &Lambda;
11931 inoremap <buffer> <silent> &Ka &Kappa;
11932 inoremap <buffer> <silent> &Io &Iota;
11933 inoremap <buffer> <silent> &Th &Theta;
11934 inoremap <buffer> <silent> &Et &Eta;
11935 inoremap <buffer> <silent> &Ze &Zeta;
11936 inoremap <buffer> <silent> &Ep &Epsilon;
11937 inoremap <buffer> <silent> &De &Delta;
11938 inoremap <buffer> <silent> &Ga &Gamma;
11939 inoremap <buffer> <silent> &Be &Beta;
11940 inoremap <buffer> <silent> &Al &Alpha;
11941 inoremap <buffer> <silent> &3. &hellip;
11942 inoremap <buffer> <silent> &-- &mdash;
11943 inoremap <buffer> <silent> &3- &mdash;
11944 inoremap <buffer> <silent> &m- &mdash;
11945 inoremap <buffer> <silent> &2- &ndash;
11946 inoremap <buffer> <silent> &n- &ndash;
11947 inoremap <buffer> <silent> &34 &frac34;
11948 inoremap <buffer> <silent> &12 &frac12;
11949 inoremap <buffer> <silent> &14 &frac14;
11950 inoremap <buffer> <silent> &. &middot;
11951 inoremap <buffer> <silent> &pa &para;
11952 inoremap <buffer> <silent> &mi &micro;
11953 inoremap <buffer> <silent> &dg &deg;
11954 inoremap <buffer> <silent> &? &iquest;
11955 inoremap <buffer> <silent> &! &iexcl;
11956 inoremap <buffer> <silent> &sz &szlig;
11957 inoremap <buffer> <silent> &o/ &oslash;
11958 inoremap <buffer> <silent> &/ &divide;
11959 inoremap <buffer> <silent> &" &uml;
11960 inoremap <buffer> <silent> &2> &raquo;
11961 inoremap <buffer> <silent> &2< &laquo;
11962 inoremap <buffer> <silent> &y" &yuml;
11963 inoremap <buffer> <silent> &y' &yacute;
11964 inoremap <buffer> <silent> &u" &uuml;
11965 inoremap <buffer> <silent> &u^ &ucirc;
11966 inoremap <buffer> <silent> &u' &uacute;
11967 inoremap <buffer> <silent> &u` &ugrave;
11968 inoremap <buffer> <silent> &x &times;
11969 inoremap <buffer> <silent> &o" &ouml;
11970 inoremap <buffer> <silent> &o~ &otilde;
11971 inoremap <buffer> <silent> &o^ &ocirc;
11972 inoremap <buffer> <silent> &o' &oacute;
11973 inoremap <buffer> <silent> &o` &ograve;
11974 inoremap <buffer> <silent> &n~ &ntilde;
11975 inoremap <buffer> <silent> &i" &iuml;
11976 inoremap <buffer> <silent> &i^ &icirc;
11977 inoremap <buffer> <silent> &i' &iacute;
11978 inoremap <buffer> <silent> &i` &igrave;
11979 inoremap <buffer> <silent> &e" &euml;
11980 inoremap <buffer> <silent> &e^ &ecirc;
11981 inoremap <buffer> <silent> &e' &eacute;
11982 inoremap <buffer> <silent> &e` &egrave;
11983 inoremap <buffer> <silent> &c, &ccedil;
11984 inoremap <buffer> <silent> &ae &aelig;
11985 inoremap <buffer> <silent> &ao &aring;
11986 inoremap <buffer> <silent> &a" &auml;
11987 inoremap <buffer> <silent> &a~ &atilde;
11988 inoremap <buffer> <silent> &a^ &acirc;
11989 inoremap <buffer> <silent> &a' &aacute;
11990 inoremap <buffer> <silent> &a` &agrave;
11991 inoremap <buffer> <silent> &Y' &Yacute;
11992 inoremap <buffer> <silent> &U" &Uuml;
11993 inoremap <buffer> <silent> &U^ &Ucirc;
11994 inoremap <buffer> <silent> &U' &Uacute;
11995 inoremap <buffer> <silent> &U` &Ugrave;
11996 inoremap <buffer> <silent> &O/ &Oslash;
11997 inoremap <buffer> <silent> &O" &Ouml;
11998 inoremap <buffer> <silent> &O~ &Otilde;
11999 inoremap <buffer> <silent> &O^ &Ocirc;
12000 inoremap <buffer> <silent> &O' &Oacute;
12001 inoremap <buffer> <silent> &O` &Ograve;
12002 inoremap <buffer> <silent> &N~ &Ntilde;
12003 inoremap <buffer> <silent> &I" &Iuml;
12004 inoremap <buffer> <silent> &I^ &Icirc;
12005 inoremap <buffer> <silent> &I' &Iacute;
12006 inoremap <buffer> <silent> &I` &Igrave;
12007 inoremap <buffer> <silent> &E" &Euml;
12008 inoremap <buffer> <silent> &E^ &Ecirc;
12009 inoremap <buffer> <silent> &E' &Eacute;
12010 inoremap <buffer> <silent> &E` &Egrave;
12011 inoremap <buffer> <silent> &C, &Ccedil;
12012 inoremap <buffer> <silent> &AE &AElig;
12013 inoremap <buffer> <silent> &Ao &Aring;
12014 inoremap <buffer> <silent> &A" &Auml;
12015 inoremap <buffer> <silent> &A~ &Atilde;
12016 inoremap <buffer> <silent> &A^ &Acirc;
12017 inoremap <buffer> <silent> &A' &Aacute;
12018 inoremap <buffer> <silent> &A` &Agrave;
12019 inoremap <buffer> <silent> &c| &cent;
12020 inoremap <buffer> <silent> &Y= &yen;
12021 inoremap <buffer> <silent> &# &pound;
12022 inoremap <buffer> <silent> & &nbsp;
12023 inoremap <buffer> <silent> &> &gt;
12024 inoremap <buffer> <silent> &< &lt;
12025 inoremap <buffer> <silent> &' &quot;
12026 inoremap <buffer> <silent> &tm &trade;
12027 inoremap <buffer> <silent> &rO &reg;
12028 inoremap <buffer> <silent> &cO &copy;
12029 inoremap <buffer> <silent> && &amp;
12030 inoremap <buffer> <silent> ; &nbsp;
12031 inoremap <buffer> <silent> ;la <label for=""></label>F"
12032 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
12033 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
12034 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
12035 </textarea>k$5F"i
12036 inoremap <buffer> <silent> ;og <optgroup label="">
12037 </optgroup>k$F"i
12038 inoremap <buffer> <silent> ;op <option></option>F<
12039 inoremap <buffer> <silent> ;ms <select name="" multiple>
12040 </select>O
12041 inoremap <buffer> <silent> ;se <select name="">
12042 </select>O
12043 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
12044 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
12045 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
12046 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
12047 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
12048 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
12049 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
12050 inoremap <buffer> <silent> ;fm <form action="">
12051 </form>k$F"i
12052 inoremap <buffer> <silent> ;if <iframe src="">
12053 </iframe>k$F"i
12054 inoremap <buffer> <silent> ;nf <noframes>
12055 </noframes>O
12056 inoremap <buffer> <silent> ;fr <frame src="">F"
12057 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
12058 </frameset>k$3F"i
12059 inoremap <buffer> <silent> ;th <th></th>F<
12060 inoremap <buffer> <silent> ;td <td>
12061 </td>O
12062 inoremap <buffer> <silent> ;tr <tr>
12063 </tr>O
12064 inoremap <buffer> <silent> ;tf <tfoot>
12065 </tfoot>O
12066 inoremap <buffer> <silent> ;tb <tbody>
12067 </tbody>O
12068 inoremap <buffer> <silent> ;tH <thead>
12069 </thead>O
12070 inoremap <buffer> <silent> ;ta <table>
12071 </table>O
12072 inoremap <buffer> <silent> ;ca <caption></caption>F<
12073 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
12074 </object>k$5F"i
12075 inoremap <buffer> <silent> ;ns <noscript>
12076 </noscripT>O
12077 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
12078 <noembed></noembed>k$5F"i
12079 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
12080 inoremap <buffer> <silent> ;va <var></var>F<
12081 inoremap <buffer> <silent> ;ul <ul>
12082 </ul>O
12083 inoremap <buffer> <silent> ;tt <tt></tt>F<
12084 inoremap <buffer> <silent> ;ti <title></title>F<
12085 inoremap <buffer> <silent> ;sp <sup></sup>F<
12086 inoremap <buffer> <silent> ;sb <sub></sub>F<
12087 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
12088 inoremap <buffer> <silent> ;cs <style type="text/css">
12089 <!--
12090 -->
12091 </style>kO
12092 inoremap <buffer> <silent> ;sm <small></small>F<
12093 inoremap <buffer> <silent> ;sa <samp></samp>F<
12094 inoremap <buffer> <silent> ;sk <strike></strike>F<
12095 inoremap <buffer> <silent> ;qu <q></q>F<
12096 inoremap <buffer> <silent> ;pr <pre>
12097 </pre>O
12098 inoremap <buffer> <silent> ;/p </p>
12099 
12100 <p>
12101 inoremap <buffer> <silent> ;pp <p>
12102 </p>O
12103 inoremap <buffer> <silent> ;ol <ol>
12104 </ol>O
12105 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
12106 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
12107 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
12108 inoremap <buffer> <silent> ;lk <link href="">F"
12109 inoremap <buffer> <silent> ;li <li></li>F<
12110 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
12111 inoremap <buffer> <silent> ;ii <isindex>
12112 inoremap <buffer> <silent> ;in <ins></ins>F<
12113 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
12114 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
12115 inoremap <buffer> <silent> ;ht <html>
12116 </html>O
12117 inoremap <buffer> <silent> ;Hr <hr width="75%">
12118 inoremap <buffer> <silent> ;hr <hr>
12119 inoremap <buffer> <silent> ;he <head>
12120 </head>O
12121 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
12122 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
12123 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
12124 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
12125 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
12126 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
12127 inoremap <buffer> <silent> ;h6 <h6></h6>F<
12128 inoremap <buffer> <silent> ;h5 <h5></h5>F<
12129 inoremap <buffer> <silent> ;h4 <h4></h4>F<
12130 inoremap <buffer> <silent> ;h3 <h3></h3>F<
12131 inoremap <buffer> <silent> ;h2 <h2></h2>F<
12132 inoremap <buffer> <silent> ;h1 <h1></h1>F<
12133 inoremap <buffer> <silent> ;fc <font color=""></font>F"
12134 inoremap <buffer> <silent> ;fo <font size=""></font>F"
12135 inoremap <buffer> <silent> ;sn <span></span>F<
12136 inoremap <buffer> <silent> ;dv <div>
12137 </div>O
12138 inoremap <buffer> <silent> ;df <dfn></dfn>F<
12139 inoremap <buffer> <silent> ;de <del></del>F<
12140 inoremap <buffer> <silent> ;dd <dd></dd>F<
12141 inoremap <buffer> <silent> ;dt <dt></dt>F<
12142 inoremap <buffer> <silent> ;dl <dl>
12143 </dl>O
12144 inoremap <buffer> <silent> ;co <code></code>F<
12145 inoremap <buffer> <silent> ;ci <cite></cite>F<
12146 inoremap <buffer> <silent> ;ce <center></center>F<
12147 inoremap <buffer> <silent> ;br <br>
12148 inoremap <buffer> <silent> ;bd <body>
12149 </body>O
12150 inoremap <buffer> <silent> ;bl <blockquote>
12151 </blockquote>O
12152 inoremap <buffer> <silent> ;bi <big></big>F<
12153 inoremap <buffer> <silent> ;bh <base href="">F"
12154 inoremap <buffer> <silent> ;ad <address></address>F<
12155 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
12156 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
12157 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
12158 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
12159 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
12160 inoremap <buffer> <silent> ;an <a name=""></a>F"
12161 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
12162 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
12163 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
12164 inoremap <buffer> <silent> ;ah <a href=""></a>F"
12165 imap <buffer> <silent> ;s4 ;s4
12166 imap <buffer> <silent> ;4 ;4
12167 inoremap <buffer> <silent> ;mi :call MangleImageTag()
12168 inoremap <buffer> <silent> ; 
12169 inoremap <buffer> <silent> ;& &
12170 inoremap <buffer> <silent> ;; ;
12171 setlocal keymap=
12172 setlocal noarabic
12173 setlocal autoindent
12174 setlocal balloonexpr=
12175 setlocal nobinary
12176 setlocal bufhidden=
12177 setlocal buflisted
12178 setlocal buftype=
12179 setlocal nocindent
12180 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12181 setlocal cinoptions=
12182 setlocal cinwords=if,else,while,do,for,switch
12183 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
12184 setlocal commentstring=<!--%s-->
12185 setlocal complete=.,w,b,u,t,i
12186 setlocal completefunc=
12187 setlocal nocopyindent
12188 setlocal nocursorcolumn
12189 setlocal nocursorline
12190 setlocal define=
12191 setlocal dictionary=
12192 setlocal nodiff
12193 setlocal equalprg=
12194 setlocal errorformat=
12195 setlocal noexpandtab
12196 if &filetype != 'html'
12197 setlocal filetype=html
12198 endif
12199 setlocal foldcolumn=0
12200 setlocal foldenable
12201 setlocal foldexpr=0
12202 setlocal foldignore=#
12203 setlocal foldlevel=0
12204 setlocal foldmarker={{{,}}}
12205 setlocal foldmethod=manual
12206 setlocal foldminlines=1
12207 setlocal foldnestmax=20
12208 setlocal foldtext=foldtext()
12209 setlocal formatexpr=
12210 setlocal formatoptions=tcq
12211 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12212 setlocal grepprg=
12213 setlocal iminsert=2
12214 setlocal imsearch=2
12215 setlocal include=
12216 setlocal includeexpr=
12217 setlocal indentexpr=
12218 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12219 setlocal noinfercase
12220 setlocal iskeyword=@,48-57,_,192-255
12221 setlocal keywordprg=
12222 setlocal nolinebreak
12223 setlocal nolisp
12224 setlocal nolist
12225 setlocal makeprg=
12226 setlocal matchpairs=(:),{:},[:],<:>
12227 setlocal nomodeline
12228 setlocal modifiable
12229 setlocal nrformats=octal,hex
12230 setlocal nonumber
12231 setlocal numberwidth=4
12232 setlocal omnifunc=htmlcomplete#CompleteTags
12233 setlocal path=
12234 setlocal nopreserveindent
12235 setlocal nopreviewwindow
12236 setlocal quoteescape=\\
12237 setlocal noreadonly
12238 setlocal norightleft
12239 setlocal rightleftcmd=search
12240 setlocal noscrollbind
12241 setlocal shiftwidth=8
12242 setlocal noshortname
12243 setlocal nosmartindent
12244 setlocal softtabstop=0
12245 setlocal nospell
12246 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
12247 setlocal spellfile=
12248 setlocal spelllang=en
12249 setlocal statusline=
12250 setlocal suffixesadd=
12251 setlocal swapfile
12252 setlocal synmaxcol=3000
12253 if &syntax != 'html'
12254 setlocal syntax=html
12255 endif
12256 setlocal tabstop=2
12257 setlocal tags=
12258 setlocal textwidth=0
12259 setlocal thesaurus=
12260 setlocal nowinfixheight
12261 setlocal nowinfixwidth
12262 setlocal wrap
12263 setlocal wrapmargin=0
12264 silent! normal! zE
12265 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
12266 if s:l < 1 | let s:l = 1 | endif
12267 exe s:l
12268 normal! zt
12269 1
12270 normal! 0
12271 tabedit scripts/2site
12272 set splitbelow splitright
12273 set nosplitbelow
12274 set nosplitright
12275 wincmd t
12276 set winheight=1 winwidth=1
12277 argglobal
12278 32argu
12279 edit scripts/2site
12280 setlocal keymap=
12281 setlocal noarabic
12282 setlocal autoindent
12283 setlocal balloonexpr=
12284 setlocal nobinary
12285 setlocal bufhidden=
12286 setlocal buflisted
12287 setlocal buftype=
12288 setlocal nocindent
12289 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12290 setlocal cinoptions=
12291 setlocal cinwords=if,else,while,do,for,switch
12292 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
12293 setlocal commentstring=#%s
12294 setlocal complete=.,w,b,u,t,i
12295 setlocal completefunc=
12296 setlocal nocopyindent
12297 setlocal nocursorcolumn
12298 setlocal nocursorline
12299 setlocal define=
12300 setlocal dictionary=
12301 setlocal nodiff
12302 setlocal equalprg=
12303 setlocal errorformat=
12304 setlocal noexpandtab
12305 if &filetype != 'sh'
12306 setlocal filetype=sh
12307 endif
12308 setlocal foldcolumn=0
12309 setlocal foldenable
12310 setlocal foldexpr=0
12311 setlocal foldignore=#
12312 setlocal foldlevel=0
12313 setlocal foldmarker={{{,}}}
12314 setlocal foldmethod=manual
12315 setlocal foldminlines=1
12316 setlocal foldnestmax=20
12317 setlocal foldtext=foldtext()
12318 setlocal formatexpr=
12319 setlocal formatoptions=tcq
12320 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12321 setlocal grepprg=
12322 setlocal iminsert=0
12323 setlocal imsearch=2
12324 setlocal include=
12325 setlocal includeexpr=
12326 setlocal indentexpr=
12327 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12328 setlocal noinfercase
12329 setlocal iskeyword=@,48-57,_,192-255
12330 setlocal keywordprg=
12331 setlocal nolinebreak
12332 setlocal nolisp
12333 setlocal nolist
12334 setlocal makeprg=
12335 setlocal matchpairs=(:),{:},[:]
12336 setlocal nomodeline
12337 setlocal modifiable
12338 setlocal nrformats=octal,hex
12339 setlocal nonumber
12340 setlocal numberwidth=4
12341 setlocal omnifunc=
12342 setlocal path=
12343 setlocal nopreserveindent
12344 setlocal nopreviewwindow
12345 setlocal quoteescape=\\
12346 setlocal noreadonly
12347 setlocal norightleft
12348 setlocal rightleftcmd=search
12349 setlocal noscrollbind
12350 setlocal shiftwidth=8
12351 setlocal noshortname
12352 setlocal nosmartindent
12353 setlocal softtabstop=0
12354 setlocal nospell
12355 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
12356 setlocal spellfile=
12357 setlocal spelllang=en
12358 setlocal statusline=
12359 setlocal suffixesadd=
12360 setlocal swapfile
12361 setlocal synmaxcol=3000
12362 if &syntax != 'sh'
12363 setlocal syntax=sh
12364 endif
12365 setlocal tabstop=2
12366 setlocal tags=
12367 setlocal textwidth=0
12368 setlocal thesaurus=
12369 setlocal nowinfixheight
12370 setlocal nowinfixwidth
12371 setlocal wrap
12372 setlocal wrapmargin=0
12373 silent! normal! zE
12374 let s:l = 34 - ((0 * winheight(0) + 19) / 38)
12375 if s:l < 1 | let s:l = 1 | endif
12376 exe s:l
12377 normal! zt
12378 34
12379 normal! 0
12380 tabedit scripts/html2txt
12381 set splitbelow splitright
12382 set nosplitbelow
12383 set nosplitright
12384 wincmd t
12385 set winheight=1 winwidth=1
12386 argglobal
12387 edit scripts/html2txt
12388 setlocal keymap=
12389 setlocal noarabic
12390 setlocal autoindent
12391 setlocal balloonexpr=
12392 setlocal nobinary
12393 setlocal bufhidden=
12394 setlocal buflisted
12395 setlocal buftype=
12396 setlocal nocindent
12397 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12398 setlocal cinoptions=
12399 setlocal cinwords=if,else,while,do,for,switch
12400 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
12401 setlocal commentstring=#%s
12402 setlocal complete=.,w,b,u,t,i
12403 setlocal completefunc=
12404 setlocal nocopyindent
12405 setlocal nocursorcolumn
12406 setlocal nocursorline
12407 setlocal define=
12408 setlocal dictionary=
12409 setlocal nodiff
12410 setlocal equalprg=
12411 setlocal errorformat=
12412 setlocal noexpandtab
12413 if &filetype != 'sh'
12414 setlocal filetype=sh
12415 endif
12416 setlocal foldcolumn=0
12417 setlocal foldenable
12418 setlocal foldexpr=0
12419 setlocal foldignore=#
12420 setlocal foldlevel=0
12421 setlocal foldmarker={{{,}}}
12422 setlocal foldmethod=manual
12423 setlocal foldminlines=1
12424 setlocal foldnestmax=20
12425 setlocal foldtext=foldtext()
12426 setlocal formatexpr=
12427 setlocal formatoptions=tcq
12428 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12429 setlocal grepprg=
12430 setlocal iminsert=0
12431 setlocal imsearch=2
12432 setlocal include=
12433 setlocal includeexpr=
12434 setlocal indentexpr=
12435 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12436 setlocal noinfercase
12437 setlocal iskeyword=@,48-57,_,192-255
12438 setlocal keywordprg=
12439 setlocal nolinebreak
12440 setlocal nolisp
12441 setlocal nolist
12442 setlocal makeprg=
12443 setlocal matchpairs=(:),{:},[:]
12444 setlocal nomodeline
12445 setlocal modifiable
12446 setlocal nrformats=octal,hex
12447 setlocal nonumber
12448 setlocal numberwidth=4
12449 setlocal omnifunc=
12450 setlocal path=
12451 setlocal nopreserveindent
12452 setlocal nopreviewwindow
12453 setlocal quoteescape=\\
12454 setlocal noreadonly
12455 setlocal norightleft
12456 setlocal rightleftcmd=search
12457 setlocal noscrollbind
12458 setlocal shiftwidth=8
12459 setlocal noshortname
12460 setlocal nosmartindent
12461 setlocal softtabstop=0
12462 setlocal nospell
12463 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
12464 setlocal spellfile=
12465 setlocal spelllang=en
12466 setlocal statusline=
12467 setlocal suffixesadd=
12468 setlocal swapfile
12469 setlocal synmaxcol=3000
12470 if &syntax != 'sh'
12471 setlocal syntax=sh
12472 endif
12473 setlocal tabstop=2
12474 setlocal tags=
12475 setlocal textwidth=0
12476 setlocal thesaurus=
12477 setlocal nowinfixheight
12478 setlocal nowinfixwidth
12479 setlocal wrap
12480 setlocal wrapmargin=0
12481 silent! normal! zE
12482 let s:l = 23 - ((19 * winheight(0) + 19) / 38)
12483 if s:l < 1 | let s:l = 1 | endif
12484 exe s:l
12485 normal! zt
12486 23
12487 normal! 025l
12488 tabedit scripts/update-boot-params
12489 set splitbelow splitright
12490 set nosplitbelow
12491 set nosplitright
12492 wincmd t
12493 set winheight=1 winwidth=1
12494 argglobal
12495 33argu
12496 edit scripts/update-boot-params
12497 setlocal keymap=
12498 setlocal noarabic
12499 setlocal autoindent
12500 setlocal balloonexpr=
12501 setlocal nobinary
12502 setlocal bufhidden=
12503 setlocal buflisted
12504 setlocal buftype=
12505 setlocal nocindent
12506 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12507 setlocal cinoptions=
12508 setlocal cinwords=if,else,while,do,for,switch
12509 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
12510 setlocal commentstring=#%s
12511 setlocal complete=.,w,b,u,t,i
12512 setlocal completefunc=
12513 setlocal nocopyindent
12514 setlocal nocursorcolumn
12515 setlocal nocursorline
12516 setlocal define=
12517 setlocal dictionary=
12518 setlocal nodiff
12519 setlocal equalprg=
12520 setlocal errorformat=
12521 setlocal noexpandtab
12522 if &filetype != 'sh'
12523 setlocal filetype=sh
12524 endif
12525 setlocal foldcolumn=0
12526 setlocal foldenable
12527 setlocal foldexpr=0
12528 setlocal foldignore=#
12529 setlocal foldlevel=0
12530 setlocal foldmarker={{{,}}}
12531 setlocal foldmethod=manual
12532 setlocal foldminlines=1
12533 setlocal foldnestmax=20
12534 setlocal foldtext=foldtext()
12535 setlocal formatexpr=
12536 setlocal formatoptions=tcq
12537 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12538 setlocal grepprg=
12539 setlocal iminsert=0
12540 setlocal imsearch=2
12541 setlocal include=
12542 setlocal includeexpr=
12543 setlocal indentexpr=
12544 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12545 setlocal noinfercase
12546 setlocal iskeyword=@,48-57,_,192-255
12547 setlocal keywordprg=
12548 setlocal nolinebreak
12549 setlocal nolisp
12550 setlocal nolist
12551 setlocal makeprg=
12552 setlocal matchpairs=(:),{:},[:]
12553 setlocal nomodeline
12554 setlocal modifiable
12555 setlocal nrformats=octal,hex
12556 setlocal nonumber
12557 setlocal numberwidth=4
12558 setlocal omnifunc=
12559 setlocal path=
12560 setlocal nopreserveindent
12561 setlocal nopreviewwindow
12562 setlocal quoteescape=\\
12563 setlocal noreadonly
12564 setlocal norightleft
12565 setlocal rightleftcmd=search
12566 setlocal noscrollbind
12567 setlocal shiftwidth=8
12568 setlocal noshortname
12569 setlocal nosmartindent
12570 setlocal softtabstop=0
12571 setlocal nospell
12572 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
12573 setlocal spellfile=
12574 setlocal spelllang=en
12575 setlocal statusline=
12576 setlocal suffixesadd=
12577 setlocal swapfile
12578 setlocal synmaxcol=3000
12579 if &syntax != 'sh'
12580 setlocal syntax=sh
12581 endif
12582 setlocal tabstop=2
12583 setlocal tags=
12584 setlocal textwidth=0
12585 setlocal thesaurus=
12586 setlocal nowinfixheight
12587 setlocal nowinfixwidth
12588 setlocal wrap
12589 setlocal wrapmargin=0
12590 silent! normal! zE
12591 let s:l = 266 - ((23 * winheight(0) + 19) / 38)
12592 if s:l < 1 | let s:l = 1 | endif
12593 exe s:l
12594 normal! zt
12595 266
12596 normal! 04l
12597 tabedit scripts/html2doc
12598 set splitbelow splitright
12599 set nosplitbelow
12600 set nosplitright
12601 wincmd t
12602 set winheight=1 winwidth=1
12603 argglobal
12604 edit scripts/html2doc
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=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
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 != 'sh'
12631 setlocal filetype=sh
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=0
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=
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 != 'sh'
12688 setlocal syntax=sh
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 ../chkNamedLinks
12706 set splitbelow splitright
12707 set nosplitbelow
12708 set nosplitright
12709 wincmd t
12710 set winheight=1 winwidth=1
12711 argglobal
12712 34argu
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 noexpandtab
12738 if &filetype != 'sh'
12739 setlocal filetype=sh
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=8
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 != 'sh'
12796 setlocal syntax=sh
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 - ((0 * 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 tabnext 34
12814 if exists('s:wipebuf')
12815 silent exe 'bwipe ' . s:wipebuf
12816 endif
12817 unlet! s:wipebuf
12818 set winheight=1 winwidth=20 shortmess=filnxtToO
12819 let s:sx = expand("<sfile>:p:r")."x.vim"
12820 if file_readable(s:sx)
12821 exe "source " . fnameescape(s:sx)
12822 endif
12823 let &so = s:so_save | let &siso = s:siso_save
12824 doautoall SessionLoadPost
12825 unlet SessionLoad
12826 " vim: set ft=vim :

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26