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

Contents of /Documentation.vim

Parent Directory Parent Directory | Revision Log Revision Log


Revision 47 - (show annotations)
Thu May 20 12:12:53 2010 UTC (13 years, 11 months ago) by sng
File size: 474807 byte(s)
adding release scripts

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 nomodeline
60 set mouse=a
61 set pastetoggle=<F10>
62 set printoptions=paper:a4
63 set ruler
64 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
65 set showbreak=
66 set showcmd
67 set showmatch
68 set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc
69 set tabpagemax=1000
70 set tabstop=2
71 set termencoding=utf-8
72 set wildmenu
73 set window=38
74 let s:so_save = &so | let s:siso_save = &siso | set so=0 siso=0
75 let v:this_session=expand("<sfile>:p")
76 silent only
77 cd ~/clonezilla-sysresccd/trunk/www/working
78 if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == ''
79 let s:wipebuf = bufnr('%')
80 endif
81 set shortmess=aoO
82 badd +1 annex-a-devices.html
83 badd +1 backup.html
84 badd +1 backup-smb.html
85 badd +1 boot-params.html
86 badd +1 clonezilla.html
87 badd +1 custom-cd.html
88 badd +1 flash-backup.html
89 badd +1 help.html
90 badd +1 index.html
91 badd +1 intro.html
92 badd +1 oldboot.html
93 badd +1 own-scripts.html
94 badd +1 partitions.html
95 badd +1 project.html
96 badd +1 recover.html
97 badd +1 reloc-img.html
98 badd +1 restoration.html
99 badd +1 restore-burn.html
100 badd +1 restore.html
101 badd +1 screenshots.html
102 badd +1 supergrubdisk.html
103 badd +1 sysresccd.html
104 badd +1 usb.html
105 badd +1 news.php
106 badd +1 onepage.php
107 badd +1 printable.php
108 badd +1 clonezilla-sysresccd.rss
109 badd +1 ../.htaccess
110 badd +1 ../.404.html
111 badd +1 ../.news.php
112 badd +1 ../.template.html
113 badd +1 ../2site
114 badd +1 html2txt
115 badd +1 ../chkNamedLinks
116 badd +0 .404.html
117 badd +0 .news.php
118 badd +0 .template.html
119 badd +0 scripts/2site
120 badd +0 scripts/html2txt
121 badd +0 scripts/update-boot-params
122 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
123 edit annex-a-devices.html
124 set splitbelow splitright
125 set nosplitbelow
126 set nosplitright
127 wincmd t
128 set winheight=1 winwidth=1
129 argglobal
130 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
131 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
132 nnoremap <buffer> <silent> ;# :ColorSelect
133 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
134 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
135 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
136 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
137 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
138 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
139 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
140 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
141 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
142 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
143 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
144 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
145 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
146 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
147 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
148 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
149 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">')
150 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">')
151 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
152 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
153 nnoremap <buffer> <silent> ; 
154 nnoremap <buffer> <silent> ;; ;
155 vnoremap <buffer> <silent> ;; ;
156 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
157 inoremap <buffer> <silent> &hA &hArr;
158 inoremap <buffer> <silent> &dA &dArr;
159 inoremap <buffer> <silent> &rA &rArr;
160 inoremap <buffer> <silent> &uA &uArr;
161 inoremap <buffer> <silent> &lA &lArr;
162 inoremap <buffer> <silent> &ha &harr;
163 inoremap <buffer> <silent> &da &darr;
164 inoremap <buffer> <silent> &ra &rarr;
165 inoremap <buffer> <silent> &ua &uarr;
166 inoremap <buffer> <silent> &la &larr;
167 inoremap <buffer> <silent> &pv &piv;
168 inoremap <buffer> <silent> &uh &upsih;
169 inoremap <buffer> <silent> &ts &thetasym;
170 inoremap <buffer> <silent> &og &omega;
171 inoremap <buffer> <silent> &ps &psi;
172 inoremap <buffer> <silent> &ch &chi;
173 inoremap <buffer> <silent> &ph &phi;
174 inoremap <buffer> <silent> &up &upsilon;
175 inoremap <buffer> <silent> &ta &tau;
176 inoremap <buffer> <silent> &sf &sigmaf;
177 inoremap <buffer> <silent> &si &sigma;
178 inoremap <buffer> <silent> &rh &rho;
179 inoremap <buffer> <silent> &pi &pi;
180 inoremap <buffer> <silent> &oc &omicron;
181 inoremap <buffer> <silent> &xi &xi;
182 inoremap <buffer> <silent> &nu &nu;
183 inoremap <buffer> <silent> &mu &mu;
184 inoremap <buffer> <silent> &lm &lambda;
185 inoremap <buffer> <silent> &ka &kappa;
186 inoremap <buffer> <silent> &io &iota;
187 inoremap <buffer> <silent> &th &theta;
188 inoremap <buffer> <silent> &et &eta;
189 inoremap <buffer> <silent> &ze &zeta;
190 inoremap <buffer> <silent> &ep &epsilon;
191 inoremap <buffer> <silent> &de &delta;
192 inoremap <buffer> <silent> &ga &gamma;
193 inoremap <buffer> <silent> &be &beta;
194 inoremap <buffer> <silent> &al &alpha;
195 inoremap <buffer> <silent> &Ps &Psi;
196 inoremap <buffer> <silent> &Ch &Chi;
197 inoremap <buffer> <silent> &Ph &Phi;
198 inoremap <buffer> <silent> &Up &Upsilon;
199 inoremap <buffer> <silent> &Ta &Tau;
200 inoremap <buffer> <silent> &Si &Sigma;
201 inoremap <buffer> <silent> &Rh &Rho;
202 inoremap <buffer> <silent> &Pi &Pi;
203 inoremap <buffer> <silent> &Oc &Omicron;
204 inoremap <buffer> <silent> &Xi &Xi;
205 inoremap <buffer> <silent> &Nu &Nu;
206 inoremap <buffer> <silent> &Mu &Mu;
207 inoremap <buffer> <silent> &Lm &Lambda;
208 inoremap <buffer> <silent> &Ka &Kappa;
209 inoremap <buffer> <silent> &Io &Iota;
210 inoremap <buffer> <silent> &Th &Theta;
211 inoremap <buffer> <silent> &Et &Eta;
212 inoremap <buffer> <silent> &Ze &Zeta;
213 inoremap <buffer> <silent> &Ep &Epsilon;
214 inoremap <buffer> <silent> &De &Delta;
215 inoremap <buffer> <silent> &Ga &Gamma;
216 inoremap <buffer> <silent> &Be &Beta;
217 inoremap <buffer> <silent> &Al &Alpha;
218 inoremap <buffer> <silent> &3. &hellip;
219 inoremap <buffer> <silent> &-- &mdash;
220 inoremap <buffer> <silent> &3- &mdash;
221 inoremap <buffer> <silent> &m- &mdash;
222 inoremap <buffer> <silent> &2- &ndash;
223 inoremap <buffer> <silent> &n- &ndash;
224 inoremap <buffer> <silent> &34 &frac34;
225 inoremap <buffer> <silent> &12 &frac12;
226 inoremap <buffer> <silent> &14 &frac14;
227 inoremap <buffer> <silent> &. &middot;
228 inoremap <buffer> <silent> &pa &para;
229 inoremap <buffer> <silent> &mi &micro;
230 inoremap <buffer> <silent> &dg &deg;
231 inoremap <buffer> <silent> &? &iquest;
232 inoremap <buffer> <silent> &! &iexcl;
233 inoremap <buffer> <silent> &sz &szlig;
234 inoremap <buffer> <silent> &o/ &oslash;
235 inoremap <buffer> <silent> &/ &divide;
236 inoremap <buffer> <silent> &" &uml;
237 inoremap <buffer> <silent> &2> &raquo;
238 inoremap <buffer> <silent> &2< &laquo;
239 inoremap <buffer> <silent> &y" &yuml;
240 inoremap <buffer> <silent> &y' &yacute;
241 inoremap <buffer> <silent> &u" &uuml;
242 inoremap <buffer> <silent> &u^ &ucirc;
243 inoremap <buffer> <silent> &u' &uacute;
244 inoremap <buffer> <silent> &u` &ugrave;
245 inoremap <buffer> <silent> &x &times;
246 inoremap <buffer> <silent> &o" &ouml;
247 inoremap <buffer> <silent> &o~ &otilde;
248 inoremap <buffer> <silent> &o^ &ocirc;
249 inoremap <buffer> <silent> &o' &oacute;
250 inoremap <buffer> <silent> &o` &ograve;
251 inoremap <buffer> <silent> &n~ &ntilde;
252 inoremap <buffer> <silent> &i" &iuml;
253 inoremap <buffer> <silent> &i^ &icirc;
254 inoremap <buffer> <silent> &i' &iacute;
255 inoremap <buffer> <silent> &i` &igrave;
256 inoremap <buffer> <silent> &e" &euml;
257 inoremap <buffer> <silent> &e^ &ecirc;
258 inoremap <buffer> <silent> &e' &eacute;
259 inoremap <buffer> <silent> &e` &egrave;
260 inoremap <buffer> <silent> &c, &ccedil;
261 inoremap <buffer> <silent> &ae &aelig;
262 inoremap <buffer> <silent> &ao &aring;
263 inoremap <buffer> <silent> &a" &auml;
264 inoremap <buffer> <silent> &a~ &atilde;
265 inoremap <buffer> <silent> &a^ &acirc;
266 inoremap <buffer> <silent> &a' &aacute;
267 inoremap <buffer> <silent> &a` &agrave;
268 inoremap <buffer> <silent> &Y' &Yacute;
269 inoremap <buffer> <silent> &U" &Uuml;
270 inoremap <buffer> <silent> &U^ &Ucirc;
271 inoremap <buffer> <silent> &U' &Uacute;
272 inoremap <buffer> <silent> &U` &Ugrave;
273 inoremap <buffer> <silent> &O/ &Oslash;
274 inoremap <buffer> <silent> &O" &Ouml;
275 inoremap <buffer> <silent> &O~ &Otilde;
276 inoremap <buffer> <silent> &O^ &Ocirc;
277 inoremap <buffer> <silent> &O' &Oacute;
278 inoremap <buffer> <silent> &O` &Ograve;
279 inoremap <buffer> <silent> &N~ &Ntilde;
280 inoremap <buffer> <silent> &I" &Iuml;
281 inoremap <buffer> <silent> &I^ &Icirc;
282 inoremap <buffer> <silent> &I' &Iacute;
283 inoremap <buffer> <silent> &I` &Igrave;
284 inoremap <buffer> <silent> &E" &Euml;
285 inoremap <buffer> <silent> &E^ &Ecirc;
286 inoremap <buffer> <silent> &E' &Eacute;
287 inoremap <buffer> <silent> &E` &Egrave;
288 inoremap <buffer> <silent> &C, &Ccedil;
289 inoremap <buffer> <silent> &AE &AElig;
290 inoremap <buffer> <silent> &Ao &Aring;
291 inoremap <buffer> <silent> &A" &Auml;
292 inoremap <buffer> <silent> &A~ &Atilde;
293 inoremap <buffer> <silent> &A^ &Acirc;
294 inoremap <buffer> <silent> &A' &Aacute;
295 inoremap <buffer> <silent> &A` &Agrave;
296 inoremap <buffer> <silent> &c| &cent;
297 inoremap <buffer> <silent> &Y= &yen;
298 inoremap <buffer> <silent> &# &pound;
299 inoremap <buffer> <silent> & &nbsp;
300 inoremap <buffer> <silent> &> &gt;
301 inoremap <buffer> <silent> &< &lt;
302 inoremap <buffer> <silent> &' &quot;
303 inoremap <buffer> <silent> &tm &trade;
304 inoremap <buffer> <silent> &rO &reg;
305 inoremap <buffer> <silent> &cO &copy;
306 inoremap <buffer> <silent> && &amp;
307 inoremap <buffer> <silent> ;# :ColorSelect
308 inoremap <buffer> <silent> ; &nbsp;
309 inoremap <buffer> <silent> ;la <label for=""></label>F"
310 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
311 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
312 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
313 </textarea>k$5F"i
314 inoremap <buffer> <silent> ;og <optgroup label="">
315 </optgroup>k$F"i
316 inoremap <buffer> <silent> ;op <option></option>F<
317 inoremap <buffer> <silent> ;ms <select name="" multiple>
318 </select>O
319 inoremap <buffer> <silent> ;se <select name="">
320 </select>O
321 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
322 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
323 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
324 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
325 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
326 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
327 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
328 inoremap <buffer> <silent> ;fm <form action="">
329 </form>k$F"i
330 inoremap <buffer> <silent> ;if <iframe src="">
331 </iframe>k$F"i
332 inoremap <buffer> <silent> ;nf <noframes>
333 </noframes>O
334 inoremap <buffer> <silent> ;fr <frame src="">F"
335 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
336 </frameset>k$3F"i
337 inoremap <buffer> <silent> ;th <th></th>F<
338 inoremap <buffer> <silent> ;td <td>
339 </td>O
340 inoremap <buffer> <silent> ;tr <tr>
341 </tr>O
342 inoremap <buffer> <silent> ;tf <tfoot>
343 </tfoot>O
344 inoremap <buffer> <silent> ;tb <tbody>
345 </tbody>O
346 inoremap <buffer> <silent> ;tH <thead>
347 </thead>O
348 inoremap <buffer> <silent> ;ta <table>
349 </table>O
350 inoremap <buffer> <silent> ;ca <caption></caption>F<
351 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
352 </object>k$5F"i
353 inoremap <buffer> <silent> ;ns <noscript>
354 </noscripT>O
355 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
356 <noembed></noembed>k$5F"i
357 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
358 inoremap <buffer> <silent> ;va <var></var>F<
359 inoremap <buffer> <silent> ;ul <ul>
360 </ul>O
361 inoremap <buffer> <silent> ;tt <tt></tt>F<
362 inoremap <buffer> <silent> ;ti <title></title>F<
363 inoremap <buffer> <silent> ;sp <sup></sup>F<
364 inoremap <buffer> <silent> ;sb <sub></sub>F<
365 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
366 inoremap <buffer> <silent> ;cs <style type="text/css">
367 <!--
368 -->
369 </style>kO
370 inoremap <buffer> <silent> ;sm <small></small>F<
371 inoremap <buffer> <silent> ;sa <samp></samp>F<
372 inoremap <buffer> <silent> ;sk <strike></strike>F<
373 inoremap <buffer> <silent> ;qu <q></q>F<
374 inoremap <buffer> <silent> ;pr <pre>
375 </pre>O
376 inoremap <buffer> <silent> ;/p </p>
377 
378 <p>
379 inoremap <buffer> <silent> ;pp <p>
380 </p>O
381 inoremap <buffer> <silent> ;ol <ol>
382 </ol>O
383 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
384 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
385 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
386 inoremap <buffer> <silent> ;lk <link href="">F"
387 inoremap <buffer> <silent> ;li <li></li>F<
388 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
389 inoremap <buffer> <silent> ;ii <isindex>
390 inoremap <buffer> <silent> ;in <ins></ins>F<
391 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
392 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
393 inoremap <buffer> <silent> ;ht <html>
394 </html>O
395 inoremap <buffer> <silent> ;Hr <hr width="75%">
396 inoremap <buffer> <silent> ;hr <hr>
397 inoremap <buffer> <silent> ;he <head>
398 </head>O
399 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
400 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
401 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
402 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
403 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
404 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
405 inoremap <buffer> <silent> ;h6 <h6></h6>F<
406 inoremap <buffer> <silent> ;h5 <h5></h5>F<
407 inoremap <buffer> <silent> ;h4 <h4></h4>F<
408 inoremap <buffer> <silent> ;h3 <h3></h3>F<
409 inoremap <buffer> <silent> ;h2 <h2></h2>F<
410 inoremap <buffer> <silent> ;h1 <h1></h1>F<
411 inoremap <buffer> <silent> ;fc <font color=""></font>F"
412 inoremap <buffer> <silent> ;fo <font size=""></font>F"
413 inoremap <buffer> <silent> ;sn <span></span>F<
414 inoremap <buffer> <silent> ;dv <div>
415 </div>O
416 inoremap <buffer> <silent> ;df <dfn></dfn>F<
417 inoremap <buffer> <silent> ;de <del></del>F<
418 inoremap <buffer> <silent> ;dd <dd></dd>F<
419 inoremap <buffer> <silent> ;dt <dt></dt>F<
420 inoremap <buffer> <silent> ;dl <dl>
421 </dl>O
422 inoremap <buffer> <silent> ;co <code></code>F<
423 inoremap <buffer> <silent> ;ci <cite></cite>F<
424 inoremap <buffer> <silent> ;ce <center></center>F<
425 inoremap <buffer> <silent> ;br <br>
426 inoremap <buffer> <silent> ;bd <body>
427 </body>O
428 inoremap <buffer> <silent> ;bl <blockquote>
429 </blockquote>O
430 inoremap <buffer> <silent> ;bi <big></big>F<
431 inoremap <buffer> <silent> ;bh <base href="">F"
432 inoremap <buffer> <silent> ;ad <address></address>F<
433 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
434 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
435 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
436 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
437 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
438 inoremap <buffer> <silent> ;an <a name=""></a>F"
439 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
440 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
441 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
442 inoremap <buffer> <silent> ;ah <a href=""></a>F"
443 imap <buffer> <silent> ;s4 ;s4
444 imap <buffer> <silent> ;4 ;4
445 inoremap <buffer> <silent> ;mi :call MangleImageTag()
446 inoremap <buffer> <silent> ; 
447 inoremap <buffer> <silent> ;& &
448 inoremap <buffer> <silent> ;; ;
449 setlocal keymap=
450 setlocal noarabic
451 setlocal autoindent
452 setlocal balloonexpr=
453 setlocal nobinary
454 setlocal bufhidden=
455 setlocal buflisted
456 setlocal buftype=
457 setlocal nocindent
458 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
459 setlocal cinoptions=
460 setlocal cinwords=if,else,while,do,for,switch
461 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
462 setlocal commentstring=<!--%s-->
463 setlocal complete=.,w,b,u,t,i
464 setlocal completefunc=
465 setlocal nocopyindent
466 setlocal nocursorcolumn
467 setlocal nocursorline
468 setlocal define=
469 setlocal dictionary=
470 setlocal nodiff
471 setlocal equalprg=
472 setlocal errorformat=
473 setlocal noexpandtab
474 if &filetype != 'html'
475 setlocal filetype=html
476 endif
477 setlocal foldcolumn=0
478 setlocal foldenable
479 setlocal foldexpr=0
480 setlocal foldignore=#
481 setlocal foldlevel=0
482 setlocal foldmarker={{{,}}}
483 setlocal foldmethod=manual
484 setlocal foldminlines=1
485 setlocal foldnestmax=20
486 setlocal foldtext=foldtext()
487 setlocal formatexpr=
488 setlocal formatoptions=tcq
489 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
490 setlocal grepprg=
491 setlocal iminsert=2
492 setlocal imsearch=2
493 setlocal include=
494 setlocal includeexpr=
495 setlocal indentexpr=
496 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
497 setlocal noinfercase
498 setlocal iskeyword=@,48-57,_,192-255
499 setlocal keywordprg=
500 setlocal nolinebreak
501 setlocal nolisp
502 setlocal nolist
503 setlocal makeprg=
504 setlocal matchpairs=(:),{:},[:],<:>
505 setlocal nomodeline
506 setlocal modifiable
507 setlocal nrformats=octal,hex
508 setlocal nonumber
509 setlocal numberwidth=4
510 setlocal omnifunc=htmlcomplete#CompleteTags
511 setlocal path=
512 setlocal nopreserveindent
513 setlocal nopreviewwindow
514 setlocal quoteescape=\\
515 setlocal noreadonly
516 setlocal norightleft
517 setlocal rightleftcmd=search
518 setlocal noscrollbind
519 setlocal shiftwidth=8
520 setlocal noshortname
521 setlocal nosmartindent
522 setlocal softtabstop=0
523 setlocal nospell
524 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
525 setlocal spellfile=
526 setlocal spelllang=en
527 setlocal statusline=
528 setlocal suffixesadd=
529 setlocal swapfile
530 setlocal synmaxcol=3000
531 if &syntax != 'html'
532 setlocal syntax=html
533 endif
534 setlocal tabstop=2
535 setlocal tags=
536 setlocal textwidth=0
537 setlocal thesaurus=
538 setlocal nowinfixheight
539 setlocal nowinfixwidth
540 setlocal wrap
541 setlocal wrapmargin=0
542 silent! normal! zE
543 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
544 if s:l < 1 | let s:l = 1 | endif
545 exe s:l
546 normal! zt
547 1
548 normal! 0
549 tabedit backup.html
550 set splitbelow splitright
551 set nosplitbelow
552 set nosplitright
553 wincmd t
554 set winheight=1 winwidth=1
555 argglobal
556 2argu
557 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
558 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
559 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
560 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
561 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
562 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
563 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
564 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
565 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
566 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
567 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
568 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
569 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
570 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
571 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
572 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
573 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
574 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
575 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">')
576 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">')
577 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
578 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
579 nnoremap <buffer> <silent> ; 
580 nnoremap <buffer> <silent> ;; ;
581 vnoremap <buffer> <silent> ;; ;
582 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
583 inoremap <buffer> <silent> &hA &hArr;
584 inoremap <buffer> <silent> &dA &dArr;
585 inoremap <buffer> <silent> &rA &rArr;
586 inoremap <buffer> <silent> &uA &uArr;
587 inoremap <buffer> <silent> &lA &lArr;
588 inoremap <buffer> <silent> &ha &harr;
589 inoremap <buffer> <silent> &da &darr;
590 inoremap <buffer> <silent> &ra &rarr;
591 inoremap <buffer> <silent> &ua &uarr;
592 inoremap <buffer> <silent> &la &larr;
593 inoremap <buffer> <silent> &pv &piv;
594 inoremap <buffer> <silent> &uh &upsih;
595 inoremap <buffer> <silent> &ts &thetasym;
596 inoremap <buffer> <silent> &og &omega;
597 inoremap <buffer> <silent> &ps &psi;
598 inoremap <buffer> <silent> &ch &chi;
599 inoremap <buffer> <silent> &ph &phi;
600 inoremap <buffer> <silent> &up &upsilon;
601 inoremap <buffer> <silent> &ta &tau;
602 inoremap <buffer> <silent> &sf &sigmaf;
603 inoremap <buffer> <silent> &si &sigma;
604 inoremap <buffer> <silent> &rh &rho;
605 inoremap <buffer> <silent> &pi &pi;
606 inoremap <buffer> <silent> &oc &omicron;
607 inoremap <buffer> <silent> &xi &xi;
608 inoremap <buffer> <silent> &nu &nu;
609 inoremap <buffer> <silent> &mu &mu;
610 inoremap <buffer> <silent> &lm &lambda;
611 inoremap <buffer> <silent> &ka &kappa;
612 inoremap <buffer> <silent> &io &iota;
613 inoremap <buffer> <silent> &th &theta;
614 inoremap <buffer> <silent> &et &eta;
615 inoremap <buffer> <silent> &ze &zeta;
616 inoremap <buffer> <silent> &ep &epsilon;
617 inoremap <buffer> <silent> &de &delta;
618 inoremap <buffer> <silent> &ga &gamma;
619 inoremap <buffer> <silent> &be &beta;
620 inoremap <buffer> <silent> &al &alpha;
621 inoremap <buffer> <silent> &Ps &Psi;
622 inoremap <buffer> <silent> &Ch &Chi;
623 inoremap <buffer> <silent> &Ph &Phi;
624 inoremap <buffer> <silent> &Up &Upsilon;
625 inoremap <buffer> <silent> &Ta &Tau;
626 inoremap <buffer> <silent> &Si &Sigma;
627 inoremap <buffer> <silent> &Rh &Rho;
628 inoremap <buffer> <silent> &Pi &Pi;
629 inoremap <buffer> <silent> &Oc &Omicron;
630 inoremap <buffer> <silent> &Xi &Xi;
631 inoremap <buffer> <silent> &Nu &Nu;
632 inoremap <buffer> <silent> &Mu &Mu;
633 inoremap <buffer> <silent> &Lm &Lambda;
634 inoremap <buffer> <silent> &Ka &Kappa;
635 inoremap <buffer> <silent> &Io &Iota;
636 inoremap <buffer> <silent> &Th &Theta;
637 inoremap <buffer> <silent> &Et &Eta;
638 inoremap <buffer> <silent> &Ze &Zeta;
639 inoremap <buffer> <silent> &Ep &Epsilon;
640 inoremap <buffer> <silent> &De &Delta;
641 inoremap <buffer> <silent> &Ga &Gamma;
642 inoremap <buffer> <silent> &Be &Beta;
643 inoremap <buffer> <silent> &Al &Alpha;
644 inoremap <buffer> <silent> &3. &hellip;
645 inoremap <buffer> <silent> &-- &mdash;
646 inoremap <buffer> <silent> &3- &mdash;
647 inoremap <buffer> <silent> &m- &mdash;
648 inoremap <buffer> <silent> &2- &ndash;
649 inoremap <buffer> <silent> &n- &ndash;
650 inoremap <buffer> <silent> &34 &frac34;
651 inoremap <buffer> <silent> &12 &frac12;
652 inoremap <buffer> <silent> &14 &frac14;
653 inoremap <buffer> <silent> &. &middot;
654 inoremap <buffer> <silent> &pa &para;
655 inoremap <buffer> <silent> &mi &micro;
656 inoremap <buffer> <silent> &dg &deg;
657 inoremap <buffer> <silent> &? &iquest;
658 inoremap <buffer> <silent> &! &iexcl;
659 inoremap <buffer> <silent> &sz &szlig;
660 inoremap <buffer> <silent> &o/ &oslash;
661 inoremap <buffer> <silent> &/ &divide;
662 inoremap <buffer> <silent> &" &uml;
663 inoremap <buffer> <silent> &2> &raquo;
664 inoremap <buffer> <silent> &2< &laquo;
665 inoremap <buffer> <silent> &y" &yuml;
666 inoremap <buffer> <silent> &y' &yacute;
667 inoremap <buffer> <silent> &u" &uuml;
668 inoremap <buffer> <silent> &u^ &ucirc;
669 inoremap <buffer> <silent> &u' &uacute;
670 inoremap <buffer> <silent> &u` &ugrave;
671 inoremap <buffer> <silent> &x &times;
672 inoremap <buffer> <silent> &o" &ouml;
673 inoremap <buffer> <silent> &o~ &otilde;
674 inoremap <buffer> <silent> &o^ &ocirc;
675 inoremap <buffer> <silent> &o' &oacute;
676 inoremap <buffer> <silent> &o` &ograve;
677 inoremap <buffer> <silent> &n~ &ntilde;
678 inoremap <buffer> <silent> &i" &iuml;
679 inoremap <buffer> <silent> &i^ &icirc;
680 inoremap <buffer> <silent> &i' &iacute;
681 inoremap <buffer> <silent> &i` &igrave;
682 inoremap <buffer> <silent> &e" &euml;
683 inoremap <buffer> <silent> &e^ &ecirc;
684 inoremap <buffer> <silent> &e' &eacute;
685 inoremap <buffer> <silent> &e` &egrave;
686 inoremap <buffer> <silent> &c, &ccedil;
687 inoremap <buffer> <silent> &ae &aelig;
688 inoremap <buffer> <silent> &ao &aring;
689 inoremap <buffer> <silent> &a" &auml;
690 inoremap <buffer> <silent> &a~ &atilde;
691 inoremap <buffer> <silent> &a^ &acirc;
692 inoremap <buffer> <silent> &a' &aacute;
693 inoremap <buffer> <silent> &a` &agrave;
694 inoremap <buffer> <silent> &Y' &Yacute;
695 inoremap <buffer> <silent> &U" &Uuml;
696 inoremap <buffer> <silent> &U^ &Ucirc;
697 inoremap <buffer> <silent> &U' &Uacute;
698 inoremap <buffer> <silent> &U` &Ugrave;
699 inoremap <buffer> <silent> &O/ &Oslash;
700 inoremap <buffer> <silent> &O" &Ouml;
701 inoremap <buffer> <silent> &O~ &Otilde;
702 inoremap <buffer> <silent> &O^ &Ocirc;
703 inoremap <buffer> <silent> &O' &Oacute;
704 inoremap <buffer> <silent> &O` &Ograve;
705 inoremap <buffer> <silent> &N~ &Ntilde;
706 inoremap <buffer> <silent> &I" &Iuml;
707 inoremap <buffer> <silent> &I^ &Icirc;
708 inoremap <buffer> <silent> &I' &Iacute;
709 inoremap <buffer> <silent> &I` &Igrave;
710 inoremap <buffer> <silent> &E" &Euml;
711 inoremap <buffer> <silent> &E^ &Ecirc;
712 inoremap <buffer> <silent> &E' &Eacute;
713 inoremap <buffer> <silent> &E` &Egrave;
714 inoremap <buffer> <silent> &C, &Ccedil;
715 inoremap <buffer> <silent> &AE &AElig;
716 inoremap <buffer> <silent> &Ao &Aring;
717 inoremap <buffer> <silent> &A" &Auml;
718 inoremap <buffer> <silent> &A~ &Atilde;
719 inoremap <buffer> <silent> &A^ &Acirc;
720 inoremap <buffer> <silent> &A' &Aacute;
721 inoremap <buffer> <silent> &A` &Agrave;
722 inoremap <buffer> <silent> &c| &cent;
723 inoremap <buffer> <silent> &Y= &yen;
724 inoremap <buffer> <silent> &# &pound;
725 inoremap <buffer> <silent> & &nbsp;
726 inoremap <buffer> <silent> &> &gt;
727 inoremap <buffer> <silent> &< &lt;
728 inoremap <buffer> <silent> &' &quot;
729 inoremap <buffer> <silent> &tm &trade;
730 inoremap <buffer> <silent> &rO &reg;
731 inoremap <buffer> <silent> &cO &copy;
732 inoremap <buffer> <silent> && &amp;
733 inoremap <buffer> <silent> ; &nbsp;
734 inoremap <buffer> <silent> ;la <label for=""></label>F"
735 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
736 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
737 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
738 </textarea>k$5F"i
739 inoremap <buffer> <silent> ;og <optgroup label="">
740 </optgroup>k$F"i
741 inoremap <buffer> <silent> ;op <option></option>F<
742 inoremap <buffer> <silent> ;ms <select name="" multiple>
743 </select>O
744 inoremap <buffer> <silent> ;se <select name="">
745 </select>O
746 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
747 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
748 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
749 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
750 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
751 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
752 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
753 inoremap <buffer> <silent> ;fm <form action="">
754 </form>k$F"i
755 inoremap <buffer> <silent> ;if <iframe src="">
756 </iframe>k$F"i
757 inoremap <buffer> <silent> ;nf <noframes>
758 </noframes>O
759 inoremap <buffer> <silent> ;fr <frame src="">F"
760 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
761 </frameset>k$3F"i
762 inoremap <buffer> <silent> ;th <th></th>F<
763 inoremap <buffer> <silent> ;td <td>
764 </td>O
765 inoremap <buffer> <silent> ;tr <tr>
766 </tr>O
767 inoremap <buffer> <silent> ;tf <tfoot>
768 </tfoot>O
769 inoremap <buffer> <silent> ;tb <tbody>
770 </tbody>O
771 inoremap <buffer> <silent> ;tH <thead>
772 </thead>O
773 inoremap <buffer> <silent> ;ta <table>
774 </table>O
775 inoremap <buffer> <silent> ;ca <caption></caption>F<
776 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
777 </object>k$5F"i
778 inoremap <buffer> <silent> ;ns <noscript>
779 </noscripT>O
780 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
781 <noembed></noembed>k$5F"i
782 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
783 inoremap <buffer> <silent> ;va <var></var>F<
784 inoremap <buffer> <silent> ;ul <ul>
785 </ul>O
786 inoremap <buffer> <silent> ;tt <tt></tt>F<
787 inoremap <buffer> <silent> ;ti <title></title>F<
788 inoremap <buffer> <silent> ;sp <sup></sup>F<
789 inoremap <buffer> <silent> ;sb <sub></sub>F<
790 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
791 inoremap <buffer> <silent> ;cs <style type="text/css">
792 <!--
793 -->
794 </style>kO
795 inoremap <buffer> <silent> ;sm <small></small>F<
796 inoremap <buffer> <silent> ;sa <samp></samp>F<
797 inoremap <buffer> <silent> ;sk <strike></strike>F<
798 inoremap <buffer> <silent> ;qu <q></q>F<
799 inoremap <buffer> <silent> ;pr <pre>
800 </pre>O
801 inoremap <buffer> <silent> ;/p </p>
802 
803 <p>
804 inoremap <buffer> <silent> ;pp <p>
805 </p>O
806 inoremap <buffer> <silent> ;ol <ol>
807 </ol>O
808 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
809 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
810 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
811 inoremap <buffer> <silent> ;lk <link href="">F"
812 inoremap <buffer> <silent> ;li <li></li>F<
813 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
814 inoremap <buffer> <silent> ;ii <isindex>
815 inoremap <buffer> <silent> ;in <ins></ins>F<
816 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
817 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
818 inoremap <buffer> <silent> ;ht <html>
819 </html>O
820 inoremap <buffer> <silent> ;Hr <hr width="75%">
821 inoremap <buffer> <silent> ;hr <hr>
822 inoremap <buffer> <silent> ;he <head>
823 </head>O
824 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
825 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
826 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
827 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
828 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
829 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
830 inoremap <buffer> <silent> ;h6 <h6></h6>F<
831 inoremap <buffer> <silent> ;h5 <h5></h5>F<
832 inoremap <buffer> <silent> ;h4 <h4></h4>F<
833 inoremap <buffer> <silent> ;h3 <h3></h3>F<
834 inoremap <buffer> <silent> ;h2 <h2></h2>F<
835 inoremap <buffer> <silent> ;h1 <h1></h1>F<
836 inoremap <buffer> <silent> ;fc <font color=""></font>F"
837 inoremap <buffer> <silent> ;fo <font size=""></font>F"
838 inoremap <buffer> <silent> ;sn <span></span>F<
839 inoremap <buffer> <silent> ;dv <div>
840 </div>O
841 inoremap <buffer> <silent> ;df <dfn></dfn>F<
842 inoremap <buffer> <silent> ;de <del></del>F<
843 inoremap <buffer> <silent> ;dd <dd></dd>F<
844 inoremap <buffer> <silent> ;dt <dt></dt>F<
845 inoremap <buffer> <silent> ;dl <dl>
846 </dl>O
847 inoremap <buffer> <silent> ;co <code></code>F<
848 inoremap <buffer> <silent> ;ci <cite></cite>F<
849 inoremap <buffer> <silent> ;ce <center></center>F<
850 inoremap <buffer> <silent> ;br <br>
851 inoremap <buffer> <silent> ;bd <body>
852 </body>O
853 inoremap <buffer> <silent> ;bl <blockquote>
854 </blockquote>O
855 inoremap <buffer> <silent> ;bi <big></big>F<
856 inoremap <buffer> <silent> ;bh <base href="">F"
857 inoremap <buffer> <silent> ;ad <address></address>F<
858 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
859 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
860 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
861 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
862 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
863 inoremap <buffer> <silent> ;an <a name=""></a>F"
864 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
865 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
866 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
867 inoremap <buffer> <silent> ;ah <a href=""></a>F"
868 imap <buffer> <silent> ;s4 ;s4
869 imap <buffer> <silent> ;4 ;4
870 inoremap <buffer> <silent> ;mi :call MangleImageTag()
871 inoremap <buffer> <silent> ; 
872 inoremap <buffer> <silent> ;& &
873 inoremap <buffer> <silent> ;; ;
874 setlocal keymap=
875 setlocal noarabic
876 setlocal autoindent
877 setlocal balloonexpr=
878 setlocal nobinary
879 setlocal bufhidden=
880 setlocal buflisted
881 setlocal buftype=
882 setlocal nocindent
883 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
884 setlocal cinoptions=
885 setlocal cinwords=if,else,while,do,for,switch
886 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
887 setlocal commentstring=<!--%s-->
888 setlocal complete=.,w,b,u,t,i
889 setlocal completefunc=
890 setlocal nocopyindent
891 setlocal nocursorcolumn
892 setlocal nocursorline
893 setlocal define=
894 setlocal dictionary=
895 setlocal nodiff
896 setlocal equalprg=
897 setlocal errorformat=
898 setlocal noexpandtab
899 if &filetype != 'html'
900 setlocal filetype=html
901 endif
902 setlocal foldcolumn=0
903 setlocal foldenable
904 setlocal foldexpr=0
905 setlocal foldignore=#
906 setlocal foldlevel=0
907 setlocal foldmarker={{{,}}}
908 setlocal foldmethod=manual
909 setlocal foldminlines=1
910 setlocal foldnestmax=20
911 setlocal foldtext=foldtext()
912 setlocal formatexpr=
913 setlocal formatoptions=tcq
914 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
915 setlocal grepprg=
916 setlocal iminsert=2
917 setlocal imsearch=2
918 setlocal include=
919 setlocal includeexpr=
920 setlocal indentexpr=
921 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
922 setlocal noinfercase
923 setlocal iskeyword=@,48-57,_,192-255
924 setlocal keywordprg=
925 setlocal nolinebreak
926 setlocal nolisp
927 setlocal nolist
928 setlocal makeprg=
929 setlocal matchpairs=(:),{:},[:],<:>
930 setlocal nomodeline
931 setlocal modifiable
932 setlocal nrformats=octal,hex
933 setlocal nonumber
934 setlocal numberwidth=4
935 setlocal omnifunc=htmlcomplete#CompleteTags
936 setlocal path=
937 setlocal nopreserveindent
938 setlocal nopreviewwindow
939 setlocal quoteescape=\\
940 setlocal noreadonly
941 setlocal norightleft
942 setlocal rightleftcmd=search
943 setlocal noscrollbind
944 setlocal shiftwidth=8
945 setlocal noshortname
946 setlocal nosmartindent
947 setlocal softtabstop=0
948 setlocal nospell
949 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
950 setlocal spellfile=
951 setlocal spelllang=en
952 setlocal statusline=
953 setlocal suffixesadd=
954 setlocal swapfile
955 setlocal synmaxcol=3000
956 if &syntax != 'html'
957 setlocal syntax=html
958 endif
959 setlocal tabstop=2
960 setlocal tags=
961 setlocal textwidth=0
962 setlocal thesaurus=
963 setlocal nowinfixheight
964 setlocal nowinfixwidth
965 setlocal wrap
966 setlocal wrapmargin=0
967 silent! normal! zE
968 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
969 if s:l < 1 | let s:l = 1 | endif
970 exe s:l
971 normal! zt
972 1
973 normal! 0
974 tabedit backup-smb.html
975 set splitbelow splitright
976 set nosplitbelow
977 set nosplitright
978 wincmd t
979 set winheight=1 winwidth=1
980 argglobal
981 3argu
982 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
983 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
984 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
985 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
986 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
987 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
988 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
989 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
990 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
991 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
992 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
993 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
994 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
995 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
996 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
997 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
998 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
999 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
1000 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">')
1001 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">')
1002 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
1003 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
1004 nnoremap <buffer> <silent> ; 
1005 nnoremap <buffer> <silent> ;; ;
1006 vnoremap <buffer> <silent> ;; ;
1007 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
1008 inoremap <buffer> <silent> &hA &hArr;
1009 inoremap <buffer> <silent> &dA &dArr;
1010 inoremap <buffer> <silent> &rA &rArr;
1011 inoremap <buffer> <silent> &uA &uArr;
1012 inoremap <buffer> <silent> &lA &lArr;
1013 inoremap <buffer> <silent> &ha &harr;
1014 inoremap <buffer> <silent> &da &darr;
1015 inoremap <buffer> <silent> &ra &rarr;
1016 inoremap <buffer> <silent> &ua &uarr;
1017 inoremap <buffer> <silent> &la &larr;
1018 inoremap <buffer> <silent> &pv &piv;
1019 inoremap <buffer> <silent> &uh &upsih;
1020 inoremap <buffer> <silent> &ts &thetasym;
1021 inoremap <buffer> <silent> &og &omega;
1022 inoremap <buffer> <silent> &ps &psi;
1023 inoremap <buffer> <silent> &ch &chi;
1024 inoremap <buffer> <silent> &ph &phi;
1025 inoremap <buffer> <silent> &up &upsilon;
1026 inoremap <buffer> <silent> &ta &tau;
1027 inoremap <buffer> <silent> &sf &sigmaf;
1028 inoremap <buffer> <silent> &si &sigma;
1029 inoremap <buffer> <silent> &rh &rho;
1030 inoremap <buffer> <silent> &pi &pi;
1031 inoremap <buffer> <silent> &oc &omicron;
1032 inoremap <buffer> <silent> &xi &xi;
1033 inoremap <buffer> <silent> &nu &nu;
1034 inoremap <buffer> <silent> &mu &mu;
1035 inoremap <buffer> <silent> &lm &lambda;
1036 inoremap <buffer> <silent> &ka &kappa;
1037 inoremap <buffer> <silent> &io &iota;
1038 inoremap <buffer> <silent> &th &theta;
1039 inoremap <buffer> <silent> &et &eta;
1040 inoremap <buffer> <silent> &ze &zeta;
1041 inoremap <buffer> <silent> &ep &epsilon;
1042 inoremap <buffer> <silent> &de &delta;
1043 inoremap <buffer> <silent> &ga &gamma;
1044 inoremap <buffer> <silent> &be &beta;
1045 inoremap <buffer> <silent> &al &alpha;
1046 inoremap <buffer> <silent> &Ps &Psi;
1047 inoremap <buffer> <silent> &Ch &Chi;
1048 inoremap <buffer> <silent> &Ph &Phi;
1049 inoremap <buffer> <silent> &Up &Upsilon;
1050 inoremap <buffer> <silent> &Ta &Tau;
1051 inoremap <buffer> <silent> &Si &Sigma;
1052 inoremap <buffer> <silent> &Rh &Rho;
1053 inoremap <buffer> <silent> &Pi &Pi;
1054 inoremap <buffer> <silent> &Oc &Omicron;
1055 inoremap <buffer> <silent> &Xi &Xi;
1056 inoremap <buffer> <silent> &Nu &Nu;
1057 inoremap <buffer> <silent> &Mu &Mu;
1058 inoremap <buffer> <silent> &Lm &Lambda;
1059 inoremap <buffer> <silent> &Ka &Kappa;
1060 inoremap <buffer> <silent> &Io &Iota;
1061 inoremap <buffer> <silent> &Th &Theta;
1062 inoremap <buffer> <silent> &Et &Eta;
1063 inoremap <buffer> <silent> &Ze &Zeta;
1064 inoremap <buffer> <silent> &Ep &Epsilon;
1065 inoremap <buffer> <silent> &De &Delta;
1066 inoremap <buffer> <silent> &Ga &Gamma;
1067 inoremap <buffer> <silent> &Be &Beta;
1068 inoremap <buffer> <silent> &Al &Alpha;
1069 inoremap <buffer> <silent> &3. &hellip;
1070 inoremap <buffer> <silent> &-- &mdash;
1071 inoremap <buffer> <silent> &3- &mdash;
1072 inoremap <buffer> <silent> &m- &mdash;
1073 inoremap <buffer> <silent> &2- &ndash;
1074 inoremap <buffer> <silent> &n- &ndash;
1075 inoremap <buffer> <silent> &34 &frac34;
1076 inoremap <buffer> <silent> &12 &frac12;
1077 inoremap <buffer> <silent> &14 &frac14;
1078 inoremap <buffer> <silent> &. &middot;
1079 inoremap <buffer> <silent> &pa &para;
1080 inoremap <buffer> <silent> &mi &micro;
1081 inoremap <buffer> <silent> &dg &deg;
1082 inoremap <buffer> <silent> &? &iquest;
1083 inoremap <buffer> <silent> &! &iexcl;
1084 inoremap <buffer> <silent> &sz &szlig;
1085 inoremap <buffer> <silent> &o/ &oslash;
1086 inoremap <buffer> <silent> &/ &divide;
1087 inoremap <buffer> <silent> &" &uml;
1088 inoremap <buffer> <silent> &2> &raquo;
1089 inoremap <buffer> <silent> &2< &laquo;
1090 inoremap <buffer> <silent> &y" &yuml;
1091 inoremap <buffer> <silent> &y' &yacute;
1092 inoremap <buffer> <silent> &u" &uuml;
1093 inoremap <buffer> <silent> &u^ &ucirc;
1094 inoremap <buffer> <silent> &u' &uacute;
1095 inoremap <buffer> <silent> &u` &ugrave;
1096 inoremap <buffer> <silent> &x &times;
1097 inoremap <buffer> <silent> &o" &ouml;
1098 inoremap <buffer> <silent> &o~ &otilde;
1099 inoremap <buffer> <silent> &o^ &ocirc;
1100 inoremap <buffer> <silent> &o' &oacute;
1101 inoremap <buffer> <silent> &o` &ograve;
1102 inoremap <buffer> <silent> &n~ &ntilde;
1103 inoremap <buffer> <silent> &i" &iuml;
1104 inoremap <buffer> <silent> &i^ &icirc;
1105 inoremap <buffer> <silent> &i' &iacute;
1106 inoremap <buffer> <silent> &i` &igrave;
1107 inoremap <buffer> <silent> &e" &euml;
1108 inoremap <buffer> <silent> &e^ &ecirc;
1109 inoremap <buffer> <silent> &e' &eacute;
1110 inoremap <buffer> <silent> &e` &egrave;
1111 inoremap <buffer> <silent> &c, &ccedil;
1112 inoremap <buffer> <silent> &ae &aelig;
1113 inoremap <buffer> <silent> &ao &aring;
1114 inoremap <buffer> <silent> &a" &auml;
1115 inoremap <buffer> <silent> &a~ &atilde;
1116 inoremap <buffer> <silent> &a^ &acirc;
1117 inoremap <buffer> <silent> &a' &aacute;
1118 inoremap <buffer> <silent> &a` &agrave;
1119 inoremap <buffer> <silent> &Y' &Yacute;
1120 inoremap <buffer> <silent> &U" &Uuml;
1121 inoremap <buffer> <silent> &U^ &Ucirc;
1122 inoremap <buffer> <silent> &U' &Uacute;
1123 inoremap <buffer> <silent> &U` &Ugrave;
1124 inoremap <buffer> <silent> &O/ &Oslash;
1125 inoremap <buffer> <silent> &O" &Ouml;
1126 inoremap <buffer> <silent> &O~ &Otilde;
1127 inoremap <buffer> <silent> &O^ &Ocirc;
1128 inoremap <buffer> <silent> &O' &Oacute;
1129 inoremap <buffer> <silent> &O` &Ograve;
1130 inoremap <buffer> <silent> &N~ &Ntilde;
1131 inoremap <buffer> <silent> &I" &Iuml;
1132 inoremap <buffer> <silent> &I^ &Icirc;
1133 inoremap <buffer> <silent> &I' &Iacute;
1134 inoremap <buffer> <silent> &I` &Igrave;
1135 inoremap <buffer> <silent> &E" &Euml;
1136 inoremap <buffer> <silent> &E^ &Ecirc;
1137 inoremap <buffer> <silent> &E' &Eacute;
1138 inoremap <buffer> <silent> &E` &Egrave;
1139 inoremap <buffer> <silent> &C, &Ccedil;
1140 inoremap <buffer> <silent> &AE &AElig;
1141 inoremap <buffer> <silent> &Ao &Aring;
1142 inoremap <buffer> <silent> &A" &Auml;
1143 inoremap <buffer> <silent> &A~ &Atilde;
1144 inoremap <buffer> <silent> &A^ &Acirc;
1145 inoremap <buffer> <silent> &A' &Aacute;
1146 inoremap <buffer> <silent> &A` &Agrave;
1147 inoremap <buffer> <silent> &c| &cent;
1148 inoremap <buffer> <silent> &Y= &yen;
1149 inoremap <buffer> <silent> &# &pound;
1150 inoremap <buffer> <silent> & &nbsp;
1151 inoremap <buffer> <silent> &> &gt;
1152 inoremap <buffer> <silent> &< &lt;
1153 inoremap <buffer> <silent> &' &quot;
1154 inoremap <buffer> <silent> &tm &trade;
1155 inoremap <buffer> <silent> &rO &reg;
1156 inoremap <buffer> <silent> &cO &copy;
1157 inoremap <buffer> <silent> && &amp;
1158 inoremap <buffer> <silent> ; &nbsp;
1159 inoremap <buffer> <silent> ;la <label for=""></label>F"
1160 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
1161 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
1162 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
1163 </textarea>k$5F"i
1164 inoremap <buffer> <silent> ;og <optgroup label="">
1165 </optgroup>k$F"i
1166 inoremap <buffer> <silent> ;op <option></option>F<
1167 inoremap <buffer> <silent> ;ms <select name="" multiple>
1168 </select>O
1169 inoremap <buffer> <silent> ;se <select name="">
1170 </select>O
1171 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
1172 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
1173 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
1174 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
1175 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
1176 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
1177 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
1178 inoremap <buffer> <silent> ;fm <form action="">
1179 </form>k$F"i
1180 inoremap <buffer> <silent> ;if <iframe src="">
1181 </iframe>k$F"i
1182 inoremap <buffer> <silent> ;nf <noframes>
1183 </noframes>O
1184 inoremap <buffer> <silent> ;fr <frame src="">F"
1185 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
1186 </frameset>k$3F"i
1187 inoremap <buffer> <silent> ;th <th></th>F<
1188 inoremap <buffer> <silent> ;td <td>
1189 </td>O
1190 inoremap <buffer> <silent> ;tr <tr>
1191 </tr>O
1192 inoremap <buffer> <silent> ;tf <tfoot>
1193 </tfoot>O
1194 inoremap <buffer> <silent> ;tb <tbody>
1195 </tbody>O
1196 inoremap <buffer> <silent> ;tH <thead>
1197 </thead>O
1198 inoremap <buffer> <silent> ;ta <table>
1199 </table>O
1200 inoremap <buffer> <silent> ;ca <caption></caption>F<
1201 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
1202 </object>k$5F"i
1203 inoremap <buffer> <silent> ;ns <noscript>
1204 </noscripT>O
1205 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
1206 <noembed></noembed>k$5F"i
1207 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
1208 inoremap <buffer> <silent> ;va <var></var>F<
1209 inoremap <buffer> <silent> ;ul <ul>
1210 </ul>O
1211 inoremap <buffer> <silent> ;tt <tt></tt>F<
1212 inoremap <buffer> <silent> ;ti <title></title>F<
1213 inoremap <buffer> <silent> ;sp <sup></sup>F<
1214 inoremap <buffer> <silent> ;sb <sub></sub>F<
1215 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
1216 inoremap <buffer> <silent> ;cs <style type="text/css">
1217 <!--
1218 -->
1219 </style>kO
1220 inoremap <buffer> <silent> ;sm <small></small>F<
1221 inoremap <buffer> <silent> ;sa <samp></samp>F<
1222 inoremap <buffer> <silent> ;sk <strike></strike>F<
1223 inoremap <buffer> <silent> ;qu <q></q>F<
1224 inoremap <buffer> <silent> ;pr <pre>
1225 </pre>O
1226 inoremap <buffer> <silent> ;/p </p>
1227 
1228 <p>
1229 inoremap <buffer> <silent> ;pp <p>
1230 </p>O
1231 inoremap <buffer> <silent> ;ol <ol>
1232 </ol>O
1233 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
1234 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
1235 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
1236 inoremap <buffer> <silent> ;lk <link href="">F"
1237 inoremap <buffer> <silent> ;li <li></li>F<
1238 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
1239 inoremap <buffer> <silent> ;ii <isindex>
1240 inoremap <buffer> <silent> ;in <ins></ins>F<
1241 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
1242 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
1243 inoremap <buffer> <silent> ;ht <html>
1244 </html>O
1245 inoremap <buffer> <silent> ;Hr <hr width="75%">
1246 inoremap <buffer> <silent> ;hr <hr>
1247 inoremap <buffer> <silent> ;he <head>
1248 </head>O
1249 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
1250 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
1251 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
1252 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
1253 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
1254 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
1255 inoremap <buffer> <silent> ;h6 <h6></h6>F<
1256 inoremap <buffer> <silent> ;h5 <h5></h5>F<
1257 inoremap <buffer> <silent> ;h4 <h4></h4>F<
1258 inoremap <buffer> <silent> ;h3 <h3></h3>F<
1259 inoremap <buffer> <silent> ;h2 <h2></h2>F<
1260 inoremap <buffer> <silent> ;h1 <h1></h1>F<
1261 inoremap <buffer> <silent> ;fc <font color=""></font>F"
1262 inoremap <buffer> <silent> ;fo <font size=""></font>F"
1263 inoremap <buffer> <silent> ;sn <span></span>F<
1264 inoremap <buffer> <silent> ;dv <div>
1265 </div>O
1266 inoremap <buffer> <silent> ;df <dfn></dfn>F<
1267 inoremap <buffer> <silent> ;de <del></del>F<
1268 inoremap <buffer> <silent> ;dd <dd></dd>F<
1269 inoremap <buffer> <silent> ;dt <dt></dt>F<
1270 inoremap <buffer> <silent> ;dl <dl>
1271 </dl>O
1272 inoremap <buffer> <silent> ;co <code></code>F<
1273 inoremap <buffer> <silent> ;ci <cite></cite>F<
1274 inoremap <buffer> <silent> ;ce <center></center>F<
1275 inoremap <buffer> <silent> ;br <br>
1276 inoremap <buffer> <silent> ;bd <body>
1277 </body>O
1278 inoremap <buffer> <silent> ;bl <blockquote>
1279 </blockquote>O
1280 inoremap <buffer> <silent> ;bi <big></big>F<
1281 inoremap <buffer> <silent> ;bh <base href="">F"
1282 inoremap <buffer> <silent> ;ad <address></address>F<
1283 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
1284 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
1285 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
1286 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
1287 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
1288 inoremap <buffer> <silent> ;an <a name=""></a>F"
1289 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
1290 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
1291 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
1292 inoremap <buffer> <silent> ;ah <a href=""></a>F"
1293 imap <buffer> <silent> ;s4 ;s4
1294 imap <buffer> <silent> ;4 ;4
1295 inoremap <buffer> <silent> ;mi :call MangleImageTag()
1296 inoremap <buffer> <silent> ; 
1297 inoremap <buffer> <silent> ;& &
1298 inoremap <buffer> <silent> ;; ;
1299 setlocal keymap=
1300 setlocal noarabic
1301 setlocal autoindent
1302 setlocal balloonexpr=
1303 setlocal nobinary
1304 setlocal bufhidden=
1305 setlocal buflisted
1306 setlocal buftype=
1307 setlocal nocindent
1308 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
1309 setlocal cinoptions=
1310 setlocal cinwords=if,else,while,do,for,switch
1311 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
1312 setlocal commentstring=<!--%s-->
1313 setlocal complete=.,w,b,u,t,i
1314 setlocal completefunc=
1315 setlocal nocopyindent
1316 setlocal nocursorcolumn
1317 setlocal nocursorline
1318 setlocal define=
1319 setlocal dictionary=
1320 setlocal nodiff
1321 setlocal equalprg=
1322 setlocal errorformat=
1323 setlocal noexpandtab
1324 if &filetype != 'html'
1325 setlocal filetype=html
1326 endif
1327 setlocal foldcolumn=0
1328 setlocal foldenable
1329 setlocal foldexpr=0
1330 setlocal foldignore=#
1331 setlocal foldlevel=0
1332 setlocal foldmarker={{{,}}}
1333 setlocal foldmethod=manual
1334 setlocal foldminlines=1
1335 setlocal foldnestmax=20
1336 setlocal foldtext=foldtext()
1337 setlocal formatexpr=
1338 setlocal formatoptions=tcq
1339 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
1340 setlocal grepprg=
1341 setlocal iminsert=2
1342 setlocal imsearch=2
1343 setlocal include=
1344 setlocal includeexpr=
1345 setlocal indentexpr=
1346 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
1347 setlocal noinfercase
1348 setlocal iskeyword=@,48-57,_,192-255
1349 setlocal keywordprg=
1350 setlocal nolinebreak
1351 setlocal nolisp
1352 setlocal nolist
1353 setlocal makeprg=
1354 setlocal matchpairs=(:),{:},[:],<:>
1355 setlocal nomodeline
1356 setlocal modifiable
1357 setlocal nrformats=octal,hex
1358 setlocal nonumber
1359 setlocal numberwidth=4
1360 setlocal omnifunc=htmlcomplete#CompleteTags
1361 setlocal path=
1362 setlocal nopreserveindent
1363 setlocal nopreviewwindow
1364 setlocal quoteescape=\\
1365 setlocal noreadonly
1366 setlocal norightleft
1367 setlocal rightleftcmd=search
1368 setlocal noscrollbind
1369 setlocal shiftwidth=8
1370 setlocal noshortname
1371 setlocal nosmartindent
1372 setlocal softtabstop=0
1373 setlocal nospell
1374 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
1375 setlocal spellfile=
1376 setlocal spelllang=en
1377 setlocal statusline=
1378 setlocal suffixesadd=
1379 setlocal swapfile
1380 setlocal synmaxcol=3000
1381 if &syntax != 'html'
1382 setlocal syntax=html
1383 endif
1384 setlocal tabstop=2
1385 setlocal tags=
1386 setlocal textwidth=0
1387 setlocal thesaurus=
1388 setlocal nowinfixheight
1389 setlocal nowinfixwidth
1390 setlocal wrap
1391 setlocal wrapmargin=0
1392 silent! normal! zE
1393 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
1394 if s:l < 1 | let s:l = 1 | endif
1395 exe s:l
1396 normal! zt
1397 1
1398 normal! 0
1399 tabedit boot-params.html
1400 set splitbelow splitright
1401 set nosplitbelow
1402 set nosplitright
1403 wincmd t
1404 set winheight=1 winwidth=1
1405 argglobal
1406 4argu
1407 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
1408 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
1409 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
1410 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
1411 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
1412 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
1413 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
1414 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
1415 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
1416 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
1417 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
1418 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
1419 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
1420 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
1421 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
1422 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
1423 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
1424 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
1425 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">')
1426 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">')
1427 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
1428 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
1429 nnoremap <buffer> <silent> ; 
1430 nnoremap <buffer> <silent> ;; ;
1431 vnoremap <buffer> <silent> ;; ;
1432 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
1433 inoremap <buffer> <silent> &hA &hArr;
1434 inoremap <buffer> <silent> &dA &dArr;
1435 inoremap <buffer> <silent> &rA &rArr;
1436 inoremap <buffer> <silent> &uA &uArr;
1437 inoremap <buffer> <silent> &lA &lArr;
1438 inoremap <buffer> <silent> &ha &harr;
1439 inoremap <buffer> <silent> &da &darr;
1440 inoremap <buffer> <silent> &ra &rarr;
1441 inoremap <buffer> <silent> &ua &uarr;
1442 inoremap <buffer> <silent> &la &larr;
1443 inoremap <buffer> <silent> &pv &piv;
1444 inoremap <buffer> <silent> &uh &upsih;
1445 inoremap <buffer> <silent> &ts &thetasym;
1446 inoremap <buffer> <silent> &og &omega;
1447 inoremap <buffer> <silent> &ps &psi;
1448 inoremap <buffer> <silent> &ch &chi;
1449 inoremap <buffer> <silent> &ph &phi;
1450 inoremap <buffer> <silent> &up &upsilon;
1451 inoremap <buffer> <silent> &ta &tau;
1452 inoremap <buffer> <silent> &sf &sigmaf;
1453 inoremap <buffer> <silent> &si &sigma;
1454 inoremap <buffer> <silent> &rh &rho;
1455 inoremap <buffer> <silent> &pi &pi;
1456 inoremap <buffer> <silent> &oc &omicron;
1457 inoremap <buffer> <silent> &xi &xi;
1458 inoremap <buffer> <silent> &nu &nu;
1459 inoremap <buffer> <silent> &mu &mu;
1460 inoremap <buffer> <silent> &lm &lambda;
1461 inoremap <buffer> <silent> &ka &kappa;
1462 inoremap <buffer> <silent> &io &iota;
1463 inoremap <buffer> <silent> &th &theta;
1464 inoremap <buffer> <silent> &et &eta;
1465 inoremap <buffer> <silent> &ze &zeta;
1466 inoremap <buffer> <silent> &ep &epsilon;
1467 inoremap <buffer> <silent> &de &delta;
1468 inoremap <buffer> <silent> &ga &gamma;
1469 inoremap <buffer> <silent> &be &beta;
1470 inoremap <buffer> <silent> &al &alpha;
1471 inoremap <buffer> <silent> &Ps &Psi;
1472 inoremap <buffer> <silent> &Ch &Chi;
1473 inoremap <buffer> <silent> &Ph &Phi;
1474 inoremap <buffer> <silent> &Up &Upsilon;
1475 inoremap <buffer> <silent> &Ta &Tau;
1476 inoremap <buffer> <silent> &Si &Sigma;
1477 inoremap <buffer> <silent> &Rh &Rho;
1478 inoremap <buffer> <silent> &Pi &Pi;
1479 inoremap <buffer> <silent> &Oc &Omicron;
1480 inoremap <buffer> <silent> &Xi &Xi;
1481 inoremap <buffer> <silent> &Nu &Nu;
1482 inoremap <buffer> <silent> &Mu &Mu;
1483 inoremap <buffer> <silent> &Lm &Lambda;
1484 inoremap <buffer> <silent> &Ka &Kappa;
1485 inoremap <buffer> <silent> &Io &Iota;
1486 inoremap <buffer> <silent> &Th &Theta;
1487 inoremap <buffer> <silent> &Et &Eta;
1488 inoremap <buffer> <silent> &Ze &Zeta;
1489 inoremap <buffer> <silent> &Ep &Epsilon;
1490 inoremap <buffer> <silent> &De &Delta;
1491 inoremap <buffer> <silent> &Ga &Gamma;
1492 inoremap <buffer> <silent> &Be &Beta;
1493 inoremap <buffer> <silent> &Al &Alpha;
1494 inoremap <buffer> <silent> &3. &hellip;
1495 inoremap <buffer> <silent> &-- &mdash;
1496 inoremap <buffer> <silent> &3- &mdash;
1497 inoremap <buffer> <silent> &m- &mdash;
1498 inoremap <buffer> <silent> &2- &ndash;
1499 inoremap <buffer> <silent> &n- &ndash;
1500 inoremap <buffer> <silent> &34 &frac34;
1501 inoremap <buffer> <silent> &12 &frac12;
1502 inoremap <buffer> <silent> &14 &frac14;
1503 inoremap <buffer> <silent> &. &middot;
1504 inoremap <buffer> <silent> &pa &para;
1505 inoremap <buffer> <silent> &mi &micro;
1506 inoremap <buffer> <silent> &dg &deg;
1507 inoremap <buffer> <silent> &? &iquest;
1508 inoremap <buffer> <silent> &! &iexcl;
1509 inoremap <buffer> <silent> &sz &szlig;
1510 inoremap <buffer> <silent> &o/ &oslash;
1511 inoremap <buffer> <silent> &/ &divide;
1512 inoremap <buffer> <silent> &" &uml;
1513 inoremap <buffer> <silent> &2> &raquo;
1514 inoremap <buffer> <silent> &2< &laquo;
1515 inoremap <buffer> <silent> &y" &yuml;
1516 inoremap <buffer> <silent> &y' &yacute;
1517 inoremap <buffer> <silent> &u" &uuml;
1518 inoremap <buffer> <silent> &u^ &ucirc;
1519 inoremap <buffer> <silent> &u' &uacute;
1520 inoremap <buffer> <silent> &u` &ugrave;
1521 inoremap <buffer> <silent> &x &times;
1522 inoremap <buffer> <silent> &o" &ouml;
1523 inoremap <buffer> <silent> &o~ &otilde;
1524 inoremap <buffer> <silent> &o^ &ocirc;
1525 inoremap <buffer> <silent> &o' &oacute;
1526 inoremap <buffer> <silent> &o` &ograve;
1527 inoremap <buffer> <silent> &n~ &ntilde;
1528 inoremap <buffer> <silent> &i" &iuml;
1529 inoremap <buffer> <silent> &i^ &icirc;
1530 inoremap <buffer> <silent> &i' &iacute;
1531 inoremap <buffer> <silent> &i` &igrave;
1532 inoremap <buffer> <silent> &e" &euml;
1533 inoremap <buffer> <silent> &e^ &ecirc;
1534 inoremap <buffer> <silent> &e' &eacute;
1535 inoremap <buffer> <silent> &e` &egrave;
1536 inoremap <buffer> <silent> &c, &ccedil;
1537 inoremap <buffer> <silent> &ae &aelig;
1538 inoremap <buffer> <silent> &ao &aring;
1539 inoremap <buffer> <silent> &a" &auml;
1540 inoremap <buffer> <silent> &a~ &atilde;
1541 inoremap <buffer> <silent> &a^ &acirc;
1542 inoremap <buffer> <silent> &a' &aacute;
1543 inoremap <buffer> <silent> &a` &agrave;
1544 inoremap <buffer> <silent> &Y' &Yacute;
1545 inoremap <buffer> <silent> &U" &Uuml;
1546 inoremap <buffer> <silent> &U^ &Ucirc;
1547 inoremap <buffer> <silent> &U' &Uacute;
1548 inoremap <buffer> <silent> &U` &Ugrave;
1549 inoremap <buffer> <silent> &O/ &Oslash;
1550 inoremap <buffer> <silent> &O" &Ouml;
1551 inoremap <buffer> <silent> &O~ &Otilde;
1552 inoremap <buffer> <silent> &O^ &Ocirc;
1553 inoremap <buffer> <silent> &O' &Oacute;
1554 inoremap <buffer> <silent> &O` &Ograve;
1555 inoremap <buffer> <silent> &N~ &Ntilde;
1556 inoremap <buffer> <silent> &I" &Iuml;
1557 inoremap <buffer> <silent> &I^ &Icirc;
1558 inoremap <buffer> <silent> &I' &Iacute;
1559 inoremap <buffer> <silent> &I` &Igrave;
1560 inoremap <buffer> <silent> &E" &Euml;
1561 inoremap <buffer> <silent> &E^ &Ecirc;
1562 inoremap <buffer> <silent> &E' &Eacute;
1563 inoremap <buffer> <silent> &E` &Egrave;
1564 inoremap <buffer> <silent> &C, &Ccedil;
1565 inoremap <buffer> <silent> &AE &AElig;
1566 inoremap <buffer> <silent> &Ao &Aring;
1567 inoremap <buffer> <silent> &A" &Auml;
1568 inoremap <buffer> <silent> &A~ &Atilde;
1569 inoremap <buffer> <silent> &A^ &Acirc;
1570 inoremap <buffer> <silent> &A' &Aacute;
1571 inoremap <buffer> <silent> &A` &Agrave;
1572 inoremap <buffer> <silent> &c| &cent;
1573 inoremap <buffer> <silent> &Y= &yen;
1574 inoremap <buffer> <silent> &# &pound;
1575 inoremap <buffer> <silent> & &nbsp;
1576 inoremap <buffer> <silent> &> &gt;
1577 inoremap <buffer> <silent> &< &lt;
1578 inoremap <buffer> <silent> &' &quot;
1579 inoremap <buffer> <silent> &tm &trade;
1580 inoremap <buffer> <silent> &rO &reg;
1581 inoremap <buffer> <silent> &cO &copy;
1582 inoremap <buffer> <silent> && &amp;
1583 inoremap <buffer> <silent> ; &nbsp;
1584 inoremap <buffer> <silent> ;la <label for=""></label>F"
1585 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
1586 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
1587 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
1588 </textarea>k$5F"i
1589 inoremap <buffer> <silent> ;og <optgroup label="">
1590 </optgroup>k$F"i
1591 inoremap <buffer> <silent> ;op <option></option>F<
1592 inoremap <buffer> <silent> ;ms <select name="" multiple>
1593 </select>O
1594 inoremap <buffer> <silent> ;se <select name="">
1595 </select>O
1596 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
1597 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
1598 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
1599 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
1600 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
1601 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
1602 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
1603 inoremap <buffer> <silent> ;fm <form action="">
1604 </form>k$F"i
1605 inoremap <buffer> <silent> ;if <iframe src="">
1606 </iframe>k$F"i
1607 inoremap <buffer> <silent> ;nf <noframes>
1608 </noframes>O
1609 inoremap <buffer> <silent> ;fr <frame src="">F"
1610 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
1611 </frameset>k$3F"i
1612 inoremap <buffer> <silent> ;th <th></th>F<
1613 inoremap <buffer> <silent> ;td <td>
1614 </td>O
1615 inoremap <buffer> <silent> ;tr <tr>
1616 </tr>O
1617 inoremap <buffer> <silent> ;tf <tfoot>
1618 </tfoot>O
1619 inoremap <buffer> <silent> ;tb <tbody>
1620 </tbody>O
1621 inoremap <buffer> <silent> ;tH <thead>
1622 </thead>O
1623 inoremap <buffer> <silent> ;ta <table>
1624 </table>O
1625 inoremap <buffer> <silent> ;ca <caption></caption>F<
1626 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
1627 </object>k$5F"i
1628 inoremap <buffer> <silent> ;ns <noscript>
1629 </noscripT>O
1630 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
1631 <noembed></noembed>k$5F"i
1632 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
1633 inoremap <buffer> <silent> ;va <var></var>F<
1634 inoremap <buffer> <silent> ;ul <ul>
1635 </ul>O
1636 inoremap <buffer> <silent> ;tt <tt></tt>F<
1637 inoremap <buffer> <silent> ;ti <title></title>F<
1638 inoremap <buffer> <silent> ;sp <sup></sup>F<
1639 inoremap <buffer> <silent> ;sb <sub></sub>F<
1640 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
1641 inoremap <buffer> <silent> ;cs <style type="text/css">
1642 <!--
1643 -->
1644 </style>kO
1645 inoremap <buffer> <silent> ;sm <small></small>F<
1646 inoremap <buffer> <silent> ;sa <samp></samp>F<
1647 inoremap <buffer> <silent> ;sk <strike></strike>F<
1648 inoremap <buffer> <silent> ;qu <q></q>F<
1649 inoremap <buffer> <silent> ;pr <pre>
1650 </pre>O
1651 inoremap <buffer> <silent> ;/p </p>
1652 
1653 <p>
1654 inoremap <buffer> <silent> ;pp <p>
1655 </p>O
1656 inoremap <buffer> <silent> ;ol <ol>
1657 </ol>O
1658 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
1659 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
1660 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
1661 inoremap <buffer> <silent> ;lk <link href="">F"
1662 inoremap <buffer> <silent> ;li <li></li>F<
1663 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
1664 inoremap <buffer> <silent> ;ii <isindex>
1665 inoremap <buffer> <silent> ;in <ins></ins>F<
1666 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
1667 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
1668 inoremap <buffer> <silent> ;ht <html>
1669 </html>O
1670 inoremap <buffer> <silent> ;Hr <hr width="75%">
1671 inoremap <buffer> <silent> ;hr <hr>
1672 inoremap <buffer> <silent> ;he <head>
1673 </head>O
1674 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
1675 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
1676 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
1677 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
1678 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
1679 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
1680 inoremap <buffer> <silent> ;h6 <h6></h6>F<
1681 inoremap <buffer> <silent> ;h5 <h5></h5>F<
1682 inoremap <buffer> <silent> ;h4 <h4></h4>F<
1683 inoremap <buffer> <silent> ;h3 <h3></h3>F<
1684 inoremap <buffer> <silent> ;h2 <h2></h2>F<
1685 inoremap <buffer> <silent> ;h1 <h1></h1>F<
1686 inoremap <buffer> <silent> ;fc <font color=""></font>F"
1687 inoremap <buffer> <silent> ;fo <font size=""></font>F"
1688 inoremap <buffer> <silent> ;sn <span></span>F<
1689 inoremap <buffer> <silent> ;dv <div>
1690 </div>O
1691 inoremap <buffer> <silent> ;df <dfn></dfn>F<
1692 inoremap <buffer> <silent> ;de <del></del>F<
1693 inoremap <buffer> <silent> ;dd <dd></dd>F<
1694 inoremap <buffer> <silent> ;dt <dt></dt>F<
1695 inoremap <buffer> <silent> ;dl <dl>
1696 </dl>O
1697 inoremap <buffer> <silent> ;co <code></code>F<
1698 inoremap <buffer> <silent> ;ci <cite></cite>F<
1699 inoremap <buffer> <silent> ;ce <center></center>F<
1700 inoremap <buffer> <silent> ;br <br>
1701 inoremap <buffer> <silent> ;bd <body>
1702 </body>O
1703 inoremap <buffer> <silent> ;bl <blockquote>
1704 </blockquote>O
1705 inoremap <buffer> <silent> ;bi <big></big>F<
1706 inoremap <buffer> <silent> ;bh <base href="">F"
1707 inoremap <buffer> <silent> ;ad <address></address>F<
1708 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
1709 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
1710 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
1711 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
1712 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
1713 inoremap <buffer> <silent> ;an <a name=""></a>F"
1714 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
1715 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
1716 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
1717 inoremap <buffer> <silent> ;ah <a href=""></a>F"
1718 imap <buffer> <silent> ;s4 ;s4
1719 imap <buffer> <silent> ;4 ;4
1720 inoremap <buffer> <silent> ;mi :call MangleImageTag()
1721 inoremap <buffer> <silent> ; 
1722 inoremap <buffer> <silent> ;& &
1723 inoremap <buffer> <silent> ;; ;
1724 setlocal keymap=
1725 setlocal noarabic
1726 setlocal autoindent
1727 setlocal balloonexpr=
1728 setlocal nobinary
1729 setlocal bufhidden=
1730 setlocal buflisted
1731 setlocal buftype=
1732 setlocal nocindent
1733 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
1734 setlocal cinoptions=
1735 setlocal cinwords=if,else,while,do,for,switch
1736 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
1737 setlocal commentstring=<!--%s-->
1738 setlocal complete=.,w,b,u,t,i
1739 setlocal completefunc=
1740 setlocal nocopyindent
1741 setlocal nocursorcolumn
1742 setlocal nocursorline
1743 setlocal define=
1744 setlocal dictionary=
1745 setlocal nodiff
1746 setlocal equalprg=
1747 setlocal errorformat=
1748 setlocal noexpandtab
1749 if &filetype != 'html'
1750 setlocal filetype=html
1751 endif
1752 setlocal foldcolumn=0
1753 setlocal foldenable
1754 setlocal foldexpr=0
1755 setlocal foldignore=#
1756 setlocal foldlevel=0
1757 setlocal foldmarker={{{,}}}
1758 setlocal foldmethod=manual
1759 setlocal foldminlines=1
1760 setlocal foldnestmax=20
1761 setlocal foldtext=foldtext()
1762 setlocal formatexpr=
1763 setlocal formatoptions=tcq
1764 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
1765 setlocal grepprg=
1766 setlocal iminsert=2
1767 setlocal imsearch=2
1768 setlocal include=
1769 setlocal includeexpr=
1770 setlocal indentexpr=
1771 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
1772 setlocal noinfercase
1773 setlocal iskeyword=@,48-57,_,192-255
1774 setlocal keywordprg=
1775 setlocal nolinebreak
1776 setlocal nolisp
1777 setlocal nolist
1778 setlocal makeprg=
1779 setlocal matchpairs=(:),{:},[:],<:>
1780 setlocal nomodeline
1781 setlocal modifiable
1782 setlocal nrformats=octal,hex
1783 setlocal nonumber
1784 setlocal numberwidth=4
1785 setlocal omnifunc=htmlcomplete#CompleteTags
1786 setlocal path=
1787 setlocal nopreserveindent
1788 setlocal nopreviewwindow
1789 setlocal quoteescape=\\
1790 setlocal noreadonly
1791 setlocal norightleft
1792 setlocal rightleftcmd=search
1793 setlocal noscrollbind
1794 setlocal shiftwidth=8
1795 setlocal noshortname
1796 setlocal nosmartindent
1797 setlocal softtabstop=0
1798 setlocal nospell
1799 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
1800 setlocal spellfile=
1801 setlocal spelllang=en
1802 setlocal statusline=
1803 setlocal suffixesadd=
1804 setlocal swapfile
1805 setlocal synmaxcol=3000
1806 if &syntax != 'html'
1807 setlocal syntax=html
1808 endif
1809 setlocal tabstop=2
1810 setlocal tags=
1811 setlocal textwidth=0
1812 setlocal thesaurus=
1813 setlocal nowinfixheight
1814 setlocal nowinfixwidth
1815 setlocal wrap
1816 setlocal wrapmargin=0
1817 silent! normal! zE
1818 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
1819 if s:l < 1 | let s:l = 1 | endif
1820 exe s:l
1821 normal! zt
1822 1
1823 normal! 0
1824 tabedit clonezilla.html
1825 set splitbelow splitright
1826 set nosplitbelow
1827 set nosplitright
1828 wincmd t
1829 set winheight=1 winwidth=1
1830 argglobal
1831 5argu
1832 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
1833 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
1834 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
1835 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
1836 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
1837 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
1838 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
1839 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
1840 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
1841 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
1842 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
1843 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
1844 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
1845 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
1846 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
1847 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
1848 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
1849 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
1850 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">')
1851 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">')
1852 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
1853 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
1854 nnoremap <buffer> <silent> ; 
1855 nnoremap <buffer> <silent> ;; ;
1856 vnoremap <buffer> <silent> ;; ;
1857 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
1858 inoremap <buffer> <silent> &hA &hArr;
1859 inoremap <buffer> <silent> &dA &dArr;
1860 inoremap <buffer> <silent> &rA &rArr;
1861 inoremap <buffer> <silent> &uA &uArr;
1862 inoremap <buffer> <silent> &lA &lArr;
1863 inoremap <buffer> <silent> &ha &harr;
1864 inoremap <buffer> <silent> &da &darr;
1865 inoremap <buffer> <silent> &ra &rarr;
1866 inoremap <buffer> <silent> &ua &uarr;
1867 inoremap <buffer> <silent> &la &larr;
1868 inoremap <buffer> <silent> &pv &piv;
1869 inoremap <buffer> <silent> &uh &upsih;
1870 inoremap <buffer> <silent> &ts &thetasym;
1871 inoremap <buffer> <silent> &og &omega;
1872 inoremap <buffer> <silent> &ps &psi;
1873 inoremap <buffer> <silent> &ch &chi;
1874 inoremap <buffer> <silent> &ph &phi;
1875 inoremap <buffer> <silent> &up &upsilon;
1876 inoremap <buffer> <silent> &ta &tau;
1877 inoremap <buffer> <silent> &sf &sigmaf;
1878 inoremap <buffer> <silent> &si &sigma;
1879 inoremap <buffer> <silent> &rh &rho;
1880 inoremap <buffer> <silent> &pi &pi;
1881 inoremap <buffer> <silent> &oc &omicron;
1882 inoremap <buffer> <silent> &xi &xi;
1883 inoremap <buffer> <silent> &nu &nu;
1884 inoremap <buffer> <silent> &mu &mu;
1885 inoremap <buffer> <silent> &lm &lambda;
1886 inoremap <buffer> <silent> &ka &kappa;
1887 inoremap <buffer> <silent> &io &iota;
1888 inoremap <buffer> <silent> &th &theta;
1889 inoremap <buffer> <silent> &et &eta;
1890 inoremap <buffer> <silent> &ze &zeta;
1891 inoremap <buffer> <silent> &ep &epsilon;
1892 inoremap <buffer> <silent> &de &delta;
1893 inoremap <buffer> <silent> &ga &gamma;
1894 inoremap <buffer> <silent> &be &beta;
1895 inoremap <buffer> <silent> &al &alpha;
1896 inoremap <buffer> <silent> &Ps &Psi;
1897 inoremap <buffer> <silent> &Ch &Chi;
1898 inoremap <buffer> <silent> &Ph &Phi;
1899 inoremap <buffer> <silent> &Up &Upsilon;
1900 inoremap <buffer> <silent> &Ta &Tau;
1901 inoremap <buffer> <silent> &Si &Sigma;
1902 inoremap <buffer> <silent> &Rh &Rho;
1903 inoremap <buffer> <silent> &Pi &Pi;
1904 inoremap <buffer> <silent> &Oc &Omicron;
1905 inoremap <buffer> <silent> &Xi &Xi;
1906 inoremap <buffer> <silent> &Nu &Nu;
1907 inoremap <buffer> <silent> &Mu &Mu;
1908 inoremap <buffer> <silent> &Lm &Lambda;
1909 inoremap <buffer> <silent> &Ka &Kappa;
1910 inoremap <buffer> <silent> &Io &Iota;
1911 inoremap <buffer> <silent> &Th &Theta;
1912 inoremap <buffer> <silent> &Et &Eta;
1913 inoremap <buffer> <silent> &Ze &Zeta;
1914 inoremap <buffer> <silent> &Ep &Epsilon;
1915 inoremap <buffer> <silent> &De &Delta;
1916 inoremap <buffer> <silent> &Ga &Gamma;
1917 inoremap <buffer> <silent> &Be &Beta;
1918 inoremap <buffer> <silent> &Al &Alpha;
1919 inoremap <buffer> <silent> &3. &hellip;
1920 inoremap <buffer> <silent> &-- &mdash;
1921 inoremap <buffer> <silent> &3- &mdash;
1922 inoremap <buffer> <silent> &m- &mdash;
1923 inoremap <buffer> <silent> &2- &ndash;
1924 inoremap <buffer> <silent> &n- &ndash;
1925 inoremap <buffer> <silent> &34 &frac34;
1926 inoremap <buffer> <silent> &12 &frac12;
1927 inoremap <buffer> <silent> &14 &frac14;
1928 inoremap <buffer> <silent> &. &middot;
1929 inoremap <buffer> <silent> &pa &para;
1930 inoremap <buffer> <silent> &mi &micro;
1931 inoremap <buffer> <silent> &dg &deg;
1932 inoremap <buffer> <silent> &? &iquest;
1933 inoremap <buffer> <silent> &! &iexcl;
1934 inoremap <buffer> <silent> &sz &szlig;
1935 inoremap <buffer> <silent> &o/ &oslash;
1936 inoremap <buffer> <silent> &/ &divide;
1937 inoremap <buffer> <silent> &" &uml;
1938 inoremap <buffer> <silent> &2> &raquo;
1939 inoremap <buffer> <silent> &2< &laquo;
1940 inoremap <buffer> <silent> &y" &yuml;
1941 inoremap <buffer> <silent> &y' &yacute;
1942 inoremap <buffer> <silent> &u" &uuml;
1943 inoremap <buffer> <silent> &u^ &ucirc;
1944 inoremap <buffer> <silent> &u' &uacute;
1945 inoremap <buffer> <silent> &u` &ugrave;
1946 inoremap <buffer> <silent> &x &times;
1947 inoremap <buffer> <silent> &o" &ouml;
1948 inoremap <buffer> <silent> &o~ &otilde;
1949 inoremap <buffer> <silent> &o^ &ocirc;
1950 inoremap <buffer> <silent> &o' &oacute;
1951 inoremap <buffer> <silent> &o` &ograve;
1952 inoremap <buffer> <silent> &n~ &ntilde;
1953 inoremap <buffer> <silent> &i" &iuml;
1954 inoremap <buffer> <silent> &i^ &icirc;
1955 inoremap <buffer> <silent> &i' &iacute;
1956 inoremap <buffer> <silent> &i` &igrave;
1957 inoremap <buffer> <silent> &e" &euml;
1958 inoremap <buffer> <silent> &e^ &ecirc;
1959 inoremap <buffer> <silent> &e' &eacute;
1960 inoremap <buffer> <silent> &e` &egrave;
1961 inoremap <buffer> <silent> &c, &ccedil;
1962 inoremap <buffer> <silent> &ae &aelig;
1963 inoremap <buffer> <silent> &ao &aring;
1964 inoremap <buffer> <silent> &a" &auml;
1965 inoremap <buffer> <silent> &a~ &atilde;
1966 inoremap <buffer> <silent> &a^ &acirc;
1967 inoremap <buffer> <silent> &a' &aacute;
1968 inoremap <buffer> <silent> &a` &agrave;
1969 inoremap <buffer> <silent> &Y' &Yacute;
1970 inoremap <buffer> <silent> &U" &Uuml;
1971 inoremap <buffer> <silent> &U^ &Ucirc;
1972 inoremap <buffer> <silent> &U' &Uacute;
1973 inoremap <buffer> <silent> &U` &Ugrave;
1974 inoremap <buffer> <silent> &O/ &Oslash;
1975 inoremap <buffer> <silent> &O" &Ouml;
1976 inoremap <buffer> <silent> &O~ &Otilde;
1977 inoremap <buffer> <silent> &O^ &Ocirc;
1978 inoremap <buffer> <silent> &O' &Oacute;
1979 inoremap <buffer> <silent> &O` &Ograve;
1980 inoremap <buffer> <silent> &N~ &Ntilde;
1981 inoremap <buffer> <silent> &I" &Iuml;
1982 inoremap <buffer> <silent> &I^ &Icirc;
1983 inoremap <buffer> <silent> &I' &Iacute;
1984 inoremap <buffer> <silent> &I` &Igrave;
1985 inoremap <buffer> <silent> &E" &Euml;
1986 inoremap <buffer> <silent> &E^ &Ecirc;
1987 inoremap <buffer> <silent> &E' &Eacute;
1988 inoremap <buffer> <silent> &E` &Egrave;
1989 inoremap <buffer> <silent> &C, &Ccedil;
1990 inoremap <buffer> <silent> &AE &AElig;
1991 inoremap <buffer> <silent> &Ao &Aring;
1992 inoremap <buffer> <silent> &A" &Auml;
1993 inoremap <buffer> <silent> &A~ &Atilde;
1994 inoremap <buffer> <silent> &A^ &Acirc;
1995 inoremap <buffer> <silent> &A' &Aacute;
1996 inoremap <buffer> <silent> &A` &Agrave;
1997 inoremap <buffer> <silent> &c| &cent;
1998 inoremap <buffer> <silent> &Y= &yen;
1999 inoremap <buffer> <silent> &# &pound;
2000 inoremap <buffer> <silent> & &nbsp;
2001 inoremap <buffer> <silent> &> &gt;
2002 inoremap <buffer> <silent> &< &lt;
2003 inoremap <buffer> <silent> &' &quot;
2004 inoremap <buffer> <silent> &tm &trade;
2005 inoremap <buffer> <silent> &rO &reg;
2006 inoremap <buffer> <silent> &cO &copy;
2007 inoremap <buffer> <silent> && &amp;
2008 inoremap <buffer> <silent> ; &nbsp;
2009 inoremap <buffer> <silent> ;la <label for=""></label>F"
2010 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
2011 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
2012 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
2013 </textarea>k$5F"i
2014 inoremap <buffer> <silent> ;og <optgroup label="">
2015 </optgroup>k$F"i
2016 inoremap <buffer> <silent> ;op <option></option>F<
2017 inoremap <buffer> <silent> ;ms <select name="" multiple>
2018 </select>O
2019 inoremap <buffer> <silent> ;se <select name="">
2020 </select>O
2021 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
2022 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
2023 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
2024 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
2025 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
2026 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
2027 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
2028 inoremap <buffer> <silent> ;fm <form action="">
2029 </form>k$F"i
2030 inoremap <buffer> <silent> ;if <iframe src="">
2031 </iframe>k$F"i
2032 inoremap <buffer> <silent> ;nf <noframes>
2033 </noframes>O
2034 inoremap <buffer> <silent> ;fr <frame src="">F"
2035 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
2036 </frameset>k$3F"i
2037 inoremap <buffer> <silent> ;th <th></th>F<
2038 inoremap <buffer> <silent> ;td <td>
2039 </td>O
2040 inoremap <buffer> <silent> ;tr <tr>
2041 </tr>O
2042 inoremap <buffer> <silent> ;tf <tfoot>
2043 </tfoot>O
2044 inoremap <buffer> <silent> ;tb <tbody>
2045 </tbody>O
2046 inoremap <buffer> <silent> ;tH <thead>
2047 </thead>O
2048 inoremap <buffer> <silent> ;ta <table>
2049 </table>O
2050 inoremap <buffer> <silent> ;ca <caption></caption>F<
2051 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
2052 </object>k$5F"i
2053 inoremap <buffer> <silent> ;ns <noscript>
2054 </noscripT>O
2055 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
2056 <noembed></noembed>k$5F"i
2057 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
2058 inoremap <buffer> <silent> ;va <var></var>F<
2059 inoremap <buffer> <silent> ;ul <ul>
2060 </ul>O
2061 inoremap <buffer> <silent> ;tt <tt></tt>F<
2062 inoremap <buffer> <silent> ;ti <title></title>F<
2063 inoremap <buffer> <silent> ;sp <sup></sup>F<
2064 inoremap <buffer> <silent> ;sb <sub></sub>F<
2065 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
2066 inoremap <buffer> <silent> ;cs <style type="text/css">
2067 <!--
2068 -->
2069 </style>kO
2070 inoremap <buffer> <silent> ;sm <small></small>F<
2071 inoremap <buffer> <silent> ;sa <samp></samp>F<
2072 inoremap <buffer> <silent> ;sk <strike></strike>F<
2073 inoremap <buffer> <silent> ;qu <q></q>F<
2074 inoremap <buffer> <silent> ;pr <pre>
2075 </pre>O
2076 inoremap <buffer> <silent> ;/p </p>
2077 
2078 <p>
2079 inoremap <buffer> <silent> ;pp <p>
2080 </p>O
2081 inoremap <buffer> <silent> ;ol <ol>
2082 </ol>O
2083 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
2084 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
2085 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
2086 inoremap <buffer> <silent> ;lk <link href="">F"
2087 inoremap <buffer> <silent> ;li <li></li>F<
2088 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
2089 inoremap <buffer> <silent> ;ii <isindex>
2090 inoremap <buffer> <silent> ;in <ins></ins>F<
2091 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
2092 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
2093 inoremap <buffer> <silent> ;ht <html>
2094 </html>O
2095 inoremap <buffer> <silent> ;Hr <hr width="75%">
2096 inoremap <buffer> <silent> ;hr <hr>
2097 inoremap <buffer> <silent> ;he <head>
2098 </head>O
2099 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
2100 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
2101 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
2102 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
2103 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
2104 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
2105 inoremap <buffer> <silent> ;h6 <h6></h6>F<
2106 inoremap <buffer> <silent> ;h5 <h5></h5>F<
2107 inoremap <buffer> <silent> ;h4 <h4></h4>F<
2108 inoremap <buffer> <silent> ;h3 <h3></h3>F<
2109 inoremap <buffer> <silent> ;h2 <h2></h2>F<
2110 inoremap <buffer> <silent> ;h1 <h1></h1>F<
2111 inoremap <buffer> <silent> ;fc <font color=""></font>F"
2112 inoremap <buffer> <silent> ;fo <font size=""></font>F"
2113 inoremap <buffer> <silent> ;sn <span></span>F<
2114 inoremap <buffer> <silent> ;dv <div>
2115 </div>O
2116 inoremap <buffer> <silent> ;df <dfn></dfn>F<
2117 inoremap <buffer> <silent> ;de <del></del>F<
2118 inoremap <buffer> <silent> ;dd <dd></dd>F<
2119 inoremap <buffer> <silent> ;dt <dt></dt>F<
2120 inoremap <buffer> <silent> ;dl <dl>
2121 </dl>O
2122 inoremap <buffer> <silent> ;co <code></code>F<
2123 inoremap <buffer> <silent> ;ci <cite></cite>F<
2124 inoremap <buffer> <silent> ;ce <center></center>F<
2125 inoremap <buffer> <silent> ;br <br>
2126 inoremap <buffer> <silent> ;bd <body>
2127 </body>O
2128 inoremap <buffer> <silent> ;bl <blockquote>
2129 </blockquote>O
2130 inoremap <buffer> <silent> ;bi <big></big>F<
2131 inoremap <buffer> <silent> ;bh <base href="">F"
2132 inoremap <buffer> <silent> ;ad <address></address>F<
2133 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
2134 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
2135 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
2136 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
2137 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
2138 inoremap <buffer> <silent> ;an <a name=""></a>F"
2139 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
2140 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
2141 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
2142 inoremap <buffer> <silent> ;ah <a href=""></a>F"
2143 imap <buffer> <silent> ;s4 ;s4
2144 imap <buffer> <silent> ;4 ;4
2145 inoremap <buffer> <silent> ;mi :call MangleImageTag()
2146 inoremap <buffer> <silent> ; 
2147 inoremap <buffer> <silent> ;& &
2148 inoremap <buffer> <silent> ;; ;
2149 setlocal keymap=
2150 setlocal noarabic
2151 setlocal autoindent
2152 setlocal balloonexpr=
2153 setlocal nobinary
2154 setlocal bufhidden=
2155 setlocal buflisted
2156 setlocal buftype=
2157 setlocal nocindent
2158 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
2159 setlocal cinoptions=
2160 setlocal cinwords=if,else,while,do,for,switch
2161 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
2162 setlocal commentstring=<!--%s-->
2163 setlocal complete=.,w,b,u,t,i
2164 setlocal completefunc=
2165 setlocal nocopyindent
2166 setlocal nocursorcolumn
2167 setlocal nocursorline
2168 setlocal define=
2169 setlocal dictionary=
2170 setlocal nodiff
2171 setlocal equalprg=
2172 setlocal errorformat=
2173 setlocal noexpandtab
2174 if &filetype != 'html'
2175 setlocal filetype=html
2176 endif
2177 setlocal foldcolumn=0
2178 setlocal foldenable
2179 setlocal foldexpr=0
2180 setlocal foldignore=#
2181 setlocal foldlevel=0
2182 setlocal foldmarker={{{,}}}
2183 setlocal foldmethod=manual
2184 setlocal foldminlines=1
2185 setlocal foldnestmax=20
2186 setlocal foldtext=foldtext()
2187 setlocal formatexpr=
2188 setlocal formatoptions=tcq
2189 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
2190 setlocal grepprg=
2191 setlocal iminsert=2
2192 setlocal imsearch=2
2193 setlocal include=
2194 setlocal includeexpr=
2195 setlocal indentexpr=
2196 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
2197 setlocal noinfercase
2198 setlocal iskeyword=@,48-57,_,192-255
2199 setlocal keywordprg=
2200 setlocal nolinebreak
2201 setlocal nolisp
2202 setlocal nolist
2203 setlocal makeprg=
2204 setlocal matchpairs=(:),{:},[:],<:>
2205 setlocal nomodeline
2206 setlocal modifiable
2207 setlocal nrformats=octal,hex
2208 setlocal nonumber
2209 setlocal numberwidth=4
2210 setlocal omnifunc=htmlcomplete#CompleteTags
2211 setlocal path=
2212 setlocal nopreserveindent
2213 setlocal nopreviewwindow
2214 setlocal quoteescape=\\
2215 setlocal noreadonly
2216 setlocal norightleft
2217 setlocal rightleftcmd=search
2218 setlocal noscrollbind
2219 setlocal shiftwidth=8
2220 setlocal noshortname
2221 setlocal nosmartindent
2222 setlocal softtabstop=0
2223 setlocal nospell
2224 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
2225 setlocal spellfile=
2226 setlocal spelllang=en
2227 setlocal statusline=
2228 setlocal suffixesadd=
2229 setlocal swapfile
2230 setlocal synmaxcol=3000
2231 if &syntax != 'html'
2232 setlocal syntax=html
2233 endif
2234 setlocal tabstop=2
2235 setlocal tags=
2236 setlocal textwidth=0
2237 setlocal thesaurus=
2238 setlocal nowinfixheight
2239 setlocal nowinfixwidth
2240 setlocal wrap
2241 setlocal wrapmargin=0
2242 silent! normal! zE
2243 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
2244 if s:l < 1 | let s:l = 1 | endif
2245 exe s:l
2246 normal! zt
2247 1
2248 normal! 0
2249 tabedit custom-cd.html
2250 set splitbelow splitright
2251 set nosplitbelow
2252 set nosplitright
2253 wincmd t
2254 set winheight=1 winwidth=1
2255 argglobal
2256 6argu
2257 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
2258 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
2259 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
2260 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
2261 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
2262 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
2263 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
2264 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
2265 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
2266 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
2267 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
2268 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
2269 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
2270 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
2271 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
2272 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
2273 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
2274 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
2275 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">')
2276 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">')
2277 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
2278 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
2279 nnoremap <buffer> <silent> ; 
2280 nnoremap <buffer> <silent> ;; ;
2281 vnoremap <buffer> <silent> ;; ;
2282 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
2283 inoremap <buffer> <silent> &hA &hArr;
2284 inoremap <buffer> <silent> &dA &dArr;
2285 inoremap <buffer> <silent> &rA &rArr;
2286 inoremap <buffer> <silent> &uA &uArr;
2287 inoremap <buffer> <silent> &lA &lArr;
2288 inoremap <buffer> <silent> &ha &harr;
2289 inoremap <buffer> <silent> &da &darr;
2290 inoremap <buffer> <silent> &ra &rarr;
2291 inoremap <buffer> <silent> &ua &uarr;
2292 inoremap <buffer> <silent> &la &larr;
2293 inoremap <buffer> <silent> &pv &piv;
2294 inoremap <buffer> <silent> &uh &upsih;
2295 inoremap <buffer> <silent> &ts &thetasym;
2296 inoremap <buffer> <silent> &og &omega;
2297 inoremap <buffer> <silent> &ps &psi;
2298 inoremap <buffer> <silent> &ch &chi;
2299 inoremap <buffer> <silent> &ph &phi;
2300 inoremap <buffer> <silent> &up &upsilon;
2301 inoremap <buffer> <silent> &ta &tau;
2302 inoremap <buffer> <silent> &sf &sigmaf;
2303 inoremap <buffer> <silent> &si &sigma;
2304 inoremap <buffer> <silent> &rh &rho;
2305 inoremap <buffer> <silent> &pi &pi;
2306 inoremap <buffer> <silent> &oc &omicron;
2307 inoremap <buffer> <silent> &xi &xi;
2308 inoremap <buffer> <silent> &nu &nu;
2309 inoremap <buffer> <silent> &mu &mu;
2310 inoremap <buffer> <silent> &lm &lambda;
2311 inoremap <buffer> <silent> &ka &kappa;
2312 inoremap <buffer> <silent> &io &iota;
2313 inoremap <buffer> <silent> &th &theta;
2314 inoremap <buffer> <silent> &et &eta;
2315 inoremap <buffer> <silent> &ze &zeta;
2316 inoremap <buffer> <silent> &ep &epsilon;
2317 inoremap <buffer> <silent> &de &delta;
2318 inoremap <buffer> <silent> &ga &gamma;
2319 inoremap <buffer> <silent> &be &beta;
2320 inoremap <buffer> <silent> &al &alpha;
2321 inoremap <buffer> <silent> &Ps &Psi;
2322 inoremap <buffer> <silent> &Ch &Chi;
2323 inoremap <buffer> <silent> &Ph &Phi;
2324 inoremap <buffer> <silent> &Up &Upsilon;
2325 inoremap <buffer> <silent> &Ta &Tau;
2326 inoremap <buffer> <silent> &Si &Sigma;
2327 inoremap <buffer> <silent> &Rh &Rho;
2328 inoremap <buffer> <silent> &Pi &Pi;
2329 inoremap <buffer> <silent> &Oc &Omicron;
2330 inoremap <buffer> <silent> &Xi &Xi;
2331 inoremap <buffer> <silent> &Nu &Nu;
2332 inoremap <buffer> <silent> &Mu &Mu;
2333 inoremap <buffer> <silent> &Lm &Lambda;
2334 inoremap <buffer> <silent> &Ka &Kappa;
2335 inoremap <buffer> <silent> &Io &Iota;
2336 inoremap <buffer> <silent> &Th &Theta;
2337 inoremap <buffer> <silent> &Et &Eta;
2338 inoremap <buffer> <silent> &Ze &Zeta;
2339 inoremap <buffer> <silent> &Ep &Epsilon;
2340 inoremap <buffer> <silent> &De &Delta;
2341 inoremap <buffer> <silent> &Ga &Gamma;
2342 inoremap <buffer> <silent> &Be &Beta;
2343 inoremap <buffer> <silent> &Al &Alpha;
2344 inoremap <buffer> <silent> &3. &hellip;
2345 inoremap <buffer> <silent> &-- &mdash;
2346 inoremap <buffer> <silent> &3- &mdash;
2347 inoremap <buffer> <silent> &m- &mdash;
2348 inoremap <buffer> <silent> &2- &ndash;
2349 inoremap <buffer> <silent> &n- &ndash;
2350 inoremap <buffer> <silent> &34 &frac34;
2351 inoremap <buffer> <silent> &12 &frac12;
2352 inoremap <buffer> <silent> &14 &frac14;
2353 inoremap <buffer> <silent> &. &middot;
2354 inoremap <buffer> <silent> &pa &para;
2355 inoremap <buffer> <silent> &mi &micro;
2356 inoremap <buffer> <silent> &dg &deg;
2357 inoremap <buffer> <silent> &? &iquest;
2358 inoremap <buffer> <silent> &! &iexcl;
2359 inoremap <buffer> <silent> &sz &szlig;
2360 inoremap <buffer> <silent> &o/ &oslash;
2361 inoremap <buffer> <silent> &/ &divide;
2362 inoremap <buffer> <silent> &" &uml;
2363 inoremap <buffer> <silent> &2> &raquo;
2364 inoremap <buffer> <silent> &2< &laquo;
2365 inoremap <buffer> <silent> &y" &yuml;
2366 inoremap <buffer> <silent> &y' &yacute;
2367 inoremap <buffer> <silent> &u" &uuml;
2368 inoremap <buffer> <silent> &u^ &ucirc;
2369 inoremap <buffer> <silent> &u' &uacute;
2370 inoremap <buffer> <silent> &u` &ugrave;
2371 inoremap <buffer> <silent> &x &times;
2372 inoremap <buffer> <silent> &o" &ouml;
2373 inoremap <buffer> <silent> &o~ &otilde;
2374 inoremap <buffer> <silent> &o^ &ocirc;
2375 inoremap <buffer> <silent> &o' &oacute;
2376 inoremap <buffer> <silent> &o` &ograve;
2377 inoremap <buffer> <silent> &n~ &ntilde;
2378 inoremap <buffer> <silent> &i" &iuml;
2379 inoremap <buffer> <silent> &i^ &icirc;
2380 inoremap <buffer> <silent> &i' &iacute;
2381 inoremap <buffer> <silent> &i` &igrave;
2382 inoremap <buffer> <silent> &e" &euml;
2383 inoremap <buffer> <silent> &e^ &ecirc;
2384 inoremap <buffer> <silent> &e' &eacute;
2385 inoremap <buffer> <silent> &e` &egrave;
2386 inoremap <buffer> <silent> &c, &ccedil;
2387 inoremap <buffer> <silent> &ae &aelig;
2388 inoremap <buffer> <silent> &ao &aring;
2389 inoremap <buffer> <silent> &a" &auml;
2390 inoremap <buffer> <silent> &a~ &atilde;
2391 inoremap <buffer> <silent> &a^ &acirc;
2392 inoremap <buffer> <silent> &a' &aacute;
2393 inoremap <buffer> <silent> &a` &agrave;
2394 inoremap <buffer> <silent> &Y' &Yacute;
2395 inoremap <buffer> <silent> &U" &Uuml;
2396 inoremap <buffer> <silent> &U^ &Ucirc;
2397 inoremap <buffer> <silent> &U' &Uacute;
2398 inoremap <buffer> <silent> &U` &Ugrave;
2399 inoremap <buffer> <silent> &O/ &Oslash;
2400 inoremap <buffer> <silent> &O" &Ouml;
2401 inoremap <buffer> <silent> &O~ &Otilde;
2402 inoremap <buffer> <silent> &O^ &Ocirc;
2403 inoremap <buffer> <silent> &O' &Oacute;
2404 inoremap <buffer> <silent> &O` &Ograve;
2405 inoremap <buffer> <silent> &N~ &Ntilde;
2406 inoremap <buffer> <silent> &I" &Iuml;
2407 inoremap <buffer> <silent> &I^ &Icirc;
2408 inoremap <buffer> <silent> &I' &Iacute;
2409 inoremap <buffer> <silent> &I` &Igrave;
2410 inoremap <buffer> <silent> &E" &Euml;
2411 inoremap <buffer> <silent> &E^ &Ecirc;
2412 inoremap <buffer> <silent> &E' &Eacute;
2413 inoremap <buffer> <silent> &E` &Egrave;
2414 inoremap <buffer> <silent> &C, &Ccedil;
2415 inoremap <buffer> <silent> &AE &AElig;
2416 inoremap <buffer> <silent> &Ao &Aring;
2417 inoremap <buffer> <silent> &A" &Auml;
2418 inoremap <buffer> <silent> &A~ &Atilde;
2419 inoremap <buffer> <silent> &A^ &Acirc;
2420 inoremap <buffer> <silent> &A' &Aacute;
2421 inoremap <buffer> <silent> &A` &Agrave;
2422 inoremap <buffer> <silent> &c| &cent;
2423 inoremap <buffer> <silent> &Y= &yen;
2424 inoremap <buffer> <silent> &# &pound;
2425 inoremap <buffer> <silent> & &nbsp;
2426 inoremap <buffer> <silent> &> &gt;
2427 inoremap <buffer> <silent> &< &lt;
2428 inoremap <buffer> <silent> &' &quot;
2429 inoremap <buffer> <silent> &tm &trade;
2430 inoremap <buffer> <silent> &rO &reg;
2431 inoremap <buffer> <silent> &cO &copy;
2432 inoremap <buffer> <silent> && &amp;
2433 inoremap <buffer> <silent> ; &nbsp;
2434 inoremap <buffer> <silent> ;la <label for=""></label>F"
2435 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
2436 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
2437 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
2438 </textarea>k$5F"i
2439 inoremap <buffer> <silent> ;og <optgroup label="">
2440 </optgroup>k$F"i
2441 inoremap <buffer> <silent> ;op <option></option>F<
2442 inoremap <buffer> <silent> ;ms <select name="" multiple>
2443 </select>O
2444 inoremap <buffer> <silent> ;se <select name="">
2445 </select>O
2446 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
2447 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
2448 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
2449 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
2450 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
2451 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
2452 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
2453 inoremap <buffer> <silent> ;fm <form action="">
2454 </form>k$F"i
2455 inoremap <buffer> <silent> ;if <iframe src="">
2456 </iframe>k$F"i
2457 inoremap <buffer> <silent> ;nf <noframes>
2458 </noframes>O
2459 inoremap <buffer> <silent> ;fr <frame src="">F"
2460 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
2461 </frameset>k$3F"i
2462 inoremap <buffer> <silent> ;th <th></th>F<
2463 inoremap <buffer> <silent> ;td <td>
2464 </td>O
2465 inoremap <buffer> <silent> ;tr <tr>
2466 </tr>O
2467 inoremap <buffer> <silent> ;tf <tfoot>
2468 </tfoot>O
2469 inoremap <buffer> <silent> ;tb <tbody>
2470 </tbody>O
2471 inoremap <buffer> <silent> ;tH <thead>
2472 </thead>O
2473 inoremap <buffer> <silent> ;ta <table>
2474 </table>O
2475 inoremap <buffer> <silent> ;ca <caption></caption>F<
2476 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
2477 </object>k$5F"i
2478 inoremap <buffer> <silent> ;ns <noscript>
2479 </noscripT>O
2480 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
2481 <noembed></noembed>k$5F"i
2482 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
2483 inoremap <buffer> <silent> ;va <var></var>F<
2484 inoremap <buffer> <silent> ;ul <ul>
2485 </ul>O
2486 inoremap <buffer> <silent> ;tt <tt></tt>F<
2487 inoremap <buffer> <silent> ;ti <title></title>F<
2488 inoremap <buffer> <silent> ;sp <sup></sup>F<
2489 inoremap <buffer> <silent> ;sb <sub></sub>F<
2490 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
2491 inoremap <buffer> <silent> ;cs <style type="text/css">
2492 <!--
2493 -->
2494 </style>kO
2495 inoremap <buffer> <silent> ;sm <small></small>F<
2496 inoremap <buffer> <silent> ;sa <samp></samp>F<
2497 inoremap <buffer> <silent> ;sk <strike></strike>F<
2498 inoremap <buffer> <silent> ;qu <q></q>F<
2499 inoremap <buffer> <silent> ;pr <pre>
2500 </pre>O
2501 inoremap <buffer> <silent> ;/p </p>
2502 
2503 <p>
2504 inoremap <buffer> <silent> ;pp <p>
2505 </p>O
2506 inoremap <buffer> <silent> ;ol <ol>
2507 </ol>O
2508 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
2509 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
2510 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
2511 inoremap <buffer> <silent> ;lk <link href="">F"
2512 inoremap <buffer> <silent> ;li <li></li>F<
2513 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
2514 inoremap <buffer> <silent> ;ii <isindex>
2515 inoremap <buffer> <silent> ;in <ins></ins>F<
2516 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
2517 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
2518 inoremap <buffer> <silent> ;ht <html>
2519 </html>O
2520 inoremap <buffer> <silent> ;Hr <hr width="75%">
2521 inoremap <buffer> <silent> ;hr <hr>
2522 inoremap <buffer> <silent> ;he <head>
2523 </head>O
2524 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
2525 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
2526 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
2527 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
2528 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
2529 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
2530 inoremap <buffer> <silent> ;h6 <h6></h6>F<
2531 inoremap <buffer> <silent> ;h5 <h5></h5>F<
2532 inoremap <buffer> <silent> ;h4 <h4></h4>F<
2533 inoremap <buffer> <silent> ;h3 <h3></h3>F<
2534 inoremap <buffer> <silent> ;h2 <h2></h2>F<
2535 inoremap <buffer> <silent> ;h1 <h1></h1>F<
2536 inoremap <buffer> <silent> ;fc <font color=""></font>F"
2537 inoremap <buffer> <silent> ;fo <font size=""></font>F"
2538 inoremap <buffer> <silent> ;sn <span></span>F<
2539 inoremap <buffer> <silent> ;dv <div>
2540 </div>O
2541 inoremap <buffer> <silent> ;df <dfn></dfn>F<
2542 inoremap <buffer> <silent> ;de <del></del>F<
2543 inoremap <buffer> <silent> ;dd <dd></dd>F<
2544 inoremap <buffer> <silent> ;dt <dt></dt>F<
2545 inoremap <buffer> <silent> ;dl <dl>
2546 </dl>O
2547 inoremap <buffer> <silent> ;co <code></code>F<
2548 inoremap <buffer> <silent> ;ci <cite></cite>F<
2549 inoremap <buffer> <silent> ;ce <center></center>F<
2550 inoremap <buffer> <silent> ;br <br>
2551 inoremap <buffer> <silent> ;bd <body>
2552 </body>O
2553 inoremap <buffer> <silent> ;bl <blockquote>
2554 </blockquote>O
2555 inoremap <buffer> <silent> ;bi <big></big>F<
2556 inoremap <buffer> <silent> ;bh <base href="">F"
2557 inoremap <buffer> <silent> ;ad <address></address>F<
2558 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
2559 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
2560 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
2561 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
2562 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
2563 inoremap <buffer> <silent> ;an <a name=""></a>F"
2564 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
2565 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
2566 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
2567 inoremap <buffer> <silent> ;ah <a href=""></a>F"
2568 imap <buffer> <silent> ;s4 ;s4
2569 imap <buffer> <silent> ;4 ;4
2570 inoremap <buffer> <silent> ;mi :call MangleImageTag()
2571 inoremap <buffer> <silent> ; 
2572 inoremap <buffer> <silent> ;& &
2573 inoremap <buffer> <silent> ;; ;
2574 setlocal keymap=
2575 setlocal noarabic
2576 setlocal autoindent
2577 setlocal balloonexpr=
2578 setlocal nobinary
2579 setlocal bufhidden=
2580 setlocal buflisted
2581 setlocal buftype=
2582 setlocal nocindent
2583 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
2584 setlocal cinoptions=
2585 setlocal cinwords=if,else,while,do,for,switch
2586 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
2587 setlocal commentstring=<!--%s-->
2588 setlocal complete=.,w,b,u,t,i
2589 setlocal completefunc=
2590 setlocal nocopyindent
2591 setlocal nocursorcolumn
2592 setlocal nocursorline
2593 setlocal define=
2594 setlocal dictionary=
2595 setlocal nodiff
2596 setlocal equalprg=
2597 setlocal errorformat=
2598 setlocal noexpandtab
2599 if &filetype != 'html'
2600 setlocal filetype=html
2601 endif
2602 setlocal foldcolumn=0
2603 setlocal foldenable
2604 setlocal foldexpr=0
2605 setlocal foldignore=#
2606 setlocal foldlevel=0
2607 setlocal foldmarker={{{,}}}
2608 setlocal foldmethod=manual
2609 setlocal foldminlines=1
2610 setlocal foldnestmax=20
2611 setlocal foldtext=foldtext()
2612 setlocal formatexpr=
2613 setlocal formatoptions=tcq
2614 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
2615 setlocal grepprg=
2616 setlocal iminsert=2
2617 setlocal imsearch=2
2618 setlocal include=
2619 setlocal includeexpr=
2620 setlocal indentexpr=
2621 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
2622 setlocal noinfercase
2623 setlocal iskeyword=@,48-57,_,192-255
2624 setlocal keywordprg=
2625 setlocal nolinebreak
2626 setlocal nolisp
2627 setlocal nolist
2628 setlocal makeprg=
2629 setlocal matchpairs=(:),{:},[:],<:>
2630 setlocal nomodeline
2631 setlocal modifiable
2632 setlocal nrformats=octal,hex
2633 setlocal nonumber
2634 setlocal numberwidth=4
2635 setlocal omnifunc=htmlcomplete#CompleteTags
2636 setlocal path=
2637 setlocal nopreserveindent
2638 setlocal nopreviewwindow
2639 setlocal quoteescape=\\
2640 setlocal noreadonly
2641 setlocal norightleft
2642 setlocal rightleftcmd=search
2643 setlocal noscrollbind
2644 setlocal shiftwidth=8
2645 setlocal noshortname
2646 setlocal nosmartindent
2647 setlocal softtabstop=0
2648 setlocal nospell
2649 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
2650 setlocal spellfile=
2651 setlocal spelllang=en
2652 setlocal statusline=
2653 setlocal suffixesadd=
2654 setlocal swapfile
2655 setlocal synmaxcol=3000
2656 if &syntax != 'html'
2657 setlocal syntax=html
2658 endif
2659 setlocal tabstop=2
2660 setlocal tags=
2661 setlocal textwidth=0
2662 setlocal thesaurus=
2663 setlocal nowinfixheight
2664 setlocal nowinfixwidth
2665 setlocal wrap
2666 setlocal wrapmargin=0
2667 silent! normal! zE
2668 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
2669 if s:l < 1 | let s:l = 1 | endif
2670 exe s:l
2671 normal! zt
2672 1
2673 normal! 0
2674 tabedit flash-backup.html
2675 set splitbelow splitright
2676 set nosplitbelow
2677 set nosplitright
2678 wincmd t
2679 set winheight=1 winwidth=1
2680 argglobal
2681 7argu
2682 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
2683 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
2684 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
2685 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
2686 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
2687 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
2688 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
2689 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
2690 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
2691 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
2692 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
2693 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
2694 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
2695 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
2696 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
2697 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
2698 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
2699 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
2700 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">')
2701 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">')
2702 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
2703 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
2704 nnoremap <buffer> <silent> ; 
2705 nnoremap <buffer> <silent> ;; ;
2706 vnoremap <buffer> <silent> ;; ;
2707 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
2708 inoremap <buffer> <silent> &hA &hArr;
2709 inoremap <buffer> <silent> &dA &dArr;
2710 inoremap <buffer> <silent> &rA &rArr;
2711 inoremap <buffer> <silent> &uA &uArr;
2712 inoremap <buffer> <silent> &lA &lArr;
2713 inoremap <buffer> <silent> &ha &harr;
2714 inoremap <buffer> <silent> &da &darr;
2715 inoremap <buffer> <silent> &ra &rarr;
2716 inoremap <buffer> <silent> &ua &uarr;
2717 inoremap <buffer> <silent> &la &larr;
2718 inoremap <buffer> <silent> &pv &piv;
2719 inoremap <buffer> <silent> &uh &upsih;
2720 inoremap <buffer> <silent> &ts &thetasym;
2721 inoremap <buffer> <silent> &og &omega;
2722 inoremap <buffer> <silent> &ps &psi;
2723 inoremap <buffer> <silent> &ch &chi;
2724 inoremap <buffer> <silent> &ph &phi;
2725 inoremap <buffer> <silent> &up &upsilon;
2726 inoremap <buffer> <silent> &ta &tau;
2727 inoremap <buffer> <silent> &sf &sigmaf;
2728 inoremap <buffer> <silent> &si &sigma;
2729 inoremap <buffer> <silent> &rh &rho;
2730 inoremap <buffer> <silent> &pi &pi;
2731 inoremap <buffer> <silent> &oc &omicron;
2732 inoremap <buffer> <silent> &xi &xi;
2733 inoremap <buffer> <silent> &nu &nu;
2734 inoremap <buffer> <silent> &mu &mu;
2735 inoremap <buffer> <silent> &lm &lambda;
2736 inoremap <buffer> <silent> &ka &kappa;
2737 inoremap <buffer> <silent> &io &iota;
2738 inoremap <buffer> <silent> &th &theta;
2739 inoremap <buffer> <silent> &et &eta;
2740 inoremap <buffer> <silent> &ze &zeta;
2741 inoremap <buffer> <silent> &ep &epsilon;
2742 inoremap <buffer> <silent> &de &delta;
2743 inoremap <buffer> <silent> &ga &gamma;
2744 inoremap <buffer> <silent> &be &beta;
2745 inoremap <buffer> <silent> &al &alpha;
2746 inoremap <buffer> <silent> &Ps &Psi;
2747 inoremap <buffer> <silent> &Ch &Chi;
2748 inoremap <buffer> <silent> &Ph &Phi;
2749 inoremap <buffer> <silent> &Up &Upsilon;
2750 inoremap <buffer> <silent> &Ta &Tau;
2751 inoremap <buffer> <silent> &Si &Sigma;
2752 inoremap <buffer> <silent> &Rh &Rho;
2753 inoremap <buffer> <silent> &Pi &Pi;
2754 inoremap <buffer> <silent> &Oc &Omicron;
2755 inoremap <buffer> <silent> &Xi &Xi;
2756 inoremap <buffer> <silent> &Nu &Nu;
2757 inoremap <buffer> <silent> &Mu &Mu;
2758 inoremap <buffer> <silent> &Lm &Lambda;
2759 inoremap <buffer> <silent> &Ka &Kappa;
2760 inoremap <buffer> <silent> &Io &Iota;
2761 inoremap <buffer> <silent> &Th &Theta;
2762 inoremap <buffer> <silent> &Et &Eta;
2763 inoremap <buffer> <silent> &Ze &Zeta;
2764 inoremap <buffer> <silent> &Ep &Epsilon;
2765 inoremap <buffer> <silent> &De &Delta;
2766 inoremap <buffer> <silent> &Ga &Gamma;
2767 inoremap <buffer> <silent> &Be &Beta;
2768 inoremap <buffer> <silent> &Al &Alpha;
2769 inoremap <buffer> <silent> &3. &hellip;
2770 inoremap <buffer> <silent> &-- &mdash;
2771 inoremap <buffer> <silent> &3- &mdash;
2772 inoremap <buffer> <silent> &m- &mdash;
2773 inoremap <buffer> <silent> &2- &ndash;
2774 inoremap <buffer> <silent> &n- &ndash;
2775 inoremap <buffer> <silent> &34 &frac34;
2776 inoremap <buffer> <silent> &12 &frac12;
2777 inoremap <buffer> <silent> &14 &frac14;
2778 inoremap <buffer> <silent> &. &middot;
2779 inoremap <buffer> <silent> &pa &para;
2780 inoremap <buffer> <silent> &mi &micro;
2781 inoremap <buffer> <silent> &dg &deg;
2782 inoremap <buffer> <silent> &? &iquest;
2783 inoremap <buffer> <silent> &! &iexcl;
2784 inoremap <buffer> <silent> &sz &szlig;
2785 inoremap <buffer> <silent> &o/ &oslash;
2786 inoremap <buffer> <silent> &/ &divide;
2787 inoremap <buffer> <silent> &" &uml;
2788 inoremap <buffer> <silent> &2> &raquo;
2789 inoremap <buffer> <silent> &2< &laquo;
2790 inoremap <buffer> <silent> &y" &yuml;
2791 inoremap <buffer> <silent> &y' &yacute;
2792 inoremap <buffer> <silent> &u" &uuml;
2793 inoremap <buffer> <silent> &u^ &ucirc;
2794 inoremap <buffer> <silent> &u' &uacute;
2795 inoremap <buffer> <silent> &u` &ugrave;
2796 inoremap <buffer> <silent> &x &times;
2797 inoremap <buffer> <silent> &o" &ouml;
2798 inoremap <buffer> <silent> &o~ &otilde;
2799 inoremap <buffer> <silent> &o^ &ocirc;
2800 inoremap <buffer> <silent> &o' &oacute;
2801 inoremap <buffer> <silent> &o` &ograve;
2802 inoremap <buffer> <silent> &n~ &ntilde;
2803 inoremap <buffer> <silent> &i" &iuml;
2804 inoremap <buffer> <silent> &i^ &icirc;
2805 inoremap <buffer> <silent> &i' &iacute;
2806 inoremap <buffer> <silent> &i` &igrave;
2807 inoremap <buffer> <silent> &e" &euml;
2808 inoremap <buffer> <silent> &e^ &ecirc;
2809 inoremap <buffer> <silent> &e' &eacute;
2810 inoremap <buffer> <silent> &e` &egrave;
2811 inoremap <buffer> <silent> &c, &ccedil;
2812 inoremap <buffer> <silent> &ae &aelig;
2813 inoremap <buffer> <silent> &ao &aring;
2814 inoremap <buffer> <silent> &a" &auml;
2815 inoremap <buffer> <silent> &a~ &atilde;
2816 inoremap <buffer> <silent> &a^ &acirc;
2817 inoremap <buffer> <silent> &a' &aacute;
2818 inoremap <buffer> <silent> &a` &agrave;
2819 inoremap <buffer> <silent> &Y' &Yacute;
2820 inoremap <buffer> <silent> &U" &Uuml;
2821 inoremap <buffer> <silent> &U^ &Ucirc;
2822 inoremap <buffer> <silent> &U' &Uacute;
2823 inoremap <buffer> <silent> &U` &Ugrave;
2824 inoremap <buffer> <silent> &O/ &Oslash;
2825 inoremap <buffer> <silent> &O" &Ouml;
2826 inoremap <buffer> <silent> &O~ &Otilde;
2827 inoremap <buffer> <silent> &O^ &Ocirc;
2828 inoremap <buffer> <silent> &O' &Oacute;
2829 inoremap <buffer> <silent> &O` &Ograve;
2830 inoremap <buffer> <silent> &N~ &Ntilde;
2831 inoremap <buffer> <silent> &I" &Iuml;
2832 inoremap <buffer> <silent> &I^ &Icirc;
2833 inoremap <buffer> <silent> &I' &Iacute;
2834 inoremap <buffer> <silent> &I` &Igrave;
2835 inoremap <buffer> <silent> &E" &Euml;
2836 inoremap <buffer> <silent> &E^ &Ecirc;
2837 inoremap <buffer> <silent> &E' &Eacute;
2838 inoremap <buffer> <silent> &E` &Egrave;
2839 inoremap <buffer> <silent> &C, &Ccedil;
2840 inoremap <buffer> <silent> &AE &AElig;
2841 inoremap <buffer> <silent> &Ao &Aring;
2842 inoremap <buffer> <silent> &A" &Auml;
2843 inoremap <buffer> <silent> &A~ &Atilde;
2844 inoremap <buffer> <silent> &A^ &Acirc;
2845 inoremap <buffer> <silent> &A' &Aacute;
2846 inoremap <buffer> <silent> &A` &Agrave;
2847 inoremap <buffer> <silent> &c| &cent;
2848 inoremap <buffer> <silent> &Y= &yen;
2849 inoremap <buffer> <silent> &# &pound;
2850 inoremap <buffer> <silent> & &nbsp;
2851 inoremap <buffer> <silent> &> &gt;
2852 inoremap <buffer> <silent> &< &lt;
2853 inoremap <buffer> <silent> &' &quot;
2854 inoremap <buffer> <silent> &tm &trade;
2855 inoremap <buffer> <silent> &rO &reg;
2856 inoremap <buffer> <silent> &cO &copy;
2857 inoremap <buffer> <silent> && &amp;
2858 inoremap <buffer> <silent> ; &nbsp;
2859 inoremap <buffer> <silent> ;la <label for=""></label>F"
2860 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
2861 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
2862 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
2863 </textarea>k$5F"i
2864 inoremap <buffer> <silent> ;og <optgroup label="">
2865 </optgroup>k$F"i
2866 inoremap <buffer> <silent> ;op <option></option>F<
2867 inoremap <buffer> <silent> ;ms <select name="" multiple>
2868 </select>O
2869 inoremap <buffer> <silent> ;se <select name="">
2870 </select>O
2871 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
2872 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
2873 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
2874 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
2875 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
2876 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
2877 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
2878 inoremap <buffer> <silent> ;fm <form action="">
2879 </form>k$F"i
2880 inoremap <buffer> <silent> ;if <iframe src="">
2881 </iframe>k$F"i
2882 inoremap <buffer> <silent> ;nf <noframes>
2883 </noframes>O
2884 inoremap <buffer> <silent> ;fr <frame src="">F"
2885 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
2886 </frameset>k$3F"i
2887 inoremap <buffer> <silent> ;th <th></th>F<
2888 inoremap <buffer> <silent> ;td <td>
2889 </td>O
2890 inoremap <buffer> <silent> ;tr <tr>
2891 </tr>O
2892 inoremap <buffer> <silent> ;tf <tfoot>
2893 </tfoot>O
2894 inoremap <buffer> <silent> ;tb <tbody>
2895 </tbody>O
2896 inoremap <buffer> <silent> ;tH <thead>
2897 </thead>O
2898 inoremap <buffer> <silent> ;ta <table>
2899 </table>O
2900 inoremap <buffer> <silent> ;ca <caption></caption>F<
2901 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
2902 </object>k$5F"i
2903 inoremap <buffer> <silent> ;ns <noscript>
2904 </noscripT>O
2905 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
2906 <noembed></noembed>k$5F"i
2907 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
2908 inoremap <buffer> <silent> ;va <var></var>F<
2909 inoremap <buffer> <silent> ;ul <ul>
2910 </ul>O
2911 inoremap <buffer> <silent> ;tt <tt></tt>F<
2912 inoremap <buffer> <silent> ;ti <title></title>F<
2913 inoremap <buffer> <silent> ;sp <sup></sup>F<
2914 inoremap <buffer> <silent> ;sb <sub></sub>F<
2915 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
2916 inoremap <buffer> <silent> ;cs <style type="text/css">
2917 <!--
2918 -->
2919 </style>kO
2920 inoremap <buffer> <silent> ;sm <small></small>F<
2921 inoremap <buffer> <silent> ;sa <samp></samp>F<
2922 inoremap <buffer> <silent> ;sk <strike></strike>F<
2923 inoremap <buffer> <silent> ;qu <q></q>F<
2924 inoremap <buffer> <silent> ;pr <pre>
2925 </pre>O
2926 inoremap <buffer> <silent> ;/p </p>
2927 
2928 <p>
2929 inoremap <buffer> <silent> ;pp <p>
2930 </p>O
2931 inoremap <buffer> <silent> ;ol <ol>
2932 </ol>O
2933 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
2934 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
2935 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
2936 inoremap <buffer> <silent> ;lk <link href="">F"
2937 inoremap <buffer> <silent> ;li <li></li>F<
2938 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
2939 inoremap <buffer> <silent> ;ii <isindex>
2940 inoremap <buffer> <silent> ;in <ins></ins>F<
2941 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
2942 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
2943 inoremap <buffer> <silent> ;ht <html>
2944 </html>O
2945 inoremap <buffer> <silent> ;Hr <hr width="75%">
2946 inoremap <buffer> <silent> ;hr <hr>
2947 inoremap <buffer> <silent> ;he <head>
2948 </head>O
2949 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
2950 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
2951 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
2952 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
2953 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
2954 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
2955 inoremap <buffer> <silent> ;h6 <h6></h6>F<
2956 inoremap <buffer> <silent> ;h5 <h5></h5>F<
2957 inoremap <buffer> <silent> ;h4 <h4></h4>F<
2958 inoremap <buffer> <silent> ;h3 <h3></h3>F<
2959 inoremap <buffer> <silent> ;h2 <h2></h2>F<
2960 inoremap <buffer> <silent> ;h1 <h1></h1>F<
2961 inoremap <buffer> <silent> ;fc <font color=""></font>F"
2962 inoremap <buffer> <silent> ;fo <font size=""></font>F"
2963 inoremap <buffer> <silent> ;sn <span></span>F<
2964 inoremap <buffer> <silent> ;dv <div>
2965 </div>O
2966 inoremap <buffer> <silent> ;df <dfn></dfn>F<
2967 inoremap <buffer> <silent> ;de <del></del>F<
2968 inoremap <buffer> <silent> ;dd <dd></dd>F<
2969 inoremap <buffer> <silent> ;dt <dt></dt>F<
2970 inoremap <buffer> <silent> ;dl <dl>
2971 </dl>O
2972 inoremap <buffer> <silent> ;co <code></code>F<
2973 inoremap <buffer> <silent> ;ci <cite></cite>F<
2974 inoremap <buffer> <silent> ;ce <center></center>F<
2975 inoremap <buffer> <silent> ;br <br>
2976 inoremap <buffer> <silent> ;bd <body>
2977 </body>O
2978 inoremap <buffer> <silent> ;bl <blockquote>
2979 </blockquote>O
2980 inoremap <buffer> <silent> ;bi <big></big>F<
2981 inoremap <buffer> <silent> ;bh <base href="">F"
2982 inoremap <buffer> <silent> ;ad <address></address>F<
2983 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
2984 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
2985 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
2986 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
2987 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
2988 inoremap <buffer> <silent> ;an <a name=""></a>F"
2989 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
2990 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
2991 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
2992 inoremap <buffer> <silent> ;ah <a href=""></a>F"
2993 imap <buffer> <silent> ;s4 ;s4
2994 imap <buffer> <silent> ;4 ;4
2995 inoremap <buffer> <silent> ;mi :call MangleImageTag()
2996 inoremap <buffer> <silent> ; 
2997 inoremap <buffer> <silent> ;& &
2998 inoremap <buffer> <silent> ;; ;
2999 setlocal keymap=
3000 setlocal noarabic
3001 setlocal autoindent
3002 setlocal balloonexpr=
3003 setlocal nobinary
3004 setlocal bufhidden=
3005 setlocal buflisted
3006 setlocal buftype=
3007 setlocal nocindent
3008 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
3009 setlocal cinoptions=
3010 setlocal cinwords=if,else,while,do,for,switch
3011 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
3012 setlocal commentstring=<!--%s-->
3013 setlocal complete=.,w,b,u,t,i
3014 setlocal completefunc=
3015 setlocal nocopyindent
3016 setlocal nocursorcolumn
3017 setlocal nocursorline
3018 setlocal define=
3019 setlocal dictionary=
3020 setlocal nodiff
3021 setlocal equalprg=
3022 setlocal errorformat=
3023 setlocal noexpandtab
3024 if &filetype != 'html'
3025 setlocal filetype=html
3026 endif
3027 setlocal foldcolumn=0
3028 setlocal foldenable
3029 setlocal foldexpr=0
3030 setlocal foldignore=#
3031 setlocal foldlevel=0
3032 setlocal foldmarker={{{,}}}
3033 setlocal foldmethod=manual
3034 setlocal foldminlines=1
3035 setlocal foldnestmax=20
3036 setlocal foldtext=foldtext()
3037 setlocal formatexpr=
3038 setlocal formatoptions=tcq
3039 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
3040 setlocal grepprg=
3041 setlocal iminsert=2
3042 setlocal imsearch=2
3043 setlocal include=
3044 setlocal includeexpr=
3045 setlocal indentexpr=
3046 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
3047 setlocal noinfercase
3048 setlocal iskeyword=@,48-57,_,192-255
3049 setlocal keywordprg=
3050 setlocal nolinebreak
3051 setlocal nolisp
3052 setlocal nolist
3053 setlocal makeprg=
3054 setlocal matchpairs=(:),{:},[:],<:>
3055 setlocal nomodeline
3056 setlocal modifiable
3057 setlocal nrformats=octal,hex
3058 setlocal nonumber
3059 setlocal numberwidth=4
3060 setlocal omnifunc=htmlcomplete#CompleteTags
3061 setlocal path=
3062 setlocal nopreserveindent
3063 setlocal nopreviewwindow
3064 setlocal quoteescape=\\
3065 setlocal noreadonly
3066 setlocal norightleft
3067 setlocal rightleftcmd=search
3068 setlocal noscrollbind
3069 setlocal shiftwidth=8
3070 setlocal noshortname
3071 setlocal nosmartindent
3072 setlocal softtabstop=0
3073 setlocal nospell
3074 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
3075 setlocal spellfile=
3076 setlocal spelllang=en
3077 setlocal statusline=
3078 setlocal suffixesadd=
3079 setlocal swapfile
3080 setlocal synmaxcol=3000
3081 if &syntax != 'html'
3082 setlocal syntax=html
3083 endif
3084 setlocal tabstop=2
3085 setlocal tags=
3086 setlocal textwidth=0
3087 setlocal thesaurus=
3088 setlocal nowinfixheight
3089 setlocal nowinfixwidth
3090 setlocal wrap
3091 setlocal wrapmargin=0
3092 silent! normal! zE
3093 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
3094 if s:l < 1 | let s:l = 1 | endif
3095 exe s:l
3096 normal! zt
3097 1
3098 normal! 0
3099 tabedit help.html
3100 set splitbelow splitright
3101 set nosplitbelow
3102 set nosplitright
3103 wincmd t
3104 set winheight=1 winwidth=1
3105 argglobal
3106 8argu
3107 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3108 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3109 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
3110 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
3111 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
3112 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
3113 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
3114 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
3115 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
3116 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
3117 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
3118 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
3119 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
3120 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
3121 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
3122 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
3123 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
3124 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
3125 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">')
3126 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">')
3127 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
3128 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
3129 nnoremap <buffer> <silent> ; 
3130 nnoremap <buffer> <silent> ;; ;
3131 vnoremap <buffer> <silent> ;; ;
3132 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
3133 inoremap <buffer> <silent> &hA &hArr;
3134 inoremap <buffer> <silent> &dA &dArr;
3135 inoremap <buffer> <silent> &rA &rArr;
3136 inoremap <buffer> <silent> &uA &uArr;
3137 inoremap <buffer> <silent> &lA &lArr;
3138 inoremap <buffer> <silent> &ha &harr;
3139 inoremap <buffer> <silent> &da &darr;
3140 inoremap <buffer> <silent> &ra &rarr;
3141 inoremap <buffer> <silent> &ua &uarr;
3142 inoremap <buffer> <silent> &la &larr;
3143 inoremap <buffer> <silent> &pv &piv;
3144 inoremap <buffer> <silent> &uh &upsih;
3145 inoremap <buffer> <silent> &ts &thetasym;
3146 inoremap <buffer> <silent> &og &omega;
3147 inoremap <buffer> <silent> &ps &psi;
3148 inoremap <buffer> <silent> &ch &chi;
3149 inoremap <buffer> <silent> &ph &phi;
3150 inoremap <buffer> <silent> &up &upsilon;
3151 inoremap <buffer> <silent> &ta &tau;
3152 inoremap <buffer> <silent> &sf &sigmaf;
3153 inoremap <buffer> <silent> &si &sigma;
3154 inoremap <buffer> <silent> &rh &rho;
3155 inoremap <buffer> <silent> &pi &pi;
3156 inoremap <buffer> <silent> &oc &omicron;
3157 inoremap <buffer> <silent> &xi &xi;
3158 inoremap <buffer> <silent> &nu &nu;
3159 inoremap <buffer> <silent> &mu &mu;
3160 inoremap <buffer> <silent> &lm &lambda;
3161 inoremap <buffer> <silent> &ka &kappa;
3162 inoremap <buffer> <silent> &io &iota;
3163 inoremap <buffer> <silent> &th &theta;
3164 inoremap <buffer> <silent> &et &eta;
3165 inoremap <buffer> <silent> &ze &zeta;
3166 inoremap <buffer> <silent> &ep &epsilon;
3167 inoremap <buffer> <silent> &de &delta;
3168 inoremap <buffer> <silent> &ga &gamma;
3169 inoremap <buffer> <silent> &be &beta;
3170 inoremap <buffer> <silent> &al &alpha;
3171 inoremap <buffer> <silent> &Ps &Psi;
3172 inoremap <buffer> <silent> &Ch &Chi;
3173 inoremap <buffer> <silent> &Ph &Phi;
3174 inoremap <buffer> <silent> &Up &Upsilon;
3175 inoremap <buffer> <silent> &Ta &Tau;
3176 inoremap <buffer> <silent> &Si &Sigma;
3177 inoremap <buffer> <silent> &Rh &Rho;
3178 inoremap <buffer> <silent> &Pi &Pi;
3179 inoremap <buffer> <silent> &Oc &Omicron;
3180 inoremap <buffer> <silent> &Xi &Xi;
3181 inoremap <buffer> <silent> &Nu &Nu;
3182 inoremap <buffer> <silent> &Mu &Mu;
3183 inoremap <buffer> <silent> &Lm &Lambda;
3184 inoremap <buffer> <silent> &Ka &Kappa;
3185 inoremap <buffer> <silent> &Io &Iota;
3186 inoremap <buffer> <silent> &Th &Theta;
3187 inoremap <buffer> <silent> &Et &Eta;
3188 inoremap <buffer> <silent> &Ze &Zeta;
3189 inoremap <buffer> <silent> &Ep &Epsilon;
3190 inoremap <buffer> <silent> &De &Delta;
3191 inoremap <buffer> <silent> &Ga &Gamma;
3192 inoremap <buffer> <silent> &Be &Beta;
3193 inoremap <buffer> <silent> &Al &Alpha;
3194 inoremap <buffer> <silent> &3. &hellip;
3195 inoremap <buffer> <silent> &-- &mdash;
3196 inoremap <buffer> <silent> &3- &mdash;
3197 inoremap <buffer> <silent> &m- &mdash;
3198 inoremap <buffer> <silent> &2- &ndash;
3199 inoremap <buffer> <silent> &n- &ndash;
3200 inoremap <buffer> <silent> &34 &frac34;
3201 inoremap <buffer> <silent> &12 &frac12;
3202 inoremap <buffer> <silent> &14 &frac14;
3203 inoremap <buffer> <silent> &. &middot;
3204 inoremap <buffer> <silent> &pa &para;
3205 inoremap <buffer> <silent> &mi &micro;
3206 inoremap <buffer> <silent> &dg &deg;
3207 inoremap <buffer> <silent> &? &iquest;
3208 inoremap <buffer> <silent> &! &iexcl;
3209 inoremap <buffer> <silent> &sz &szlig;
3210 inoremap <buffer> <silent> &o/ &oslash;
3211 inoremap <buffer> <silent> &/ &divide;
3212 inoremap <buffer> <silent> &" &uml;
3213 inoremap <buffer> <silent> &2> &raquo;
3214 inoremap <buffer> <silent> &2< &laquo;
3215 inoremap <buffer> <silent> &y" &yuml;
3216 inoremap <buffer> <silent> &y' &yacute;
3217 inoremap <buffer> <silent> &u" &uuml;
3218 inoremap <buffer> <silent> &u^ &ucirc;
3219 inoremap <buffer> <silent> &u' &uacute;
3220 inoremap <buffer> <silent> &u` &ugrave;
3221 inoremap <buffer> <silent> &x &times;
3222 inoremap <buffer> <silent> &o" &ouml;
3223 inoremap <buffer> <silent> &o~ &otilde;
3224 inoremap <buffer> <silent> &o^ &ocirc;
3225 inoremap <buffer> <silent> &o' &oacute;
3226 inoremap <buffer> <silent> &o` &ograve;
3227 inoremap <buffer> <silent> &n~ &ntilde;
3228 inoremap <buffer> <silent> &i" &iuml;
3229 inoremap <buffer> <silent> &i^ &icirc;
3230 inoremap <buffer> <silent> &i' &iacute;
3231 inoremap <buffer> <silent> &i` &igrave;
3232 inoremap <buffer> <silent> &e" &euml;
3233 inoremap <buffer> <silent> &e^ &ecirc;
3234 inoremap <buffer> <silent> &e' &eacute;
3235 inoremap <buffer> <silent> &e` &egrave;
3236 inoremap <buffer> <silent> &c, &ccedil;
3237 inoremap <buffer> <silent> &ae &aelig;
3238 inoremap <buffer> <silent> &ao &aring;
3239 inoremap <buffer> <silent> &a" &auml;
3240 inoremap <buffer> <silent> &a~ &atilde;
3241 inoremap <buffer> <silent> &a^ &acirc;
3242 inoremap <buffer> <silent> &a' &aacute;
3243 inoremap <buffer> <silent> &a` &agrave;
3244 inoremap <buffer> <silent> &Y' &Yacute;
3245 inoremap <buffer> <silent> &U" &Uuml;
3246 inoremap <buffer> <silent> &U^ &Ucirc;
3247 inoremap <buffer> <silent> &U' &Uacute;
3248 inoremap <buffer> <silent> &U` &Ugrave;
3249 inoremap <buffer> <silent> &O/ &Oslash;
3250 inoremap <buffer> <silent> &O" &Ouml;
3251 inoremap <buffer> <silent> &O~ &Otilde;
3252 inoremap <buffer> <silent> &O^ &Ocirc;
3253 inoremap <buffer> <silent> &O' &Oacute;
3254 inoremap <buffer> <silent> &O` &Ograve;
3255 inoremap <buffer> <silent> &N~ &Ntilde;
3256 inoremap <buffer> <silent> &I" &Iuml;
3257 inoremap <buffer> <silent> &I^ &Icirc;
3258 inoremap <buffer> <silent> &I' &Iacute;
3259 inoremap <buffer> <silent> &I` &Igrave;
3260 inoremap <buffer> <silent> &E" &Euml;
3261 inoremap <buffer> <silent> &E^ &Ecirc;
3262 inoremap <buffer> <silent> &E' &Eacute;
3263 inoremap <buffer> <silent> &E` &Egrave;
3264 inoremap <buffer> <silent> &C, &Ccedil;
3265 inoremap <buffer> <silent> &AE &AElig;
3266 inoremap <buffer> <silent> &Ao &Aring;
3267 inoremap <buffer> <silent> &A" &Auml;
3268 inoremap <buffer> <silent> &A~ &Atilde;
3269 inoremap <buffer> <silent> &A^ &Acirc;
3270 inoremap <buffer> <silent> &A' &Aacute;
3271 inoremap <buffer> <silent> &A` &Agrave;
3272 inoremap <buffer> <silent> &c| &cent;
3273 inoremap <buffer> <silent> &Y= &yen;
3274 inoremap <buffer> <silent> &# &pound;
3275 inoremap <buffer> <silent> & &nbsp;
3276 inoremap <buffer> <silent> &> &gt;
3277 inoremap <buffer> <silent> &< &lt;
3278 inoremap <buffer> <silent> &' &quot;
3279 inoremap <buffer> <silent> &tm &trade;
3280 inoremap <buffer> <silent> &rO &reg;
3281 inoremap <buffer> <silent> &cO &copy;
3282 inoremap <buffer> <silent> && &amp;
3283 inoremap <buffer> <silent> ; &nbsp;
3284 inoremap <buffer> <silent> ;la <label for=""></label>F"
3285 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
3286 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
3287 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
3288 </textarea>k$5F"i
3289 inoremap <buffer> <silent> ;og <optgroup label="">
3290 </optgroup>k$F"i
3291 inoremap <buffer> <silent> ;op <option></option>F<
3292 inoremap <buffer> <silent> ;ms <select name="" multiple>
3293 </select>O
3294 inoremap <buffer> <silent> ;se <select name="">
3295 </select>O
3296 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
3297 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
3298 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
3299 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
3300 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
3301 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
3302 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
3303 inoremap <buffer> <silent> ;fm <form action="">
3304 </form>k$F"i
3305 inoremap <buffer> <silent> ;if <iframe src="">
3306 </iframe>k$F"i
3307 inoremap <buffer> <silent> ;nf <noframes>
3308 </noframes>O
3309 inoremap <buffer> <silent> ;fr <frame src="">F"
3310 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
3311 </frameset>k$3F"i
3312 inoremap <buffer> <silent> ;th <th></th>F<
3313 inoremap <buffer> <silent> ;td <td>
3314 </td>O
3315 inoremap <buffer> <silent> ;tr <tr>
3316 </tr>O
3317 inoremap <buffer> <silent> ;tf <tfoot>
3318 </tfoot>O
3319 inoremap <buffer> <silent> ;tb <tbody>
3320 </tbody>O
3321 inoremap <buffer> <silent> ;tH <thead>
3322 </thead>O
3323 inoremap <buffer> <silent> ;ta <table>
3324 </table>O
3325 inoremap <buffer> <silent> ;ca <caption></caption>F<
3326 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
3327 </object>k$5F"i
3328 inoremap <buffer> <silent> ;ns <noscript>
3329 </noscripT>O
3330 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
3331 <noembed></noembed>k$5F"i
3332 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
3333 inoremap <buffer> <silent> ;va <var></var>F<
3334 inoremap <buffer> <silent> ;ul <ul>
3335 </ul>O
3336 inoremap <buffer> <silent> ;tt <tt></tt>F<
3337 inoremap <buffer> <silent> ;ti <title></title>F<
3338 inoremap <buffer> <silent> ;sp <sup></sup>F<
3339 inoremap <buffer> <silent> ;sb <sub></sub>F<
3340 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
3341 inoremap <buffer> <silent> ;cs <style type="text/css">
3342 <!--
3343 -->
3344 </style>kO
3345 inoremap <buffer> <silent> ;sm <small></small>F<
3346 inoremap <buffer> <silent> ;sa <samp></samp>F<
3347 inoremap <buffer> <silent> ;sk <strike></strike>F<
3348 inoremap <buffer> <silent> ;qu <q></q>F<
3349 inoremap <buffer> <silent> ;pr <pre>
3350 </pre>O
3351 inoremap <buffer> <silent> ;/p </p>
3352 
3353 <p>
3354 inoremap <buffer> <silent> ;pp <p>
3355 </p>O
3356 inoremap <buffer> <silent> ;ol <ol>
3357 </ol>O
3358 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
3359 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
3360 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
3361 inoremap <buffer> <silent> ;lk <link href="">F"
3362 inoremap <buffer> <silent> ;li <li></li>F<
3363 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
3364 inoremap <buffer> <silent> ;ii <isindex>
3365 inoremap <buffer> <silent> ;in <ins></ins>F<
3366 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
3367 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
3368 inoremap <buffer> <silent> ;ht <html>
3369 </html>O
3370 inoremap <buffer> <silent> ;Hr <hr width="75%">
3371 inoremap <buffer> <silent> ;hr <hr>
3372 inoremap <buffer> <silent> ;he <head>
3373 </head>O
3374 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
3375 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
3376 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
3377 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
3378 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
3379 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
3380 inoremap <buffer> <silent> ;h6 <h6></h6>F<
3381 inoremap <buffer> <silent> ;h5 <h5></h5>F<
3382 inoremap <buffer> <silent> ;h4 <h4></h4>F<
3383 inoremap <buffer> <silent> ;h3 <h3></h3>F<
3384 inoremap <buffer> <silent> ;h2 <h2></h2>F<
3385 inoremap <buffer> <silent> ;h1 <h1></h1>F<
3386 inoremap <buffer> <silent> ;fc <font color=""></font>F"
3387 inoremap <buffer> <silent> ;fo <font size=""></font>F"
3388 inoremap <buffer> <silent> ;sn <span></span>F<
3389 inoremap <buffer> <silent> ;dv <div>
3390 </div>O
3391 inoremap <buffer> <silent> ;df <dfn></dfn>F<
3392 inoremap <buffer> <silent> ;de <del></del>F<
3393 inoremap <buffer> <silent> ;dd <dd></dd>F<
3394 inoremap <buffer> <silent> ;dt <dt></dt>F<
3395 inoremap <buffer> <silent> ;dl <dl>
3396 </dl>O
3397 inoremap <buffer> <silent> ;co <code></code>F<
3398 inoremap <buffer> <silent> ;ci <cite></cite>F<
3399 inoremap <buffer> <silent> ;ce <center></center>F<
3400 inoremap <buffer> <silent> ;br <br>
3401 inoremap <buffer> <silent> ;bd <body>
3402 </body>O
3403 inoremap <buffer> <silent> ;bl <blockquote>
3404 </blockquote>O
3405 inoremap <buffer> <silent> ;bi <big></big>F<
3406 inoremap <buffer> <silent> ;bh <base href="">F"
3407 inoremap <buffer> <silent> ;ad <address></address>F<
3408 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
3409 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
3410 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
3411 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
3412 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
3413 inoremap <buffer> <silent> ;an <a name=""></a>F"
3414 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
3415 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
3416 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
3417 inoremap <buffer> <silent> ;ah <a href=""></a>F"
3418 imap <buffer> <silent> ;s4 ;s4
3419 imap <buffer> <silent> ;4 ;4
3420 inoremap <buffer> <silent> ;mi :call MangleImageTag()
3421 inoremap <buffer> <silent> ; 
3422 inoremap <buffer> <silent> ;& &
3423 inoremap <buffer> <silent> ;; ;
3424 setlocal keymap=
3425 setlocal noarabic
3426 setlocal autoindent
3427 setlocal balloonexpr=
3428 setlocal nobinary
3429 setlocal bufhidden=
3430 setlocal buflisted
3431 setlocal buftype=
3432 setlocal nocindent
3433 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
3434 setlocal cinoptions=
3435 setlocal cinwords=if,else,while,do,for,switch
3436 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
3437 setlocal commentstring=<!--%s-->
3438 setlocal complete=.,w,b,u,t,i
3439 setlocal completefunc=
3440 setlocal nocopyindent
3441 setlocal nocursorcolumn
3442 setlocal nocursorline
3443 setlocal define=
3444 setlocal dictionary=
3445 setlocal nodiff
3446 setlocal equalprg=
3447 setlocal errorformat=
3448 setlocal noexpandtab
3449 if &filetype != 'html'
3450 setlocal filetype=html
3451 endif
3452 setlocal foldcolumn=0
3453 setlocal foldenable
3454 setlocal foldexpr=0
3455 setlocal foldignore=#
3456 setlocal foldlevel=0
3457 setlocal foldmarker={{{,}}}
3458 setlocal foldmethod=manual
3459 setlocal foldminlines=1
3460 setlocal foldnestmax=20
3461 setlocal foldtext=foldtext()
3462 setlocal formatexpr=
3463 setlocal formatoptions=tcq
3464 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
3465 setlocal grepprg=
3466 setlocal iminsert=2
3467 setlocal imsearch=2
3468 setlocal include=
3469 setlocal includeexpr=
3470 setlocal indentexpr=
3471 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
3472 setlocal noinfercase
3473 setlocal iskeyword=@,48-57,_,192-255
3474 setlocal keywordprg=
3475 setlocal nolinebreak
3476 setlocal nolisp
3477 setlocal nolist
3478 setlocal makeprg=
3479 setlocal matchpairs=(:),{:},[:],<:>
3480 setlocal nomodeline
3481 setlocal modifiable
3482 setlocal nrformats=octal,hex
3483 setlocal nonumber
3484 setlocal numberwidth=4
3485 setlocal omnifunc=htmlcomplete#CompleteTags
3486 setlocal path=
3487 setlocal nopreserveindent
3488 setlocal nopreviewwindow
3489 setlocal quoteescape=\\
3490 setlocal noreadonly
3491 setlocal norightleft
3492 setlocal rightleftcmd=search
3493 setlocal noscrollbind
3494 setlocal shiftwidth=8
3495 setlocal noshortname
3496 setlocal nosmartindent
3497 setlocal softtabstop=0
3498 setlocal nospell
3499 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
3500 setlocal spellfile=
3501 setlocal spelllang=en
3502 setlocal statusline=
3503 setlocal suffixesadd=
3504 setlocal swapfile
3505 setlocal synmaxcol=3000
3506 if &syntax != 'html'
3507 setlocal syntax=html
3508 endif
3509 setlocal tabstop=2
3510 setlocal tags=
3511 setlocal textwidth=0
3512 setlocal thesaurus=
3513 setlocal nowinfixheight
3514 setlocal nowinfixwidth
3515 setlocal wrap
3516 setlocal wrapmargin=0
3517 silent! normal! zE
3518 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
3519 if s:l < 1 | let s:l = 1 | endif
3520 exe s:l
3521 normal! zt
3522 1
3523 normal! 0
3524 tabedit index.html
3525 set splitbelow splitright
3526 set nosplitbelow
3527 set nosplitright
3528 wincmd t
3529 set winheight=1 winwidth=1
3530 argglobal
3531 9argu
3532 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3533 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3534 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
3535 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
3536 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
3537 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
3538 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
3539 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
3540 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
3541 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
3542 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
3543 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
3544 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
3545 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
3546 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
3547 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
3548 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
3549 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
3550 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">')
3551 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">')
3552 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
3553 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
3554 nnoremap <buffer> <silent> ; 
3555 nnoremap <buffer> <silent> ;; ;
3556 vnoremap <buffer> <silent> ;; ;
3557 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
3558 inoremap <buffer> <silent> &hA &hArr;
3559 inoremap <buffer> <silent> &dA &dArr;
3560 inoremap <buffer> <silent> &rA &rArr;
3561 inoremap <buffer> <silent> &uA &uArr;
3562 inoremap <buffer> <silent> &lA &lArr;
3563 inoremap <buffer> <silent> &ha &harr;
3564 inoremap <buffer> <silent> &da &darr;
3565 inoremap <buffer> <silent> &ra &rarr;
3566 inoremap <buffer> <silent> &ua &uarr;
3567 inoremap <buffer> <silent> &la &larr;
3568 inoremap <buffer> <silent> &pv &piv;
3569 inoremap <buffer> <silent> &uh &upsih;
3570 inoremap <buffer> <silent> &ts &thetasym;
3571 inoremap <buffer> <silent> &og &omega;
3572 inoremap <buffer> <silent> &ps &psi;
3573 inoremap <buffer> <silent> &ch &chi;
3574 inoremap <buffer> <silent> &ph &phi;
3575 inoremap <buffer> <silent> &up &upsilon;
3576 inoremap <buffer> <silent> &ta &tau;
3577 inoremap <buffer> <silent> &sf &sigmaf;
3578 inoremap <buffer> <silent> &si &sigma;
3579 inoremap <buffer> <silent> &rh &rho;
3580 inoremap <buffer> <silent> &pi &pi;
3581 inoremap <buffer> <silent> &oc &omicron;
3582 inoremap <buffer> <silent> &xi &xi;
3583 inoremap <buffer> <silent> &nu &nu;
3584 inoremap <buffer> <silent> &mu &mu;
3585 inoremap <buffer> <silent> &lm &lambda;
3586 inoremap <buffer> <silent> &ka &kappa;
3587 inoremap <buffer> <silent> &io &iota;
3588 inoremap <buffer> <silent> &th &theta;
3589 inoremap <buffer> <silent> &et &eta;
3590 inoremap <buffer> <silent> &ze &zeta;
3591 inoremap <buffer> <silent> &ep &epsilon;
3592 inoremap <buffer> <silent> &de &delta;
3593 inoremap <buffer> <silent> &ga &gamma;
3594 inoremap <buffer> <silent> &be &beta;
3595 inoremap <buffer> <silent> &al &alpha;
3596 inoremap <buffer> <silent> &Ps &Psi;
3597 inoremap <buffer> <silent> &Ch &Chi;
3598 inoremap <buffer> <silent> &Ph &Phi;
3599 inoremap <buffer> <silent> &Up &Upsilon;
3600 inoremap <buffer> <silent> &Ta &Tau;
3601 inoremap <buffer> <silent> &Si &Sigma;
3602 inoremap <buffer> <silent> &Rh &Rho;
3603 inoremap <buffer> <silent> &Pi &Pi;
3604 inoremap <buffer> <silent> &Oc &Omicron;
3605 inoremap <buffer> <silent> &Xi &Xi;
3606 inoremap <buffer> <silent> &Nu &Nu;
3607 inoremap <buffer> <silent> &Mu &Mu;
3608 inoremap <buffer> <silent> &Lm &Lambda;
3609 inoremap <buffer> <silent> &Ka &Kappa;
3610 inoremap <buffer> <silent> &Io &Iota;
3611 inoremap <buffer> <silent> &Th &Theta;
3612 inoremap <buffer> <silent> &Et &Eta;
3613 inoremap <buffer> <silent> &Ze &Zeta;
3614 inoremap <buffer> <silent> &Ep &Epsilon;
3615 inoremap <buffer> <silent> &De &Delta;
3616 inoremap <buffer> <silent> &Ga &Gamma;
3617 inoremap <buffer> <silent> &Be &Beta;
3618 inoremap <buffer> <silent> &Al &Alpha;
3619 inoremap <buffer> <silent> &3. &hellip;
3620 inoremap <buffer> <silent> &-- &mdash;
3621 inoremap <buffer> <silent> &3- &mdash;
3622 inoremap <buffer> <silent> &m- &mdash;
3623 inoremap <buffer> <silent> &2- &ndash;
3624 inoremap <buffer> <silent> &n- &ndash;
3625 inoremap <buffer> <silent> &34 &frac34;
3626 inoremap <buffer> <silent> &12 &frac12;
3627 inoremap <buffer> <silent> &14 &frac14;
3628 inoremap <buffer> <silent> &. &middot;
3629 inoremap <buffer> <silent> &pa &para;
3630 inoremap <buffer> <silent> &mi &micro;
3631 inoremap <buffer> <silent> &dg &deg;
3632 inoremap <buffer> <silent> &? &iquest;
3633 inoremap <buffer> <silent> &! &iexcl;
3634 inoremap <buffer> <silent> &sz &szlig;
3635 inoremap <buffer> <silent> &o/ &oslash;
3636 inoremap <buffer> <silent> &/ &divide;
3637 inoremap <buffer> <silent> &" &uml;
3638 inoremap <buffer> <silent> &2> &raquo;
3639 inoremap <buffer> <silent> &2< &laquo;
3640 inoremap <buffer> <silent> &y" &yuml;
3641 inoremap <buffer> <silent> &y' &yacute;
3642 inoremap <buffer> <silent> &u" &uuml;
3643 inoremap <buffer> <silent> &u^ &ucirc;
3644 inoremap <buffer> <silent> &u' &uacute;
3645 inoremap <buffer> <silent> &u` &ugrave;
3646 inoremap <buffer> <silent> &x &times;
3647 inoremap <buffer> <silent> &o" &ouml;
3648 inoremap <buffer> <silent> &o~ &otilde;
3649 inoremap <buffer> <silent> &o^ &ocirc;
3650 inoremap <buffer> <silent> &o' &oacute;
3651 inoremap <buffer> <silent> &o` &ograve;
3652 inoremap <buffer> <silent> &n~ &ntilde;
3653 inoremap <buffer> <silent> &i" &iuml;
3654 inoremap <buffer> <silent> &i^ &icirc;
3655 inoremap <buffer> <silent> &i' &iacute;
3656 inoremap <buffer> <silent> &i` &igrave;
3657 inoremap <buffer> <silent> &e" &euml;
3658 inoremap <buffer> <silent> &e^ &ecirc;
3659 inoremap <buffer> <silent> &e' &eacute;
3660 inoremap <buffer> <silent> &e` &egrave;
3661 inoremap <buffer> <silent> &c, &ccedil;
3662 inoremap <buffer> <silent> &ae &aelig;
3663 inoremap <buffer> <silent> &ao &aring;
3664 inoremap <buffer> <silent> &a" &auml;
3665 inoremap <buffer> <silent> &a~ &atilde;
3666 inoremap <buffer> <silent> &a^ &acirc;
3667 inoremap <buffer> <silent> &a' &aacute;
3668 inoremap <buffer> <silent> &a` &agrave;
3669 inoremap <buffer> <silent> &Y' &Yacute;
3670 inoremap <buffer> <silent> &U" &Uuml;
3671 inoremap <buffer> <silent> &U^ &Ucirc;
3672 inoremap <buffer> <silent> &U' &Uacute;
3673 inoremap <buffer> <silent> &U` &Ugrave;
3674 inoremap <buffer> <silent> &O/ &Oslash;
3675 inoremap <buffer> <silent> &O" &Ouml;
3676 inoremap <buffer> <silent> &O~ &Otilde;
3677 inoremap <buffer> <silent> &O^ &Ocirc;
3678 inoremap <buffer> <silent> &O' &Oacute;
3679 inoremap <buffer> <silent> &O` &Ograve;
3680 inoremap <buffer> <silent> &N~ &Ntilde;
3681 inoremap <buffer> <silent> &I" &Iuml;
3682 inoremap <buffer> <silent> &I^ &Icirc;
3683 inoremap <buffer> <silent> &I' &Iacute;
3684 inoremap <buffer> <silent> &I` &Igrave;
3685 inoremap <buffer> <silent> &E" &Euml;
3686 inoremap <buffer> <silent> &E^ &Ecirc;
3687 inoremap <buffer> <silent> &E' &Eacute;
3688 inoremap <buffer> <silent> &E` &Egrave;
3689 inoremap <buffer> <silent> &C, &Ccedil;
3690 inoremap <buffer> <silent> &AE &AElig;
3691 inoremap <buffer> <silent> &Ao &Aring;
3692 inoremap <buffer> <silent> &A" &Auml;
3693 inoremap <buffer> <silent> &A~ &Atilde;
3694 inoremap <buffer> <silent> &A^ &Acirc;
3695 inoremap <buffer> <silent> &A' &Aacute;
3696 inoremap <buffer> <silent> &A` &Agrave;
3697 inoremap <buffer> <silent> &c| &cent;
3698 inoremap <buffer> <silent> &Y= &yen;
3699 inoremap <buffer> <silent> &# &pound;
3700 inoremap <buffer> <silent> & &nbsp;
3701 inoremap <buffer> <silent> &> &gt;
3702 inoremap <buffer> <silent> &< &lt;
3703 inoremap <buffer> <silent> &' &quot;
3704 inoremap <buffer> <silent> &tm &trade;
3705 inoremap <buffer> <silent> &rO &reg;
3706 inoremap <buffer> <silent> &cO &copy;
3707 inoremap <buffer> <silent> && &amp;
3708 inoremap <buffer> <silent> ; &nbsp;
3709 inoremap <buffer> <silent> ;la <label for=""></label>F"
3710 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
3711 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
3712 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
3713 </textarea>k$5F"i
3714 inoremap <buffer> <silent> ;og <optgroup label="">
3715 </optgroup>k$F"i
3716 inoremap <buffer> <silent> ;op <option></option>F<
3717 inoremap <buffer> <silent> ;ms <select name="" multiple>
3718 </select>O
3719 inoremap <buffer> <silent> ;se <select name="">
3720 </select>O
3721 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
3722 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
3723 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
3724 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
3725 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
3726 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
3727 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
3728 inoremap <buffer> <silent> ;fm <form action="">
3729 </form>k$F"i
3730 inoremap <buffer> <silent> ;if <iframe src="">
3731 </iframe>k$F"i
3732 inoremap <buffer> <silent> ;nf <noframes>
3733 </noframes>O
3734 inoremap <buffer> <silent> ;fr <frame src="">F"
3735 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
3736 </frameset>k$3F"i
3737 inoremap <buffer> <silent> ;th <th></th>F<
3738 inoremap <buffer> <silent> ;td <td>
3739 </td>O
3740 inoremap <buffer> <silent> ;tr <tr>
3741 </tr>O
3742 inoremap <buffer> <silent> ;tf <tfoot>
3743 </tfoot>O
3744 inoremap <buffer> <silent> ;tb <tbody>
3745 </tbody>O
3746 inoremap <buffer> <silent> ;tH <thead>
3747 </thead>O
3748 inoremap <buffer> <silent> ;ta <table>
3749 </table>O
3750 inoremap <buffer> <silent> ;ca <caption></caption>F<
3751 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
3752 </object>k$5F"i
3753 inoremap <buffer> <silent> ;ns <noscript>
3754 </noscripT>O
3755 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
3756 <noembed></noembed>k$5F"i
3757 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
3758 inoremap <buffer> <silent> ;va <var></var>F<
3759 inoremap <buffer> <silent> ;ul <ul>
3760 </ul>O
3761 inoremap <buffer> <silent> ;tt <tt></tt>F<
3762 inoremap <buffer> <silent> ;ti <title></title>F<
3763 inoremap <buffer> <silent> ;sp <sup></sup>F<
3764 inoremap <buffer> <silent> ;sb <sub></sub>F<
3765 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
3766 inoremap <buffer> <silent> ;cs <style type="text/css">
3767 <!--
3768 -->
3769 </style>kO
3770 inoremap <buffer> <silent> ;sm <small></small>F<
3771 inoremap <buffer> <silent> ;sa <samp></samp>F<
3772 inoremap <buffer> <silent> ;sk <strike></strike>F<
3773 inoremap <buffer> <silent> ;qu <q></q>F<
3774 inoremap <buffer> <silent> ;pr <pre>
3775 </pre>O
3776 inoremap <buffer> <silent> ;/p </p>
3777 
3778 <p>
3779 inoremap <buffer> <silent> ;pp <p>
3780 </p>O
3781 inoremap <buffer> <silent> ;ol <ol>
3782 </ol>O
3783 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
3784 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
3785 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
3786 inoremap <buffer> <silent> ;lk <link href="">F"
3787 inoremap <buffer> <silent> ;li <li></li>F<
3788 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
3789 inoremap <buffer> <silent> ;ii <isindex>
3790 inoremap <buffer> <silent> ;in <ins></ins>F<
3791 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
3792 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
3793 inoremap <buffer> <silent> ;ht <html>
3794 </html>O
3795 inoremap <buffer> <silent> ;Hr <hr width="75%">
3796 inoremap <buffer> <silent> ;hr <hr>
3797 inoremap <buffer> <silent> ;he <head>
3798 </head>O
3799 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
3800 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
3801 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
3802 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
3803 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
3804 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
3805 inoremap <buffer> <silent> ;h6 <h6></h6>F<
3806 inoremap <buffer> <silent> ;h5 <h5></h5>F<
3807 inoremap <buffer> <silent> ;h4 <h4></h4>F<
3808 inoremap <buffer> <silent> ;h3 <h3></h3>F<
3809 inoremap <buffer> <silent> ;h2 <h2></h2>F<
3810 inoremap <buffer> <silent> ;h1 <h1></h1>F<
3811 inoremap <buffer> <silent> ;fc <font color=""></font>F"
3812 inoremap <buffer> <silent> ;fo <font size=""></font>F"
3813 inoremap <buffer> <silent> ;sn <span></span>F<
3814 inoremap <buffer> <silent> ;dv <div>
3815 </div>O
3816 inoremap <buffer> <silent> ;df <dfn></dfn>F<
3817 inoremap <buffer> <silent> ;de <del></del>F<
3818 inoremap <buffer> <silent> ;dd <dd></dd>F<
3819 inoremap <buffer> <silent> ;dt <dt></dt>F<
3820 inoremap <buffer> <silent> ;dl <dl>
3821 </dl>O
3822 inoremap <buffer> <silent> ;co <code></code>F<
3823 inoremap <buffer> <silent> ;ci <cite></cite>F<
3824 inoremap <buffer> <silent> ;ce <center></center>F<
3825 inoremap <buffer> <silent> ;br <br>
3826 inoremap <buffer> <silent> ;bd <body>
3827 </body>O
3828 inoremap <buffer> <silent> ;bl <blockquote>
3829 </blockquote>O
3830 inoremap <buffer> <silent> ;bi <big></big>F<
3831 inoremap <buffer> <silent> ;bh <base href="">F"
3832 inoremap <buffer> <silent> ;ad <address></address>F<
3833 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
3834 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
3835 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
3836 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
3837 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
3838 inoremap <buffer> <silent> ;an <a name=""></a>F"
3839 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
3840 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
3841 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
3842 inoremap <buffer> <silent> ;ah <a href=""></a>F"
3843 imap <buffer> <silent> ;s4 ;s4
3844 imap <buffer> <silent> ;4 ;4
3845 inoremap <buffer> <silent> ;mi :call MangleImageTag()
3846 inoremap <buffer> <silent> ; 
3847 inoremap <buffer> <silent> ;& &
3848 inoremap <buffer> <silent> ;; ;
3849 setlocal keymap=
3850 setlocal noarabic
3851 setlocal autoindent
3852 setlocal balloonexpr=
3853 setlocal nobinary
3854 setlocal bufhidden=
3855 setlocal buflisted
3856 setlocal buftype=
3857 setlocal nocindent
3858 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
3859 setlocal cinoptions=
3860 setlocal cinwords=if,else,while,do,for,switch
3861 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
3862 setlocal commentstring=<!--%s-->
3863 setlocal complete=.,w,b,u,t,i
3864 setlocal completefunc=
3865 setlocal nocopyindent
3866 setlocal nocursorcolumn
3867 setlocal nocursorline
3868 setlocal define=
3869 setlocal dictionary=
3870 setlocal nodiff
3871 setlocal equalprg=
3872 setlocal errorformat=
3873 setlocal noexpandtab
3874 if &filetype != 'html'
3875 setlocal filetype=html
3876 endif
3877 setlocal foldcolumn=0
3878 setlocal foldenable
3879 setlocal foldexpr=0
3880 setlocal foldignore=#
3881 setlocal foldlevel=0
3882 setlocal foldmarker={{{,}}}
3883 setlocal foldmethod=manual
3884 setlocal foldminlines=1
3885 setlocal foldnestmax=20
3886 setlocal foldtext=foldtext()
3887 setlocal formatexpr=
3888 setlocal formatoptions=tcq
3889 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
3890 setlocal grepprg=
3891 setlocal iminsert=2
3892 setlocal imsearch=2
3893 setlocal include=
3894 setlocal includeexpr=
3895 setlocal indentexpr=
3896 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
3897 setlocal noinfercase
3898 setlocal iskeyword=@,48-57,_,192-255
3899 setlocal keywordprg=
3900 setlocal nolinebreak
3901 setlocal nolisp
3902 setlocal nolist
3903 setlocal makeprg=
3904 setlocal matchpairs=(:),{:},[:],<:>
3905 setlocal nomodeline
3906 setlocal modifiable
3907 setlocal nrformats=octal,hex
3908 setlocal nonumber
3909 setlocal numberwidth=4
3910 setlocal omnifunc=htmlcomplete#CompleteTags
3911 setlocal path=
3912 setlocal nopreserveindent
3913 setlocal nopreviewwindow
3914 setlocal quoteescape=\\
3915 setlocal noreadonly
3916 setlocal norightleft
3917 setlocal rightleftcmd=search
3918 setlocal noscrollbind
3919 setlocal shiftwidth=8
3920 setlocal noshortname
3921 setlocal nosmartindent
3922 setlocal softtabstop=0
3923 setlocal nospell
3924 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
3925 setlocal spellfile=
3926 setlocal spelllang=en
3927 setlocal statusline=
3928 setlocal suffixesadd=
3929 setlocal swapfile
3930 setlocal synmaxcol=3000
3931 if &syntax != 'html'
3932 setlocal syntax=html
3933 endif
3934 setlocal tabstop=2
3935 setlocal tags=
3936 setlocal textwidth=0
3937 setlocal thesaurus=
3938 setlocal nowinfixheight
3939 setlocal nowinfixwidth
3940 setlocal wrap
3941 setlocal wrapmargin=0
3942 silent! normal! zE
3943 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
3944 if s:l < 1 | let s:l = 1 | endif
3945 exe s:l
3946 normal! zt
3947 1
3948 normal! 0
3949 tabedit intro.html
3950 set splitbelow splitright
3951 set nosplitbelow
3952 set nosplitright
3953 wincmd t
3954 set winheight=1 winwidth=1
3955 argglobal
3956 10argu
3957 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3958 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3959 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
3960 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
3961 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
3962 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
3963 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
3964 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
3965 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
3966 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
3967 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
3968 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
3969 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
3970 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
3971 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
3972 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
3973 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
3974 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
3975 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">')
3976 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">')
3977 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
3978 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
3979 nnoremap <buffer> <silent> ; 
3980 nnoremap <buffer> <silent> ;; ;
3981 vnoremap <buffer> <silent> ;; ;
3982 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
3983 inoremap <buffer> <silent> &hA &hArr;
3984 inoremap <buffer> <silent> &dA &dArr;
3985 inoremap <buffer> <silent> &rA &rArr;
3986 inoremap <buffer> <silent> &uA &uArr;
3987 inoremap <buffer> <silent> &lA &lArr;
3988 inoremap <buffer> <silent> &ha &harr;
3989 inoremap <buffer> <silent> &da &darr;
3990 inoremap <buffer> <silent> &ra &rarr;
3991 inoremap <buffer> <silent> &ua &uarr;
3992 inoremap <buffer> <silent> &la &larr;
3993 inoremap <buffer> <silent> &pv &piv;
3994 inoremap <buffer> <silent> &uh &upsih;
3995 inoremap <buffer> <silent> &ts &thetasym;
3996 inoremap <buffer> <silent> &og &omega;
3997 inoremap <buffer> <silent> &ps &psi;
3998 inoremap <buffer> <silent> &ch &chi;
3999 inoremap <buffer> <silent> &ph &phi;
4000 inoremap <buffer> <silent> &up &upsilon;
4001 inoremap <buffer> <silent> &ta &tau;
4002 inoremap <buffer> <silent> &sf &sigmaf;
4003 inoremap <buffer> <silent> &si &sigma;
4004 inoremap <buffer> <silent> &rh &rho;
4005 inoremap <buffer> <silent> &pi &pi;
4006 inoremap <buffer> <silent> &oc &omicron;
4007 inoremap <buffer> <silent> &xi &xi;
4008 inoremap <buffer> <silent> &nu &nu;
4009 inoremap <buffer> <silent> &mu &mu;
4010 inoremap <buffer> <silent> &lm &lambda;
4011 inoremap <buffer> <silent> &ka &kappa;
4012 inoremap <buffer> <silent> &io &iota;
4013 inoremap <buffer> <silent> &th &theta;
4014 inoremap <buffer> <silent> &et &eta;
4015 inoremap <buffer> <silent> &ze &zeta;
4016 inoremap <buffer> <silent> &ep &epsilon;
4017 inoremap <buffer> <silent> &de &delta;
4018 inoremap <buffer> <silent> &ga &gamma;
4019 inoremap <buffer> <silent> &be &beta;
4020 inoremap <buffer> <silent> &al &alpha;
4021 inoremap <buffer> <silent> &Ps &Psi;
4022 inoremap <buffer> <silent> &Ch &Chi;
4023 inoremap <buffer> <silent> &Ph &Phi;
4024 inoremap <buffer> <silent> &Up &Upsilon;
4025 inoremap <buffer> <silent> &Ta &Tau;
4026 inoremap <buffer> <silent> &Si &Sigma;
4027 inoremap <buffer> <silent> &Rh &Rho;
4028 inoremap <buffer> <silent> &Pi &Pi;
4029 inoremap <buffer> <silent> &Oc &Omicron;
4030 inoremap <buffer> <silent> &Xi &Xi;
4031 inoremap <buffer> <silent> &Nu &Nu;
4032 inoremap <buffer> <silent> &Mu &Mu;
4033 inoremap <buffer> <silent> &Lm &Lambda;
4034 inoremap <buffer> <silent> &Ka &Kappa;
4035 inoremap <buffer> <silent> &Io &Iota;
4036 inoremap <buffer> <silent> &Th &Theta;
4037 inoremap <buffer> <silent> &Et &Eta;
4038 inoremap <buffer> <silent> &Ze &Zeta;
4039 inoremap <buffer> <silent> &Ep &Epsilon;
4040 inoremap <buffer> <silent> &De &Delta;
4041 inoremap <buffer> <silent> &Ga &Gamma;
4042 inoremap <buffer> <silent> &Be &Beta;
4043 inoremap <buffer> <silent> &Al &Alpha;
4044 inoremap <buffer> <silent> &3. &hellip;
4045 inoremap <buffer> <silent> &-- &mdash;
4046 inoremap <buffer> <silent> &3- &mdash;
4047 inoremap <buffer> <silent> &m- &mdash;
4048 inoremap <buffer> <silent> &2- &ndash;
4049 inoremap <buffer> <silent> &n- &ndash;
4050 inoremap <buffer> <silent> &34 &frac34;
4051 inoremap <buffer> <silent> &12 &frac12;
4052 inoremap <buffer> <silent> &14 &frac14;
4053 inoremap <buffer> <silent> &. &middot;
4054 inoremap <buffer> <silent> &pa &para;
4055 inoremap <buffer> <silent> &mi &micro;
4056 inoremap <buffer> <silent> &dg &deg;
4057 inoremap <buffer> <silent> &? &iquest;
4058 inoremap <buffer> <silent> &! &iexcl;
4059 inoremap <buffer> <silent> &sz &szlig;
4060 inoremap <buffer> <silent> &o/ &oslash;
4061 inoremap <buffer> <silent> &/ &divide;
4062 inoremap <buffer> <silent> &" &uml;
4063 inoremap <buffer> <silent> &2> &raquo;
4064 inoremap <buffer> <silent> &2< &laquo;
4065 inoremap <buffer> <silent> &y" &yuml;
4066 inoremap <buffer> <silent> &y' &yacute;
4067 inoremap <buffer> <silent> &u" &uuml;
4068 inoremap <buffer> <silent> &u^ &ucirc;
4069 inoremap <buffer> <silent> &u' &uacute;
4070 inoremap <buffer> <silent> &u` &ugrave;
4071 inoremap <buffer> <silent> &x &times;
4072 inoremap <buffer> <silent> &o" &ouml;
4073 inoremap <buffer> <silent> &o~ &otilde;
4074 inoremap <buffer> <silent> &o^ &ocirc;
4075 inoremap <buffer> <silent> &o' &oacute;
4076 inoremap <buffer> <silent> &o` &ograve;
4077 inoremap <buffer> <silent> &n~ &ntilde;
4078 inoremap <buffer> <silent> &i" &iuml;
4079 inoremap <buffer> <silent> &i^ &icirc;
4080 inoremap <buffer> <silent> &i' &iacute;
4081 inoremap <buffer> <silent> &i` &igrave;
4082 inoremap <buffer> <silent> &e" &euml;
4083 inoremap <buffer> <silent> &e^ &ecirc;
4084 inoremap <buffer> <silent> &e' &eacute;
4085 inoremap <buffer> <silent> &e` &egrave;
4086 inoremap <buffer> <silent> &c, &ccedil;
4087 inoremap <buffer> <silent> &ae &aelig;
4088 inoremap <buffer> <silent> &ao &aring;
4089 inoremap <buffer> <silent> &a" &auml;
4090 inoremap <buffer> <silent> &a~ &atilde;
4091 inoremap <buffer> <silent> &a^ &acirc;
4092 inoremap <buffer> <silent> &a' &aacute;
4093 inoremap <buffer> <silent> &a` &agrave;
4094 inoremap <buffer> <silent> &Y' &Yacute;
4095 inoremap <buffer> <silent> &U" &Uuml;
4096 inoremap <buffer> <silent> &U^ &Ucirc;
4097 inoremap <buffer> <silent> &U' &Uacute;
4098 inoremap <buffer> <silent> &U` &Ugrave;
4099 inoremap <buffer> <silent> &O/ &Oslash;
4100 inoremap <buffer> <silent> &O" &Ouml;
4101 inoremap <buffer> <silent> &O~ &Otilde;
4102 inoremap <buffer> <silent> &O^ &Ocirc;
4103 inoremap <buffer> <silent> &O' &Oacute;
4104 inoremap <buffer> <silent> &O` &Ograve;
4105 inoremap <buffer> <silent> &N~ &Ntilde;
4106 inoremap <buffer> <silent> &I" &Iuml;
4107 inoremap <buffer> <silent> &I^ &Icirc;
4108 inoremap <buffer> <silent> &I' &Iacute;
4109 inoremap <buffer> <silent> &I` &Igrave;
4110 inoremap <buffer> <silent> &E" &Euml;
4111 inoremap <buffer> <silent> &E^ &Ecirc;
4112 inoremap <buffer> <silent> &E' &Eacute;
4113 inoremap <buffer> <silent> &E` &Egrave;
4114 inoremap <buffer> <silent> &C, &Ccedil;
4115 inoremap <buffer> <silent> &AE &AElig;
4116 inoremap <buffer> <silent> &Ao &Aring;
4117 inoremap <buffer> <silent> &A" &Auml;
4118 inoremap <buffer> <silent> &A~ &Atilde;
4119 inoremap <buffer> <silent> &A^ &Acirc;
4120 inoremap <buffer> <silent> &A' &Aacute;
4121 inoremap <buffer> <silent> &A` &Agrave;
4122 inoremap <buffer> <silent> &c| &cent;
4123 inoremap <buffer> <silent> &Y= &yen;
4124 inoremap <buffer> <silent> &# &pound;
4125 inoremap <buffer> <silent> & &nbsp;
4126 inoremap <buffer> <silent> &> &gt;
4127 inoremap <buffer> <silent> &< &lt;
4128 inoremap <buffer> <silent> &' &quot;
4129 inoremap <buffer> <silent> &tm &trade;
4130 inoremap <buffer> <silent> &rO &reg;
4131 inoremap <buffer> <silent> &cO &copy;
4132 inoremap <buffer> <silent> && &amp;
4133 inoremap <buffer> <silent> ; &nbsp;
4134 inoremap <buffer> <silent> ;la <label for=""></label>F"
4135 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
4136 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
4137 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
4138 </textarea>k$5F"i
4139 inoremap <buffer> <silent> ;og <optgroup label="">
4140 </optgroup>k$F"i
4141 inoremap <buffer> <silent> ;op <option></option>F<
4142 inoremap <buffer> <silent> ;ms <select name="" multiple>
4143 </select>O
4144 inoremap <buffer> <silent> ;se <select name="">
4145 </select>O
4146 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
4147 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
4148 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
4149 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
4150 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
4151 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
4152 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
4153 inoremap <buffer> <silent> ;fm <form action="">
4154 </form>k$F"i
4155 inoremap <buffer> <silent> ;if <iframe src="">
4156 </iframe>k$F"i
4157 inoremap <buffer> <silent> ;nf <noframes>
4158 </noframes>O
4159 inoremap <buffer> <silent> ;fr <frame src="">F"
4160 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
4161 </frameset>k$3F"i
4162 inoremap <buffer> <silent> ;th <th></th>F<
4163 inoremap <buffer> <silent> ;td <td>
4164 </td>O
4165 inoremap <buffer> <silent> ;tr <tr>
4166 </tr>O
4167 inoremap <buffer> <silent> ;tf <tfoot>
4168 </tfoot>O
4169 inoremap <buffer> <silent> ;tb <tbody>
4170 </tbody>O
4171 inoremap <buffer> <silent> ;tH <thead>
4172 </thead>O
4173 inoremap <buffer> <silent> ;ta <table>
4174 </table>O
4175 inoremap <buffer> <silent> ;ca <caption></caption>F<
4176 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
4177 </object>k$5F"i
4178 inoremap <buffer> <silent> ;ns <noscript>
4179 </noscripT>O
4180 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
4181 <noembed></noembed>k$5F"i
4182 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
4183 inoremap <buffer> <silent> ;va <var></var>F<
4184 inoremap <buffer> <silent> ;ul <ul>
4185 </ul>O
4186 inoremap <buffer> <silent> ;tt <tt></tt>F<
4187 inoremap <buffer> <silent> ;ti <title></title>F<
4188 inoremap <buffer> <silent> ;sp <sup></sup>F<
4189 inoremap <buffer> <silent> ;sb <sub></sub>F<
4190 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
4191 inoremap <buffer> <silent> ;cs <style type="text/css">
4192 <!--
4193 -->
4194 </style>kO
4195 inoremap <buffer> <silent> ;sm <small></small>F<
4196 inoremap <buffer> <silent> ;sa <samp></samp>F<
4197 inoremap <buffer> <silent> ;sk <strike></strike>F<
4198 inoremap <buffer> <silent> ;qu <q></q>F<
4199 inoremap <buffer> <silent> ;pr <pre>
4200 </pre>O
4201 inoremap <buffer> <silent> ;/p </p>
4202 
4203 <p>
4204 inoremap <buffer> <silent> ;pp <p>
4205 </p>O
4206 inoremap <buffer> <silent> ;ol <ol>
4207 </ol>O
4208 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
4209 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
4210 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
4211 inoremap <buffer> <silent> ;lk <link href="">F"
4212 inoremap <buffer> <silent> ;li <li></li>F<
4213 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
4214 inoremap <buffer> <silent> ;ii <isindex>
4215 inoremap <buffer> <silent> ;in <ins></ins>F<
4216 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
4217 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
4218 inoremap <buffer> <silent> ;ht <html>
4219 </html>O
4220 inoremap <buffer> <silent> ;Hr <hr width="75%">
4221 inoremap <buffer> <silent> ;hr <hr>
4222 inoremap <buffer> <silent> ;he <head>
4223 </head>O
4224 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
4225 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
4226 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
4227 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
4228 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
4229 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
4230 inoremap <buffer> <silent> ;h6 <h6></h6>F<
4231 inoremap <buffer> <silent> ;h5 <h5></h5>F<
4232 inoremap <buffer> <silent> ;h4 <h4></h4>F<
4233 inoremap <buffer> <silent> ;h3 <h3></h3>F<
4234 inoremap <buffer> <silent> ;h2 <h2></h2>F<
4235 inoremap <buffer> <silent> ;h1 <h1></h1>F<
4236 inoremap <buffer> <silent> ;fc <font color=""></font>F"
4237 inoremap <buffer> <silent> ;fo <font size=""></font>F"
4238 inoremap <buffer> <silent> ;sn <span></span>F<
4239 inoremap <buffer> <silent> ;dv <div>
4240 </div>O
4241 inoremap <buffer> <silent> ;df <dfn></dfn>F<
4242 inoremap <buffer> <silent> ;de <del></del>F<
4243 inoremap <buffer> <silent> ;dd <dd></dd>F<
4244 inoremap <buffer> <silent> ;dt <dt></dt>F<
4245 inoremap <buffer> <silent> ;dl <dl>
4246 </dl>O
4247 inoremap <buffer> <silent> ;co <code></code>F<
4248 inoremap <buffer> <silent> ;ci <cite></cite>F<
4249 inoremap <buffer> <silent> ;ce <center></center>F<
4250 inoremap <buffer> <silent> ;br <br>
4251 inoremap <buffer> <silent> ;bd <body>
4252 </body>O
4253 inoremap <buffer> <silent> ;bl <blockquote>
4254 </blockquote>O
4255 inoremap <buffer> <silent> ;bi <big></big>F<
4256 inoremap <buffer> <silent> ;bh <base href="">F"
4257 inoremap <buffer> <silent> ;ad <address></address>F<
4258 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
4259 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
4260 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
4261 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
4262 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
4263 inoremap <buffer> <silent> ;an <a name=""></a>F"
4264 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
4265 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
4266 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
4267 inoremap <buffer> <silent> ;ah <a href=""></a>F"
4268 imap <buffer> <silent> ;s4 ;s4
4269 imap <buffer> <silent> ;4 ;4
4270 inoremap <buffer> <silent> ;mi :call MangleImageTag()
4271 inoremap <buffer> <silent> ; 
4272 inoremap <buffer> <silent> ;& &
4273 inoremap <buffer> <silent> ;; ;
4274 setlocal keymap=
4275 setlocal noarabic
4276 setlocal autoindent
4277 setlocal balloonexpr=
4278 setlocal nobinary
4279 setlocal bufhidden=
4280 setlocal buflisted
4281 setlocal buftype=
4282 setlocal nocindent
4283 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
4284 setlocal cinoptions=
4285 setlocal cinwords=if,else,while,do,for,switch
4286 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
4287 setlocal commentstring=<!--%s-->
4288 setlocal complete=.,w,b,u,t,i
4289 setlocal completefunc=
4290 setlocal nocopyindent
4291 setlocal nocursorcolumn
4292 setlocal nocursorline
4293 setlocal define=
4294 setlocal dictionary=
4295 setlocal nodiff
4296 setlocal equalprg=
4297 setlocal errorformat=
4298 setlocal noexpandtab
4299 if &filetype != 'html'
4300 setlocal filetype=html
4301 endif
4302 setlocal foldcolumn=0
4303 setlocal foldenable
4304 setlocal foldexpr=0
4305 setlocal foldignore=#
4306 setlocal foldlevel=0
4307 setlocal foldmarker={{{,}}}
4308 setlocal foldmethod=manual
4309 setlocal foldminlines=1
4310 setlocal foldnestmax=20
4311 setlocal foldtext=foldtext()
4312 setlocal formatexpr=
4313 setlocal formatoptions=tcq
4314 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
4315 setlocal grepprg=
4316 setlocal iminsert=2
4317 setlocal imsearch=2
4318 setlocal include=
4319 setlocal includeexpr=
4320 setlocal indentexpr=
4321 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
4322 setlocal noinfercase
4323 setlocal iskeyword=@,48-57,_,192-255
4324 setlocal keywordprg=
4325 setlocal nolinebreak
4326 setlocal nolisp
4327 setlocal nolist
4328 setlocal makeprg=
4329 setlocal matchpairs=(:),{:},[:],<:>
4330 setlocal nomodeline
4331 setlocal modifiable
4332 setlocal nrformats=octal,hex
4333 setlocal nonumber
4334 setlocal numberwidth=4
4335 setlocal omnifunc=htmlcomplete#CompleteTags
4336 setlocal path=
4337 setlocal nopreserveindent
4338 setlocal nopreviewwindow
4339 setlocal quoteescape=\\
4340 setlocal noreadonly
4341 setlocal norightleft
4342 setlocal rightleftcmd=search
4343 setlocal noscrollbind
4344 setlocal shiftwidth=8
4345 setlocal noshortname
4346 setlocal nosmartindent
4347 setlocal softtabstop=0
4348 setlocal nospell
4349 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
4350 setlocal spellfile=
4351 setlocal spelllang=en
4352 setlocal statusline=
4353 setlocal suffixesadd=
4354 setlocal swapfile
4355 setlocal synmaxcol=3000
4356 if &syntax != 'html'
4357 setlocal syntax=html
4358 endif
4359 setlocal tabstop=2
4360 setlocal tags=
4361 setlocal textwidth=0
4362 setlocal thesaurus=
4363 setlocal nowinfixheight
4364 setlocal nowinfixwidth
4365 setlocal wrap
4366 setlocal wrapmargin=0
4367 silent! normal! zE
4368 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
4369 if s:l < 1 | let s:l = 1 | endif
4370 exe s:l
4371 normal! zt
4372 1
4373 normal! 0
4374 tabedit oldboot.html
4375 set splitbelow splitright
4376 set nosplitbelow
4377 set nosplitright
4378 wincmd t
4379 set winheight=1 winwidth=1
4380 argglobal
4381 11argu
4382 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
4383 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
4384 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
4385 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
4386 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
4387 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
4388 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
4389 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
4390 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
4391 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
4392 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
4393 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
4394 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
4395 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
4396 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
4397 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
4398 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
4399 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
4400 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">')
4401 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">')
4402 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
4403 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
4404 nnoremap <buffer> <silent> ; 
4405 nnoremap <buffer> <silent> ;; ;
4406 vnoremap <buffer> <silent> ;; ;
4407 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
4408 inoremap <buffer> <silent> &hA &hArr;
4409 inoremap <buffer> <silent> &dA &dArr;
4410 inoremap <buffer> <silent> &rA &rArr;
4411 inoremap <buffer> <silent> &uA &uArr;
4412 inoremap <buffer> <silent> &lA &lArr;
4413 inoremap <buffer> <silent> &ha &harr;
4414 inoremap <buffer> <silent> &da &darr;
4415 inoremap <buffer> <silent> &ra &rarr;
4416 inoremap <buffer> <silent> &ua &uarr;
4417 inoremap <buffer> <silent> &la &larr;
4418 inoremap <buffer> <silent> &pv &piv;
4419 inoremap <buffer> <silent> &uh &upsih;
4420 inoremap <buffer> <silent> &ts &thetasym;
4421 inoremap <buffer> <silent> &og &omega;
4422 inoremap <buffer> <silent> &ps &psi;
4423 inoremap <buffer> <silent> &ch &chi;
4424 inoremap <buffer> <silent> &ph &phi;
4425 inoremap <buffer> <silent> &up &upsilon;
4426 inoremap <buffer> <silent> &ta &tau;
4427 inoremap <buffer> <silent> &sf &sigmaf;
4428 inoremap <buffer> <silent> &si &sigma;
4429 inoremap <buffer> <silent> &rh &rho;
4430 inoremap <buffer> <silent> &pi &pi;
4431 inoremap <buffer> <silent> &oc &omicron;
4432 inoremap <buffer> <silent> &xi &xi;
4433 inoremap <buffer> <silent> &nu &nu;
4434 inoremap <buffer> <silent> &mu &mu;
4435 inoremap <buffer> <silent> &lm &lambda;
4436 inoremap <buffer> <silent> &ka &kappa;
4437 inoremap <buffer> <silent> &io &iota;
4438 inoremap <buffer> <silent> &th &theta;
4439 inoremap <buffer> <silent> &et &eta;
4440 inoremap <buffer> <silent> &ze &zeta;
4441 inoremap <buffer> <silent> &ep &epsilon;
4442 inoremap <buffer> <silent> &de &delta;
4443 inoremap <buffer> <silent> &ga &gamma;
4444 inoremap <buffer> <silent> &be &beta;
4445 inoremap <buffer> <silent> &al &alpha;
4446 inoremap <buffer> <silent> &Ps &Psi;
4447 inoremap <buffer> <silent> &Ch &Chi;
4448 inoremap <buffer> <silent> &Ph &Phi;
4449 inoremap <buffer> <silent> &Up &Upsilon;
4450 inoremap <buffer> <silent> &Ta &Tau;
4451 inoremap <buffer> <silent> &Si &Sigma;
4452 inoremap <buffer> <silent> &Rh &Rho;
4453 inoremap <buffer> <silent> &Pi &Pi;
4454 inoremap <buffer> <silent> &Oc &Omicron;
4455 inoremap <buffer> <silent> &Xi &Xi;
4456 inoremap <buffer> <silent> &Nu &Nu;
4457 inoremap <buffer> <silent> &Mu &Mu;
4458 inoremap <buffer> <silent> &Lm &Lambda;
4459 inoremap <buffer> <silent> &Ka &Kappa;
4460 inoremap <buffer> <silent> &Io &Iota;
4461 inoremap <buffer> <silent> &Th &Theta;
4462 inoremap <buffer> <silent> &Et &Eta;
4463 inoremap <buffer> <silent> &Ze &Zeta;
4464 inoremap <buffer> <silent> &Ep &Epsilon;
4465 inoremap <buffer> <silent> &De &Delta;
4466 inoremap <buffer> <silent> &Ga &Gamma;
4467 inoremap <buffer> <silent> &Be &Beta;
4468 inoremap <buffer> <silent> &Al &Alpha;
4469 inoremap <buffer> <silent> &3. &hellip;
4470 inoremap <buffer> <silent> &-- &mdash;
4471 inoremap <buffer> <silent> &3- &mdash;
4472 inoremap <buffer> <silent> &m- &mdash;
4473 inoremap <buffer> <silent> &2- &ndash;
4474 inoremap <buffer> <silent> &n- &ndash;
4475 inoremap <buffer> <silent> &34 &frac34;
4476 inoremap <buffer> <silent> &12 &frac12;
4477 inoremap <buffer> <silent> &14 &frac14;
4478 inoremap <buffer> <silent> &. &middot;
4479 inoremap <buffer> <silent> &pa &para;
4480 inoremap <buffer> <silent> &mi &micro;
4481 inoremap <buffer> <silent> &dg &deg;
4482 inoremap <buffer> <silent> &? &iquest;
4483 inoremap <buffer> <silent> &! &iexcl;
4484 inoremap <buffer> <silent> &sz &szlig;
4485 inoremap <buffer> <silent> &o/ &oslash;
4486 inoremap <buffer> <silent> &/ &divide;
4487 inoremap <buffer> <silent> &" &uml;
4488 inoremap <buffer> <silent> &2> &raquo;
4489 inoremap <buffer> <silent> &2< &laquo;
4490 inoremap <buffer> <silent> &y" &yuml;
4491 inoremap <buffer> <silent> &y' &yacute;
4492 inoremap <buffer> <silent> &u" &uuml;
4493 inoremap <buffer> <silent> &u^ &ucirc;
4494 inoremap <buffer> <silent> &u' &uacute;
4495 inoremap <buffer> <silent> &u` &ugrave;
4496 inoremap <buffer> <silent> &x &times;
4497 inoremap <buffer> <silent> &o" &ouml;
4498 inoremap <buffer> <silent> &o~ &otilde;
4499 inoremap <buffer> <silent> &o^ &ocirc;
4500 inoremap <buffer> <silent> &o' &oacute;
4501 inoremap <buffer> <silent> &o` &ograve;
4502 inoremap <buffer> <silent> &n~ &ntilde;
4503 inoremap <buffer> <silent> &i" &iuml;
4504 inoremap <buffer> <silent> &i^ &icirc;
4505 inoremap <buffer> <silent> &i' &iacute;
4506 inoremap <buffer> <silent> &i` &igrave;
4507 inoremap <buffer> <silent> &e" &euml;
4508 inoremap <buffer> <silent> &e^ &ecirc;
4509 inoremap <buffer> <silent> &e' &eacute;
4510 inoremap <buffer> <silent> &e` &egrave;
4511 inoremap <buffer> <silent> &c, &ccedil;
4512 inoremap <buffer> <silent> &ae &aelig;
4513 inoremap <buffer> <silent> &ao &aring;
4514 inoremap <buffer> <silent> &a" &auml;
4515 inoremap <buffer> <silent> &a~ &atilde;
4516 inoremap <buffer> <silent> &a^ &acirc;
4517 inoremap <buffer> <silent> &a' &aacute;
4518 inoremap <buffer> <silent> &a` &agrave;
4519 inoremap <buffer> <silent> &Y' &Yacute;
4520 inoremap <buffer> <silent> &U" &Uuml;
4521 inoremap <buffer> <silent> &U^ &Ucirc;
4522 inoremap <buffer> <silent> &U' &Uacute;
4523 inoremap <buffer> <silent> &U` &Ugrave;
4524 inoremap <buffer> <silent> &O/ &Oslash;
4525 inoremap <buffer> <silent> &O" &Ouml;
4526 inoremap <buffer> <silent> &O~ &Otilde;
4527 inoremap <buffer> <silent> &O^ &Ocirc;
4528 inoremap <buffer> <silent> &O' &Oacute;
4529 inoremap <buffer> <silent> &O` &Ograve;
4530 inoremap <buffer> <silent> &N~ &Ntilde;
4531 inoremap <buffer> <silent> &I" &Iuml;
4532 inoremap <buffer> <silent> &I^ &Icirc;
4533 inoremap <buffer> <silent> &I' &Iacute;
4534 inoremap <buffer> <silent> &I` &Igrave;
4535 inoremap <buffer> <silent> &E" &Euml;
4536 inoremap <buffer> <silent> &E^ &Ecirc;
4537 inoremap <buffer> <silent> &E' &Eacute;
4538 inoremap <buffer> <silent> &E` &Egrave;
4539 inoremap <buffer> <silent> &C, &Ccedil;
4540 inoremap <buffer> <silent> &AE &AElig;
4541 inoremap <buffer> <silent> &Ao &Aring;
4542 inoremap <buffer> <silent> &A" &Auml;
4543 inoremap <buffer> <silent> &A~ &Atilde;
4544 inoremap <buffer> <silent> &A^ &Acirc;
4545 inoremap <buffer> <silent> &A' &Aacute;
4546 inoremap <buffer> <silent> &A` &Agrave;
4547 inoremap <buffer> <silent> &c| &cent;
4548 inoremap <buffer> <silent> &Y= &yen;
4549 inoremap <buffer> <silent> &# &pound;
4550 inoremap <buffer> <silent> & &nbsp;
4551 inoremap <buffer> <silent> &> &gt;
4552 inoremap <buffer> <silent> &< &lt;
4553 inoremap <buffer> <silent> &' &quot;
4554 inoremap <buffer> <silent> &tm &trade;
4555 inoremap <buffer> <silent> &rO &reg;
4556 inoremap <buffer> <silent> &cO &copy;
4557 inoremap <buffer> <silent> && &amp;
4558 inoremap <buffer> <silent> ; &nbsp;
4559 inoremap <buffer> <silent> ;la <label for=""></label>F"
4560 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
4561 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
4562 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
4563 </textarea>k$5F"i
4564 inoremap <buffer> <silent> ;og <optgroup label="">
4565 </optgroup>k$F"i
4566 inoremap <buffer> <silent> ;op <option></option>F<
4567 inoremap <buffer> <silent> ;ms <select name="" multiple>
4568 </select>O
4569 inoremap <buffer> <silent> ;se <select name="">
4570 </select>O
4571 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
4572 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
4573 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
4574 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
4575 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
4576 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
4577 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
4578 inoremap <buffer> <silent> ;fm <form action="">
4579 </form>k$F"i
4580 inoremap <buffer> <silent> ;if <iframe src="">
4581 </iframe>k$F"i
4582 inoremap <buffer> <silent> ;nf <noframes>
4583 </noframes>O
4584 inoremap <buffer> <silent> ;fr <frame src="">F"
4585 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
4586 </frameset>k$3F"i
4587 inoremap <buffer> <silent> ;th <th></th>F<
4588 inoremap <buffer> <silent> ;td <td>
4589 </td>O
4590 inoremap <buffer> <silent> ;tr <tr>
4591 </tr>O
4592 inoremap <buffer> <silent> ;tf <tfoot>
4593 </tfoot>O
4594 inoremap <buffer> <silent> ;tb <tbody>
4595 </tbody>O
4596 inoremap <buffer> <silent> ;tH <thead>
4597 </thead>O
4598 inoremap <buffer> <silent> ;ta <table>
4599 </table>O
4600 inoremap <buffer> <silent> ;ca <caption></caption>F<
4601 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
4602 </object>k$5F"i
4603 inoremap <buffer> <silent> ;ns <noscript>
4604 </noscripT>O
4605 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
4606 <noembed></noembed>k$5F"i
4607 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
4608 inoremap <buffer> <silent> ;va <var></var>F<
4609 inoremap <buffer> <silent> ;ul <ul>
4610 </ul>O
4611 inoremap <buffer> <silent> ;tt <tt></tt>F<
4612 inoremap <buffer> <silent> ;ti <title></title>F<
4613 inoremap <buffer> <silent> ;sp <sup></sup>F<
4614 inoremap <buffer> <silent> ;sb <sub></sub>F<
4615 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
4616 inoremap <buffer> <silent> ;cs <style type="text/css">
4617 <!--
4618 -->
4619 </style>kO
4620 inoremap <buffer> <silent> ;sm <small></small>F<
4621 inoremap <buffer> <silent> ;sa <samp></samp>F<
4622 inoremap <buffer> <silent> ;sk <strike></strike>F<
4623 inoremap <buffer> <silent> ;qu <q></q>F<
4624 inoremap <buffer> <silent> ;pr <pre>
4625 </pre>O
4626 inoremap <buffer> <silent> ;/p </p>
4627 
4628 <p>
4629 inoremap <buffer> <silent> ;pp <p>
4630 </p>O
4631 inoremap <buffer> <silent> ;ol <ol>
4632 </ol>O
4633 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
4634 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
4635 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
4636 inoremap <buffer> <silent> ;lk <link href="">F"
4637 inoremap <buffer> <silent> ;li <li></li>F<
4638 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
4639 inoremap <buffer> <silent> ;ii <isindex>
4640 inoremap <buffer> <silent> ;in <ins></ins>F<
4641 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
4642 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
4643 inoremap <buffer> <silent> ;ht <html>
4644 </html>O
4645 inoremap <buffer> <silent> ;Hr <hr width="75%">
4646 inoremap <buffer> <silent> ;hr <hr>
4647 inoremap <buffer> <silent> ;he <head>
4648 </head>O
4649 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
4650 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
4651 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
4652 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
4653 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
4654 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
4655 inoremap <buffer> <silent> ;h6 <h6></h6>F<
4656 inoremap <buffer> <silent> ;h5 <h5></h5>F<
4657 inoremap <buffer> <silent> ;h4 <h4></h4>F<
4658 inoremap <buffer> <silent> ;h3 <h3></h3>F<
4659 inoremap <buffer> <silent> ;h2 <h2></h2>F<
4660 inoremap <buffer> <silent> ;h1 <h1></h1>F<
4661 inoremap <buffer> <silent> ;fc <font color=""></font>F"
4662 inoremap <buffer> <silent> ;fo <font size=""></font>F"
4663 inoremap <buffer> <silent> ;sn <span></span>F<
4664 inoremap <buffer> <silent> ;dv <div>
4665 </div>O
4666 inoremap <buffer> <silent> ;df <dfn></dfn>F<
4667 inoremap <buffer> <silent> ;de <del></del>F<
4668 inoremap <buffer> <silent> ;dd <dd></dd>F<
4669 inoremap <buffer> <silent> ;dt <dt></dt>F<
4670 inoremap <buffer> <silent> ;dl <dl>
4671 </dl>O
4672 inoremap <buffer> <silent> ;co <code></code>F<
4673 inoremap <buffer> <silent> ;ci <cite></cite>F<
4674 inoremap <buffer> <silent> ;ce <center></center>F<
4675 inoremap <buffer> <silent> ;br <br>
4676 inoremap <buffer> <silent> ;bd <body>
4677 </body>O
4678 inoremap <buffer> <silent> ;bl <blockquote>
4679 </blockquote>O
4680 inoremap <buffer> <silent> ;bi <big></big>F<
4681 inoremap <buffer> <silent> ;bh <base href="">F"
4682 inoremap <buffer> <silent> ;ad <address></address>F<
4683 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
4684 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
4685 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
4686 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
4687 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
4688 inoremap <buffer> <silent> ;an <a name=""></a>F"
4689 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
4690 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
4691 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
4692 inoremap <buffer> <silent> ;ah <a href=""></a>F"
4693 imap <buffer> <silent> ;s4 ;s4
4694 imap <buffer> <silent> ;4 ;4
4695 inoremap <buffer> <silent> ;mi :call MangleImageTag()
4696 inoremap <buffer> <silent> ; 
4697 inoremap <buffer> <silent> ;& &
4698 inoremap <buffer> <silent> ;; ;
4699 setlocal keymap=
4700 setlocal noarabic
4701 setlocal autoindent
4702 setlocal balloonexpr=
4703 setlocal nobinary
4704 setlocal bufhidden=
4705 setlocal buflisted
4706 setlocal buftype=
4707 setlocal nocindent
4708 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
4709 setlocal cinoptions=
4710 setlocal cinwords=if,else,while,do,for,switch
4711 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
4712 setlocal commentstring=<!--%s-->
4713 setlocal complete=.,w,b,u,t,i
4714 setlocal completefunc=
4715 setlocal nocopyindent
4716 setlocal nocursorcolumn
4717 setlocal nocursorline
4718 setlocal define=
4719 setlocal dictionary=
4720 setlocal nodiff
4721 setlocal equalprg=
4722 setlocal errorformat=
4723 setlocal noexpandtab
4724 if &filetype != 'html'
4725 setlocal filetype=html
4726 endif
4727 setlocal foldcolumn=0
4728 setlocal foldenable
4729 setlocal foldexpr=0
4730 setlocal foldignore=#
4731 setlocal foldlevel=0
4732 setlocal foldmarker={{{,}}}
4733 setlocal foldmethod=manual
4734 setlocal foldminlines=1
4735 setlocal foldnestmax=20
4736 setlocal foldtext=foldtext()
4737 setlocal formatexpr=
4738 setlocal formatoptions=tcq
4739 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
4740 setlocal grepprg=
4741 setlocal iminsert=2
4742 setlocal imsearch=2
4743 setlocal include=
4744 setlocal includeexpr=
4745 setlocal indentexpr=
4746 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
4747 setlocal noinfercase
4748 setlocal iskeyword=@,48-57,_,192-255
4749 setlocal keywordprg=
4750 setlocal nolinebreak
4751 setlocal nolisp
4752 setlocal nolist
4753 setlocal makeprg=
4754 setlocal matchpairs=(:),{:},[:],<:>
4755 setlocal nomodeline
4756 setlocal modifiable
4757 setlocal nrformats=octal,hex
4758 setlocal nonumber
4759 setlocal numberwidth=4
4760 setlocal omnifunc=htmlcomplete#CompleteTags
4761 setlocal path=
4762 setlocal nopreserveindent
4763 setlocal nopreviewwindow
4764 setlocal quoteescape=\\
4765 setlocal noreadonly
4766 setlocal norightleft
4767 setlocal rightleftcmd=search
4768 setlocal noscrollbind
4769 setlocal shiftwidth=8
4770 setlocal noshortname
4771 setlocal nosmartindent
4772 setlocal softtabstop=0
4773 setlocal nospell
4774 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
4775 setlocal spellfile=
4776 setlocal spelllang=en
4777 setlocal statusline=
4778 setlocal suffixesadd=
4779 setlocal swapfile
4780 setlocal synmaxcol=3000
4781 if &syntax != 'html'
4782 setlocal syntax=html
4783 endif
4784 setlocal tabstop=2
4785 setlocal tags=
4786 setlocal textwidth=0
4787 setlocal thesaurus=
4788 setlocal nowinfixheight
4789 setlocal nowinfixwidth
4790 setlocal wrap
4791 setlocal wrapmargin=0
4792 silent! normal! zE
4793 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
4794 if s:l < 1 | let s:l = 1 | endif
4795 exe s:l
4796 normal! zt
4797 1
4798 normal! 0
4799 tabedit own-scripts.html
4800 set splitbelow splitright
4801 set nosplitbelow
4802 set nosplitright
4803 wincmd t
4804 set winheight=1 winwidth=1
4805 argglobal
4806 12argu
4807 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
4808 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
4809 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
4810 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
4811 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
4812 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
4813 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
4814 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
4815 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
4816 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
4817 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
4818 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
4819 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
4820 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
4821 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
4822 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
4823 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
4824 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
4825 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">')
4826 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">')
4827 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
4828 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
4829 nnoremap <buffer> <silent> ; 
4830 nnoremap <buffer> <silent> ;; ;
4831 vnoremap <buffer> <silent> ;; ;
4832 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
4833 inoremap <buffer> <silent> &hA &hArr;
4834 inoremap <buffer> <silent> &dA &dArr;
4835 inoremap <buffer> <silent> &rA &rArr;
4836 inoremap <buffer> <silent> &uA &uArr;
4837 inoremap <buffer> <silent> &lA &lArr;
4838 inoremap <buffer> <silent> &ha &harr;
4839 inoremap <buffer> <silent> &da &darr;
4840 inoremap <buffer> <silent> &ra &rarr;
4841 inoremap <buffer> <silent> &ua &uarr;
4842 inoremap <buffer> <silent> &la &larr;
4843 inoremap <buffer> <silent> &pv &piv;
4844 inoremap <buffer> <silent> &uh &upsih;
4845 inoremap <buffer> <silent> &ts &thetasym;
4846 inoremap <buffer> <silent> &og &omega;
4847 inoremap <buffer> <silent> &ps &psi;
4848 inoremap <buffer> <silent> &ch &chi;
4849 inoremap <buffer> <silent> &ph &phi;
4850 inoremap <buffer> <silent> &up &upsilon;
4851 inoremap <buffer> <silent> &ta &tau;
4852 inoremap <buffer> <silent> &sf &sigmaf;
4853 inoremap <buffer> <silent> &si &sigma;
4854 inoremap <buffer> <silent> &rh &rho;
4855 inoremap <buffer> <silent> &pi &pi;
4856 inoremap <buffer> <silent> &oc &omicron;
4857 inoremap <buffer> <silent> &xi &xi;
4858 inoremap <buffer> <silent> &nu &nu;
4859 inoremap <buffer> <silent> &mu &mu;
4860 inoremap <buffer> <silent> &lm &lambda;
4861 inoremap <buffer> <silent> &ka &kappa;
4862 inoremap <buffer> <silent> &io &iota;
4863 inoremap <buffer> <silent> &th &theta;
4864 inoremap <buffer> <silent> &et &eta;
4865 inoremap <buffer> <silent> &ze &zeta;
4866 inoremap <buffer> <silent> &ep &epsilon;
4867 inoremap <buffer> <silent> &de &delta;
4868 inoremap <buffer> <silent> &ga &gamma;
4869 inoremap <buffer> <silent> &be &beta;
4870 inoremap <buffer> <silent> &al &alpha;
4871 inoremap <buffer> <silent> &Ps &Psi;
4872 inoremap <buffer> <silent> &Ch &Chi;
4873 inoremap <buffer> <silent> &Ph &Phi;
4874 inoremap <buffer> <silent> &Up &Upsilon;
4875 inoremap <buffer> <silent> &Ta &Tau;
4876 inoremap <buffer> <silent> &Si &Sigma;
4877 inoremap <buffer> <silent> &Rh &Rho;
4878 inoremap <buffer> <silent> &Pi &Pi;
4879 inoremap <buffer> <silent> &Oc &Omicron;
4880 inoremap <buffer> <silent> &Xi &Xi;
4881 inoremap <buffer> <silent> &Nu &Nu;
4882 inoremap <buffer> <silent> &Mu &Mu;
4883 inoremap <buffer> <silent> &Lm &Lambda;
4884 inoremap <buffer> <silent> &Ka &Kappa;
4885 inoremap <buffer> <silent> &Io &Iota;
4886 inoremap <buffer> <silent> &Th &Theta;
4887 inoremap <buffer> <silent> &Et &Eta;
4888 inoremap <buffer> <silent> &Ze &Zeta;
4889 inoremap <buffer> <silent> &Ep &Epsilon;
4890 inoremap <buffer> <silent> &De &Delta;
4891 inoremap <buffer> <silent> &Ga &Gamma;
4892 inoremap <buffer> <silent> &Be &Beta;
4893 inoremap <buffer> <silent> &Al &Alpha;
4894 inoremap <buffer> <silent> &3. &hellip;
4895 inoremap <buffer> <silent> &-- &mdash;
4896 inoremap <buffer> <silent> &3- &mdash;
4897 inoremap <buffer> <silent> &m- &mdash;
4898 inoremap <buffer> <silent> &2- &ndash;
4899 inoremap <buffer> <silent> &n- &ndash;
4900 inoremap <buffer> <silent> &34 &frac34;
4901 inoremap <buffer> <silent> &12 &frac12;
4902 inoremap <buffer> <silent> &14 &frac14;
4903 inoremap <buffer> <silent> &. &middot;
4904 inoremap <buffer> <silent> &pa &para;
4905 inoremap <buffer> <silent> &mi &micro;
4906 inoremap <buffer> <silent> &dg &deg;
4907 inoremap <buffer> <silent> &? &iquest;
4908 inoremap <buffer> <silent> &! &iexcl;
4909 inoremap <buffer> <silent> &sz &szlig;
4910 inoremap <buffer> <silent> &o/ &oslash;
4911 inoremap <buffer> <silent> &/ &divide;
4912 inoremap <buffer> <silent> &" &uml;
4913 inoremap <buffer> <silent> &2> &raquo;
4914 inoremap <buffer> <silent> &2< &laquo;
4915 inoremap <buffer> <silent> &y" &yuml;
4916 inoremap <buffer> <silent> &y' &yacute;
4917 inoremap <buffer> <silent> &u" &uuml;
4918 inoremap <buffer> <silent> &u^ &ucirc;
4919 inoremap <buffer> <silent> &u' &uacute;
4920 inoremap <buffer> <silent> &u` &ugrave;
4921 inoremap <buffer> <silent> &x &times;
4922 inoremap <buffer> <silent> &o" &ouml;
4923 inoremap <buffer> <silent> &o~ &otilde;
4924 inoremap <buffer> <silent> &o^ &ocirc;
4925 inoremap <buffer> <silent> &o' &oacute;
4926 inoremap <buffer> <silent> &o` &ograve;
4927 inoremap <buffer> <silent> &n~ &ntilde;
4928 inoremap <buffer> <silent> &i" &iuml;
4929 inoremap <buffer> <silent> &i^ &icirc;
4930 inoremap <buffer> <silent> &i' &iacute;
4931 inoremap <buffer> <silent> &i` &igrave;
4932 inoremap <buffer> <silent> &e" &euml;
4933 inoremap <buffer> <silent> &e^ &ecirc;
4934 inoremap <buffer> <silent> &e' &eacute;
4935 inoremap <buffer> <silent> &e` &egrave;
4936 inoremap <buffer> <silent> &c, &ccedil;
4937 inoremap <buffer> <silent> &ae &aelig;
4938 inoremap <buffer> <silent> &ao &aring;
4939 inoremap <buffer> <silent> &a" &auml;
4940 inoremap <buffer> <silent> &a~ &atilde;
4941 inoremap <buffer> <silent> &a^ &acirc;
4942 inoremap <buffer> <silent> &a' &aacute;
4943 inoremap <buffer> <silent> &a` &agrave;
4944 inoremap <buffer> <silent> &Y' &Yacute;
4945 inoremap <buffer> <silent> &U" &Uuml;
4946 inoremap <buffer> <silent> &U^ &Ucirc;
4947 inoremap <buffer> <silent> &U' &Uacute;
4948 inoremap <buffer> <silent> &U` &Ugrave;
4949 inoremap <buffer> <silent> &O/ &Oslash;
4950 inoremap <buffer> <silent> &O" &Ouml;
4951 inoremap <buffer> <silent> &O~ &Otilde;
4952 inoremap <buffer> <silent> &O^ &Ocirc;
4953 inoremap <buffer> <silent> &O' &Oacute;
4954 inoremap <buffer> <silent> &O` &Ograve;
4955 inoremap <buffer> <silent> &N~ &Ntilde;
4956 inoremap <buffer> <silent> &I" &Iuml;
4957 inoremap <buffer> <silent> &I^ &Icirc;
4958 inoremap <buffer> <silent> &I' &Iacute;
4959 inoremap <buffer> <silent> &I` &Igrave;
4960 inoremap <buffer> <silent> &E" &Euml;
4961 inoremap <buffer> <silent> &E^ &Ecirc;
4962 inoremap <buffer> <silent> &E' &Eacute;
4963 inoremap <buffer> <silent> &E` &Egrave;
4964 inoremap <buffer> <silent> &C, &Ccedil;
4965 inoremap <buffer> <silent> &AE &AElig;
4966 inoremap <buffer> <silent> &Ao &Aring;
4967 inoremap <buffer> <silent> &A" &Auml;
4968 inoremap <buffer> <silent> &A~ &Atilde;
4969 inoremap <buffer> <silent> &A^ &Acirc;
4970 inoremap <buffer> <silent> &A' &Aacute;
4971 inoremap <buffer> <silent> &A` &Agrave;
4972 inoremap <buffer> <silent> &c| &cent;
4973 inoremap <buffer> <silent> &Y= &yen;
4974 inoremap <buffer> <silent> &# &pound;
4975 inoremap <buffer> <silent> & &nbsp;
4976 inoremap <buffer> <silent> &> &gt;
4977 inoremap <buffer> <silent> &< &lt;
4978 inoremap <buffer> <silent> &' &quot;
4979 inoremap <buffer> <silent> &tm &trade;
4980 inoremap <buffer> <silent> &rO &reg;
4981 inoremap <buffer> <silent> &cO &copy;
4982 inoremap <buffer> <silent> && &amp;
4983 inoremap <buffer> <silent> ; &nbsp;
4984 inoremap <buffer> <silent> ;la <label for=""></label>F"
4985 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
4986 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
4987 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
4988 </textarea>k$5F"i
4989 inoremap <buffer> <silent> ;og <optgroup label="">
4990 </optgroup>k$F"i
4991 inoremap <buffer> <silent> ;op <option></option>F<
4992 inoremap <buffer> <silent> ;ms <select name="" multiple>
4993 </select>O
4994 inoremap <buffer> <silent> ;se <select name="">
4995 </select>O
4996 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
4997 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
4998 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
4999 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
5000 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
5001 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
5002 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
5003 inoremap <buffer> <silent> ;fm <form action="">
5004 </form>k$F"i
5005 inoremap <buffer> <silent> ;if <iframe src="">
5006 </iframe>k$F"i
5007 inoremap <buffer> <silent> ;nf <noframes>
5008 </noframes>O
5009 inoremap <buffer> <silent> ;fr <frame src="">F"
5010 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
5011 </frameset>k$3F"i
5012 inoremap <buffer> <silent> ;th <th></th>F<
5013 inoremap <buffer> <silent> ;td <td>
5014 </td>O
5015 inoremap <buffer> <silent> ;tr <tr>
5016 </tr>O
5017 inoremap <buffer> <silent> ;tf <tfoot>
5018 </tfoot>O
5019 inoremap <buffer> <silent> ;tb <tbody>
5020 </tbody>O
5021 inoremap <buffer> <silent> ;tH <thead>
5022 </thead>O
5023 inoremap <buffer> <silent> ;ta <table>
5024 </table>O
5025 inoremap <buffer> <silent> ;ca <caption></caption>F<
5026 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
5027 </object>k$5F"i
5028 inoremap <buffer> <silent> ;ns <noscript>
5029 </noscripT>O
5030 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
5031 <noembed></noembed>k$5F"i
5032 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
5033 inoremap <buffer> <silent> ;va <var></var>F<
5034 inoremap <buffer> <silent> ;ul <ul>
5035 </ul>O
5036 inoremap <buffer> <silent> ;tt <tt></tt>F<
5037 inoremap <buffer> <silent> ;ti <title></title>F<
5038 inoremap <buffer> <silent> ;sp <sup></sup>F<
5039 inoremap <buffer> <silent> ;sb <sub></sub>F<
5040 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
5041 inoremap <buffer> <silent> ;cs <style type="text/css">
5042 <!--
5043 -->
5044 </style>kO
5045 inoremap <buffer> <silent> ;sm <small></small>F<
5046 inoremap <buffer> <silent> ;sa <samp></samp>F<
5047 inoremap <buffer> <silent> ;sk <strike></strike>F<
5048 inoremap <buffer> <silent> ;qu <q></q>F<
5049 inoremap <buffer> <silent> ;pr <pre>
5050 </pre>O
5051 inoremap <buffer> <silent> ;/p </p>
5052 
5053 <p>
5054 inoremap <buffer> <silent> ;pp <p>
5055 </p>O
5056 inoremap <buffer> <silent> ;ol <ol>
5057 </ol>O
5058 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
5059 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
5060 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
5061 inoremap <buffer> <silent> ;lk <link href="">F"
5062 inoremap <buffer> <silent> ;li <li></li>F<
5063 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
5064 inoremap <buffer> <silent> ;ii <isindex>
5065 inoremap <buffer> <silent> ;in <ins></ins>F<
5066 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
5067 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
5068 inoremap <buffer> <silent> ;ht <html>
5069 </html>O
5070 inoremap <buffer> <silent> ;Hr <hr width="75%">
5071 inoremap <buffer> <silent> ;hr <hr>
5072 inoremap <buffer> <silent> ;he <head>
5073 </head>O
5074 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
5075 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
5076 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
5077 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
5078 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
5079 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
5080 inoremap <buffer> <silent> ;h6 <h6></h6>F<
5081 inoremap <buffer> <silent> ;h5 <h5></h5>F<
5082 inoremap <buffer> <silent> ;h4 <h4></h4>F<
5083 inoremap <buffer> <silent> ;h3 <h3></h3>F<
5084 inoremap <buffer> <silent> ;h2 <h2></h2>F<
5085 inoremap <buffer> <silent> ;h1 <h1></h1>F<
5086 inoremap <buffer> <silent> ;fc <font color=""></font>F"
5087 inoremap <buffer> <silent> ;fo <font size=""></font>F"
5088 inoremap <buffer> <silent> ;sn <span></span>F<
5089 inoremap <buffer> <silent> ;dv <div>
5090 </div>O
5091 inoremap <buffer> <silent> ;df <dfn></dfn>F<
5092 inoremap <buffer> <silent> ;de <del></del>F<
5093 inoremap <buffer> <silent> ;dd <dd></dd>F<
5094 inoremap <buffer> <silent> ;dt <dt></dt>F<
5095 inoremap <buffer> <silent> ;dl <dl>
5096 </dl>O
5097 inoremap <buffer> <silent> ;co <code></code>F<
5098 inoremap <buffer> <silent> ;ci <cite></cite>F<
5099 inoremap <buffer> <silent> ;ce <center></center>F<
5100 inoremap <buffer> <silent> ;br <br>
5101 inoremap <buffer> <silent> ;bd <body>
5102 </body>O
5103 inoremap <buffer> <silent> ;bl <blockquote>
5104 </blockquote>O
5105 inoremap <buffer> <silent> ;bi <big></big>F<
5106 inoremap <buffer> <silent> ;bh <base href="">F"
5107 inoremap <buffer> <silent> ;ad <address></address>F<
5108 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
5109 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
5110 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
5111 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
5112 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
5113 inoremap <buffer> <silent> ;an <a name=""></a>F"
5114 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
5115 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
5116 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
5117 inoremap <buffer> <silent> ;ah <a href=""></a>F"
5118 imap <buffer> <silent> ;s4 ;s4
5119 imap <buffer> <silent> ;4 ;4
5120 inoremap <buffer> <silent> ;mi :call MangleImageTag()
5121 inoremap <buffer> <silent> ; 
5122 inoremap <buffer> <silent> ;& &
5123 inoremap <buffer> <silent> ;; ;
5124 setlocal keymap=
5125 setlocal noarabic
5126 setlocal autoindent
5127 setlocal balloonexpr=
5128 setlocal nobinary
5129 setlocal bufhidden=
5130 setlocal buflisted
5131 setlocal buftype=
5132 setlocal nocindent
5133 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
5134 setlocal cinoptions=
5135 setlocal cinwords=if,else,while,do,for,switch
5136 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
5137 setlocal commentstring=<!--%s-->
5138 setlocal complete=.,w,b,u,t,i
5139 setlocal completefunc=
5140 setlocal nocopyindent
5141 setlocal nocursorcolumn
5142 setlocal nocursorline
5143 setlocal define=
5144 setlocal dictionary=
5145 setlocal nodiff
5146 setlocal equalprg=
5147 setlocal errorformat=
5148 setlocal noexpandtab
5149 if &filetype != 'html'
5150 setlocal filetype=html
5151 endif
5152 setlocal foldcolumn=0
5153 setlocal foldenable
5154 setlocal foldexpr=0
5155 setlocal foldignore=#
5156 setlocal foldlevel=0
5157 setlocal foldmarker={{{,}}}
5158 setlocal foldmethod=manual
5159 setlocal foldminlines=1
5160 setlocal foldnestmax=20
5161 setlocal foldtext=foldtext()
5162 setlocal formatexpr=
5163 setlocal formatoptions=tcq
5164 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
5165 setlocal grepprg=
5166 setlocal iminsert=2
5167 setlocal imsearch=2
5168 setlocal include=
5169 setlocal includeexpr=
5170 setlocal indentexpr=
5171 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
5172 setlocal noinfercase
5173 setlocal iskeyword=@,48-57,_,192-255
5174 setlocal keywordprg=
5175 setlocal nolinebreak
5176 setlocal nolisp
5177 setlocal nolist
5178 setlocal makeprg=
5179 setlocal matchpairs=(:),{:},[:],<:>
5180 setlocal nomodeline
5181 setlocal modifiable
5182 setlocal nrformats=octal,hex
5183 setlocal nonumber
5184 setlocal numberwidth=4
5185 setlocal omnifunc=htmlcomplete#CompleteTags
5186 setlocal path=
5187 setlocal nopreserveindent
5188 setlocal nopreviewwindow
5189 setlocal quoteescape=\\
5190 setlocal noreadonly
5191 setlocal norightleft
5192 setlocal rightleftcmd=search
5193 setlocal noscrollbind
5194 setlocal shiftwidth=8
5195 setlocal noshortname
5196 setlocal nosmartindent
5197 setlocal softtabstop=0
5198 setlocal nospell
5199 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
5200 setlocal spellfile=
5201 setlocal spelllang=en
5202 setlocal statusline=
5203 setlocal suffixesadd=
5204 setlocal swapfile
5205 setlocal synmaxcol=3000
5206 if &syntax != 'html'
5207 setlocal syntax=html
5208 endif
5209 setlocal tabstop=2
5210 setlocal tags=
5211 setlocal textwidth=0
5212 setlocal thesaurus=
5213 setlocal nowinfixheight
5214 setlocal nowinfixwidth
5215 setlocal wrap
5216 setlocal wrapmargin=0
5217 silent! normal! zE
5218 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
5219 if s:l < 1 | let s:l = 1 | endif
5220 exe s:l
5221 normal! zt
5222 1
5223 normal! 0
5224 tabedit partitions.html
5225 set splitbelow splitright
5226 set nosplitbelow
5227 set nosplitright
5228 wincmd t
5229 set winheight=1 winwidth=1
5230 argglobal
5231 13argu
5232 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
5233 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
5234 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
5235 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
5236 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
5237 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
5238 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
5239 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
5240 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
5241 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
5242 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
5243 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
5244 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
5245 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
5246 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
5247 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
5248 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
5249 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
5250 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">')
5251 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">')
5252 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
5253 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
5254 nnoremap <buffer> <silent> ; 
5255 nnoremap <buffer> <silent> ;; ;
5256 vnoremap <buffer> <silent> ;; ;
5257 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
5258 inoremap <buffer> <silent> &hA &hArr;
5259 inoremap <buffer> <silent> &dA &dArr;
5260 inoremap <buffer> <silent> &rA &rArr;
5261 inoremap <buffer> <silent> &uA &uArr;
5262 inoremap <buffer> <silent> &lA &lArr;
5263 inoremap <buffer> <silent> &ha &harr;
5264 inoremap <buffer> <silent> &da &darr;
5265 inoremap <buffer> <silent> &ra &rarr;
5266 inoremap <buffer> <silent> &ua &uarr;
5267 inoremap <buffer> <silent> &la &larr;
5268 inoremap <buffer> <silent> &pv &piv;
5269 inoremap <buffer> <silent> &uh &upsih;
5270 inoremap <buffer> <silent> &ts &thetasym;
5271 inoremap <buffer> <silent> &og &omega;
5272 inoremap <buffer> <silent> &ps &psi;
5273 inoremap <buffer> <silent> &ch &chi;
5274 inoremap <buffer> <silent> &ph &phi;
5275 inoremap <buffer> <silent> &up &upsilon;
5276 inoremap <buffer> <silent> &ta &tau;
5277 inoremap <buffer> <silent> &sf &sigmaf;
5278 inoremap <buffer> <silent> &si &sigma;
5279 inoremap <buffer> <silent> &rh &rho;
5280 inoremap <buffer> <silent> &pi &pi;
5281 inoremap <buffer> <silent> &oc &omicron;
5282 inoremap <buffer> <silent> &xi &xi;
5283 inoremap <buffer> <silent> &nu &nu;
5284 inoremap <buffer> <silent> &mu &mu;
5285 inoremap <buffer> <silent> &lm &lambda;
5286 inoremap <buffer> <silent> &ka &kappa;
5287 inoremap <buffer> <silent> &io &iota;
5288 inoremap <buffer> <silent> &th &theta;
5289 inoremap <buffer> <silent> &et &eta;
5290 inoremap <buffer> <silent> &ze &zeta;
5291 inoremap <buffer> <silent> &ep &epsilon;
5292 inoremap <buffer> <silent> &de &delta;
5293 inoremap <buffer> <silent> &ga &gamma;
5294 inoremap <buffer> <silent> &be &beta;
5295 inoremap <buffer> <silent> &al &alpha;
5296 inoremap <buffer> <silent> &Ps &Psi;
5297 inoremap <buffer> <silent> &Ch &Chi;
5298 inoremap <buffer> <silent> &Ph &Phi;
5299 inoremap <buffer> <silent> &Up &Upsilon;
5300 inoremap <buffer> <silent> &Ta &Tau;
5301 inoremap <buffer> <silent> &Si &Sigma;
5302 inoremap <buffer> <silent> &Rh &Rho;
5303 inoremap <buffer> <silent> &Pi &Pi;
5304 inoremap <buffer> <silent> &Oc &Omicron;
5305 inoremap <buffer> <silent> &Xi &Xi;
5306 inoremap <buffer> <silent> &Nu &Nu;
5307 inoremap <buffer> <silent> &Mu &Mu;
5308 inoremap <buffer> <silent> &Lm &Lambda;
5309 inoremap <buffer> <silent> &Ka &Kappa;
5310 inoremap <buffer> <silent> &Io &Iota;
5311 inoremap <buffer> <silent> &Th &Theta;
5312 inoremap <buffer> <silent> &Et &Eta;
5313 inoremap <buffer> <silent> &Ze &Zeta;
5314 inoremap <buffer> <silent> &Ep &Epsilon;
5315 inoremap <buffer> <silent> &De &Delta;
5316 inoremap <buffer> <silent> &Ga &Gamma;
5317 inoremap <buffer> <silent> &Be &Beta;
5318 inoremap <buffer> <silent> &Al &Alpha;
5319 inoremap <buffer> <silent> &3. &hellip;
5320 inoremap <buffer> <silent> &-- &mdash;
5321 inoremap <buffer> <silent> &3- &mdash;
5322 inoremap <buffer> <silent> &m- &mdash;
5323 inoremap <buffer> <silent> &2- &ndash;
5324 inoremap <buffer> <silent> &n- &ndash;
5325 inoremap <buffer> <silent> &34 &frac34;
5326 inoremap <buffer> <silent> &12 &frac12;
5327 inoremap <buffer> <silent> &14 &frac14;
5328 inoremap <buffer> <silent> &. &middot;
5329 inoremap <buffer> <silent> &pa &para;
5330 inoremap <buffer> <silent> &mi &micro;
5331 inoremap <buffer> <silent> &dg &deg;
5332 inoremap <buffer> <silent> &? &iquest;
5333 inoremap <buffer> <silent> &! &iexcl;
5334 inoremap <buffer> <silent> &sz &szlig;
5335 inoremap <buffer> <silent> &o/ &oslash;
5336 inoremap <buffer> <silent> &/ &divide;
5337 inoremap <buffer> <silent> &" &uml;
5338 inoremap <buffer> <silent> &2> &raquo;
5339 inoremap <buffer> <silent> &2< &laquo;
5340 inoremap <buffer> <silent> &y" &yuml;
5341 inoremap <buffer> <silent> &y' &yacute;
5342 inoremap <buffer> <silent> &u" &uuml;
5343 inoremap <buffer> <silent> &u^ &ucirc;
5344 inoremap <buffer> <silent> &u' &uacute;
5345 inoremap <buffer> <silent> &u` &ugrave;
5346 inoremap <buffer> <silent> &x &times;
5347 inoremap <buffer> <silent> &o" &ouml;
5348 inoremap <buffer> <silent> &o~ &otilde;
5349 inoremap <buffer> <silent> &o^ &ocirc;
5350 inoremap <buffer> <silent> &o' &oacute;
5351 inoremap <buffer> <silent> &o` &ograve;
5352 inoremap <buffer> <silent> &n~ &ntilde;
5353 inoremap <buffer> <silent> &i" &iuml;
5354 inoremap <buffer> <silent> &i^ &icirc;
5355 inoremap <buffer> <silent> &i' &iacute;
5356 inoremap <buffer> <silent> &i` &igrave;
5357 inoremap <buffer> <silent> &e" &euml;
5358 inoremap <buffer> <silent> &e^ &ecirc;
5359 inoremap <buffer> <silent> &e' &eacute;
5360 inoremap <buffer> <silent> &e` &egrave;
5361 inoremap <buffer> <silent> &c, &ccedil;
5362 inoremap <buffer> <silent> &ae &aelig;
5363 inoremap <buffer> <silent> &ao &aring;
5364 inoremap <buffer> <silent> &a" &auml;
5365 inoremap <buffer> <silent> &a~ &atilde;
5366 inoremap <buffer> <silent> &a^ &acirc;
5367 inoremap <buffer> <silent> &a' &aacute;
5368 inoremap <buffer> <silent> &a` &agrave;
5369 inoremap <buffer> <silent> &Y' &Yacute;
5370 inoremap <buffer> <silent> &U" &Uuml;
5371 inoremap <buffer> <silent> &U^ &Ucirc;
5372 inoremap <buffer> <silent> &U' &Uacute;
5373 inoremap <buffer> <silent> &U` &Ugrave;
5374 inoremap <buffer> <silent> &O/ &Oslash;
5375 inoremap <buffer> <silent> &O" &Ouml;
5376 inoremap <buffer> <silent> &O~ &Otilde;
5377 inoremap <buffer> <silent> &O^ &Ocirc;
5378 inoremap <buffer> <silent> &O' &Oacute;
5379 inoremap <buffer> <silent> &O` &Ograve;
5380 inoremap <buffer> <silent> &N~ &Ntilde;
5381 inoremap <buffer> <silent> &I" &Iuml;
5382 inoremap <buffer> <silent> &I^ &Icirc;
5383 inoremap <buffer> <silent> &I' &Iacute;
5384 inoremap <buffer> <silent> &I` &Igrave;
5385 inoremap <buffer> <silent> &E" &Euml;
5386 inoremap <buffer> <silent> &E^ &Ecirc;
5387 inoremap <buffer> <silent> &E' &Eacute;
5388 inoremap <buffer> <silent> &E` &Egrave;
5389 inoremap <buffer> <silent> &C, &Ccedil;
5390 inoremap <buffer> <silent> &AE &AElig;
5391 inoremap <buffer> <silent> &Ao &Aring;
5392 inoremap <buffer> <silent> &A" &Auml;
5393 inoremap <buffer> <silent> &A~ &Atilde;
5394 inoremap <buffer> <silent> &A^ &Acirc;
5395 inoremap <buffer> <silent> &A' &Aacute;
5396 inoremap <buffer> <silent> &A` &Agrave;
5397 inoremap <buffer> <silent> &c| &cent;
5398 inoremap <buffer> <silent> &Y= &yen;
5399 inoremap <buffer> <silent> &# &pound;
5400 inoremap <buffer> <silent> & &nbsp;
5401 inoremap <buffer> <silent> &> &gt;
5402 inoremap <buffer> <silent> &< &lt;
5403 inoremap <buffer> <silent> &' &quot;
5404 inoremap <buffer> <silent> &tm &trade;
5405 inoremap <buffer> <silent> &rO &reg;
5406 inoremap <buffer> <silent> &cO &copy;
5407 inoremap <buffer> <silent> && &amp;
5408 inoremap <buffer> <silent> ; &nbsp;
5409 inoremap <buffer> <silent> ;la <label for=""></label>F"
5410 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
5411 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
5412 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
5413 </textarea>k$5F"i
5414 inoremap <buffer> <silent> ;og <optgroup label="">
5415 </optgroup>k$F"i
5416 inoremap <buffer> <silent> ;op <option></option>F<
5417 inoremap <buffer> <silent> ;ms <select name="" multiple>
5418 </select>O
5419 inoremap <buffer> <silent> ;se <select name="">
5420 </select>O
5421 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
5422 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
5423 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
5424 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
5425 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
5426 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
5427 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
5428 inoremap <buffer> <silent> ;fm <form action="">
5429 </form>k$F"i
5430 inoremap <buffer> <silent> ;if <iframe src="">
5431 </iframe>k$F"i
5432 inoremap <buffer> <silent> ;nf <noframes>
5433 </noframes>O
5434 inoremap <buffer> <silent> ;fr <frame src="">F"
5435 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
5436 </frameset>k$3F"i
5437 inoremap <buffer> <silent> ;th <th></th>F<
5438 inoremap <buffer> <silent> ;td <td>
5439 </td>O
5440 inoremap <buffer> <silent> ;tr <tr>
5441 </tr>O
5442 inoremap <buffer> <silent> ;tf <tfoot>
5443 </tfoot>O
5444 inoremap <buffer> <silent> ;tb <tbody>
5445 </tbody>O
5446 inoremap <buffer> <silent> ;tH <thead>
5447 </thead>O
5448 inoremap <buffer> <silent> ;ta <table>
5449 </table>O
5450 inoremap <buffer> <silent> ;ca <caption></caption>F<
5451 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
5452 </object>k$5F"i
5453 inoremap <buffer> <silent> ;ns <noscript>
5454 </noscripT>O
5455 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
5456 <noembed></noembed>k$5F"i
5457 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
5458 inoremap <buffer> <silent> ;va <var></var>F<
5459 inoremap <buffer> <silent> ;ul <ul>
5460 </ul>O
5461 inoremap <buffer> <silent> ;tt <tt></tt>F<
5462 inoremap <buffer> <silent> ;ti <title></title>F<
5463 inoremap <buffer> <silent> ;sp <sup></sup>F<
5464 inoremap <buffer> <silent> ;sb <sub></sub>F<
5465 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
5466 inoremap <buffer> <silent> ;cs <style type="text/css">
5467 <!--
5468 -->
5469 </style>kO
5470 inoremap <buffer> <silent> ;sm <small></small>F<
5471 inoremap <buffer> <silent> ;sa <samp></samp>F<
5472 inoremap <buffer> <silent> ;sk <strike></strike>F<
5473 inoremap <buffer> <silent> ;qu <q></q>F<
5474 inoremap <buffer> <silent> ;pr <pre>
5475 </pre>O
5476 inoremap <buffer> <silent> ;/p </p>
5477 
5478 <p>
5479 inoremap <buffer> <silent> ;pp <p>
5480 </p>O
5481 inoremap <buffer> <silent> ;ol <ol>
5482 </ol>O
5483 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
5484 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
5485 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
5486 inoremap <buffer> <silent> ;lk <link href="">F"
5487 inoremap <buffer> <silent> ;li <li></li>F<
5488 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
5489 inoremap <buffer> <silent> ;ii <isindex>
5490 inoremap <buffer> <silent> ;in <ins></ins>F<
5491 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
5492 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
5493 inoremap <buffer> <silent> ;ht <html>
5494 </html>O
5495 inoremap <buffer> <silent> ;Hr <hr width="75%">
5496 inoremap <buffer> <silent> ;hr <hr>
5497 inoremap <buffer> <silent> ;he <head>
5498 </head>O
5499 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
5500 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
5501 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
5502 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
5503 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
5504 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
5505 inoremap <buffer> <silent> ;h6 <h6></h6>F<
5506 inoremap <buffer> <silent> ;h5 <h5></h5>F<
5507 inoremap <buffer> <silent> ;h4 <h4></h4>F<
5508 inoremap <buffer> <silent> ;h3 <h3></h3>F<
5509 inoremap <buffer> <silent> ;h2 <h2></h2>F<
5510 inoremap <buffer> <silent> ;h1 <h1></h1>F<
5511 inoremap <buffer> <silent> ;fc <font color=""></font>F"
5512 inoremap <buffer> <silent> ;fo <font size=""></font>F"
5513 inoremap <buffer> <silent> ;sn <span></span>F<
5514 inoremap <buffer> <silent> ;dv <div>
5515 </div>O
5516 inoremap <buffer> <silent> ;df <dfn></dfn>F<
5517 inoremap <buffer> <silent> ;de <del></del>F<
5518 inoremap <buffer> <silent> ;dd <dd></dd>F<
5519 inoremap <buffer> <silent> ;dt <dt></dt>F<
5520 inoremap <buffer> <silent> ;dl <dl>
5521 </dl>O
5522 inoremap <buffer> <silent> ;co <code></code>F<
5523 inoremap <buffer> <silent> ;ci <cite></cite>F<
5524 inoremap <buffer> <silent> ;ce <center></center>F<
5525 inoremap <buffer> <silent> ;br <br>
5526 inoremap <buffer> <silent> ;bd <body>
5527 </body>O
5528 inoremap <buffer> <silent> ;bl <blockquote>
5529 </blockquote>O
5530 inoremap <buffer> <silent> ;bi <big></big>F<
5531 inoremap <buffer> <silent> ;bh <base href="">F"
5532 inoremap <buffer> <silent> ;ad <address></address>F<
5533 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
5534 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
5535 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
5536 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
5537 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
5538 inoremap <buffer> <silent> ;an <a name=""></a>F"
5539 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
5540 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
5541 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
5542 inoremap <buffer> <silent> ;ah <a href=""></a>F"
5543 imap <buffer> <silent> ;s4 ;s4
5544 imap <buffer> <silent> ;4 ;4
5545 inoremap <buffer> <silent> ;mi :call MangleImageTag()
5546 inoremap <buffer> <silent> ; 
5547 inoremap <buffer> <silent> ;& &
5548 inoremap <buffer> <silent> ;; ;
5549 setlocal keymap=
5550 setlocal noarabic
5551 setlocal autoindent
5552 setlocal balloonexpr=
5553 setlocal nobinary
5554 setlocal bufhidden=
5555 setlocal buflisted
5556 setlocal buftype=
5557 setlocal nocindent
5558 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
5559 setlocal cinoptions=
5560 setlocal cinwords=if,else,while,do,for,switch
5561 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
5562 setlocal commentstring=<!--%s-->
5563 setlocal complete=.,w,b,u,t,i
5564 setlocal completefunc=
5565 setlocal nocopyindent
5566 setlocal nocursorcolumn
5567 setlocal nocursorline
5568 setlocal define=
5569 setlocal dictionary=
5570 setlocal nodiff
5571 setlocal equalprg=
5572 setlocal errorformat=
5573 setlocal noexpandtab
5574 if &filetype != 'html'
5575 setlocal filetype=html
5576 endif
5577 setlocal foldcolumn=0
5578 setlocal foldenable
5579 setlocal foldexpr=0
5580 setlocal foldignore=#
5581 setlocal foldlevel=0
5582 setlocal foldmarker={{{,}}}
5583 setlocal foldmethod=manual
5584 setlocal foldminlines=1
5585 setlocal foldnestmax=20
5586 setlocal foldtext=foldtext()
5587 setlocal formatexpr=
5588 setlocal formatoptions=tcq
5589 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
5590 setlocal grepprg=
5591 setlocal iminsert=2
5592 setlocal imsearch=2
5593 setlocal include=
5594 setlocal includeexpr=
5595 setlocal indentexpr=
5596 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
5597 setlocal noinfercase
5598 setlocal iskeyword=@,48-57,_,192-255
5599 setlocal keywordprg=
5600 setlocal nolinebreak
5601 setlocal nolisp
5602 setlocal nolist
5603 setlocal makeprg=
5604 setlocal matchpairs=(:),{:},[:],<:>
5605 setlocal nomodeline
5606 setlocal modifiable
5607 setlocal nrformats=octal,hex
5608 setlocal nonumber
5609 setlocal numberwidth=4
5610 setlocal omnifunc=htmlcomplete#CompleteTags
5611 setlocal path=
5612 setlocal nopreserveindent
5613 setlocal nopreviewwindow
5614 setlocal quoteescape=\\
5615 setlocal noreadonly
5616 setlocal norightleft
5617 setlocal rightleftcmd=search
5618 setlocal noscrollbind
5619 setlocal shiftwidth=8
5620 setlocal noshortname
5621 setlocal nosmartindent
5622 setlocal softtabstop=0
5623 setlocal nospell
5624 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
5625 setlocal spellfile=
5626 setlocal spelllang=en
5627 setlocal statusline=
5628 setlocal suffixesadd=
5629 setlocal swapfile
5630 setlocal synmaxcol=3000
5631 if &syntax != 'html'
5632 setlocal syntax=html
5633 endif
5634 setlocal tabstop=2
5635 setlocal tags=
5636 setlocal textwidth=0
5637 setlocal thesaurus=
5638 setlocal nowinfixheight
5639 setlocal nowinfixwidth
5640 setlocal wrap
5641 setlocal wrapmargin=0
5642 silent! normal! zE
5643 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
5644 if s:l < 1 | let s:l = 1 | endif
5645 exe s:l
5646 normal! zt
5647 1
5648 normal! 0
5649 tabedit project.html
5650 set splitbelow splitright
5651 set nosplitbelow
5652 set nosplitright
5653 wincmd t
5654 set winheight=1 winwidth=1
5655 argglobal
5656 14argu
5657 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
5658 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
5659 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
5660 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
5661 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
5662 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
5663 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
5664 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
5665 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
5666 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
5667 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
5668 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
5669 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
5670 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
5671 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
5672 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
5673 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
5674 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
5675 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">')
5676 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">')
5677 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
5678 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
5679 nnoremap <buffer> <silent> ; 
5680 nnoremap <buffer> <silent> ;; ;
5681 vnoremap <buffer> <silent> ;; ;
5682 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
5683 inoremap <buffer> <silent> &hA &hArr;
5684 inoremap <buffer> <silent> &dA &dArr;
5685 inoremap <buffer> <silent> &rA &rArr;
5686 inoremap <buffer> <silent> &uA &uArr;
5687 inoremap <buffer> <silent> &lA &lArr;
5688 inoremap <buffer> <silent> &ha &harr;
5689 inoremap <buffer> <silent> &da &darr;
5690 inoremap <buffer> <silent> &ra &rarr;
5691 inoremap <buffer> <silent> &ua &uarr;
5692 inoremap <buffer> <silent> &la &larr;
5693 inoremap <buffer> <silent> &pv &piv;
5694 inoremap <buffer> <silent> &uh &upsih;
5695 inoremap <buffer> <silent> &ts &thetasym;
5696 inoremap <buffer> <silent> &og &omega;
5697 inoremap <buffer> <silent> &ps &psi;
5698 inoremap <buffer> <silent> &ch &chi;
5699 inoremap <buffer> <silent> &ph &phi;
5700 inoremap <buffer> <silent> &up &upsilon;
5701 inoremap <buffer> <silent> &ta &tau;
5702 inoremap <buffer> <silent> &sf &sigmaf;
5703 inoremap <buffer> <silent> &si &sigma;
5704 inoremap <buffer> <silent> &rh &rho;
5705 inoremap <buffer> <silent> &pi &pi;
5706 inoremap <buffer> <silent> &oc &omicron;
5707 inoremap <buffer> <silent> &xi &xi;
5708 inoremap <buffer> <silent> &nu &nu;
5709 inoremap <buffer> <silent> &mu &mu;
5710 inoremap <buffer> <silent> &lm &lambda;
5711 inoremap <buffer> <silent> &ka &kappa;
5712 inoremap <buffer> <silent> &io &iota;
5713 inoremap <buffer> <silent> &th &theta;
5714 inoremap <buffer> <silent> &et &eta;
5715 inoremap <buffer> <silent> &ze &zeta;
5716 inoremap <buffer> <silent> &ep &epsilon;
5717 inoremap <buffer> <silent> &de &delta;
5718 inoremap <buffer> <silent> &ga &gamma;
5719 inoremap <buffer> <silent> &be &beta;
5720 inoremap <buffer> <silent> &al &alpha;
5721 inoremap <buffer> <silent> &Ps &Psi;
5722 inoremap <buffer> <silent> &Ch &Chi;
5723 inoremap <buffer> <silent> &Ph &Phi;
5724 inoremap <buffer> <silent> &Up &Upsilon;
5725 inoremap <buffer> <silent> &Ta &Tau;
5726 inoremap <buffer> <silent> &Si &Sigma;
5727 inoremap <buffer> <silent> &Rh &Rho;
5728 inoremap <buffer> <silent> &Pi &Pi;
5729 inoremap <buffer> <silent> &Oc &Omicron;
5730 inoremap <buffer> <silent> &Xi &Xi;
5731 inoremap <buffer> <silent> &Nu &Nu;
5732 inoremap <buffer> <silent> &Mu &Mu;
5733 inoremap <buffer> <silent> &Lm &Lambda;
5734 inoremap <buffer> <silent> &Ka &Kappa;
5735 inoremap <buffer> <silent> &Io &Iota;
5736 inoremap <buffer> <silent> &Th &Theta;
5737 inoremap <buffer> <silent> &Et &Eta;
5738 inoremap <buffer> <silent> &Ze &Zeta;
5739 inoremap <buffer> <silent> &Ep &Epsilon;
5740 inoremap <buffer> <silent> &De &Delta;
5741 inoremap <buffer> <silent> &Ga &Gamma;
5742 inoremap <buffer> <silent> &Be &Beta;
5743 inoremap <buffer> <silent> &Al &Alpha;
5744 inoremap <buffer> <silent> &3. &hellip;
5745 inoremap <buffer> <silent> &-- &mdash;
5746 inoremap <buffer> <silent> &3- &mdash;
5747 inoremap <buffer> <silent> &m- &mdash;
5748 inoremap <buffer> <silent> &2- &ndash;
5749 inoremap <buffer> <silent> &n- &ndash;
5750 inoremap <buffer> <silent> &34 &frac34;
5751 inoremap <buffer> <silent> &12 &frac12;
5752 inoremap <buffer> <silent> &14 &frac14;
5753 inoremap <buffer> <silent> &. &middot;
5754 inoremap <buffer> <silent> &pa &para;
5755 inoremap <buffer> <silent> &mi &micro;
5756 inoremap <buffer> <silent> &dg &deg;
5757 inoremap <buffer> <silent> &? &iquest;
5758 inoremap <buffer> <silent> &! &iexcl;
5759 inoremap <buffer> <silent> &sz &szlig;
5760 inoremap <buffer> <silent> &o/ &oslash;
5761 inoremap <buffer> <silent> &/ &divide;
5762 inoremap <buffer> <silent> &" &uml;
5763 inoremap <buffer> <silent> &2> &raquo;
5764 inoremap <buffer> <silent> &2< &laquo;
5765 inoremap <buffer> <silent> &y" &yuml;
5766 inoremap <buffer> <silent> &y' &yacute;
5767 inoremap <buffer> <silent> &u" &uuml;
5768 inoremap <buffer> <silent> &u^ &ucirc;
5769 inoremap <buffer> <silent> &u' &uacute;
5770 inoremap <buffer> <silent> &u` &ugrave;
5771 inoremap <buffer> <silent> &x &times;
5772 inoremap <buffer> <silent> &o" &ouml;
5773 inoremap <buffer> <silent> &o~ &otilde;
5774 inoremap <buffer> <silent> &o^ &ocirc;
5775 inoremap <buffer> <silent> &o' &oacute;
5776 inoremap <buffer> <silent> &o` &ograve;
5777 inoremap <buffer> <silent> &n~ &ntilde;
5778 inoremap <buffer> <silent> &i" &iuml;
5779 inoremap <buffer> <silent> &i^ &icirc;
5780 inoremap <buffer> <silent> &i' &iacute;
5781 inoremap <buffer> <silent> &i` &igrave;
5782 inoremap <buffer> <silent> &e" &euml;
5783 inoremap <buffer> <silent> &e^ &ecirc;
5784 inoremap <buffer> <silent> &e' &eacute;
5785 inoremap <buffer> <silent> &e` &egrave;
5786 inoremap <buffer> <silent> &c, &ccedil;
5787 inoremap <buffer> <silent> &ae &aelig;
5788 inoremap <buffer> <silent> &ao &aring;
5789 inoremap <buffer> <silent> &a" &auml;
5790 inoremap <buffer> <silent> &a~ &atilde;
5791 inoremap <buffer> <silent> &a^ &acirc;
5792 inoremap <buffer> <silent> &a' &aacute;
5793 inoremap <buffer> <silent> &a` &agrave;
5794 inoremap <buffer> <silent> &Y' &Yacute;
5795 inoremap <buffer> <silent> &U" &Uuml;
5796 inoremap <buffer> <silent> &U^ &Ucirc;
5797 inoremap <buffer> <silent> &U' &Uacute;
5798 inoremap <buffer> <silent> &U` &Ugrave;
5799 inoremap <buffer> <silent> &O/ &Oslash;
5800 inoremap <buffer> <silent> &O" &Ouml;
5801 inoremap <buffer> <silent> &O~ &Otilde;
5802 inoremap <buffer> <silent> &O^ &Ocirc;
5803 inoremap <buffer> <silent> &O' &Oacute;
5804 inoremap <buffer> <silent> &O` &Ograve;
5805 inoremap <buffer> <silent> &N~ &Ntilde;
5806 inoremap <buffer> <silent> &I" &Iuml;
5807 inoremap <buffer> <silent> &I^ &Icirc;
5808 inoremap <buffer> <silent> &I' &Iacute;
5809 inoremap <buffer> <silent> &I` &Igrave;
5810 inoremap <buffer> <silent> &E" &Euml;
5811 inoremap <buffer> <silent> &E^ &Ecirc;
5812 inoremap <buffer> <silent> &E' &Eacute;
5813 inoremap <buffer> <silent> &E` &Egrave;
5814 inoremap <buffer> <silent> &C, &Ccedil;
5815 inoremap <buffer> <silent> &AE &AElig;
5816 inoremap <buffer> <silent> &Ao &Aring;
5817 inoremap <buffer> <silent> &A" &Auml;
5818 inoremap <buffer> <silent> &A~ &Atilde;
5819 inoremap <buffer> <silent> &A^ &Acirc;
5820 inoremap <buffer> <silent> &A' &Aacute;
5821 inoremap <buffer> <silent> &A` &Agrave;
5822 inoremap <buffer> <silent> &c| &cent;
5823 inoremap <buffer> <silent> &Y= &yen;
5824 inoremap <buffer> <silent> &# &pound;
5825 inoremap <buffer> <silent> & &nbsp;
5826 inoremap <buffer> <silent> &> &gt;
5827 inoremap <buffer> <silent> &< &lt;
5828 inoremap <buffer> <silent> &' &quot;
5829 inoremap <buffer> <silent> &tm &trade;
5830 inoremap <buffer> <silent> &rO &reg;
5831 inoremap <buffer> <silent> &cO &copy;
5832 inoremap <buffer> <silent> && &amp;
5833 inoremap <buffer> <silent> ; &nbsp;
5834 inoremap <buffer> <silent> ;la <label for=""></label>F"
5835 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
5836 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
5837 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
5838 </textarea>k$5F"i
5839 inoremap <buffer> <silent> ;og <optgroup label="">
5840 </optgroup>k$F"i
5841 inoremap <buffer> <silent> ;op <option></option>F<
5842 inoremap <buffer> <silent> ;ms <select name="" multiple>
5843 </select>O
5844 inoremap <buffer> <silent> ;se <select name="">
5845 </select>O
5846 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
5847 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
5848 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
5849 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
5850 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
5851 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
5852 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
5853 inoremap <buffer> <silent> ;fm <form action="">
5854 </form>k$F"i
5855 inoremap <buffer> <silent> ;if <iframe src="">
5856 </iframe>k$F"i
5857 inoremap <buffer> <silent> ;nf <noframes>
5858 </noframes>O
5859 inoremap <buffer> <silent> ;fr <frame src="">F"
5860 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
5861 </frameset>k$3F"i
5862 inoremap <buffer> <silent> ;th <th></th>F<
5863 inoremap <buffer> <silent> ;td <td>
5864 </td>O
5865 inoremap <buffer> <silent> ;tr <tr>
5866 </tr>O
5867 inoremap <buffer> <silent> ;tf <tfoot>
5868 </tfoot>O
5869 inoremap <buffer> <silent> ;tb <tbody>
5870 </tbody>O
5871 inoremap <buffer> <silent> ;tH <thead>
5872 </thead>O
5873 inoremap <buffer> <silent> ;ta <table>
5874 </table>O
5875 inoremap <buffer> <silent> ;ca <caption></caption>F<
5876 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
5877 </object>k$5F"i
5878 inoremap <buffer> <silent> ;ns <noscript>
5879 </noscripT>O
5880 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
5881 <noembed></noembed>k$5F"i
5882 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
5883 inoremap <buffer> <silent> ;va <var></var>F<
5884 inoremap <buffer> <silent> ;ul <ul>
5885 </ul>O
5886 inoremap <buffer> <silent> ;tt <tt></tt>F<
5887 inoremap <buffer> <silent> ;ti <title></title>F<
5888 inoremap <buffer> <silent> ;sp <sup></sup>F<
5889 inoremap <buffer> <silent> ;sb <sub></sub>F<
5890 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
5891 inoremap <buffer> <silent> ;cs <style type="text/css">
5892 <!--
5893 -->
5894 </style>kO
5895 inoremap <buffer> <silent> ;sm <small></small>F<
5896 inoremap <buffer> <silent> ;sa <samp></samp>F<
5897 inoremap <buffer> <silent> ;sk <strike></strike>F<
5898 inoremap <buffer> <silent> ;qu <q></q>F<
5899 inoremap <buffer> <silent> ;pr <pre>
5900 </pre>O
5901 inoremap <buffer> <silent> ;/p </p>
5902 
5903 <p>
5904 inoremap <buffer> <silent> ;pp <p>
5905 </p>O
5906 inoremap <buffer> <silent> ;ol <ol>
5907 </ol>O
5908 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
5909 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
5910 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
5911 inoremap <buffer> <silent> ;lk <link href="">F"
5912 inoremap <buffer> <silent> ;li <li></li>F<
5913 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
5914 inoremap <buffer> <silent> ;ii <isindex>
5915 inoremap <buffer> <silent> ;in <ins></ins>F<
5916 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
5917 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
5918 inoremap <buffer> <silent> ;ht <html>
5919 </html>O
5920 inoremap <buffer> <silent> ;Hr <hr width="75%">
5921 inoremap <buffer> <silent> ;hr <hr>
5922 inoremap <buffer> <silent> ;he <head>
5923 </head>O
5924 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
5925 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
5926 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
5927 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
5928 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
5929 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
5930 inoremap <buffer> <silent> ;h6 <h6></h6>F<
5931 inoremap <buffer> <silent> ;h5 <h5></h5>F<
5932 inoremap <buffer> <silent> ;h4 <h4></h4>F<
5933 inoremap <buffer> <silent> ;h3 <h3></h3>F<
5934 inoremap <buffer> <silent> ;h2 <h2></h2>F<
5935 inoremap <buffer> <silent> ;h1 <h1></h1>F<
5936 inoremap <buffer> <silent> ;fc <font color=""></font>F"
5937 inoremap <buffer> <silent> ;fo <font size=""></font>F"
5938 inoremap <buffer> <silent> ;sn <span></span>F<
5939 inoremap <buffer> <silent> ;dv <div>
5940 </div>O
5941 inoremap <buffer> <silent> ;df <dfn></dfn>F<
5942 inoremap <buffer> <silent> ;de <del></del>F<
5943 inoremap <buffer> <silent> ;dd <dd></dd>F<
5944 inoremap <buffer> <silent> ;dt <dt></dt>F<
5945 inoremap <buffer> <silent> ;dl <dl>
5946 </dl>O
5947 inoremap <buffer> <silent> ;co <code></code>F<
5948 inoremap <buffer> <silent> ;ci <cite></cite>F<
5949 inoremap <buffer> <silent> ;ce <center></center>F<
5950 inoremap <buffer> <silent> ;br <br>
5951 inoremap <buffer> <silent> ;bd <body>
5952 </body>O
5953 inoremap <buffer> <silent> ;bl <blockquote>
5954 </blockquote>O
5955 inoremap <buffer> <silent> ;bi <big></big>F<
5956 inoremap <buffer> <silent> ;bh <base href="">F"
5957 inoremap <buffer> <silent> ;ad <address></address>F<
5958 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
5959 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
5960 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
5961 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
5962 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
5963 inoremap <buffer> <silent> ;an <a name=""></a>F"
5964 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
5965 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
5966 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
5967 inoremap <buffer> <silent> ;ah <a href=""></a>F"
5968 imap <buffer> <silent> ;s4 ;s4
5969 imap <buffer> <silent> ;4 ;4
5970 inoremap <buffer> <silent> ;mi :call MangleImageTag()
5971 inoremap <buffer> <silent> ; 
5972 inoremap <buffer> <silent> ;& &
5973 inoremap <buffer> <silent> ;; ;
5974 setlocal keymap=
5975 setlocal noarabic
5976 setlocal autoindent
5977 setlocal balloonexpr=
5978 setlocal nobinary
5979 setlocal bufhidden=
5980 setlocal buflisted
5981 setlocal buftype=
5982 setlocal nocindent
5983 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
5984 setlocal cinoptions=
5985 setlocal cinwords=if,else,while,do,for,switch
5986 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
5987 setlocal commentstring=<!--%s-->
5988 setlocal complete=.,w,b,u,t,i
5989 setlocal completefunc=
5990 setlocal nocopyindent
5991 setlocal nocursorcolumn
5992 setlocal nocursorline
5993 setlocal define=
5994 setlocal dictionary=
5995 setlocal nodiff
5996 setlocal equalprg=
5997 setlocal errorformat=
5998 setlocal noexpandtab
5999 if &filetype != 'html'
6000 setlocal filetype=html
6001 endif
6002 setlocal foldcolumn=0
6003 setlocal foldenable
6004 setlocal foldexpr=0
6005 setlocal foldignore=#
6006 setlocal foldlevel=0
6007 setlocal foldmarker={{{,}}}
6008 setlocal foldmethod=manual
6009 setlocal foldminlines=1
6010 setlocal foldnestmax=20
6011 setlocal foldtext=foldtext()
6012 setlocal formatexpr=
6013 setlocal formatoptions=tcq
6014 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
6015 setlocal grepprg=
6016 setlocal iminsert=2
6017 setlocal imsearch=2
6018 setlocal include=
6019 setlocal includeexpr=
6020 setlocal indentexpr=
6021 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
6022 setlocal noinfercase
6023 setlocal iskeyword=@,48-57,_,192-255
6024 setlocal keywordprg=
6025 setlocal nolinebreak
6026 setlocal nolisp
6027 setlocal nolist
6028 setlocal makeprg=
6029 setlocal matchpairs=(:),{:},[:],<:>
6030 setlocal nomodeline
6031 setlocal modifiable
6032 setlocal nrformats=octal,hex
6033 setlocal nonumber
6034 setlocal numberwidth=4
6035 setlocal omnifunc=htmlcomplete#CompleteTags
6036 setlocal path=
6037 setlocal nopreserveindent
6038 setlocal nopreviewwindow
6039 setlocal quoteescape=\\
6040 setlocal noreadonly
6041 setlocal norightleft
6042 setlocal rightleftcmd=search
6043 setlocal noscrollbind
6044 setlocal shiftwidth=8
6045 setlocal noshortname
6046 setlocal nosmartindent
6047 setlocal softtabstop=0
6048 setlocal nospell
6049 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
6050 setlocal spellfile=
6051 setlocal spelllang=en
6052 setlocal statusline=
6053 setlocal suffixesadd=
6054 setlocal swapfile
6055 setlocal synmaxcol=3000
6056 if &syntax != 'html'
6057 setlocal syntax=html
6058 endif
6059 setlocal tabstop=2
6060 setlocal tags=
6061 setlocal textwidth=0
6062 setlocal thesaurus=
6063 setlocal nowinfixheight
6064 setlocal nowinfixwidth
6065 setlocal wrap
6066 setlocal wrapmargin=0
6067 silent! normal! zE
6068 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
6069 if s:l < 1 | let s:l = 1 | endif
6070 exe s:l
6071 normal! zt
6072 1
6073 normal! 0
6074 tabedit recover.html
6075 set splitbelow splitright
6076 set nosplitbelow
6077 set nosplitright
6078 wincmd t
6079 set winheight=1 winwidth=1
6080 argglobal
6081 15argu
6082 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6083 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6084 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
6085 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
6086 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
6087 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
6088 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
6089 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
6090 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
6091 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
6092 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
6093 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
6094 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
6095 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
6096 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
6097 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
6098 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
6099 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
6100 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">')
6101 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">')
6102 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
6103 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
6104 nnoremap <buffer> <silent> ; 
6105 nnoremap <buffer> <silent> ;; ;
6106 vnoremap <buffer> <silent> ;; ;
6107 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
6108 inoremap <buffer> <silent> &hA &hArr;
6109 inoremap <buffer> <silent> &dA &dArr;
6110 inoremap <buffer> <silent> &rA &rArr;
6111 inoremap <buffer> <silent> &uA &uArr;
6112 inoremap <buffer> <silent> &lA &lArr;
6113 inoremap <buffer> <silent> &ha &harr;
6114 inoremap <buffer> <silent> &da &darr;
6115 inoremap <buffer> <silent> &ra &rarr;
6116 inoremap <buffer> <silent> &ua &uarr;
6117 inoremap <buffer> <silent> &la &larr;
6118 inoremap <buffer> <silent> &pv &piv;
6119 inoremap <buffer> <silent> &uh &upsih;
6120 inoremap <buffer> <silent> &ts &thetasym;
6121 inoremap <buffer> <silent> &og &omega;
6122 inoremap <buffer> <silent> &ps &psi;
6123 inoremap <buffer> <silent> &ch &chi;
6124 inoremap <buffer> <silent> &ph &phi;
6125 inoremap <buffer> <silent> &up &upsilon;
6126 inoremap <buffer> <silent> &ta &tau;
6127 inoremap <buffer> <silent> &sf &sigmaf;
6128 inoremap <buffer> <silent> &si &sigma;
6129 inoremap <buffer> <silent> &rh &rho;
6130 inoremap <buffer> <silent> &pi &pi;
6131 inoremap <buffer> <silent> &oc &omicron;
6132 inoremap <buffer> <silent> &xi &xi;
6133 inoremap <buffer> <silent> &nu &nu;
6134 inoremap <buffer> <silent> &mu &mu;
6135 inoremap <buffer> <silent> &lm &lambda;
6136 inoremap <buffer> <silent> &ka &kappa;
6137 inoremap <buffer> <silent> &io &iota;
6138 inoremap <buffer> <silent> &th &theta;
6139 inoremap <buffer> <silent> &et &eta;
6140 inoremap <buffer> <silent> &ze &zeta;
6141 inoremap <buffer> <silent> &ep &epsilon;
6142 inoremap <buffer> <silent> &de &delta;
6143 inoremap <buffer> <silent> &ga &gamma;
6144 inoremap <buffer> <silent> &be &beta;
6145 inoremap <buffer> <silent> &al &alpha;
6146 inoremap <buffer> <silent> &Ps &Psi;
6147 inoremap <buffer> <silent> &Ch &Chi;
6148 inoremap <buffer> <silent> &Ph &Phi;
6149 inoremap <buffer> <silent> &Up &Upsilon;
6150 inoremap <buffer> <silent> &Ta &Tau;
6151 inoremap <buffer> <silent> &Si &Sigma;
6152 inoremap <buffer> <silent> &Rh &Rho;
6153 inoremap <buffer> <silent> &Pi &Pi;
6154 inoremap <buffer> <silent> &Oc &Omicron;
6155 inoremap <buffer> <silent> &Xi &Xi;
6156 inoremap <buffer> <silent> &Nu &Nu;
6157 inoremap <buffer> <silent> &Mu &Mu;
6158 inoremap <buffer> <silent> &Lm &Lambda;
6159 inoremap <buffer> <silent> &Ka &Kappa;
6160 inoremap <buffer> <silent> &Io &Iota;
6161 inoremap <buffer> <silent> &Th &Theta;
6162 inoremap <buffer> <silent> &Et &Eta;
6163 inoremap <buffer> <silent> &Ze &Zeta;
6164 inoremap <buffer> <silent> &Ep &Epsilon;
6165 inoremap <buffer> <silent> &De &Delta;
6166 inoremap <buffer> <silent> &Ga &Gamma;
6167 inoremap <buffer> <silent> &Be &Beta;
6168 inoremap <buffer> <silent> &Al &Alpha;
6169 inoremap <buffer> <silent> &3. &hellip;
6170 inoremap <buffer> <silent> &-- &mdash;
6171 inoremap <buffer> <silent> &3- &mdash;
6172 inoremap <buffer> <silent> &m- &mdash;
6173 inoremap <buffer> <silent> &2- &ndash;
6174 inoremap <buffer> <silent> &n- &ndash;
6175 inoremap <buffer> <silent> &34 &frac34;
6176 inoremap <buffer> <silent> &12 &frac12;
6177 inoremap <buffer> <silent> &14 &frac14;
6178 inoremap <buffer> <silent> &. &middot;
6179 inoremap <buffer> <silent> &pa &para;
6180 inoremap <buffer> <silent> &mi &micro;
6181 inoremap <buffer> <silent> &dg &deg;
6182 inoremap <buffer> <silent> &? &iquest;
6183 inoremap <buffer> <silent> &! &iexcl;
6184 inoremap <buffer> <silent> &sz &szlig;
6185 inoremap <buffer> <silent> &o/ &oslash;
6186 inoremap <buffer> <silent> &/ &divide;
6187 inoremap <buffer> <silent> &" &uml;
6188 inoremap <buffer> <silent> &2> &raquo;
6189 inoremap <buffer> <silent> &2< &laquo;
6190 inoremap <buffer> <silent> &y" &yuml;
6191 inoremap <buffer> <silent> &y' &yacute;
6192 inoremap <buffer> <silent> &u" &uuml;
6193 inoremap <buffer> <silent> &u^ &ucirc;
6194 inoremap <buffer> <silent> &u' &uacute;
6195 inoremap <buffer> <silent> &u` &ugrave;
6196 inoremap <buffer> <silent> &x &times;
6197 inoremap <buffer> <silent> &o" &ouml;
6198 inoremap <buffer> <silent> &o~ &otilde;
6199 inoremap <buffer> <silent> &o^ &ocirc;
6200 inoremap <buffer> <silent> &o' &oacute;
6201 inoremap <buffer> <silent> &o` &ograve;
6202 inoremap <buffer> <silent> &n~ &ntilde;
6203 inoremap <buffer> <silent> &i" &iuml;
6204 inoremap <buffer> <silent> &i^ &icirc;
6205 inoremap <buffer> <silent> &i' &iacute;
6206 inoremap <buffer> <silent> &i` &igrave;
6207 inoremap <buffer> <silent> &e" &euml;
6208 inoremap <buffer> <silent> &e^ &ecirc;
6209 inoremap <buffer> <silent> &e' &eacute;
6210 inoremap <buffer> <silent> &e` &egrave;
6211 inoremap <buffer> <silent> &c, &ccedil;
6212 inoremap <buffer> <silent> &ae &aelig;
6213 inoremap <buffer> <silent> &ao &aring;
6214 inoremap <buffer> <silent> &a" &auml;
6215 inoremap <buffer> <silent> &a~ &atilde;
6216 inoremap <buffer> <silent> &a^ &acirc;
6217 inoremap <buffer> <silent> &a' &aacute;
6218 inoremap <buffer> <silent> &a` &agrave;
6219 inoremap <buffer> <silent> &Y' &Yacute;
6220 inoremap <buffer> <silent> &U" &Uuml;
6221 inoremap <buffer> <silent> &U^ &Ucirc;
6222 inoremap <buffer> <silent> &U' &Uacute;
6223 inoremap <buffer> <silent> &U` &Ugrave;
6224 inoremap <buffer> <silent> &O/ &Oslash;
6225 inoremap <buffer> <silent> &O" &Ouml;
6226 inoremap <buffer> <silent> &O~ &Otilde;
6227 inoremap <buffer> <silent> &O^ &Ocirc;
6228 inoremap <buffer> <silent> &O' &Oacute;
6229 inoremap <buffer> <silent> &O` &Ograve;
6230 inoremap <buffer> <silent> &N~ &Ntilde;
6231 inoremap <buffer> <silent> &I" &Iuml;
6232 inoremap <buffer> <silent> &I^ &Icirc;
6233 inoremap <buffer> <silent> &I' &Iacute;
6234 inoremap <buffer> <silent> &I` &Igrave;
6235 inoremap <buffer> <silent> &E" &Euml;
6236 inoremap <buffer> <silent> &E^ &Ecirc;
6237 inoremap <buffer> <silent> &E' &Eacute;
6238 inoremap <buffer> <silent> &E` &Egrave;
6239 inoremap <buffer> <silent> &C, &Ccedil;
6240 inoremap <buffer> <silent> &AE &AElig;
6241 inoremap <buffer> <silent> &Ao &Aring;
6242 inoremap <buffer> <silent> &A" &Auml;
6243 inoremap <buffer> <silent> &A~ &Atilde;
6244 inoremap <buffer> <silent> &A^ &Acirc;
6245 inoremap <buffer> <silent> &A' &Aacute;
6246 inoremap <buffer> <silent> &A` &Agrave;
6247 inoremap <buffer> <silent> &c| &cent;
6248 inoremap <buffer> <silent> &Y= &yen;
6249 inoremap <buffer> <silent> &# &pound;
6250 inoremap <buffer> <silent> & &nbsp;
6251 inoremap <buffer> <silent> &> &gt;
6252 inoremap <buffer> <silent> &< &lt;
6253 inoremap <buffer> <silent> &' &quot;
6254 inoremap <buffer> <silent> &tm &trade;
6255 inoremap <buffer> <silent> &rO &reg;
6256 inoremap <buffer> <silent> &cO &copy;
6257 inoremap <buffer> <silent> && &amp;
6258 inoremap <buffer> <silent> ; &nbsp;
6259 inoremap <buffer> <silent> ;la <label for=""></label>F"
6260 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
6261 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
6262 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
6263 </textarea>k$5F"i
6264 inoremap <buffer> <silent> ;og <optgroup label="">
6265 </optgroup>k$F"i
6266 inoremap <buffer> <silent> ;op <option></option>F<
6267 inoremap <buffer> <silent> ;ms <select name="" multiple>
6268 </select>O
6269 inoremap <buffer> <silent> ;se <select name="">
6270 </select>O
6271 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
6272 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
6273 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
6274 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
6275 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
6276 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
6277 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
6278 inoremap <buffer> <silent> ;fm <form action="">
6279 </form>k$F"i
6280 inoremap <buffer> <silent> ;if <iframe src="">
6281 </iframe>k$F"i
6282 inoremap <buffer> <silent> ;nf <noframes>
6283 </noframes>O
6284 inoremap <buffer> <silent> ;fr <frame src="">F"
6285 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
6286 </frameset>k$3F"i
6287 inoremap <buffer> <silent> ;th <th></th>F<
6288 inoremap <buffer> <silent> ;td <td>
6289 </td>O
6290 inoremap <buffer> <silent> ;tr <tr>
6291 </tr>O
6292 inoremap <buffer> <silent> ;tf <tfoot>
6293 </tfoot>O
6294 inoremap <buffer> <silent> ;tb <tbody>
6295 </tbody>O
6296 inoremap <buffer> <silent> ;tH <thead>
6297 </thead>O
6298 inoremap <buffer> <silent> ;ta <table>
6299 </table>O
6300 inoremap <buffer> <silent> ;ca <caption></caption>F<
6301 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
6302 </object>k$5F"i
6303 inoremap <buffer> <silent> ;ns <noscript>
6304 </noscripT>O
6305 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
6306 <noembed></noembed>k$5F"i
6307 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
6308 inoremap <buffer> <silent> ;va <var></var>F<
6309 inoremap <buffer> <silent> ;ul <ul>
6310 </ul>O
6311 inoremap <buffer> <silent> ;tt <tt></tt>F<
6312 inoremap <buffer> <silent> ;ti <title></title>F<
6313 inoremap <buffer> <silent> ;sp <sup></sup>F<
6314 inoremap <buffer> <silent> ;sb <sub></sub>F<
6315 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
6316 inoremap <buffer> <silent> ;cs <style type="text/css">
6317 <!--
6318 -->
6319 </style>kO
6320 inoremap <buffer> <silent> ;sm <small></small>F<
6321 inoremap <buffer> <silent> ;sa <samp></samp>F<
6322 inoremap <buffer> <silent> ;sk <strike></strike>F<
6323 inoremap <buffer> <silent> ;qu <q></q>F<
6324 inoremap <buffer> <silent> ;pr <pre>
6325 </pre>O
6326 inoremap <buffer> <silent> ;/p </p>
6327 
6328 <p>
6329 inoremap <buffer> <silent> ;pp <p>
6330 </p>O
6331 inoremap <buffer> <silent> ;ol <ol>
6332 </ol>O
6333 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
6334 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
6335 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
6336 inoremap <buffer> <silent> ;lk <link href="">F"
6337 inoremap <buffer> <silent> ;li <li></li>F<
6338 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
6339 inoremap <buffer> <silent> ;ii <isindex>
6340 inoremap <buffer> <silent> ;in <ins></ins>F<
6341 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
6342 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
6343 inoremap <buffer> <silent> ;ht <html>
6344 </html>O
6345 inoremap <buffer> <silent> ;Hr <hr width="75%">
6346 inoremap <buffer> <silent> ;hr <hr>
6347 inoremap <buffer> <silent> ;he <head>
6348 </head>O
6349 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
6350 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
6351 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
6352 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
6353 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
6354 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
6355 inoremap <buffer> <silent> ;h6 <h6></h6>F<
6356 inoremap <buffer> <silent> ;h5 <h5></h5>F<
6357 inoremap <buffer> <silent> ;h4 <h4></h4>F<
6358 inoremap <buffer> <silent> ;h3 <h3></h3>F<
6359 inoremap <buffer> <silent> ;h2 <h2></h2>F<
6360 inoremap <buffer> <silent> ;h1 <h1></h1>F<
6361 inoremap <buffer> <silent> ;fc <font color=""></font>F"
6362 inoremap <buffer> <silent> ;fo <font size=""></font>F"
6363 inoremap <buffer> <silent> ;sn <span></span>F<
6364 inoremap <buffer> <silent> ;dv <div>
6365 </div>O
6366 inoremap <buffer> <silent> ;df <dfn></dfn>F<
6367 inoremap <buffer> <silent> ;de <del></del>F<
6368 inoremap <buffer> <silent> ;dd <dd></dd>F<
6369 inoremap <buffer> <silent> ;dt <dt></dt>F<
6370 inoremap <buffer> <silent> ;dl <dl>
6371 </dl>O
6372 inoremap <buffer> <silent> ;co <code></code>F<
6373 inoremap <buffer> <silent> ;ci <cite></cite>F<
6374 inoremap <buffer> <silent> ;ce <center></center>F<
6375 inoremap <buffer> <silent> ;br <br>
6376 inoremap <buffer> <silent> ;bd <body>
6377 </body>O
6378 inoremap <buffer> <silent> ;bl <blockquote>
6379 </blockquote>O
6380 inoremap <buffer> <silent> ;bi <big></big>F<
6381 inoremap <buffer> <silent> ;bh <base href="">F"
6382 inoremap <buffer> <silent> ;ad <address></address>F<
6383 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
6384 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
6385 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
6386 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
6387 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
6388 inoremap <buffer> <silent> ;an <a name=""></a>F"
6389 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
6390 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
6391 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
6392 inoremap <buffer> <silent> ;ah <a href=""></a>F"
6393 imap <buffer> <silent> ;s4 ;s4
6394 imap <buffer> <silent> ;4 ;4
6395 inoremap <buffer> <silent> ;mi :call MangleImageTag()
6396 inoremap <buffer> <silent> ; 
6397 inoremap <buffer> <silent> ;& &
6398 inoremap <buffer> <silent> ;; ;
6399 setlocal keymap=
6400 setlocal noarabic
6401 setlocal autoindent
6402 setlocal balloonexpr=
6403 setlocal nobinary
6404 setlocal bufhidden=
6405 setlocal buflisted
6406 setlocal buftype=
6407 setlocal nocindent
6408 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
6409 setlocal cinoptions=
6410 setlocal cinwords=if,else,while,do,for,switch
6411 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
6412 setlocal commentstring=<!--%s-->
6413 setlocal complete=.,w,b,u,t,i
6414 setlocal completefunc=
6415 setlocal nocopyindent
6416 setlocal nocursorcolumn
6417 setlocal nocursorline
6418 setlocal define=
6419 setlocal dictionary=
6420 setlocal nodiff
6421 setlocal equalprg=
6422 setlocal errorformat=
6423 setlocal noexpandtab
6424 if &filetype != 'html'
6425 setlocal filetype=html
6426 endif
6427 setlocal foldcolumn=0
6428 setlocal foldenable
6429 setlocal foldexpr=0
6430 setlocal foldignore=#
6431 setlocal foldlevel=0
6432 setlocal foldmarker={{{,}}}
6433 setlocal foldmethod=manual
6434 setlocal foldminlines=1
6435 setlocal foldnestmax=20
6436 setlocal foldtext=foldtext()
6437 setlocal formatexpr=
6438 setlocal formatoptions=tcq
6439 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
6440 setlocal grepprg=
6441 setlocal iminsert=2
6442 setlocal imsearch=2
6443 setlocal include=
6444 setlocal includeexpr=
6445 setlocal indentexpr=
6446 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
6447 setlocal noinfercase
6448 setlocal iskeyword=@,48-57,_,192-255
6449 setlocal keywordprg=
6450 setlocal nolinebreak
6451 setlocal nolisp
6452 setlocal nolist
6453 setlocal makeprg=
6454 setlocal matchpairs=(:),{:},[:],<:>
6455 setlocal nomodeline
6456 setlocal modifiable
6457 setlocal nrformats=octal,hex
6458 setlocal nonumber
6459 setlocal numberwidth=4
6460 setlocal omnifunc=htmlcomplete#CompleteTags
6461 setlocal path=
6462 setlocal nopreserveindent
6463 setlocal nopreviewwindow
6464 setlocal quoteescape=\\
6465 setlocal noreadonly
6466 setlocal norightleft
6467 setlocal rightleftcmd=search
6468 setlocal noscrollbind
6469 setlocal shiftwidth=8
6470 setlocal noshortname
6471 setlocal nosmartindent
6472 setlocal softtabstop=0
6473 setlocal nospell
6474 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
6475 setlocal spellfile=
6476 setlocal spelllang=en
6477 setlocal statusline=
6478 setlocal suffixesadd=
6479 setlocal swapfile
6480 setlocal synmaxcol=3000
6481 if &syntax != 'html'
6482 setlocal syntax=html
6483 endif
6484 setlocal tabstop=2
6485 setlocal tags=
6486 setlocal textwidth=0
6487 setlocal thesaurus=
6488 setlocal nowinfixheight
6489 setlocal nowinfixwidth
6490 setlocal wrap
6491 setlocal wrapmargin=0
6492 silent! normal! zE
6493 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
6494 if s:l < 1 | let s:l = 1 | endif
6495 exe s:l
6496 normal! zt
6497 1
6498 normal! 0
6499 tabedit reloc-img.html
6500 set splitbelow splitright
6501 set nosplitbelow
6502 set nosplitright
6503 wincmd t
6504 set winheight=1 winwidth=1
6505 argglobal
6506 16argu
6507 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6508 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6509 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
6510 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
6511 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
6512 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
6513 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
6514 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
6515 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
6516 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
6517 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
6518 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
6519 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
6520 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
6521 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
6522 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
6523 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
6524 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
6525 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">')
6526 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">')
6527 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
6528 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
6529 nnoremap <buffer> <silent> ; 
6530 nnoremap <buffer> <silent> ;; ;
6531 vnoremap <buffer> <silent> ;; ;
6532 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
6533 inoremap <buffer> <silent> &hA &hArr;
6534 inoremap <buffer> <silent> &dA &dArr;
6535 inoremap <buffer> <silent> &rA &rArr;
6536 inoremap <buffer> <silent> &uA &uArr;
6537 inoremap <buffer> <silent> &lA &lArr;
6538 inoremap <buffer> <silent> &ha &harr;
6539 inoremap <buffer> <silent> &da &darr;
6540 inoremap <buffer> <silent> &ra &rarr;
6541 inoremap <buffer> <silent> &ua &uarr;
6542 inoremap <buffer> <silent> &la &larr;
6543 inoremap <buffer> <silent> &pv &piv;
6544 inoremap <buffer> <silent> &uh &upsih;
6545 inoremap <buffer> <silent> &ts &thetasym;
6546 inoremap <buffer> <silent> &og &omega;
6547 inoremap <buffer> <silent> &ps &psi;
6548 inoremap <buffer> <silent> &ch &chi;
6549 inoremap <buffer> <silent> &ph &phi;
6550 inoremap <buffer> <silent> &up &upsilon;
6551 inoremap <buffer> <silent> &ta &tau;
6552 inoremap <buffer> <silent> &sf &sigmaf;
6553 inoremap <buffer> <silent> &si &sigma;
6554 inoremap <buffer> <silent> &rh &rho;
6555 inoremap <buffer> <silent> &pi &pi;
6556 inoremap <buffer> <silent> &oc &omicron;
6557 inoremap <buffer> <silent> &xi &xi;
6558 inoremap <buffer> <silent> &nu &nu;
6559 inoremap <buffer> <silent> &mu &mu;
6560 inoremap <buffer> <silent> &lm &lambda;
6561 inoremap <buffer> <silent> &ka &kappa;
6562 inoremap <buffer> <silent> &io &iota;
6563 inoremap <buffer> <silent> &th &theta;
6564 inoremap <buffer> <silent> &et &eta;
6565 inoremap <buffer> <silent> &ze &zeta;
6566 inoremap <buffer> <silent> &ep &epsilon;
6567 inoremap <buffer> <silent> &de &delta;
6568 inoremap <buffer> <silent> &ga &gamma;
6569 inoremap <buffer> <silent> &be &beta;
6570 inoremap <buffer> <silent> &al &alpha;
6571 inoremap <buffer> <silent> &Ps &Psi;
6572 inoremap <buffer> <silent> &Ch &Chi;
6573 inoremap <buffer> <silent> &Ph &Phi;
6574 inoremap <buffer> <silent> &Up &Upsilon;
6575 inoremap <buffer> <silent> &Ta &Tau;
6576 inoremap <buffer> <silent> &Si &Sigma;
6577 inoremap <buffer> <silent> &Rh &Rho;
6578 inoremap <buffer> <silent> &Pi &Pi;
6579 inoremap <buffer> <silent> &Oc &Omicron;
6580 inoremap <buffer> <silent> &Xi &Xi;
6581 inoremap <buffer> <silent> &Nu &Nu;
6582 inoremap <buffer> <silent> &Mu &Mu;
6583 inoremap <buffer> <silent> &Lm &Lambda;
6584 inoremap <buffer> <silent> &Ka &Kappa;
6585 inoremap <buffer> <silent> &Io &Iota;
6586 inoremap <buffer> <silent> &Th &Theta;
6587 inoremap <buffer> <silent> &Et &Eta;
6588 inoremap <buffer> <silent> &Ze &Zeta;
6589 inoremap <buffer> <silent> &Ep &Epsilon;
6590 inoremap <buffer> <silent> &De &Delta;
6591 inoremap <buffer> <silent> &Ga &Gamma;
6592 inoremap <buffer> <silent> &Be &Beta;
6593 inoremap <buffer> <silent> &Al &Alpha;
6594 inoremap <buffer> <silent> &3. &hellip;
6595 inoremap <buffer> <silent> &-- &mdash;
6596 inoremap <buffer> <silent> &3- &mdash;
6597 inoremap <buffer> <silent> &m- &mdash;
6598 inoremap <buffer> <silent> &2- &ndash;
6599 inoremap <buffer> <silent> &n- &ndash;
6600 inoremap <buffer> <silent> &34 &frac34;
6601 inoremap <buffer> <silent> &12 &frac12;
6602 inoremap <buffer> <silent> &14 &frac14;
6603 inoremap <buffer> <silent> &. &middot;
6604 inoremap <buffer> <silent> &pa &para;
6605 inoremap <buffer> <silent> &mi &micro;
6606 inoremap <buffer> <silent> &dg &deg;
6607 inoremap <buffer> <silent> &? &iquest;
6608 inoremap <buffer> <silent> &! &iexcl;
6609 inoremap <buffer> <silent> &sz &szlig;
6610 inoremap <buffer> <silent> &o/ &oslash;
6611 inoremap <buffer> <silent> &/ &divide;
6612 inoremap <buffer> <silent> &" &uml;
6613 inoremap <buffer> <silent> &2> &raquo;
6614 inoremap <buffer> <silent> &2< &laquo;
6615 inoremap <buffer> <silent> &y" &yuml;
6616 inoremap <buffer> <silent> &y' &yacute;
6617 inoremap <buffer> <silent> &u" &uuml;
6618 inoremap <buffer> <silent> &u^ &ucirc;
6619 inoremap <buffer> <silent> &u' &uacute;
6620 inoremap <buffer> <silent> &u` &ugrave;
6621 inoremap <buffer> <silent> &x &times;
6622 inoremap <buffer> <silent> &o" &ouml;
6623 inoremap <buffer> <silent> &o~ &otilde;
6624 inoremap <buffer> <silent> &o^ &ocirc;
6625 inoremap <buffer> <silent> &o' &oacute;
6626 inoremap <buffer> <silent> &o` &ograve;
6627 inoremap <buffer> <silent> &n~ &ntilde;
6628 inoremap <buffer> <silent> &i" &iuml;
6629 inoremap <buffer> <silent> &i^ &icirc;
6630 inoremap <buffer> <silent> &i' &iacute;
6631 inoremap <buffer> <silent> &i` &igrave;
6632 inoremap <buffer> <silent> &e" &euml;
6633 inoremap <buffer> <silent> &e^ &ecirc;
6634 inoremap <buffer> <silent> &e' &eacute;
6635 inoremap <buffer> <silent> &e` &egrave;
6636 inoremap <buffer> <silent> &c, &ccedil;
6637 inoremap <buffer> <silent> &ae &aelig;
6638 inoremap <buffer> <silent> &ao &aring;
6639 inoremap <buffer> <silent> &a" &auml;
6640 inoremap <buffer> <silent> &a~ &atilde;
6641 inoremap <buffer> <silent> &a^ &acirc;
6642 inoremap <buffer> <silent> &a' &aacute;
6643 inoremap <buffer> <silent> &a` &agrave;
6644 inoremap <buffer> <silent> &Y' &Yacute;
6645 inoremap <buffer> <silent> &U" &Uuml;
6646 inoremap <buffer> <silent> &U^ &Ucirc;
6647 inoremap <buffer> <silent> &U' &Uacute;
6648 inoremap <buffer> <silent> &U` &Ugrave;
6649 inoremap <buffer> <silent> &O/ &Oslash;
6650 inoremap <buffer> <silent> &O" &Ouml;
6651 inoremap <buffer> <silent> &O~ &Otilde;
6652 inoremap <buffer> <silent> &O^ &Ocirc;
6653 inoremap <buffer> <silent> &O' &Oacute;
6654 inoremap <buffer> <silent> &O` &Ograve;
6655 inoremap <buffer> <silent> &N~ &Ntilde;
6656 inoremap <buffer> <silent> &I" &Iuml;
6657 inoremap <buffer> <silent> &I^ &Icirc;
6658 inoremap <buffer> <silent> &I' &Iacute;
6659 inoremap <buffer> <silent> &I` &Igrave;
6660 inoremap <buffer> <silent> &E" &Euml;
6661 inoremap <buffer> <silent> &E^ &Ecirc;
6662 inoremap <buffer> <silent> &E' &Eacute;
6663 inoremap <buffer> <silent> &E` &Egrave;
6664 inoremap <buffer> <silent> &C, &Ccedil;
6665 inoremap <buffer> <silent> &AE &AElig;
6666 inoremap <buffer> <silent> &Ao &Aring;
6667 inoremap <buffer> <silent> &A" &Auml;
6668 inoremap <buffer> <silent> &A~ &Atilde;
6669 inoremap <buffer> <silent> &A^ &Acirc;
6670 inoremap <buffer> <silent> &A' &Aacute;
6671 inoremap <buffer> <silent> &A` &Agrave;
6672 inoremap <buffer> <silent> &c| &cent;
6673 inoremap <buffer> <silent> &Y= &yen;
6674 inoremap <buffer> <silent> &# &pound;
6675 inoremap <buffer> <silent> & &nbsp;
6676 inoremap <buffer> <silent> &> &gt;
6677 inoremap <buffer> <silent> &< &lt;
6678 inoremap <buffer> <silent> &' &quot;
6679 inoremap <buffer> <silent> &tm &trade;
6680 inoremap <buffer> <silent> &rO &reg;
6681 inoremap <buffer> <silent> &cO &copy;
6682 inoremap <buffer> <silent> && &amp;
6683 inoremap <buffer> <silent> ; &nbsp;
6684 inoremap <buffer> <silent> ;la <label for=""></label>F"
6685 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
6686 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
6687 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
6688 </textarea>k$5F"i
6689 inoremap <buffer> <silent> ;og <optgroup label="">
6690 </optgroup>k$F"i
6691 inoremap <buffer> <silent> ;op <option></option>F<
6692 inoremap <buffer> <silent> ;ms <select name="" multiple>
6693 </select>O
6694 inoremap <buffer> <silent> ;se <select name="">
6695 </select>O
6696 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
6697 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
6698 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
6699 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
6700 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
6701 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
6702 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
6703 inoremap <buffer> <silent> ;fm <form action="">
6704 </form>k$F"i
6705 inoremap <buffer> <silent> ;if <iframe src="">
6706 </iframe>k$F"i
6707 inoremap <buffer> <silent> ;nf <noframes>
6708 </noframes>O
6709 inoremap <buffer> <silent> ;fr <frame src="">F"
6710 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
6711 </frameset>k$3F"i
6712 inoremap <buffer> <silent> ;th <th></th>F<
6713 inoremap <buffer> <silent> ;td <td>
6714 </td>O
6715 inoremap <buffer> <silent> ;tr <tr>
6716 </tr>O
6717 inoremap <buffer> <silent> ;tf <tfoot>
6718 </tfoot>O
6719 inoremap <buffer> <silent> ;tb <tbody>
6720 </tbody>O
6721 inoremap <buffer> <silent> ;tH <thead>
6722 </thead>O
6723 inoremap <buffer> <silent> ;ta <table>
6724 </table>O
6725 inoremap <buffer> <silent> ;ca <caption></caption>F<
6726 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
6727 </object>k$5F"i
6728 inoremap <buffer> <silent> ;ns <noscript>
6729 </noscripT>O
6730 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
6731 <noembed></noembed>k$5F"i
6732 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
6733 inoremap <buffer> <silent> ;va <var></var>F<
6734 inoremap <buffer> <silent> ;ul <ul>
6735 </ul>O
6736 inoremap <buffer> <silent> ;tt <tt></tt>F<
6737 inoremap <buffer> <silent> ;ti <title></title>F<
6738 inoremap <buffer> <silent> ;sp <sup></sup>F<
6739 inoremap <buffer> <silent> ;sb <sub></sub>F<
6740 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
6741 inoremap <buffer> <silent> ;cs <style type="text/css">
6742 <!--
6743 -->
6744 </style>kO
6745 inoremap <buffer> <silent> ;sm <small></small>F<
6746 inoremap <buffer> <silent> ;sa <samp></samp>F<
6747 inoremap <buffer> <silent> ;sk <strike></strike>F<
6748 inoremap <buffer> <silent> ;qu <q></q>F<
6749 inoremap <buffer> <silent> ;pr <pre>
6750 </pre>O
6751 inoremap <buffer> <silent> ;/p </p>
6752 
6753 <p>
6754 inoremap <buffer> <silent> ;pp <p>
6755 </p>O
6756 inoremap <buffer> <silent> ;ol <ol>
6757 </ol>O
6758 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
6759 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
6760 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
6761 inoremap <buffer> <silent> ;lk <link href="">F"
6762 inoremap <buffer> <silent> ;li <li></li>F<
6763 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
6764 inoremap <buffer> <silent> ;ii <isindex>
6765 inoremap <buffer> <silent> ;in <ins></ins>F<
6766 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
6767 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
6768 inoremap <buffer> <silent> ;ht <html>
6769 </html>O
6770 inoremap <buffer> <silent> ;Hr <hr width="75%">
6771 inoremap <buffer> <silent> ;hr <hr>
6772 inoremap <buffer> <silent> ;he <head>
6773 </head>O
6774 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
6775 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
6776 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
6777 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
6778 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
6779 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
6780 inoremap <buffer> <silent> ;h6 <h6></h6>F<
6781 inoremap <buffer> <silent> ;h5 <h5></h5>F<
6782 inoremap <buffer> <silent> ;h4 <h4></h4>F<
6783 inoremap <buffer> <silent> ;h3 <h3></h3>F<
6784 inoremap <buffer> <silent> ;h2 <h2></h2>F<
6785 inoremap <buffer> <silent> ;h1 <h1></h1>F<
6786 inoremap <buffer> <silent> ;fc <font color=""></font>F"
6787 inoremap <buffer> <silent> ;fo <font size=""></font>F"
6788 inoremap <buffer> <silent> ;sn <span></span>F<
6789 inoremap <buffer> <silent> ;dv <div>
6790 </div>O
6791 inoremap <buffer> <silent> ;df <dfn></dfn>F<
6792 inoremap <buffer> <silent> ;de <del></del>F<
6793 inoremap <buffer> <silent> ;dd <dd></dd>F<
6794 inoremap <buffer> <silent> ;dt <dt></dt>F<
6795 inoremap <buffer> <silent> ;dl <dl>
6796 </dl>O
6797 inoremap <buffer> <silent> ;co <code></code>F<
6798 inoremap <buffer> <silent> ;ci <cite></cite>F<
6799 inoremap <buffer> <silent> ;ce <center></center>F<
6800 inoremap <buffer> <silent> ;br <br>
6801 inoremap <buffer> <silent> ;bd <body>
6802 </body>O
6803 inoremap <buffer> <silent> ;bl <blockquote>
6804 </blockquote>O
6805 inoremap <buffer> <silent> ;bi <big></big>F<
6806 inoremap <buffer> <silent> ;bh <base href="">F"
6807 inoremap <buffer> <silent> ;ad <address></address>F<
6808 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
6809 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
6810 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
6811 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
6812 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
6813 inoremap <buffer> <silent> ;an <a name=""></a>F"
6814 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
6815 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
6816 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
6817 inoremap <buffer> <silent> ;ah <a href=""></a>F"
6818 imap <buffer> <silent> ;s4 ;s4
6819 imap <buffer> <silent> ;4 ;4
6820 inoremap <buffer> <silent> ;mi :call MangleImageTag()
6821 inoremap <buffer> <silent> ; 
6822 inoremap <buffer> <silent> ;& &
6823 inoremap <buffer> <silent> ;; ;
6824 setlocal keymap=
6825 setlocal noarabic
6826 setlocal autoindent
6827 setlocal balloonexpr=
6828 setlocal nobinary
6829 setlocal bufhidden=
6830 setlocal buflisted
6831 setlocal buftype=
6832 setlocal nocindent
6833 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
6834 setlocal cinoptions=
6835 setlocal cinwords=if,else,while,do,for,switch
6836 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
6837 setlocal commentstring=<!--%s-->
6838 setlocal complete=.,w,b,u,t,i
6839 setlocal completefunc=
6840 setlocal nocopyindent
6841 setlocal nocursorcolumn
6842 setlocal nocursorline
6843 setlocal define=
6844 setlocal dictionary=
6845 setlocal nodiff
6846 setlocal equalprg=
6847 setlocal errorformat=
6848 setlocal noexpandtab
6849 if &filetype != 'html'
6850 setlocal filetype=html
6851 endif
6852 setlocal foldcolumn=0
6853 setlocal foldenable
6854 setlocal foldexpr=0
6855 setlocal foldignore=#
6856 setlocal foldlevel=0
6857 setlocal foldmarker={{{,}}}
6858 setlocal foldmethod=manual
6859 setlocal foldminlines=1
6860 setlocal foldnestmax=20
6861 setlocal foldtext=foldtext()
6862 setlocal formatexpr=
6863 setlocal formatoptions=tcq
6864 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
6865 setlocal grepprg=
6866 setlocal iminsert=2
6867 setlocal imsearch=2
6868 setlocal include=
6869 setlocal includeexpr=
6870 setlocal indentexpr=
6871 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
6872 setlocal noinfercase
6873 setlocal iskeyword=@,48-57,_,192-255
6874 setlocal keywordprg=
6875 setlocal nolinebreak
6876 setlocal nolisp
6877 setlocal nolist
6878 setlocal makeprg=
6879 setlocal matchpairs=(:),{:},[:],<:>
6880 setlocal nomodeline
6881 setlocal modifiable
6882 setlocal nrformats=octal,hex
6883 setlocal nonumber
6884 setlocal numberwidth=4
6885 setlocal omnifunc=htmlcomplete#CompleteTags
6886 setlocal path=
6887 setlocal nopreserveindent
6888 setlocal nopreviewwindow
6889 setlocal quoteescape=\\
6890 setlocal noreadonly
6891 setlocal norightleft
6892 setlocal rightleftcmd=search
6893 setlocal noscrollbind
6894 setlocal shiftwidth=8
6895 setlocal noshortname
6896 setlocal nosmartindent
6897 setlocal softtabstop=0
6898 setlocal nospell
6899 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
6900 setlocal spellfile=
6901 setlocal spelllang=en
6902 setlocal statusline=
6903 setlocal suffixesadd=
6904 setlocal swapfile
6905 setlocal synmaxcol=3000
6906 if &syntax != 'html'
6907 setlocal syntax=html
6908 endif
6909 setlocal tabstop=2
6910 setlocal tags=
6911 setlocal textwidth=0
6912 setlocal thesaurus=
6913 setlocal nowinfixheight
6914 setlocal nowinfixwidth
6915 setlocal wrap
6916 setlocal wrapmargin=0
6917 silent! normal! zE
6918 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
6919 if s:l < 1 | let s:l = 1 | endif
6920 exe s:l
6921 normal! zt
6922 1
6923 normal! 0
6924 tabedit restoration.html
6925 set splitbelow splitright
6926 set nosplitbelow
6927 set nosplitright
6928 wincmd t
6929 set winheight=1 winwidth=1
6930 argglobal
6931 17argu
6932 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6933 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6934 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
6935 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
6936 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
6937 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
6938 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
6939 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
6940 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
6941 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
6942 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
6943 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
6944 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
6945 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
6946 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
6947 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
6948 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
6949 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
6950 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">')
6951 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">')
6952 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
6953 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
6954 nnoremap <buffer> <silent> ; 
6955 nnoremap <buffer> <silent> ;; ;
6956 vnoremap <buffer> <silent> ;; ;
6957 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
6958 inoremap <buffer> <silent> &hA &hArr;
6959 inoremap <buffer> <silent> &dA &dArr;
6960 inoremap <buffer> <silent> &rA &rArr;
6961 inoremap <buffer> <silent> &uA &uArr;
6962 inoremap <buffer> <silent> &lA &lArr;
6963 inoremap <buffer> <silent> &ha &harr;
6964 inoremap <buffer> <silent> &da &darr;
6965 inoremap <buffer> <silent> &ra &rarr;
6966 inoremap <buffer> <silent> &ua &uarr;
6967 inoremap <buffer> <silent> &la &larr;
6968 inoremap <buffer> <silent> &pv &piv;
6969 inoremap <buffer> <silent> &uh &upsih;
6970 inoremap <buffer> <silent> &ts &thetasym;
6971 inoremap <buffer> <silent> &og &omega;
6972 inoremap <buffer> <silent> &ps &psi;
6973 inoremap <buffer> <silent> &ch &chi;
6974 inoremap <buffer> <silent> &ph &phi;
6975 inoremap <buffer> <silent> &up &upsilon;
6976 inoremap <buffer> <silent> &ta &tau;
6977 inoremap <buffer> <silent> &sf &sigmaf;
6978 inoremap <buffer> <silent> &si &sigma;
6979 inoremap <buffer> <silent> &rh &rho;
6980 inoremap <buffer> <silent> &pi &pi;
6981 inoremap <buffer> <silent> &oc &omicron;
6982 inoremap <buffer> <silent> &xi &xi;
6983 inoremap <buffer> <silent> &nu &nu;
6984 inoremap <buffer> <silent> &mu &mu;
6985 inoremap <buffer> <silent> &lm &lambda;
6986 inoremap <buffer> <silent> &ka &kappa;
6987 inoremap <buffer> <silent> &io &iota;
6988 inoremap <buffer> <silent> &th &theta;
6989 inoremap <buffer> <silent> &et &eta;
6990 inoremap <buffer> <silent> &ze &zeta;
6991 inoremap <buffer> <silent> &ep &epsilon;
6992 inoremap <buffer> <silent> &de &delta;
6993 inoremap <buffer> <silent> &ga &gamma;
6994 inoremap <buffer> <silent> &be &beta;
6995 inoremap <buffer> <silent> &al &alpha;
6996 inoremap <buffer> <silent> &Ps &Psi;
6997 inoremap <buffer> <silent> &Ch &Chi;
6998 inoremap <buffer> <silent> &Ph &Phi;
6999 inoremap <buffer> <silent> &Up &Upsilon;
7000 inoremap <buffer> <silent> &Ta &Tau;
7001 inoremap <buffer> <silent> &Si &Sigma;
7002 inoremap <buffer> <silent> &Rh &Rho;
7003 inoremap <buffer> <silent> &Pi &Pi;
7004 inoremap <buffer> <silent> &Oc &Omicron;
7005 inoremap <buffer> <silent> &Xi &Xi;
7006 inoremap <buffer> <silent> &Nu &Nu;
7007 inoremap <buffer> <silent> &Mu &Mu;
7008 inoremap <buffer> <silent> &Lm &Lambda;
7009 inoremap <buffer> <silent> &Ka &Kappa;
7010 inoremap <buffer> <silent> &Io &Iota;
7011 inoremap <buffer> <silent> &Th &Theta;
7012 inoremap <buffer> <silent> &Et &Eta;
7013 inoremap <buffer> <silent> &Ze &Zeta;
7014 inoremap <buffer> <silent> &Ep &Epsilon;
7015 inoremap <buffer> <silent> &De &Delta;
7016 inoremap <buffer> <silent> &Ga &Gamma;
7017 inoremap <buffer> <silent> &Be &Beta;
7018 inoremap <buffer> <silent> &Al &Alpha;
7019 inoremap <buffer> <silent> &3. &hellip;
7020 inoremap <buffer> <silent> &-- &mdash;
7021 inoremap <buffer> <silent> &3- &mdash;
7022 inoremap <buffer> <silent> &m- &mdash;
7023 inoremap <buffer> <silent> &2- &ndash;
7024 inoremap <buffer> <silent> &n- &ndash;
7025 inoremap <buffer> <silent> &34 &frac34;
7026 inoremap <buffer> <silent> &12 &frac12;
7027 inoremap <buffer> <silent> &14 &frac14;
7028 inoremap <buffer> <silent> &. &middot;
7029 inoremap <buffer> <silent> &pa &para;
7030 inoremap <buffer> <silent> &mi &micro;
7031 inoremap <buffer> <silent> &dg &deg;
7032 inoremap <buffer> <silent> &? &iquest;
7033 inoremap <buffer> <silent> &! &iexcl;
7034 inoremap <buffer> <silent> &sz &szlig;
7035 inoremap <buffer> <silent> &o/ &oslash;
7036 inoremap <buffer> <silent> &/ &divide;
7037 inoremap <buffer> <silent> &" &uml;
7038 inoremap <buffer> <silent> &2> &raquo;
7039 inoremap <buffer> <silent> &2< &laquo;
7040 inoremap <buffer> <silent> &y" &yuml;
7041 inoremap <buffer> <silent> &y' &yacute;
7042 inoremap <buffer> <silent> &u" &uuml;
7043 inoremap <buffer> <silent> &u^ &ucirc;
7044 inoremap <buffer> <silent> &u' &uacute;
7045 inoremap <buffer> <silent> &u` &ugrave;
7046 inoremap <buffer> <silent> &x &times;
7047 inoremap <buffer> <silent> &o" &ouml;
7048 inoremap <buffer> <silent> &o~ &otilde;
7049 inoremap <buffer> <silent> &o^ &ocirc;
7050 inoremap <buffer> <silent> &o' &oacute;
7051 inoremap <buffer> <silent> &o` &ograve;
7052 inoremap <buffer> <silent> &n~ &ntilde;
7053 inoremap <buffer> <silent> &i" &iuml;
7054 inoremap <buffer> <silent> &i^ &icirc;
7055 inoremap <buffer> <silent> &i' &iacute;
7056 inoremap <buffer> <silent> &i` &igrave;
7057 inoremap <buffer> <silent> &e" &euml;
7058 inoremap <buffer> <silent> &e^ &ecirc;
7059 inoremap <buffer> <silent> &e' &eacute;
7060 inoremap <buffer> <silent> &e` &egrave;
7061 inoremap <buffer> <silent> &c, &ccedil;
7062 inoremap <buffer> <silent> &ae &aelig;
7063 inoremap <buffer> <silent> &ao &aring;
7064 inoremap <buffer> <silent> &a" &auml;
7065 inoremap <buffer> <silent> &a~ &atilde;
7066 inoremap <buffer> <silent> &a^ &acirc;
7067 inoremap <buffer> <silent> &a' &aacute;
7068 inoremap <buffer> <silent> &a` &agrave;
7069 inoremap <buffer> <silent> &Y' &Yacute;
7070 inoremap <buffer> <silent> &U" &Uuml;
7071 inoremap <buffer> <silent> &U^ &Ucirc;
7072 inoremap <buffer> <silent> &U' &Uacute;
7073 inoremap <buffer> <silent> &U` &Ugrave;
7074 inoremap <buffer> <silent> &O/ &Oslash;
7075 inoremap <buffer> <silent> &O" &Ouml;
7076 inoremap <buffer> <silent> &O~ &Otilde;
7077 inoremap <buffer> <silent> &O^ &Ocirc;
7078 inoremap <buffer> <silent> &O' &Oacute;
7079 inoremap <buffer> <silent> &O` &Ograve;
7080 inoremap <buffer> <silent> &N~ &Ntilde;
7081 inoremap <buffer> <silent> &I" &Iuml;
7082 inoremap <buffer> <silent> &I^ &Icirc;
7083 inoremap <buffer> <silent> &I' &Iacute;
7084 inoremap <buffer> <silent> &I` &Igrave;
7085 inoremap <buffer> <silent> &E" &Euml;
7086 inoremap <buffer> <silent> &E^ &Ecirc;
7087 inoremap <buffer> <silent> &E' &Eacute;
7088 inoremap <buffer> <silent> &E` &Egrave;
7089 inoremap <buffer> <silent> &C, &Ccedil;
7090 inoremap <buffer> <silent> &AE &AElig;
7091 inoremap <buffer> <silent> &Ao &Aring;
7092 inoremap <buffer> <silent> &A" &Auml;
7093 inoremap <buffer> <silent> &A~ &Atilde;
7094 inoremap <buffer> <silent> &A^ &Acirc;
7095 inoremap <buffer> <silent> &A' &Aacute;
7096 inoremap <buffer> <silent> &A` &Agrave;
7097 inoremap <buffer> <silent> &c| &cent;
7098 inoremap <buffer> <silent> &Y= &yen;
7099 inoremap <buffer> <silent> &# &pound;
7100 inoremap <buffer> <silent> & &nbsp;
7101 inoremap <buffer> <silent> &> &gt;
7102 inoremap <buffer> <silent> &< &lt;
7103 inoremap <buffer> <silent> &' &quot;
7104 inoremap <buffer> <silent> &tm &trade;
7105 inoremap <buffer> <silent> &rO &reg;
7106 inoremap <buffer> <silent> &cO &copy;
7107 inoremap <buffer> <silent> && &amp;
7108 inoremap <buffer> <silent> ; &nbsp;
7109 inoremap <buffer> <silent> ;la <label for=""></label>F"
7110 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
7111 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
7112 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
7113 </textarea>k$5F"i
7114 inoremap <buffer> <silent> ;og <optgroup label="">
7115 </optgroup>k$F"i
7116 inoremap <buffer> <silent> ;op <option></option>F<
7117 inoremap <buffer> <silent> ;ms <select name="" multiple>
7118 </select>O
7119 inoremap <buffer> <silent> ;se <select name="">
7120 </select>O
7121 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
7122 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
7123 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
7124 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
7125 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
7126 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
7127 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
7128 inoremap <buffer> <silent> ;fm <form action="">
7129 </form>k$F"i
7130 inoremap <buffer> <silent> ;if <iframe src="">
7131 </iframe>k$F"i
7132 inoremap <buffer> <silent> ;nf <noframes>
7133 </noframes>O
7134 inoremap <buffer> <silent> ;fr <frame src="">F"
7135 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
7136 </frameset>k$3F"i
7137 inoremap <buffer> <silent> ;th <th></th>F<
7138 inoremap <buffer> <silent> ;td <td>
7139 </td>O
7140 inoremap <buffer> <silent> ;tr <tr>
7141 </tr>O
7142 inoremap <buffer> <silent> ;tf <tfoot>
7143 </tfoot>O
7144 inoremap <buffer> <silent> ;tb <tbody>
7145 </tbody>O
7146 inoremap <buffer> <silent> ;tH <thead>
7147 </thead>O
7148 inoremap <buffer> <silent> ;ta <table>
7149 </table>O
7150 inoremap <buffer> <silent> ;ca <caption></caption>F<
7151 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
7152 </object>k$5F"i
7153 inoremap <buffer> <silent> ;ns <noscript>
7154 </noscripT>O
7155 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
7156 <noembed></noembed>k$5F"i
7157 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
7158 inoremap <buffer> <silent> ;va <var></var>F<
7159 inoremap <buffer> <silent> ;ul <ul>
7160 </ul>O
7161 inoremap <buffer> <silent> ;tt <tt></tt>F<
7162 inoremap <buffer> <silent> ;ti <title></title>F<
7163 inoremap <buffer> <silent> ;sp <sup></sup>F<
7164 inoremap <buffer> <silent> ;sb <sub></sub>F<
7165 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
7166 inoremap <buffer> <silent> ;cs <style type="text/css">
7167 <!--
7168 -->
7169 </style>kO
7170 inoremap <buffer> <silent> ;sm <small></small>F<
7171 inoremap <buffer> <silent> ;sa <samp></samp>F<
7172 inoremap <buffer> <silent> ;sk <strike></strike>F<
7173 inoremap <buffer> <silent> ;qu <q></q>F<
7174 inoremap <buffer> <silent> ;pr <pre>
7175 </pre>O
7176 inoremap <buffer> <silent> ;/p </p>
7177 
7178 <p>
7179 inoremap <buffer> <silent> ;pp <p>
7180 </p>O
7181 inoremap <buffer> <silent> ;ol <ol>
7182 </ol>O
7183 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
7184 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
7185 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
7186 inoremap <buffer> <silent> ;lk <link href="">F"
7187 inoremap <buffer> <silent> ;li <li></li>F<
7188 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
7189 inoremap <buffer> <silent> ;ii <isindex>
7190 inoremap <buffer> <silent> ;in <ins></ins>F<
7191 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
7192 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
7193 inoremap <buffer> <silent> ;ht <html>
7194 </html>O
7195 inoremap <buffer> <silent> ;Hr <hr width="75%">
7196 inoremap <buffer> <silent> ;hr <hr>
7197 inoremap <buffer> <silent> ;he <head>
7198 </head>O
7199 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
7200 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
7201 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
7202 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
7203 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
7204 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
7205 inoremap <buffer> <silent> ;h6 <h6></h6>F<
7206 inoremap <buffer> <silent> ;h5 <h5></h5>F<
7207 inoremap <buffer> <silent> ;h4 <h4></h4>F<
7208 inoremap <buffer> <silent> ;h3 <h3></h3>F<
7209 inoremap <buffer> <silent> ;h2 <h2></h2>F<
7210 inoremap <buffer> <silent> ;h1 <h1></h1>F<
7211 inoremap <buffer> <silent> ;fc <font color=""></font>F"
7212 inoremap <buffer> <silent> ;fo <font size=""></font>F"
7213 inoremap <buffer> <silent> ;sn <span></span>F<
7214 inoremap <buffer> <silent> ;dv <div>
7215 </div>O
7216 inoremap <buffer> <silent> ;df <dfn></dfn>F<
7217 inoremap <buffer> <silent> ;de <del></del>F<
7218 inoremap <buffer> <silent> ;dd <dd></dd>F<
7219 inoremap <buffer> <silent> ;dt <dt></dt>F<
7220 inoremap <buffer> <silent> ;dl <dl>
7221 </dl>O
7222 inoremap <buffer> <silent> ;co <code></code>F<
7223 inoremap <buffer> <silent> ;ci <cite></cite>F<
7224 inoremap <buffer> <silent> ;ce <center></center>F<
7225 inoremap <buffer> <silent> ;br <br>
7226 inoremap <buffer> <silent> ;bd <body>
7227 </body>O
7228 inoremap <buffer> <silent> ;bl <blockquote>
7229 </blockquote>O
7230 inoremap <buffer> <silent> ;bi <big></big>F<
7231 inoremap <buffer> <silent> ;bh <base href="">F"
7232 inoremap <buffer> <silent> ;ad <address></address>F<
7233 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
7234 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
7235 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
7236 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
7237 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
7238 inoremap <buffer> <silent> ;an <a name=""></a>F"
7239 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
7240 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
7241 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
7242 inoremap <buffer> <silent> ;ah <a href=""></a>F"
7243 imap <buffer> <silent> ;s4 ;s4
7244 imap <buffer> <silent> ;4 ;4
7245 inoremap <buffer> <silent> ;mi :call MangleImageTag()
7246 inoremap <buffer> <silent> ; 
7247 inoremap <buffer> <silent> ;& &
7248 inoremap <buffer> <silent> ;; ;
7249 setlocal keymap=
7250 setlocal noarabic
7251 setlocal autoindent
7252 setlocal balloonexpr=
7253 setlocal nobinary
7254 setlocal bufhidden=
7255 setlocal buflisted
7256 setlocal buftype=
7257 setlocal nocindent
7258 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
7259 setlocal cinoptions=
7260 setlocal cinwords=if,else,while,do,for,switch
7261 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
7262 setlocal commentstring=<!--%s-->
7263 setlocal complete=.,w,b,u,t,i
7264 setlocal completefunc=
7265 setlocal nocopyindent
7266 setlocal nocursorcolumn
7267 setlocal nocursorline
7268 setlocal define=
7269 setlocal dictionary=
7270 setlocal nodiff
7271 setlocal equalprg=
7272 setlocal errorformat=
7273 setlocal noexpandtab
7274 if &filetype != 'html'
7275 setlocal filetype=html
7276 endif
7277 setlocal foldcolumn=0
7278 setlocal foldenable
7279 setlocal foldexpr=0
7280 setlocal foldignore=#
7281 setlocal foldlevel=0
7282 setlocal foldmarker={{{,}}}
7283 setlocal foldmethod=manual
7284 setlocal foldminlines=1
7285 setlocal foldnestmax=20
7286 setlocal foldtext=foldtext()
7287 setlocal formatexpr=
7288 setlocal formatoptions=tcq
7289 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
7290 setlocal grepprg=
7291 setlocal iminsert=2
7292 setlocal imsearch=2
7293 setlocal include=
7294 setlocal includeexpr=
7295 setlocal indentexpr=
7296 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
7297 setlocal noinfercase
7298 setlocal iskeyword=@,48-57,_,192-255
7299 setlocal keywordprg=
7300 setlocal nolinebreak
7301 setlocal nolisp
7302 setlocal nolist
7303 setlocal makeprg=
7304 setlocal matchpairs=(:),{:},[:],<:>
7305 setlocal nomodeline
7306 setlocal modifiable
7307 setlocal nrformats=octal,hex
7308 setlocal nonumber
7309 setlocal numberwidth=4
7310 setlocal omnifunc=htmlcomplete#CompleteTags
7311 setlocal path=
7312 setlocal nopreserveindent
7313 setlocal nopreviewwindow
7314 setlocal quoteescape=\\
7315 setlocal noreadonly
7316 setlocal norightleft
7317 setlocal rightleftcmd=search
7318 setlocal noscrollbind
7319 setlocal shiftwidth=8
7320 setlocal noshortname
7321 setlocal nosmartindent
7322 setlocal softtabstop=0
7323 setlocal nospell
7324 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
7325 setlocal spellfile=
7326 setlocal spelllang=en
7327 setlocal statusline=
7328 setlocal suffixesadd=
7329 setlocal swapfile
7330 setlocal synmaxcol=3000
7331 if &syntax != 'html'
7332 setlocal syntax=html
7333 endif
7334 setlocal tabstop=2
7335 setlocal tags=
7336 setlocal textwidth=0
7337 setlocal thesaurus=
7338 setlocal nowinfixheight
7339 setlocal nowinfixwidth
7340 setlocal wrap
7341 setlocal wrapmargin=0
7342 silent! normal! zE
7343 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
7344 if s:l < 1 | let s:l = 1 | endif
7345 exe s:l
7346 normal! zt
7347 1
7348 normal! 0
7349 tabedit restore-burn.html
7350 set splitbelow splitright
7351 set nosplitbelow
7352 set nosplitright
7353 wincmd t
7354 set winheight=1 winwidth=1
7355 argglobal
7356 18argu
7357 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
7358 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
7359 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
7360 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
7361 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
7362 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
7363 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
7364 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
7365 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
7366 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
7367 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
7368 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
7369 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
7370 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
7371 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
7372 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
7373 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
7374 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
7375 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">')
7376 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">')
7377 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
7378 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
7379 nnoremap <buffer> <silent> ; 
7380 nnoremap <buffer> <silent> ;; ;
7381 vnoremap <buffer> <silent> ;; ;
7382 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
7383 inoremap <buffer> <silent> &hA &hArr;
7384 inoremap <buffer> <silent> &dA &dArr;
7385 inoremap <buffer> <silent> &rA &rArr;
7386 inoremap <buffer> <silent> &uA &uArr;
7387 inoremap <buffer> <silent> &lA &lArr;
7388 inoremap <buffer> <silent> &ha &harr;
7389 inoremap <buffer> <silent> &da &darr;
7390 inoremap <buffer> <silent> &ra &rarr;
7391 inoremap <buffer> <silent> &ua &uarr;
7392 inoremap <buffer> <silent> &la &larr;
7393 inoremap <buffer> <silent> &pv &piv;
7394 inoremap <buffer> <silent> &uh &upsih;
7395 inoremap <buffer> <silent> &ts &thetasym;
7396 inoremap <buffer> <silent> &og &omega;
7397 inoremap <buffer> <silent> &ps &psi;
7398 inoremap <buffer> <silent> &ch &chi;
7399 inoremap <buffer> <silent> &ph &phi;
7400 inoremap <buffer> <silent> &up &upsilon;
7401 inoremap <buffer> <silent> &ta &tau;
7402 inoremap <buffer> <silent> &sf &sigmaf;
7403 inoremap <buffer> <silent> &si &sigma;
7404 inoremap <buffer> <silent> &rh &rho;
7405 inoremap <buffer> <silent> &pi &pi;
7406 inoremap <buffer> <silent> &oc &omicron;
7407 inoremap <buffer> <silent> &xi &xi;
7408 inoremap <buffer> <silent> &nu &nu;
7409 inoremap <buffer> <silent> &mu &mu;
7410 inoremap <buffer> <silent> &lm &lambda;
7411 inoremap <buffer> <silent> &ka &kappa;
7412 inoremap <buffer> <silent> &io &iota;
7413 inoremap <buffer> <silent> &th &theta;
7414 inoremap <buffer> <silent> &et &eta;
7415 inoremap <buffer> <silent> &ze &zeta;
7416 inoremap <buffer> <silent> &ep &epsilon;
7417 inoremap <buffer> <silent> &de &delta;
7418 inoremap <buffer> <silent> &ga &gamma;
7419 inoremap <buffer> <silent> &be &beta;
7420 inoremap <buffer> <silent> &al &alpha;
7421 inoremap <buffer> <silent> &Ps &Psi;
7422 inoremap <buffer> <silent> &Ch &Chi;
7423 inoremap <buffer> <silent> &Ph &Phi;
7424 inoremap <buffer> <silent> &Up &Upsilon;
7425 inoremap <buffer> <silent> &Ta &Tau;
7426 inoremap <buffer> <silent> &Si &Sigma;
7427 inoremap <buffer> <silent> &Rh &Rho;
7428 inoremap <buffer> <silent> &Pi &Pi;
7429 inoremap <buffer> <silent> &Oc &Omicron;
7430 inoremap <buffer> <silent> &Xi &Xi;
7431 inoremap <buffer> <silent> &Nu &Nu;
7432 inoremap <buffer> <silent> &Mu &Mu;
7433 inoremap <buffer> <silent> &Lm &Lambda;
7434 inoremap <buffer> <silent> &Ka &Kappa;
7435 inoremap <buffer> <silent> &Io &Iota;
7436 inoremap <buffer> <silent> &Th &Theta;
7437 inoremap <buffer> <silent> &Et &Eta;
7438 inoremap <buffer> <silent> &Ze &Zeta;
7439 inoremap <buffer> <silent> &Ep &Epsilon;
7440 inoremap <buffer> <silent> &De &Delta;
7441 inoremap <buffer> <silent> &Ga &Gamma;
7442 inoremap <buffer> <silent> &Be &Beta;
7443 inoremap <buffer> <silent> &Al &Alpha;
7444 inoremap <buffer> <silent> &3. &hellip;
7445 inoremap <buffer> <silent> &-- &mdash;
7446 inoremap <buffer> <silent> &3- &mdash;
7447 inoremap <buffer> <silent> &m- &mdash;
7448 inoremap <buffer> <silent> &2- &ndash;
7449 inoremap <buffer> <silent> &n- &ndash;
7450 inoremap <buffer> <silent> &34 &frac34;
7451 inoremap <buffer> <silent> &12 &frac12;
7452 inoremap <buffer> <silent> &14 &frac14;
7453 inoremap <buffer> <silent> &. &middot;
7454 inoremap <buffer> <silent> &pa &para;
7455 inoremap <buffer> <silent> &mi &micro;
7456 inoremap <buffer> <silent> &dg &deg;
7457 inoremap <buffer> <silent> &? &iquest;
7458 inoremap <buffer> <silent> &! &iexcl;
7459 inoremap <buffer> <silent> &sz &szlig;
7460 inoremap <buffer> <silent> &o/ &oslash;
7461 inoremap <buffer> <silent> &/ &divide;
7462 inoremap <buffer> <silent> &" &uml;
7463 inoremap <buffer> <silent> &2> &raquo;
7464 inoremap <buffer> <silent> &2< &laquo;
7465 inoremap <buffer> <silent> &y" &yuml;
7466 inoremap <buffer> <silent> &y' &yacute;
7467 inoremap <buffer> <silent> &u" &uuml;
7468 inoremap <buffer> <silent> &u^ &ucirc;
7469 inoremap <buffer> <silent> &u' &uacute;
7470 inoremap <buffer> <silent> &u` &ugrave;
7471 inoremap <buffer> <silent> &x &times;
7472 inoremap <buffer> <silent> &o" &ouml;
7473 inoremap <buffer> <silent> &o~ &otilde;
7474 inoremap <buffer> <silent> &o^ &ocirc;
7475 inoremap <buffer> <silent> &o' &oacute;
7476 inoremap <buffer> <silent> &o` &ograve;
7477 inoremap <buffer> <silent> &n~ &ntilde;
7478 inoremap <buffer> <silent> &i" &iuml;
7479 inoremap <buffer> <silent> &i^ &icirc;
7480 inoremap <buffer> <silent> &i' &iacute;
7481 inoremap <buffer> <silent> &i` &igrave;
7482 inoremap <buffer> <silent> &e" &euml;
7483 inoremap <buffer> <silent> &e^ &ecirc;
7484 inoremap <buffer> <silent> &e' &eacute;
7485 inoremap <buffer> <silent> &e` &egrave;
7486 inoremap <buffer> <silent> &c, &ccedil;
7487 inoremap <buffer> <silent> &ae &aelig;
7488 inoremap <buffer> <silent> &ao &aring;
7489 inoremap <buffer> <silent> &a" &auml;
7490 inoremap <buffer> <silent> &a~ &atilde;
7491 inoremap <buffer> <silent> &a^ &acirc;
7492 inoremap <buffer> <silent> &a' &aacute;
7493 inoremap <buffer> <silent> &a` &agrave;
7494 inoremap <buffer> <silent> &Y' &Yacute;
7495 inoremap <buffer> <silent> &U" &Uuml;
7496 inoremap <buffer> <silent> &U^ &Ucirc;
7497 inoremap <buffer> <silent> &U' &Uacute;
7498 inoremap <buffer> <silent> &U` &Ugrave;
7499 inoremap <buffer> <silent> &O/ &Oslash;
7500 inoremap <buffer> <silent> &O" &Ouml;
7501 inoremap <buffer> <silent> &O~ &Otilde;
7502 inoremap <buffer> <silent> &O^ &Ocirc;
7503 inoremap <buffer> <silent> &O' &Oacute;
7504 inoremap <buffer> <silent> &O` &Ograve;
7505 inoremap <buffer> <silent> &N~ &Ntilde;
7506 inoremap <buffer> <silent> &I" &Iuml;
7507 inoremap <buffer> <silent> &I^ &Icirc;
7508 inoremap <buffer> <silent> &I' &Iacute;
7509 inoremap <buffer> <silent> &I` &Igrave;
7510 inoremap <buffer> <silent> &E" &Euml;
7511 inoremap <buffer> <silent> &E^ &Ecirc;
7512 inoremap <buffer> <silent> &E' &Eacute;
7513 inoremap <buffer> <silent> &E` &Egrave;
7514 inoremap <buffer> <silent> &C, &Ccedil;
7515 inoremap <buffer> <silent> &AE &AElig;
7516 inoremap <buffer> <silent> &Ao &Aring;
7517 inoremap <buffer> <silent> &A" &Auml;
7518 inoremap <buffer> <silent> &A~ &Atilde;
7519 inoremap <buffer> <silent> &A^ &Acirc;
7520 inoremap <buffer> <silent> &A' &Aacute;
7521 inoremap <buffer> <silent> &A` &Agrave;
7522 inoremap <buffer> <silent> &c| &cent;
7523 inoremap <buffer> <silent> &Y= &yen;
7524 inoremap <buffer> <silent> &# &pound;
7525 inoremap <buffer> <silent> & &nbsp;
7526 inoremap <buffer> <silent> &> &gt;
7527 inoremap <buffer> <silent> &< &lt;
7528 inoremap <buffer> <silent> &' &quot;
7529 inoremap <buffer> <silent> &tm &trade;
7530 inoremap <buffer> <silent> &rO &reg;
7531 inoremap <buffer> <silent> &cO &copy;
7532 inoremap <buffer> <silent> && &amp;
7533 inoremap <buffer> <silent> ; &nbsp;
7534 inoremap <buffer> <silent> ;la <label for=""></label>F"
7535 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
7536 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
7537 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
7538 </textarea>k$5F"i
7539 inoremap <buffer> <silent> ;og <optgroup label="">
7540 </optgroup>k$F"i
7541 inoremap <buffer> <silent> ;op <option></option>F<
7542 inoremap <buffer> <silent> ;ms <select name="" multiple>
7543 </select>O
7544 inoremap <buffer> <silent> ;se <select name="">
7545 </select>O
7546 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
7547 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
7548 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
7549 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
7550 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
7551 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
7552 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
7553 inoremap <buffer> <silent> ;fm <form action="">
7554 </form>k$F"i
7555 inoremap <buffer> <silent> ;if <iframe src="">
7556 </iframe>k$F"i
7557 inoremap <buffer> <silent> ;nf <noframes>
7558 </noframes>O
7559 inoremap <buffer> <silent> ;fr <frame src="">F"
7560 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
7561 </frameset>k$3F"i
7562 inoremap <buffer> <silent> ;th <th></th>F<
7563 inoremap <buffer> <silent> ;td <td>
7564 </td>O
7565 inoremap <buffer> <silent> ;tr <tr>
7566 </tr>O
7567 inoremap <buffer> <silent> ;tf <tfoot>
7568 </tfoot>O
7569 inoremap <buffer> <silent> ;tb <tbody>
7570 </tbody>O
7571 inoremap <buffer> <silent> ;tH <thead>
7572 </thead>O
7573 inoremap <buffer> <silent> ;ta <table>
7574 </table>O
7575 inoremap <buffer> <silent> ;ca <caption></caption>F<
7576 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
7577 </object>k$5F"i
7578 inoremap <buffer> <silent> ;ns <noscript>
7579 </noscripT>O
7580 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
7581 <noembed></noembed>k$5F"i
7582 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
7583 inoremap <buffer> <silent> ;va <var></var>F<
7584 inoremap <buffer> <silent> ;ul <ul>
7585 </ul>O
7586 inoremap <buffer> <silent> ;tt <tt></tt>F<
7587 inoremap <buffer> <silent> ;ti <title></title>F<
7588 inoremap <buffer> <silent> ;sp <sup></sup>F<
7589 inoremap <buffer> <silent> ;sb <sub></sub>F<
7590 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
7591 inoremap <buffer> <silent> ;cs <style type="text/css">
7592 <!--
7593 -->
7594 </style>kO
7595 inoremap <buffer> <silent> ;sm <small></small>F<
7596 inoremap <buffer> <silent> ;sa <samp></samp>F<
7597 inoremap <buffer> <silent> ;sk <strike></strike>F<
7598 inoremap <buffer> <silent> ;qu <q></q>F<
7599 inoremap <buffer> <silent> ;pr <pre>
7600 </pre>O
7601 inoremap <buffer> <silent> ;/p </p>
7602 
7603 <p>
7604 inoremap <buffer> <silent> ;pp <p>
7605 </p>O
7606 inoremap <buffer> <silent> ;ol <ol>
7607 </ol>O
7608 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
7609 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
7610 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
7611 inoremap <buffer> <silent> ;lk <link href="">F"
7612 inoremap <buffer> <silent> ;li <li></li>F<
7613 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
7614 inoremap <buffer> <silent> ;ii <isindex>
7615 inoremap <buffer> <silent> ;in <ins></ins>F<
7616 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
7617 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
7618 inoremap <buffer> <silent> ;ht <html>
7619 </html>O
7620 inoremap <buffer> <silent> ;Hr <hr width="75%">
7621 inoremap <buffer> <silent> ;hr <hr>
7622 inoremap <buffer> <silent> ;he <head>
7623 </head>O
7624 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
7625 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
7626 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
7627 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
7628 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
7629 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
7630 inoremap <buffer> <silent> ;h6 <h6></h6>F<
7631 inoremap <buffer> <silent> ;h5 <h5></h5>F<
7632 inoremap <buffer> <silent> ;h4 <h4></h4>F<
7633 inoremap <buffer> <silent> ;h3 <h3></h3>F<
7634 inoremap <buffer> <silent> ;h2 <h2></h2>F<
7635 inoremap <buffer> <silent> ;h1 <h1></h1>F<
7636 inoremap <buffer> <silent> ;fc <font color=""></font>F"
7637 inoremap <buffer> <silent> ;fo <font size=""></font>F"
7638 inoremap <buffer> <silent> ;sn <span></span>F<
7639 inoremap <buffer> <silent> ;dv <div>
7640 </div>O
7641 inoremap <buffer> <silent> ;df <dfn></dfn>F<
7642 inoremap <buffer> <silent> ;de <del></del>F<
7643 inoremap <buffer> <silent> ;dd <dd></dd>F<
7644 inoremap <buffer> <silent> ;dt <dt></dt>F<
7645 inoremap <buffer> <silent> ;dl <dl>
7646 </dl>O
7647 inoremap <buffer> <silent> ;co <code></code>F<
7648 inoremap <buffer> <silent> ;ci <cite></cite>F<
7649 inoremap <buffer> <silent> ;ce <center></center>F<
7650 inoremap <buffer> <silent> ;br <br>
7651 inoremap <buffer> <silent> ;bd <body>
7652 </body>O
7653 inoremap <buffer> <silent> ;bl <blockquote>
7654 </blockquote>O
7655 inoremap <buffer> <silent> ;bi <big></big>F<
7656 inoremap <buffer> <silent> ;bh <base href="">F"
7657 inoremap <buffer> <silent> ;ad <address></address>F<
7658 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
7659 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
7660 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
7661 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
7662 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
7663 inoremap <buffer> <silent> ;an <a name=""></a>F"
7664 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
7665 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
7666 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
7667 inoremap <buffer> <silent> ;ah <a href=""></a>F"
7668 imap <buffer> <silent> ;s4 ;s4
7669 imap <buffer> <silent> ;4 ;4
7670 inoremap <buffer> <silent> ;mi :call MangleImageTag()
7671 inoremap <buffer> <silent> ; 
7672 inoremap <buffer> <silent> ;& &
7673 inoremap <buffer> <silent> ;; ;
7674 setlocal keymap=
7675 setlocal noarabic
7676 setlocal autoindent
7677 setlocal balloonexpr=
7678 setlocal nobinary
7679 setlocal bufhidden=
7680 setlocal buflisted
7681 setlocal buftype=
7682 setlocal nocindent
7683 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
7684 setlocal cinoptions=
7685 setlocal cinwords=if,else,while,do,for,switch
7686 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
7687 setlocal commentstring=<!--%s-->
7688 setlocal complete=.,w,b,u,t,i
7689 setlocal completefunc=
7690 setlocal nocopyindent
7691 setlocal nocursorcolumn
7692 setlocal nocursorline
7693 setlocal define=
7694 setlocal dictionary=
7695 setlocal nodiff
7696 setlocal equalprg=
7697 setlocal errorformat=
7698 setlocal noexpandtab
7699 if &filetype != 'html'
7700 setlocal filetype=html
7701 endif
7702 setlocal foldcolumn=0
7703 setlocal foldenable
7704 setlocal foldexpr=0
7705 setlocal foldignore=#
7706 setlocal foldlevel=0
7707 setlocal foldmarker={{{,}}}
7708 setlocal foldmethod=manual
7709 setlocal foldminlines=1
7710 setlocal foldnestmax=20
7711 setlocal foldtext=foldtext()
7712 setlocal formatexpr=
7713 setlocal formatoptions=tcq
7714 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
7715 setlocal grepprg=
7716 setlocal iminsert=2
7717 setlocal imsearch=2
7718 setlocal include=
7719 setlocal includeexpr=
7720 setlocal indentexpr=
7721 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
7722 setlocal noinfercase
7723 setlocal iskeyword=@,48-57,_,192-255
7724 setlocal keywordprg=
7725 setlocal nolinebreak
7726 setlocal nolisp
7727 setlocal nolist
7728 setlocal makeprg=
7729 setlocal matchpairs=(:),{:},[:],<:>
7730 setlocal nomodeline
7731 setlocal modifiable
7732 setlocal nrformats=octal,hex
7733 setlocal nonumber
7734 setlocal numberwidth=4
7735 setlocal omnifunc=htmlcomplete#CompleteTags
7736 setlocal path=
7737 setlocal nopreserveindent
7738 setlocal nopreviewwindow
7739 setlocal quoteescape=\\
7740 setlocal noreadonly
7741 setlocal norightleft
7742 setlocal rightleftcmd=search
7743 setlocal noscrollbind
7744 setlocal shiftwidth=8
7745 setlocal noshortname
7746 setlocal nosmartindent
7747 setlocal softtabstop=0
7748 setlocal nospell
7749 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
7750 setlocal spellfile=
7751 setlocal spelllang=en
7752 setlocal statusline=
7753 setlocal suffixesadd=
7754 setlocal swapfile
7755 setlocal synmaxcol=3000
7756 if &syntax != 'html'
7757 setlocal syntax=html
7758 endif
7759 setlocal tabstop=2
7760 setlocal tags=
7761 setlocal textwidth=0
7762 setlocal thesaurus=
7763 setlocal nowinfixheight
7764 setlocal nowinfixwidth
7765 setlocal wrap
7766 setlocal wrapmargin=0
7767 silent! normal! zE
7768 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
7769 if s:l < 1 | let s:l = 1 | endif
7770 exe s:l
7771 normal! zt
7772 1
7773 normal! 0
7774 tabedit restore.html
7775 set splitbelow splitright
7776 set nosplitbelow
7777 set nosplitright
7778 wincmd t
7779 set winheight=1 winwidth=1
7780 argglobal
7781 19argu
7782 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
7783 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
7784 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
7785 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
7786 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
7787 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
7788 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
7789 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
7790 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
7791 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
7792 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
7793 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
7794 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
7795 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
7796 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
7797 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
7798 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
7799 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
7800 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">')
7801 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">')
7802 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
7803 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
7804 nnoremap <buffer> <silent> ; 
7805 nnoremap <buffer> <silent> ;; ;
7806 vnoremap <buffer> <silent> ;; ;
7807 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
7808 inoremap <buffer> <silent> &hA &hArr;
7809 inoremap <buffer> <silent> &dA &dArr;
7810 inoremap <buffer> <silent> &rA &rArr;
7811 inoremap <buffer> <silent> &uA &uArr;
7812 inoremap <buffer> <silent> &lA &lArr;
7813 inoremap <buffer> <silent> &ha &harr;
7814 inoremap <buffer> <silent> &da &darr;
7815 inoremap <buffer> <silent> &ra &rarr;
7816 inoremap <buffer> <silent> &ua &uarr;
7817 inoremap <buffer> <silent> &la &larr;
7818 inoremap <buffer> <silent> &pv &piv;
7819 inoremap <buffer> <silent> &uh &upsih;
7820 inoremap <buffer> <silent> &ts &thetasym;
7821 inoremap <buffer> <silent> &og &omega;
7822 inoremap <buffer> <silent> &ps &psi;
7823 inoremap <buffer> <silent> &ch &chi;
7824 inoremap <buffer> <silent> &ph &phi;
7825 inoremap <buffer> <silent> &up &upsilon;
7826 inoremap <buffer> <silent> &ta &tau;
7827 inoremap <buffer> <silent> &sf &sigmaf;
7828 inoremap <buffer> <silent> &si &sigma;
7829 inoremap <buffer> <silent> &rh &rho;
7830 inoremap <buffer> <silent> &pi &pi;
7831 inoremap <buffer> <silent> &oc &omicron;
7832 inoremap <buffer> <silent> &xi &xi;
7833 inoremap <buffer> <silent> &nu &nu;
7834 inoremap <buffer> <silent> &mu &mu;
7835 inoremap <buffer> <silent> &lm &lambda;
7836 inoremap <buffer> <silent> &ka &kappa;
7837 inoremap <buffer> <silent> &io &iota;
7838 inoremap <buffer> <silent> &th &theta;
7839 inoremap <buffer> <silent> &et &eta;
7840 inoremap <buffer> <silent> &ze &zeta;
7841 inoremap <buffer> <silent> &ep &epsilon;
7842 inoremap <buffer> <silent> &de &delta;
7843 inoremap <buffer> <silent> &ga &gamma;
7844 inoremap <buffer> <silent> &be &beta;
7845 inoremap <buffer> <silent> &al &alpha;
7846 inoremap <buffer> <silent> &Ps &Psi;
7847 inoremap <buffer> <silent> &Ch &Chi;
7848 inoremap <buffer> <silent> &Ph &Phi;
7849 inoremap <buffer> <silent> &Up &Upsilon;
7850 inoremap <buffer> <silent> &Ta &Tau;
7851 inoremap <buffer> <silent> &Si &Sigma;
7852 inoremap <buffer> <silent> &Rh &Rho;
7853 inoremap <buffer> <silent> &Pi &Pi;
7854 inoremap <buffer> <silent> &Oc &Omicron;
7855 inoremap <buffer> <silent> &Xi &Xi;
7856 inoremap <buffer> <silent> &Nu &Nu;
7857 inoremap <buffer> <silent> &Mu &Mu;
7858 inoremap <buffer> <silent> &Lm &Lambda;
7859 inoremap <buffer> <silent> &Ka &Kappa;
7860 inoremap <buffer> <silent> &Io &Iota;
7861 inoremap <buffer> <silent> &Th &Theta;
7862 inoremap <buffer> <silent> &Et &Eta;
7863 inoremap <buffer> <silent> &Ze &Zeta;
7864 inoremap <buffer> <silent> &Ep &Epsilon;
7865 inoremap <buffer> <silent> &De &Delta;
7866 inoremap <buffer> <silent> &Ga &Gamma;
7867 inoremap <buffer> <silent> &Be &Beta;
7868 inoremap <buffer> <silent> &Al &Alpha;
7869 inoremap <buffer> <silent> &3. &hellip;
7870 inoremap <buffer> <silent> &-- &mdash;
7871 inoremap <buffer> <silent> &3- &mdash;
7872 inoremap <buffer> <silent> &m- &mdash;
7873 inoremap <buffer> <silent> &2- &ndash;
7874 inoremap <buffer> <silent> &n- &ndash;
7875 inoremap <buffer> <silent> &34 &frac34;
7876 inoremap <buffer> <silent> &12 &frac12;
7877 inoremap <buffer> <silent> &14 &frac14;
7878 inoremap <buffer> <silent> &. &middot;
7879 inoremap <buffer> <silent> &pa &para;
7880 inoremap <buffer> <silent> &mi &micro;
7881 inoremap <buffer> <silent> &dg &deg;
7882 inoremap <buffer> <silent> &? &iquest;
7883 inoremap <buffer> <silent> &! &iexcl;
7884 inoremap <buffer> <silent> &sz &szlig;
7885 inoremap <buffer> <silent> &o/ &oslash;
7886 inoremap <buffer> <silent> &/ &divide;
7887 inoremap <buffer> <silent> &" &uml;
7888 inoremap <buffer> <silent> &2> &raquo;
7889 inoremap <buffer> <silent> &2< &laquo;
7890 inoremap <buffer> <silent> &y" &yuml;
7891 inoremap <buffer> <silent> &y' &yacute;
7892 inoremap <buffer> <silent> &u" &uuml;
7893 inoremap <buffer> <silent> &u^ &ucirc;
7894 inoremap <buffer> <silent> &u' &uacute;
7895 inoremap <buffer> <silent> &u` &ugrave;
7896 inoremap <buffer> <silent> &x &times;
7897 inoremap <buffer> <silent> &o" &ouml;
7898 inoremap <buffer> <silent> &o~ &otilde;
7899 inoremap <buffer> <silent> &o^ &ocirc;
7900 inoremap <buffer> <silent> &o' &oacute;
7901 inoremap <buffer> <silent> &o` &ograve;
7902 inoremap <buffer> <silent> &n~ &ntilde;
7903 inoremap <buffer> <silent> &i" &iuml;
7904 inoremap <buffer> <silent> &i^ &icirc;
7905 inoremap <buffer> <silent> &i' &iacute;
7906 inoremap <buffer> <silent> &i` &igrave;
7907 inoremap <buffer> <silent> &e" &euml;
7908 inoremap <buffer> <silent> &e^ &ecirc;
7909 inoremap <buffer> <silent> &e' &eacute;
7910 inoremap <buffer> <silent> &e` &egrave;
7911 inoremap <buffer> <silent> &c, &ccedil;
7912 inoremap <buffer> <silent> &ae &aelig;
7913 inoremap <buffer> <silent> &ao &aring;
7914 inoremap <buffer> <silent> &a" &auml;
7915 inoremap <buffer> <silent> &a~ &atilde;
7916 inoremap <buffer> <silent> &a^ &acirc;
7917 inoremap <buffer> <silent> &a' &aacute;
7918 inoremap <buffer> <silent> &a` &agrave;
7919 inoremap <buffer> <silent> &Y' &Yacute;
7920 inoremap <buffer> <silent> &U" &Uuml;
7921 inoremap <buffer> <silent> &U^ &Ucirc;
7922 inoremap <buffer> <silent> &U' &Uacute;
7923 inoremap <buffer> <silent> &U` &Ugrave;
7924 inoremap <buffer> <silent> &O/ &Oslash;
7925 inoremap <buffer> <silent> &O" &Ouml;
7926 inoremap <buffer> <silent> &O~ &Otilde;
7927 inoremap <buffer> <silent> &O^ &Ocirc;
7928 inoremap <buffer> <silent> &O' &Oacute;
7929 inoremap <buffer> <silent> &O` &Ograve;
7930 inoremap <buffer> <silent> &N~ &Ntilde;
7931 inoremap <buffer> <silent> &I" &Iuml;
7932 inoremap <buffer> <silent> &I^ &Icirc;
7933 inoremap <buffer> <silent> &I' &Iacute;
7934 inoremap <buffer> <silent> &I` &Igrave;
7935 inoremap <buffer> <silent> &E" &Euml;
7936 inoremap <buffer> <silent> &E^ &Ecirc;
7937 inoremap <buffer> <silent> &E' &Eacute;
7938 inoremap <buffer> <silent> &E` &Egrave;
7939 inoremap <buffer> <silent> &C, &Ccedil;
7940 inoremap <buffer> <silent> &AE &AElig;
7941 inoremap <buffer> <silent> &Ao &Aring;
7942 inoremap <buffer> <silent> &A" &Auml;
7943 inoremap <buffer> <silent> &A~ &Atilde;
7944 inoremap <buffer> <silent> &A^ &Acirc;
7945 inoremap <buffer> <silent> &A' &Aacute;
7946 inoremap <buffer> <silent> &A` &Agrave;
7947 inoremap <buffer> <silent> &c| &cent;
7948 inoremap <buffer> <silent> &Y= &yen;
7949 inoremap <buffer> <silent> &# &pound;
7950 inoremap <buffer> <silent> & &nbsp;
7951 inoremap <buffer> <silent> &> &gt;
7952 inoremap <buffer> <silent> &< &lt;
7953 inoremap <buffer> <silent> &' &quot;
7954 inoremap <buffer> <silent> &tm &trade;
7955 inoremap <buffer> <silent> &rO &reg;
7956 inoremap <buffer> <silent> &cO &copy;
7957 inoremap <buffer> <silent> && &amp;
7958 inoremap <buffer> <silent> ; &nbsp;
7959 inoremap <buffer> <silent> ;la <label for=""></label>F"
7960 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
7961 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
7962 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
7963 </textarea>k$5F"i
7964 inoremap <buffer> <silent> ;og <optgroup label="">
7965 </optgroup>k$F"i
7966 inoremap <buffer> <silent> ;op <option></option>F<
7967 inoremap <buffer> <silent> ;ms <select name="" multiple>
7968 </select>O
7969 inoremap <buffer> <silent> ;se <select name="">
7970 </select>O
7971 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
7972 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
7973 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
7974 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
7975 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
7976 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
7977 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
7978 inoremap <buffer> <silent> ;fm <form action="">
7979 </form>k$F"i
7980 inoremap <buffer> <silent> ;if <iframe src="">
7981 </iframe>k$F"i
7982 inoremap <buffer> <silent> ;nf <noframes>
7983 </noframes>O
7984 inoremap <buffer> <silent> ;fr <frame src="">F"
7985 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
7986 </frameset>k$3F"i
7987 inoremap <buffer> <silent> ;th <th></th>F<
7988 inoremap <buffer> <silent> ;td <td>
7989 </td>O
7990 inoremap <buffer> <silent> ;tr <tr>
7991 </tr>O
7992 inoremap <buffer> <silent> ;tf <tfoot>
7993 </tfoot>O
7994 inoremap <buffer> <silent> ;tb <tbody>
7995 </tbody>O
7996 inoremap <buffer> <silent> ;tH <thead>
7997 </thead>O
7998 inoremap <buffer> <silent> ;ta <table>
7999 </table>O
8000 inoremap <buffer> <silent> ;ca <caption></caption>F<
8001 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
8002 </object>k$5F"i
8003 inoremap <buffer> <silent> ;ns <noscript>
8004 </noscripT>O
8005 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
8006 <noembed></noembed>k$5F"i
8007 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
8008 inoremap <buffer> <silent> ;va <var></var>F<
8009 inoremap <buffer> <silent> ;ul <ul>
8010 </ul>O
8011 inoremap <buffer> <silent> ;tt <tt></tt>F<
8012 inoremap <buffer> <silent> ;ti <title></title>F<
8013 inoremap <buffer> <silent> ;sp <sup></sup>F<
8014 inoremap <buffer> <silent> ;sb <sub></sub>F<
8015 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
8016 inoremap <buffer> <silent> ;cs <style type="text/css">
8017 <!--
8018 -->
8019 </style>kO
8020 inoremap <buffer> <silent> ;sm <small></small>F<
8021 inoremap <buffer> <silent> ;sa <samp></samp>F<
8022 inoremap <buffer> <silent> ;sk <strike></strike>F<
8023 inoremap <buffer> <silent> ;qu <q></q>F<
8024 inoremap <buffer> <silent> ;pr <pre>
8025 </pre>O
8026 inoremap <buffer> <silent> ;/p </p>
8027 
8028 <p>
8029 inoremap <buffer> <silent> ;pp <p>
8030 </p>O
8031 inoremap <buffer> <silent> ;ol <ol>
8032 </ol>O
8033 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
8034 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
8035 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
8036 inoremap <buffer> <silent> ;lk <link href="">F"
8037 inoremap <buffer> <silent> ;li <li></li>F<
8038 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
8039 inoremap <buffer> <silent> ;ii <isindex>
8040 inoremap <buffer> <silent> ;in <ins></ins>F<
8041 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
8042 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
8043 inoremap <buffer> <silent> ;ht <html>
8044 </html>O
8045 inoremap <buffer> <silent> ;Hr <hr width="75%">
8046 inoremap <buffer> <silent> ;hr <hr>
8047 inoremap <buffer> <silent> ;he <head>
8048 </head>O
8049 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
8050 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
8051 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
8052 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
8053 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
8054 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
8055 inoremap <buffer> <silent> ;h6 <h6></h6>F<
8056 inoremap <buffer> <silent> ;h5 <h5></h5>F<
8057 inoremap <buffer> <silent> ;h4 <h4></h4>F<
8058 inoremap <buffer> <silent> ;h3 <h3></h3>F<
8059 inoremap <buffer> <silent> ;h2 <h2></h2>F<
8060 inoremap <buffer> <silent> ;h1 <h1></h1>F<
8061 inoremap <buffer> <silent> ;fc <font color=""></font>F"
8062 inoremap <buffer> <silent> ;fo <font size=""></font>F"
8063 inoremap <buffer> <silent> ;sn <span></span>F<
8064 inoremap <buffer> <silent> ;dv <div>
8065 </div>O
8066 inoremap <buffer> <silent> ;df <dfn></dfn>F<
8067 inoremap <buffer> <silent> ;de <del></del>F<
8068 inoremap <buffer> <silent> ;dd <dd></dd>F<
8069 inoremap <buffer> <silent> ;dt <dt></dt>F<
8070 inoremap <buffer> <silent> ;dl <dl>
8071 </dl>O
8072 inoremap <buffer> <silent> ;co <code></code>F<
8073 inoremap <buffer> <silent> ;ci <cite></cite>F<
8074 inoremap <buffer> <silent> ;ce <center></center>F<
8075 inoremap <buffer> <silent> ;br <br>
8076 inoremap <buffer> <silent> ;bd <body>
8077 </body>O
8078 inoremap <buffer> <silent> ;bl <blockquote>
8079 </blockquote>O
8080 inoremap <buffer> <silent> ;bi <big></big>F<
8081 inoremap <buffer> <silent> ;bh <base href="">F"
8082 inoremap <buffer> <silent> ;ad <address></address>F<
8083 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
8084 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
8085 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
8086 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
8087 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
8088 inoremap <buffer> <silent> ;an <a name=""></a>F"
8089 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
8090 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
8091 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
8092 inoremap <buffer> <silent> ;ah <a href=""></a>F"
8093 imap <buffer> <silent> ;s4 ;s4
8094 imap <buffer> <silent> ;4 ;4
8095 inoremap <buffer> <silent> ;mi :call MangleImageTag()
8096 inoremap <buffer> <silent> ; 
8097 inoremap <buffer> <silent> ;& &
8098 inoremap <buffer> <silent> ;; ;
8099 setlocal keymap=
8100 setlocal noarabic
8101 setlocal autoindent
8102 setlocal balloonexpr=
8103 setlocal nobinary
8104 setlocal bufhidden=
8105 setlocal buflisted
8106 setlocal buftype=
8107 setlocal nocindent
8108 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
8109 setlocal cinoptions=
8110 setlocal cinwords=if,else,while,do,for,switch
8111 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
8112 setlocal commentstring=<!--%s-->
8113 setlocal complete=.,w,b,u,t,i
8114 setlocal completefunc=
8115 setlocal nocopyindent
8116 setlocal nocursorcolumn
8117 setlocal nocursorline
8118 setlocal define=
8119 setlocal dictionary=
8120 setlocal nodiff
8121 setlocal equalprg=
8122 setlocal errorformat=
8123 setlocal noexpandtab
8124 if &filetype != 'html'
8125 setlocal filetype=html
8126 endif
8127 setlocal foldcolumn=0
8128 setlocal foldenable
8129 setlocal foldexpr=0
8130 setlocal foldignore=#
8131 setlocal foldlevel=0
8132 setlocal foldmarker={{{,}}}
8133 setlocal foldmethod=manual
8134 setlocal foldminlines=1
8135 setlocal foldnestmax=20
8136 setlocal foldtext=foldtext()
8137 setlocal formatexpr=
8138 setlocal formatoptions=tcq
8139 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
8140 setlocal grepprg=
8141 setlocal iminsert=2
8142 setlocal imsearch=2
8143 setlocal include=
8144 setlocal includeexpr=
8145 setlocal indentexpr=
8146 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
8147 setlocal noinfercase
8148 setlocal iskeyword=@,48-57,_,192-255
8149 setlocal keywordprg=
8150 setlocal nolinebreak
8151 setlocal nolisp
8152 setlocal nolist
8153 setlocal makeprg=
8154 setlocal matchpairs=(:),{:},[:],<:>
8155 setlocal nomodeline
8156 setlocal modifiable
8157 setlocal nrformats=octal,hex
8158 setlocal nonumber
8159 setlocal numberwidth=4
8160 setlocal omnifunc=htmlcomplete#CompleteTags
8161 setlocal path=
8162 setlocal nopreserveindent
8163 setlocal nopreviewwindow
8164 setlocal quoteescape=\\
8165 setlocal noreadonly
8166 setlocal norightleft
8167 setlocal rightleftcmd=search
8168 setlocal noscrollbind
8169 setlocal shiftwidth=8
8170 setlocal noshortname
8171 setlocal nosmartindent
8172 setlocal softtabstop=0
8173 setlocal nospell
8174 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
8175 setlocal spellfile=
8176 setlocal spelllang=en
8177 setlocal statusline=
8178 setlocal suffixesadd=
8179 setlocal swapfile
8180 setlocal synmaxcol=3000
8181 if &syntax != 'html'
8182 setlocal syntax=html
8183 endif
8184 setlocal tabstop=2
8185 setlocal tags=
8186 setlocal textwidth=0
8187 setlocal thesaurus=
8188 setlocal nowinfixheight
8189 setlocal nowinfixwidth
8190 setlocal wrap
8191 setlocal wrapmargin=0
8192 silent! normal! zE
8193 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
8194 if s:l < 1 | let s:l = 1 | endif
8195 exe s:l
8196 normal! zt
8197 1
8198 normal! 0
8199 tabedit screenshots.html
8200 set splitbelow splitright
8201 set nosplitbelow
8202 set nosplitright
8203 wincmd t
8204 set winheight=1 winwidth=1
8205 argglobal
8206 20argu
8207 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
8208 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
8209 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
8210 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
8211 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
8212 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
8213 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
8214 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
8215 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
8216 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
8217 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
8218 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
8219 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
8220 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
8221 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
8222 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
8223 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
8224 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
8225 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">')
8226 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">')
8227 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
8228 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
8229 nnoremap <buffer> <silent> ; 
8230 nnoremap <buffer> <silent> ;; ;
8231 vnoremap <buffer> <silent> ;; ;
8232 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
8233 inoremap <buffer> <silent> &hA &hArr;
8234 inoremap <buffer> <silent> &dA &dArr;
8235 inoremap <buffer> <silent> &rA &rArr;
8236 inoremap <buffer> <silent> &uA &uArr;
8237 inoremap <buffer> <silent> &lA &lArr;
8238 inoremap <buffer> <silent> &ha &harr;
8239 inoremap <buffer> <silent> &da &darr;
8240 inoremap <buffer> <silent> &ra &rarr;
8241 inoremap <buffer> <silent> &ua &uarr;
8242 inoremap <buffer> <silent> &la &larr;
8243 inoremap <buffer> <silent> &pv &piv;
8244 inoremap <buffer> <silent> &uh &upsih;
8245 inoremap <buffer> <silent> &ts &thetasym;
8246 inoremap <buffer> <silent> &og &omega;
8247 inoremap <buffer> <silent> &ps &psi;
8248 inoremap <buffer> <silent> &ch &chi;
8249 inoremap <buffer> <silent> &ph &phi;
8250 inoremap <buffer> <silent> &up &upsilon;
8251 inoremap <buffer> <silent> &ta &tau;
8252 inoremap <buffer> <silent> &sf &sigmaf;
8253 inoremap <buffer> <silent> &si &sigma;
8254 inoremap <buffer> <silent> &rh &rho;
8255 inoremap <buffer> <silent> &pi &pi;
8256 inoremap <buffer> <silent> &oc &omicron;
8257 inoremap <buffer> <silent> &xi &xi;
8258 inoremap <buffer> <silent> &nu &nu;
8259 inoremap <buffer> <silent> &mu &mu;
8260 inoremap <buffer> <silent> &lm &lambda;
8261 inoremap <buffer> <silent> &ka &kappa;
8262 inoremap <buffer> <silent> &io &iota;
8263 inoremap <buffer> <silent> &th &theta;
8264 inoremap <buffer> <silent> &et &eta;
8265 inoremap <buffer> <silent> &ze &zeta;
8266 inoremap <buffer> <silent> &ep &epsilon;
8267 inoremap <buffer> <silent> &de &delta;
8268 inoremap <buffer> <silent> &ga &gamma;
8269 inoremap <buffer> <silent> &be &beta;
8270 inoremap <buffer> <silent> &al &alpha;
8271 inoremap <buffer> <silent> &Ps &Psi;
8272 inoremap <buffer> <silent> &Ch &Chi;
8273 inoremap <buffer> <silent> &Ph &Phi;
8274 inoremap <buffer> <silent> &Up &Upsilon;
8275 inoremap <buffer> <silent> &Ta &Tau;
8276 inoremap <buffer> <silent> &Si &Sigma;
8277 inoremap <buffer> <silent> &Rh &Rho;
8278 inoremap <buffer> <silent> &Pi &Pi;
8279 inoremap <buffer> <silent> &Oc &Omicron;
8280 inoremap <buffer> <silent> &Xi &Xi;
8281 inoremap <buffer> <silent> &Nu &Nu;
8282 inoremap <buffer> <silent> &Mu &Mu;
8283 inoremap <buffer> <silent> &Lm &Lambda;
8284 inoremap <buffer> <silent> &Ka &Kappa;
8285 inoremap <buffer> <silent> &Io &Iota;
8286 inoremap <buffer> <silent> &Th &Theta;
8287 inoremap <buffer> <silent> &Et &Eta;
8288 inoremap <buffer> <silent> &Ze &Zeta;
8289 inoremap <buffer> <silent> &Ep &Epsilon;
8290 inoremap <buffer> <silent> &De &Delta;
8291 inoremap <buffer> <silent> &Ga &Gamma;
8292 inoremap <buffer> <silent> &Be &Beta;
8293 inoremap <buffer> <silent> &Al &Alpha;
8294 inoremap <buffer> <silent> &3. &hellip;
8295 inoremap <buffer> <silent> &-- &mdash;
8296 inoremap <buffer> <silent> &3- &mdash;
8297 inoremap <buffer> <silent> &m- &mdash;
8298 inoremap <buffer> <silent> &2- &ndash;
8299 inoremap <buffer> <silent> &n- &ndash;
8300 inoremap <buffer> <silent> &34 &frac34;
8301 inoremap <buffer> <silent> &12 &frac12;
8302 inoremap <buffer> <silent> &14 &frac14;
8303 inoremap <buffer> <silent> &. &middot;
8304 inoremap <buffer> <silent> &pa &para;
8305 inoremap <buffer> <silent> &mi &micro;
8306 inoremap <buffer> <silent> &dg &deg;
8307 inoremap <buffer> <silent> &? &iquest;
8308 inoremap <buffer> <silent> &! &iexcl;
8309 inoremap <buffer> <silent> &sz &szlig;
8310 inoremap <buffer> <silent> &o/ &oslash;
8311 inoremap <buffer> <silent> &/ &divide;
8312 inoremap <buffer> <silent> &" &uml;
8313 inoremap <buffer> <silent> &2> &raquo;
8314 inoremap <buffer> <silent> &2< &laquo;
8315 inoremap <buffer> <silent> &y" &yuml;
8316 inoremap <buffer> <silent> &y' &yacute;
8317 inoremap <buffer> <silent> &u" &uuml;
8318 inoremap <buffer> <silent> &u^ &ucirc;
8319 inoremap <buffer> <silent> &u' &uacute;
8320 inoremap <buffer> <silent> &u` &ugrave;
8321 inoremap <buffer> <silent> &x &times;
8322 inoremap <buffer> <silent> &o" &ouml;
8323 inoremap <buffer> <silent> &o~ &otilde;
8324 inoremap <buffer> <silent> &o^ &ocirc;
8325 inoremap <buffer> <silent> &o' &oacute;
8326 inoremap <buffer> <silent> &o` &ograve;
8327 inoremap <buffer> <silent> &n~ &ntilde;
8328 inoremap <buffer> <silent> &i" &iuml;
8329 inoremap <buffer> <silent> &i^ &icirc;
8330 inoremap <buffer> <silent> &i' &iacute;
8331 inoremap <buffer> <silent> &i` &igrave;
8332 inoremap <buffer> <silent> &e" &euml;
8333 inoremap <buffer> <silent> &e^ &ecirc;
8334 inoremap <buffer> <silent> &e' &eacute;
8335 inoremap <buffer> <silent> &e` &egrave;
8336 inoremap <buffer> <silent> &c, &ccedil;
8337 inoremap <buffer> <silent> &ae &aelig;
8338 inoremap <buffer> <silent> &ao &aring;
8339 inoremap <buffer> <silent> &a" &auml;
8340 inoremap <buffer> <silent> &a~ &atilde;
8341 inoremap <buffer> <silent> &a^ &acirc;
8342 inoremap <buffer> <silent> &a' &aacute;
8343 inoremap <buffer> <silent> &a` &agrave;
8344 inoremap <buffer> <silent> &Y' &Yacute;
8345 inoremap <buffer> <silent> &U" &Uuml;
8346 inoremap <buffer> <silent> &U^ &Ucirc;
8347 inoremap <buffer> <silent> &U' &Uacute;
8348 inoremap <buffer> <silent> &U` &Ugrave;
8349 inoremap <buffer> <silent> &O/ &Oslash;
8350 inoremap <buffer> <silent> &O" &Ouml;
8351 inoremap <buffer> <silent> &O~ &Otilde;
8352 inoremap <buffer> <silent> &O^ &Ocirc;
8353 inoremap <buffer> <silent> &O' &Oacute;
8354 inoremap <buffer> <silent> &O` &Ograve;
8355 inoremap <buffer> <silent> &N~ &Ntilde;
8356 inoremap <buffer> <silent> &I" &Iuml;
8357 inoremap <buffer> <silent> &I^ &Icirc;
8358 inoremap <buffer> <silent> &I' &Iacute;
8359 inoremap <buffer> <silent> &I` &Igrave;
8360 inoremap <buffer> <silent> &E" &Euml;
8361 inoremap <buffer> <silent> &E^ &Ecirc;
8362 inoremap <buffer> <silent> &E' &Eacute;
8363 inoremap <buffer> <silent> &E` &Egrave;
8364 inoremap <buffer> <silent> &C, &Ccedil;
8365 inoremap <buffer> <silent> &AE &AElig;
8366 inoremap <buffer> <silent> &Ao &Aring;
8367 inoremap <buffer> <silent> &A" &Auml;
8368 inoremap <buffer> <silent> &A~ &Atilde;
8369 inoremap <buffer> <silent> &A^ &Acirc;
8370 inoremap <buffer> <silent> &A' &Aacute;
8371 inoremap <buffer> <silent> &A` &Agrave;
8372 inoremap <buffer> <silent> &c| &cent;
8373 inoremap <buffer> <silent> &Y= &yen;
8374 inoremap <buffer> <silent> &# &pound;
8375 inoremap <buffer> <silent> & &nbsp;
8376 inoremap <buffer> <silent> &> &gt;
8377 inoremap <buffer> <silent> &< &lt;
8378 inoremap <buffer> <silent> &' &quot;
8379 inoremap <buffer> <silent> &tm &trade;
8380 inoremap <buffer> <silent> &rO &reg;
8381 inoremap <buffer> <silent> &cO &copy;
8382 inoremap <buffer> <silent> && &amp;
8383 inoremap <buffer> <silent> ; &nbsp;
8384 inoremap <buffer> <silent> ;la <label for=""></label>F"
8385 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
8386 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
8387 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
8388 </textarea>k$5F"i
8389 inoremap <buffer> <silent> ;og <optgroup label="">
8390 </optgroup>k$F"i
8391 inoremap <buffer> <silent> ;op <option></option>F<
8392 inoremap <buffer> <silent> ;ms <select name="" multiple>
8393 </select>O
8394 inoremap <buffer> <silent> ;se <select name="">
8395 </select>O
8396 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
8397 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
8398 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
8399 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
8400 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
8401 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
8402 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
8403 inoremap <buffer> <silent> ;fm <form action="">
8404 </form>k$F"i
8405 inoremap <buffer> <silent> ;if <iframe src="">
8406 </iframe>k$F"i
8407 inoremap <buffer> <silent> ;nf <noframes>
8408 </noframes>O
8409 inoremap <buffer> <silent> ;fr <frame src="">F"
8410 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
8411 </frameset>k$3F"i
8412 inoremap <buffer> <silent> ;th <th></th>F<
8413 inoremap <buffer> <silent> ;td <td>
8414 </td>O
8415 inoremap <buffer> <silent> ;tr <tr>
8416 </tr>O
8417 inoremap <buffer> <silent> ;tf <tfoot>
8418 </tfoot>O
8419 inoremap <buffer> <silent> ;tb <tbody>
8420 </tbody>O
8421 inoremap <buffer> <silent> ;tH <thead>
8422 </thead>O
8423 inoremap <buffer> <silent> ;ta <table>
8424 </table>O
8425 inoremap <buffer> <silent> ;ca <caption></caption>F<
8426 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
8427 </object>k$5F"i
8428 inoremap <buffer> <silent> ;ns <noscript>
8429 </noscripT>O
8430 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
8431 <noembed></noembed>k$5F"i
8432 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
8433 inoremap <buffer> <silent> ;va <var></var>F<
8434 inoremap <buffer> <silent> ;ul <ul>
8435 </ul>O
8436 inoremap <buffer> <silent> ;tt <tt></tt>F<
8437 inoremap <buffer> <silent> ;ti <title></title>F<
8438 inoremap <buffer> <silent> ;sp <sup></sup>F<
8439 inoremap <buffer> <silent> ;sb <sub></sub>F<
8440 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
8441 inoremap <buffer> <silent> ;cs <style type="text/css">
8442 <!--
8443 -->
8444 </style>kO
8445 inoremap <buffer> <silent> ;sm <small></small>F<
8446 inoremap <buffer> <silent> ;sa <samp></samp>F<
8447 inoremap <buffer> <silent> ;sk <strike></strike>F<
8448 inoremap <buffer> <silent> ;qu <q></q>F<
8449 inoremap <buffer> <silent> ;pr <pre>
8450 </pre>O
8451 inoremap <buffer> <silent> ;/p </p>
8452 
8453 <p>
8454 inoremap <buffer> <silent> ;pp <p>
8455 </p>O
8456 inoremap <buffer> <silent> ;ol <ol>
8457 </ol>O
8458 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
8459 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
8460 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
8461 inoremap <buffer> <silent> ;lk <link href="">F"
8462 inoremap <buffer> <silent> ;li <li></li>F<
8463 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
8464 inoremap <buffer> <silent> ;ii <isindex>
8465 inoremap <buffer> <silent> ;in <ins></ins>F<
8466 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
8467 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
8468 inoremap <buffer> <silent> ;ht <html>
8469 </html>O
8470 inoremap <buffer> <silent> ;Hr <hr width="75%">
8471 inoremap <buffer> <silent> ;hr <hr>
8472 inoremap <buffer> <silent> ;he <head>
8473 </head>O
8474 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
8475 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
8476 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
8477 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
8478 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
8479 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
8480 inoremap <buffer> <silent> ;h6 <h6></h6>F<
8481 inoremap <buffer> <silent> ;h5 <h5></h5>F<
8482 inoremap <buffer> <silent> ;h4 <h4></h4>F<
8483 inoremap <buffer> <silent> ;h3 <h3></h3>F<
8484 inoremap <buffer> <silent> ;h2 <h2></h2>F<
8485 inoremap <buffer> <silent> ;h1 <h1></h1>F<
8486 inoremap <buffer> <silent> ;fc <font color=""></font>F"
8487 inoremap <buffer> <silent> ;fo <font size=""></font>F"
8488 inoremap <buffer> <silent> ;sn <span></span>F<
8489 inoremap <buffer> <silent> ;dv <div>
8490 </div>O
8491 inoremap <buffer> <silent> ;df <dfn></dfn>F<
8492 inoremap <buffer> <silent> ;de <del></del>F<
8493 inoremap <buffer> <silent> ;dd <dd></dd>F<
8494 inoremap <buffer> <silent> ;dt <dt></dt>F<
8495 inoremap <buffer> <silent> ;dl <dl>
8496 </dl>O
8497 inoremap <buffer> <silent> ;co <code></code>F<
8498 inoremap <buffer> <silent> ;ci <cite></cite>F<
8499 inoremap <buffer> <silent> ;ce <center></center>F<
8500 inoremap <buffer> <silent> ;br <br>
8501 inoremap <buffer> <silent> ;bd <body>
8502 </body>O
8503 inoremap <buffer> <silent> ;bl <blockquote>
8504 </blockquote>O
8505 inoremap <buffer> <silent> ;bi <big></big>F<
8506 inoremap <buffer> <silent> ;bh <base href="">F"
8507 inoremap <buffer> <silent> ;ad <address></address>F<
8508 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
8509 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
8510 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
8511 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
8512 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
8513 inoremap <buffer> <silent> ;an <a name=""></a>F"
8514 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
8515 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
8516 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
8517 inoremap <buffer> <silent> ;ah <a href=""></a>F"
8518 imap <buffer> <silent> ;s4 ;s4
8519 imap <buffer> <silent> ;4 ;4
8520 inoremap <buffer> <silent> ;mi :call MangleImageTag()
8521 inoremap <buffer> <silent> ; 
8522 inoremap <buffer> <silent> ;& &
8523 inoremap <buffer> <silent> ;; ;
8524 setlocal keymap=
8525 setlocal noarabic
8526 setlocal autoindent
8527 setlocal balloonexpr=
8528 setlocal nobinary
8529 setlocal bufhidden=
8530 setlocal buflisted
8531 setlocal buftype=
8532 setlocal nocindent
8533 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
8534 setlocal cinoptions=
8535 setlocal cinwords=if,else,while,do,for,switch
8536 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
8537 setlocal commentstring=<!--%s-->
8538 setlocal complete=.,w,b,u,t,i
8539 setlocal completefunc=
8540 setlocal nocopyindent
8541 setlocal nocursorcolumn
8542 setlocal nocursorline
8543 setlocal define=
8544 setlocal dictionary=
8545 setlocal nodiff
8546 setlocal equalprg=
8547 setlocal errorformat=
8548 setlocal noexpandtab
8549 if &filetype != 'html'
8550 setlocal filetype=html
8551 endif
8552 setlocal foldcolumn=0
8553 setlocal foldenable
8554 setlocal foldexpr=0
8555 setlocal foldignore=#
8556 setlocal foldlevel=0
8557 setlocal foldmarker={{{,}}}
8558 setlocal foldmethod=manual
8559 setlocal foldminlines=1
8560 setlocal foldnestmax=20
8561 setlocal foldtext=foldtext()
8562 setlocal formatexpr=
8563 setlocal formatoptions=tcq
8564 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
8565 setlocal grepprg=
8566 setlocal iminsert=2
8567 setlocal imsearch=2
8568 setlocal include=
8569 setlocal includeexpr=
8570 setlocal indentexpr=
8571 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
8572 setlocal noinfercase
8573 setlocal iskeyword=@,48-57,_,192-255
8574 setlocal keywordprg=
8575 setlocal nolinebreak
8576 setlocal nolisp
8577 setlocal nolist
8578 setlocal makeprg=
8579 setlocal matchpairs=(:),{:},[:],<:>
8580 setlocal nomodeline
8581 setlocal modifiable
8582 setlocal nrformats=octal,hex
8583 setlocal nonumber
8584 setlocal numberwidth=4
8585 setlocal omnifunc=htmlcomplete#CompleteTags
8586 setlocal path=
8587 setlocal nopreserveindent
8588 setlocal nopreviewwindow
8589 setlocal quoteescape=\\
8590 setlocal noreadonly
8591 setlocal norightleft
8592 setlocal rightleftcmd=search
8593 setlocal noscrollbind
8594 setlocal shiftwidth=8
8595 setlocal noshortname
8596 setlocal nosmartindent
8597 setlocal softtabstop=0
8598 setlocal nospell
8599 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
8600 setlocal spellfile=
8601 setlocal spelllang=en
8602 setlocal statusline=
8603 setlocal suffixesadd=
8604 setlocal swapfile
8605 setlocal synmaxcol=3000
8606 if &syntax != 'html'
8607 setlocal syntax=html
8608 endif
8609 setlocal tabstop=2
8610 setlocal tags=
8611 setlocal textwidth=0
8612 setlocal thesaurus=
8613 setlocal nowinfixheight
8614 setlocal nowinfixwidth
8615 setlocal wrap
8616 setlocal wrapmargin=0
8617 silent! normal! zE
8618 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
8619 if s:l < 1 | let s:l = 1 | endif
8620 exe s:l
8621 normal! zt
8622 1
8623 normal! 0
8624 tabedit supergrubdisk.html
8625 set splitbelow splitright
8626 set nosplitbelow
8627 set nosplitright
8628 wincmd t
8629 set winheight=1 winwidth=1
8630 argglobal
8631 21argu
8632 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
8633 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
8634 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
8635 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
8636 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
8637 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
8638 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
8639 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
8640 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
8641 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
8642 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
8643 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
8644 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
8645 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
8646 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
8647 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
8648 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
8649 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
8650 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">')
8651 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">')
8652 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
8653 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
8654 nnoremap <buffer> <silent> ; 
8655 nnoremap <buffer> <silent> ;; ;
8656 vnoremap <buffer> <silent> ;; ;
8657 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
8658 inoremap <buffer> <silent> &hA &hArr;
8659 inoremap <buffer> <silent> &dA &dArr;
8660 inoremap <buffer> <silent> &rA &rArr;
8661 inoremap <buffer> <silent> &uA &uArr;
8662 inoremap <buffer> <silent> &lA &lArr;
8663 inoremap <buffer> <silent> &ha &harr;
8664 inoremap <buffer> <silent> &da &darr;
8665 inoremap <buffer> <silent> &ra &rarr;
8666 inoremap <buffer> <silent> &ua &uarr;
8667 inoremap <buffer> <silent> &la &larr;
8668 inoremap <buffer> <silent> &pv &piv;
8669 inoremap <buffer> <silent> &uh &upsih;
8670 inoremap <buffer> <silent> &ts &thetasym;
8671 inoremap <buffer> <silent> &og &omega;
8672 inoremap <buffer> <silent> &ps &psi;
8673 inoremap <buffer> <silent> &ch &chi;
8674 inoremap <buffer> <silent> &ph &phi;
8675 inoremap <buffer> <silent> &up &upsilon;
8676 inoremap <buffer> <silent> &ta &tau;
8677 inoremap <buffer> <silent> &sf &sigmaf;
8678 inoremap <buffer> <silent> &si &sigma;
8679 inoremap <buffer> <silent> &rh &rho;
8680 inoremap <buffer> <silent> &pi &pi;
8681 inoremap <buffer> <silent> &oc &omicron;
8682 inoremap <buffer> <silent> &xi &xi;
8683 inoremap <buffer> <silent> &nu &nu;
8684 inoremap <buffer> <silent> &mu &mu;
8685 inoremap <buffer> <silent> &lm &lambda;
8686 inoremap <buffer> <silent> &ka &kappa;
8687 inoremap <buffer> <silent> &io &iota;
8688 inoremap <buffer> <silent> &th &theta;
8689 inoremap <buffer> <silent> &et &eta;
8690 inoremap <buffer> <silent> &ze &zeta;
8691 inoremap <buffer> <silent> &ep &epsilon;
8692 inoremap <buffer> <silent> &de &delta;
8693 inoremap <buffer> <silent> &ga &gamma;
8694 inoremap <buffer> <silent> &be &beta;
8695 inoremap <buffer> <silent> &al &alpha;
8696 inoremap <buffer> <silent> &Ps &Psi;
8697 inoremap <buffer> <silent> &Ch &Chi;
8698 inoremap <buffer> <silent> &Ph &Phi;
8699 inoremap <buffer> <silent> &Up &Upsilon;
8700 inoremap <buffer> <silent> &Ta &Tau;
8701 inoremap <buffer> <silent> &Si &Sigma;
8702 inoremap <buffer> <silent> &Rh &Rho;
8703 inoremap <buffer> <silent> &Pi &Pi;
8704 inoremap <buffer> <silent> &Oc &Omicron;
8705 inoremap <buffer> <silent> &Xi &Xi;
8706 inoremap <buffer> <silent> &Nu &Nu;
8707 inoremap <buffer> <silent> &Mu &Mu;
8708 inoremap <buffer> <silent> &Lm &Lambda;
8709 inoremap <buffer> <silent> &Ka &Kappa;
8710 inoremap <buffer> <silent> &Io &Iota;
8711 inoremap <buffer> <silent> &Th &Theta;
8712 inoremap <buffer> <silent> &Et &Eta;
8713 inoremap <buffer> <silent> &Ze &Zeta;
8714 inoremap <buffer> <silent> &Ep &Epsilon;
8715 inoremap <buffer> <silent> &De &Delta;
8716 inoremap <buffer> <silent> &Ga &Gamma;
8717 inoremap <buffer> <silent> &Be &Beta;
8718 inoremap <buffer> <silent> &Al &Alpha;
8719 inoremap <buffer> <silent> &3. &hellip;
8720 inoremap <buffer> <silent> &-- &mdash;
8721 inoremap <buffer> <silent> &3- &mdash;
8722 inoremap <buffer> <silent> &m- &mdash;
8723 inoremap <buffer> <silent> &2- &ndash;
8724 inoremap <buffer> <silent> &n- &ndash;
8725 inoremap <buffer> <silent> &34 &frac34;
8726 inoremap <buffer> <silent> &12 &frac12;
8727 inoremap <buffer> <silent> &14 &frac14;
8728 inoremap <buffer> <silent> &. &middot;
8729 inoremap <buffer> <silent> &pa &para;
8730 inoremap <buffer> <silent> &mi &micro;
8731 inoremap <buffer> <silent> &dg &deg;
8732 inoremap <buffer> <silent> &? &iquest;
8733 inoremap <buffer> <silent> &! &iexcl;
8734 inoremap <buffer> <silent> &sz &szlig;
8735 inoremap <buffer> <silent> &o/ &oslash;
8736 inoremap <buffer> <silent> &/ &divide;
8737 inoremap <buffer> <silent> &" &uml;
8738 inoremap <buffer> <silent> &2> &raquo;
8739 inoremap <buffer> <silent> &2< &laquo;
8740 inoremap <buffer> <silent> &y" &yuml;
8741 inoremap <buffer> <silent> &y' &yacute;
8742 inoremap <buffer> <silent> &u" &uuml;
8743 inoremap <buffer> <silent> &u^ &ucirc;
8744 inoremap <buffer> <silent> &u' &uacute;
8745 inoremap <buffer> <silent> &u` &ugrave;
8746 inoremap <buffer> <silent> &x &times;
8747 inoremap <buffer> <silent> &o" &ouml;
8748 inoremap <buffer> <silent> &o~ &otilde;
8749 inoremap <buffer> <silent> &o^ &ocirc;
8750 inoremap <buffer> <silent> &o' &oacute;
8751 inoremap <buffer> <silent> &o` &ograve;
8752 inoremap <buffer> <silent> &n~ &ntilde;
8753 inoremap <buffer> <silent> &i" &iuml;
8754 inoremap <buffer> <silent> &i^ &icirc;
8755 inoremap <buffer> <silent> &i' &iacute;
8756 inoremap <buffer> <silent> &i` &igrave;
8757 inoremap <buffer> <silent> &e" &euml;
8758 inoremap <buffer> <silent> &e^ &ecirc;
8759 inoremap <buffer> <silent> &e' &eacute;
8760 inoremap <buffer> <silent> &e` &egrave;
8761 inoremap <buffer> <silent> &c, &ccedil;
8762 inoremap <buffer> <silent> &ae &aelig;
8763 inoremap <buffer> <silent> &ao &aring;
8764 inoremap <buffer> <silent> &a" &auml;
8765 inoremap <buffer> <silent> &a~ &atilde;
8766 inoremap <buffer> <silent> &a^ &acirc;
8767 inoremap <buffer> <silent> &a' &aacute;
8768 inoremap <buffer> <silent> &a` &agrave;
8769 inoremap <buffer> <silent> &Y' &Yacute;
8770 inoremap <buffer> <silent> &U" &Uuml;
8771 inoremap <buffer> <silent> &U^ &Ucirc;
8772 inoremap <buffer> <silent> &U' &Uacute;
8773 inoremap <buffer> <silent> &U` &Ugrave;
8774 inoremap <buffer> <silent> &O/ &Oslash;
8775 inoremap <buffer> <silent> &O" &Ouml;
8776 inoremap <buffer> <silent> &O~ &Otilde;
8777 inoremap <buffer> <silent> &O^ &Ocirc;
8778 inoremap <buffer> <silent> &O' &Oacute;
8779 inoremap <buffer> <silent> &O` &Ograve;
8780 inoremap <buffer> <silent> &N~ &Ntilde;
8781 inoremap <buffer> <silent> &I" &Iuml;
8782 inoremap <buffer> <silent> &I^ &Icirc;
8783 inoremap <buffer> <silent> &I' &Iacute;
8784 inoremap <buffer> <silent> &I` &Igrave;
8785 inoremap <buffer> <silent> &E" &Euml;
8786 inoremap <buffer> <silent> &E^ &Ecirc;
8787 inoremap <buffer> <silent> &E' &Eacute;
8788 inoremap <buffer> <silent> &E` &Egrave;
8789 inoremap <buffer> <silent> &C, &Ccedil;
8790 inoremap <buffer> <silent> &AE &AElig;
8791 inoremap <buffer> <silent> &Ao &Aring;
8792 inoremap <buffer> <silent> &A" &Auml;
8793 inoremap <buffer> <silent> &A~ &Atilde;
8794 inoremap <buffer> <silent> &A^ &Acirc;
8795 inoremap <buffer> <silent> &A' &Aacute;
8796 inoremap <buffer> <silent> &A` &Agrave;
8797 inoremap <buffer> <silent> &c| &cent;
8798 inoremap <buffer> <silent> &Y= &yen;
8799 inoremap <buffer> <silent> &# &pound;
8800 inoremap <buffer> <silent> & &nbsp;
8801 inoremap <buffer> <silent> &> &gt;
8802 inoremap <buffer> <silent> &< &lt;
8803 inoremap <buffer> <silent> &' &quot;
8804 inoremap <buffer> <silent> &tm &trade;
8805 inoremap <buffer> <silent> &rO &reg;
8806 inoremap <buffer> <silent> &cO &copy;
8807 inoremap <buffer> <silent> && &amp;
8808 inoremap <buffer> <silent> ; &nbsp;
8809 inoremap <buffer> <silent> ;la <label for=""></label>F"
8810 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
8811 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
8812 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
8813 </textarea>k$5F"i
8814 inoremap <buffer> <silent> ;og <optgroup label="">
8815 </optgroup>k$F"i
8816 inoremap <buffer> <silent> ;op <option></option>F<
8817 inoremap <buffer> <silent> ;ms <select name="" multiple>
8818 </select>O
8819 inoremap <buffer> <silent> ;se <select name="">
8820 </select>O
8821 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
8822 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
8823 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
8824 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
8825 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
8826 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
8827 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
8828 inoremap <buffer> <silent> ;fm <form action="">
8829 </form>k$F"i
8830 inoremap <buffer> <silent> ;if <iframe src="">
8831 </iframe>k$F"i
8832 inoremap <buffer> <silent> ;nf <noframes>
8833 </noframes>O
8834 inoremap <buffer> <silent> ;fr <frame src="">F"
8835 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
8836 </frameset>k$3F"i
8837 inoremap <buffer> <silent> ;th <th></th>F<
8838 inoremap <buffer> <silent> ;td <td>
8839 </td>O
8840 inoremap <buffer> <silent> ;tr <tr>
8841 </tr>O
8842 inoremap <buffer> <silent> ;tf <tfoot>
8843 </tfoot>O
8844 inoremap <buffer> <silent> ;tb <tbody>
8845 </tbody>O
8846 inoremap <buffer> <silent> ;tH <thead>
8847 </thead>O
8848 inoremap <buffer> <silent> ;ta <table>
8849 </table>O
8850 inoremap <buffer> <silent> ;ca <caption></caption>F<
8851 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
8852 </object>k$5F"i
8853 inoremap <buffer> <silent> ;ns <noscript>
8854 </noscripT>O
8855 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
8856 <noembed></noembed>k$5F"i
8857 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
8858 inoremap <buffer> <silent> ;va <var></var>F<
8859 inoremap <buffer> <silent> ;ul <ul>
8860 </ul>O
8861 inoremap <buffer> <silent> ;tt <tt></tt>F<
8862 inoremap <buffer> <silent> ;ti <title></title>F<
8863 inoremap <buffer> <silent> ;sp <sup></sup>F<
8864 inoremap <buffer> <silent> ;sb <sub></sub>F<
8865 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
8866 inoremap <buffer> <silent> ;cs <style type="text/css">
8867 <!--
8868 -->
8869 </style>kO
8870 inoremap <buffer> <silent> ;sm <small></small>F<
8871 inoremap <buffer> <silent> ;sa <samp></samp>F<
8872 inoremap <buffer> <silent> ;sk <strike></strike>F<
8873 inoremap <buffer> <silent> ;qu <q></q>F<
8874 inoremap <buffer> <silent> ;pr <pre>
8875 </pre>O
8876 inoremap <buffer> <silent> ;/p </p>
8877 
8878 <p>
8879 inoremap <buffer> <silent> ;pp <p>
8880 </p>O
8881 inoremap <buffer> <silent> ;ol <ol>
8882 </ol>O
8883 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
8884 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
8885 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
8886 inoremap <buffer> <silent> ;lk <link href="">F"
8887 inoremap <buffer> <silent> ;li <li></li>F<
8888 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
8889 inoremap <buffer> <silent> ;ii <isindex>
8890 inoremap <buffer> <silent> ;in <ins></ins>F<
8891 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
8892 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
8893 inoremap <buffer> <silent> ;ht <html>
8894 </html>O
8895 inoremap <buffer> <silent> ;Hr <hr width="75%">
8896 inoremap <buffer> <silent> ;hr <hr>
8897 inoremap <buffer> <silent> ;he <head>
8898 </head>O
8899 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
8900 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
8901 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
8902 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
8903 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
8904 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
8905 inoremap <buffer> <silent> ;h6 <h6></h6>F<
8906 inoremap <buffer> <silent> ;h5 <h5></h5>F<
8907 inoremap <buffer> <silent> ;h4 <h4></h4>F<
8908 inoremap <buffer> <silent> ;h3 <h3></h3>F<
8909 inoremap <buffer> <silent> ;h2 <h2></h2>F<
8910 inoremap <buffer> <silent> ;h1 <h1></h1>F<
8911 inoremap <buffer> <silent> ;fc <font color=""></font>F"
8912 inoremap <buffer> <silent> ;fo <font size=""></font>F"
8913 inoremap <buffer> <silent> ;sn <span></span>F<
8914 inoremap <buffer> <silent> ;dv <div>
8915 </div>O
8916 inoremap <buffer> <silent> ;df <dfn></dfn>F<
8917 inoremap <buffer> <silent> ;de <del></del>F<
8918 inoremap <buffer> <silent> ;dd <dd></dd>F<
8919 inoremap <buffer> <silent> ;dt <dt></dt>F<
8920 inoremap <buffer> <silent> ;dl <dl>
8921 </dl>O
8922 inoremap <buffer> <silent> ;co <code></code>F<
8923 inoremap <buffer> <silent> ;ci <cite></cite>F<
8924 inoremap <buffer> <silent> ;ce <center></center>F<
8925 inoremap <buffer> <silent> ;br <br>
8926 inoremap <buffer> <silent> ;bd <body>
8927 </body>O
8928 inoremap <buffer> <silent> ;bl <blockquote>
8929 </blockquote>O
8930 inoremap <buffer> <silent> ;bi <big></big>F<
8931 inoremap <buffer> <silent> ;bh <base href="">F"
8932 inoremap <buffer> <silent> ;ad <address></address>F<
8933 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
8934 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
8935 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
8936 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
8937 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
8938 inoremap <buffer> <silent> ;an <a name=""></a>F"
8939 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
8940 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
8941 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
8942 inoremap <buffer> <silent> ;ah <a href=""></a>F"
8943 imap <buffer> <silent> ;s4 ;s4
8944 imap <buffer> <silent> ;4 ;4
8945 inoremap <buffer> <silent> ;mi :call MangleImageTag()
8946 inoremap <buffer> <silent> ; 
8947 inoremap <buffer> <silent> ;& &
8948 inoremap <buffer> <silent> ;; ;
8949 setlocal keymap=
8950 setlocal noarabic
8951 setlocal autoindent
8952 setlocal balloonexpr=
8953 setlocal nobinary
8954 setlocal bufhidden=
8955 setlocal buflisted
8956 setlocal buftype=
8957 setlocal nocindent
8958 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
8959 setlocal cinoptions=
8960 setlocal cinwords=if,else,while,do,for,switch
8961 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
8962 setlocal commentstring=<!--%s-->
8963 setlocal complete=.,w,b,u,t,i
8964 setlocal completefunc=
8965 setlocal nocopyindent
8966 setlocal nocursorcolumn
8967 setlocal nocursorline
8968 setlocal define=
8969 setlocal dictionary=
8970 setlocal nodiff
8971 setlocal equalprg=
8972 setlocal errorformat=
8973 setlocal noexpandtab
8974 if &filetype != 'html'
8975 setlocal filetype=html
8976 endif
8977 setlocal foldcolumn=0
8978 setlocal foldenable
8979 setlocal foldexpr=0
8980 setlocal foldignore=#
8981 setlocal foldlevel=0
8982 setlocal foldmarker={{{,}}}
8983 setlocal foldmethod=manual
8984 setlocal foldminlines=1
8985 setlocal foldnestmax=20
8986 setlocal foldtext=foldtext()
8987 setlocal formatexpr=
8988 setlocal formatoptions=tcq
8989 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
8990 setlocal grepprg=
8991 setlocal iminsert=2
8992 setlocal imsearch=2
8993 setlocal include=
8994 setlocal includeexpr=
8995 setlocal indentexpr=
8996 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
8997 setlocal noinfercase
8998 setlocal iskeyword=@,48-57,_,192-255
8999 setlocal keywordprg=
9000 setlocal nolinebreak
9001 setlocal nolisp
9002 setlocal nolist
9003 setlocal makeprg=
9004 setlocal matchpairs=(:),{:},[:],<:>
9005 setlocal nomodeline
9006 setlocal modifiable
9007 setlocal nrformats=octal,hex
9008 setlocal nonumber
9009 setlocal numberwidth=4
9010 setlocal omnifunc=htmlcomplete#CompleteTags
9011 setlocal path=
9012 setlocal nopreserveindent
9013 setlocal nopreviewwindow
9014 setlocal quoteescape=\\
9015 setlocal noreadonly
9016 setlocal norightleft
9017 setlocal rightleftcmd=search
9018 setlocal noscrollbind
9019 setlocal shiftwidth=8
9020 setlocal noshortname
9021 setlocal nosmartindent
9022 setlocal softtabstop=0
9023 setlocal nospell
9024 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
9025 setlocal spellfile=
9026 setlocal spelllang=en
9027 setlocal statusline=
9028 setlocal suffixesadd=
9029 setlocal swapfile
9030 setlocal synmaxcol=3000
9031 if &syntax != 'html'
9032 setlocal syntax=html
9033 endif
9034 setlocal tabstop=2
9035 setlocal tags=
9036 setlocal textwidth=0
9037 setlocal thesaurus=
9038 setlocal nowinfixheight
9039 setlocal nowinfixwidth
9040 setlocal wrap
9041 setlocal wrapmargin=0
9042 silent! normal! zE
9043 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
9044 if s:l < 1 | let s:l = 1 | endif
9045 exe s:l
9046 normal! zt
9047 1
9048 normal! 0
9049 tabedit sysresccd.html
9050 set splitbelow splitright
9051 set nosplitbelow
9052 set nosplitright
9053 wincmd t
9054 set winheight=1 winwidth=1
9055 argglobal
9056 22argu
9057 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9058 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9059 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
9060 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
9061 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
9062 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
9063 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
9064 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
9065 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
9066 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
9067 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
9068 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
9069 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
9070 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
9071 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
9072 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
9073 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
9074 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
9075 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">')
9076 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">')
9077 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
9078 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
9079 nnoremap <buffer> <silent> ; 
9080 nnoremap <buffer> <silent> ;; ;
9081 vnoremap <buffer> <silent> ;; ;
9082 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
9083 inoremap <buffer> <silent> &hA &hArr;
9084 inoremap <buffer> <silent> &dA &dArr;
9085 inoremap <buffer> <silent> &rA &rArr;
9086 inoremap <buffer> <silent> &uA &uArr;
9087 inoremap <buffer> <silent> &lA &lArr;
9088 inoremap <buffer> <silent> &ha &harr;
9089 inoremap <buffer> <silent> &da &darr;
9090 inoremap <buffer> <silent> &ra &rarr;
9091 inoremap <buffer> <silent> &ua &uarr;
9092 inoremap <buffer> <silent> &la &larr;
9093 inoremap <buffer> <silent> &pv &piv;
9094 inoremap <buffer> <silent> &uh &upsih;
9095 inoremap <buffer> <silent> &ts &thetasym;
9096 inoremap <buffer> <silent> &og &omega;
9097 inoremap <buffer> <silent> &ps &psi;
9098 inoremap <buffer> <silent> &ch &chi;
9099 inoremap <buffer> <silent> &ph &phi;
9100 inoremap <buffer> <silent> &up &upsilon;
9101 inoremap <buffer> <silent> &ta &tau;
9102 inoremap <buffer> <silent> &sf &sigmaf;
9103 inoremap <buffer> <silent> &si &sigma;
9104 inoremap <buffer> <silent> &rh &rho;
9105 inoremap <buffer> <silent> &pi &pi;
9106 inoremap <buffer> <silent> &oc &omicron;
9107 inoremap <buffer> <silent> &xi &xi;
9108 inoremap <buffer> <silent> &nu &nu;
9109 inoremap <buffer> <silent> &mu &mu;
9110 inoremap <buffer> <silent> &lm &lambda;
9111 inoremap <buffer> <silent> &ka &kappa;
9112 inoremap <buffer> <silent> &io &iota;
9113 inoremap <buffer> <silent> &th &theta;
9114 inoremap <buffer> <silent> &et &eta;
9115 inoremap <buffer> <silent> &ze &zeta;
9116 inoremap <buffer> <silent> &ep &epsilon;
9117 inoremap <buffer> <silent> &de &delta;
9118 inoremap <buffer> <silent> &ga &gamma;
9119 inoremap <buffer> <silent> &be &beta;
9120 inoremap <buffer> <silent> &al &alpha;
9121 inoremap <buffer> <silent> &Ps &Psi;
9122 inoremap <buffer> <silent> &Ch &Chi;
9123 inoremap <buffer> <silent> &Ph &Phi;
9124 inoremap <buffer> <silent> &Up &Upsilon;
9125 inoremap <buffer> <silent> &Ta &Tau;
9126 inoremap <buffer> <silent> &Si &Sigma;
9127 inoremap <buffer> <silent> &Rh &Rho;
9128 inoremap <buffer> <silent> &Pi &Pi;
9129 inoremap <buffer> <silent> &Oc &Omicron;
9130 inoremap <buffer> <silent> &Xi &Xi;
9131 inoremap <buffer> <silent> &Nu &Nu;
9132 inoremap <buffer> <silent> &Mu &Mu;
9133 inoremap <buffer> <silent> &Lm &Lambda;
9134 inoremap <buffer> <silent> &Ka &Kappa;
9135 inoremap <buffer> <silent> &Io &Iota;
9136 inoremap <buffer> <silent> &Th &Theta;
9137 inoremap <buffer> <silent> &Et &Eta;
9138 inoremap <buffer> <silent> &Ze &Zeta;
9139 inoremap <buffer> <silent> &Ep &Epsilon;
9140 inoremap <buffer> <silent> &De &Delta;
9141 inoremap <buffer> <silent> &Ga &Gamma;
9142 inoremap <buffer> <silent> &Be &Beta;
9143 inoremap <buffer> <silent> &Al &Alpha;
9144 inoremap <buffer> <silent> &3. &hellip;
9145 inoremap <buffer> <silent> &-- &mdash;
9146 inoremap <buffer> <silent> &3- &mdash;
9147 inoremap <buffer> <silent> &m- &mdash;
9148 inoremap <buffer> <silent> &2- &ndash;
9149 inoremap <buffer> <silent> &n- &ndash;
9150 inoremap <buffer> <silent> &34 &frac34;
9151 inoremap <buffer> <silent> &12 &frac12;
9152 inoremap <buffer> <silent> &14 &frac14;
9153 inoremap <buffer> <silent> &. &middot;
9154 inoremap <buffer> <silent> &pa &para;
9155 inoremap <buffer> <silent> &mi &micro;
9156 inoremap <buffer> <silent> &dg &deg;
9157 inoremap <buffer> <silent> &? &iquest;
9158 inoremap <buffer> <silent> &! &iexcl;
9159 inoremap <buffer> <silent> &sz &szlig;
9160 inoremap <buffer> <silent> &o/ &oslash;
9161 inoremap <buffer> <silent> &/ &divide;
9162 inoremap <buffer> <silent> &" &uml;
9163 inoremap <buffer> <silent> &2> &raquo;
9164 inoremap <buffer> <silent> &2< &laquo;
9165 inoremap <buffer> <silent> &y" &yuml;
9166 inoremap <buffer> <silent> &y' &yacute;
9167 inoremap <buffer> <silent> &u" &uuml;
9168 inoremap <buffer> <silent> &u^ &ucirc;
9169 inoremap <buffer> <silent> &u' &uacute;
9170 inoremap <buffer> <silent> &u` &ugrave;
9171 inoremap <buffer> <silent> &x &times;
9172 inoremap <buffer> <silent> &o" &ouml;
9173 inoremap <buffer> <silent> &o~ &otilde;
9174 inoremap <buffer> <silent> &o^ &ocirc;
9175 inoremap <buffer> <silent> &o' &oacute;
9176 inoremap <buffer> <silent> &o` &ograve;
9177 inoremap <buffer> <silent> &n~ &ntilde;
9178 inoremap <buffer> <silent> &i" &iuml;
9179 inoremap <buffer> <silent> &i^ &icirc;
9180 inoremap <buffer> <silent> &i' &iacute;
9181 inoremap <buffer> <silent> &i` &igrave;
9182 inoremap <buffer> <silent> &e" &euml;
9183 inoremap <buffer> <silent> &e^ &ecirc;
9184 inoremap <buffer> <silent> &e' &eacute;
9185 inoremap <buffer> <silent> &e` &egrave;
9186 inoremap <buffer> <silent> &c, &ccedil;
9187 inoremap <buffer> <silent> &ae &aelig;
9188 inoremap <buffer> <silent> &ao &aring;
9189 inoremap <buffer> <silent> &a" &auml;
9190 inoremap <buffer> <silent> &a~ &atilde;
9191 inoremap <buffer> <silent> &a^ &acirc;
9192 inoremap <buffer> <silent> &a' &aacute;
9193 inoremap <buffer> <silent> &a` &agrave;
9194 inoremap <buffer> <silent> &Y' &Yacute;
9195 inoremap <buffer> <silent> &U" &Uuml;
9196 inoremap <buffer> <silent> &U^ &Ucirc;
9197 inoremap <buffer> <silent> &U' &Uacute;
9198 inoremap <buffer> <silent> &U` &Ugrave;
9199 inoremap <buffer> <silent> &O/ &Oslash;
9200 inoremap <buffer> <silent> &O" &Ouml;
9201 inoremap <buffer> <silent> &O~ &Otilde;
9202 inoremap <buffer> <silent> &O^ &Ocirc;
9203 inoremap <buffer> <silent> &O' &Oacute;
9204 inoremap <buffer> <silent> &O` &Ograve;
9205 inoremap <buffer> <silent> &N~ &Ntilde;
9206 inoremap <buffer> <silent> &I" &Iuml;
9207 inoremap <buffer> <silent> &I^ &Icirc;
9208 inoremap <buffer> <silent> &I' &Iacute;
9209 inoremap <buffer> <silent> &I` &Igrave;
9210 inoremap <buffer> <silent> &E" &Euml;
9211 inoremap <buffer> <silent> &E^ &Ecirc;
9212 inoremap <buffer> <silent> &E' &Eacute;
9213 inoremap <buffer> <silent> &E` &Egrave;
9214 inoremap <buffer> <silent> &C, &Ccedil;
9215 inoremap <buffer> <silent> &AE &AElig;
9216 inoremap <buffer> <silent> &Ao &Aring;
9217 inoremap <buffer> <silent> &A" &Auml;
9218 inoremap <buffer> <silent> &A~ &Atilde;
9219 inoremap <buffer> <silent> &A^ &Acirc;
9220 inoremap <buffer> <silent> &A' &Aacute;
9221 inoremap <buffer> <silent> &A` &Agrave;
9222 inoremap <buffer> <silent> &c| &cent;
9223 inoremap <buffer> <silent> &Y= &yen;
9224 inoremap <buffer> <silent> &# &pound;
9225 inoremap <buffer> <silent> & &nbsp;
9226 inoremap <buffer> <silent> &> &gt;
9227 inoremap <buffer> <silent> &< &lt;
9228 inoremap <buffer> <silent> &' &quot;
9229 inoremap <buffer> <silent> &tm &trade;
9230 inoremap <buffer> <silent> &rO &reg;
9231 inoremap <buffer> <silent> &cO &copy;
9232 inoremap <buffer> <silent> && &amp;
9233 inoremap <buffer> <silent> ; &nbsp;
9234 inoremap <buffer> <silent> ;la <label for=""></label>F"
9235 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
9236 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
9237 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
9238 </textarea>k$5F"i
9239 inoremap <buffer> <silent> ;og <optgroup label="">
9240 </optgroup>k$F"i
9241 inoremap <buffer> <silent> ;op <option></option>F<
9242 inoremap <buffer> <silent> ;ms <select name="" multiple>
9243 </select>O
9244 inoremap <buffer> <silent> ;se <select name="">
9245 </select>O
9246 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
9247 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
9248 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
9249 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
9250 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
9251 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
9252 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
9253 inoremap <buffer> <silent> ;fm <form action="">
9254 </form>k$F"i
9255 inoremap <buffer> <silent> ;if <iframe src="">
9256 </iframe>k$F"i
9257 inoremap <buffer> <silent> ;nf <noframes>
9258 </noframes>O
9259 inoremap <buffer> <silent> ;fr <frame src="">F"
9260 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
9261 </frameset>k$3F"i
9262 inoremap <buffer> <silent> ;th <th></th>F<
9263 inoremap <buffer> <silent> ;td <td>
9264 </td>O
9265 inoremap <buffer> <silent> ;tr <tr>
9266 </tr>O
9267 inoremap <buffer> <silent> ;tf <tfoot>
9268 </tfoot>O
9269 inoremap <buffer> <silent> ;tb <tbody>
9270 </tbody>O
9271 inoremap <buffer> <silent> ;tH <thead>
9272 </thead>O
9273 inoremap <buffer> <silent> ;ta <table>
9274 </table>O
9275 inoremap <buffer> <silent> ;ca <caption></caption>F<
9276 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
9277 </object>k$5F"i
9278 inoremap <buffer> <silent> ;ns <noscript>
9279 </noscripT>O
9280 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
9281 <noembed></noembed>k$5F"i
9282 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
9283 inoremap <buffer> <silent> ;va <var></var>F<
9284 inoremap <buffer> <silent> ;ul <ul>
9285 </ul>O
9286 inoremap <buffer> <silent> ;tt <tt></tt>F<
9287 inoremap <buffer> <silent> ;ti <title></title>F<
9288 inoremap <buffer> <silent> ;sp <sup></sup>F<
9289 inoremap <buffer> <silent> ;sb <sub></sub>F<
9290 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
9291 inoremap <buffer> <silent> ;cs <style type="text/css">
9292 <!--
9293 -->
9294 </style>kO
9295 inoremap <buffer> <silent> ;sm <small></small>F<
9296 inoremap <buffer> <silent> ;sa <samp></samp>F<
9297 inoremap <buffer> <silent> ;sk <strike></strike>F<
9298 inoremap <buffer> <silent> ;qu <q></q>F<
9299 inoremap <buffer> <silent> ;pr <pre>
9300 </pre>O
9301 inoremap <buffer> <silent> ;/p </p>
9302 
9303 <p>
9304 inoremap <buffer> <silent> ;pp <p>
9305 </p>O
9306 inoremap <buffer> <silent> ;ol <ol>
9307 </ol>O
9308 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
9309 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
9310 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
9311 inoremap <buffer> <silent> ;lk <link href="">F"
9312 inoremap <buffer> <silent> ;li <li></li>F<
9313 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
9314 inoremap <buffer> <silent> ;ii <isindex>
9315 inoremap <buffer> <silent> ;in <ins></ins>F<
9316 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
9317 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
9318 inoremap <buffer> <silent> ;ht <html>
9319 </html>O
9320 inoremap <buffer> <silent> ;Hr <hr width="75%">
9321 inoremap <buffer> <silent> ;hr <hr>
9322 inoremap <buffer> <silent> ;he <head>
9323 </head>O
9324 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
9325 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
9326 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
9327 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
9328 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
9329 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
9330 inoremap <buffer> <silent> ;h6 <h6></h6>F<
9331 inoremap <buffer> <silent> ;h5 <h5></h5>F<
9332 inoremap <buffer> <silent> ;h4 <h4></h4>F<
9333 inoremap <buffer> <silent> ;h3 <h3></h3>F<
9334 inoremap <buffer> <silent> ;h2 <h2></h2>F<
9335 inoremap <buffer> <silent> ;h1 <h1></h1>F<
9336 inoremap <buffer> <silent> ;fc <font color=""></font>F"
9337 inoremap <buffer> <silent> ;fo <font size=""></font>F"
9338 inoremap <buffer> <silent> ;sn <span></span>F<
9339 inoremap <buffer> <silent> ;dv <div>
9340 </div>O
9341 inoremap <buffer> <silent> ;df <dfn></dfn>F<
9342 inoremap <buffer> <silent> ;de <del></del>F<
9343 inoremap <buffer> <silent> ;dd <dd></dd>F<
9344 inoremap <buffer> <silent> ;dt <dt></dt>F<
9345 inoremap <buffer> <silent> ;dl <dl>
9346 </dl>O
9347 inoremap <buffer> <silent> ;co <code></code>F<
9348 inoremap <buffer> <silent> ;ci <cite></cite>F<
9349 inoremap <buffer> <silent> ;ce <center></center>F<
9350 inoremap <buffer> <silent> ;br <br>
9351 inoremap <buffer> <silent> ;bd <body>
9352 </body>O
9353 inoremap <buffer> <silent> ;bl <blockquote>
9354 </blockquote>O
9355 inoremap <buffer> <silent> ;bi <big></big>F<
9356 inoremap <buffer> <silent> ;bh <base href="">F"
9357 inoremap <buffer> <silent> ;ad <address></address>F<
9358 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
9359 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
9360 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
9361 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
9362 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
9363 inoremap <buffer> <silent> ;an <a name=""></a>F"
9364 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
9365 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
9366 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
9367 inoremap <buffer> <silent> ;ah <a href=""></a>F"
9368 imap <buffer> <silent> ;s4 ;s4
9369 imap <buffer> <silent> ;4 ;4
9370 inoremap <buffer> <silent> ;mi :call MangleImageTag()
9371 inoremap <buffer> <silent> ; 
9372 inoremap <buffer> <silent> ;& &
9373 inoremap <buffer> <silent> ;; ;
9374 setlocal keymap=
9375 setlocal noarabic
9376 setlocal autoindent
9377 setlocal balloonexpr=
9378 setlocal nobinary
9379 setlocal bufhidden=
9380 setlocal buflisted
9381 setlocal buftype=
9382 setlocal nocindent
9383 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
9384 setlocal cinoptions=
9385 setlocal cinwords=if,else,while,do,for,switch
9386 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
9387 setlocal commentstring=<!--%s-->
9388 setlocal complete=.,w,b,u,t,i
9389 setlocal completefunc=
9390 setlocal nocopyindent
9391 setlocal nocursorcolumn
9392 setlocal nocursorline
9393 setlocal define=
9394 setlocal dictionary=
9395 setlocal nodiff
9396 setlocal equalprg=
9397 setlocal errorformat=
9398 setlocal noexpandtab
9399 if &filetype != 'html'
9400 setlocal filetype=html
9401 endif
9402 setlocal foldcolumn=0
9403 setlocal foldenable
9404 setlocal foldexpr=0
9405 setlocal foldignore=#
9406 setlocal foldlevel=0
9407 setlocal foldmarker={{{,}}}
9408 setlocal foldmethod=manual
9409 setlocal foldminlines=1
9410 setlocal foldnestmax=20
9411 setlocal foldtext=foldtext()
9412 setlocal formatexpr=
9413 setlocal formatoptions=tcq
9414 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
9415 setlocal grepprg=
9416 setlocal iminsert=2
9417 setlocal imsearch=2
9418 setlocal include=
9419 setlocal includeexpr=
9420 setlocal indentexpr=
9421 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
9422 setlocal noinfercase
9423 setlocal iskeyword=@,48-57,_,192-255
9424 setlocal keywordprg=
9425 setlocal nolinebreak
9426 setlocal nolisp
9427 setlocal nolist
9428 setlocal makeprg=
9429 setlocal matchpairs=(:),{:},[:],<:>
9430 setlocal nomodeline
9431 setlocal modifiable
9432 setlocal nrformats=octal,hex
9433 setlocal nonumber
9434 setlocal numberwidth=4
9435 setlocal omnifunc=htmlcomplete#CompleteTags
9436 setlocal path=
9437 setlocal nopreserveindent
9438 setlocal nopreviewwindow
9439 setlocal quoteescape=\\
9440 setlocal noreadonly
9441 setlocal norightleft
9442 setlocal rightleftcmd=search
9443 setlocal noscrollbind
9444 setlocal shiftwidth=8
9445 setlocal noshortname
9446 setlocal nosmartindent
9447 setlocal softtabstop=0
9448 setlocal nospell
9449 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
9450 setlocal spellfile=
9451 setlocal spelllang=en
9452 setlocal statusline=
9453 setlocal suffixesadd=
9454 setlocal swapfile
9455 setlocal synmaxcol=3000
9456 if &syntax != 'html'
9457 setlocal syntax=html
9458 endif
9459 setlocal tabstop=2
9460 setlocal tags=
9461 setlocal textwidth=0
9462 setlocal thesaurus=
9463 setlocal nowinfixheight
9464 setlocal nowinfixwidth
9465 setlocal wrap
9466 setlocal wrapmargin=0
9467 silent! normal! zE
9468 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
9469 if s:l < 1 | let s:l = 1 | endif
9470 exe s:l
9471 normal! zt
9472 1
9473 normal! 0
9474 tabedit usb.html
9475 set splitbelow splitright
9476 set nosplitbelow
9477 set nosplitright
9478 wincmd t
9479 set winheight=1 winwidth=1
9480 argglobal
9481 23argu
9482 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9483 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9484 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
9485 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
9486 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
9487 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
9488 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
9489 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
9490 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
9491 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
9492 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
9493 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
9494 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
9495 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
9496 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
9497 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
9498 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
9499 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
9500 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">')
9501 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">')
9502 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
9503 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
9504 nnoremap <buffer> <silent> ; 
9505 nnoremap <buffer> <silent> ;; ;
9506 vnoremap <buffer> <silent> ;; ;
9507 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
9508 inoremap <buffer> <silent> &hA &hArr;
9509 inoremap <buffer> <silent> &dA &dArr;
9510 inoremap <buffer> <silent> &rA &rArr;
9511 inoremap <buffer> <silent> &uA &uArr;
9512 inoremap <buffer> <silent> &lA &lArr;
9513 inoremap <buffer> <silent> &ha &harr;
9514 inoremap <buffer> <silent> &da &darr;
9515 inoremap <buffer> <silent> &ra &rarr;
9516 inoremap <buffer> <silent> &ua &uarr;
9517 inoremap <buffer> <silent> &la &larr;
9518 inoremap <buffer> <silent> &pv &piv;
9519 inoremap <buffer> <silent> &uh &upsih;
9520 inoremap <buffer> <silent> &ts &thetasym;
9521 inoremap <buffer> <silent> &og &omega;
9522 inoremap <buffer> <silent> &ps &psi;
9523 inoremap <buffer> <silent> &ch &chi;
9524 inoremap <buffer> <silent> &ph &phi;
9525 inoremap <buffer> <silent> &up &upsilon;
9526 inoremap <buffer> <silent> &ta &tau;
9527 inoremap <buffer> <silent> &sf &sigmaf;
9528 inoremap <buffer> <silent> &si &sigma;
9529 inoremap <buffer> <silent> &rh &rho;
9530 inoremap <buffer> <silent> &pi &pi;
9531 inoremap <buffer> <silent> &oc &omicron;
9532 inoremap <buffer> <silent> &xi &xi;
9533 inoremap <buffer> <silent> &nu &nu;
9534 inoremap <buffer> <silent> &mu &mu;
9535 inoremap <buffer> <silent> &lm &lambda;
9536 inoremap <buffer> <silent> &ka &kappa;
9537 inoremap <buffer> <silent> &io &iota;
9538 inoremap <buffer> <silent> &th &theta;
9539 inoremap <buffer> <silent> &et &eta;
9540 inoremap <buffer> <silent> &ze &zeta;
9541 inoremap <buffer> <silent> &ep &epsilon;
9542 inoremap <buffer> <silent> &de &delta;
9543 inoremap <buffer> <silent> &ga &gamma;
9544 inoremap <buffer> <silent> &be &beta;
9545 inoremap <buffer> <silent> &al &alpha;
9546 inoremap <buffer> <silent> &Ps &Psi;
9547 inoremap <buffer> <silent> &Ch &Chi;
9548 inoremap <buffer> <silent> &Ph &Phi;
9549 inoremap <buffer> <silent> &Up &Upsilon;
9550 inoremap <buffer> <silent> &Ta &Tau;
9551 inoremap <buffer> <silent> &Si &Sigma;
9552 inoremap <buffer> <silent> &Rh &Rho;
9553 inoremap <buffer> <silent> &Pi &Pi;
9554 inoremap <buffer> <silent> &Oc &Omicron;
9555 inoremap <buffer> <silent> &Xi &Xi;
9556 inoremap <buffer> <silent> &Nu &Nu;
9557 inoremap <buffer> <silent> &Mu &Mu;
9558 inoremap <buffer> <silent> &Lm &Lambda;
9559 inoremap <buffer> <silent> &Ka &Kappa;
9560 inoremap <buffer> <silent> &Io &Iota;
9561 inoremap <buffer> <silent> &Th &Theta;
9562 inoremap <buffer> <silent> &Et &Eta;
9563 inoremap <buffer> <silent> &Ze &Zeta;
9564 inoremap <buffer> <silent> &Ep &Epsilon;
9565 inoremap <buffer> <silent> &De &Delta;
9566 inoremap <buffer> <silent> &Ga &Gamma;
9567 inoremap <buffer> <silent> &Be &Beta;
9568 inoremap <buffer> <silent> &Al &Alpha;
9569 inoremap <buffer> <silent> &3. &hellip;
9570 inoremap <buffer> <silent> &-- &mdash;
9571 inoremap <buffer> <silent> &3- &mdash;
9572 inoremap <buffer> <silent> &m- &mdash;
9573 inoremap <buffer> <silent> &2- &ndash;
9574 inoremap <buffer> <silent> &n- &ndash;
9575 inoremap <buffer> <silent> &34 &frac34;
9576 inoremap <buffer> <silent> &12 &frac12;
9577 inoremap <buffer> <silent> &14 &frac14;
9578 inoremap <buffer> <silent> &. &middot;
9579 inoremap <buffer> <silent> &pa &para;
9580 inoremap <buffer> <silent> &mi &micro;
9581 inoremap <buffer> <silent> &dg &deg;
9582 inoremap <buffer> <silent> &? &iquest;
9583 inoremap <buffer> <silent> &! &iexcl;
9584 inoremap <buffer> <silent> &sz &szlig;
9585 inoremap <buffer> <silent> &o/ &oslash;
9586 inoremap <buffer> <silent> &/ &divide;
9587 inoremap <buffer> <silent> &" &uml;
9588 inoremap <buffer> <silent> &2> &raquo;
9589 inoremap <buffer> <silent> &2< &laquo;
9590 inoremap <buffer> <silent> &y" &yuml;
9591 inoremap <buffer> <silent> &y' &yacute;
9592 inoremap <buffer> <silent> &u" &uuml;
9593 inoremap <buffer> <silent> &u^ &ucirc;
9594 inoremap <buffer> <silent> &u' &uacute;
9595 inoremap <buffer> <silent> &u` &ugrave;
9596 inoremap <buffer> <silent> &x &times;
9597 inoremap <buffer> <silent> &o" &ouml;
9598 inoremap <buffer> <silent> &o~ &otilde;
9599 inoremap <buffer> <silent> &o^ &ocirc;
9600 inoremap <buffer> <silent> &o' &oacute;
9601 inoremap <buffer> <silent> &o` &ograve;
9602 inoremap <buffer> <silent> &n~ &ntilde;
9603 inoremap <buffer> <silent> &i" &iuml;
9604 inoremap <buffer> <silent> &i^ &icirc;
9605 inoremap <buffer> <silent> &i' &iacute;
9606 inoremap <buffer> <silent> &i` &igrave;
9607 inoremap <buffer> <silent> &e" &euml;
9608 inoremap <buffer> <silent> &e^ &ecirc;
9609 inoremap <buffer> <silent> &e' &eacute;
9610 inoremap <buffer> <silent> &e` &egrave;
9611 inoremap <buffer> <silent> &c, &ccedil;
9612 inoremap <buffer> <silent> &ae &aelig;
9613 inoremap <buffer> <silent> &ao &aring;
9614 inoremap <buffer> <silent> &a" &auml;
9615 inoremap <buffer> <silent> &a~ &atilde;
9616 inoremap <buffer> <silent> &a^ &acirc;
9617 inoremap <buffer> <silent> &a' &aacute;
9618 inoremap <buffer> <silent> &a` &agrave;
9619 inoremap <buffer> <silent> &Y' &Yacute;
9620 inoremap <buffer> <silent> &U" &Uuml;
9621 inoremap <buffer> <silent> &U^ &Ucirc;
9622 inoremap <buffer> <silent> &U' &Uacute;
9623 inoremap <buffer> <silent> &U` &Ugrave;
9624 inoremap <buffer> <silent> &O/ &Oslash;
9625 inoremap <buffer> <silent> &O" &Ouml;
9626 inoremap <buffer> <silent> &O~ &Otilde;
9627 inoremap <buffer> <silent> &O^ &Ocirc;
9628 inoremap <buffer> <silent> &O' &Oacute;
9629 inoremap <buffer> <silent> &O` &Ograve;
9630 inoremap <buffer> <silent> &N~ &Ntilde;
9631 inoremap <buffer> <silent> &I" &Iuml;
9632 inoremap <buffer> <silent> &I^ &Icirc;
9633 inoremap <buffer> <silent> &I' &Iacute;
9634 inoremap <buffer> <silent> &I` &Igrave;
9635 inoremap <buffer> <silent> &E" &Euml;
9636 inoremap <buffer> <silent> &E^ &Ecirc;
9637 inoremap <buffer> <silent> &E' &Eacute;
9638 inoremap <buffer> <silent> &E` &Egrave;
9639 inoremap <buffer> <silent> &C, &Ccedil;
9640 inoremap <buffer> <silent> &AE &AElig;
9641 inoremap <buffer> <silent> &Ao &Aring;
9642 inoremap <buffer> <silent> &A" &Auml;
9643 inoremap <buffer> <silent> &A~ &Atilde;
9644 inoremap <buffer> <silent> &A^ &Acirc;
9645 inoremap <buffer> <silent> &A' &Aacute;
9646 inoremap <buffer> <silent> &A` &Agrave;
9647 inoremap <buffer> <silent> &c| &cent;
9648 inoremap <buffer> <silent> &Y= &yen;
9649 inoremap <buffer> <silent> &# &pound;
9650 inoremap <buffer> <silent> & &nbsp;
9651 inoremap <buffer> <silent> &> &gt;
9652 inoremap <buffer> <silent> &< &lt;
9653 inoremap <buffer> <silent> &' &quot;
9654 inoremap <buffer> <silent> &tm &trade;
9655 inoremap <buffer> <silent> &rO &reg;
9656 inoremap <buffer> <silent> &cO &copy;
9657 inoremap <buffer> <silent> && &amp;
9658 inoremap <buffer> <silent> ; &nbsp;
9659 inoremap <buffer> <silent> ;la <label for=""></label>F"
9660 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
9661 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
9662 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
9663 </textarea>k$5F"i
9664 inoremap <buffer> <silent> ;og <optgroup label="">
9665 </optgroup>k$F"i
9666 inoremap <buffer> <silent> ;op <option></option>F<
9667 inoremap <buffer> <silent> ;ms <select name="" multiple>
9668 </select>O
9669 inoremap <buffer> <silent> ;se <select name="">
9670 </select>O
9671 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
9672 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
9673 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
9674 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
9675 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
9676 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
9677 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
9678 inoremap <buffer> <silent> ;fm <form action="">
9679 </form>k$F"i
9680 inoremap <buffer> <silent> ;if <iframe src="">
9681 </iframe>k$F"i
9682 inoremap <buffer> <silent> ;nf <noframes>
9683 </noframes>O
9684 inoremap <buffer> <silent> ;fr <frame src="">F"
9685 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
9686 </frameset>k$3F"i
9687 inoremap <buffer> <silent> ;th <th></th>F<
9688 inoremap <buffer> <silent> ;td <td>
9689 </td>O
9690 inoremap <buffer> <silent> ;tr <tr>
9691 </tr>O
9692 inoremap <buffer> <silent> ;tf <tfoot>
9693 </tfoot>O
9694 inoremap <buffer> <silent> ;tb <tbody>
9695 </tbody>O
9696 inoremap <buffer> <silent> ;tH <thead>
9697 </thead>O
9698 inoremap <buffer> <silent> ;ta <table>
9699 </table>O
9700 inoremap <buffer> <silent> ;ca <caption></caption>F<
9701 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
9702 </object>k$5F"i
9703 inoremap <buffer> <silent> ;ns <noscript>
9704 </noscripT>O
9705 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
9706 <noembed></noembed>k$5F"i
9707 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
9708 inoremap <buffer> <silent> ;va <var></var>F<
9709 inoremap <buffer> <silent> ;ul <ul>
9710 </ul>O
9711 inoremap <buffer> <silent> ;tt <tt></tt>F<
9712 inoremap <buffer> <silent> ;ti <title></title>F<
9713 inoremap <buffer> <silent> ;sp <sup></sup>F<
9714 inoremap <buffer> <silent> ;sb <sub></sub>F<
9715 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
9716 inoremap <buffer> <silent> ;cs <style type="text/css">
9717 <!--
9718 -->
9719 </style>kO
9720 inoremap <buffer> <silent> ;sm <small></small>F<
9721 inoremap <buffer> <silent> ;sa <samp></samp>F<
9722 inoremap <buffer> <silent> ;sk <strike></strike>F<
9723 inoremap <buffer> <silent> ;qu <q></q>F<
9724 inoremap <buffer> <silent> ;pr <pre>
9725 </pre>O
9726 inoremap <buffer> <silent> ;/p </p>
9727 
9728 <p>
9729 inoremap <buffer> <silent> ;pp <p>
9730 </p>O
9731 inoremap <buffer> <silent> ;ol <ol>
9732 </ol>O
9733 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
9734 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
9735 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
9736 inoremap <buffer> <silent> ;lk <link href="">F"
9737 inoremap <buffer> <silent> ;li <li></li>F<
9738 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
9739 inoremap <buffer> <silent> ;ii <isindex>
9740 inoremap <buffer> <silent> ;in <ins></ins>F<
9741 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
9742 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
9743 inoremap <buffer> <silent> ;ht <html>
9744 </html>O
9745 inoremap <buffer> <silent> ;Hr <hr width="75%">
9746 inoremap <buffer> <silent> ;hr <hr>
9747 inoremap <buffer> <silent> ;he <head>
9748 </head>O
9749 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
9750 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
9751 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
9752 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
9753 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
9754 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
9755 inoremap <buffer> <silent> ;h6 <h6></h6>F<
9756 inoremap <buffer> <silent> ;h5 <h5></h5>F<
9757 inoremap <buffer> <silent> ;h4 <h4></h4>F<
9758 inoremap <buffer> <silent> ;h3 <h3></h3>F<
9759 inoremap <buffer> <silent> ;h2 <h2></h2>F<
9760 inoremap <buffer> <silent> ;h1 <h1></h1>F<
9761 inoremap <buffer> <silent> ;fc <font color=""></font>F"
9762 inoremap <buffer> <silent> ;fo <font size=""></font>F"
9763 inoremap <buffer> <silent> ;sn <span></span>F<
9764 inoremap <buffer> <silent> ;dv <div>
9765 </div>O
9766 inoremap <buffer> <silent> ;df <dfn></dfn>F<
9767 inoremap <buffer> <silent> ;de <del></del>F<
9768 inoremap <buffer> <silent> ;dd <dd></dd>F<
9769 inoremap <buffer> <silent> ;dt <dt></dt>F<
9770 inoremap <buffer> <silent> ;dl <dl>
9771 </dl>O
9772 inoremap <buffer> <silent> ;co <code></code>F<
9773 inoremap <buffer> <silent> ;ci <cite></cite>F<
9774 inoremap <buffer> <silent> ;ce <center></center>F<
9775 inoremap <buffer> <silent> ;br <br>
9776 inoremap <buffer> <silent> ;bd <body>
9777 </body>O
9778 inoremap <buffer> <silent> ;bl <blockquote>
9779 </blockquote>O
9780 inoremap <buffer> <silent> ;bi <big></big>F<
9781 inoremap <buffer> <silent> ;bh <base href="">F"
9782 inoremap <buffer> <silent> ;ad <address></address>F<
9783 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
9784 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
9785 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
9786 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
9787 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
9788 inoremap <buffer> <silent> ;an <a name=""></a>F"
9789 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
9790 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
9791 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
9792 inoremap <buffer> <silent> ;ah <a href=""></a>F"
9793 imap <buffer> <silent> ;s4 ;s4
9794 imap <buffer> <silent> ;4 ;4
9795 inoremap <buffer> <silent> ;mi :call MangleImageTag()
9796 inoremap <buffer> <silent> ; 
9797 inoremap <buffer> <silent> ;& &
9798 inoremap <buffer> <silent> ;; ;
9799 setlocal keymap=
9800 setlocal noarabic
9801 setlocal autoindent
9802 setlocal balloonexpr=
9803 setlocal nobinary
9804 setlocal bufhidden=
9805 setlocal buflisted
9806 setlocal buftype=
9807 setlocal nocindent
9808 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
9809 setlocal cinoptions=
9810 setlocal cinwords=if,else,while,do,for,switch
9811 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
9812 setlocal commentstring=<!--%s-->
9813 setlocal complete=.,w,b,u,t,i
9814 setlocal completefunc=
9815 setlocal nocopyindent
9816 setlocal nocursorcolumn
9817 setlocal nocursorline
9818 setlocal define=
9819 setlocal dictionary=
9820 setlocal nodiff
9821 setlocal equalprg=
9822 setlocal errorformat=
9823 setlocal noexpandtab
9824 if &filetype != 'html'
9825 setlocal filetype=html
9826 endif
9827 setlocal foldcolumn=0
9828 setlocal foldenable
9829 setlocal foldexpr=0
9830 setlocal foldignore=#
9831 setlocal foldlevel=0
9832 setlocal foldmarker={{{,}}}
9833 setlocal foldmethod=manual
9834 setlocal foldminlines=1
9835 setlocal foldnestmax=20
9836 setlocal foldtext=foldtext()
9837 setlocal formatexpr=
9838 setlocal formatoptions=tcq
9839 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
9840 setlocal grepprg=
9841 setlocal iminsert=2
9842 setlocal imsearch=2
9843 setlocal include=
9844 setlocal includeexpr=
9845 setlocal indentexpr=
9846 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
9847 setlocal noinfercase
9848 setlocal iskeyword=@,48-57,_,192-255
9849 setlocal keywordprg=
9850 setlocal nolinebreak
9851 setlocal nolisp
9852 setlocal nolist
9853 setlocal makeprg=
9854 setlocal matchpairs=(:),{:},[:],<:>
9855 setlocal nomodeline
9856 setlocal modifiable
9857 setlocal nrformats=octal,hex
9858 setlocal nonumber
9859 setlocal numberwidth=4
9860 setlocal omnifunc=htmlcomplete#CompleteTags
9861 setlocal path=
9862 setlocal nopreserveindent
9863 setlocal nopreviewwindow
9864 setlocal quoteescape=\\
9865 setlocal noreadonly
9866 setlocal norightleft
9867 setlocal rightleftcmd=search
9868 setlocal noscrollbind
9869 setlocal shiftwidth=8
9870 setlocal noshortname
9871 setlocal nosmartindent
9872 setlocal softtabstop=0
9873 setlocal nospell
9874 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
9875 setlocal spellfile=
9876 setlocal spelllang=en
9877 setlocal statusline=
9878 setlocal suffixesadd=
9879 setlocal swapfile
9880 setlocal synmaxcol=3000
9881 if &syntax != 'html'
9882 setlocal syntax=html
9883 endif
9884 setlocal tabstop=2
9885 setlocal tags=
9886 setlocal textwidth=0
9887 setlocal thesaurus=
9888 setlocal nowinfixheight
9889 setlocal nowinfixwidth
9890 setlocal wrap
9891 setlocal wrapmargin=0
9892 silent! normal! zE
9893 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
9894 if s:l < 1 | let s:l = 1 | endif
9895 exe s:l
9896 normal! zt
9897 1
9898 normal! 0
9899 tabedit news.php
9900 set splitbelow splitright
9901 set nosplitbelow
9902 set nosplitright
9903 wincmd t
9904 set winheight=1 winwidth=1
9905 argglobal
9906 24argu
9907 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9908 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9909 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
9910 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
9911 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
9912 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
9913 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
9914 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
9915 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
9916 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
9917 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
9918 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
9919 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
9920 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
9921 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
9922 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
9923 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
9924 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
9925 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">')
9926 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">')
9927 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
9928 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
9929 nnoremap <buffer> <silent> ; 
9930 nnoremap <buffer> <silent> ;; ;
9931 vnoremap <buffer> <silent> ;; ;
9932 onoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
9933 :nohls
9934 nnoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
9935 :nohls
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 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
9941 inoremap <buffer> <silent> &hA &hArr;
9942 inoremap <buffer> <silent> &dA &dArr;
9943 inoremap <buffer> <silent> &rA &rArr;
9944 inoremap <buffer> <silent> &uA &uArr;
9945 inoremap <buffer> <silent> &lA &lArr;
9946 inoremap <buffer> <silent> &ha &harr;
9947 inoremap <buffer> <silent> &da &darr;
9948 inoremap <buffer> <silent> &ra &rarr;
9949 inoremap <buffer> <silent> &ua &uarr;
9950 inoremap <buffer> <silent> &la &larr;
9951 inoremap <buffer> <silent> &pv &piv;
9952 inoremap <buffer> <silent> &uh &upsih;
9953 inoremap <buffer> <silent> &ts &thetasym;
9954 inoremap <buffer> <silent> &og &omega;
9955 inoremap <buffer> <silent> &ps &psi;
9956 inoremap <buffer> <silent> &ch &chi;
9957 inoremap <buffer> <silent> &ph &phi;
9958 inoremap <buffer> <silent> &up &upsilon;
9959 inoremap <buffer> <silent> &ta &tau;
9960 inoremap <buffer> <silent> &sf &sigmaf;
9961 inoremap <buffer> <silent> &si &sigma;
9962 inoremap <buffer> <silent> &rh &rho;
9963 inoremap <buffer> <silent> &pi &pi;
9964 inoremap <buffer> <silent> &oc &omicron;
9965 inoremap <buffer> <silent> &xi &xi;
9966 inoremap <buffer> <silent> &nu &nu;
9967 inoremap <buffer> <silent> &mu &mu;
9968 inoremap <buffer> <silent> &lm &lambda;
9969 inoremap <buffer> <silent> &ka &kappa;
9970 inoremap <buffer> <silent> &io &iota;
9971 inoremap <buffer> <silent> &th &theta;
9972 inoremap <buffer> <silent> &et &eta;
9973 inoremap <buffer> <silent> &ze &zeta;
9974 inoremap <buffer> <silent> &ep &epsilon;
9975 inoremap <buffer> <silent> &de &delta;
9976 inoremap <buffer> <silent> &ga &gamma;
9977 inoremap <buffer> <silent> &be &beta;
9978 inoremap <buffer> <silent> &al &alpha;
9979 inoremap <buffer> <silent> &Ps &Psi;
9980 inoremap <buffer> <silent> &Ch &Chi;
9981 inoremap <buffer> <silent> &Ph &Phi;
9982 inoremap <buffer> <silent> &Up &Upsilon;
9983 inoremap <buffer> <silent> &Ta &Tau;
9984 inoremap <buffer> <silent> &Si &Sigma;
9985 inoremap <buffer> <silent> &Rh &Rho;
9986 inoremap <buffer> <silent> &Pi &Pi;
9987 inoremap <buffer> <silent> &Oc &Omicron;
9988 inoremap <buffer> <silent> &Xi &Xi;
9989 inoremap <buffer> <silent> &Nu &Nu;
9990 inoremap <buffer> <silent> &Mu &Mu;
9991 inoremap <buffer> <silent> &Lm &Lambda;
9992 inoremap <buffer> <silent> &Ka &Kappa;
9993 inoremap <buffer> <silent> &Io &Iota;
9994 inoremap <buffer> <silent> &Th &Theta;
9995 inoremap <buffer> <silent> &Et &Eta;
9996 inoremap <buffer> <silent> &Ze &Zeta;
9997 inoremap <buffer> <silent> &Ep &Epsilon;
9998 inoremap <buffer> <silent> &De &Delta;
9999 inoremap <buffer> <silent> &Ga &Gamma;
10000 inoremap <buffer> <silent> &Be &Beta;
10001 inoremap <buffer> <silent> &Al &Alpha;
10002 inoremap <buffer> <silent> &3. &hellip;
10003 inoremap <buffer> <silent> &-- &mdash;
10004 inoremap <buffer> <silent> &3- &mdash;
10005 inoremap <buffer> <silent> &m- &mdash;
10006 inoremap <buffer> <silent> &2- &ndash;
10007 inoremap <buffer> <silent> &n- &ndash;
10008 inoremap <buffer> <silent> &34 &frac34;
10009 inoremap <buffer> <silent> &12 &frac12;
10010 inoremap <buffer> <silent> &14 &frac14;
10011 inoremap <buffer> <silent> &. &middot;
10012 inoremap <buffer> <silent> &pa &para;
10013 inoremap <buffer> <silent> &mi &micro;
10014 inoremap <buffer> <silent> &dg &deg;
10015 inoremap <buffer> <silent> &? &iquest;
10016 inoremap <buffer> <silent> &! &iexcl;
10017 inoremap <buffer> <silent> &sz &szlig;
10018 inoremap <buffer> <silent> &o/ &oslash;
10019 inoremap <buffer> <silent> &/ &divide;
10020 inoremap <buffer> <silent> &" &uml;
10021 inoremap <buffer> <silent> &2> &raquo;
10022 inoremap <buffer> <silent> &2< &laquo;
10023 inoremap <buffer> <silent> &y" &yuml;
10024 inoremap <buffer> <silent> &y' &yacute;
10025 inoremap <buffer> <silent> &u" &uuml;
10026 inoremap <buffer> <silent> &u^ &ucirc;
10027 inoremap <buffer> <silent> &u' &uacute;
10028 inoremap <buffer> <silent> &u` &ugrave;
10029 inoremap <buffer> <silent> &x &times;
10030 inoremap <buffer> <silent> &o" &ouml;
10031 inoremap <buffer> <silent> &o~ &otilde;
10032 inoremap <buffer> <silent> &o^ &ocirc;
10033 inoremap <buffer> <silent> &o' &oacute;
10034 inoremap <buffer> <silent> &o` &ograve;
10035 inoremap <buffer> <silent> &n~ &ntilde;
10036 inoremap <buffer> <silent> &i" &iuml;
10037 inoremap <buffer> <silent> &i^ &icirc;
10038 inoremap <buffer> <silent> &i' &iacute;
10039 inoremap <buffer> <silent> &i` &igrave;
10040 inoremap <buffer> <silent> &e" &euml;
10041 inoremap <buffer> <silent> &e^ &ecirc;
10042 inoremap <buffer> <silent> &e' &eacute;
10043 inoremap <buffer> <silent> &e` &egrave;
10044 inoremap <buffer> <silent> &c, &ccedil;
10045 inoremap <buffer> <silent> &ae &aelig;
10046 inoremap <buffer> <silent> &ao &aring;
10047 inoremap <buffer> <silent> &a" &auml;
10048 inoremap <buffer> <silent> &a~ &atilde;
10049 inoremap <buffer> <silent> &a^ &acirc;
10050 inoremap <buffer> <silent> &a' &aacute;
10051 inoremap <buffer> <silent> &a` &agrave;
10052 inoremap <buffer> <silent> &Y' &Yacute;
10053 inoremap <buffer> <silent> &U" &Uuml;
10054 inoremap <buffer> <silent> &U^ &Ucirc;
10055 inoremap <buffer> <silent> &U' &Uacute;
10056 inoremap <buffer> <silent> &U` &Ugrave;
10057 inoremap <buffer> <silent> &O/ &Oslash;
10058 inoremap <buffer> <silent> &O" &Ouml;
10059 inoremap <buffer> <silent> &O~ &Otilde;
10060 inoremap <buffer> <silent> &O^ &Ocirc;
10061 inoremap <buffer> <silent> &O' &Oacute;
10062 inoremap <buffer> <silent> &O` &Ograve;
10063 inoremap <buffer> <silent> &N~ &Ntilde;
10064 inoremap <buffer> <silent> &I" &Iuml;
10065 inoremap <buffer> <silent> &I^ &Icirc;
10066 inoremap <buffer> <silent> &I' &Iacute;
10067 inoremap <buffer> <silent> &I` &Igrave;
10068 inoremap <buffer> <silent> &E" &Euml;
10069 inoremap <buffer> <silent> &E^ &Ecirc;
10070 inoremap <buffer> <silent> &E' &Eacute;
10071 inoremap <buffer> <silent> &E` &Egrave;
10072 inoremap <buffer> <silent> &C, &Ccedil;
10073 inoremap <buffer> <silent> &AE &AElig;
10074 inoremap <buffer> <silent> &Ao &Aring;
10075 inoremap <buffer> <silent> &A" &Auml;
10076 inoremap <buffer> <silent> &A~ &Atilde;
10077 inoremap <buffer> <silent> &A^ &Acirc;
10078 inoremap <buffer> <silent> &A' &Aacute;
10079 inoremap <buffer> <silent> &A` &Agrave;
10080 inoremap <buffer> <silent> &c| &cent;
10081 inoremap <buffer> <silent> &Y= &yen;
10082 inoremap <buffer> <silent> &# &pound;
10083 inoremap <buffer> <silent> & &nbsp;
10084 inoremap <buffer> <silent> &> &gt;
10085 inoremap <buffer> <silent> &< &lt;
10086 inoremap <buffer> <silent> &' &quot;
10087 inoremap <buffer> <silent> &tm &trade;
10088 inoremap <buffer> <silent> &rO &reg;
10089 inoremap <buffer> <silent> &cO &copy;
10090 inoremap <buffer> <silent> && &amp;
10091 inoremap <buffer> <silent> ; &nbsp;
10092 inoremap <buffer> <silent> ;la <label for=""></label>F"
10093 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
10094 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
10095 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
10096 </textarea>k$5F"i
10097 inoremap <buffer> <silent> ;og <optgroup label="">
10098 </optgroup>k$F"i
10099 inoremap <buffer> <silent> ;op <option></option>F<
10100 inoremap <buffer> <silent> ;ms <select name="" multiple>
10101 </select>O
10102 inoremap <buffer> <silent> ;se <select name="">
10103 </select>O
10104 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
10105 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
10106 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
10107 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
10108 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
10109 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
10110 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
10111 inoremap <buffer> <silent> ;fm <form action="">
10112 </form>k$F"i
10113 inoremap <buffer> <silent> ;if <iframe src="">
10114 </iframe>k$F"i
10115 inoremap <buffer> <silent> ;nf <noframes>
10116 </noframes>O
10117 inoremap <buffer> <silent> ;fr <frame src="">F"
10118 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
10119 </frameset>k$3F"i
10120 inoremap <buffer> <silent> ;th <th></th>F<
10121 inoremap <buffer> <silent> ;td <td>
10122 </td>O
10123 inoremap <buffer> <silent> ;tr <tr>
10124 </tr>O
10125 inoremap <buffer> <silent> ;tf <tfoot>
10126 </tfoot>O
10127 inoremap <buffer> <silent> ;tb <tbody>
10128 </tbody>O
10129 inoremap <buffer> <silent> ;tH <thead>
10130 </thead>O
10131 inoremap <buffer> <silent> ;ta <table>
10132 </table>O
10133 inoremap <buffer> <silent> ;ca <caption></caption>F<
10134 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
10135 </object>k$5F"i
10136 inoremap <buffer> <silent> ;ns <noscript>
10137 </noscripT>O
10138 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
10139 <noembed></noembed>k$5F"i
10140 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
10141 inoremap <buffer> <silent> ;va <var></var>F<
10142 inoremap <buffer> <silent> ;ul <ul>
10143 </ul>O
10144 inoremap <buffer> <silent> ;tt <tt></tt>F<
10145 inoremap <buffer> <silent> ;ti <title></title>F<
10146 inoremap <buffer> <silent> ;sp <sup></sup>F<
10147 inoremap <buffer> <silent> ;sb <sub></sub>F<
10148 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
10149 inoremap <buffer> <silent> ;cs <style type="text/css">
10150 <!--
10151 -->
10152 </style>kO
10153 inoremap <buffer> <silent> ;sm <small></small>F<
10154 inoremap <buffer> <silent> ;sa <samp></samp>F<
10155 inoremap <buffer> <silent> ;sk <strike></strike>F<
10156 inoremap <buffer> <silent> ;qu <q></q>F<
10157 inoremap <buffer> <silent> ;pr <pre>
10158 </pre>O
10159 inoremap <buffer> <silent> ;/p </p>
10160 
10161 <p>
10162 inoremap <buffer> <silent> ;pp <p>
10163 </p>O
10164 inoremap <buffer> <silent> ;ol <ol>
10165 </ol>O
10166 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
10167 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
10168 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
10169 inoremap <buffer> <silent> ;lk <link href="">F"
10170 inoremap <buffer> <silent> ;li <li></li>F<
10171 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
10172 inoremap <buffer> <silent> ;ii <isindex>
10173 inoremap <buffer> <silent> ;in <ins></ins>F<
10174 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
10175 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
10176 inoremap <buffer> <silent> ;ht <html>
10177 </html>O
10178 inoremap <buffer> <silent> ;Hr <hr width="75%">
10179 inoremap <buffer> <silent> ;hr <hr>
10180 inoremap <buffer> <silent> ;he <head>
10181 </head>O
10182 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
10183 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
10184 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
10185 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
10186 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
10187 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
10188 inoremap <buffer> <silent> ;h6 <h6></h6>F<
10189 inoremap <buffer> <silent> ;h5 <h5></h5>F<
10190 inoremap <buffer> <silent> ;h4 <h4></h4>F<
10191 inoremap <buffer> <silent> ;h3 <h3></h3>F<
10192 inoremap <buffer> <silent> ;h2 <h2></h2>F<
10193 inoremap <buffer> <silent> ;h1 <h1></h1>F<
10194 inoremap <buffer> <silent> ;fc <font color=""></font>F"
10195 inoremap <buffer> <silent> ;fo <font size=""></font>F"
10196 inoremap <buffer> <silent> ;sn <span></span>F<
10197 inoremap <buffer> <silent> ;dv <div>
10198 </div>O
10199 inoremap <buffer> <silent> ;df <dfn></dfn>F<
10200 inoremap <buffer> <silent> ;de <del></del>F<
10201 inoremap <buffer> <silent> ;dd <dd></dd>F<
10202 inoremap <buffer> <silent> ;dt <dt></dt>F<
10203 inoremap <buffer> <silent> ;dl <dl>
10204 </dl>O
10205 inoremap <buffer> <silent> ;co <code></code>F<
10206 inoremap <buffer> <silent> ;ci <cite></cite>F<
10207 inoremap <buffer> <silent> ;ce <center></center>F<
10208 inoremap <buffer> <silent> ;br <br>
10209 inoremap <buffer> <silent> ;bd <body>
10210 </body>O
10211 inoremap <buffer> <silent> ;bl <blockquote>
10212 </blockquote>O
10213 inoremap <buffer> <silent> ;bi <big></big>F<
10214 inoremap <buffer> <silent> ;bh <base href="">F"
10215 inoremap <buffer> <silent> ;ad <address></address>F<
10216 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
10217 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
10218 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
10219 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
10220 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
10221 inoremap <buffer> <silent> ;an <a name=""></a>F"
10222 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
10223 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
10224 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
10225 inoremap <buffer> <silent> ;ah <a href=""></a>F"
10226 imap <buffer> <silent> ;s4 ;s4
10227 imap <buffer> <silent> ;4 ;4
10228 inoremap <buffer> <silent> ;mi :call MangleImageTag()
10229 inoremap <buffer> <silent> ; 
10230 inoremap <buffer> <silent> ;& &
10231 inoremap <buffer> <silent> ;; ;
10232 setlocal keymap=
10233 setlocal noarabic
10234 setlocal autoindent
10235 setlocal balloonexpr=
10236 setlocal nobinary
10237 setlocal bufhidden=
10238 setlocal buflisted
10239 setlocal buftype=
10240 setlocal nocindent
10241 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10242 setlocal cinoptions=
10243 setlocal cinwords=if,else,while,do,for,switch
10244 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
10245 setlocal commentstring=/*%s*/
10246 setlocal complete=.,w,b,u,t,i
10247 setlocal completefunc=
10248 setlocal nocopyindent
10249 setlocal nocursorcolumn
10250 setlocal nocursorline
10251 setlocal define=
10252 setlocal dictionary=
10253 setlocal nodiff
10254 setlocal equalprg=
10255 setlocal errorformat=
10256 setlocal noexpandtab
10257 if &filetype != 'php'
10258 setlocal filetype=php
10259 endif
10260 setlocal foldcolumn=0
10261 setlocal foldenable
10262 setlocal foldexpr=0
10263 setlocal foldignore=#
10264 setlocal foldlevel=0
10265 setlocal foldmarker={{{,}}}
10266 setlocal foldmethod=manual
10267 setlocal foldminlines=1
10268 setlocal foldnestmax=20
10269 setlocal foldtext=foldtext()
10270 setlocal formatexpr=
10271 setlocal formatoptions=tcq
10272 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
10273 setlocal grepprg=
10274 setlocal iminsert=2
10275 setlocal imsearch=2
10276 setlocal include=\\(require\\|include\\)\\(_once\\)\\?
10277 setlocal includeexpr=
10278 setlocal indentexpr=
10279 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
10280 setlocal noinfercase
10281 setlocal iskeyword=@,48-57,_,192-255
10282 setlocal keywordprg=
10283 setlocal nolinebreak
10284 setlocal nolisp
10285 setlocal nolist
10286 setlocal makeprg=
10287 setlocal matchpairs=(:),{:},[:],<:>
10288 setlocal nomodeline
10289 setlocal modifiable
10290 setlocal nrformats=octal,hex
10291 setlocal nonumber
10292 setlocal numberwidth=4
10293 setlocal omnifunc=phpcomplete#CompletePHP
10294 setlocal path=
10295 setlocal nopreserveindent
10296 setlocal nopreviewwindow
10297 setlocal quoteescape=\\
10298 setlocal noreadonly
10299 setlocal norightleft
10300 setlocal rightleftcmd=search
10301 setlocal noscrollbind
10302 setlocal shiftwidth=8
10303 setlocal noshortname
10304 setlocal nosmartindent
10305 setlocal softtabstop=0
10306 setlocal nospell
10307 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
10308 setlocal spellfile=
10309 setlocal spelllang=en
10310 setlocal statusline=
10311 setlocal suffixesadd=
10312 setlocal swapfile
10313 setlocal synmaxcol=3000
10314 if &syntax != 'php'
10315 setlocal syntax=php
10316 endif
10317 setlocal tabstop=2
10318 setlocal tags=
10319 setlocal textwidth=0
10320 setlocal thesaurus=
10321 setlocal nowinfixheight
10322 setlocal nowinfixwidth
10323 setlocal wrap
10324 setlocal wrapmargin=0
10325 silent! normal! zE
10326 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
10327 if s:l < 1 | let s:l = 1 | endif
10328 exe s:l
10329 normal! zt
10330 1
10331 normal! 0
10332 tabedit printable.php
10333 set splitbelow splitright
10334 set nosplitbelow
10335 set nosplitright
10336 wincmd t
10337 set winheight=1 winwidth=1
10338 argglobal
10339 26argu
10340 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
10341 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
10342 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
10343 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
10344 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
10345 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
10346 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
10347 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
10348 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
10349 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
10350 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
10351 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
10352 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
10353 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
10354 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
10355 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
10356 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
10357 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
10358 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">')
10359 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">')
10360 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
10361 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
10362 nnoremap <buffer> <silent> ; 
10363 nnoremap <buffer> <silent> ;; ;
10364 vnoremap <buffer> <silent> ;; ;
10365 onoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
10366 :nohls
10367 nnoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
10368 :nohls
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 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
10374 inoremap <buffer> <silent> &hA &hArr;
10375 inoremap <buffer> <silent> &dA &dArr;
10376 inoremap <buffer> <silent> &rA &rArr;
10377 inoremap <buffer> <silent> &uA &uArr;
10378 inoremap <buffer> <silent> &lA &lArr;
10379 inoremap <buffer> <silent> &ha &harr;
10380 inoremap <buffer> <silent> &da &darr;
10381 inoremap <buffer> <silent> &ra &rarr;
10382 inoremap <buffer> <silent> &ua &uarr;
10383 inoremap <buffer> <silent> &la &larr;
10384 inoremap <buffer> <silent> &pv &piv;
10385 inoremap <buffer> <silent> &uh &upsih;
10386 inoremap <buffer> <silent> &ts &thetasym;
10387 inoremap <buffer> <silent> &og &omega;
10388 inoremap <buffer> <silent> &ps &psi;
10389 inoremap <buffer> <silent> &ch &chi;
10390 inoremap <buffer> <silent> &ph &phi;
10391 inoremap <buffer> <silent> &up &upsilon;
10392 inoremap <buffer> <silent> &ta &tau;
10393 inoremap <buffer> <silent> &sf &sigmaf;
10394 inoremap <buffer> <silent> &si &sigma;
10395 inoremap <buffer> <silent> &rh &rho;
10396 inoremap <buffer> <silent> &pi &pi;
10397 inoremap <buffer> <silent> &oc &omicron;
10398 inoremap <buffer> <silent> &xi &xi;
10399 inoremap <buffer> <silent> &nu &nu;
10400 inoremap <buffer> <silent> &mu &mu;
10401 inoremap <buffer> <silent> &lm &lambda;
10402 inoremap <buffer> <silent> &ka &kappa;
10403 inoremap <buffer> <silent> &io &iota;
10404 inoremap <buffer> <silent> &th &theta;
10405 inoremap <buffer> <silent> &et &eta;
10406 inoremap <buffer> <silent> &ze &zeta;
10407 inoremap <buffer> <silent> &ep &epsilon;
10408 inoremap <buffer> <silent> &de &delta;
10409 inoremap <buffer> <silent> &ga &gamma;
10410 inoremap <buffer> <silent> &be &beta;
10411 inoremap <buffer> <silent> &al &alpha;
10412 inoremap <buffer> <silent> &Ps &Psi;
10413 inoremap <buffer> <silent> &Ch &Chi;
10414 inoremap <buffer> <silent> &Ph &Phi;
10415 inoremap <buffer> <silent> &Up &Upsilon;
10416 inoremap <buffer> <silent> &Ta &Tau;
10417 inoremap <buffer> <silent> &Si &Sigma;
10418 inoremap <buffer> <silent> &Rh &Rho;
10419 inoremap <buffer> <silent> &Pi &Pi;
10420 inoremap <buffer> <silent> &Oc &Omicron;
10421 inoremap <buffer> <silent> &Xi &Xi;
10422 inoremap <buffer> <silent> &Nu &Nu;
10423 inoremap <buffer> <silent> &Mu &Mu;
10424 inoremap <buffer> <silent> &Lm &Lambda;
10425 inoremap <buffer> <silent> &Ka &Kappa;
10426 inoremap <buffer> <silent> &Io &Iota;
10427 inoremap <buffer> <silent> &Th &Theta;
10428 inoremap <buffer> <silent> &Et &Eta;
10429 inoremap <buffer> <silent> &Ze &Zeta;
10430 inoremap <buffer> <silent> &Ep &Epsilon;
10431 inoremap <buffer> <silent> &De &Delta;
10432 inoremap <buffer> <silent> &Ga &Gamma;
10433 inoremap <buffer> <silent> &Be &Beta;
10434 inoremap <buffer> <silent> &Al &Alpha;
10435 inoremap <buffer> <silent> &3. &hellip;
10436 inoremap <buffer> <silent> &-- &mdash;
10437 inoremap <buffer> <silent> &3- &mdash;
10438 inoremap <buffer> <silent> &m- &mdash;
10439 inoremap <buffer> <silent> &2- &ndash;
10440 inoremap <buffer> <silent> &n- &ndash;
10441 inoremap <buffer> <silent> &34 &frac34;
10442 inoremap <buffer> <silent> &12 &frac12;
10443 inoremap <buffer> <silent> &14 &frac14;
10444 inoremap <buffer> <silent> &. &middot;
10445 inoremap <buffer> <silent> &pa &para;
10446 inoremap <buffer> <silent> &mi &micro;
10447 inoremap <buffer> <silent> &dg &deg;
10448 inoremap <buffer> <silent> &? &iquest;
10449 inoremap <buffer> <silent> &! &iexcl;
10450 inoremap <buffer> <silent> &sz &szlig;
10451 inoremap <buffer> <silent> &o/ &oslash;
10452 inoremap <buffer> <silent> &/ &divide;
10453 inoremap <buffer> <silent> &" &uml;
10454 inoremap <buffer> <silent> &2> &raquo;
10455 inoremap <buffer> <silent> &2< &laquo;
10456 inoremap <buffer> <silent> &y" &yuml;
10457 inoremap <buffer> <silent> &y' &yacute;
10458 inoremap <buffer> <silent> &u" &uuml;
10459 inoremap <buffer> <silent> &u^ &ucirc;
10460 inoremap <buffer> <silent> &u' &uacute;
10461 inoremap <buffer> <silent> &u` &ugrave;
10462 inoremap <buffer> <silent> &x &times;
10463 inoremap <buffer> <silent> &o" &ouml;
10464 inoremap <buffer> <silent> &o~ &otilde;
10465 inoremap <buffer> <silent> &o^ &ocirc;
10466 inoremap <buffer> <silent> &o' &oacute;
10467 inoremap <buffer> <silent> &o` &ograve;
10468 inoremap <buffer> <silent> &n~ &ntilde;
10469 inoremap <buffer> <silent> &i" &iuml;
10470 inoremap <buffer> <silent> &i^ &icirc;
10471 inoremap <buffer> <silent> &i' &iacute;
10472 inoremap <buffer> <silent> &i` &igrave;
10473 inoremap <buffer> <silent> &e" &euml;
10474 inoremap <buffer> <silent> &e^ &ecirc;
10475 inoremap <buffer> <silent> &e' &eacute;
10476 inoremap <buffer> <silent> &e` &egrave;
10477 inoremap <buffer> <silent> &c, &ccedil;
10478 inoremap <buffer> <silent> &ae &aelig;
10479 inoremap <buffer> <silent> &ao &aring;
10480 inoremap <buffer> <silent> &a" &auml;
10481 inoremap <buffer> <silent> &a~ &atilde;
10482 inoremap <buffer> <silent> &a^ &acirc;
10483 inoremap <buffer> <silent> &a' &aacute;
10484 inoremap <buffer> <silent> &a` &agrave;
10485 inoremap <buffer> <silent> &Y' &Yacute;
10486 inoremap <buffer> <silent> &U" &Uuml;
10487 inoremap <buffer> <silent> &U^ &Ucirc;
10488 inoremap <buffer> <silent> &U' &Uacute;
10489 inoremap <buffer> <silent> &U` &Ugrave;
10490 inoremap <buffer> <silent> &O/ &Oslash;
10491 inoremap <buffer> <silent> &O" &Ouml;
10492 inoremap <buffer> <silent> &O~ &Otilde;
10493 inoremap <buffer> <silent> &O^ &Ocirc;
10494 inoremap <buffer> <silent> &O' &Oacute;
10495 inoremap <buffer> <silent> &O` &Ograve;
10496 inoremap <buffer> <silent> &N~ &Ntilde;
10497 inoremap <buffer> <silent> &I" &Iuml;
10498 inoremap <buffer> <silent> &I^ &Icirc;
10499 inoremap <buffer> <silent> &I' &Iacute;
10500 inoremap <buffer> <silent> &I` &Igrave;
10501 inoremap <buffer> <silent> &E" &Euml;
10502 inoremap <buffer> <silent> &E^ &Ecirc;
10503 inoremap <buffer> <silent> &E' &Eacute;
10504 inoremap <buffer> <silent> &E` &Egrave;
10505 inoremap <buffer> <silent> &C, &Ccedil;
10506 inoremap <buffer> <silent> &AE &AElig;
10507 inoremap <buffer> <silent> &Ao &Aring;
10508 inoremap <buffer> <silent> &A" &Auml;
10509 inoremap <buffer> <silent> &A~ &Atilde;
10510 inoremap <buffer> <silent> &A^ &Acirc;
10511 inoremap <buffer> <silent> &A' &Aacute;
10512 inoremap <buffer> <silent> &A` &Agrave;
10513 inoremap <buffer> <silent> &c| &cent;
10514 inoremap <buffer> <silent> &Y= &yen;
10515 inoremap <buffer> <silent> &# &pound;
10516 inoremap <buffer> <silent> & &nbsp;
10517 inoremap <buffer> <silent> &> &gt;
10518 inoremap <buffer> <silent> &< &lt;
10519 inoremap <buffer> <silent> &' &quot;
10520 inoremap <buffer> <silent> &tm &trade;
10521 inoremap <buffer> <silent> &rO &reg;
10522 inoremap <buffer> <silent> &cO &copy;
10523 inoremap <buffer> <silent> && &amp;
10524 inoremap <buffer> <silent> ; &nbsp;
10525 inoremap <buffer> <silent> ;la <label for=""></label>F"
10526 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
10527 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
10528 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
10529 </textarea>k$5F"i
10530 inoremap <buffer> <silent> ;og <optgroup label="">
10531 </optgroup>k$F"i
10532 inoremap <buffer> <silent> ;op <option></option>F<
10533 inoremap <buffer> <silent> ;ms <select name="" multiple>
10534 </select>O
10535 inoremap <buffer> <silent> ;se <select name="">
10536 </select>O
10537 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
10538 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
10539 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
10540 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
10541 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
10542 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
10543 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
10544 inoremap <buffer> <silent> ;fm <form action="">
10545 </form>k$F"i
10546 inoremap <buffer> <silent> ;if <iframe src="">
10547 </iframe>k$F"i
10548 inoremap <buffer> <silent> ;nf <noframes>
10549 </noframes>O
10550 inoremap <buffer> <silent> ;fr <frame src="">F"
10551 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
10552 </frameset>k$3F"i
10553 inoremap <buffer> <silent> ;th <th></th>F<
10554 inoremap <buffer> <silent> ;td <td>
10555 </td>O
10556 inoremap <buffer> <silent> ;tr <tr>
10557 </tr>O
10558 inoremap <buffer> <silent> ;tf <tfoot>
10559 </tfoot>O
10560 inoremap <buffer> <silent> ;tb <tbody>
10561 </tbody>O
10562 inoremap <buffer> <silent> ;tH <thead>
10563 </thead>O
10564 inoremap <buffer> <silent> ;ta <table>
10565 </table>O
10566 inoremap <buffer> <silent> ;ca <caption></caption>F<
10567 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
10568 </object>k$5F"i
10569 inoremap <buffer> <silent> ;ns <noscript>
10570 </noscripT>O
10571 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
10572 <noembed></noembed>k$5F"i
10573 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
10574 inoremap <buffer> <silent> ;va <var></var>F<
10575 inoremap <buffer> <silent> ;ul <ul>
10576 </ul>O
10577 inoremap <buffer> <silent> ;tt <tt></tt>F<
10578 inoremap <buffer> <silent> ;ti <title></title>F<
10579 inoremap <buffer> <silent> ;sp <sup></sup>F<
10580 inoremap <buffer> <silent> ;sb <sub></sub>F<
10581 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
10582 inoremap <buffer> <silent> ;cs <style type="text/css">
10583 <!--
10584 -->
10585 </style>kO
10586 inoremap <buffer> <silent> ;sm <small></small>F<
10587 inoremap <buffer> <silent> ;sa <samp></samp>F<
10588 inoremap <buffer> <silent> ;sk <strike></strike>F<
10589 inoremap <buffer> <silent> ;qu <q></q>F<
10590 inoremap <buffer> <silent> ;pr <pre>
10591 </pre>O
10592 inoremap <buffer> <silent> ;/p </p>
10593 
10594 <p>
10595 inoremap <buffer> <silent> ;pp <p>
10596 </p>O
10597 inoremap <buffer> <silent> ;ol <ol>
10598 </ol>O
10599 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
10600 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
10601 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
10602 inoremap <buffer> <silent> ;lk <link href="">F"
10603 inoremap <buffer> <silent> ;li <li></li>F<
10604 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
10605 inoremap <buffer> <silent> ;ii <isindex>
10606 inoremap <buffer> <silent> ;in <ins></ins>F<
10607 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
10608 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
10609 inoremap <buffer> <silent> ;ht <html>
10610 </html>O
10611 inoremap <buffer> <silent> ;Hr <hr width="75%">
10612 inoremap <buffer> <silent> ;hr <hr>
10613 inoremap <buffer> <silent> ;he <head>
10614 </head>O
10615 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
10616 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
10617 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
10618 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
10619 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
10620 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
10621 inoremap <buffer> <silent> ;h6 <h6></h6>F<
10622 inoremap <buffer> <silent> ;h5 <h5></h5>F<
10623 inoremap <buffer> <silent> ;h4 <h4></h4>F<
10624 inoremap <buffer> <silent> ;h3 <h3></h3>F<
10625 inoremap <buffer> <silent> ;h2 <h2></h2>F<
10626 inoremap <buffer> <silent> ;h1 <h1></h1>F<
10627 inoremap <buffer> <silent> ;fc <font color=""></font>F"
10628 inoremap <buffer> <silent> ;fo <font size=""></font>F"
10629 inoremap <buffer> <silent> ;sn <span></span>F<
10630 inoremap <buffer> <silent> ;dv <div>
10631 </div>O
10632 inoremap <buffer> <silent> ;df <dfn></dfn>F<
10633 inoremap <buffer> <silent> ;de <del></del>F<
10634 inoremap <buffer> <silent> ;dd <dd></dd>F<
10635 inoremap <buffer> <silent> ;dt <dt></dt>F<
10636 inoremap <buffer> <silent> ;dl <dl>
10637 </dl>O
10638 inoremap <buffer> <silent> ;co <code></code>F<
10639 inoremap <buffer> <silent> ;ci <cite></cite>F<
10640 inoremap <buffer> <silent> ;ce <center></center>F<
10641 inoremap <buffer> <silent> ;br <br>
10642 inoremap <buffer> <silent> ;bd <body>
10643 </body>O
10644 inoremap <buffer> <silent> ;bl <blockquote>
10645 </blockquote>O
10646 inoremap <buffer> <silent> ;bi <big></big>F<
10647 inoremap <buffer> <silent> ;bh <base href="">F"
10648 inoremap <buffer> <silent> ;ad <address></address>F<
10649 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
10650 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
10651 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
10652 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
10653 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
10654 inoremap <buffer> <silent> ;an <a name=""></a>F"
10655 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
10656 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
10657 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
10658 inoremap <buffer> <silent> ;ah <a href=""></a>F"
10659 imap <buffer> <silent> ;s4 ;s4
10660 imap <buffer> <silent> ;4 ;4
10661 inoremap <buffer> <silent> ;mi :call MangleImageTag()
10662 inoremap <buffer> <silent> ; 
10663 inoremap <buffer> <silent> ;& &
10664 inoremap <buffer> <silent> ;; ;
10665 setlocal keymap=
10666 setlocal noarabic
10667 setlocal autoindent
10668 setlocal balloonexpr=
10669 setlocal nobinary
10670 setlocal bufhidden=
10671 setlocal buflisted
10672 setlocal buftype=
10673 setlocal nocindent
10674 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10675 setlocal cinoptions=
10676 setlocal cinwords=if,else,while,do,for,switch
10677 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
10678 setlocal commentstring=/*%s*/
10679 setlocal complete=.,w,b,u,t,i
10680 setlocal completefunc=
10681 setlocal nocopyindent
10682 setlocal nocursorcolumn
10683 setlocal nocursorline
10684 setlocal define=
10685 setlocal dictionary=
10686 setlocal nodiff
10687 setlocal equalprg=
10688 setlocal errorformat=
10689 setlocal noexpandtab
10690 if &filetype != 'php'
10691 setlocal filetype=php
10692 endif
10693 setlocal foldcolumn=0
10694 setlocal foldenable
10695 setlocal foldexpr=0
10696 setlocal foldignore=#
10697 setlocal foldlevel=0
10698 setlocal foldmarker={{{,}}}
10699 setlocal foldmethod=manual
10700 setlocal foldminlines=1
10701 setlocal foldnestmax=20
10702 setlocal foldtext=foldtext()
10703 setlocal formatexpr=
10704 setlocal formatoptions=tcq
10705 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
10706 setlocal grepprg=
10707 setlocal iminsert=2
10708 setlocal imsearch=2
10709 setlocal include=\\(require\\|include\\)\\(_once\\)\\?
10710 setlocal includeexpr=
10711 setlocal indentexpr=
10712 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
10713 setlocal noinfercase
10714 setlocal iskeyword=@,48-57,_,192-255
10715 setlocal keywordprg=
10716 setlocal nolinebreak
10717 setlocal nolisp
10718 setlocal nolist
10719 setlocal makeprg=
10720 setlocal matchpairs=(:),{:},[:],<:>
10721 setlocal nomodeline
10722 setlocal modifiable
10723 setlocal nrformats=octal,hex
10724 setlocal nonumber
10725 setlocal numberwidth=4
10726 setlocal omnifunc=phpcomplete#CompletePHP
10727 setlocal path=
10728 setlocal nopreserveindent
10729 setlocal nopreviewwindow
10730 setlocal quoteescape=\\
10731 setlocal noreadonly
10732 setlocal norightleft
10733 setlocal rightleftcmd=search
10734 setlocal noscrollbind
10735 setlocal shiftwidth=8
10736 setlocal noshortname
10737 setlocal nosmartindent
10738 setlocal softtabstop=0
10739 setlocal nospell
10740 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
10741 setlocal spellfile=
10742 setlocal spelllang=en
10743 setlocal statusline=
10744 setlocal suffixesadd=
10745 setlocal swapfile
10746 setlocal synmaxcol=3000
10747 if &syntax != 'php'
10748 setlocal syntax=php
10749 endif
10750 setlocal tabstop=2
10751 setlocal tags=
10752 setlocal textwidth=0
10753 setlocal thesaurus=
10754 setlocal nowinfixheight
10755 setlocal nowinfixwidth
10756 setlocal wrap
10757 setlocal wrapmargin=0
10758 silent! normal! zE
10759 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
10760 if s:l < 1 | let s:l = 1 | endif
10761 exe s:l
10762 normal! zt
10763 1
10764 normal! 0
10765 tabedit clonezilla-sysresccd.rss
10766 set splitbelow splitright
10767 set nosplitbelow
10768 set nosplitright
10769 wincmd t
10770 set winheight=1 winwidth=1
10771 argglobal
10772 27argu
10773 setlocal keymap=
10774 setlocal noarabic
10775 setlocal autoindent
10776 setlocal balloonexpr=
10777 setlocal nobinary
10778 setlocal bufhidden=
10779 setlocal buflisted
10780 setlocal buftype=
10781 setlocal nocindent
10782 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10783 setlocal cinoptions=
10784 setlocal cinwords=if,else,while,do,for,switch
10785 setlocal comments=s:<!--,m:\ \ \ \ \ ,e:-->
10786 setlocal commentstring=<!--%s-->
10787 setlocal complete=.,w,b,u,t,i
10788 setlocal completefunc=
10789 setlocal nocopyindent
10790 setlocal nocursorcolumn
10791 setlocal nocursorline
10792 setlocal define=
10793 setlocal dictionary=
10794 setlocal nodiff
10795 setlocal equalprg=
10796 setlocal errorformat=
10797 setlocal noexpandtab
10798 if &filetype != 'xml'
10799 setlocal filetype=xml
10800 endif
10801 setlocal foldcolumn=0
10802 setlocal foldenable
10803 setlocal foldexpr=0
10804 setlocal foldignore=#
10805 setlocal foldlevel=0
10806 setlocal foldmarker={{{,}}}
10807 setlocal foldmethod=manual
10808 setlocal foldminlines=1
10809 setlocal foldnestmax=20
10810 setlocal foldtext=foldtext()
10811 setlocal formatexpr=
10812 setlocal formatoptions=roqltc
10813 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
10814 setlocal grepprg=
10815 setlocal iminsert=2
10816 setlocal imsearch=2
10817 setlocal include=
10818 setlocal includeexpr=
10819 setlocal indentexpr=
10820 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
10821 setlocal noinfercase
10822 setlocal iskeyword=@,48-57,_,192-255
10823 setlocal keywordprg=
10824 setlocal nolinebreak
10825 setlocal nolisp
10826 setlocal nolist
10827 setlocal makeprg=
10828 setlocal matchpairs=(:),{:},[:]
10829 setlocal nomodeline
10830 setlocal modifiable
10831 setlocal nrformats=octal,hex
10832 setlocal nonumber
10833 setlocal numberwidth=4
10834 setlocal omnifunc=xmlcomplete#CompleteTags
10835 setlocal path=
10836 setlocal nopreserveindent
10837 setlocal nopreviewwindow
10838 setlocal quoteescape=\\
10839 setlocal noreadonly
10840 setlocal norightleft
10841 setlocal rightleftcmd=search
10842 setlocal noscrollbind
10843 setlocal shiftwidth=8
10844 setlocal noshortname
10845 setlocal nosmartindent
10846 setlocal softtabstop=0
10847 setlocal nospell
10848 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
10849 setlocal spellfile=
10850 setlocal spelllang=en
10851 setlocal statusline=
10852 setlocal suffixesadd=
10853 setlocal swapfile
10854 setlocal synmaxcol=3000
10855 if &syntax != 'xml'
10856 setlocal syntax=xml
10857 endif
10858 setlocal tabstop=2
10859 setlocal tags=
10860 setlocal textwidth=0
10861 setlocal thesaurus=
10862 setlocal nowinfixheight
10863 setlocal nowinfixwidth
10864 setlocal wrap
10865 setlocal wrapmargin=0
10866 silent! normal! zE
10867 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
10868 if s:l < 1 | let s:l = 1 | endif
10869 exe s:l
10870 normal! zt
10871 1
10872 normal! 0
10873 tabedit ../.htaccess
10874 set splitbelow splitright
10875 set nosplitbelow
10876 set nosplitright
10877 wincmd t
10878 set winheight=1 winwidth=1
10879 argglobal
10880 28argu
10881 setlocal keymap=
10882 setlocal noarabic
10883 setlocal autoindent
10884 setlocal balloonexpr=
10885 setlocal nobinary
10886 setlocal bufhidden=
10887 setlocal buflisted
10888 setlocal buftype=
10889 setlocal nocindent
10890 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10891 setlocal cinoptions=
10892 setlocal cinwords=if,else,while,do,for,switch
10893 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
10894 setlocal commentstring=/*%s*/
10895 setlocal complete=.,w,b,u,t,i
10896 setlocal completefunc=
10897 setlocal nocopyindent
10898 setlocal nocursorcolumn
10899 setlocal nocursorline
10900 setlocal define=
10901 setlocal dictionary=
10902 setlocal nodiff
10903 setlocal equalprg=
10904 setlocal errorformat=
10905 setlocal noexpandtab
10906 if &filetype != 'apache'
10907 setlocal filetype=apache
10908 endif
10909 setlocal foldcolumn=0
10910 setlocal foldenable
10911 setlocal foldexpr=0
10912 setlocal foldignore=#
10913 setlocal foldlevel=0
10914 setlocal foldmarker={{{,}}}
10915 setlocal foldmethod=manual
10916 setlocal foldminlines=1
10917 setlocal foldnestmax=20
10918 setlocal foldtext=foldtext()
10919 setlocal formatexpr=
10920 setlocal formatoptions=tcq
10921 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
10922 setlocal grepprg=
10923 setlocal iminsert=2
10924 setlocal imsearch=2
10925 setlocal include=
10926 setlocal includeexpr=
10927 setlocal indentexpr=
10928 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
10929 setlocal noinfercase
10930 setlocal iskeyword=@,48-57,_,192-255
10931 setlocal keywordprg=
10932 setlocal nolinebreak
10933 setlocal nolisp
10934 setlocal nolist
10935 setlocal makeprg=
10936 setlocal matchpairs=(:),{:},[:]
10937 setlocal nomodeline
10938 setlocal modifiable
10939 setlocal nrformats=octal,hex
10940 setlocal nonumber
10941 setlocal numberwidth=4
10942 setlocal omnifunc=
10943 setlocal path=
10944 setlocal nopreserveindent
10945 setlocal nopreviewwindow
10946 setlocal quoteescape=\\
10947 setlocal noreadonly
10948 setlocal norightleft
10949 setlocal rightleftcmd=search
10950 setlocal noscrollbind
10951 setlocal shiftwidth=8
10952 setlocal noshortname
10953 setlocal nosmartindent
10954 setlocal softtabstop=0
10955 setlocal nospell
10956 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
10957 setlocal spellfile=
10958 setlocal spelllang=en
10959 setlocal statusline=
10960 setlocal suffixesadd=
10961 setlocal swapfile
10962 setlocal synmaxcol=3000
10963 if &syntax != 'apache'
10964 setlocal syntax=apache
10965 endif
10966 setlocal tabstop=2
10967 setlocal tags=
10968 setlocal textwidth=0
10969 setlocal thesaurus=
10970 setlocal nowinfixheight
10971 setlocal nowinfixwidth
10972 setlocal wrap
10973 setlocal wrapmargin=0
10974 silent! normal! zE
10975 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
10976 if s:l < 1 | let s:l = 1 | endif
10977 exe s:l
10978 normal! zt
10979 1
10980 normal! 0
10981 tabedit .404.html
10982 set splitbelow splitright
10983 set nosplitbelow
10984 set nosplitright
10985 wincmd t
10986 set winheight=1 winwidth=1
10987 argglobal
10988 29argu
10989 edit .404.html
10990 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
10991 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
10992 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
10993 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
10994 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
10995 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
10996 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
10997 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
10998 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
10999 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
11000 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
11001 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
11002 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
11003 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
11004 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
11005 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
11006 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
11007 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
11008 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">')
11009 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">')
11010 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
11011 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
11012 nnoremap <buffer> <silent> ; 
11013 nnoremap <buffer> <silent> ;; ;
11014 vnoremap <buffer> <silent> ;; ;
11015 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
11016 inoremap <buffer> <silent> &hA &hArr;
11017 inoremap <buffer> <silent> &dA &dArr;
11018 inoremap <buffer> <silent> &rA &rArr;
11019 inoremap <buffer> <silent> &uA &uArr;
11020 inoremap <buffer> <silent> &lA &lArr;
11021 inoremap <buffer> <silent> &ha &harr;
11022 inoremap <buffer> <silent> &da &darr;
11023 inoremap <buffer> <silent> &ra &rarr;
11024 inoremap <buffer> <silent> &ua &uarr;
11025 inoremap <buffer> <silent> &la &larr;
11026 inoremap <buffer> <silent> &pv &piv;
11027 inoremap <buffer> <silent> &uh &upsih;
11028 inoremap <buffer> <silent> &ts &thetasym;
11029 inoremap <buffer> <silent> &og &omega;
11030 inoremap <buffer> <silent> &ps &psi;
11031 inoremap <buffer> <silent> &ch &chi;
11032 inoremap <buffer> <silent> &ph &phi;
11033 inoremap <buffer> <silent> &up &upsilon;
11034 inoremap <buffer> <silent> &ta &tau;
11035 inoremap <buffer> <silent> &sf &sigmaf;
11036 inoremap <buffer> <silent> &si &sigma;
11037 inoremap <buffer> <silent> &rh &rho;
11038 inoremap <buffer> <silent> &pi &pi;
11039 inoremap <buffer> <silent> &oc &omicron;
11040 inoremap <buffer> <silent> &xi &xi;
11041 inoremap <buffer> <silent> &nu &nu;
11042 inoremap <buffer> <silent> &mu &mu;
11043 inoremap <buffer> <silent> &lm &lambda;
11044 inoremap <buffer> <silent> &ka &kappa;
11045 inoremap <buffer> <silent> &io &iota;
11046 inoremap <buffer> <silent> &th &theta;
11047 inoremap <buffer> <silent> &et &eta;
11048 inoremap <buffer> <silent> &ze &zeta;
11049 inoremap <buffer> <silent> &ep &epsilon;
11050 inoremap <buffer> <silent> &de &delta;
11051 inoremap <buffer> <silent> &ga &gamma;
11052 inoremap <buffer> <silent> &be &beta;
11053 inoremap <buffer> <silent> &al &alpha;
11054 inoremap <buffer> <silent> &Ps &Psi;
11055 inoremap <buffer> <silent> &Ch &Chi;
11056 inoremap <buffer> <silent> &Ph &Phi;
11057 inoremap <buffer> <silent> &Up &Upsilon;
11058 inoremap <buffer> <silent> &Ta &Tau;
11059 inoremap <buffer> <silent> &Si &Sigma;
11060 inoremap <buffer> <silent> &Rh &Rho;
11061 inoremap <buffer> <silent> &Pi &Pi;
11062 inoremap <buffer> <silent> &Oc &Omicron;
11063 inoremap <buffer> <silent> &Xi &Xi;
11064 inoremap <buffer> <silent> &Nu &Nu;
11065 inoremap <buffer> <silent> &Mu &Mu;
11066 inoremap <buffer> <silent> &Lm &Lambda;
11067 inoremap <buffer> <silent> &Ka &Kappa;
11068 inoremap <buffer> <silent> &Io &Iota;
11069 inoremap <buffer> <silent> &Th &Theta;
11070 inoremap <buffer> <silent> &Et &Eta;
11071 inoremap <buffer> <silent> &Ze &Zeta;
11072 inoremap <buffer> <silent> &Ep &Epsilon;
11073 inoremap <buffer> <silent> &De &Delta;
11074 inoremap <buffer> <silent> &Ga &Gamma;
11075 inoremap <buffer> <silent> &Be &Beta;
11076 inoremap <buffer> <silent> &Al &Alpha;
11077 inoremap <buffer> <silent> &3. &hellip;
11078 inoremap <buffer> <silent> &-- &mdash;
11079 inoremap <buffer> <silent> &3- &mdash;
11080 inoremap <buffer> <silent> &m- &mdash;
11081 inoremap <buffer> <silent> &2- &ndash;
11082 inoremap <buffer> <silent> &n- &ndash;
11083 inoremap <buffer> <silent> &34 &frac34;
11084 inoremap <buffer> <silent> &12 &frac12;
11085 inoremap <buffer> <silent> &14 &frac14;
11086 inoremap <buffer> <silent> &. &middot;
11087 inoremap <buffer> <silent> &pa &para;
11088 inoremap <buffer> <silent> &mi &micro;
11089 inoremap <buffer> <silent> &dg &deg;
11090 inoremap <buffer> <silent> &? &iquest;
11091 inoremap <buffer> <silent> &! &iexcl;
11092 inoremap <buffer> <silent> &sz &szlig;
11093 inoremap <buffer> <silent> &o/ &oslash;
11094 inoremap <buffer> <silent> &/ &divide;
11095 inoremap <buffer> <silent> &" &uml;
11096 inoremap <buffer> <silent> &2> &raquo;
11097 inoremap <buffer> <silent> &2< &laquo;
11098 inoremap <buffer> <silent> &y" &yuml;
11099 inoremap <buffer> <silent> &y' &yacute;
11100 inoremap <buffer> <silent> &u" &uuml;
11101 inoremap <buffer> <silent> &u^ &ucirc;
11102 inoremap <buffer> <silent> &u' &uacute;
11103 inoremap <buffer> <silent> &u` &ugrave;
11104 inoremap <buffer> <silent> &x &times;
11105 inoremap <buffer> <silent> &o" &ouml;
11106 inoremap <buffer> <silent> &o~ &otilde;
11107 inoremap <buffer> <silent> &o^ &ocirc;
11108 inoremap <buffer> <silent> &o' &oacute;
11109 inoremap <buffer> <silent> &o` &ograve;
11110 inoremap <buffer> <silent> &n~ &ntilde;
11111 inoremap <buffer> <silent> &i" &iuml;
11112 inoremap <buffer> <silent> &i^ &icirc;
11113 inoremap <buffer> <silent> &i' &iacute;
11114 inoremap <buffer> <silent> &i` &igrave;
11115 inoremap <buffer> <silent> &e" &euml;
11116 inoremap <buffer> <silent> &e^ &ecirc;
11117 inoremap <buffer> <silent> &e' &eacute;
11118 inoremap <buffer> <silent> &e` &egrave;
11119 inoremap <buffer> <silent> &c, &ccedil;
11120 inoremap <buffer> <silent> &ae &aelig;
11121 inoremap <buffer> <silent> &ao &aring;
11122 inoremap <buffer> <silent> &a" &auml;
11123 inoremap <buffer> <silent> &a~ &atilde;
11124 inoremap <buffer> <silent> &a^ &acirc;
11125 inoremap <buffer> <silent> &a' &aacute;
11126 inoremap <buffer> <silent> &a` &agrave;
11127 inoremap <buffer> <silent> &Y' &Yacute;
11128 inoremap <buffer> <silent> &U" &Uuml;
11129 inoremap <buffer> <silent> &U^ &Ucirc;
11130 inoremap <buffer> <silent> &U' &Uacute;
11131 inoremap <buffer> <silent> &U` &Ugrave;
11132 inoremap <buffer> <silent> &O/ &Oslash;
11133 inoremap <buffer> <silent> &O" &Ouml;
11134 inoremap <buffer> <silent> &O~ &Otilde;
11135 inoremap <buffer> <silent> &O^ &Ocirc;
11136 inoremap <buffer> <silent> &O' &Oacute;
11137 inoremap <buffer> <silent> &O` &Ograve;
11138 inoremap <buffer> <silent> &N~ &Ntilde;
11139 inoremap <buffer> <silent> &I" &Iuml;
11140 inoremap <buffer> <silent> &I^ &Icirc;
11141 inoremap <buffer> <silent> &I' &Iacute;
11142 inoremap <buffer> <silent> &I` &Igrave;
11143 inoremap <buffer> <silent> &E" &Euml;
11144 inoremap <buffer> <silent> &E^ &Ecirc;
11145 inoremap <buffer> <silent> &E' &Eacute;
11146 inoremap <buffer> <silent> &E` &Egrave;
11147 inoremap <buffer> <silent> &C, &Ccedil;
11148 inoremap <buffer> <silent> &AE &AElig;
11149 inoremap <buffer> <silent> &Ao &Aring;
11150 inoremap <buffer> <silent> &A" &Auml;
11151 inoremap <buffer> <silent> &A~ &Atilde;
11152 inoremap <buffer> <silent> &A^ &Acirc;
11153 inoremap <buffer> <silent> &A' &Aacute;
11154 inoremap <buffer> <silent> &A` &Agrave;
11155 inoremap <buffer> <silent> &c| &cent;
11156 inoremap <buffer> <silent> &Y= &yen;
11157 inoremap <buffer> <silent> &# &pound;
11158 inoremap <buffer> <silent> & &nbsp;
11159 inoremap <buffer> <silent> &> &gt;
11160 inoremap <buffer> <silent> &< &lt;
11161 inoremap <buffer> <silent> &' &quot;
11162 inoremap <buffer> <silent> &tm &trade;
11163 inoremap <buffer> <silent> &rO &reg;
11164 inoremap <buffer> <silent> &cO &copy;
11165 inoremap <buffer> <silent> && &amp;
11166 inoremap <buffer> <silent> ; &nbsp;
11167 inoremap <buffer> <silent> ;la <label for=""></label>F"
11168 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
11169 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
11170 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
11171 </textarea>k$5F"i
11172 inoremap <buffer> <silent> ;og <optgroup label="">
11173 </optgroup>k$F"i
11174 inoremap <buffer> <silent> ;op <option></option>F<
11175 inoremap <buffer> <silent> ;ms <select name="" multiple>
11176 </select>O
11177 inoremap <buffer> <silent> ;se <select name="">
11178 </select>O
11179 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
11180 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
11181 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
11182 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
11183 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
11184 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
11185 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
11186 inoremap <buffer> <silent> ;fm <form action="">
11187 </form>k$F"i
11188 inoremap <buffer> <silent> ;if <iframe src="">
11189 </iframe>k$F"i
11190 inoremap <buffer> <silent> ;nf <noframes>
11191 </noframes>O
11192 inoremap <buffer> <silent> ;fr <frame src="">F"
11193 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
11194 </frameset>k$3F"i
11195 inoremap <buffer> <silent> ;th <th></th>F<
11196 inoremap <buffer> <silent> ;td <td>
11197 </td>O
11198 inoremap <buffer> <silent> ;tr <tr>
11199 </tr>O
11200 inoremap <buffer> <silent> ;tf <tfoot>
11201 </tfoot>O
11202 inoremap <buffer> <silent> ;tb <tbody>
11203 </tbody>O
11204 inoremap <buffer> <silent> ;tH <thead>
11205 </thead>O
11206 inoremap <buffer> <silent> ;ta <table>
11207 </table>O
11208 inoremap <buffer> <silent> ;ca <caption></caption>F<
11209 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
11210 </object>k$5F"i
11211 inoremap <buffer> <silent> ;ns <noscript>
11212 </noscripT>O
11213 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
11214 <noembed></noembed>k$5F"i
11215 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
11216 inoremap <buffer> <silent> ;va <var></var>F<
11217 inoremap <buffer> <silent> ;ul <ul>
11218 </ul>O
11219 inoremap <buffer> <silent> ;tt <tt></tt>F<
11220 inoremap <buffer> <silent> ;ti <title></title>F<
11221 inoremap <buffer> <silent> ;sp <sup></sup>F<
11222 inoremap <buffer> <silent> ;sb <sub></sub>F<
11223 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
11224 inoremap <buffer> <silent> ;cs <style type="text/css">
11225 <!--
11226 -->
11227 </style>kO
11228 inoremap <buffer> <silent> ;sm <small></small>F<
11229 inoremap <buffer> <silent> ;sa <samp></samp>F<
11230 inoremap <buffer> <silent> ;sk <strike></strike>F<
11231 inoremap <buffer> <silent> ;qu <q></q>F<
11232 inoremap <buffer> <silent> ;pr <pre>
11233 </pre>O
11234 inoremap <buffer> <silent> ;/p </p>
11235 
11236 <p>
11237 inoremap <buffer> <silent> ;pp <p>
11238 </p>O
11239 inoremap <buffer> <silent> ;ol <ol>
11240 </ol>O
11241 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
11242 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
11243 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
11244 inoremap <buffer> <silent> ;lk <link href="">F"
11245 inoremap <buffer> <silent> ;li <li></li>F<
11246 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
11247 inoremap <buffer> <silent> ;ii <isindex>
11248 inoremap <buffer> <silent> ;in <ins></ins>F<
11249 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
11250 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
11251 inoremap <buffer> <silent> ;ht <html>
11252 </html>O
11253 inoremap <buffer> <silent> ;Hr <hr width="75%">
11254 inoremap <buffer> <silent> ;hr <hr>
11255 inoremap <buffer> <silent> ;he <head>
11256 </head>O
11257 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
11258 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
11259 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
11260 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
11261 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
11262 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
11263 inoremap <buffer> <silent> ;h6 <h6></h6>F<
11264 inoremap <buffer> <silent> ;h5 <h5></h5>F<
11265 inoremap <buffer> <silent> ;h4 <h4></h4>F<
11266 inoremap <buffer> <silent> ;h3 <h3></h3>F<
11267 inoremap <buffer> <silent> ;h2 <h2></h2>F<
11268 inoremap <buffer> <silent> ;h1 <h1></h1>F<
11269 inoremap <buffer> <silent> ;fc <font color=""></font>F"
11270 inoremap <buffer> <silent> ;fo <font size=""></font>F"
11271 inoremap <buffer> <silent> ;sn <span></span>F<
11272 inoremap <buffer> <silent> ;dv <div>
11273 </div>O
11274 inoremap <buffer> <silent> ;df <dfn></dfn>F<
11275 inoremap <buffer> <silent> ;de <del></del>F<
11276 inoremap <buffer> <silent> ;dd <dd></dd>F<
11277 inoremap <buffer> <silent> ;dt <dt></dt>F<
11278 inoremap <buffer> <silent> ;dl <dl>
11279 </dl>O
11280 inoremap <buffer> <silent> ;co <code></code>F<
11281 inoremap <buffer> <silent> ;ci <cite></cite>F<
11282 inoremap <buffer> <silent> ;ce <center></center>F<
11283 inoremap <buffer> <silent> ;br <br>
11284 inoremap <buffer> <silent> ;bd <body>
11285 </body>O
11286 inoremap <buffer> <silent> ;bl <blockquote>
11287 </blockquote>O
11288 inoremap <buffer> <silent> ;bi <big></big>F<
11289 inoremap <buffer> <silent> ;bh <base href="">F"
11290 inoremap <buffer> <silent> ;ad <address></address>F<
11291 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
11292 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
11293 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
11294 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
11295 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
11296 inoremap <buffer> <silent> ;an <a name=""></a>F"
11297 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
11298 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
11299 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
11300 inoremap <buffer> <silent> ;ah <a href=""></a>F"
11301 imap <buffer> <silent> ;s4 ;s4
11302 imap <buffer> <silent> ;4 ;4
11303 inoremap <buffer> <silent> ;mi :call MangleImageTag()
11304 inoremap <buffer> <silent> ; 
11305 inoremap <buffer> <silent> ;& &
11306 inoremap <buffer> <silent> ;; ;
11307 setlocal keymap=
11308 setlocal noarabic
11309 setlocal autoindent
11310 setlocal balloonexpr=
11311 setlocal nobinary
11312 setlocal bufhidden=
11313 setlocal buflisted
11314 setlocal buftype=
11315 setlocal nocindent
11316 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11317 setlocal cinoptions=
11318 setlocal cinwords=if,else,while,do,for,switch
11319 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
11320 setlocal commentstring=<!--%s-->
11321 setlocal complete=.,w,b,u,t,i
11322 setlocal completefunc=
11323 setlocal nocopyindent
11324 setlocal nocursorcolumn
11325 setlocal nocursorline
11326 setlocal define=
11327 setlocal dictionary=
11328 setlocal nodiff
11329 setlocal equalprg=
11330 setlocal errorformat=
11331 setlocal noexpandtab
11332 if &filetype != 'html'
11333 setlocal filetype=html
11334 endif
11335 setlocal foldcolumn=0
11336 setlocal foldenable
11337 setlocal foldexpr=0
11338 setlocal foldignore=#
11339 setlocal foldlevel=0
11340 setlocal foldmarker={{{,}}}
11341 setlocal foldmethod=manual
11342 setlocal foldminlines=1
11343 setlocal foldnestmax=20
11344 setlocal foldtext=foldtext()
11345 setlocal formatexpr=
11346 setlocal formatoptions=tcq
11347 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11348 setlocal grepprg=
11349 setlocal iminsert=2
11350 setlocal imsearch=2
11351 setlocal include=
11352 setlocal includeexpr=
11353 setlocal indentexpr=
11354 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
11355 setlocal noinfercase
11356 setlocal iskeyword=@,48-57,_,192-255
11357 setlocal keywordprg=
11358 setlocal nolinebreak
11359 setlocal nolisp
11360 setlocal nolist
11361 setlocal makeprg=
11362 setlocal matchpairs=(:),{:},[:],<:>
11363 setlocal nomodeline
11364 setlocal modifiable
11365 setlocal nrformats=octal,hex
11366 setlocal nonumber
11367 setlocal numberwidth=4
11368 setlocal omnifunc=htmlcomplete#CompleteTags
11369 setlocal path=
11370 setlocal nopreserveindent
11371 setlocal nopreviewwindow
11372 setlocal quoteescape=\\
11373 setlocal noreadonly
11374 setlocal norightleft
11375 setlocal rightleftcmd=search
11376 setlocal noscrollbind
11377 setlocal shiftwidth=8
11378 setlocal noshortname
11379 setlocal nosmartindent
11380 setlocal softtabstop=0
11381 setlocal nospell
11382 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
11383 setlocal spellfile=
11384 setlocal spelllang=en
11385 setlocal statusline=
11386 setlocal suffixesadd=
11387 setlocal swapfile
11388 setlocal synmaxcol=3000
11389 if &syntax != 'html'
11390 setlocal syntax=html
11391 endif
11392 setlocal tabstop=2
11393 setlocal tags=
11394 setlocal textwidth=0
11395 setlocal thesaurus=
11396 setlocal nowinfixheight
11397 setlocal nowinfixwidth
11398 setlocal wrap
11399 setlocal wrapmargin=0
11400 silent! normal! zE
11401 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
11402 if s:l < 1 | let s:l = 1 | endif
11403 exe s:l
11404 normal! zt
11405 1
11406 normal! 0
11407 tabedit .news.php
11408 set splitbelow splitright
11409 set nosplitbelow
11410 set nosplitright
11411 wincmd t
11412 set winheight=1 winwidth=1
11413 argglobal
11414 30argu
11415 edit .news.php
11416 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
11417 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
11418 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
11419 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
11420 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
11421 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
11422 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
11423 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
11424 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
11425 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
11426 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
11427 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
11428 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
11429 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
11430 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
11431 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
11432 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
11433 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
11434 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">')
11435 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">')
11436 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
11437 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
11438 nnoremap <buffer> <silent> ; 
11439 nnoremap <buffer> <silent> ;; ;
11440 vnoremap <buffer> <silent> ;; ;
11441 onoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
11442 :nohls
11443 nnoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
11444 :nohls
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 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
11450 inoremap <buffer> <silent> &hA &hArr;
11451 inoremap <buffer> <silent> &dA &dArr;
11452 inoremap <buffer> <silent> &rA &rArr;
11453 inoremap <buffer> <silent> &uA &uArr;
11454 inoremap <buffer> <silent> &lA &lArr;
11455 inoremap <buffer> <silent> &ha &harr;
11456 inoremap <buffer> <silent> &da &darr;
11457 inoremap <buffer> <silent> &ra &rarr;
11458 inoremap <buffer> <silent> &ua &uarr;
11459 inoremap <buffer> <silent> &la &larr;
11460 inoremap <buffer> <silent> &pv &piv;
11461 inoremap <buffer> <silent> &uh &upsih;
11462 inoremap <buffer> <silent> &ts &thetasym;
11463 inoremap <buffer> <silent> &og &omega;
11464 inoremap <buffer> <silent> &ps &psi;
11465 inoremap <buffer> <silent> &ch &chi;
11466 inoremap <buffer> <silent> &ph &phi;
11467 inoremap <buffer> <silent> &up &upsilon;
11468 inoremap <buffer> <silent> &ta &tau;
11469 inoremap <buffer> <silent> &sf &sigmaf;
11470 inoremap <buffer> <silent> &si &sigma;
11471 inoremap <buffer> <silent> &rh &rho;
11472 inoremap <buffer> <silent> &pi &pi;
11473 inoremap <buffer> <silent> &oc &omicron;
11474 inoremap <buffer> <silent> &xi &xi;
11475 inoremap <buffer> <silent> &nu &nu;
11476 inoremap <buffer> <silent> &mu &mu;
11477 inoremap <buffer> <silent> &lm &lambda;
11478 inoremap <buffer> <silent> &ka &kappa;
11479 inoremap <buffer> <silent> &io &iota;
11480 inoremap <buffer> <silent> &th &theta;
11481 inoremap <buffer> <silent> &et &eta;
11482 inoremap <buffer> <silent> &ze &zeta;
11483 inoremap <buffer> <silent> &ep &epsilon;
11484 inoremap <buffer> <silent> &de &delta;
11485 inoremap <buffer> <silent> &ga &gamma;
11486 inoremap <buffer> <silent> &be &beta;
11487 inoremap <buffer> <silent> &al &alpha;
11488 inoremap <buffer> <silent> &Ps &Psi;
11489 inoremap <buffer> <silent> &Ch &Chi;
11490 inoremap <buffer> <silent> &Ph &Phi;
11491 inoremap <buffer> <silent> &Up &Upsilon;
11492 inoremap <buffer> <silent> &Ta &Tau;
11493 inoremap <buffer> <silent> &Si &Sigma;
11494 inoremap <buffer> <silent> &Rh &Rho;
11495 inoremap <buffer> <silent> &Pi &Pi;
11496 inoremap <buffer> <silent> &Oc &Omicron;
11497 inoremap <buffer> <silent> &Xi &Xi;
11498 inoremap <buffer> <silent> &Nu &Nu;
11499 inoremap <buffer> <silent> &Mu &Mu;
11500 inoremap <buffer> <silent> &Lm &Lambda;
11501 inoremap <buffer> <silent> &Ka &Kappa;
11502 inoremap <buffer> <silent> &Io &Iota;
11503 inoremap <buffer> <silent> &Th &Theta;
11504 inoremap <buffer> <silent> &Et &Eta;
11505 inoremap <buffer> <silent> &Ze &Zeta;
11506 inoremap <buffer> <silent> &Ep &Epsilon;
11507 inoremap <buffer> <silent> &De &Delta;
11508 inoremap <buffer> <silent> &Ga &Gamma;
11509 inoremap <buffer> <silent> &Be &Beta;
11510 inoremap <buffer> <silent> &Al &Alpha;
11511 inoremap <buffer> <silent> &3. &hellip;
11512 inoremap <buffer> <silent> &-- &mdash;
11513 inoremap <buffer> <silent> &3- &mdash;
11514 inoremap <buffer> <silent> &m- &mdash;
11515 inoremap <buffer> <silent> &2- &ndash;
11516 inoremap <buffer> <silent> &n- &ndash;
11517 inoremap <buffer> <silent> &34 &frac34;
11518 inoremap <buffer> <silent> &12 &frac12;
11519 inoremap <buffer> <silent> &14 &frac14;
11520 inoremap <buffer> <silent> &. &middot;
11521 inoremap <buffer> <silent> &pa &para;
11522 inoremap <buffer> <silent> &mi &micro;
11523 inoremap <buffer> <silent> &dg &deg;
11524 inoremap <buffer> <silent> &? &iquest;
11525 inoremap <buffer> <silent> &! &iexcl;
11526 inoremap <buffer> <silent> &sz &szlig;
11527 inoremap <buffer> <silent> &o/ &oslash;
11528 inoremap <buffer> <silent> &/ &divide;
11529 inoremap <buffer> <silent> &" &uml;
11530 inoremap <buffer> <silent> &2> &raquo;
11531 inoremap <buffer> <silent> &2< &laquo;
11532 inoremap <buffer> <silent> &y" &yuml;
11533 inoremap <buffer> <silent> &y' &yacute;
11534 inoremap <buffer> <silent> &u" &uuml;
11535 inoremap <buffer> <silent> &u^ &ucirc;
11536 inoremap <buffer> <silent> &u' &uacute;
11537 inoremap <buffer> <silent> &u` &ugrave;
11538 inoremap <buffer> <silent> &x &times;
11539 inoremap <buffer> <silent> &o" &ouml;
11540 inoremap <buffer> <silent> &o~ &otilde;
11541 inoremap <buffer> <silent> &o^ &ocirc;
11542 inoremap <buffer> <silent> &o' &oacute;
11543 inoremap <buffer> <silent> &o` &ograve;
11544 inoremap <buffer> <silent> &n~ &ntilde;
11545 inoremap <buffer> <silent> &i" &iuml;
11546 inoremap <buffer> <silent> &i^ &icirc;
11547 inoremap <buffer> <silent> &i' &iacute;
11548 inoremap <buffer> <silent> &i` &igrave;
11549 inoremap <buffer> <silent> &e" &euml;
11550 inoremap <buffer> <silent> &e^ &ecirc;
11551 inoremap <buffer> <silent> &e' &eacute;
11552 inoremap <buffer> <silent> &e` &egrave;
11553 inoremap <buffer> <silent> &c, &ccedil;
11554 inoremap <buffer> <silent> &ae &aelig;
11555 inoremap <buffer> <silent> &ao &aring;
11556 inoremap <buffer> <silent> &a" &auml;
11557 inoremap <buffer> <silent> &a~ &atilde;
11558 inoremap <buffer> <silent> &a^ &acirc;
11559 inoremap <buffer> <silent> &a' &aacute;
11560 inoremap <buffer> <silent> &a` &agrave;
11561 inoremap <buffer> <silent> &Y' &Yacute;
11562 inoremap <buffer> <silent> &U" &Uuml;
11563 inoremap <buffer> <silent> &U^ &Ucirc;
11564 inoremap <buffer> <silent> &U' &Uacute;
11565 inoremap <buffer> <silent> &U` &Ugrave;
11566 inoremap <buffer> <silent> &O/ &Oslash;
11567 inoremap <buffer> <silent> &O" &Ouml;
11568 inoremap <buffer> <silent> &O~ &Otilde;
11569 inoremap <buffer> <silent> &O^ &Ocirc;
11570 inoremap <buffer> <silent> &O' &Oacute;
11571 inoremap <buffer> <silent> &O` &Ograve;
11572 inoremap <buffer> <silent> &N~ &Ntilde;
11573 inoremap <buffer> <silent> &I" &Iuml;
11574 inoremap <buffer> <silent> &I^ &Icirc;
11575 inoremap <buffer> <silent> &I' &Iacute;
11576 inoremap <buffer> <silent> &I` &Igrave;
11577 inoremap <buffer> <silent> &E" &Euml;
11578 inoremap <buffer> <silent> &E^ &Ecirc;
11579 inoremap <buffer> <silent> &E' &Eacute;
11580 inoremap <buffer> <silent> &E` &Egrave;
11581 inoremap <buffer> <silent> &C, &Ccedil;
11582 inoremap <buffer> <silent> &AE &AElig;
11583 inoremap <buffer> <silent> &Ao &Aring;
11584 inoremap <buffer> <silent> &A" &Auml;
11585 inoremap <buffer> <silent> &A~ &Atilde;
11586 inoremap <buffer> <silent> &A^ &Acirc;
11587 inoremap <buffer> <silent> &A' &Aacute;
11588 inoremap <buffer> <silent> &A` &Agrave;
11589 inoremap <buffer> <silent> &c| &cent;
11590 inoremap <buffer> <silent> &Y= &yen;
11591 inoremap <buffer> <silent> &# &pound;
11592 inoremap <buffer> <silent> & &nbsp;
11593 inoremap <buffer> <silent> &> &gt;
11594 inoremap <buffer> <silent> &< &lt;
11595 inoremap <buffer> <silent> &' &quot;
11596 inoremap <buffer> <silent> &tm &trade;
11597 inoremap <buffer> <silent> &rO &reg;
11598 inoremap <buffer> <silent> &cO &copy;
11599 inoremap <buffer> <silent> && &amp;
11600 inoremap <buffer> <silent> ; &nbsp;
11601 inoremap <buffer> <silent> ;la <label for=""></label>F"
11602 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
11603 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
11604 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
11605 </textarea>k$5F"i
11606 inoremap <buffer> <silent> ;og <optgroup label="">
11607 </optgroup>k$F"i
11608 inoremap <buffer> <silent> ;op <option></option>F<
11609 inoremap <buffer> <silent> ;ms <select name="" multiple>
11610 </select>O
11611 inoremap <buffer> <silent> ;se <select name="">
11612 </select>O
11613 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
11614 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
11615 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
11616 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
11617 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
11618 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
11619 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
11620 inoremap <buffer> <silent> ;fm <form action="">
11621 </form>k$F"i
11622 inoremap <buffer> <silent> ;if <iframe src="">
11623 </iframe>k$F"i
11624 inoremap <buffer> <silent> ;nf <noframes>
11625 </noframes>O
11626 inoremap <buffer> <silent> ;fr <frame src="">F"
11627 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
11628 </frameset>k$3F"i
11629 inoremap <buffer> <silent> ;th <th></th>F<
11630 inoremap <buffer> <silent> ;td <td>
11631 </td>O
11632 inoremap <buffer> <silent> ;tr <tr>
11633 </tr>O
11634 inoremap <buffer> <silent> ;tf <tfoot>
11635 </tfoot>O
11636 inoremap <buffer> <silent> ;tb <tbody>
11637 </tbody>O
11638 inoremap <buffer> <silent> ;tH <thead>
11639 </thead>O
11640 inoremap <buffer> <silent> ;ta <table>
11641 </table>O
11642 inoremap <buffer> <silent> ;ca <caption></caption>F<
11643 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
11644 </object>k$5F"i
11645 inoremap <buffer> <silent> ;ns <noscript>
11646 </noscripT>O
11647 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
11648 <noembed></noembed>k$5F"i
11649 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
11650 inoremap <buffer> <silent> ;va <var></var>F<
11651 inoremap <buffer> <silent> ;ul <ul>
11652 </ul>O
11653 inoremap <buffer> <silent> ;tt <tt></tt>F<
11654 inoremap <buffer> <silent> ;ti <title></title>F<
11655 inoremap <buffer> <silent> ;sp <sup></sup>F<
11656 inoremap <buffer> <silent> ;sb <sub></sub>F<
11657 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
11658 inoremap <buffer> <silent> ;cs <style type="text/css">
11659 <!--
11660 -->
11661 </style>kO
11662 inoremap <buffer> <silent> ;sm <small></small>F<
11663 inoremap <buffer> <silent> ;sa <samp></samp>F<
11664 inoremap <buffer> <silent> ;sk <strike></strike>F<
11665 inoremap <buffer> <silent> ;qu <q></q>F<
11666 inoremap <buffer> <silent> ;pr <pre>
11667 </pre>O
11668 inoremap <buffer> <silent> ;/p </p>
11669 
11670 <p>
11671 inoremap <buffer> <silent> ;pp <p>
11672 </p>O
11673 inoremap <buffer> <silent> ;ol <ol>
11674 </ol>O
11675 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
11676 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
11677 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
11678 inoremap <buffer> <silent> ;lk <link href="">F"
11679 inoremap <buffer> <silent> ;li <li></li>F<
11680 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
11681 inoremap <buffer> <silent> ;ii <isindex>
11682 inoremap <buffer> <silent> ;in <ins></ins>F<
11683 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
11684 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
11685 inoremap <buffer> <silent> ;ht <html>
11686 </html>O
11687 inoremap <buffer> <silent> ;Hr <hr width="75%">
11688 inoremap <buffer> <silent> ;hr <hr>
11689 inoremap <buffer> <silent> ;he <head>
11690 </head>O
11691 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
11692 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
11693 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
11694 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
11695 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
11696 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
11697 inoremap <buffer> <silent> ;h6 <h6></h6>F<
11698 inoremap <buffer> <silent> ;h5 <h5></h5>F<
11699 inoremap <buffer> <silent> ;h4 <h4></h4>F<
11700 inoremap <buffer> <silent> ;h3 <h3></h3>F<
11701 inoremap <buffer> <silent> ;h2 <h2></h2>F<
11702 inoremap <buffer> <silent> ;h1 <h1></h1>F<
11703 inoremap <buffer> <silent> ;fc <font color=""></font>F"
11704 inoremap <buffer> <silent> ;fo <font size=""></font>F"
11705 inoremap <buffer> <silent> ;sn <span></span>F<
11706 inoremap <buffer> <silent> ;dv <div>
11707 </div>O
11708 inoremap <buffer> <silent> ;df <dfn></dfn>F<
11709 inoremap <buffer> <silent> ;de <del></del>F<
11710 inoremap <buffer> <silent> ;dd <dd></dd>F<
11711 inoremap <buffer> <silent> ;dt <dt></dt>F<
11712 inoremap <buffer> <silent> ;dl <dl>
11713 </dl>O
11714 inoremap <buffer> <silent> ;co <code></code>F<
11715 inoremap <buffer> <silent> ;ci <cite></cite>F<
11716 inoremap <buffer> <silent> ;ce <center></center>F<
11717 inoremap <buffer> <silent> ;br <br>
11718 inoremap <buffer> <silent> ;bd <body>
11719 </body>O
11720 inoremap <buffer> <silent> ;bl <blockquote>
11721 </blockquote>O
11722 inoremap <buffer> <silent> ;bi <big></big>F<
11723 inoremap <buffer> <silent> ;bh <base href="">F"
11724 inoremap <buffer> <silent> ;ad <address></address>F<
11725 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
11726 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
11727 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
11728 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
11729 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
11730 inoremap <buffer> <silent> ;an <a name=""></a>F"
11731 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
11732 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
11733 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
11734 inoremap <buffer> <silent> ;ah <a href=""></a>F"
11735 imap <buffer> <silent> ;s4 ;s4
11736 imap <buffer> <silent> ;4 ;4
11737 inoremap <buffer> <silent> ;mi :call MangleImageTag()
11738 inoremap <buffer> <silent> ; 
11739 inoremap <buffer> <silent> ;& &
11740 inoremap <buffer> <silent> ;; ;
11741 setlocal keymap=
11742 setlocal noarabic
11743 setlocal autoindent
11744 setlocal balloonexpr=
11745 setlocal nobinary
11746 setlocal bufhidden=
11747 setlocal buflisted
11748 setlocal buftype=
11749 setlocal nocindent
11750 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11751 setlocal cinoptions=
11752 setlocal cinwords=if,else,while,do,for,switch
11753 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
11754 setlocal commentstring=/*%s*/
11755 setlocal complete=.,w,b,u,t,i
11756 setlocal completefunc=
11757 setlocal nocopyindent
11758 setlocal nocursorcolumn
11759 setlocal nocursorline
11760 setlocal define=
11761 setlocal dictionary=
11762 setlocal nodiff
11763 setlocal equalprg=
11764 setlocal errorformat=
11765 setlocal noexpandtab
11766 if &filetype != 'php'
11767 setlocal filetype=php
11768 endif
11769 setlocal foldcolumn=0
11770 setlocal foldenable
11771 setlocal foldexpr=0
11772 setlocal foldignore=#
11773 setlocal foldlevel=0
11774 setlocal foldmarker={{{,}}}
11775 setlocal foldmethod=manual
11776 setlocal foldminlines=1
11777 setlocal foldnestmax=20
11778 setlocal foldtext=foldtext()
11779 setlocal formatexpr=
11780 setlocal formatoptions=tcq
11781 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11782 setlocal grepprg=
11783 setlocal iminsert=2
11784 setlocal imsearch=2
11785 setlocal include=\\(require\\|include\\)\\(_once\\)\\?
11786 setlocal includeexpr=
11787 setlocal indentexpr=
11788 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
11789 setlocal noinfercase
11790 setlocal iskeyword=@,48-57,_,192-255
11791 setlocal keywordprg=
11792 setlocal nolinebreak
11793 setlocal nolisp
11794 setlocal nolist
11795 setlocal makeprg=
11796 setlocal matchpairs=(:),{:},[:],<:>
11797 setlocal nomodeline
11798 setlocal modifiable
11799 setlocal nrformats=octal,hex
11800 setlocal nonumber
11801 setlocal numberwidth=4
11802 setlocal omnifunc=phpcomplete#CompletePHP
11803 setlocal path=
11804 setlocal nopreserveindent
11805 setlocal nopreviewwindow
11806 setlocal quoteescape=\\
11807 setlocal noreadonly
11808 setlocal norightleft
11809 setlocal rightleftcmd=search
11810 setlocal noscrollbind
11811 setlocal shiftwidth=8
11812 setlocal noshortname
11813 setlocal nosmartindent
11814 setlocal softtabstop=0
11815 setlocal nospell
11816 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
11817 setlocal spellfile=
11818 setlocal spelllang=en
11819 setlocal statusline=
11820 setlocal suffixesadd=
11821 setlocal swapfile
11822 setlocal synmaxcol=3000
11823 if &syntax != 'php'
11824 setlocal syntax=php
11825 endif
11826 setlocal tabstop=2
11827 setlocal tags=
11828 setlocal textwidth=0
11829 setlocal thesaurus=
11830 setlocal nowinfixheight
11831 setlocal nowinfixwidth
11832 setlocal wrap
11833 setlocal wrapmargin=0
11834 silent! normal! zE
11835 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
11836 if s:l < 1 | let s:l = 1 | endif
11837 exe s:l
11838 normal! zt
11839 1
11840 normal! 01l
11841 tabedit .template.html
11842 set splitbelow splitright
11843 set nosplitbelow
11844 set nosplitright
11845 wincmd t
11846 set winheight=1 winwidth=1
11847 argglobal
11848 31argu
11849 edit .template.html
11850 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
11851 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
11852 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
11853 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
11854 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
11855 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
11856 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
11857 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
11858 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
11859 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
11860 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
11861 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
11862 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
11863 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
11864 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
11865 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
11866 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
11867 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
11868 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">')
11869 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">')
11870 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
11871 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
11872 nnoremap <buffer> <silent> ; 
11873 nnoremap <buffer> <silent> ;; ;
11874 vnoremap <buffer> <silent> ;; ;
11875 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
11876 inoremap <buffer> <silent> &hA &hArr;
11877 inoremap <buffer> <silent> &dA &dArr;
11878 inoremap <buffer> <silent> &rA &rArr;
11879 inoremap <buffer> <silent> &uA &uArr;
11880 inoremap <buffer> <silent> &lA &lArr;
11881 inoremap <buffer> <silent> &ha &harr;
11882 inoremap <buffer> <silent> &da &darr;
11883 inoremap <buffer> <silent> &ra &rarr;
11884 inoremap <buffer> <silent> &ua &uarr;
11885 inoremap <buffer> <silent> &la &larr;
11886 inoremap <buffer> <silent> &pv &piv;
11887 inoremap <buffer> <silent> &uh &upsih;
11888 inoremap <buffer> <silent> &ts &thetasym;
11889 inoremap <buffer> <silent> &og &omega;
11890 inoremap <buffer> <silent> &ps &psi;
11891 inoremap <buffer> <silent> &ch &chi;
11892 inoremap <buffer> <silent> &ph &phi;
11893 inoremap <buffer> <silent> &up &upsilon;
11894 inoremap <buffer> <silent> &ta &tau;
11895 inoremap <buffer> <silent> &sf &sigmaf;
11896 inoremap <buffer> <silent> &si &sigma;
11897 inoremap <buffer> <silent> &rh &rho;
11898 inoremap <buffer> <silent> &pi &pi;
11899 inoremap <buffer> <silent> &oc &omicron;
11900 inoremap <buffer> <silent> &xi &xi;
11901 inoremap <buffer> <silent> &nu &nu;
11902 inoremap <buffer> <silent> &mu &mu;
11903 inoremap <buffer> <silent> &lm &lambda;
11904 inoremap <buffer> <silent> &ka &kappa;
11905 inoremap <buffer> <silent> &io &iota;
11906 inoremap <buffer> <silent> &th &theta;
11907 inoremap <buffer> <silent> &et &eta;
11908 inoremap <buffer> <silent> &ze &zeta;
11909 inoremap <buffer> <silent> &ep &epsilon;
11910 inoremap <buffer> <silent> &de &delta;
11911 inoremap <buffer> <silent> &ga &gamma;
11912 inoremap <buffer> <silent> &be &beta;
11913 inoremap <buffer> <silent> &al &alpha;
11914 inoremap <buffer> <silent> &Ps &Psi;
11915 inoremap <buffer> <silent> &Ch &Chi;
11916 inoremap <buffer> <silent> &Ph &Phi;
11917 inoremap <buffer> <silent> &Up &Upsilon;
11918 inoremap <buffer> <silent> &Ta &Tau;
11919 inoremap <buffer> <silent> &Si &Sigma;
11920 inoremap <buffer> <silent> &Rh &Rho;
11921 inoremap <buffer> <silent> &Pi &Pi;
11922 inoremap <buffer> <silent> &Oc &Omicron;
11923 inoremap <buffer> <silent> &Xi &Xi;
11924 inoremap <buffer> <silent> &Nu &Nu;
11925 inoremap <buffer> <silent> &Mu &Mu;
11926 inoremap <buffer> <silent> &Lm &Lambda;
11927 inoremap <buffer> <silent> &Ka &Kappa;
11928 inoremap <buffer> <silent> &Io &Iota;
11929 inoremap <buffer> <silent> &Th &Theta;
11930 inoremap <buffer> <silent> &Et &Eta;
11931 inoremap <buffer> <silent> &Ze &Zeta;
11932 inoremap <buffer> <silent> &Ep &Epsilon;
11933 inoremap <buffer> <silent> &De &Delta;
11934 inoremap <buffer> <silent> &Ga &Gamma;
11935 inoremap <buffer> <silent> &Be &Beta;
11936 inoremap <buffer> <silent> &Al &Alpha;
11937 inoremap <buffer> <silent> &3. &hellip;
11938 inoremap <buffer> <silent> &-- &mdash;
11939 inoremap <buffer> <silent> &3- &mdash;
11940 inoremap <buffer> <silent> &m- &mdash;
11941 inoremap <buffer> <silent> &2- &ndash;
11942 inoremap <buffer> <silent> &n- &ndash;
11943 inoremap <buffer> <silent> &34 &frac34;
11944 inoremap <buffer> <silent> &12 &frac12;
11945 inoremap <buffer> <silent> &14 &frac14;
11946 inoremap <buffer> <silent> &. &middot;
11947 inoremap <buffer> <silent> &pa &para;
11948 inoremap <buffer> <silent> &mi &micro;
11949 inoremap <buffer> <silent> &dg &deg;
11950 inoremap <buffer> <silent> &? &iquest;
11951 inoremap <buffer> <silent> &! &iexcl;
11952 inoremap <buffer> <silent> &sz &szlig;
11953 inoremap <buffer> <silent> &o/ &oslash;
11954 inoremap <buffer> <silent> &/ &divide;
11955 inoremap <buffer> <silent> &" &uml;
11956 inoremap <buffer> <silent> &2> &raquo;
11957 inoremap <buffer> <silent> &2< &laquo;
11958 inoremap <buffer> <silent> &y" &yuml;
11959 inoremap <buffer> <silent> &y' &yacute;
11960 inoremap <buffer> <silent> &u" &uuml;
11961 inoremap <buffer> <silent> &u^ &ucirc;
11962 inoremap <buffer> <silent> &u' &uacute;
11963 inoremap <buffer> <silent> &u` &ugrave;
11964 inoremap <buffer> <silent> &x &times;
11965 inoremap <buffer> <silent> &o" &ouml;
11966 inoremap <buffer> <silent> &o~ &otilde;
11967 inoremap <buffer> <silent> &o^ &ocirc;
11968 inoremap <buffer> <silent> &o' &oacute;
11969 inoremap <buffer> <silent> &o` &ograve;
11970 inoremap <buffer> <silent> &n~ &ntilde;
11971 inoremap <buffer> <silent> &i" &iuml;
11972 inoremap <buffer> <silent> &i^ &icirc;
11973 inoremap <buffer> <silent> &i' &iacute;
11974 inoremap <buffer> <silent> &i` &igrave;
11975 inoremap <buffer> <silent> &e" &euml;
11976 inoremap <buffer> <silent> &e^ &ecirc;
11977 inoremap <buffer> <silent> &e' &eacute;
11978 inoremap <buffer> <silent> &e` &egrave;
11979 inoremap <buffer> <silent> &c, &ccedil;
11980 inoremap <buffer> <silent> &ae &aelig;
11981 inoremap <buffer> <silent> &ao &aring;
11982 inoremap <buffer> <silent> &a" &auml;
11983 inoremap <buffer> <silent> &a~ &atilde;
11984 inoremap <buffer> <silent> &a^ &acirc;
11985 inoremap <buffer> <silent> &a' &aacute;
11986 inoremap <buffer> <silent> &a` &agrave;
11987 inoremap <buffer> <silent> &Y' &Yacute;
11988 inoremap <buffer> <silent> &U" &Uuml;
11989 inoremap <buffer> <silent> &U^ &Ucirc;
11990 inoremap <buffer> <silent> &U' &Uacute;
11991 inoremap <buffer> <silent> &U` &Ugrave;
11992 inoremap <buffer> <silent> &O/ &Oslash;
11993 inoremap <buffer> <silent> &O" &Ouml;
11994 inoremap <buffer> <silent> &O~ &Otilde;
11995 inoremap <buffer> <silent> &O^ &Ocirc;
11996 inoremap <buffer> <silent> &O' &Oacute;
11997 inoremap <buffer> <silent> &O` &Ograve;
11998 inoremap <buffer> <silent> &N~ &Ntilde;
11999 inoremap <buffer> <silent> &I" &Iuml;
12000 inoremap <buffer> <silent> &I^ &Icirc;
12001 inoremap <buffer> <silent> &I' &Iacute;
12002 inoremap <buffer> <silent> &I` &Igrave;
12003 inoremap <buffer> <silent> &E" &Euml;
12004 inoremap <buffer> <silent> &E^ &Ecirc;
12005 inoremap <buffer> <silent> &E' &Eacute;
12006 inoremap <buffer> <silent> &E` &Egrave;
12007 inoremap <buffer> <silent> &C, &Ccedil;
12008 inoremap <buffer> <silent> &AE &AElig;
12009 inoremap <buffer> <silent> &Ao &Aring;
12010 inoremap <buffer> <silent> &A" &Auml;
12011 inoremap <buffer> <silent> &A~ &Atilde;
12012 inoremap <buffer> <silent> &A^ &Acirc;
12013 inoremap <buffer> <silent> &A' &Aacute;
12014 inoremap <buffer> <silent> &A` &Agrave;
12015 inoremap <buffer> <silent> &c| &cent;
12016 inoremap <buffer> <silent> &Y= &yen;
12017 inoremap <buffer> <silent> &# &pound;
12018 inoremap <buffer> <silent> & &nbsp;
12019 inoremap <buffer> <silent> &> &gt;
12020 inoremap <buffer> <silent> &< &lt;
12021 inoremap <buffer> <silent> &' &quot;
12022 inoremap <buffer> <silent> &tm &trade;
12023 inoremap <buffer> <silent> &rO &reg;
12024 inoremap <buffer> <silent> &cO &copy;
12025 inoremap <buffer> <silent> && &amp;
12026 inoremap <buffer> <silent> ; &nbsp;
12027 inoremap <buffer> <silent> ;la <label for=""></label>F"
12028 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
12029 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
12030 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
12031 </textarea>k$5F"i
12032 inoremap <buffer> <silent> ;og <optgroup label="">
12033 </optgroup>k$F"i
12034 inoremap <buffer> <silent> ;op <option></option>F<
12035 inoremap <buffer> <silent> ;ms <select name="" multiple>
12036 </select>O
12037 inoremap <buffer> <silent> ;se <select name="">
12038 </select>O
12039 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
12040 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
12041 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
12042 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
12043 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
12044 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
12045 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
12046 inoremap <buffer> <silent> ;fm <form action="">
12047 </form>k$F"i
12048 inoremap <buffer> <silent> ;if <iframe src="">
12049 </iframe>k$F"i
12050 inoremap <buffer> <silent> ;nf <noframes>
12051 </noframes>O
12052 inoremap <buffer> <silent> ;fr <frame src="">F"
12053 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
12054 </frameset>k$3F"i
12055 inoremap <buffer> <silent> ;th <th></th>F<
12056 inoremap <buffer> <silent> ;td <td>
12057 </td>O
12058 inoremap <buffer> <silent> ;tr <tr>
12059 </tr>O
12060 inoremap <buffer> <silent> ;tf <tfoot>
12061 </tfoot>O
12062 inoremap <buffer> <silent> ;tb <tbody>
12063 </tbody>O
12064 inoremap <buffer> <silent> ;tH <thead>
12065 </thead>O
12066 inoremap <buffer> <silent> ;ta <table>
12067 </table>O
12068 inoremap <buffer> <silent> ;ca <caption></caption>F<
12069 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
12070 </object>k$5F"i
12071 inoremap <buffer> <silent> ;ns <noscript>
12072 </noscripT>O
12073 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
12074 <noembed></noembed>k$5F"i
12075 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
12076 inoremap <buffer> <silent> ;va <var></var>F<
12077 inoremap <buffer> <silent> ;ul <ul>
12078 </ul>O
12079 inoremap <buffer> <silent> ;tt <tt></tt>F<
12080 inoremap <buffer> <silent> ;ti <title></title>F<
12081 inoremap <buffer> <silent> ;sp <sup></sup>F<
12082 inoremap <buffer> <silent> ;sb <sub></sub>F<
12083 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
12084 inoremap <buffer> <silent> ;cs <style type="text/css">
12085 <!--
12086 -->
12087 </style>kO
12088 inoremap <buffer> <silent> ;sm <small></small>F<
12089 inoremap <buffer> <silent> ;sa <samp></samp>F<
12090 inoremap <buffer> <silent> ;sk <strike></strike>F<
12091 inoremap <buffer> <silent> ;qu <q></q>F<
12092 inoremap <buffer> <silent> ;pr <pre>
12093 </pre>O
12094 inoremap <buffer> <silent> ;/p </p>
12095 
12096 <p>
12097 inoremap <buffer> <silent> ;pp <p>
12098 </p>O
12099 inoremap <buffer> <silent> ;ol <ol>
12100 </ol>O
12101 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
12102 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
12103 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
12104 inoremap <buffer> <silent> ;lk <link href="">F"
12105 inoremap <buffer> <silent> ;li <li></li>F<
12106 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
12107 inoremap <buffer> <silent> ;ii <isindex>
12108 inoremap <buffer> <silent> ;in <ins></ins>F<
12109 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
12110 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
12111 inoremap <buffer> <silent> ;ht <html>
12112 </html>O
12113 inoremap <buffer> <silent> ;Hr <hr width="75%">
12114 inoremap <buffer> <silent> ;hr <hr>
12115 inoremap <buffer> <silent> ;he <head>
12116 </head>O
12117 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
12118 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
12119 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
12120 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
12121 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
12122 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
12123 inoremap <buffer> <silent> ;h6 <h6></h6>F<
12124 inoremap <buffer> <silent> ;h5 <h5></h5>F<
12125 inoremap <buffer> <silent> ;h4 <h4></h4>F<
12126 inoremap <buffer> <silent> ;h3 <h3></h3>F<
12127 inoremap <buffer> <silent> ;h2 <h2></h2>F<
12128 inoremap <buffer> <silent> ;h1 <h1></h1>F<
12129 inoremap <buffer> <silent> ;fc <font color=""></font>F"
12130 inoremap <buffer> <silent> ;fo <font size=""></font>F"
12131 inoremap <buffer> <silent> ;sn <span></span>F<
12132 inoremap <buffer> <silent> ;dv <div>
12133 </div>O
12134 inoremap <buffer> <silent> ;df <dfn></dfn>F<
12135 inoremap <buffer> <silent> ;de <del></del>F<
12136 inoremap <buffer> <silent> ;dd <dd></dd>F<
12137 inoremap <buffer> <silent> ;dt <dt></dt>F<
12138 inoremap <buffer> <silent> ;dl <dl>
12139 </dl>O
12140 inoremap <buffer> <silent> ;co <code></code>F<
12141 inoremap <buffer> <silent> ;ci <cite></cite>F<
12142 inoremap <buffer> <silent> ;ce <center></center>F<
12143 inoremap <buffer> <silent> ;br <br>
12144 inoremap <buffer> <silent> ;bd <body>
12145 </body>O
12146 inoremap <buffer> <silent> ;bl <blockquote>
12147 </blockquote>O
12148 inoremap <buffer> <silent> ;bi <big></big>F<
12149 inoremap <buffer> <silent> ;bh <base href="">F"
12150 inoremap <buffer> <silent> ;ad <address></address>F<
12151 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
12152 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
12153 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
12154 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
12155 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
12156 inoremap <buffer> <silent> ;an <a name=""></a>F"
12157 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
12158 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
12159 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
12160 inoremap <buffer> <silent> ;ah <a href=""></a>F"
12161 imap <buffer> <silent> ;s4 ;s4
12162 imap <buffer> <silent> ;4 ;4
12163 inoremap <buffer> <silent> ;mi :call MangleImageTag()
12164 inoremap <buffer> <silent> ; 
12165 inoremap <buffer> <silent> ;& &
12166 inoremap <buffer> <silent> ;; ;
12167 setlocal keymap=
12168 setlocal noarabic
12169 setlocal autoindent
12170 setlocal balloonexpr=
12171 setlocal nobinary
12172 setlocal bufhidden=
12173 setlocal buflisted
12174 setlocal buftype=
12175 setlocal nocindent
12176 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12177 setlocal cinoptions=
12178 setlocal cinwords=if,else,while,do,for,switch
12179 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
12180 setlocal commentstring=<!--%s-->
12181 setlocal complete=.,w,b,u,t,i
12182 setlocal completefunc=
12183 setlocal nocopyindent
12184 setlocal nocursorcolumn
12185 setlocal nocursorline
12186 setlocal define=
12187 setlocal dictionary=
12188 setlocal nodiff
12189 setlocal equalprg=
12190 setlocal errorformat=
12191 setlocal noexpandtab
12192 if &filetype != 'html'
12193 setlocal filetype=html
12194 endif
12195 setlocal foldcolumn=0
12196 setlocal foldenable
12197 setlocal foldexpr=0
12198 setlocal foldignore=#
12199 setlocal foldlevel=0
12200 setlocal foldmarker={{{,}}}
12201 setlocal foldmethod=manual
12202 setlocal foldminlines=1
12203 setlocal foldnestmax=20
12204 setlocal foldtext=foldtext()
12205 setlocal formatexpr=
12206 setlocal formatoptions=tcq
12207 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12208 setlocal grepprg=
12209 setlocal iminsert=2
12210 setlocal imsearch=2
12211 setlocal include=
12212 setlocal includeexpr=
12213 setlocal indentexpr=
12214 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12215 setlocal noinfercase
12216 setlocal iskeyword=@,48-57,_,192-255
12217 setlocal keywordprg=
12218 setlocal nolinebreak
12219 setlocal nolisp
12220 setlocal nolist
12221 setlocal makeprg=
12222 setlocal matchpairs=(:),{:},[:],<:>
12223 setlocal nomodeline
12224 setlocal modifiable
12225 setlocal nrformats=octal,hex
12226 setlocal nonumber
12227 setlocal numberwidth=4
12228 setlocal omnifunc=htmlcomplete#CompleteTags
12229 setlocal path=
12230 setlocal nopreserveindent
12231 setlocal nopreviewwindow
12232 setlocal quoteescape=\\
12233 setlocal noreadonly
12234 setlocal norightleft
12235 setlocal rightleftcmd=search
12236 setlocal noscrollbind
12237 setlocal shiftwidth=8
12238 setlocal noshortname
12239 setlocal nosmartindent
12240 setlocal softtabstop=0
12241 setlocal nospell
12242 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
12243 setlocal spellfile=
12244 setlocal spelllang=en
12245 setlocal statusline=
12246 setlocal suffixesadd=
12247 setlocal swapfile
12248 setlocal synmaxcol=3000
12249 if &syntax != 'html'
12250 setlocal syntax=html
12251 endif
12252 setlocal tabstop=2
12253 setlocal tags=
12254 setlocal textwidth=0
12255 setlocal thesaurus=
12256 setlocal nowinfixheight
12257 setlocal nowinfixwidth
12258 setlocal wrap
12259 setlocal wrapmargin=0
12260 silent! normal! zE
12261 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
12262 if s:l < 1 | let s:l = 1 | endif
12263 exe s:l
12264 normal! zt
12265 1
12266 normal! 0
12267 tabedit scripts/2site
12268 set splitbelow splitright
12269 set nosplitbelow
12270 set nosplitright
12271 wincmd t
12272 set winheight=1 winwidth=1
12273 argglobal
12274 32argu
12275 edit scripts/2site
12276 setlocal keymap=
12277 setlocal noarabic
12278 setlocal autoindent
12279 setlocal balloonexpr=
12280 setlocal nobinary
12281 setlocal bufhidden=
12282 setlocal buflisted
12283 setlocal buftype=
12284 setlocal nocindent
12285 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12286 setlocal cinoptions=
12287 setlocal cinwords=if,else,while,do,for,switch
12288 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
12289 setlocal commentstring=#%s
12290 setlocal complete=.,w,b,u,t,i
12291 setlocal completefunc=
12292 setlocal nocopyindent
12293 setlocal nocursorcolumn
12294 setlocal nocursorline
12295 setlocal define=
12296 setlocal dictionary=
12297 setlocal nodiff
12298 setlocal equalprg=
12299 setlocal errorformat=
12300 setlocal noexpandtab
12301 if &filetype != 'sh'
12302 setlocal filetype=sh
12303 endif
12304 setlocal foldcolumn=0
12305 setlocal foldenable
12306 setlocal foldexpr=0
12307 setlocal foldignore=#
12308 setlocal foldlevel=0
12309 setlocal foldmarker={{{,}}}
12310 setlocal foldmethod=manual
12311 setlocal foldminlines=1
12312 setlocal foldnestmax=20
12313 setlocal foldtext=foldtext()
12314 setlocal formatexpr=
12315 setlocal formatoptions=tcq
12316 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12317 setlocal grepprg=
12318 setlocal iminsert=2
12319 setlocal imsearch=2
12320 setlocal include=
12321 setlocal includeexpr=
12322 setlocal indentexpr=
12323 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12324 setlocal noinfercase
12325 setlocal iskeyword=@,48-57,_,192-255
12326 setlocal keywordprg=
12327 setlocal nolinebreak
12328 setlocal nolisp
12329 setlocal nolist
12330 setlocal makeprg=
12331 setlocal matchpairs=(:),{:},[:]
12332 setlocal nomodeline
12333 setlocal modifiable
12334 setlocal nrformats=octal,hex
12335 setlocal nonumber
12336 setlocal numberwidth=4
12337 setlocal omnifunc=
12338 setlocal path=
12339 setlocal nopreserveindent
12340 setlocal nopreviewwindow
12341 setlocal quoteescape=\\
12342 setlocal noreadonly
12343 setlocal norightleft
12344 setlocal rightleftcmd=search
12345 setlocal noscrollbind
12346 setlocal shiftwidth=8
12347 setlocal noshortname
12348 setlocal nosmartindent
12349 setlocal softtabstop=0
12350 setlocal nospell
12351 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
12352 setlocal spellfile=
12353 setlocal spelllang=en
12354 setlocal statusline=
12355 setlocal suffixesadd=
12356 setlocal swapfile
12357 setlocal synmaxcol=3000
12358 if &syntax != 'sh'
12359 setlocal syntax=sh
12360 endif
12361 setlocal tabstop=2
12362 setlocal tags=
12363 setlocal textwidth=0
12364 setlocal thesaurus=
12365 setlocal nowinfixheight
12366 setlocal nowinfixwidth
12367 setlocal wrap
12368 setlocal wrapmargin=0
12369 silent! normal! zE
12370 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
12371 if s:l < 1 | let s:l = 1 | endif
12372 exe s:l
12373 normal! zt
12374 1
12375 normal! 0
12376 tabedit scripts/html2txt
12377 set splitbelow splitright
12378 set nosplitbelow
12379 set nosplitright
12380 wincmd t
12381 set winheight=1 winwidth=1
12382 argglobal
12383 33argu
12384 edit scripts/html2txt
12385 setlocal keymap=
12386 setlocal noarabic
12387 setlocal autoindent
12388 setlocal balloonexpr=
12389 setlocal nobinary
12390 setlocal bufhidden=
12391 setlocal buflisted
12392 setlocal buftype=
12393 setlocal nocindent
12394 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12395 setlocal cinoptions=
12396 setlocal cinwords=if,else,while,do,for,switch
12397 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
12398 setlocal commentstring=#%s
12399 setlocal complete=.,w,b,u,t,i
12400 setlocal completefunc=
12401 setlocal nocopyindent
12402 setlocal nocursorcolumn
12403 setlocal nocursorline
12404 setlocal define=
12405 setlocal dictionary=
12406 setlocal nodiff
12407 setlocal equalprg=
12408 setlocal errorformat=
12409 setlocal noexpandtab
12410 if &filetype != 'sh'
12411 setlocal filetype=sh
12412 endif
12413 setlocal foldcolumn=0
12414 setlocal foldenable
12415 setlocal foldexpr=0
12416 setlocal foldignore=#
12417 setlocal foldlevel=0
12418 setlocal foldmarker={{{,}}}
12419 setlocal foldmethod=manual
12420 setlocal foldminlines=1
12421 setlocal foldnestmax=20
12422 setlocal foldtext=foldtext()
12423 setlocal formatexpr=
12424 setlocal formatoptions=tcq
12425 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12426 setlocal grepprg=
12427 setlocal iminsert=2
12428 setlocal imsearch=2
12429 setlocal include=
12430 setlocal includeexpr=
12431 setlocal indentexpr=
12432 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12433 setlocal noinfercase
12434 setlocal iskeyword=@,48-57,_,192-255
12435 setlocal keywordprg=
12436 setlocal nolinebreak
12437 setlocal nolisp
12438 setlocal nolist
12439 setlocal makeprg=
12440 setlocal matchpairs=(:),{:},[:]
12441 setlocal nomodeline
12442 setlocal modifiable
12443 setlocal nrformats=octal,hex
12444 setlocal nonumber
12445 setlocal numberwidth=4
12446 setlocal omnifunc=
12447 setlocal path=
12448 setlocal nopreserveindent
12449 setlocal nopreviewwindow
12450 setlocal quoteescape=\\
12451 setlocal noreadonly
12452 setlocal norightleft
12453 setlocal rightleftcmd=search
12454 setlocal noscrollbind
12455 setlocal shiftwidth=8
12456 setlocal noshortname
12457 setlocal nosmartindent
12458 setlocal softtabstop=0
12459 setlocal nospell
12460 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
12461 setlocal spellfile=
12462 setlocal spelllang=en
12463 setlocal statusline=
12464 setlocal suffixesadd=
12465 setlocal swapfile
12466 setlocal synmaxcol=3000
12467 if &syntax != 'sh'
12468 setlocal syntax=sh
12469 endif
12470 setlocal tabstop=2
12471 setlocal tags=
12472 setlocal textwidth=0
12473 setlocal thesaurus=
12474 setlocal nowinfixheight
12475 setlocal nowinfixwidth
12476 setlocal wrap
12477 setlocal wrapmargin=0
12478 silent! normal! zE
12479 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
12480 if s:l < 1 | let s:l = 1 | endif
12481 exe s:l
12482 normal! zt
12483 1
12484 normal! 0
12485 tabedit scripts/update-boot-params
12486 set splitbelow splitright
12487 set nosplitbelow
12488 set nosplitright
12489 wincmd t
12490 set winheight=1 winwidth=1
12491 argglobal
12492 edit scripts/update-boot-params
12493 setlocal keymap=
12494 setlocal noarabic
12495 setlocal autoindent
12496 setlocal balloonexpr=
12497 setlocal nobinary
12498 setlocal bufhidden=
12499 setlocal buflisted
12500 setlocal buftype=
12501 setlocal nocindent
12502 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12503 setlocal cinoptions=
12504 setlocal cinwords=if,else,while,do,for,switch
12505 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
12506 setlocal commentstring=#%s
12507 setlocal complete=.,w,b,u,t,i
12508 setlocal completefunc=
12509 setlocal nocopyindent
12510 setlocal nocursorcolumn
12511 setlocal nocursorline
12512 setlocal define=
12513 setlocal dictionary=
12514 setlocal nodiff
12515 setlocal equalprg=
12516 setlocal errorformat=
12517 setlocal noexpandtab
12518 if &filetype != 'sh'
12519 setlocal filetype=sh
12520 endif
12521 setlocal foldcolumn=0
12522 setlocal foldenable
12523 setlocal foldexpr=0
12524 setlocal foldignore=#
12525 setlocal foldlevel=0
12526 setlocal foldmarker={{{,}}}
12527 setlocal foldmethod=manual
12528 setlocal foldminlines=1
12529 setlocal foldnestmax=20
12530 setlocal foldtext=foldtext()
12531 setlocal formatexpr=
12532 setlocal formatoptions=tcq
12533 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12534 setlocal grepprg=
12535 setlocal iminsert=2
12536 setlocal imsearch=2
12537 setlocal include=
12538 setlocal includeexpr=
12539 setlocal indentexpr=
12540 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12541 setlocal noinfercase
12542 setlocal iskeyword=@,48-57,_,192-255
12543 setlocal keywordprg=
12544 setlocal nolinebreak
12545 setlocal nolisp
12546 setlocal nolist
12547 setlocal makeprg=
12548 setlocal matchpairs=(:),{:},[:]
12549 setlocal nomodeline
12550 setlocal modifiable
12551 setlocal nrformats=octal,hex
12552 setlocal nonumber
12553 setlocal numberwidth=4
12554 setlocal omnifunc=
12555 setlocal path=
12556 setlocal nopreserveindent
12557 setlocal nopreviewwindow
12558 setlocal quoteescape=\\
12559 setlocal noreadonly
12560 setlocal norightleft
12561 setlocal rightleftcmd=search
12562 setlocal noscrollbind
12563 setlocal shiftwidth=8
12564 setlocal noshortname
12565 setlocal nosmartindent
12566 setlocal softtabstop=0
12567 setlocal nospell
12568 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
12569 setlocal spellfile=
12570 setlocal spelllang=en
12571 setlocal statusline=
12572 setlocal suffixesadd=
12573 setlocal swapfile
12574 setlocal synmaxcol=3000
12575 if &syntax != 'sh'
12576 setlocal syntax=sh
12577 endif
12578 setlocal tabstop=2
12579 setlocal tags=
12580 setlocal textwidth=0
12581 setlocal thesaurus=
12582 setlocal nowinfixheight
12583 setlocal nowinfixwidth
12584 setlocal wrap
12585 setlocal wrapmargin=0
12586 silent! normal! zE
12587 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
12588 if s:l < 1 | let s:l = 1 | endif
12589 exe s:l
12590 normal! zt
12591 1
12592 normal! 0
12593 tabedit ../chkNamedLinks
12594 set splitbelow splitright
12595 set nosplitbelow
12596 set nosplitright
12597 wincmd t
12598 set winheight=1 winwidth=1
12599 argglobal
12600 34argu
12601 setlocal keymap=
12602 setlocal noarabic
12603 setlocal autoindent
12604 setlocal balloonexpr=
12605 setlocal nobinary
12606 setlocal bufhidden=
12607 setlocal buflisted
12608 setlocal buftype=
12609 setlocal nocindent
12610 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12611 setlocal cinoptions=
12612 setlocal cinwords=if,else,while,do,for,switch
12613 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
12614 setlocal commentstring=#%s
12615 setlocal complete=.,w,b,u,t,i
12616 setlocal completefunc=
12617 setlocal nocopyindent
12618 setlocal nocursorcolumn
12619 setlocal nocursorline
12620 setlocal define=
12621 setlocal dictionary=
12622 setlocal nodiff
12623 setlocal equalprg=
12624 setlocal errorformat=
12625 setlocal noexpandtab
12626 if &filetype != 'sh'
12627 setlocal filetype=sh
12628 endif
12629 setlocal foldcolumn=0
12630 setlocal foldenable
12631 setlocal foldexpr=0
12632 setlocal foldignore=#
12633 setlocal foldlevel=0
12634 setlocal foldmarker={{{,}}}
12635 setlocal foldmethod=manual
12636 setlocal foldminlines=1
12637 setlocal foldnestmax=20
12638 setlocal foldtext=foldtext()
12639 setlocal formatexpr=
12640 setlocal formatoptions=tcq
12641 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12642 setlocal grepprg=
12643 setlocal iminsert=2
12644 setlocal imsearch=2
12645 setlocal include=
12646 setlocal includeexpr=
12647 setlocal indentexpr=
12648 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12649 setlocal noinfercase
12650 setlocal iskeyword=@,48-57,_,192-255
12651 setlocal keywordprg=
12652 setlocal nolinebreak
12653 setlocal nolisp
12654 setlocal nolist
12655 setlocal makeprg=
12656 setlocal matchpairs=(:),{:},[:]
12657 setlocal nomodeline
12658 setlocal modifiable
12659 setlocal nrformats=octal,hex
12660 setlocal nonumber
12661 setlocal numberwidth=4
12662 setlocal omnifunc=
12663 setlocal path=
12664 setlocal nopreserveindent
12665 setlocal nopreviewwindow
12666 setlocal quoteescape=\\
12667 setlocal noreadonly
12668 setlocal norightleft
12669 setlocal rightleftcmd=search
12670 setlocal noscrollbind
12671 setlocal shiftwidth=8
12672 setlocal noshortname
12673 setlocal nosmartindent
12674 setlocal softtabstop=0
12675 setlocal nospell
12676 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
12677 setlocal spellfile=
12678 setlocal spelllang=en
12679 setlocal statusline=
12680 setlocal suffixesadd=
12681 setlocal swapfile
12682 setlocal synmaxcol=3000
12683 if &syntax != 'sh'
12684 setlocal syntax=sh
12685 endif
12686 setlocal tabstop=2
12687 setlocal tags=
12688 setlocal textwidth=0
12689 setlocal thesaurus=
12690 setlocal nowinfixheight
12691 setlocal nowinfixwidth
12692 setlocal wrap
12693 setlocal wrapmargin=0
12694 silent! normal! zE
12695 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
12696 if s:l < 1 | let s:l = 1 | endif
12697 exe s:l
12698 normal! zt
12699 1
12700 normal! 0
12701 tabnext 34
12702 if exists('s:wipebuf')
12703 silent exe 'bwipe ' . s:wipebuf
12704 endif
12705 unlet! s:wipebuf
12706 set winheight=1 winwidth=20 shortmess=filnxtToO
12707 let s:sx = expand("<sfile>:p:r")."x.vim"
12708 if file_readable(s:sx)
12709 exe "source " . fnameescape(s:sx)
12710 endif
12711 let &so = s:so_save | let &siso = s:siso_save
12712 doautoall SessionLoadPost
12713 unlet SessionLoad
12714 " vim: set ft=vim :

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26