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

Contents of /Documentation.vim

Parent Directory Parent Directory | Revision Log Revision Log


Revision 49 - (show annotations)
Thu May 20 15:43:26 2010 UTC (13 years, 11 months ago) by sng
File size: 477241 byte(s)
Adding html2html script in trunk/www/working/scripts
Adding offline documentation html files in trunk/www/2doc

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 +1 .404.html
117 badd +1 .news.php
118 badd +1 .template.html
119 badd +1 scripts/2site
120 badd +2 scripts/html2txt
121 badd +1 scripts/update-boot-params
122 badd +0 scripts/html2html
123 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
124 edit annex-a-devices.html
125 set splitbelow splitright
126 set nosplitbelow
127 set nosplitright
128 wincmd t
129 set winheight=1 winwidth=1
130 argglobal
131 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
132 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
133 nnoremap <buffer> <silent> ;# :ColorSelect
134 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
135 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
136 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
137 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
138 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
139 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
140 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
141 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
142 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
143 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
144 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
145 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
146 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
147 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
148 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
149 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
150 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">')
151 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">')
152 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
153 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
154 nnoremap <buffer> <silent> ; 
155 nnoremap <buffer> <silent> ;; ;
156 vnoremap <buffer> <silent> ;; ;
157 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
158 inoremap <buffer> <silent> &hA &hArr;
159 inoremap <buffer> <silent> &dA &dArr;
160 inoremap <buffer> <silent> &rA &rArr;
161 inoremap <buffer> <silent> &uA &uArr;
162 inoremap <buffer> <silent> &lA &lArr;
163 inoremap <buffer> <silent> &ha &harr;
164 inoremap <buffer> <silent> &da &darr;
165 inoremap <buffer> <silent> &ra &rarr;
166 inoremap <buffer> <silent> &ua &uarr;
167 inoremap <buffer> <silent> &la &larr;
168 inoremap <buffer> <silent> &pv &piv;
169 inoremap <buffer> <silent> &uh &upsih;
170 inoremap <buffer> <silent> &ts &thetasym;
171 inoremap <buffer> <silent> &og &omega;
172 inoremap <buffer> <silent> &ps &psi;
173 inoremap <buffer> <silent> &ch &chi;
174 inoremap <buffer> <silent> &ph &phi;
175 inoremap <buffer> <silent> &up &upsilon;
176 inoremap <buffer> <silent> &ta &tau;
177 inoremap <buffer> <silent> &sf &sigmaf;
178 inoremap <buffer> <silent> &si &sigma;
179 inoremap <buffer> <silent> &rh &rho;
180 inoremap <buffer> <silent> &pi &pi;
181 inoremap <buffer> <silent> &oc &omicron;
182 inoremap <buffer> <silent> &xi &xi;
183 inoremap <buffer> <silent> &nu &nu;
184 inoremap <buffer> <silent> &mu &mu;
185 inoremap <buffer> <silent> &lm &lambda;
186 inoremap <buffer> <silent> &ka &kappa;
187 inoremap <buffer> <silent> &io &iota;
188 inoremap <buffer> <silent> &th &theta;
189 inoremap <buffer> <silent> &et &eta;
190 inoremap <buffer> <silent> &ze &zeta;
191 inoremap <buffer> <silent> &ep &epsilon;
192 inoremap <buffer> <silent> &de &delta;
193 inoremap <buffer> <silent> &ga &gamma;
194 inoremap <buffer> <silent> &be &beta;
195 inoremap <buffer> <silent> &al &alpha;
196 inoremap <buffer> <silent> &Ps &Psi;
197 inoremap <buffer> <silent> &Ch &Chi;
198 inoremap <buffer> <silent> &Ph &Phi;
199 inoremap <buffer> <silent> &Up &Upsilon;
200 inoremap <buffer> <silent> &Ta &Tau;
201 inoremap <buffer> <silent> &Si &Sigma;
202 inoremap <buffer> <silent> &Rh &Rho;
203 inoremap <buffer> <silent> &Pi &Pi;
204 inoremap <buffer> <silent> &Oc &Omicron;
205 inoremap <buffer> <silent> &Xi &Xi;
206 inoremap <buffer> <silent> &Nu &Nu;
207 inoremap <buffer> <silent> &Mu &Mu;
208 inoremap <buffer> <silent> &Lm &Lambda;
209 inoremap <buffer> <silent> &Ka &Kappa;
210 inoremap <buffer> <silent> &Io &Iota;
211 inoremap <buffer> <silent> &Th &Theta;
212 inoremap <buffer> <silent> &Et &Eta;
213 inoremap <buffer> <silent> &Ze &Zeta;
214 inoremap <buffer> <silent> &Ep &Epsilon;
215 inoremap <buffer> <silent> &De &Delta;
216 inoremap <buffer> <silent> &Ga &Gamma;
217 inoremap <buffer> <silent> &Be &Beta;
218 inoremap <buffer> <silent> &Al &Alpha;
219 inoremap <buffer> <silent> &3. &hellip;
220 inoremap <buffer> <silent> &-- &mdash;
221 inoremap <buffer> <silent> &3- &mdash;
222 inoremap <buffer> <silent> &m- &mdash;
223 inoremap <buffer> <silent> &2- &ndash;
224 inoremap <buffer> <silent> &n- &ndash;
225 inoremap <buffer> <silent> &34 &frac34;
226 inoremap <buffer> <silent> &12 &frac12;
227 inoremap <buffer> <silent> &14 &frac14;
228 inoremap <buffer> <silent> &. &middot;
229 inoremap <buffer> <silent> &pa &para;
230 inoremap <buffer> <silent> &mi &micro;
231 inoremap <buffer> <silent> &dg &deg;
232 inoremap <buffer> <silent> &? &iquest;
233 inoremap <buffer> <silent> &! &iexcl;
234 inoremap <buffer> <silent> &sz &szlig;
235 inoremap <buffer> <silent> &o/ &oslash;
236 inoremap <buffer> <silent> &/ &divide;
237 inoremap <buffer> <silent> &" &uml;
238 inoremap <buffer> <silent> &2> &raquo;
239 inoremap <buffer> <silent> &2< &laquo;
240 inoremap <buffer> <silent> &y" &yuml;
241 inoremap <buffer> <silent> &y' &yacute;
242 inoremap <buffer> <silent> &u" &uuml;
243 inoremap <buffer> <silent> &u^ &ucirc;
244 inoremap <buffer> <silent> &u' &uacute;
245 inoremap <buffer> <silent> &u` &ugrave;
246 inoremap <buffer> <silent> &x &times;
247 inoremap <buffer> <silent> &o" &ouml;
248 inoremap <buffer> <silent> &o~ &otilde;
249 inoremap <buffer> <silent> &o^ &ocirc;
250 inoremap <buffer> <silent> &o' &oacute;
251 inoremap <buffer> <silent> &o` &ograve;
252 inoremap <buffer> <silent> &n~ &ntilde;
253 inoremap <buffer> <silent> &i" &iuml;
254 inoremap <buffer> <silent> &i^ &icirc;
255 inoremap <buffer> <silent> &i' &iacute;
256 inoremap <buffer> <silent> &i` &igrave;
257 inoremap <buffer> <silent> &e" &euml;
258 inoremap <buffer> <silent> &e^ &ecirc;
259 inoremap <buffer> <silent> &e' &eacute;
260 inoremap <buffer> <silent> &e` &egrave;
261 inoremap <buffer> <silent> &c, &ccedil;
262 inoremap <buffer> <silent> &ae &aelig;
263 inoremap <buffer> <silent> &ao &aring;
264 inoremap <buffer> <silent> &a" &auml;
265 inoremap <buffer> <silent> &a~ &atilde;
266 inoremap <buffer> <silent> &a^ &acirc;
267 inoremap <buffer> <silent> &a' &aacute;
268 inoremap <buffer> <silent> &a` &agrave;
269 inoremap <buffer> <silent> &Y' &Yacute;
270 inoremap <buffer> <silent> &U" &Uuml;
271 inoremap <buffer> <silent> &U^ &Ucirc;
272 inoremap <buffer> <silent> &U' &Uacute;
273 inoremap <buffer> <silent> &U` &Ugrave;
274 inoremap <buffer> <silent> &O/ &Oslash;
275 inoremap <buffer> <silent> &O" &Ouml;
276 inoremap <buffer> <silent> &O~ &Otilde;
277 inoremap <buffer> <silent> &O^ &Ocirc;
278 inoremap <buffer> <silent> &O' &Oacute;
279 inoremap <buffer> <silent> &O` &Ograve;
280 inoremap <buffer> <silent> &N~ &Ntilde;
281 inoremap <buffer> <silent> &I" &Iuml;
282 inoremap <buffer> <silent> &I^ &Icirc;
283 inoremap <buffer> <silent> &I' &Iacute;
284 inoremap <buffer> <silent> &I` &Igrave;
285 inoremap <buffer> <silent> &E" &Euml;
286 inoremap <buffer> <silent> &E^ &Ecirc;
287 inoremap <buffer> <silent> &E' &Eacute;
288 inoremap <buffer> <silent> &E` &Egrave;
289 inoremap <buffer> <silent> &C, &Ccedil;
290 inoremap <buffer> <silent> &AE &AElig;
291 inoremap <buffer> <silent> &Ao &Aring;
292 inoremap <buffer> <silent> &A" &Auml;
293 inoremap <buffer> <silent> &A~ &Atilde;
294 inoremap <buffer> <silent> &A^ &Acirc;
295 inoremap <buffer> <silent> &A' &Aacute;
296 inoremap <buffer> <silent> &A` &Agrave;
297 inoremap <buffer> <silent> &c| &cent;
298 inoremap <buffer> <silent> &Y= &yen;
299 inoremap <buffer> <silent> &# &pound;
300 inoremap <buffer> <silent> & &nbsp;
301 inoremap <buffer> <silent> &> &gt;
302 inoremap <buffer> <silent> &< &lt;
303 inoremap <buffer> <silent> &' &quot;
304 inoremap <buffer> <silent> &tm &trade;
305 inoremap <buffer> <silent> &rO &reg;
306 inoremap <buffer> <silent> &cO &copy;
307 inoremap <buffer> <silent> && &amp;
308 inoremap <buffer> <silent> ;# :ColorSelect
309 inoremap <buffer> <silent> ; &nbsp;
310 inoremap <buffer> <silent> ;la <label for=""></label>F"
311 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
312 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
313 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
314 </textarea>k$5F"i
315 inoremap <buffer> <silent> ;og <optgroup label="">
316 </optgroup>k$F"i
317 inoremap <buffer> <silent> ;op <option></option>F<
318 inoremap <buffer> <silent> ;ms <select name="" multiple>
319 </select>O
320 inoremap <buffer> <silent> ;se <select name="">
321 </select>O
322 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
323 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
324 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
325 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
326 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
327 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
328 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
329 inoremap <buffer> <silent> ;fm <form action="">
330 </form>k$F"i
331 inoremap <buffer> <silent> ;if <iframe src="">
332 </iframe>k$F"i
333 inoremap <buffer> <silent> ;nf <noframes>
334 </noframes>O
335 inoremap <buffer> <silent> ;fr <frame src="">F"
336 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
337 </frameset>k$3F"i
338 inoremap <buffer> <silent> ;th <th></th>F<
339 inoremap <buffer> <silent> ;td <td>
340 </td>O
341 inoremap <buffer> <silent> ;tr <tr>
342 </tr>O
343 inoremap <buffer> <silent> ;tf <tfoot>
344 </tfoot>O
345 inoremap <buffer> <silent> ;tb <tbody>
346 </tbody>O
347 inoremap <buffer> <silent> ;tH <thead>
348 </thead>O
349 inoremap <buffer> <silent> ;ta <table>
350 </table>O
351 inoremap <buffer> <silent> ;ca <caption></caption>F<
352 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
353 </object>k$5F"i
354 inoremap <buffer> <silent> ;ns <noscript>
355 </noscripT>O
356 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
357 <noembed></noembed>k$5F"i
358 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
359 inoremap <buffer> <silent> ;va <var></var>F<
360 inoremap <buffer> <silent> ;ul <ul>
361 </ul>O
362 inoremap <buffer> <silent> ;tt <tt></tt>F<
363 inoremap <buffer> <silent> ;ti <title></title>F<
364 inoremap <buffer> <silent> ;sp <sup></sup>F<
365 inoremap <buffer> <silent> ;sb <sub></sub>F<
366 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
367 inoremap <buffer> <silent> ;cs <style type="text/css">
368 <!--
369 -->
370 </style>kO
371 inoremap <buffer> <silent> ;sm <small></small>F<
372 inoremap <buffer> <silent> ;sa <samp></samp>F<
373 inoremap <buffer> <silent> ;sk <strike></strike>F<
374 inoremap <buffer> <silent> ;qu <q></q>F<
375 inoremap <buffer> <silent> ;pr <pre>
376 </pre>O
377 inoremap <buffer> <silent> ;/p </p>
378 
379 <p>
380 inoremap <buffer> <silent> ;pp <p>
381 </p>O
382 inoremap <buffer> <silent> ;ol <ol>
383 </ol>O
384 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
385 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
386 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
387 inoremap <buffer> <silent> ;lk <link href="">F"
388 inoremap <buffer> <silent> ;li <li></li>F<
389 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
390 inoremap <buffer> <silent> ;ii <isindex>
391 inoremap <buffer> <silent> ;in <ins></ins>F<
392 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
393 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
394 inoremap <buffer> <silent> ;ht <html>
395 </html>O
396 inoremap <buffer> <silent> ;Hr <hr width="75%">
397 inoremap <buffer> <silent> ;hr <hr>
398 inoremap <buffer> <silent> ;he <head>
399 </head>O
400 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
401 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
402 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
403 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
404 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
405 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
406 inoremap <buffer> <silent> ;h6 <h6></h6>F<
407 inoremap <buffer> <silent> ;h5 <h5></h5>F<
408 inoremap <buffer> <silent> ;h4 <h4></h4>F<
409 inoremap <buffer> <silent> ;h3 <h3></h3>F<
410 inoremap <buffer> <silent> ;h2 <h2></h2>F<
411 inoremap <buffer> <silent> ;h1 <h1></h1>F<
412 inoremap <buffer> <silent> ;fc <font color=""></font>F"
413 inoremap <buffer> <silent> ;fo <font size=""></font>F"
414 inoremap <buffer> <silent> ;sn <span></span>F<
415 inoremap <buffer> <silent> ;dv <div>
416 </div>O
417 inoremap <buffer> <silent> ;df <dfn></dfn>F<
418 inoremap <buffer> <silent> ;de <del></del>F<
419 inoremap <buffer> <silent> ;dd <dd></dd>F<
420 inoremap <buffer> <silent> ;dt <dt></dt>F<
421 inoremap <buffer> <silent> ;dl <dl>
422 </dl>O
423 inoremap <buffer> <silent> ;co <code></code>F<
424 inoremap <buffer> <silent> ;ci <cite></cite>F<
425 inoremap <buffer> <silent> ;ce <center></center>F<
426 inoremap <buffer> <silent> ;br <br>
427 inoremap <buffer> <silent> ;bd <body>
428 </body>O
429 inoremap <buffer> <silent> ;bl <blockquote>
430 </blockquote>O
431 inoremap <buffer> <silent> ;bi <big></big>F<
432 inoremap <buffer> <silent> ;bh <base href="">F"
433 inoremap <buffer> <silent> ;ad <address></address>F<
434 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
435 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
436 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
437 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
438 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
439 inoremap <buffer> <silent> ;an <a name=""></a>F"
440 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
441 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
442 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
443 inoremap <buffer> <silent> ;ah <a href=""></a>F"
444 imap <buffer> <silent> ;s4 ;s4
445 imap <buffer> <silent> ;4 ;4
446 inoremap <buffer> <silent> ;mi :call MangleImageTag()
447 inoremap <buffer> <silent> ; 
448 inoremap <buffer> <silent> ;& &
449 inoremap <buffer> <silent> ;; ;
450 setlocal keymap=
451 setlocal noarabic
452 setlocal autoindent
453 setlocal balloonexpr=
454 setlocal nobinary
455 setlocal bufhidden=
456 setlocal buflisted
457 setlocal buftype=
458 setlocal nocindent
459 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
460 setlocal cinoptions=
461 setlocal cinwords=if,else,while,do,for,switch
462 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
463 setlocal commentstring=<!--%s-->
464 setlocal complete=.,w,b,u,t,i
465 setlocal completefunc=
466 setlocal nocopyindent
467 setlocal nocursorcolumn
468 setlocal nocursorline
469 setlocal define=
470 setlocal dictionary=
471 setlocal nodiff
472 setlocal equalprg=
473 setlocal errorformat=
474 setlocal noexpandtab
475 if &filetype != 'html'
476 setlocal filetype=html
477 endif
478 setlocal foldcolumn=0
479 setlocal foldenable
480 setlocal foldexpr=0
481 setlocal foldignore=#
482 setlocal foldlevel=0
483 setlocal foldmarker={{{,}}}
484 setlocal foldmethod=manual
485 setlocal foldminlines=1
486 setlocal foldnestmax=20
487 setlocal foldtext=foldtext()
488 setlocal formatexpr=
489 setlocal formatoptions=tcq
490 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
491 setlocal grepprg=
492 setlocal iminsert=2
493 setlocal imsearch=2
494 setlocal include=
495 setlocal includeexpr=
496 setlocal indentexpr=
497 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
498 setlocal noinfercase
499 setlocal iskeyword=@,48-57,_,192-255
500 setlocal keywordprg=
501 setlocal nolinebreak
502 setlocal nolisp
503 setlocal nolist
504 setlocal makeprg=
505 setlocal matchpairs=(:),{:},[:],<:>
506 setlocal nomodeline
507 setlocal modifiable
508 setlocal nrformats=octal,hex
509 setlocal nonumber
510 setlocal numberwidth=4
511 setlocal omnifunc=htmlcomplete#CompleteTags
512 setlocal path=
513 setlocal nopreserveindent
514 setlocal nopreviewwindow
515 setlocal quoteescape=\\
516 setlocal noreadonly
517 setlocal norightleft
518 setlocal rightleftcmd=search
519 setlocal noscrollbind
520 setlocal shiftwidth=8
521 setlocal noshortname
522 setlocal nosmartindent
523 setlocal softtabstop=0
524 setlocal nospell
525 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
526 setlocal spellfile=
527 setlocal spelllang=en
528 setlocal statusline=
529 setlocal suffixesadd=
530 setlocal swapfile
531 setlocal synmaxcol=3000
532 if &syntax != 'html'
533 setlocal syntax=html
534 endif
535 setlocal tabstop=2
536 setlocal tags=
537 setlocal textwidth=0
538 setlocal thesaurus=
539 setlocal nowinfixheight
540 setlocal nowinfixwidth
541 setlocal wrap
542 setlocal wrapmargin=0
543 silent! normal! zE
544 let s:l = 1 - ((0 * winheight(0) + 19) / 39)
545 if s:l < 1 | let s:l = 1 | endif
546 exe s:l
547 normal! zt
548 1
549 normal! 0
550 tabedit backup.html
551 set splitbelow splitright
552 set nosplitbelow
553 set nosplitright
554 wincmd t
555 set winheight=1 winwidth=1
556 argglobal
557 2argu
558 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
559 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
560 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
561 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
562 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
563 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
564 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
565 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
566 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
567 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
568 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
569 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
570 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
571 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
572 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
573 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
574 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
575 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
576 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">')
577 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">')
578 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
579 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
580 nnoremap <buffer> <silent> ; 
581 nnoremap <buffer> <silent> ;; ;
582 vnoremap <buffer> <silent> ;; ;
583 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
584 inoremap <buffer> <silent> &hA &hArr;
585 inoremap <buffer> <silent> &dA &dArr;
586 inoremap <buffer> <silent> &rA &rArr;
587 inoremap <buffer> <silent> &uA &uArr;
588 inoremap <buffer> <silent> &lA &lArr;
589 inoremap <buffer> <silent> &ha &harr;
590 inoremap <buffer> <silent> &da &darr;
591 inoremap <buffer> <silent> &ra &rarr;
592 inoremap <buffer> <silent> &ua &uarr;
593 inoremap <buffer> <silent> &la &larr;
594 inoremap <buffer> <silent> &pv &piv;
595 inoremap <buffer> <silent> &uh &upsih;
596 inoremap <buffer> <silent> &ts &thetasym;
597 inoremap <buffer> <silent> &og &omega;
598 inoremap <buffer> <silent> &ps &psi;
599 inoremap <buffer> <silent> &ch &chi;
600 inoremap <buffer> <silent> &ph &phi;
601 inoremap <buffer> <silent> &up &upsilon;
602 inoremap <buffer> <silent> &ta &tau;
603 inoremap <buffer> <silent> &sf &sigmaf;
604 inoremap <buffer> <silent> &si &sigma;
605 inoremap <buffer> <silent> &rh &rho;
606 inoremap <buffer> <silent> &pi &pi;
607 inoremap <buffer> <silent> &oc &omicron;
608 inoremap <buffer> <silent> &xi &xi;
609 inoremap <buffer> <silent> &nu &nu;
610 inoremap <buffer> <silent> &mu &mu;
611 inoremap <buffer> <silent> &lm &lambda;
612 inoremap <buffer> <silent> &ka &kappa;
613 inoremap <buffer> <silent> &io &iota;
614 inoremap <buffer> <silent> &th &theta;
615 inoremap <buffer> <silent> &et &eta;
616 inoremap <buffer> <silent> &ze &zeta;
617 inoremap <buffer> <silent> &ep &epsilon;
618 inoremap <buffer> <silent> &de &delta;
619 inoremap <buffer> <silent> &ga &gamma;
620 inoremap <buffer> <silent> &be &beta;
621 inoremap <buffer> <silent> &al &alpha;
622 inoremap <buffer> <silent> &Ps &Psi;
623 inoremap <buffer> <silent> &Ch &Chi;
624 inoremap <buffer> <silent> &Ph &Phi;
625 inoremap <buffer> <silent> &Up &Upsilon;
626 inoremap <buffer> <silent> &Ta &Tau;
627 inoremap <buffer> <silent> &Si &Sigma;
628 inoremap <buffer> <silent> &Rh &Rho;
629 inoremap <buffer> <silent> &Pi &Pi;
630 inoremap <buffer> <silent> &Oc &Omicron;
631 inoremap <buffer> <silent> &Xi &Xi;
632 inoremap <buffer> <silent> &Nu &Nu;
633 inoremap <buffer> <silent> &Mu &Mu;
634 inoremap <buffer> <silent> &Lm &Lambda;
635 inoremap <buffer> <silent> &Ka &Kappa;
636 inoremap <buffer> <silent> &Io &Iota;
637 inoremap <buffer> <silent> &Th &Theta;
638 inoremap <buffer> <silent> &Et &Eta;
639 inoremap <buffer> <silent> &Ze &Zeta;
640 inoremap <buffer> <silent> &Ep &Epsilon;
641 inoremap <buffer> <silent> &De &Delta;
642 inoremap <buffer> <silent> &Ga &Gamma;
643 inoremap <buffer> <silent> &Be &Beta;
644 inoremap <buffer> <silent> &Al &Alpha;
645 inoremap <buffer> <silent> &3. &hellip;
646 inoremap <buffer> <silent> &-- &mdash;
647 inoremap <buffer> <silent> &3- &mdash;
648 inoremap <buffer> <silent> &m- &mdash;
649 inoremap <buffer> <silent> &2- &ndash;
650 inoremap <buffer> <silent> &n- &ndash;
651 inoremap <buffer> <silent> &34 &frac34;
652 inoremap <buffer> <silent> &12 &frac12;
653 inoremap <buffer> <silent> &14 &frac14;
654 inoremap <buffer> <silent> &. &middot;
655 inoremap <buffer> <silent> &pa &para;
656 inoremap <buffer> <silent> &mi &micro;
657 inoremap <buffer> <silent> &dg &deg;
658 inoremap <buffer> <silent> &? &iquest;
659 inoremap <buffer> <silent> &! &iexcl;
660 inoremap <buffer> <silent> &sz &szlig;
661 inoremap <buffer> <silent> &o/ &oslash;
662 inoremap <buffer> <silent> &/ &divide;
663 inoremap <buffer> <silent> &" &uml;
664 inoremap <buffer> <silent> &2> &raquo;
665 inoremap <buffer> <silent> &2< &laquo;
666 inoremap <buffer> <silent> &y" &yuml;
667 inoremap <buffer> <silent> &y' &yacute;
668 inoremap <buffer> <silent> &u" &uuml;
669 inoremap <buffer> <silent> &u^ &ucirc;
670 inoremap <buffer> <silent> &u' &uacute;
671 inoremap <buffer> <silent> &u` &ugrave;
672 inoremap <buffer> <silent> &x &times;
673 inoremap <buffer> <silent> &o" &ouml;
674 inoremap <buffer> <silent> &o~ &otilde;
675 inoremap <buffer> <silent> &o^ &ocirc;
676 inoremap <buffer> <silent> &o' &oacute;
677 inoremap <buffer> <silent> &o` &ograve;
678 inoremap <buffer> <silent> &n~ &ntilde;
679 inoremap <buffer> <silent> &i" &iuml;
680 inoremap <buffer> <silent> &i^ &icirc;
681 inoremap <buffer> <silent> &i' &iacute;
682 inoremap <buffer> <silent> &i` &igrave;
683 inoremap <buffer> <silent> &e" &euml;
684 inoremap <buffer> <silent> &e^ &ecirc;
685 inoremap <buffer> <silent> &e' &eacute;
686 inoremap <buffer> <silent> &e` &egrave;
687 inoremap <buffer> <silent> &c, &ccedil;
688 inoremap <buffer> <silent> &ae &aelig;
689 inoremap <buffer> <silent> &ao &aring;
690 inoremap <buffer> <silent> &a" &auml;
691 inoremap <buffer> <silent> &a~ &atilde;
692 inoremap <buffer> <silent> &a^ &acirc;
693 inoremap <buffer> <silent> &a' &aacute;
694 inoremap <buffer> <silent> &a` &agrave;
695 inoremap <buffer> <silent> &Y' &Yacute;
696 inoremap <buffer> <silent> &U" &Uuml;
697 inoremap <buffer> <silent> &U^ &Ucirc;
698 inoremap <buffer> <silent> &U' &Uacute;
699 inoremap <buffer> <silent> &U` &Ugrave;
700 inoremap <buffer> <silent> &O/ &Oslash;
701 inoremap <buffer> <silent> &O" &Ouml;
702 inoremap <buffer> <silent> &O~ &Otilde;
703 inoremap <buffer> <silent> &O^ &Ocirc;
704 inoremap <buffer> <silent> &O' &Oacute;
705 inoremap <buffer> <silent> &O` &Ograve;
706 inoremap <buffer> <silent> &N~ &Ntilde;
707 inoremap <buffer> <silent> &I" &Iuml;
708 inoremap <buffer> <silent> &I^ &Icirc;
709 inoremap <buffer> <silent> &I' &Iacute;
710 inoremap <buffer> <silent> &I` &Igrave;
711 inoremap <buffer> <silent> &E" &Euml;
712 inoremap <buffer> <silent> &E^ &Ecirc;
713 inoremap <buffer> <silent> &E' &Eacute;
714 inoremap <buffer> <silent> &E` &Egrave;
715 inoremap <buffer> <silent> &C, &Ccedil;
716 inoremap <buffer> <silent> &AE &AElig;
717 inoremap <buffer> <silent> &Ao &Aring;
718 inoremap <buffer> <silent> &A" &Auml;
719 inoremap <buffer> <silent> &A~ &Atilde;
720 inoremap <buffer> <silent> &A^ &Acirc;
721 inoremap <buffer> <silent> &A' &Aacute;
722 inoremap <buffer> <silent> &A` &Agrave;
723 inoremap <buffer> <silent> &c| &cent;
724 inoremap <buffer> <silent> &Y= &yen;
725 inoremap <buffer> <silent> &# &pound;
726 inoremap <buffer> <silent> & &nbsp;
727 inoremap <buffer> <silent> &> &gt;
728 inoremap <buffer> <silent> &< &lt;
729 inoremap <buffer> <silent> &' &quot;
730 inoremap <buffer> <silent> &tm &trade;
731 inoremap <buffer> <silent> &rO &reg;
732 inoremap <buffer> <silent> &cO &copy;
733 inoremap <buffer> <silent> && &amp;
734 inoremap <buffer> <silent> ; &nbsp;
735 inoremap <buffer> <silent> ;la <label for=""></label>F"
736 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
737 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
738 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
739 </textarea>k$5F"i
740 inoremap <buffer> <silent> ;og <optgroup label="">
741 </optgroup>k$F"i
742 inoremap <buffer> <silent> ;op <option></option>F<
743 inoremap <buffer> <silent> ;ms <select name="" multiple>
744 </select>O
745 inoremap <buffer> <silent> ;se <select name="">
746 </select>O
747 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
748 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
749 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
750 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
751 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
752 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
753 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
754 inoremap <buffer> <silent> ;fm <form action="">
755 </form>k$F"i
756 inoremap <buffer> <silent> ;if <iframe src="">
757 </iframe>k$F"i
758 inoremap <buffer> <silent> ;nf <noframes>
759 </noframes>O
760 inoremap <buffer> <silent> ;fr <frame src="">F"
761 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
762 </frameset>k$3F"i
763 inoremap <buffer> <silent> ;th <th></th>F<
764 inoremap <buffer> <silent> ;td <td>
765 </td>O
766 inoremap <buffer> <silent> ;tr <tr>
767 </tr>O
768 inoremap <buffer> <silent> ;tf <tfoot>
769 </tfoot>O
770 inoremap <buffer> <silent> ;tb <tbody>
771 </tbody>O
772 inoremap <buffer> <silent> ;tH <thead>
773 </thead>O
774 inoremap <buffer> <silent> ;ta <table>
775 </table>O
776 inoremap <buffer> <silent> ;ca <caption></caption>F<
777 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
778 </object>k$5F"i
779 inoremap <buffer> <silent> ;ns <noscript>
780 </noscripT>O
781 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
782 <noembed></noembed>k$5F"i
783 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
784 inoremap <buffer> <silent> ;va <var></var>F<
785 inoremap <buffer> <silent> ;ul <ul>
786 </ul>O
787 inoremap <buffer> <silent> ;tt <tt></tt>F<
788 inoremap <buffer> <silent> ;ti <title></title>F<
789 inoremap <buffer> <silent> ;sp <sup></sup>F<
790 inoremap <buffer> <silent> ;sb <sub></sub>F<
791 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
792 inoremap <buffer> <silent> ;cs <style type="text/css">
793 <!--
794 -->
795 </style>kO
796 inoremap <buffer> <silent> ;sm <small></small>F<
797 inoremap <buffer> <silent> ;sa <samp></samp>F<
798 inoremap <buffer> <silent> ;sk <strike></strike>F<
799 inoremap <buffer> <silent> ;qu <q></q>F<
800 inoremap <buffer> <silent> ;pr <pre>
801 </pre>O
802 inoremap <buffer> <silent> ;/p </p>
803 
804 <p>
805 inoremap <buffer> <silent> ;pp <p>
806 </p>O
807 inoremap <buffer> <silent> ;ol <ol>
808 </ol>O
809 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
810 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
811 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
812 inoremap <buffer> <silent> ;lk <link href="">F"
813 inoremap <buffer> <silent> ;li <li></li>F<
814 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
815 inoremap <buffer> <silent> ;ii <isindex>
816 inoremap <buffer> <silent> ;in <ins></ins>F<
817 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
818 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
819 inoremap <buffer> <silent> ;ht <html>
820 </html>O
821 inoremap <buffer> <silent> ;Hr <hr width="75%">
822 inoremap <buffer> <silent> ;hr <hr>
823 inoremap <buffer> <silent> ;he <head>
824 </head>O
825 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
826 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
827 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
828 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
829 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
830 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
831 inoremap <buffer> <silent> ;h6 <h6></h6>F<
832 inoremap <buffer> <silent> ;h5 <h5></h5>F<
833 inoremap <buffer> <silent> ;h4 <h4></h4>F<
834 inoremap <buffer> <silent> ;h3 <h3></h3>F<
835 inoremap <buffer> <silent> ;h2 <h2></h2>F<
836 inoremap <buffer> <silent> ;h1 <h1></h1>F<
837 inoremap <buffer> <silent> ;fc <font color=""></font>F"
838 inoremap <buffer> <silent> ;fo <font size=""></font>F"
839 inoremap <buffer> <silent> ;sn <span></span>F<
840 inoremap <buffer> <silent> ;dv <div>
841 </div>O
842 inoremap <buffer> <silent> ;df <dfn></dfn>F<
843 inoremap <buffer> <silent> ;de <del></del>F<
844 inoremap <buffer> <silent> ;dd <dd></dd>F<
845 inoremap <buffer> <silent> ;dt <dt></dt>F<
846 inoremap <buffer> <silent> ;dl <dl>
847 </dl>O
848 inoremap <buffer> <silent> ;co <code></code>F<
849 inoremap <buffer> <silent> ;ci <cite></cite>F<
850 inoremap <buffer> <silent> ;ce <center></center>F<
851 inoremap <buffer> <silent> ;br <br>
852 inoremap <buffer> <silent> ;bd <body>
853 </body>O
854 inoremap <buffer> <silent> ;bl <blockquote>
855 </blockquote>O
856 inoremap <buffer> <silent> ;bi <big></big>F<
857 inoremap <buffer> <silent> ;bh <base href="">F"
858 inoremap <buffer> <silent> ;ad <address></address>F<
859 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
860 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
861 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
862 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
863 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
864 inoremap <buffer> <silent> ;an <a name=""></a>F"
865 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
866 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
867 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
868 inoremap <buffer> <silent> ;ah <a href=""></a>F"
869 imap <buffer> <silent> ;s4 ;s4
870 imap <buffer> <silent> ;4 ;4
871 inoremap <buffer> <silent> ;mi :call MangleImageTag()
872 inoremap <buffer> <silent> ; 
873 inoremap <buffer> <silent> ;& &
874 inoremap <buffer> <silent> ;; ;
875 setlocal keymap=
876 setlocal noarabic
877 setlocal autoindent
878 setlocal balloonexpr=
879 setlocal nobinary
880 setlocal bufhidden=
881 setlocal buflisted
882 setlocal buftype=
883 setlocal nocindent
884 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
885 setlocal cinoptions=
886 setlocal cinwords=if,else,while,do,for,switch
887 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
888 setlocal commentstring=<!--%s-->
889 setlocal complete=.,w,b,u,t,i
890 setlocal completefunc=
891 setlocal nocopyindent
892 setlocal nocursorcolumn
893 setlocal nocursorline
894 setlocal define=
895 setlocal dictionary=
896 setlocal nodiff
897 setlocal equalprg=
898 setlocal errorformat=
899 setlocal noexpandtab
900 if &filetype != 'html'
901 setlocal filetype=html
902 endif
903 setlocal foldcolumn=0
904 setlocal foldenable
905 setlocal foldexpr=0
906 setlocal foldignore=#
907 setlocal foldlevel=0
908 setlocal foldmarker={{{,}}}
909 setlocal foldmethod=manual
910 setlocal foldminlines=1
911 setlocal foldnestmax=20
912 setlocal foldtext=foldtext()
913 setlocal formatexpr=
914 setlocal formatoptions=tcq
915 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
916 setlocal grepprg=
917 setlocal iminsert=2
918 setlocal imsearch=2
919 setlocal include=
920 setlocal includeexpr=
921 setlocal indentexpr=
922 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
923 setlocal noinfercase
924 setlocal iskeyword=@,48-57,_,192-255
925 setlocal keywordprg=
926 setlocal nolinebreak
927 setlocal nolisp
928 setlocal nolist
929 setlocal makeprg=
930 setlocal matchpairs=(:),{:},[:],<:>
931 setlocal nomodeline
932 setlocal modifiable
933 setlocal nrformats=octal,hex
934 setlocal nonumber
935 setlocal numberwidth=4
936 setlocal omnifunc=htmlcomplete#CompleteTags
937 setlocal path=
938 setlocal nopreserveindent
939 setlocal nopreviewwindow
940 setlocal quoteescape=\\
941 setlocal noreadonly
942 setlocal norightleft
943 setlocal rightleftcmd=search
944 setlocal noscrollbind
945 setlocal shiftwidth=8
946 setlocal noshortname
947 setlocal nosmartindent
948 setlocal softtabstop=0
949 setlocal nospell
950 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
951 setlocal spellfile=
952 setlocal spelllang=en
953 setlocal statusline=
954 setlocal suffixesadd=
955 setlocal swapfile
956 setlocal synmaxcol=3000
957 if &syntax != 'html'
958 setlocal syntax=html
959 endif
960 setlocal tabstop=2
961 setlocal tags=
962 setlocal textwidth=0
963 setlocal thesaurus=
964 setlocal nowinfixheight
965 setlocal nowinfixwidth
966 setlocal wrap
967 setlocal wrapmargin=0
968 silent! normal! zE
969 let s:l = 1 - ((0 * winheight(0) + 19) / 39)
970 if s:l < 1 | let s:l = 1 | endif
971 exe s:l
972 normal! zt
973 1
974 normal! 0
975 tabedit backup-smb.html
976 set splitbelow splitright
977 set nosplitbelow
978 set nosplitright
979 wincmd t
980 set winheight=1 winwidth=1
981 argglobal
982 3argu
983 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
984 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
985 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
986 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
987 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
988 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
989 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
990 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
991 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
992 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
993 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
994 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
995 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
996 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
997 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
998 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
999 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
1000 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
1001 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">')
1002 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">')
1003 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
1004 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
1005 nnoremap <buffer> <silent> ; 
1006 nnoremap <buffer> <silent> ;; ;
1007 vnoremap <buffer> <silent> ;; ;
1008 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
1009 inoremap <buffer> <silent> &hA &hArr;
1010 inoremap <buffer> <silent> &dA &dArr;
1011 inoremap <buffer> <silent> &rA &rArr;
1012 inoremap <buffer> <silent> &uA &uArr;
1013 inoremap <buffer> <silent> &lA &lArr;
1014 inoremap <buffer> <silent> &ha &harr;
1015 inoremap <buffer> <silent> &da &darr;
1016 inoremap <buffer> <silent> &ra &rarr;
1017 inoremap <buffer> <silent> &ua &uarr;
1018 inoremap <buffer> <silent> &la &larr;
1019 inoremap <buffer> <silent> &pv &piv;
1020 inoremap <buffer> <silent> &uh &upsih;
1021 inoremap <buffer> <silent> &ts &thetasym;
1022 inoremap <buffer> <silent> &og &omega;
1023 inoremap <buffer> <silent> &ps &psi;
1024 inoremap <buffer> <silent> &ch &chi;
1025 inoremap <buffer> <silent> &ph &phi;
1026 inoremap <buffer> <silent> &up &upsilon;
1027 inoremap <buffer> <silent> &ta &tau;
1028 inoremap <buffer> <silent> &sf &sigmaf;
1029 inoremap <buffer> <silent> &si &sigma;
1030 inoremap <buffer> <silent> &rh &rho;
1031 inoremap <buffer> <silent> &pi &pi;
1032 inoremap <buffer> <silent> &oc &omicron;
1033 inoremap <buffer> <silent> &xi &xi;
1034 inoremap <buffer> <silent> &nu &nu;
1035 inoremap <buffer> <silent> &mu &mu;
1036 inoremap <buffer> <silent> &lm &lambda;
1037 inoremap <buffer> <silent> &ka &kappa;
1038 inoremap <buffer> <silent> &io &iota;
1039 inoremap <buffer> <silent> &th &theta;
1040 inoremap <buffer> <silent> &et &eta;
1041 inoremap <buffer> <silent> &ze &zeta;
1042 inoremap <buffer> <silent> &ep &epsilon;
1043 inoremap <buffer> <silent> &de &delta;
1044 inoremap <buffer> <silent> &ga &gamma;
1045 inoremap <buffer> <silent> &be &beta;
1046 inoremap <buffer> <silent> &al &alpha;
1047 inoremap <buffer> <silent> &Ps &Psi;
1048 inoremap <buffer> <silent> &Ch &Chi;
1049 inoremap <buffer> <silent> &Ph &Phi;
1050 inoremap <buffer> <silent> &Up &Upsilon;
1051 inoremap <buffer> <silent> &Ta &Tau;
1052 inoremap <buffer> <silent> &Si &Sigma;
1053 inoremap <buffer> <silent> &Rh &Rho;
1054 inoremap <buffer> <silent> &Pi &Pi;
1055 inoremap <buffer> <silent> &Oc &Omicron;
1056 inoremap <buffer> <silent> &Xi &Xi;
1057 inoremap <buffer> <silent> &Nu &Nu;
1058 inoremap <buffer> <silent> &Mu &Mu;
1059 inoremap <buffer> <silent> &Lm &Lambda;
1060 inoremap <buffer> <silent> &Ka &Kappa;
1061 inoremap <buffer> <silent> &Io &Iota;
1062 inoremap <buffer> <silent> &Th &Theta;
1063 inoremap <buffer> <silent> &Et &Eta;
1064 inoremap <buffer> <silent> &Ze &Zeta;
1065 inoremap <buffer> <silent> &Ep &Epsilon;
1066 inoremap <buffer> <silent> &De &Delta;
1067 inoremap <buffer> <silent> &Ga &Gamma;
1068 inoremap <buffer> <silent> &Be &Beta;
1069 inoremap <buffer> <silent> &Al &Alpha;
1070 inoremap <buffer> <silent> &3. &hellip;
1071 inoremap <buffer> <silent> &-- &mdash;
1072 inoremap <buffer> <silent> &3- &mdash;
1073 inoremap <buffer> <silent> &m- &mdash;
1074 inoremap <buffer> <silent> &2- &ndash;
1075 inoremap <buffer> <silent> &n- &ndash;
1076 inoremap <buffer> <silent> &34 &frac34;
1077 inoremap <buffer> <silent> &12 &frac12;
1078 inoremap <buffer> <silent> &14 &frac14;
1079 inoremap <buffer> <silent> &. &middot;
1080 inoremap <buffer> <silent> &pa &para;
1081 inoremap <buffer> <silent> &mi &micro;
1082 inoremap <buffer> <silent> &dg &deg;
1083 inoremap <buffer> <silent> &? &iquest;
1084 inoremap <buffer> <silent> &! &iexcl;
1085 inoremap <buffer> <silent> &sz &szlig;
1086 inoremap <buffer> <silent> &o/ &oslash;
1087 inoremap <buffer> <silent> &/ &divide;
1088 inoremap <buffer> <silent> &" &uml;
1089 inoremap <buffer> <silent> &2> &raquo;
1090 inoremap <buffer> <silent> &2< &laquo;
1091 inoremap <buffer> <silent> &y" &yuml;
1092 inoremap <buffer> <silent> &y' &yacute;
1093 inoremap <buffer> <silent> &u" &uuml;
1094 inoremap <buffer> <silent> &u^ &ucirc;
1095 inoremap <buffer> <silent> &u' &uacute;
1096 inoremap <buffer> <silent> &u` &ugrave;
1097 inoremap <buffer> <silent> &x &times;
1098 inoremap <buffer> <silent> &o" &ouml;
1099 inoremap <buffer> <silent> &o~ &otilde;
1100 inoremap <buffer> <silent> &o^ &ocirc;
1101 inoremap <buffer> <silent> &o' &oacute;
1102 inoremap <buffer> <silent> &o` &ograve;
1103 inoremap <buffer> <silent> &n~ &ntilde;
1104 inoremap <buffer> <silent> &i" &iuml;
1105 inoremap <buffer> <silent> &i^ &icirc;
1106 inoremap <buffer> <silent> &i' &iacute;
1107 inoremap <buffer> <silent> &i` &igrave;
1108 inoremap <buffer> <silent> &e" &euml;
1109 inoremap <buffer> <silent> &e^ &ecirc;
1110 inoremap <buffer> <silent> &e' &eacute;
1111 inoremap <buffer> <silent> &e` &egrave;
1112 inoremap <buffer> <silent> &c, &ccedil;
1113 inoremap <buffer> <silent> &ae &aelig;
1114 inoremap <buffer> <silent> &ao &aring;
1115 inoremap <buffer> <silent> &a" &auml;
1116 inoremap <buffer> <silent> &a~ &atilde;
1117 inoremap <buffer> <silent> &a^ &acirc;
1118 inoremap <buffer> <silent> &a' &aacute;
1119 inoremap <buffer> <silent> &a` &agrave;
1120 inoremap <buffer> <silent> &Y' &Yacute;
1121 inoremap <buffer> <silent> &U" &Uuml;
1122 inoremap <buffer> <silent> &U^ &Ucirc;
1123 inoremap <buffer> <silent> &U' &Uacute;
1124 inoremap <buffer> <silent> &U` &Ugrave;
1125 inoremap <buffer> <silent> &O/ &Oslash;
1126 inoremap <buffer> <silent> &O" &Ouml;
1127 inoremap <buffer> <silent> &O~ &Otilde;
1128 inoremap <buffer> <silent> &O^ &Ocirc;
1129 inoremap <buffer> <silent> &O' &Oacute;
1130 inoremap <buffer> <silent> &O` &Ograve;
1131 inoremap <buffer> <silent> &N~ &Ntilde;
1132 inoremap <buffer> <silent> &I" &Iuml;
1133 inoremap <buffer> <silent> &I^ &Icirc;
1134 inoremap <buffer> <silent> &I' &Iacute;
1135 inoremap <buffer> <silent> &I` &Igrave;
1136 inoremap <buffer> <silent> &E" &Euml;
1137 inoremap <buffer> <silent> &E^ &Ecirc;
1138 inoremap <buffer> <silent> &E' &Eacute;
1139 inoremap <buffer> <silent> &E` &Egrave;
1140 inoremap <buffer> <silent> &C, &Ccedil;
1141 inoremap <buffer> <silent> &AE &AElig;
1142 inoremap <buffer> <silent> &Ao &Aring;
1143 inoremap <buffer> <silent> &A" &Auml;
1144 inoremap <buffer> <silent> &A~ &Atilde;
1145 inoremap <buffer> <silent> &A^ &Acirc;
1146 inoremap <buffer> <silent> &A' &Aacute;
1147 inoremap <buffer> <silent> &A` &Agrave;
1148 inoremap <buffer> <silent> &c| &cent;
1149 inoremap <buffer> <silent> &Y= &yen;
1150 inoremap <buffer> <silent> &# &pound;
1151 inoremap <buffer> <silent> & &nbsp;
1152 inoremap <buffer> <silent> &> &gt;
1153 inoremap <buffer> <silent> &< &lt;
1154 inoremap <buffer> <silent> &' &quot;
1155 inoremap <buffer> <silent> &tm &trade;
1156 inoremap <buffer> <silent> &rO &reg;
1157 inoremap <buffer> <silent> &cO &copy;
1158 inoremap <buffer> <silent> && &amp;
1159 inoremap <buffer> <silent> ; &nbsp;
1160 inoremap <buffer> <silent> ;la <label for=""></label>F"
1161 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
1162 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
1163 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
1164 </textarea>k$5F"i
1165 inoremap <buffer> <silent> ;og <optgroup label="">
1166 </optgroup>k$F"i
1167 inoremap <buffer> <silent> ;op <option></option>F<
1168 inoremap <buffer> <silent> ;ms <select name="" multiple>
1169 </select>O
1170 inoremap <buffer> <silent> ;se <select name="">
1171 </select>O
1172 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
1173 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
1174 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
1175 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
1176 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
1177 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
1178 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
1179 inoremap <buffer> <silent> ;fm <form action="">
1180 </form>k$F"i
1181 inoremap <buffer> <silent> ;if <iframe src="">
1182 </iframe>k$F"i
1183 inoremap <buffer> <silent> ;nf <noframes>
1184 </noframes>O
1185 inoremap <buffer> <silent> ;fr <frame src="">F"
1186 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
1187 </frameset>k$3F"i
1188 inoremap <buffer> <silent> ;th <th></th>F<
1189 inoremap <buffer> <silent> ;td <td>
1190 </td>O
1191 inoremap <buffer> <silent> ;tr <tr>
1192 </tr>O
1193 inoremap <buffer> <silent> ;tf <tfoot>
1194 </tfoot>O
1195 inoremap <buffer> <silent> ;tb <tbody>
1196 </tbody>O
1197 inoremap <buffer> <silent> ;tH <thead>
1198 </thead>O
1199 inoremap <buffer> <silent> ;ta <table>
1200 </table>O
1201 inoremap <buffer> <silent> ;ca <caption></caption>F<
1202 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
1203 </object>k$5F"i
1204 inoremap <buffer> <silent> ;ns <noscript>
1205 </noscripT>O
1206 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
1207 <noembed></noembed>k$5F"i
1208 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
1209 inoremap <buffer> <silent> ;va <var></var>F<
1210 inoremap <buffer> <silent> ;ul <ul>
1211 </ul>O
1212 inoremap <buffer> <silent> ;tt <tt></tt>F<
1213 inoremap <buffer> <silent> ;ti <title></title>F<
1214 inoremap <buffer> <silent> ;sp <sup></sup>F<
1215 inoremap <buffer> <silent> ;sb <sub></sub>F<
1216 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
1217 inoremap <buffer> <silent> ;cs <style type="text/css">
1218 <!--
1219 -->
1220 </style>kO
1221 inoremap <buffer> <silent> ;sm <small></small>F<
1222 inoremap <buffer> <silent> ;sa <samp></samp>F<
1223 inoremap <buffer> <silent> ;sk <strike></strike>F<
1224 inoremap <buffer> <silent> ;qu <q></q>F<
1225 inoremap <buffer> <silent> ;pr <pre>
1226 </pre>O
1227 inoremap <buffer> <silent> ;/p </p>
1228 
1229 <p>
1230 inoremap <buffer> <silent> ;pp <p>
1231 </p>O
1232 inoremap <buffer> <silent> ;ol <ol>
1233 </ol>O
1234 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
1235 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
1236 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
1237 inoremap <buffer> <silent> ;lk <link href="">F"
1238 inoremap <buffer> <silent> ;li <li></li>F<
1239 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
1240 inoremap <buffer> <silent> ;ii <isindex>
1241 inoremap <buffer> <silent> ;in <ins></ins>F<
1242 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
1243 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
1244 inoremap <buffer> <silent> ;ht <html>
1245 </html>O
1246 inoremap <buffer> <silent> ;Hr <hr width="75%">
1247 inoremap <buffer> <silent> ;hr <hr>
1248 inoremap <buffer> <silent> ;he <head>
1249 </head>O
1250 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
1251 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
1252 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
1253 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
1254 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
1255 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
1256 inoremap <buffer> <silent> ;h6 <h6></h6>F<
1257 inoremap <buffer> <silent> ;h5 <h5></h5>F<
1258 inoremap <buffer> <silent> ;h4 <h4></h4>F<
1259 inoremap <buffer> <silent> ;h3 <h3></h3>F<
1260 inoremap <buffer> <silent> ;h2 <h2></h2>F<
1261 inoremap <buffer> <silent> ;h1 <h1></h1>F<
1262 inoremap <buffer> <silent> ;fc <font color=""></font>F"
1263 inoremap <buffer> <silent> ;fo <font size=""></font>F"
1264 inoremap <buffer> <silent> ;sn <span></span>F<
1265 inoremap <buffer> <silent> ;dv <div>
1266 </div>O
1267 inoremap <buffer> <silent> ;df <dfn></dfn>F<
1268 inoremap <buffer> <silent> ;de <del></del>F<
1269 inoremap <buffer> <silent> ;dd <dd></dd>F<
1270 inoremap <buffer> <silent> ;dt <dt></dt>F<
1271 inoremap <buffer> <silent> ;dl <dl>
1272 </dl>O
1273 inoremap <buffer> <silent> ;co <code></code>F<
1274 inoremap <buffer> <silent> ;ci <cite></cite>F<
1275 inoremap <buffer> <silent> ;ce <center></center>F<
1276 inoremap <buffer> <silent> ;br <br>
1277 inoremap <buffer> <silent> ;bd <body>
1278 </body>O
1279 inoremap <buffer> <silent> ;bl <blockquote>
1280 </blockquote>O
1281 inoremap <buffer> <silent> ;bi <big></big>F<
1282 inoremap <buffer> <silent> ;bh <base href="">F"
1283 inoremap <buffer> <silent> ;ad <address></address>F<
1284 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
1285 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
1286 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
1287 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
1288 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
1289 inoremap <buffer> <silent> ;an <a name=""></a>F"
1290 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
1291 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
1292 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
1293 inoremap <buffer> <silent> ;ah <a href=""></a>F"
1294 imap <buffer> <silent> ;s4 ;s4
1295 imap <buffer> <silent> ;4 ;4
1296 inoremap <buffer> <silent> ;mi :call MangleImageTag()
1297 inoremap <buffer> <silent> ; 
1298 inoremap <buffer> <silent> ;& &
1299 inoremap <buffer> <silent> ;; ;
1300 setlocal keymap=
1301 setlocal noarabic
1302 setlocal autoindent
1303 setlocal balloonexpr=
1304 setlocal nobinary
1305 setlocal bufhidden=
1306 setlocal buflisted
1307 setlocal buftype=
1308 setlocal nocindent
1309 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
1310 setlocal cinoptions=
1311 setlocal cinwords=if,else,while,do,for,switch
1312 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
1313 setlocal commentstring=<!--%s-->
1314 setlocal complete=.,w,b,u,t,i
1315 setlocal completefunc=
1316 setlocal nocopyindent
1317 setlocal nocursorcolumn
1318 setlocal nocursorline
1319 setlocal define=
1320 setlocal dictionary=
1321 setlocal nodiff
1322 setlocal equalprg=
1323 setlocal errorformat=
1324 setlocal noexpandtab
1325 if &filetype != 'html'
1326 setlocal filetype=html
1327 endif
1328 setlocal foldcolumn=0
1329 setlocal foldenable
1330 setlocal foldexpr=0
1331 setlocal foldignore=#
1332 setlocal foldlevel=0
1333 setlocal foldmarker={{{,}}}
1334 setlocal foldmethod=manual
1335 setlocal foldminlines=1
1336 setlocal foldnestmax=20
1337 setlocal foldtext=foldtext()
1338 setlocal formatexpr=
1339 setlocal formatoptions=tcq
1340 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
1341 setlocal grepprg=
1342 setlocal iminsert=2
1343 setlocal imsearch=2
1344 setlocal include=
1345 setlocal includeexpr=
1346 setlocal indentexpr=
1347 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
1348 setlocal noinfercase
1349 setlocal iskeyword=@,48-57,_,192-255
1350 setlocal keywordprg=
1351 setlocal nolinebreak
1352 setlocal nolisp
1353 setlocal nolist
1354 setlocal makeprg=
1355 setlocal matchpairs=(:),{:},[:],<:>
1356 setlocal nomodeline
1357 setlocal modifiable
1358 setlocal nrformats=octal,hex
1359 setlocal nonumber
1360 setlocal numberwidth=4
1361 setlocal omnifunc=htmlcomplete#CompleteTags
1362 setlocal path=
1363 setlocal nopreserveindent
1364 setlocal nopreviewwindow
1365 setlocal quoteescape=\\
1366 setlocal noreadonly
1367 setlocal norightleft
1368 setlocal rightleftcmd=search
1369 setlocal noscrollbind
1370 setlocal shiftwidth=8
1371 setlocal noshortname
1372 setlocal nosmartindent
1373 setlocal softtabstop=0
1374 setlocal nospell
1375 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
1376 setlocal spellfile=
1377 setlocal spelllang=en
1378 setlocal statusline=
1379 setlocal suffixesadd=
1380 setlocal swapfile
1381 setlocal synmaxcol=3000
1382 if &syntax != 'html'
1383 setlocal syntax=html
1384 endif
1385 setlocal tabstop=2
1386 setlocal tags=
1387 setlocal textwidth=0
1388 setlocal thesaurus=
1389 setlocal nowinfixheight
1390 setlocal nowinfixwidth
1391 setlocal wrap
1392 setlocal wrapmargin=0
1393 silent! normal! zE
1394 let s:l = 1 - ((0 * winheight(0) + 19) / 39)
1395 if s:l < 1 | let s:l = 1 | endif
1396 exe s:l
1397 normal! zt
1398 1
1399 normal! 0
1400 tabedit boot-params.html
1401 set splitbelow splitright
1402 set nosplitbelow
1403 set nosplitright
1404 wincmd t
1405 set winheight=1 winwidth=1
1406 argglobal
1407 4argu
1408 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
1409 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
1410 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
1411 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
1412 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
1413 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
1414 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
1415 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
1416 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
1417 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
1418 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
1419 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
1420 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
1421 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
1422 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
1423 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
1424 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
1425 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
1426 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">')
1427 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">')
1428 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
1429 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
1430 nnoremap <buffer> <silent> ; 
1431 nnoremap <buffer> <silent> ;; ;
1432 vnoremap <buffer> <silent> ;; ;
1433 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
1434 inoremap <buffer> <silent> &hA &hArr;
1435 inoremap <buffer> <silent> &dA &dArr;
1436 inoremap <buffer> <silent> &rA &rArr;
1437 inoremap <buffer> <silent> &uA &uArr;
1438 inoremap <buffer> <silent> &lA &lArr;
1439 inoremap <buffer> <silent> &ha &harr;
1440 inoremap <buffer> <silent> &da &darr;
1441 inoremap <buffer> <silent> &ra &rarr;
1442 inoremap <buffer> <silent> &ua &uarr;
1443 inoremap <buffer> <silent> &la &larr;
1444 inoremap <buffer> <silent> &pv &piv;
1445 inoremap <buffer> <silent> &uh &upsih;
1446 inoremap <buffer> <silent> &ts &thetasym;
1447 inoremap <buffer> <silent> &og &omega;
1448 inoremap <buffer> <silent> &ps &psi;
1449 inoremap <buffer> <silent> &ch &chi;
1450 inoremap <buffer> <silent> &ph &phi;
1451 inoremap <buffer> <silent> &up &upsilon;
1452 inoremap <buffer> <silent> &ta &tau;
1453 inoremap <buffer> <silent> &sf &sigmaf;
1454 inoremap <buffer> <silent> &si &sigma;
1455 inoremap <buffer> <silent> &rh &rho;
1456 inoremap <buffer> <silent> &pi &pi;
1457 inoremap <buffer> <silent> &oc &omicron;
1458 inoremap <buffer> <silent> &xi &xi;
1459 inoremap <buffer> <silent> &nu &nu;
1460 inoremap <buffer> <silent> &mu &mu;
1461 inoremap <buffer> <silent> &lm &lambda;
1462 inoremap <buffer> <silent> &ka &kappa;
1463 inoremap <buffer> <silent> &io &iota;
1464 inoremap <buffer> <silent> &th &theta;
1465 inoremap <buffer> <silent> &et &eta;
1466 inoremap <buffer> <silent> &ze &zeta;
1467 inoremap <buffer> <silent> &ep &epsilon;
1468 inoremap <buffer> <silent> &de &delta;
1469 inoremap <buffer> <silent> &ga &gamma;
1470 inoremap <buffer> <silent> &be &beta;
1471 inoremap <buffer> <silent> &al &alpha;
1472 inoremap <buffer> <silent> &Ps &Psi;
1473 inoremap <buffer> <silent> &Ch &Chi;
1474 inoremap <buffer> <silent> &Ph &Phi;
1475 inoremap <buffer> <silent> &Up &Upsilon;
1476 inoremap <buffer> <silent> &Ta &Tau;
1477 inoremap <buffer> <silent> &Si &Sigma;
1478 inoremap <buffer> <silent> &Rh &Rho;
1479 inoremap <buffer> <silent> &Pi &Pi;
1480 inoremap <buffer> <silent> &Oc &Omicron;
1481 inoremap <buffer> <silent> &Xi &Xi;
1482 inoremap <buffer> <silent> &Nu &Nu;
1483 inoremap <buffer> <silent> &Mu &Mu;
1484 inoremap <buffer> <silent> &Lm &Lambda;
1485 inoremap <buffer> <silent> &Ka &Kappa;
1486 inoremap <buffer> <silent> &Io &Iota;
1487 inoremap <buffer> <silent> &Th &Theta;
1488 inoremap <buffer> <silent> &Et &Eta;
1489 inoremap <buffer> <silent> &Ze &Zeta;
1490 inoremap <buffer> <silent> &Ep &Epsilon;
1491 inoremap <buffer> <silent> &De &Delta;
1492 inoremap <buffer> <silent> &Ga &Gamma;
1493 inoremap <buffer> <silent> &Be &Beta;
1494 inoremap <buffer> <silent> &Al &Alpha;
1495 inoremap <buffer> <silent> &3. &hellip;
1496 inoremap <buffer> <silent> &-- &mdash;
1497 inoremap <buffer> <silent> &3- &mdash;
1498 inoremap <buffer> <silent> &m- &mdash;
1499 inoremap <buffer> <silent> &2- &ndash;
1500 inoremap <buffer> <silent> &n- &ndash;
1501 inoremap <buffer> <silent> &34 &frac34;
1502 inoremap <buffer> <silent> &12 &frac12;
1503 inoremap <buffer> <silent> &14 &frac14;
1504 inoremap <buffer> <silent> &. &middot;
1505 inoremap <buffer> <silent> &pa &para;
1506 inoremap <buffer> <silent> &mi &micro;
1507 inoremap <buffer> <silent> &dg &deg;
1508 inoremap <buffer> <silent> &? &iquest;
1509 inoremap <buffer> <silent> &! &iexcl;
1510 inoremap <buffer> <silent> &sz &szlig;
1511 inoremap <buffer> <silent> &o/ &oslash;
1512 inoremap <buffer> <silent> &/ &divide;
1513 inoremap <buffer> <silent> &" &uml;
1514 inoremap <buffer> <silent> &2> &raquo;
1515 inoremap <buffer> <silent> &2< &laquo;
1516 inoremap <buffer> <silent> &y" &yuml;
1517 inoremap <buffer> <silent> &y' &yacute;
1518 inoremap <buffer> <silent> &u" &uuml;
1519 inoremap <buffer> <silent> &u^ &ucirc;
1520 inoremap <buffer> <silent> &u' &uacute;
1521 inoremap <buffer> <silent> &u` &ugrave;
1522 inoremap <buffer> <silent> &x &times;
1523 inoremap <buffer> <silent> &o" &ouml;
1524 inoremap <buffer> <silent> &o~ &otilde;
1525 inoremap <buffer> <silent> &o^ &ocirc;
1526 inoremap <buffer> <silent> &o' &oacute;
1527 inoremap <buffer> <silent> &o` &ograve;
1528 inoremap <buffer> <silent> &n~ &ntilde;
1529 inoremap <buffer> <silent> &i" &iuml;
1530 inoremap <buffer> <silent> &i^ &icirc;
1531 inoremap <buffer> <silent> &i' &iacute;
1532 inoremap <buffer> <silent> &i` &igrave;
1533 inoremap <buffer> <silent> &e" &euml;
1534 inoremap <buffer> <silent> &e^ &ecirc;
1535 inoremap <buffer> <silent> &e' &eacute;
1536 inoremap <buffer> <silent> &e` &egrave;
1537 inoremap <buffer> <silent> &c, &ccedil;
1538 inoremap <buffer> <silent> &ae &aelig;
1539 inoremap <buffer> <silent> &ao &aring;
1540 inoremap <buffer> <silent> &a" &auml;
1541 inoremap <buffer> <silent> &a~ &atilde;
1542 inoremap <buffer> <silent> &a^ &acirc;
1543 inoremap <buffer> <silent> &a' &aacute;
1544 inoremap <buffer> <silent> &a` &agrave;
1545 inoremap <buffer> <silent> &Y' &Yacute;
1546 inoremap <buffer> <silent> &U" &Uuml;
1547 inoremap <buffer> <silent> &U^ &Ucirc;
1548 inoremap <buffer> <silent> &U' &Uacute;
1549 inoremap <buffer> <silent> &U` &Ugrave;
1550 inoremap <buffer> <silent> &O/ &Oslash;
1551 inoremap <buffer> <silent> &O" &Ouml;
1552 inoremap <buffer> <silent> &O~ &Otilde;
1553 inoremap <buffer> <silent> &O^ &Ocirc;
1554 inoremap <buffer> <silent> &O' &Oacute;
1555 inoremap <buffer> <silent> &O` &Ograve;
1556 inoremap <buffer> <silent> &N~ &Ntilde;
1557 inoremap <buffer> <silent> &I" &Iuml;
1558 inoremap <buffer> <silent> &I^ &Icirc;
1559 inoremap <buffer> <silent> &I' &Iacute;
1560 inoremap <buffer> <silent> &I` &Igrave;
1561 inoremap <buffer> <silent> &E" &Euml;
1562 inoremap <buffer> <silent> &E^ &Ecirc;
1563 inoremap <buffer> <silent> &E' &Eacute;
1564 inoremap <buffer> <silent> &E` &Egrave;
1565 inoremap <buffer> <silent> &C, &Ccedil;
1566 inoremap <buffer> <silent> &AE &AElig;
1567 inoremap <buffer> <silent> &Ao &Aring;
1568 inoremap <buffer> <silent> &A" &Auml;
1569 inoremap <buffer> <silent> &A~ &Atilde;
1570 inoremap <buffer> <silent> &A^ &Acirc;
1571 inoremap <buffer> <silent> &A' &Aacute;
1572 inoremap <buffer> <silent> &A` &Agrave;
1573 inoremap <buffer> <silent> &c| &cent;
1574 inoremap <buffer> <silent> &Y= &yen;
1575 inoremap <buffer> <silent> &# &pound;
1576 inoremap <buffer> <silent> & &nbsp;
1577 inoremap <buffer> <silent> &> &gt;
1578 inoremap <buffer> <silent> &< &lt;
1579 inoremap <buffer> <silent> &' &quot;
1580 inoremap <buffer> <silent> &tm &trade;
1581 inoremap <buffer> <silent> &rO &reg;
1582 inoremap <buffer> <silent> &cO &copy;
1583 inoremap <buffer> <silent> && &amp;
1584 inoremap <buffer> <silent> ; &nbsp;
1585 inoremap <buffer> <silent> ;la <label for=""></label>F"
1586 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
1587 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
1588 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
1589 </textarea>k$5F"i
1590 inoremap <buffer> <silent> ;og <optgroup label="">
1591 </optgroup>k$F"i
1592 inoremap <buffer> <silent> ;op <option></option>F<
1593 inoremap <buffer> <silent> ;ms <select name="" multiple>
1594 </select>O
1595 inoremap <buffer> <silent> ;se <select name="">
1596 </select>O
1597 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
1598 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
1599 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
1600 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
1601 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
1602 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
1603 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
1604 inoremap <buffer> <silent> ;fm <form action="">
1605 </form>k$F"i
1606 inoremap <buffer> <silent> ;if <iframe src="">
1607 </iframe>k$F"i
1608 inoremap <buffer> <silent> ;nf <noframes>
1609 </noframes>O
1610 inoremap <buffer> <silent> ;fr <frame src="">F"
1611 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
1612 </frameset>k$3F"i
1613 inoremap <buffer> <silent> ;th <th></th>F<
1614 inoremap <buffer> <silent> ;td <td>
1615 </td>O
1616 inoremap <buffer> <silent> ;tr <tr>
1617 </tr>O
1618 inoremap <buffer> <silent> ;tf <tfoot>
1619 </tfoot>O
1620 inoremap <buffer> <silent> ;tb <tbody>
1621 </tbody>O
1622 inoremap <buffer> <silent> ;tH <thead>
1623 </thead>O
1624 inoremap <buffer> <silent> ;ta <table>
1625 </table>O
1626 inoremap <buffer> <silent> ;ca <caption></caption>F<
1627 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
1628 </object>k$5F"i
1629 inoremap <buffer> <silent> ;ns <noscript>
1630 </noscripT>O
1631 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
1632 <noembed></noembed>k$5F"i
1633 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
1634 inoremap <buffer> <silent> ;va <var></var>F<
1635 inoremap <buffer> <silent> ;ul <ul>
1636 </ul>O
1637 inoremap <buffer> <silent> ;tt <tt></tt>F<
1638 inoremap <buffer> <silent> ;ti <title></title>F<
1639 inoremap <buffer> <silent> ;sp <sup></sup>F<
1640 inoremap <buffer> <silent> ;sb <sub></sub>F<
1641 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
1642 inoremap <buffer> <silent> ;cs <style type="text/css">
1643 <!--
1644 -->
1645 </style>kO
1646 inoremap <buffer> <silent> ;sm <small></small>F<
1647 inoremap <buffer> <silent> ;sa <samp></samp>F<
1648 inoremap <buffer> <silent> ;sk <strike></strike>F<
1649 inoremap <buffer> <silent> ;qu <q></q>F<
1650 inoremap <buffer> <silent> ;pr <pre>
1651 </pre>O
1652 inoremap <buffer> <silent> ;/p </p>
1653 
1654 <p>
1655 inoremap <buffer> <silent> ;pp <p>
1656 </p>O
1657 inoremap <buffer> <silent> ;ol <ol>
1658 </ol>O
1659 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
1660 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
1661 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
1662 inoremap <buffer> <silent> ;lk <link href="">F"
1663 inoremap <buffer> <silent> ;li <li></li>F<
1664 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
1665 inoremap <buffer> <silent> ;ii <isindex>
1666 inoremap <buffer> <silent> ;in <ins></ins>F<
1667 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
1668 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
1669 inoremap <buffer> <silent> ;ht <html>
1670 </html>O
1671 inoremap <buffer> <silent> ;Hr <hr width="75%">
1672 inoremap <buffer> <silent> ;hr <hr>
1673 inoremap <buffer> <silent> ;he <head>
1674 </head>O
1675 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
1676 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
1677 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
1678 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
1679 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
1680 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
1681 inoremap <buffer> <silent> ;h6 <h6></h6>F<
1682 inoremap <buffer> <silent> ;h5 <h5></h5>F<
1683 inoremap <buffer> <silent> ;h4 <h4></h4>F<
1684 inoremap <buffer> <silent> ;h3 <h3></h3>F<
1685 inoremap <buffer> <silent> ;h2 <h2></h2>F<
1686 inoremap <buffer> <silent> ;h1 <h1></h1>F<
1687 inoremap <buffer> <silent> ;fc <font color=""></font>F"
1688 inoremap <buffer> <silent> ;fo <font size=""></font>F"
1689 inoremap <buffer> <silent> ;sn <span></span>F<
1690 inoremap <buffer> <silent> ;dv <div>
1691 </div>O
1692 inoremap <buffer> <silent> ;df <dfn></dfn>F<
1693 inoremap <buffer> <silent> ;de <del></del>F<
1694 inoremap <buffer> <silent> ;dd <dd></dd>F<
1695 inoremap <buffer> <silent> ;dt <dt></dt>F<
1696 inoremap <buffer> <silent> ;dl <dl>
1697 </dl>O
1698 inoremap <buffer> <silent> ;co <code></code>F<
1699 inoremap <buffer> <silent> ;ci <cite></cite>F<
1700 inoremap <buffer> <silent> ;ce <center></center>F<
1701 inoremap <buffer> <silent> ;br <br>
1702 inoremap <buffer> <silent> ;bd <body>
1703 </body>O
1704 inoremap <buffer> <silent> ;bl <blockquote>
1705 </blockquote>O
1706 inoremap <buffer> <silent> ;bi <big></big>F<
1707 inoremap <buffer> <silent> ;bh <base href="">F"
1708 inoremap <buffer> <silent> ;ad <address></address>F<
1709 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
1710 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
1711 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
1712 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
1713 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
1714 inoremap <buffer> <silent> ;an <a name=""></a>F"
1715 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
1716 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
1717 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
1718 inoremap <buffer> <silent> ;ah <a href=""></a>F"
1719 imap <buffer> <silent> ;s4 ;s4
1720 imap <buffer> <silent> ;4 ;4
1721 inoremap <buffer> <silent> ;mi :call MangleImageTag()
1722 inoremap <buffer> <silent> ; 
1723 inoremap <buffer> <silent> ;& &
1724 inoremap <buffer> <silent> ;; ;
1725 setlocal keymap=
1726 setlocal noarabic
1727 setlocal autoindent
1728 setlocal balloonexpr=
1729 setlocal nobinary
1730 setlocal bufhidden=
1731 setlocal buflisted
1732 setlocal buftype=
1733 setlocal nocindent
1734 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
1735 setlocal cinoptions=
1736 setlocal cinwords=if,else,while,do,for,switch
1737 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
1738 setlocal commentstring=<!--%s-->
1739 setlocal complete=.,w,b,u,t,i
1740 setlocal completefunc=
1741 setlocal nocopyindent
1742 setlocal nocursorcolumn
1743 setlocal nocursorline
1744 setlocal define=
1745 setlocal dictionary=
1746 setlocal nodiff
1747 setlocal equalprg=
1748 setlocal errorformat=
1749 setlocal noexpandtab
1750 if &filetype != 'html'
1751 setlocal filetype=html
1752 endif
1753 setlocal foldcolumn=0
1754 setlocal foldenable
1755 setlocal foldexpr=0
1756 setlocal foldignore=#
1757 setlocal foldlevel=0
1758 setlocal foldmarker={{{,}}}
1759 setlocal foldmethod=manual
1760 setlocal foldminlines=1
1761 setlocal foldnestmax=20
1762 setlocal foldtext=foldtext()
1763 setlocal formatexpr=
1764 setlocal formatoptions=tcq
1765 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
1766 setlocal grepprg=
1767 setlocal iminsert=2
1768 setlocal imsearch=2
1769 setlocal include=
1770 setlocal includeexpr=
1771 setlocal indentexpr=
1772 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
1773 setlocal noinfercase
1774 setlocal iskeyword=@,48-57,_,192-255
1775 setlocal keywordprg=
1776 setlocal nolinebreak
1777 setlocal nolisp
1778 setlocal nolist
1779 setlocal makeprg=
1780 setlocal matchpairs=(:),{:},[:],<:>
1781 setlocal nomodeline
1782 setlocal modifiable
1783 setlocal nrformats=octal,hex
1784 setlocal nonumber
1785 setlocal numberwidth=4
1786 setlocal omnifunc=htmlcomplete#CompleteTags
1787 setlocal path=
1788 setlocal nopreserveindent
1789 setlocal nopreviewwindow
1790 setlocal quoteescape=\\
1791 setlocal noreadonly
1792 setlocal norightleft
1793 setlocal rightleftcmd=search
1794 setlocal noscrollbind
1795 setlocal shiftwidth=8
1796 setlocal noshortname
1797 setlocal nosmartindent
1798 setlocal softtabstop=0
1799 setlocal nospell
1800 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
1801 setlocal spellfile=
1802 setlocal spelllang=en
1803 setlocal statusline=
1804 setlocal suffixesadd=
1805 setlocal swapfile
1806 setlocal synmaxcol=3000
1807 if &syntax != 'html'
1808 setlocal syntax=html
1809 endif
1810 setlocal tabstop=2
1811 setlocal tags=
1812 setlocal textwidth=0
1813 setlocal thesaurus=
1814 setlocal nowinfixheight
1815 setlocal nowinfixwidth
1816 setlocal wrap
1817 setlocal wrapmargin=0
1818 silent! normal! zE
1819 let s:l = 1 - ((0 * winheight(0) + 19) / 39)
1820 if s:l < 1 | let s:l = 1 | endif
1821 exe s:l
1822 normal! zt
1823 1
1824 normal! 0
1825 tabedit clonezilla.html
1826 set splitbelow splitright
1827 set nosplitbelow
1828 set nosplitright
1829 wincmd t
1830 set winheight=1 winwidth=1
1831 argglobal
1832 5argu
1833 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
1834 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
1835 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
1836 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
1837 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
1838 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
1839 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
1840 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
1841 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
1842 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
1843 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
1844 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
1845 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
1846 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
1847 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
1848 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
1849 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
1850 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
1851 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">')
1852 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">')
1853 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
1854 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
1855 nnoremap <buffer> <silent> ; 
1856 nnoremap <buffer> <silent> ;; ;
1857 vnoremap <buffer> <silent> ;; ;
1858 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
1859 inoremap <buffer> <silent> &hA &hArr;
1860 inoremap <buffer> <silent> &dA &dArr;
1861 inoremap <buffer> <silent> &rA &rArr;
1862 inoremap <buffer> <silent> &uA &uArr;
1863 inoremap <buffer> <silent> &lA &lArr;
1864 inoremap <buffer> <silent> &ha &harr;
1865 inoremap <buffer> <silent> &da &darr;
1866 inoremap <buffer> <silent> &ra &rarr;
1867 inoremap <buffer> <silent> &ua &uarr;
1868 inoremap <buffer> <silent> &la &larr;
1869 inoremap <buffer> <silent> &pv &piv;
1870 inoremap <buffer> <silent> &uh &upsih;
1871 inoremap <buffer> <silent> &ts &thetasym;
1872 inoremap <buffer> <silent> &og &omega;
1873 inoremap <buffer> <silent> &ps &psi;
1874 inoremap <buffer> <silent> &ch &chi;
1875 inoremap <buffer> <silent> &ph &phi;
1876 inoremap <buffer> <silent> &up &upsilon;
1877 inoremap <buffer> <silent> &ta &tau;
1878 inoremap <buffer> <silent> &sf &sigmaf;
1879 inoremap <buffer> <silent> &si &sigma;
1880 inoremap <buffer> <silent> &rh &rho;
1881 inoremap <buffer> <silent> &pi &pi;
1882 inoremap <buffer> <silent> &oc &omicron;
1883 inoremap <buffer> <silent> &xi &xi;
1884 inoremap <buffer> <silent> &nu &nu;
1885 inoremap <buffer> <silent> &mu &mu;
1886 inoremap <buffer> <silent> &lm &lambda;
1887 inoremap <buffer> <silent> &ka &kappa;
1888 inoremap <buffer> <silent> &io &iota;
1889 inoremap <buffer> <silent> &th &theta;
1890 inoremap <buffer> <silent> &et &eta;
1891 inoremap <buffer> <silent> &ze &zeta;
1892 inoremap <buffer> <silent> &ep &epsilon;
1893 inoremap <buffer> <silent> &de &delta;
1894 inoremap <buffer> <silent> &ga &gamma;
1895 inoremap <buffer> <silent> &be &beta;
1896 inoremap <buffer> <silent> &al &alpha;
1897 inoremap <buffer> <silent> &Ps &Psi;
1898 inoremap <buffer> <silent> &Ch &Chi;
1899 inoremap <buffer> <silent> &Ph &Phi;
1900 inoremap <buffer> <silent> &Up &Upsilon;
1901 inoremap <buffer> <silent> &Ta &Tau;
1902 inoremap <buffer> <silent> &Si &Sigma;
1903 inoremap <buffer> <silent> &Rh &Rho;
1904 inoremap <buffer> <silent> &Pi &Pi;
1905 inoremap <buffer> <silent> &Oc &Omicron;
1906 inoremap <buffer> <silent> &Xi &Xi;
1907 inoremap <buffer> <silent> &Nu &Nu;
1908 inoremap <buffer> <silent> &Mu &Mu;
1909 inoremap <buffer> <silent> &Lm &Lambda;
1910 inoremap <buffer> <silent> &Ka &Kappa;
1911 inoremap <buffer> <silent> &Io &Iota;
1912 inoremap <buffer> <silent> &Th &Theta;
1913 inoremap <buffer> <silent> &Et &Eta;
1914 inoremap <buffer> <silent> &Ze &Zeta;
1915 inoremap <buffer> <silent> &Ep &Epsilon;
1916 inoremap <buffer> <silent> &De &Delta;
1917 inoremap <buffer> <silent> &Ga &Gamma;
1918 inoremap <buffer> <silent> &Be &Beta;
1919 inoremap <buffer> <silent> &Al &Alpha;
1920 inoremap <buffer> <silent> &3. &hellip;
1921 inoremap <buffer> <silent> &-- &mdash;
1922 inoremap <buffer> <silent> &3- &mdash;
1923 inoremap <buffer> <silent> &m- &mdash;
1924 inoremap <buffer> <silent> &2- &ndash;
1925 inoremap <buffer> <silent> &n- &ndash;
1926 inoremap <buffer> <silent> &34 &frac34;
1927 inoremap <buffer> <silent> &12 &frac12;
1928 inoremap <buffer> <silent> &14 &frac14;
1929 inoremap <buffer> <silent> &. &middot;
1930 inoremap <buffer> <silent> &pa &para;
1931 inoremap <buffer> <silent> &mi &micro;
1932 inoremap <buffer> <silent> &dg &deg;
1933 inoremap <buffer> <silent> &? &iquest;
1934 inoremap <buffer> <silent> &! &iexcl;
1935 inoremap <buffer> <silent> &sz &szlig;
1936 inoremap <buffer> <silent> &o/ &oslash;
1937 inoremap <buffer> <silent> &/ &divide;
1938 inoremap <buffer> <silent> &" &uml;
1939 inoremap <buffer> <silent> &2> &raquo;
1940 inoremap <buffer> <silent> &2< &laquo;
1941 inoremap <buffer> <silent> &y" &yuml;
1942 inoremap <buffer> <silent> &y' &yacute;
1943 inoremap <buffer> <silent> &u" &uuml;
1944 inoremap <buffer> <silent> &u^ &ucirc;
1945 inoremap <buffer> <silent> &u' &uacute;
1946 inoremap <buffer> <silent> &u` &ugrave;
1947 inoremap <buffer> <silent> &x &times;
1948 inoremap <buffer> <silent> &o" &ouml;
1949 inoremap <buffer> <silent> &o~ &otilde;
1950 inoremap <buffer> <silent> &o^ &ocirc;
1951 inoremap <buffer> <silent> &o' &oacute;
1952 inoremap <buffer> <silent> &o` &ograve;
1953 inoremap <buffer> <silent> &n~ &ntilde;
1954 inoremap <buffer> <silent> &i" &iuml;
1955 inoremap <buffer> <silent> &i^ &icirc;
1956 inoremap <buffer> <silent> &i' &iacute;
1957 inoremap <buffer> <silent> &i` &igrave;
1958 inoremap <buffer> <silent> &e" &euml;
1959 inoremap <buffer> <silent> &e^ &ecirc;
1960 inoremap <buffer> <silent> &e' &eacute;
1961 inoremap <buffer> <silent> &e` &egrave;
1962 inoremap <buffer> <silent> &c, &ccedil;
1963 inoremap <buffer> <silent> &ae &aelig;
1964 inoremap <buffer> <silent> &ao &aring;
1965 inoremap <buffer> <silent> &a" &auml;
1966 inoremap <buffer> <silent> &a~ &atilde;
1967 inoremap <buffer> <silent> &a^ &acirc;
1968 inoremap <buffer> <silent> &a' &aacute;
1969 inoremap <buffer> <silent> &a` &agrave;
1970 inoremap <buffer> <silent> &Y' &Yacute;
1971 inoremap <buffer> <silent> &U" &Uuml;
1972 inoremap <buffer> <silent> &U^ &Ucirc;
1973 inoremap <buffer> <silent> &U' &Uacute;
1974 inoremap <buffer> <silent> &U` &Ugrave;
1975 inoremap <buffer> <silent> &O/ &Oslash;
1976 inoremap <buffer> <silent> &O" &Ouml;
1977 inoremap <buffer> <silent> &O~ &Otilde;
1978 inoremap <buffer> <silent> &O^ &Ocirc;
1979 inoremap <buffer> <silent> &O' &Oacute;
1980 inoremap <buffer> <silent> &O` &Ograve;
1981 inoremap <buffer> <silent> &N~ &Ntilde;
1982 inoremap <buffer> <silent> &I" &Iuml;
1983 inoremap <buffer> <silent> &I^ &Icirc;
1984 inoremap <buffer> <silent> &I' &Iacute;
1985 inoremap <buffer> <silent> &I` &Igrave;
1986 inoremap <buffer> <silent> &E" &Euml;
1987 inoremap <buffer> <silent> &E^ &Ecirc;
1988 inoremap <buffer> <silent> &E' &Eacute;
1989 inoremap <buffer> <silent> &E` &Egrave;
1990 inoremap <buffer> <silent> &C, &Ccedil;
1991 inoremap <buffer> <silent> &AE &AElig;
1992 inoremap <buffer> <silent> &Ao &Aring;
1993 inoremap <buffer> <silent> &A" &Auml;
1994 inoremap <buffer> <silent> &A~ &Atilde;
1995 inoremap <buffer> <silent> &A^ &Acirc;
1996 inoremap <buffer> <silent> &A' &Aacute;
1997 inoremap <buffer> <silent> &A` &Agrave;
1998 inoremap <buffer> <silent> &c| &cent;
1999 inoremap <buffer> <silent> &Y= &yen;
2000 inoremap <buffer> <silent> &# &pound;
2001 inoremap <buffer> <silent> & &nbsp;
2002 inoremap <buffer> <silent> &> &gt;
2003 inoremap <buffer> <silent> &< &lt;
2004 inoremap <buffer> <silent> &' &quot;
2005 inoremap <buffer> <silent> &tm &trade;
2006 inoremap <buffer> <silent> &rO &reg;
2007 inoremap <buffer> <silent> &cO &copy;
2008 inoremap <buffer> <silent> && &amp;
2009 inoremap <buffer> <silent> ; &nbsp;
2010 inoremap <buffer> <silent> ;la <label for=""></label>F"
2011 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
2012 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
2013 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
2014 </textarea>k$5F"i
2015 inoremap <buffer> <silent> ;og <optgroup label="">
2016 </optgroup>k$F"i
2017 inoremap <buffer> <silent> ;op <option></option>F<
2018 inoremap <buffer> <silent> ;ms <select name="" multiple>
2019 </select>O
2020 inoremap <buffer> <silent> ;se <select name="">
2021 </select>O
2022 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
2023 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
2024 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
2025 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
2026 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
2027 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
2028 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
2029 inoremap <buffer> <silent> ;fm <form action="">
2030 </form>k$F"i
2031 inoremap <buffer> <silent> ;if <iframe src="">
2032 </iframe>k$F"i
2033 inoremap <buffer> <silent> ;nf <noframes>
2034 </noframes>O
2035 inoremap <buffer> <silent> ;fr <frame src="">F"
2036 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
2037 </frameset>k$3F"i
2038 inoremap <buffer> <silent> ;th <th></th>F<
2039 inoremap <buffer> <silent> ;td <td>
2040 </td>O
2041 inoremap <buffer> <silent> ;tr <tr>
2042 </tr>O
2043 inoremap <buffer> <silent> ;tf <tfoot>
2044 </tfoot>O
2045 inoremap <buffer> <silent> ;tb <tbody>
2046 </tbody>O
2047 inoremap <buffer> <silent> ;tH <thead>
2048 </thead>O
2049 inoremap <buffer> <silent> ;ta <table>
2050 </table>O
2051 inoremap <buffer> <silent> ;ca <caption></caption>F<
2052 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
2053 </object>k$5F"i
2054 inoremap <buffer> <silent> ;ns <noscript>
2055 </noscripT>O
2056 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
2057 <noembed></noembed>k$5F"i
2058 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
2059 inoremap <buffer> <silent> ;va <var></var>F<
2060 inoremap <buffer> <silent> ;ul <ul>
2061 </ul>O
2062 inoremap <buffer> <silent> ;tt <tt></tt>F<
2063 inoremap <buffer> <silent> ;ti <title></title>F<
2064 inoremap <buffer> <silent> ;sp <sup></sup>F<
2065 inoremap <buffer> <silent> ;sb <sub></sub>F<
2066 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
2067 inoremap <buffer> <silent> ;cs <style type="text/css">
2068 <!--
2069 -->
2070 </style>kO
2071 inoremap <buffer> <silent> ;sm <small></small>F<
2072 inoremap <buffer> <silent> ;sa <samp></samp>F<
2073 inoremap <buffer> <silent> ;sk <strike></strike>F<
2074 inoremap <buffer> <silent> ;qu <q></q>F<
2075 inoremap <buffer> <silent> ;pr <pre>
2076 </pre>O
2077 inoremap <buffer> <silent> ;/p </p>
2078 
2079 <p>
2080 inoremap <buffer> <silent> ;pp <p>
2081 </p>O
2082 inoremap <buffer> <silent> ;ol <ol>
2083 </ol>O
2084 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
2085 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
2086 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
2087 inoremap <buffer> <silent> ;lk <link href="">F"
2088 inoremap <buffer> <silent> ;li <li></li>F<
2089 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
2090 inoremap <buffer> <silent> ;ii <isindex>
2091 inoremap <buffer> <silent> ;in <ins></ins>F<
2092 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
2093 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
2094 inoremap <buffer> <silent> ;ht <html>
2095 </html>O
2096 inoremap <buffer> <silent> ;Hr <hr width="75%">
2097 inoremap <buffer> <silent> ;hr <hr>
2098 inoremap <buffer> <silent> ;he <head>
2099 </head>O
2100 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
2101 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
2102 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
2103 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
2104 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
2105 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
2106 inoremap <buffer> <silent> ;h6 <h6></h6>F<
2107 inoremap <buffer> <silent> ;h5 <h5></h5>F<
2108 inoremap <buffer> <silent> ;h4 <h4></h4>F<
2109 inoremap <buffer> <silent> ;h3 <h3></h3>F<
2110 inoremap <buffer> <silent> ;h2 <h2></h2>F<
2111 inoremap <buffer> <silent> ;h1 <h1></h1>F<
2112 inoremap <buffer> <silent> ;fc <font color=""></font>F"
2113 inoremap <buffer> <silent> ;fo <font size=""></font>F"
2114 inoremap <buffer> <silent> ;sn <span></span>F<
2115 inoremap <buffer> <silent> ;dv <div>
2116 </div>O
2117 inoremap <buffer> <silent> ;df <dfn></dfn>F<
2118 inoremap <buffer> <silent> ;de <del></del>F<
2119 inoremap <buffer> <silent> ;dd <dd></dd>F<
2120 inoremap <buffer> <silent> ;dt <dt></dt>F<
2121 inoremap <buffer> <silent> ;dl <dl>
2122 </dl>O
2123 inoremap <buffer> <silent> ;co <code></code>F<
2124 inoremap <buffer> <silent> ;ci <cite></cite>F<
2125 inoremap <buffer> <silent> ;ce <center></center>F<
2126 inoremap <buffer> <silent> ;br <br>
2127 inoremap <buffer> <silent> ;bd <body>
2128 </body>O
2129 inoremap <buffer> <silent> ;bl <blockquote>
2130 </blockquote>O
2131 inoremap <buffer> <silent> ;bi <big></big>F<
2132 inoremap <buffer> <silent> ;bh <base href="">F"
2133 inoremap <buffer> <silent> ;ad <address></address>F<
2134 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
2135 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
2136 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
2137 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
2138 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
2139 inoremap <buffer> <silent> ;an <a name=""></a>F"
2140 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
2141 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
2142 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
2143 inoremap <buffer> <silent> ;ah <a href=""></a>F"
2144 imap <buffer> <silent> ;s4 ;s4
2145 imap <buffer> <silent> ;4 ;4
2146 inoremap <buffer> <silent> ;mi :call MangleImageTag()
2147 inoremap <buffer> <silent> ; 
2148 inoremap <buffer> <silent> ;& &
2149 inoremap <buffer> <silent> ;; ;
2150 setlocal keymap=
2151 setlocal noarabic
2152 setlocal autoindent
2153 setlocal balloonexpr=
2154 setlocal nobinary
2155 setlocal bufhidden=
2156 setlocal buflisted
2157 setlocal buftype=
2158 setlocal nocindent
2159 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
2160 setlocal cinoptions=
2161 setlocal cinwords=if,else,while,do,for,switch
2162 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
2163 setlocal commentstring=<!--%s-->
2164 setlocal complete=.,w,b,u,t,i
2165 setlocal completefunc=
2166 setlocal nocopyindent
2167 setlocal nocursorcolumn
2168 setlocal nocursorline
2169 setlocal define=
2170 setlocal dictionary=
2171 setlocal nodiff
2172 setlocal equalprg=
2173 setlocal errorformat=
2174 setlocal noexpandtab
2175 if &filetype != 'html'
2176 setlocal filetype=html
2177 endif
2178 setlocal foldcolumn=0
2179 setlocal foldenable
2180 setlocal foldexpr=0
2181 setlocal foldignore=#
2182 setlocal foldlevel=0
2183 setlocal foldmarker={{{,}}}
2184 setlocal foldmethod=manual
2185 setlocal foldminlines=1
2186 setlocal foldnestmax=20
2187 setlocal foldtext=foldtext()
2188 setlocal formatexpr=
2189 setlocal formatoptions=tcq
2190 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
2191 setlocal grepprg=
2192 setlocal iminsert=2
2193 setlocal imsearch=2
2194 setlocal include=
2195 setlocal includeexpr=
2196 setlocal indentexpr=
2197 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
2198 setlocal noinfercase
2199 setlocal iskeyword=@,48-57,_,192-255
2200 setlocal keywordprg=
2201 setlocal nolinebreak
2202 setlocal nolisp
2203 setlocal nolist
2204 setlocal makeprg=
2205 setlocal matchpairs=(:),{:},[:],<:>
2206 setlocal nomodeline
2207 setlocal modifiable
2208 setlocal nrformats=octal,hex
2209 setlocal nonumber
2210 setlocal numberwidth=4
2211 setlocal omnifunc=htmlcomplete#CompleteTags
2212 setlocal path=
2213 setlocal nopreserveindent
2214 setlocal nopreviewwindow
2215 setlocal quoteescape=\\
2216 setlocal noreadonly
2217 setlocal norightleft
2218 setlocal rightleftcmd=search
2219 setlocal noscrollbind
2220 setlocal shiftwidth=8
2221 setlocal noshortname
2222 setlocal nosmartindent
2223 setlocal softtabstop=0
2224 setlocal nospell
2225 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
2226 setlocal spellfile=
2227 setlocal spelllang=en
2228 setlocal statusline=
2229 setlocal suffixesadd=
2230 setlocal swapfile
2231 setlocal synmaxcol=3000
2232 if &syntax != 'html'
2233 setlocal syntax=html
2234 endif
2235 setlocal tabstop=2
2236 setlocal tags=
2237 setlocal textwidth=0
2238 setlocal thesaurus=
2239 setlocal nowinfixheight
2240 setlocal nowinfixwidth
2241 setlocal wrap
2242 setlocal wrapmargin=0
2243 silent! normal! zE
2244 let s:l = 1 - ((0 * winheight(0) + 19) / 39)
2245 if s:l < 1 | let s:l = 1 | endif
2246 exe s:l
2247 normal! zt
2248 1
2249 normal! 0
2250 tabedit custom-cd.html
2251 set splitbelow splitright
2252 set nosplitbelow
2253 set nosplitright
2254 wincmd t
2255 set winheight=1 winwidth=1
2256 argglobal
2257 6argu
2258 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
2259 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
2260 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
2261 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
2262 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
2263 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
2264 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
2265 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
2266 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
2267 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
2268 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
2269 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
2270 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
2271 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
2272 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
2273 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
2274 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
2275 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
2276 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">')
2277 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">')
2278 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
2279 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
2280 nnoremap <buffer> <silent> ; 
2281 nnoremap <buffer> <silent> ;; ;
2282 vnoremap <buffer> <silent> ;; ;
2283 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
2284 inoremap <buffer> <silent> &hA &hArr;
2285 inoremap <buffer> <silent> &dA &dArr;
2286 inoremap <buffer> <silent> &rA &rArr;
2287 inoremap <buffer> <silent> &uA &uArr;
2288 inoremap <buffer> <silent> &lA &lArr;
2289 inoremap <buffer> <silent> &ha &harr;
2290 inoremap <buffer> <silent> &da &darr;
2291 inoremap <buffer> <silent> &ra &rarr;
2292 inoremap <buffer> <silent> &ua &uarr;
2293 inoremap <buffer> <silent> &la &larr;
2294 inoremap <buffer> <silent> &pv &piv;
2295 inoremap <buffer> <silent> &uh &upsih;
2296 inoremap <buffer> <silent> &ts &thetasym;
2297 inoremap <buffer> <silent> &og &omega;
2298 inoremap <buffer> <silent> &ps &psi;
2299 inoremap <buffer> <silent> &ch &chi;
2300 inoremap <buffer> <silent> &ph &phi;
2301 inoremap <buffer> <silent> &up &upsilon;
2302 inoremap <buffer> <silent> &ta &tau;
2303 inoremap <buffer> <silent> &sf &sigmaf;
2304 inoremap <buffer> <silent> &si &sigma;
2305 inoremap <buffer> <silent> &rh &rho;
2306 inoremap <buffer> <silent> &pi &pi;
2307 inoremap <buffer> <silent> &oc &omicron;
2308 inoremap <buffer> <silent> &xi &xi;
2309 inoremap <buffer> <silent> &nu &nu;
2310 inoremap <buffer> <silent> &mu &mu;
2311 inoremap <buffer> <silent> &lm &lambda;
2312 inoremap <buffer> <silent> &ka &kappa;
2313 inoremap <buffer> <silent> &io &iota;
2314 inoremap <buffer> <silent> &th &theta;
2315 inoremap <buffer> <silent> &et &eta;
2316 inoremap <buffer> <silent> &ze &zeta;
2317 inoremap <buffer> <silent> &ep &epsilon;
2318 inoremap <buffer> <silent> &de &delta;
2319 inoremap <buffer> <silent> &ga &gamma;
2320 inoremap <buffer> <silent> &be &beta;
2321 inoremap <buffer> <silent> &al &alpha;
2322 inoremap <buffer> <silent> &Ps &Psi;
2323 inoremap <buffer> <silent> &Ch &Chi;
2324 inoremap <buffer> <silent> &Ph &Phi;
2325 inoremap <buffer> <silent> &Up &Upsilon;
2326 inoremap <buffer> <silent> &Ta &Tau;
2327 inoremap <buffer> <silent> &Si &Sigma;
2328 inoremap <buffer> <silent> &Rh &Rho;
2329 inoremap <buffer> <silent> &Pi &Pi;
2330 inoremap <buffer> <silent> &Oc &Omicron;
2331 inoremap <buffer> <silent> &Xi &Xi;
2332 inoremap <buffer> <silent> &Nu &Nu;
2333 inoremap <buffer> <silent> &Mu &Mu;
2334 inoremap <buffer> <silent> &Lm &Lambda;
2335 inoremap <buffer> <silent> &Ka &Kappa;
2336 inoremap <buffer> <silent> &Io &Iota;
2337 inoremap <buffer> <silent> &Th &Theta;
2338 inoremap <buffer> <silent> &Et &Eta;
2339 inoremap <buffer> <silent> &Ze &Zeta;
2340 inoremap <buffer> <silent> &Ep &Epsilon;
2341 inoremap <buffer> <silent> &De &Delta;
2342 inoremap <buffer> <silent> &Ga &Gamma;
2343 inoremap <buffer> <silent> &Be &Beta;
2344 inoremap <buffer> <silent> &Al &Alpha;
2345 inoremap <buffer> <silent> &3. &hellip;
2346 inoremap <buffer> <silent> &-- &mdash;
2347 inoremap <buffer> <silent> &3- &mdash;
2348 inoremap <buffer> <silent> &m- &mdash;
2349 inoremap <buffer> <silent> &2- &ndash;
2350 inoremap <buffer> <silent> &n- &ndash;
2351 inoremap <buffer> <silent> &34 &frac34;
2352 inoremap <buffer> <silent> &12 &frac12;
2353 inoremap <buffer> <silent> &14 &frac14;
2354 inoremap <buffer> <silent> &. &middot;
2355 inoremap <buffer> <silent> &pa &para;
2356 inoremap <buffer> <silent> &mi &micro;
2357 inoremap <buffer> <silent> &dg &deg;
2358 inoremap <buffer> <silent> &? &iquest;
2359 inoremap <buffer> <silent> &! &iexcl;
2360 inoremap <buffer> <silent> &sz &szlig;
2361 inoremap <buffer> <silent> &o/ &oslash;
2362 inoremap <buffer> <silent> &/ &divide;
2363 inoremap <buffer> <silent> &" &uml;
2364 inoremap <buffer> <silent> &2> &raquo;
2365 inoremap <buffer> <silent> &2< &laquo;
2366 inoremap <buffer> <silent> &y" &yuml;
2367 inoremap <buffer> <silent> &y' &yacute;
2368 inoremap <buffer> <silent> &u" &uuml;
2369 inoremap <buffer> <silent> &u^ &ucirc;
2370 inoremap <buffer> <silent> &u' &uacute;
2371 inoremap <buffer> <silent> &u` &ugrave;
2372 inoremap <buffer> <silent> &x &times;
2373 inoremap <buffer> <silent> &o" &ouml;
2374 inoremap <buffer> <silent> &o~ &otilde;
2375 inoremap <buffer> <silent> &o^ &ocirc;
2376 inoremap <buffer> <silent> &o' &oacute;
2377 inoremap <buffer> <silent> &o` &ograve;
2378 inoremap <buffer> <silent> &n~ &ntilde;
2379 inoremap <buffer> <silent> &i" &iuml;
2380 inoremap <buffer> <silent> &i^ &icirc;
2381 inoremap <buffer> <silent> &i' &iacute;
2382 inoremap <buffer> <silent> &i` &igrave;
2383 inoremap <buffer> <silent> &e" &euml;
2384 inoremap <buffer> <silent> &e^ &ecirc;
2385 inoremap <buffer> <silent> &e' &eacute;
2386 inoremap <buffer> <silent> &e` &egrave;
2387 inoremap <buffer> <silent> &c, &ccedil;
2388 inoremap <buffer> <silent> &ae &aelig;
2389 inoremap <buffer> <silent> &ao &aring;
2390 inoremap <buffer> <silent> &a" &auml;
2391 inoremap <buffer> <silent> &a~ &atilde;
2392 inoremap <buffer> <silent> &a^ &acirc;
2393 inoremap <buffer> <silent> &a' &aacute;
2394 inoremap <buffer> <silent> &a` &agrave;
2395 inoremap <buffer> <silent> &Y' &Yacute;
2396 inoremap <buffer> <silent> &U" &Uuml;
2397 inoremap <buffer> <silent> &U^ &Ucirc;
2398 inoremap <buffer> <silent> &U' &Uacute;
2399 inoremap <buffer> <silent> &U` &Ugrave;
2400 inoremap <buffer> <silent> &O/ &Oslash;
2401 inoremap <buffer> <silent> &O" &Ouml;
2402 inoremap <buffer> <silent> &O~ &Otilde;
2403 inoremap <buffer> <silent> &O^ &Ocirc;
2404 inoremap <buffer> <silent> &O' &Oacute;
2405 inoremap <buffer> <silent> &O` &Ograve;
2406 inoremap <buffer> <silent> &N~ &Ntilde;
2407 inoremap <buffer> <silent> &I" &Iuml;
2408 inoremap <buffer> <silent> &I^ &Icirc;
2409 inoremap <buffer> <silent> &I' &Iacute;
2410 inoremap <buffer> <silent> &I` &Igrave;
2411 inoremap <buffer> <silent> &E" &Euml;
2412 inoremap <buffer> <silent> &E^ &Ecirc;
2413 inoremap <buffer> <silent> &E' &Eacute;
2414 inoremap <buffer> <silent> &E` &Egrave;
2415 inoremap <buffer> <silent> &C, &Ccedil;
2416 inoremap <buffer> <silent> &AE &AElig;
2417 inoremap <buffer> <silent> &Ao &Aring;
2418 inoremap <buffer> <silent> &A" &Auml;
2419 inoremap <buffer> <silent> &A~ &Atilde;
2420 inoremap <buffer> <silent> &A^ &Acirc;
2421 inoremap <buffer> <silent> &A' &Aacute;
2422 inoremap <buffer> <silent> &A` &Agrave;
2423 inoremap <buffer> <silent> &c| &cent;
2424 inoremap <buffer> <silent> &Y= &yen;
2425 inoremap <buffer> <silent> &# &pound;
2426 inoremap <buffer> <silent> & &nbsp;
2427 inoremap <buffer> <silent> &> &gt;
2428 inoremap <buffer> <silent> &< &lt;
2429 inoremap <buffer> <silent> &' &quot;
2430 inoremap <buffer> <silent> &tm &trade;
2431 inoremap <buffer> <silent> &rO &reg;
2432 inoremap <buffer> <silent> &cO &copy;
2433 inoremap <buffer> <silent> && &amp;
2434 inoremap <buffer> <silent> ; &nbsp;
2435 inoremap <buffer> <silent> ;la <label for=""></label>F"
2436 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
2437 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
2438 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
2439 </textarea>k$5F"i
2440 inoremap <buffer> <silent> ;og <optgroup label="">
2441 </optgroup>k$F"i
2442 inoremap <buffer> <silent> ;op <option></option>F<
2443 inoremap <buffer> <silent> ;ms <select name="" multiple>
2444 </select>O
2445 inoremap <buffer> <silent> ;se <select name="">
2446 </select>O
2447 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
2448 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
2449 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
2450 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
2451 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
2452 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
2453 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
2454 inoremap <buffer> <silent> ;fm <form action="">
2455 </form>k$F"i
2456 inoremap <buffer> <silent> ;if <iframe src="">
2457 </iframe>k$F"i
2458 inoremap <buffer> <silent> ;nf <noframes>
2459 </noframes>O
2460 inoremap <buffer> <silent> ;fr <frame src="">F"
2461 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
2462 </frameset>k$3F"i
2463 inoremap <buffer> <silent> ;th <th></th>F<
2464 inoremap <buffer> <silent> ;td <td>
2465 </td>O
2466 inoremap <buffer> <silent> ;tr <tr>
2467 </tr>O
2468 inoremap <buffer> <silent> ;tf <tfoot>
2469 </tfoot>O
2470 inoremap <buffer> <silent> ;tb <tbody>
2471 </tbody>O
2472 inoremap <buffer> <silent> ;tH <thead>
2473 </thead>O
2474 inoremap <buffer> <silent> ;ta <table>
2475 </table>O
2476 inoremap <buffer> <silent> ;ca <caption></caption>F<
2477 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
2478 </object>k$5F"i
2479 inoremap <buffer> <silent> ;ns <noscript>
2480 </noscripT>O
2481 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
2482 <noembed></noembed>k$5F"i
2483 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
2484 inoremap <buffer> <silent> ;va <var></var>F<
2485 inoremap <buffer> <silent> ;ul <ul>
2486 </ul>O
2487 inoremap <buffer> <silent> ;tt <tt></tt>F<
2488 inoremap <buffer> <silent> ;ti <title></title>F<
2489 inoremap <buffer> <silent> ;sp <sup></sup>F<
2490 inoremap <buffer> <silent> ;sb <sub></sub>F<
2491 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
2492 inoremap <buffer> <silent> ;cs <style type="text/css">
2493 <!--
2494 -->
2495 </style>kO
2496 inoremap <buffer> <silent> ;sm <small></small>F<
2497 inoremap <buffer> <silent> ;sa <samp></samp>F<
2498 inoremap <buffer> <silent> ;sk <strike></strike>F<
2499 inoremap <buffer> <silent> ;qu <q></q>F<
2500 inoremap <buffer> <silent> ;pr <pre>
2501 </pre>O
2502 inoremap <buffer> <silent> ;/p </p>
2503 
2504 <p>
2505 inoremap <buffer> <silent> ;pp <p>
2506 </p>O
2507 inoremap <buffer> <silent> ;ol <ol>
2508 </ol>O
2509 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
2510 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
2511 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
2512 inoremap <buffer> <silent> ;lk <link href="">F"
2513 inoremap <buffer> <silent> ;li <li></li>F<
2514 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
2515 inoremap <buffer> <silent> ;ii <isindex>
2516 inoremap <buffer> <silent> ;in <ins></ins>F<
2517 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
2518 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
2519 inoremap <buffer> <silent> ;ht <html>
2520 </html>O
2521 inoremap <buffer> <silent> ;Hr <hr width="75%">
2522 inoremap <buffer> <silent> ;hr <hr>
2523 inoremap <buffer> <silent> ;he <head>
2524 </head>O
2525 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
2526 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
2527 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
2528 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
2529 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
2530 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
2531 inoremap <buffer> <silent> ;h6 <h6></h6>F<
2532 inoremap <buffer> <silent> ;h5 <h5></h5>F<
2533 inoremap <buffer> <silent> ;h4 <h4></h4>F<
2534 inoremap <buffer> <silent> ;h3 <h3></h3>F<
2535 inoremap <buffer> <silent> ;h2 <h2></h2>F<
2536 inoremap <buffer> <silent> ;h1 <h1></h1>F<
2537 inoremap <buffer> <silent> ;fc <font color=""></font>F"
2538 inoremap <buffer> <silent> ;fo <font size=""></font>F"
2539 inoremap <buffer> <silent> ;sn <span></span>F<
2540 inoremap <buffer> <silent> ;dv <div>
2541 </div>O
2542 inoremap <buffer> <silent> ;df <dfn></dfn>F<
2543 inoremap <buffer> <silent> ;de <del></del>F<
2544 inoremap <buffer> <silent> ;dd <dd></dd>F<
2545 inoremap <buffer> <silent> ;dt <dt></dt>F<
2546 inoremap <buffer> <silent> ;dl <dl>
2547 </dl>O
2548 inoremap <buffer> <silent> ;co <code></code>F<
2549 inoremap <buffer> <silent> ;ci <cite></cite>F<
2550 inoremap <buffer> <silent> ;ce <center></center>F<
2551 inoremap <buffer> <silent> ;br <br>
2552 inoremap <buffer> <silent> ;bd <body>
2553 </body>O
2554 inoremap <buffer> <silent> ;bl <blockquote>
2555 </blockquote>O
2556 inoremap <buffer> <silent> ;bi <big></big>F<
2557 inoremap <buffer> <silent> ;bh <base href="">F"
2558 inoremap <buffer> <silent> ;ad <address></address>F<
2559 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
2560 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
2561 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
2562 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
2563 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
2564 inoremap <buffer> <silent> ;an <a name=""></a>F"
2565 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
2566 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
2567 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
2568 inoremap <buffer> <silent> ;ah <a href=""></a>F"
2569 imap <buffer> <silent> ;s4 ;s4
2570 imap <buffer> <silent> ;4 ;4
2571 inoremap <buffer> <silent> ;mi :call MangleImageTag()
2572 inoremap <buffer> <silent> ; 
2573 inoremap <buffer> <silent> ;& &
2574 inoremap <buffer> <silent> ;; ;
2575 setlocal keymap=
2576 setlocal noarabic
2577 setlocal autoindent
2578 setlocal balloonexpr=
2579 setlocal nobinary
2580 setlocal bufhidden=
2581 setlocal buflisted
2582 setlocal buftype=
2583 setlocal nocindent
2584 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
2585 setlocal cinoptions=
2586 setlocal cinwords=if,else,while,do,for,switch
2587 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
2588 setlocal commentstring=<!--%s-->
2589 setlocal complete=.,w,b,u,t,i
2590 setlocal completefunc=
2591 setlocal nocopyindent
2592 setlocal nocursorcolumn
2593 setlocal nocursorline
2594 setlocal define=
2595 setlocal dictionary=
2596 setlocal nodiff
2597 setlocal equalprg=
2598 setlocal errorformat=
2599 setlocal noexpandtab
2600 if &filetype != 'html'
2601 setlocal filetype=html
2602 endif
2603 setlocal foldcolumn=0
2604 setlocal foldenable
2605 setlocal foldexpr=0
2606 setlocal foldignore=#
2607 setlocal foldlevel=0
2608 setlocal foldmarker={{{,}}}
2609 setlocal foldmethod=manual
2610 setlocal foldminlines=1
2611 setlocal foldnestmax=20
2612 setlocal foldtext=foldtext()
2613 setlocal formatexpr=
2614 setlocal formatoptions=tcq
2615 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
2616 setlocal grepprg=
2617 setlocal iminsert=2
2618 setlocal imsearch=2
2619 setlocal include=
2620 setlocal includeexpr=
2621 setlocal indentexpr=
2622 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
2623 setlocal noinfercase
2624 setlocal iskeyword=@,48-57,_,192-255
2625 setlocal keywordprg=
2626 setlocal nolinebreak
2627 setlocal nolisp
2628 setlocal nolist
2629 setlocal makeprg=
2630 setlocal matchpairs=(:),{:},[:],<:>
2631 setlocal nomodeline
2632 setlocal modifiable
2633 setlocal nrformats=octal,hex
2634 setlocal nonumber
2635 setlocal numberwidth=4
2636 setlocal omnifunc=htmlcomplete#CompleteTags
2637 setlocal path=
2638 setlocal nopreserveindent
2639 setlocal nopreviewwindow
2640 setlocal quoteescape=\\
2641 setlocal noreadonly
2642 setlocal norightleft
2643 setlocal rightleftcmd=search
2644 setlocal noscrollbind
2645 setlocal shiftwidth=8
2646 setlocal noshortname
2647 setlocal nosmartindent
2648 setlocal softtabstop=0
2649 setlocal nospell
2650 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
2651 setlocal spellfile=
2652 setlocal spelllang=en
2653 setlocal statusline=
2654 setlocal suffixesadd=
2655 setlocal swapfile
2656 setlocal synmaxcol=3000
2657 if &syntax != 'html'
2658 setlocal syntax=html
2659 endif
2660 setlocal tabstop=2
2661 setlocal tags=
2662 setlocal textwidth=0
2663 setlocal thesaurus=
2664 setlocal nowinfixheight
2665 setlocal nowinfixwidth
2666 setlocal wrap
2667 setlocal wrapmargin=0
2668 silent! normal! zE
2669 let s:l = 1 - ((0 * winheight(0) + 19) / 39)
2670 if s:l < 1 | let s:l = 1 | endif
2671 exe s:l
2672 normal! zt
2673 1
2674 normal! 0
2675 tabedit flash-backup.html
2676 set splitbelow splitright
2677 set nosplitbelow
2678 set nosplitright
2679 wincmd t
2680 set winheight=1 winwidth=1
2681 argglobal
2682 7argu
2683 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
2684 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
2685 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
2686 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
2687 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
2688 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
2689 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
2690 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
2691 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
2692 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
2693 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
2694 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
2695 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
2696 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
2697 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
2698 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
2699 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
2700 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
2701 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">')
2702 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">')
2703 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
2704 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
2705 nnoremap <buffer> <silent> ; 
2706 nnoremap <buffer> <silent> ;; ;
2707 vnoremap <buffer> <silent> ;; ;
2708 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
2709 inoremap <buffer> <silent> &hA &hArr;
2710 inoremap <buffer> <silent> &dA &dArr;
2711 inoremap <buffer> <silent> &rA &rArr;
2712 inoremap <buffer> <silent> &uA &uArr;
2713 inoremap <buffer> <silent> &lA &lArr;
2714 inoremap <buffer> <silent> &ha &harr;
2715 inoremap <buffer> <silent> &da &darr;
2716 inoremap <buffer> <silent> &ra &rarr;
2717 inoremap <buffer> <silent> &ua &uarr;
2718 inoremap <buffer> <silent> &la &larr;
2719 inoremap <buffer> <silent> &pv &piv;
2720 inoremap <buffer> <silent> &uh &upsih;
2721 inoremap <buffer> <silent> &ts &thetasym;
2722 inoremap <buffer> <silent> &og &omega;
2723 inoremap <buffer> <silent> &ps &psi;
2724 inoremap <buffer> <silent> &ch &chi;
2725 inoremap <buffer> <silent> &ph &phi;
2726 inoremap <buffer> <silent> &up &upsilon;
2727 inoremap <buffer> <silent> &ta &tau;
2728 inoremap <buffer> <silent> &sf &sigmaf;
2729 inoremap <buffer> <silent> &si &sigma;
2730 inoremap <buffer> <silent> &rh &rho;
2731 inoremap <buffer> <silent> &pi &pi;
2732 inoremap <buffer> <silent> &oc &omicron;
2733 inoremap <buffer> <silent> &xi &xi;
2734 inoremap <buffer> <silent> &nu &nu;
2735 inoremap <buffer> <silent> &mu &mu;
2736 inoremap <buffer> <silent> &lm &lambda;
2737 inoremap <buffer> <silent> &ka &kappa;
2738 inoremap <buffer> <silent> &io &iota;
2739 inoremap <buffer> <silent> &th &theta;
2740 inoremap <buffer> <silent> &et &eta;
2741 inoremap <buffer> <silent> &ze &zeta;
2742 inoremap <buffer> <silent> &ep &epsilon;
2743 inoremap <buffer> <silent> &de &delta;
2744 inoremap <buffer> <silent> &ga &gamma;
2745 inoremap <buffer> <silent> &be &beta;
2746 inoremap <buffer> <silent> &al &alpha;
2747 inoremap <buffer> <silent> &Ps &Psi;
2748 inoremap <buffer> <silent> &Ch &Chi;
2749 inoremap <buffer> <silent> &Ph &Phi;
2750 inoremap <buffer> <silent> &Up &Upsilon;
2751 inoremap <buffer> <silent> &Ta &Tau;
2752 inoremap <buffer> <silent> &Si &Sigma;
2753 inoremap <buffer> <silent> &Rh &Rho;
2754 inoremap <buffer> <silent> &Pi &Pi;
2755 inoremap <buffer> <silent> &Oc &Omicron;
2756 inoremap <buffer> <silent> &Xi &Xi;
2757 inoremap <buffer> <silent> &Nu &Nu;
2758 inoremap <buffer> <silent> &Mu &Mu;
2759 inoremap <buffer> <silent> &Lm &Lambda;
2760 inoremap <buffer> <silent> &Ka &Kappa;
2761 inoremap <buffer> <silent> &Io &Iota;
2762 inoremap <buffer> <silent> &Th &Theta;
2763 inoremap <buffer> <silent> &Et &Eta;
2764 inoremap <buffer> <silent> &Ze &Zeta;
2765 inoremap <buffer> <silent> &Ep &Epsilon;
2766 inoremap <buffer> <silent> &De &Delta;
2767 inoremap <buffer> <silent> &Ga &Gamma;
2768 inoremap <buffer> <silent> &Be &Beta;
2769 inoremap <buffer> <silent> &Al &Alpha;
2770 inoremap <buffer> <silent> &3. &hellip;
2771 inoremap <buffer> <silent> &-- &mdash;
2772 inoremap <buffer> <silent> &3- &mdash;
2773 inoremap <buffer> <silent> &m- &mdash;
2774 inoremap <buffer> <silent> &2- &ndash;
2775 inoremap <buffer> <silent> &n- &ndash;
2776 inoremap <buffer> <silent> &34 &frac34;
2777 inoremap <buffer> <silent> &12 &frac12;
2778 inoremap <buffer> <silent> &14 &frac14;
2779 inoremap <buffer> <silent> &. &middot;
2780 inoremap <buffer> <silent> &pa &para;
2781 inoremap <buffer> <silent> &mi &micro;
2782 inoremap <buffer> <silent> &dg &deg;
2783 inoremap <buffer> <silent> &? &iquest;
2784 inoremap <buffer> <silent> &! &iexcl;
2785 inoremap <buffer> <silent> &sz &szlig;
2786 inoremap <buffer> <silent> &o/ &oslash;
2787 inoremap <buffer> <silent> &/ &divide;
2788 inoremap <buffer> <silent> &" &uml;
2789 inoremap <buffer> <silent> &2> &raquo;
2790 inoremap <buffer> <silent> &2< &laquo;
2791 inoremap <buffer> <silent> &y" &yuml;
2792 inoremap <buffer> <silent> &y' &yacute;
2793 inoremap <buffer> <silent> &u" &uuml;
2794 inoremap <buffer> <silent> &u^ &ucirc;
2795 inoremap <buffer> <silent> &u' &uacute;
2796 inoremap <buffer> <silent> &u` &ugrave;
2797 inoremap <buffer> <silent> &x &times;
2798 inoremap <buffer> <silent> &o" &ouml;
2799 inoremap <buffer> <silent> &o~ &otilde;
2800 inoremap <buffer> <silent> &o^ &ocirc;
2801 inoremap <buffer> <silent> &o' &oacute;
2802 inoremap <buffer> <silent> &o` &ograve;
2803 inoremap <buffer> <silent> &n~ &ntilde;
2804 inoremap <buffer> <silent> &i" &iuml;
2805 inoremap <buffer> <silent> &i^ &icirc;
2806 inoremap <buffer> <silent> &i' &iacute;
2807 inoremap <buffer> <silent> &i` &igrave;
2808 inoremap <buffer> <silent> &e" &euml;
2809 inoremap <buffer> <silent> &e^ &ecirc;
2810 inoremap <buffer> <silent> &e' &eacute;
2811 inoremap <buffer> <silent> &e` &egrave;
2812 inoremap <buffer> <silent> &c, &ccedil;
2813 inoremap <buffer> <silent> &ae &aelig;
2814 inoremap <buffer> <silent> &ao &aring;
2815 inoremap <buffer> <silent> &a" &auml;
2816 inoremap <buffer> <silent> &a~ &atilde;
2817 inoremap <buffer> <silent> &a^ &acirc;
2818 inoremap <buffer> <silent> &a' &aacute;
2819 inoremap <buffer> <silent> &a` &agrave;
2820 inoremap <buffer> <silent> &Y' &Yacute;
2821 inoremap <buffer> <silent> &U" &Uuml;
2822 inoremap <buffer> <silent> &U^ &Ucirc;
2823 inoremap <buffer> <silent> &U' &Uacute;
2824 inoremap <buffer> <silent> &U` &Ugrave;
2825 inoremap <buffer> <silent> &O/ &Oslash;
2826 inoremap <buffer> <silent> &O" &Ouml;
2827 inoremap <buffer> <silent> &O~ &Otilde;
2828 inoremap <buffer> <silent> &O^ &Ocirc;
2829 inoremap <buffer> <silent> &O' &Oacute;
2830 inoremap <buffer> <silent> &O` &Ograve;
2831 inoremap <buffer> <silent> &N~ &Ntilde;
2832 inoremap <buffer> <silent> &I" &Iuml;
2833 inoremap <buffer> <silent> &I^ &Icirc;
2834 inoremap <buffer> <silent> &I' &Iacute;
2835 inoremap <buffer> <silent> &I` &Igrave;
2836 inoremap <buffer> <silent> &E" &Euml;
2837 inoremap <buffer> <silent> &E^ &Ecirc;
2838 inoremap <buffer> <silent> &E' &Eacute;
2839 inoremap <buffer> <silent> &E` &Egrave;
2840 inoremap <buffer> <silent> &C, &Ccedil;
2841 inoremap <buffer> <silent> &AE &AElig;
2842 inoremap <buffer> <silent> &Ao &Aring;
2843 inoremap <buffer> <silent> &A" &Auml;
2844 inoremap <buffer> <silent> &A~ &Atilde;
2845 inoremap <buffer> <silent> &A^ &Acirc;
2846 inoremap <buffer> <silent> &A' &Aacute;
2847 inoremap <buffer> <silent> &A` &Agrave;
2848 inoremap <buffer> <silent> &c| &cent;
2849 inoremap <buffer> <silent> &Y= &yen;
2850 inoremap <buffer> <silent> &# &pound;
2851 inoremap <buffer> <silent> & &nbsp;
2852 inoremap <buffer> <silent> &> &gt;
2853 inoremap <buffer> <silent> &< &lt;
2854 inoremap <buffer> <silent> &' &quot;
2855 inoremap <buffer> <silent> &tm &trade;
2856 inoremap <buffer> <silent> &rO &reg;
2857 inoremap <buffer> <silent> &cO &copy;
2858 inoremap <buffer> <silent> && &amp;
2859 inoremap <buffer> <silent> ; &nbsp;
2860 inoremap <buffer> <silent> ;la <label for=""></label>F"
2861 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
2862 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
2863 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
2864 </textarea>k$5F"i
2865 inoremap <buffer> <silent> ;og <optgroup label="">
2866 </optgroup>k$F"i
2867 inoremap <buffer> <silent> ;op <option></option>F<
2868 inoremap <buffer> <silent> ;ms <select name="" multiple>
2869 </select>O
2870 inoremap <buffer> <silent> ;se <select name="">
2871 </select>O
2872 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
2873 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
2874 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
2875 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
2876 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
2877 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
2878 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
2879 inoremap <buffer> <silent> ;fm <form action="">
2880 </form>k$F"i
2881 inoremap <buffer> <silent> ;if <iframe src="">
2882 </iframe>k$F"i
2883 inoremap <buffer> <silent> ;nf <noframes>
2884 </noframes>O
2885 inoremap <buffer> <silent> ;fr <frame src="">F"
2886 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
2887 </frameset>k$3F"i
2888 inoremap <buffer> <silent> ;th <th></th>F<
2889 inoremap <buffer> <silent> ;td <td>
2890 </td>O
2891 inoremap <buffer> <silent> ;tr <tr>
2892 </tr>O
2893 inoremap <buffer> <silent> ;tf <tfoot>
2894 </tfoot>O
2895 inoremap <buffer> <silent> ;tb <tbody>
2896 </tbody>O
2897 inoremap <buffer> <silent> ;tH <thead>
2898 </thead>O
2899 inoremap <buffer> <silent> ;ta <table>
2900 </table>O
2901 inoremap <buffer> <silent> ;ca <caption></caption>F<
2902 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
2903 </object>k$5F"i
2904 inoremap <buffer> <silent> ;ns <noscript>
2905 </noscripT>O
2906 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
2907 <noembed></noembed>k$5F"i
2908 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
2909 inoremap <buffer> <silent> ;va <var></var>F<
2910 inoremap <buffer> <silent> ;ul <ul>
2911 </ul>O
2912 inoremap <buffer> <silent> ;tt <tt></tt>F<
2913 inoremap <buffer> <silent> ;ti <title></title>F<
2914 inoremap <buffer> <silent> ;sp <sup></sup>F<
2915 inoremap <buffer> <silent> ;sb <sub></sub>F<
2916 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
2917 inoremap <buffer> <silent> ;cs <style type="text/css">
2918 <!--
2919 -->
2920 </style>kO
2921 inoremap <buffer> <silent> ;sm <small></small>F<
2922 inoremap <buffer> <silent> ;sa <samp></samp>F<
2923 inoremap <buffer> <silent> ;sk <strike></strike>F<
2924 inoremap <buffer> <silent> ;qu <q></q>F<
2925 inoremap <buffer> <silent> ;pr <pre>
2926 </pre>O
2927 inoremap <buffer> <silent> ;/p </p>
2928 
2929 <p>
2930 inoremap <buffer> <silent> ;pp <p>
2931 </p>O
2932 inoremap <buffer> <silent> ;ol <ol>
2933 </ol>O
2934 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
2935 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
2936 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
2937 inoremap <buffer> <silent> ;lk <link href="">F"
2938 inoremap <buffer> <silent> ;li <li></li>F<
2939 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
2940 inoremap <buffer> <silent> ;ii <isindex>
2941 inoremap <buffer> <silent> ;in <ins></ins>F<
2942 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
2943 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
2944 inoremap <buffer> <silent> ;ht <html>
2945 </html>O
2946 inoremap <buffer> <silent> ;Hr <hr width="75%">
2947 inoremap <buffer> <silent> ;hr <hr>
2948 inoremap <buffer> <silent> ;he <head>
2949 </head>O
2950 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
2951 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
2952 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
2953 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
2954 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
2955 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
2956 inoremap <buffer> <silent> ;h6 <h6></h6>F<
2957 inoremap <buffer> <silent> ;h5 <h5></h5>F<
2958 inoremap <buffer> <silent> ;h4 <h4></h4>F<
2959 inoremap <buffer> <silent> ;h3 <h3></h3>F<
2960 inoremap <buffer> <silent> ;h2 <h2></h2>F<
2961 inoremap <buffer> <silent> ;h1 <h1></h1>F<
2962 inoremap <buffer> <silent> ;fc <font color=""></font>F"
2963 inoremap <buffer> <silent> ;fo <font size=""></font>F"
2964 inoremap <buffer> <silent> ;sn <span></span>F<
2965 inoremap <buffer> <silent> ;dv <div>
2966 </div>O
2967 inoremap <buffer> <silent> ;df <dfn></dfn>F<
2968 inoremap <buffer> <silent> ;de <del></del>F<
2969 inoremap <buffer> <silent> ;dd <dd></dd>F<
2970 inoremap <buffer> <silent> ;dt <dt></dt>F<
2971 inoremap <buffer> <silent> ;dl <dl>
2972 </dl>O
2973 inoremap <buffer> <silent> ;co <code></code>F<
2974 inoremap <buffer> <silent> ;ci <cite></cite>F<
2975 inoremap <buffer> <silent> ;ce <center></center>F<
2976 inoremap <buffer> <silent> ;br <br>
2977 inoremap <buffer> <silent> ;bd <body>
2978 </body>O
2979 inoremap <buffer> <silent> ;bl <blockquote>
2980 </blockquote>O
2981 inoremap <buffer> <silent> ;bi <big></big>F<
2982 inoremap <buffer> <silent> ;bh <base href="">F"
2983 inoremap <buffer> <silent> ;ad <address></address>F<
2984 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
2985 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
2986 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
2987 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
2988 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
2989 inoremap <buffer> <silent> ;an <a name=""></a>F"
2990 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
2991 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
2992 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
2993 inoremap <buffer> <silent> ;ah <a href=""></a>F"
2994 imap <buffer> <silent> ;s4 ;s4
2995 imap <buffer> <silent> ;4 ;4
2996 inoremap <buffer> <silent> ;mi :call MangleImageTag()
2997 inoremap <buffer> <silent> ; 
2998 inoremap <buffer> <silent> ;& &
2999 inoremap <buffer> <silent> ;; ;
3000 setlocal keymap=
3001 setlocal noarabic
3002 setlocal autoindent
3003 setlocal balloonexpr=
3004 setlocal nobinary
3005 setlocal bufhidden=
3006 setlocal buflisted
3007 setlocal buftype=
3008 setlocal nocindent
3009 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
3010 setlocal cinoptions=
3011 setlocal cinwords=if,else,while,do,for,switch
3012 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
3013 setlocal commentstring=<!--%s-->
3014 setlocal complete=.,w,b,u,t,i
3015 setlocal completefunc=
3016 setlocal nocopyindent
3017 setlocal nocursorcolumn
3018 setlocal nocursorline
3019 setlocal define=
3020 setlocal dictionary=
3021 setlocal nodiff
3022 setlocal equalprg=
3023 setlocal errorformat=
3024 setlocal noexpandtab
3025 if &filetype != 'html'
3026 setlocal filetype=html
3027 endif
3028 setlocal foldcolumn=0
3029 setlocal foldenable
3030 setlocal foldexpr=0
3031 setlocal foldignore=#
3032 setlocal foldlevel=0
3033 setlocal foldmarker={{{,}}}
3034 setlocal foldmethod=manual
3035 setlocal foldminlines=1
3036 setlocal foldnestmax=20
3037 setlocal foldtext=foldtext()
3038 setlocal formatexpr=
3039 setlocal formatoptions=tcq
3040 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
3041 setlocal grepprg=
3042 setlocal iminsert=2
3043 setlocal imsearch=2
3044 setlocal include=
3045 setlocal includeexpr=
3046 setlocal indentexpr=
3047 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
3048 setlocal noinfercase
3049 setlocal iskeyword=@,48-57,_,192-255
3050 setlocal keywordprg=
3051 setlocal nolinebreak
3052 setlocal nolisp
3053 setlocal nolist
3054 setlocal makeprg=
3055 setlocal matchpairs=(:),{:},[:],<:>
3056 setlocal nomodeline
3057 setlocal modifiable
3058 setlocal nrformats=octal,hex
3059 setlocal nonumber
3060 setlocal numberwidth=4
3061 setlocal omnifunc=htmlcomplete#CompleteTags
3062 setlocal path=
3063 setlocal nopreserveindent
3064 setlocal nopreviewwindow
3065 setlocal quoteescape=\\
3066 setlocal noreadonly
3067 setlocal norightleft
3068 setlocal rightleftcmd=search
3069 setlocal noscrollbind
3070 setlocal shiftwidth=8
3071 setlocal noshortname
3072 setlocal nosmartindent
3073 setlocal softtabstop=0
3074 setlocal nospell
3075 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
3076 setlocal spellfile=
3077 setlocal spelllang=en
3078 setlocal statusline=
3079 setlocal suffixesadd=
3080 setlocal swapfile
3081 setlocal synmaxcol=3000
3082 if &syntax != 'html'
3083 setlocal syntax=html
3084 endif
3085 setlocal tabstop=2
3086 setlocal tags=
3087 setlocal textwidth=0
3088 setlocal thesaurus=
3089 setlocal nowinfixheight
3090 setlocal nowinfixwidth
3091 setlocal wrap
3092 setlocal wrapmargin=0
3093 silent! normal! zE
3094 let s:l = 1 - ((0 * winheight(0) + 19) / 39)
3095 if s:l < 1 | let s:l = 1 | endif
3096 exe s:l
3097 normal! zt
3098 1
3099 normal! 0
3100 tabedit help.html
3101 set splitbelow splitright
3102 set nosplitbelow
3103 set nosplitright
3104 wincmd t
3105 set winheight=1 winwidth=1
3106 argglobal
3107 8argu
3108 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3109 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3110 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
3111 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
3112 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
3113 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
3114 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
3115 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
3116 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
3117 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
3118 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
3119 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
3120 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
3121 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
3122 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
3123 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
3124 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
3125 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
3126 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">')
3127 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">')
3128 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
3129 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
3130 nnoremap <buffer> <silent> ; 
3131 nnoremap <buffer> <silent> ;; ;
3132 vnoremap <buffer> <silent> ;; ;
3133 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
3134 inoremap <buffer> <silent> &hA &hArr;
3135 inoremap <buffer> <silent> &dA &dArr;
3136 inoremap <buffer> <silent> &rA &rArr;
3137 inoremap <buffer> <silent> &uA &uArr;
3138 inoremap <buffer> <silent> &lA &lArr;
3139 inoremap <buffer> <silent> &ha &harr;
3140 inoremap <buffer> <silent> &da &darr;
3141 inoremap <buffer> <silent> &ra &rarr;
3142 inoremap <buffer> <silent> &ua &uarr;
3143 inoremap <buffer> <silent> &la &larr;
3144 inoremap <buffer> <silent> &pv &piv;
3145 inoremap <buffer> <silent> &uh &upsih;
3146 inoremap <buffer> <silent> &ts &thetasym;
3147 inoremap <buffer> <silent> &og &omega;
3148 inoremap <buffer> <silent> &ps &psi;
3149 inoremap <buffer> <silent> &ch &chi;
3150 inoremap <buffer> <silent> &ph &phi;
3151 inoremap <buffer> <silent> &up &upsilon;
3152 inoremap <buffer> <silent> &ta &tau;
3153 inoremap <buffer> <silent> &sf &sigmaf;
3154 inoremap <buffer> <silent> &si &sigma;
3155 inoremap <buffer> <silent> &rh &rho;
3156 inoremap <buffer> <silent> &pi &pi;
3157 inoremap <buffer> <silent> &oc &omicron;
3158 inoremap <buffer> <silent> &xi &xi;
3159 inoremap <buffer> <silent> &nu &nu;
3160 inoremap <buffer> <silent> &mu &mu;
3161 inoremap <buffer> <silent> &lm &lambda;
3162 inoremap <buffer> <silent> &ka &kappa;
3163 inoremap <buffer> <silent> &io &iota;
3164 inoremap <buffer> <silent> &th &theta;
3165 inoremap <buffer> <silent> &et &eta;
3166 inoremap <buffer> <silent> &ze &zeta;
3167 inoremap <buffer> <silent> &ep &epsilon;
3168 inoremap <buffer> <silent> &de &delta;
3169 inoremap <buffer> <silent> &ga &gamma;
3170 inoremap <buffer> <silent> &be &beta;
3171 inoremap <buffer> <silent> &al &alpha;
3172 inoremap <buffer> <silent> &Ps &Psi;
3173 inoremap <buffer> <silent> &Ch &Chi;
3174 inoremap <buffer> <silent> &Ph &Phi;
3175 inoremap <buffer> <silent> &Up &Upsilon;
3176 inoremap <buffer> <silent> &Ta &Tau;
3177 inoremap <buffer> <silent> &Si &Sigma;
3178 inoremap <buffer> <silent> &Rh &Rho;
3179 inoremap <buffer> <silent> &Pi &Pi;
3180 inoremap <buffer> <silent> &Oc &Omicron;
3181 inoremap <buffer> <silent> &Xi &Xi;
3182 inoremap <buffer> <silent> &Nu &Nu;
3183 inoremap <buffer> <silent> &Mu &Mu;
3184 inoremap <buffer> <silent> &Lm &Lambda;
3185 inoremap <buffer> <silent> &Ka &Kappa;
3186 inoremap <buffer> <silent> &Io &Iota;
3187 inoremap <buffer> <silent> &Th &Theta;
3188 inoremap <buffer> <silent> &Et &Eta;
3189 inoremap <buffer> <silent> &Ze &Zeta;
3190 inoremap <buffer> <silent> &Ep &Epsilon;
3191 inoremap <buffer> <silent> &De &Delta;
3192 inoremap <buffer> <silent> &Ga &Gamma;
3193 inoremap <buffer> <silent> &Be &Beta;
3194 inoremap <buffer> <silent> &Al &Alpha;
3195 inoremap <buffer> <silent> &3. &hellip;
3196 inoremap <buffer> <silent> &-- &mdash;
3197 inoremap <buffer> <silent> &3- &mdash;
3198 inoremap <buffer> <silent> &m- &mdash;
3199 inoremap <buffer> <silent> &2- &ndash;
3200 inoremap <buffer> <silent> &n- &ndash;
3201 inoremap <buffer> <silent> &34 &frac34;
3202 inoremap <buffer> <silent> &12 &frac12;
3203 inoremap <buffer> <silent> &14 &frac14;
3204 inoremap <buffer> <silent> &. &middot;
3205 inoremap <buffer> <silent> &pa &para;
3206 inoremap <buffer> <silent> &mi &micro;
3207 inoremap <buffer> <silent> &dg &deg;
3208 inoremap <buffer> <silent> &? &iquest;
3209 inoremap <buffer> <silent> &! &iexcl;
3210 inoremap <buffer> <silent> &sz &szlig;
3211 inoremap <buffer> <silent> &o/ &oslash;
3212 inoremap <buffer> <silent> &/ &divide;
3213 inoremap <buffer> <silent> &" &uml;
3214 inoremap <buffer> <silent> &2> &raquo;
3215 inoremap <buffer> <silent> &2< &laquo;
3216 inoremap <buffer> <silent> &y" &yuml;
3217 inoremap <buffer> <silent> &y' &yacute;
3218 inoremap <buffer> <silent> &u" &uuml;
3219 inoremap <buffer> <silent> &u^ &ucirc;
3220 inoremap <buffer> <silent> &u' &uacute;
3221 inoremap <buffer> <silent> &u` &ugrave;
3222 inoremap <buffer> <silent> &x &times;
3223 inoremap <buffer> <silent> &o" &ouml;
3224 inoremap <buffer> <silent> &o~ &otilde;
3225 inoremap <buffer> <silent> &o^ &ocirc;
3226 inoremap <buffer> <silent> &o' &oacute;
3227 inoremap <buffer> <silent> &o` &ograve;
3228 inoremap <buffer> <silent> &n~ &ntilde;
3229 inoremap <buffer> <silent> &i" &iuml;
3230 inoremap <buffer> <silent> &i^ &icirc;
3231 inoremap <buffer> <silent> &i' &iacute;
3232 inoremap <buffer> <silent> &i` &igrave;
3233 inoremap <buffer> <silent> &e" &euml;
3234 inoremap <buffer> <silent> &e^ &ecirc;
3235 inoremap <buffer> <silent> &e' &eacute;
3236 inoremap <buffer> <silent> &e` &egrave;
3237 inoremap <buffer> <silent> &c, &ccedil;
3238 inoremap <buffer> <silent> &ae &aelig;
3239 inoremap <buffer> <silent> &ao &aring;
3240 inoremap <buffer> <silent> &a" &auml;
3241 inoremap <buffer> <silent> &a~ &atilde;
3242 inoremap <buffer> <silent> &a^ &acirc;
3243 inoremap <buffer> <silent> &a' &aacute;
3244 inoremap <buffer> <silent> &a` &agrave;
3245 inoremap <buffer> <silent> &Y' &Yacute;
3246 inoremap <buffer> <silent> &U" &Uuml;
3247 inoremap <buffer> <silent> &U^ &Ucirc;
3248 inoremap <buffer> <silent> &U' &Uacute;
3249 inoremap <buffer> <silent> &U` &Ugrave;
3250 inoremap <buffer> <silent> &O/ &Oslash;
3251 inoremap <buffer> <silent> &O" &Ouml;
3252 inoremap <buffer> <silent> &O~ &Otilde;
3253 inoremap <buffer> <silent> &O^ &Ocirc;
3254 inoremap <buffer> <silent> &O' &Oacute;
3255 inoremap <buffer> <silent> &O` &Ograve;
3256 inoremap <buffer> <silent> &N~ &Ntilde;
3257 inoremap <buffer> <silent> &I" &Iuml;
3258 inoremap <buffer> <silent> &I^ &Icirc;
3259 inoremap <buffer> <silent> &I' &Iacute;
3260 inoremap <buffer> <silent> &I` &Igrave;
3261 inoremap <buffer> <silent> &E" &Euml;
3262 inoremap <buffer> <silent> &E^ &Ecirc;
3263 inoremap <buffer> <silent> &E' &Eacute;
3264 inoremap <buffer> <silent> &E` &Egrave;
3265 inoremap <buffer> <silent> &C, &Ccedil;
3266 inoremap <buffer> <silent> &AE &AElig;
3267 inoremap <buffer> <silent> &Ao &Aring;
3268 inoremap <buffer> <silent> &A" &Auml;
3269 inoremap <buffer> <silent> &A~ &Atilde;
3270 inoremap <buffer> <silent> &A^ &Acirc;
3271 inoremap <buffer> <silent> &A' &Aacute;
3272 inoremap <buffer> <silent> &A` &Agrave;
3273 inoremap <buffer> <silent> &c| &cent;
3274 inoremap <buffer> <silent> &Y= &yen;
3275 inoremap <buffer> <silent> &# &pound;
3276 inoremap <buffer> <silent> & &nbsp;
3277 inoremap <buffer> <silent> &> &gt;
3278 inoremap <buffer> <silent> &< &lt;
3279 inoremap <buffer> <silent> &' &quot;
3280 inoremap <buffer> <silent> &tm &trade;
3281 inoremap <buffer> <silent> &rO &reg;
3282 inoremap <buffer> <silent> &cO &copy;
3283 inoremap <buffer> <silent> && &amp;
3284 inoremap <buffer> <silent> ; &nbsp;
3285 inoremap <buffer> <silent> ;la <label for=""></label>F"
3286 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
3287 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
3288 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
3289 </textarea>k$5F"i
3290 inoremap <buffer> <silent> ;og <optgroup label="">
3291 </optgroup>k$F"i
3292 inoremap <buffer> <silent> ;op <option></option>F<
3293 inoremap <buffer> <silent> ;ms <select name="" multiple>
3294 </select>O
3295 inoremap <buffer> <silent> ;se <select name="">
3296 </select>O
3297 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
3298 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
3299 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
3300 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
3301 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
3302 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
3303 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
3304 inoremap <buffer> <silent> ;fm <form action="">
3305 </form>k$F"i
3306 inoremap <buffer> <silent> ;if <iframe src="">
3307 </iframe>k$F"i
3308 inoremap <buffer> <silent> ;nf <noframes>
3309 </noframes>O
3310 inoremap <buffer> <silent> ;fr <frame src="">F"
3311 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
3312 </frameset>k$3F"i
3313 inoremap <buffer> <silent> ;th <th></th>F<
3314 inoremap <buffer> <silent> ;td <td>
3315 </td>O
3316 inoremap <buffer> <silent> ;tr <tr>
3317 </tr>O
3318 inoremap <buffer> <silent> ;tf <tfoot>
3319 </tfoot>O
3320 inoremap <buffer> <silent> ;tb <tbody>
3321 </tbody>O
3322 inoremap <buffer> <silent> ;tH <thead>
3323 </thead>O
3324 inoremap <buffer> <silent> ;ta <table>
3325 </table>O
3326 inoremap <buffer> <silent> ;ca <caption></caption>F<
3327 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
3328 </object>k$5F"i
3329 inoremap <buffer> <silent> ;ns <noscript>
3330 </noscripT>O
3331 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
3332 <noembed></noembed>k$5F"i
3333 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
3334 inoremap <buffer> <silent> ;va <var></var>F<
3335 inoremap <buffer> <silent> ;ul <ul>
3336 </ul>O
3337 inoremap <buffer> <silent> ;tt <tt></tt>F<
3338 inoremap <buffer> <silent> ;ti <title></title>F<
3339 inoremap <buffer> <silent> ;sp <sup></sup>F<
3340 inoremap <buffer> <silent> ;sb <sub></sub>F<
3341 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
3342 inoremap <buffer> <silent> ;cs <style type="text/css">
3343 <!--
3344 -->
3345 </style>kO
3346 inoremap <buffer> <silent> ;sm <small></small>F<
3347 inoremap <buffer> <silent> ;sa <samp></samp>F<
3348 inoremap <buffer> <silent> ;sk <strike></strike>F<
3349 inoremap <buffer> <silent> ;qu <q></q>F<
3350 inoremap <buffer> <silent> ;pr <pre>
3351 </pre>O
3352 inoremap <buffer> <silent> ;/p </p>
3353 
3354 <p>
3355 inoremap <buffer> <silent> ;pp <p>
3356 </p>O
3357 inoremap <buffer> <silent> ;ol <ol>
3358 </ol>O
3359 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
3360 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
3361 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
3362 inoremap <buffer> <silent> ;lk <link href="">F"
3363 inoremap <buffer> <silent> ;li <li></li>F<
3364 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
3365 inoremap <buffer> <silent> ;ii <isindex>
3366 inoremap <buffer> <silent> ;in <ins></ins>F<
3367 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
3368 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
3369 inoremap <buffer> <silent> ;ht <html>
3370 </html>O
3371 inoremap <buffer> <silent> ;Hr <hr width="75%">
3372 inoremap <buffer> <silent> ;hr <hr>
3373 inoremap <buffer> <silent> ;he <head>
3374 </head>O
3375 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
3376 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
3377 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
3378 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
3379 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
3380 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
3381 inoremap <buffer> <silent> ;h6 <h6></h6>F<
3382 inoremap <buffer> <silent> ;h5 <h5></h5>F<
3383 inoremap <buffer> <silent> ;h4 <h4></h4>F<
3384 inoremap <buffer> <silent> ;h3 <h3></h3>F<
3385 inoremap <buffer> <silent> ;h2 <h2></h2>F<
3386 inoremap <buffer> <silent> ;h1 <h1></h1>F<
3387 inoremap <buffer> <silent> ;fc <font color=""></font>F"
3388 inoremap <buffer> <silent> ;fo <font size=""></font>F"
3389 inoremap <buffer> <silent> ;sn <span></span>F<
3390 inoremap <buffer> <silent> ;dv <div>
3391 </div>O
3392 inoremap <buffer> <silent> ;df <dfn></dfn>F<
3393 inoremap <buffer> <silent> ;de <del></del>F<
3394 inoremap <buffer> <silent> ;dd <dd></dd>F<
3395 inoremap <buffer> <silent> ;dt <dt></dt>F<
3396 inoremap <buffer> <silent> ;dl <dl>
3397 </dl>O
3398 inoremap <buffer> <silent> ;co <code></code>F<
3399 inoremap <buffer> <silent> ;ci <cite></cite>F<
3400 inoremap <buffer> <silent> ;ce <center></center>F<
3401 inoremap <buffer> <silent> ;br <br>
3402 inoremap <buffer> <silent> ;bd <body>
3403 </body>O
3404 inoremap <buffer> <silent> ;bl <blockquote>
3405 </blockquote>O
3406 inoremap <buffer> <silent> ;bi <big></big>F<
3407 inoremap <buffer> <silent> ;bh <base href="">F"
3408 inoremap <buffer> <silent> ;ad <address></address>F<
3409 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
3410 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
3411 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
3412 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
3413 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
3414 inoremap <buffer> <silent> ;an <a name=""></a>F"
3415 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
3416 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
3417 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
3418 inoremap <buffer> <silent> ;ah <a href=""></a>F"
3419 imap <buffer> <silent> ;s4 ;s4
3420 imap <buffer> <silent> ;4 ;4
3421 inoremap <buffer> <silent> ;mi :call MangleImageTag()
3422 inoremap <buffer> <silent> ; 
3423 inoremap <buffer> <silent> ;& &
3424 inoremap <buffer> <silent> ;; ;
3425 setlocal keymap=
3426 setlocal noarabic
3427 setlocal autoindent
3428 setlocal balloonexpr=
3429 setlocal nobinary
3430 setlocal bufhidden=
3431 setlocal buflisted
3432 setlocal buftype=
3433 setlocal nocindent
3434 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
3435 setlocal cinoptions=
3436 setlocal cinwords=if,else,while,do,for,switch
3437 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
3438 setlocal commentstring=<!--%s-->
3439 setlocal complete=.,w,b,u,t,i
3440 setlocal completefunc=
3441 setlocal nocopyindent
3442 setlocal nocursorcolumn
3443 setlocal nocursorline
3444 setlocal define=
3445 setlocal dictionary=
3446 setlocal nodiff
3447 setlocal equalprg=
3448 setlocal errorformat=
3449 setlocal noexpandtab
3450 if &filetype != 'html'
3451 setlocal filetype=html
3452 endif
3453 setlocal foldcolumn=0
3454 setlocal foldenable
3455 setlocal foldexpr=0
3456 setlocal foldignore=#
3457 setlocal foldlevel=0
3458 setlocal foldmarker={{{,}}}
3459 setlocal foldmethod=manual
3460 setlocal foldminlines=1
3461 setlocal foldnestmax=20
3462 setlocal foldtext=foldtext()
3463 setlocal formatexpr=
3464 setlocal formatoptions=tcq
3465 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
3466 setlocal grepprg=
3467 setlocal iminsert=2
3468 setlocal imsearch=2
3469 setlocal include=
3470 setlocal includeexpr=
3471 setlocal indentexpr=
3472 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
3473 setlocal noinfercase
3474 setlocal iskeyword=@,48-57,_,192-255
3475 setlocal keywordprg=
3476 setlocal nolinebreak
3477 setlocal nolisp
3478 setlocal nolist
3479 setlocal makeprg=
3480 setlocal matchpairs=(:),{:},[:],<:>
3481 setlocal nomodeline
3482 setlocal modifiable
3483 setlocal nrformats=octal,hex
3484 setlocal nonumber
3485 setlocal numberwidth=4
3486 setlocal omnifunc=htmlcomplete#CompleteTags
3487 setlocal path=
3488 setlocal nopreserveindent
3489 setlocal nopreviewwindow
3490 setlocal quoteescape=\\
3491 setlocal noreadonly
3492 setlocal norightleft
3493 setlocal rightleftcmd=search
3494 setlocal noscrollbind
3495 setlocal shiftwidth=8
3496 setlocal noshortname
3497 setlocal nosmartindent
3498 setlocal softtabstop=0
3499 setlocal nospell
3500 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
3501 setlocal spellfile=
3502 setlocal spelllang=en
3503 setlocal statusline=
3504 setlocal suffixesadd=
3505 setlocal swapfile
3506 setlocal synmaxcol=3000
3507 if &syntax != 'html'
3508 setlocal syntax=html
3509 endif
3510 setlocal tabstop=2
3511 setlocal tags=
3512 setlocal textwidth=0
3513 setlocal thesaurus=
3514 setlocal nowinfixheight
3515 setlocal nowinfixwidth
3516 setlocal wrap
3517 setlocal wrapmargin=0
3518 silent! normal! zE
3519 let s:l = 1 - ((0 * winheight(0) + 19) / 39)
3520 if s:l < 1 | let s:l = 1 | endif
3521 exe s:l
3522 normal! zt
3523 1
3524 normal! 0
3525 tabedit index.html
3526 set splitbelow splitright
3527 set nosplitbelow
3528 set nosplitright
3529 wincmd t
3530 set winheight=1 winwidth=1
3531 argglobal
3532 9argu
3533 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3534 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3535 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
3536 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
3537 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
3538 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
3539 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
3540 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
3541 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
3542 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
3543 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
3544 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
3545 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
3546 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
3547 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
3548 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
3549 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
3550 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
3551 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">')
3552 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">')
3553 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
3554 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
3555 nnoremap <buffer> <silent> ; 
3556 nnoremap <buffer> <silent> ;; ;
3557 vnoremap <buffer> <silent> ;; ;
3558 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
3559 inoremap <buffer> <silent> &hA &hArr;
3560 inoremap <buffer> <silent> &dA &dArr;
3561 inoremap <buffer> <silent> &rA &rArr;
3562 inoremap <buffer> <silent> &uA &uArr;
3563 inoremap <buffer> <silent> &lA &lArr;
3564 inoremap <buffer> <silent> &ha &harr;
3565 inoremap <buffer> <silent> &da &darr;
3566 inoremap <buffer> <silent> &ra &rarr;
3567 inoremap <buffer> <silent> &ua &uarr;
3568 inoremap <buffer> <silent> &la &larr;
3569 inoremap <buffer> <silent> &pv &piv;
3570 inoremap <buffer> <silent> &uh &upsih;
3571 inoremap <buffer> <silent> &ts &thetasym;
3572 inoremap <buffer> <silent> &og &omega;
3573 inoremap <buffer> <silent> &ps &psi;
3574 inoremap <buffer> <silent> &ch &chi;
3575 inoremap <buffer> <silent> &ph &phi;
3576 inoremap <buffer> <silent> &up &upsilon;
3577 inoremap <buffer> <silent> &ta &tau;
3578 inoremap <buffer> <silent> &sf &sigmaf;
3579 inoremap <buffer> <silent> &si &sigma;
3580 inoremap <buffer> <silent> &rh &rho;
3581 inoremap <buffer> <silent> &pi &pi;
3582 inoremap <buffer> <silent> &oc &omicron;
3583 inoremap <buffer> <silent> &xi &xi;
3584 inoremap <buffer> <silent> &nu &nu;
3585 inoremap <buffer> <silent> &mu &mu;
3586 inoremap <buffer> <silent> &lm &lambda;
3587 inoremap <buffer> <silent> &ka &kappa;
3588 inoremap <buffer> <silent> &io &iota;
3589 inoremap <buffer> <silent> &th &theta;
3590 inoremap <buffer> <silent> &et &eta;
3591 inoremap <buffer> <silent> &ze &zeta;
3592 inoremap <buffer> <silent> &ep &epsilon;
3593 inoremap <buffer> <silent> &de &delta;
3594 inoremap <buffer> <silent> &ga &gamma;
3595 inoremap <buffer> <silent> &be &beta;
3596 inoremap <buffer> <silent> &al &alpha;
3597 inoremap <buffer> <silent> &Ps &Psi;
3598 inoremap <buffer> <silent> &Ch &Chi;
3599 inoremap <buffer> <silent> &Ph &Phi;
3600 inoremap <buffer> <silent> &Up &Upsilon;
3601 inoremap <buffer> <silent> &Ta &Tau;
3602 inoremap <buffer> <silent> &Si &Sigma;
3603 inoremap <buffer> <silent> &Rh &Rho;
3604 inoremap <buffer> <silent> &Pi &Pi;
3605 inoremap <buffer> <silent> &Oc &Omicron;
3606 inoremap <buffer> <silent> &Xi &Xi;
3607 inoremap <buffer> <silent> &Nu &Nu;
3608 inoremap <buffer> <silent> &Mu &Mu;
3609 inoremap <buffer> <silent> &Lm &Lambda;
3610 inoremap <buffer> <silent> &Ka &Kappa;
3611 inoremap <buffer> <silent> &Io &Iota;
3612 inoremap <buffer> <silent> &Th &Theta;
3613 inoremap <buffer> <silent> &Et &Eta;
3614 inoremap <buffer> <silent> &Ze &Zeta;
3615 inoremap <buffer> <silent> &Ep &Epsilon;
3616 inoremap <buffer> <silent> &De &Delta;
3617 inoremap <buffer> <silent> &Ga &Gamma;
3618 inoremap <buffer> <silent> &Be &Beta;
3619 inoremap <buffer> <silent> &Al &Alpha;
3620 inoremap <buffer> <silent> &3. &hellip;
3621 inoremap <buffer> <silent> &-- &mdash;
3622 inoremap <buffer> <silent> &3- &mdash;
3623 inoremap <buffer> <silent> &m- &mdash;
3624 inoremap <buffer> <silent> &2- &ndash;
3625 inoremap <buffer> <silent> &n- &ndash;
3626 inoremap <buffer> <silent> &34 &frac34;
3627 inoremap <buffer> <silent> &12 &frac12;
3628 inoremap <buffer> <silent> &14 &frac14;
3629 inoremap <buffer> <silent> &. &middot;
3630 inoremap <buffer> <silent> &pa &para;
3631 inoremap <buffer> <silent> &mi &micro;
3632 inoremap <buffer> <silent> &dg &deg;
3633 inoremap <buffer> <silent> &? &iquest;
3634 inoremap <buffer> <silent> &! &iexcl;
3635 inoremap <buffer> <silent> &sz &szlig;
3636 inoremap <buffer> <silent> &o/ &oslash;
3637 inoremap <buffer> <silent> &/ &divide;
3638 inoremap <buffer> <silent> &" &uml;
3639 inoremap <buffer> <silent> &2> &raquo;
3640 inoremap <buffer> <silent> &2< &laquo;
3641 inoremap <buffer> <silent> &y" &yuml;
3642 inoremap <buffer> <silent> &y' &yacute;
3643 inoremap <buffer> <silent> &u" &uuml;
3644 inoremap <buffer> <silent> &u^ &ucirc;
3645 inoremap <buffer> <silent> &u' &uacute;
3646 inoremap <buffer> <silent> &u` &ugrave;
3647 inoremap <buffer> <silent> &x &times;
3648 inoremap <buffer> <silent> &o" &ouml;
3649 inoremap <buffer> <silent> &o~ &otilde;
3650 inoremap <buffer> <silent> &o^ &ocirc;
3651 inoremap <buffer> <silent> &o' &oacute;
3652 inoremap <buffer> <silent> &o` &ograve;
3653 inoremap <buffer> <silent> &n~ &ntilde;
3654 inoremap <buffer> <silent> &i" &iuml;
3655 inoremap <buffer> <silent> &i^ &icirc;
3656 inoremap <buffer> <silent> &i' &iacute;
3657 inoremap <buffer> <silent> &i` &igrave;
3658 inoremap <buffer> <silent> &e" &euml;
3659 inoremap <buffer> <silent> &e^ &ecirc;
3660 inoremap <buffer> <silent> &e' &eacute;
3661 inoremap <buffer> <silent> &e` &egrave;
3662 inoremap <buffer> <silent> &c, &ccedil;
3663 inoremap <buffer> <silent> &ae &aelig;
3664 inoremap <buffer> <silent> &ao &aring;
3665 inoremap <buffer> <silent> &a" &auml;
3666 inoremap <buffer> <silent> &a~ &atilde;
3667 inoremap <buffer> <silent> &a^ &acirc;
3668 inoremap <buffer> <silent> &a' &aacute;
3669 inoremap <buffer> <silent> &a` &agrave;
3670 inoremap <buffer> <silent> &Y' &Yacute;
3671 inoremap <buffer> <silent> &U" &Uuml;
3672 inoremap <buffer> <silent> &U^ &Ucirc;
3673 inoremap <buffer> <silent> &U' &Uacute;
3674 inoremap <buffer> <silent> &U` &Ugrave;
3675 inoremap <buffer> <silent> &O/ &Oslash;
3676 inoremap <buffer> <silent> &O" &Ouml;
3677 inoremap <buffer> <silent> &O~ &Otilde;
3678 inoremap <buffer> <silent> &O^ &Ocirc;
3679 inoremap <buffer> <silent> &O' &Oacute;
3680 inoremap <buffer> <silent> &O` &Ograve;
3681 inoremap <buffer> <silent> &N~ &Ntilde;
3682 inoremap <buffer> <silent> &I" &Iuml;
3683 inoremap <buffer> <silent> &I^ &Icirc;
3684 inoremap <buffer> <silent> &I' &Iacute;
3685 inoremap <buffer> <silent> &I` &Igrave;
3686 inoremap <buffer> <silent> &E" &Euml;
3687 inoremap <buffer> <silent> &E^ &Ecirc;
3688 inoremap <buffer> <silent> &E' &Eacute;
3689 inoremap <buffer> <silent> &E` &Egrave;
3690 inoremap <buffer> <silent> &C, &Ccedil;
3691 inoremap <buffer> <silent> &AE &AElig;
3692 inoremap <buffer> <silent> &Ao &Aring;
3693 inoremap <buffer> <silent> &A" &Auml;
3694 inoremap <buffer> <silent> &A~ &Atilde;
3695 inoremap <buffer> <silent> &A^ &Acirc;
3696 inoremap <buffer> <silent> &A' &Aacute;
3697 inoremap <buffer> <silent> &A` &Agrave;
3698 inoremap <buffer> <silent> &c| &cent;
3699 inoremap <buffer> <silent> &Y= &yen;
3700 inoremap <buffer> <silent> &# &pound;
3701 inoremap <buffer> <silent> & &nbsp;
3702 inoremap <buffer> <silent> &> &gt;
3703 inoremap <buffer> <silent> &< &lt;
3704 inoremap <buffer> <silent> &' &quot;
3705 inoremap <buffer> <silent> &tm &trade;
3706 inoremap <buffer> <silent> &rO &reg;
3707 inoremap <buffer> <silent> &cO &copy;
3708 inoremap <buffer> <silent> && &amp;
3709 inoremap <buffer> <silent> ; &nbsp;
3710 inoremap <buffer> <silent> ;la <label for=""></label>F"
3711 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
3712 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
3713 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
3714 </textarea>k$5F"i
3715 inoremap <buffer> <silent> ;og <optgroup label="">
3716 </optgroup>k$F"i
3717 inoremap <buffer> <silent> ;op <option></option>F<
3718 inoremap <buffer> <silent> ;ms <select name="" multiple>
3719 </select>O
3720 inoremap <buffer> <silent> ;se <select name="">
3721 </select>O
3722 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
3723 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
3724 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
3725 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
3726 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
3727 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
3728 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
3729 inoremap <buffer> <silent> ;fm <form action="">
3730 </form>k$F"i
3731 inoremap <buffer> <silent> ;if <iframe src="">
3732 </iframe>k$F"i
3733 inoremap <buffer> <silent> ;nf <noframes>
3734 </noframes>O
3735 inoremap <buffer> <silent> ;fr <frame src="">F"
3736 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
3737 </frameset>k$3F"i
3738 inoremap <buffer> <silent> ;th <th></th>F<
3739 inoremap <buffer> <silent> ;td <td>
3740 </td>O
3741 inoremap <buffer> <silent> ;tr <tr>
3742 </tr>O
3743 inoremap <buffer> <silent> ;tf <tfoot>
3744 </tfoot>O
3745 inoremap <buffer> <silent> ;tb <tbody>
3746 </tbody>O
3747 inoremap <buffer> <silent> ;tH <thead>
3748 </thead>O
3749 inoremap <buffer> <silent> ;ta <table>
3750 </table>O
3751 inoremap <buffer> <silent> ;ca <caption></caption>F<
3752 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
3753 </object>k$5F"i
3754 inoremap <buffer> <silent> ;ns <noscript>
3755 </noscripT>O
3756 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
3757 <noembed></noembed>k$5F"i
3758 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
3759 inoremap <buffer> <silent> ;va <var></var>F<
3760 inoremap <buffer> <silent> ;ul <ul>
3761 </ul>O
3762 inoremap <buffer> <silent> ;tt <tt></tt>F<
3763 inoremap <buffer> <silent> ;ti <title></title>F<
3764 inoremap <buffer> <silent> ;sp <sup></sup>F<
3765 inoremap <buffer> <silent> ;sb <sub></sub>F<
3766 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
3767 inoremap <buffer> <silent> ;cs <style type="text/css">
3768 <!--
3769 -->
3770 </style>kO
3771 inoremap <buffer> <silent> ;sm <small></small>F<
3772 inoremap <buffer> <silent> ;sa <samp></samp>F<
3773 inoremap <buffer> <silent> ;sk <strike></strike>F<
3774 inoremap <buffer> <silent> ;qu <q></q>F<
3775 inoremap <buffer> <silent> ;pr <pre>
3776 </pre>O
3777 inoremap <buffer> <silent> ;/p </p>
3778 
3779 <p>
3780 inoremap <buffer> <silent> ;pp <p>
3781 </p>O
3782 inoremap <buffer> <silent> ;ol <ol>
3783 </ol>O
3784 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
3785 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
3786 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
3787 inoremap <buffer> <silent> ;lk <link href="">F"
3788 inoremap <buffer> <silent> ;li <li></li>F<
3789 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
3790 inoremap <buffer> <silent> ;ii <isindex>
3791 inoremap <buffer> <silent> ;in <ins></ins>F<
3792 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
3793 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
3794 inoremap <buffer> <silent> ;ht <html>
3795 </html>O
3796 inoremap <buffer> <silent> ;Hr <hr width="75%">
3797 inoremap <buffer> <silent> ;hr <hr>
3798 inoremap <buffer> <silent> ;he <head>
3799 </head>O
3800 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
3801 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
3802 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
3803 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
3804 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
3805 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
3806 inoremap <buffer> <silent> ;h6 <h6></h6>F<
3807 inoremap <buffer> <silent> ;h5 <h5></h5>F<
3808 inoremap <buffer> <silent> ;h4 <h4></h4>F<
3809 inoremap <buffer> <silent> ;h3 <h3></h3>F<
3810 inoremap <buffer> <silent> ;h2 <h2></h2>F<
3811 inoremap <buffer> <silent> ;h1 <h1></h1>F<
3812 inoremap <buffer> <silent> ;fc <font color=""></font>F"
3813 inoremap <buffer> <silent> ;fo <font size=""></font>F"
3814 inoremap <buffer> <silent> ;sn <span></span>F<
3815 inoremap <buffer> <silent> ;dv <div>
3816 </div>O
3817 inoremap <buffer> <silent> ;df <dfn></dfn>F<
3818 inoremap <buffer> <silent> ;de <del></del>F<
3819 inoremap <buffer> <silent> ;dd <dd></dd>F<
3820 inoremap <buffer> <silent> ;dt <dt></dt>F<
3821 inoremap <buffer> <silent> ;dl <dl>
3822 </dl>O
3823 inoremap <buffer> <silent> ;co <code></code>F<
3824 inoremap <buffer> <silent> ;ci <cite></cite>F<
3825 inoremap <buffer> <silent> ;ce <center></center>F<
3826 inoremap <buffer> <silent> ;br <br>
3827 inoremap <buffer> <silent> ;bd <body>
3828 </body>O
3829 inoremap <buffer> <silent> ;bl <blockquote>
3830 </blockquote>O
3831 inoremap <buffer> <silent> ;bi <big></big>F<
3832 inoremap <buffer> <silent> ;bh <base href="">F"
3833 inoremap <buffer> <silent> ;ad <address></address>F<
3834 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
3835 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
3836 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
3837 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
3838 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
3839 inoremap <buffer> <silent> ;an <a name=""></a>F"
3840 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
3841 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
3842 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
3843 inoremap <buffer> <silent> ;ah <a href=""></a>F"
3844 imap <buffer> <silent> ;s4 ;s4
3845 imap <buffer> <silent> ;4 ;4
3846 inoremap <buffer> <silent> ;mi :call MangleImageTag()
3847 inoremap <buffer> <silent> ; 
3848 inoremap <buffer> <silent> ;& &
3849 inoremap <buffer> <silent> ;; ;
3850 setlocal keymap=
3851 setlocal noarabic
3852 setlocal autoindent
3853 setlocal balloonexpr=
3854 setlocal nobinary
3855 setlocal bufhidden=
3856 setlocal buflisted
3857 setlocal buftype=
3858 setlocal nocindent
3859 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
3860 setlocal cinoptions=
3861 setlocal cinwords=if,else,while,do,for,switch
3862 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
3863 setlocal commentstring=<!--%s-->
3864 setlocal complete=.,w,b,u,t,i
3865 setlocal completefunc=
3866 setlocal nocopyindent
3867 setlocal nocursorcolumn
3868 setlocal nocursorline
3869 setlocal define=
3870 setlocal dictionary=
3871 setlocal nodiff
3872 setlocal equalprg=
3873 setlocal errorformat=
3874 setlocal noexpandtab
3875 if &filetype != 'html'
3876 setlocal filetype=html
3877 endif
3878 setlocal foldcolumn=0
3879 setlocal foldenable
3880 setlocal foldexpr=0
3881 setlocal foldignore=#
3882 setlocal foldlevel=0
3883 setlocal foldmarker={{{,}}}
3884 setlocal foldmethod=manual
3885 setlocal foldminlines=1
3886 setlocal foldnestmax=20
3887 setlocal foldtext=foldtext()
3888 setlocal formatexpr=
3889 setlocal formatoptions=tcq
3890 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
3891 setlocal grepprg=
3892 setlocal iminsert=2
3893 setlocal imsearch=2
3894 setlocal include=
3895 setlocal includeexpr=
3896 setlocal indentexpr=
3897 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
3898 setlocal noinfercase
3899 setlocal iskeyword=@,48-57,_,192-255
3900 setlocal keywordprg=
3901 setlocal nolinebreak
3902 setlocal nolisp
3903 setlocal nolist
3904 setlocal makeprg=
3905 setlocal matchpairs=(:),{:},[:],<:>
3906 setlocal nomodeline
3907 setlocal modifiable
3908 setlocal nrformats=octal,hex
3909 setlocal nonumber
3910 setlocal numberwidth=4
3911 setlocal omnifunc=htmlcomplete#CompleteTags
3912 setlocal path=
3913 setlocal nopreserveindent
3914 setlocal nopreviewwindow
3915 setlocal quoteescape=\\
3916 setlocal noreadonly
3917 setlocal norightleft
3918 setlocal rightleftcmd=search
3919 setlocal noscrollbind
3920 setlocal shiftwidth=8
3921 setlocal noshortname
3922 setlocal nosmartindent
3923 setlocal softtabstop=0
3924 setlocal nospell
3925 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
3926 setlocal spellfile=
3927 setlocal spelllang=en
3928 setlocal statusline=
3929 setlocal suffixesadd=
3930 setlocal swapfile
3931 setlocal synmaxcol=3000
3932 if &syntax != 'html'
3933 setlocal syntax=html
3934 endif
3935 setlocal tabstop=2
3936 setlocal tags=
3937 setlocal textwidth=0
3938 setlocal thesaurus=
3939 setlocal nowinfixheight
3940 setlocal nowinfixwidth
3941 setlocal wrap
3942 setlocal wrapmargin=0
3943 silent! normal! zE
3944 let s:l = 1 - ((0 * winheight(0) + 19) / 39)
3945 if s:l < 1 | let s:l = 1 | endif
3946 exe s:l
3947 normal! zt
3948 1
3949 normal! 0
3950 tabedit intro.html
3951 set splitbelow splitright
3952 set nosplitbelow
3953 set nosplitright
3954 wincmd t
3955 set winheight=1 winwidth=1
3956 argglobal
3957 10argu
3958 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3959 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3960 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
3961 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
3962 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
3963 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
3964 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
3965 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
3966 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
3967 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
3968 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
3969 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
3970 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
3971 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
3972 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
3973 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
3974 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
3975 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
3976 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">')
3977 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">')
3978 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
3979 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
3980 nnoremap <buffer> <silent> ; 
3981 nnoremap <buffer> <silent> ;; ;
3982 vnoremap <buffer> <silent> ;; ;
3983 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
3984 inoremap <buffer> <silent> &hA &hArr;
3985 inoremap <buffer> <silent> &dA &dArr;
3986 inoremap <buffer> <silent> &rA &rArr;
3987 inoremap <buffer> <silent> &uA &uArr;
3988 inoremap <buffer> <silent> &lA &lArr;
3989 inoremap <buffer> <silent> &ha &harr;
3990 inoremap <buffer> <silent> &da &darr;
3991 inoremap <buffer> <silent> &ra &rarr;
3992 inoremap <buffer> <silent> &ua &uarr;
3993 inoremap <buffer> <silent> &la &larr;
3994 inoremap <buffer> <silent> &pv &piv;
3995 inoremap <buffer> <silent> &uh &upsih;
3996 inoremap <buffer> <silent> &ts &thetasym;
3997 inoremap <buffer> <silent> &og &omega;
3998 inoremap <buffer> <silent> &ps &psi;
3999 inoremap <buffer> <silent> &ch &chi;
4000 inoremap <buffer> <silent> &ph &phi;
4001 inoremap <buffer> <silent> &up &upsilon;
4002 inoremap <buffer> <silent> &ta &tau;
4003 inoremap <buffer> <silent> &sf &sigmaf;
4004 inoremap <buffer> <silent> &si &sigma;
4005 inoremap <buffer> <silent> &rh &rho;
4006 inoremap <buffer> <silent> &pi &pi;
4007 inoremap <buffer> <silent> &oc &omicron;
4008 inoremap <buffer> <silent> &xi &xi;
4009 inoremap <buffer> <silent> &nu &nu;
4010 inoremap <buffer> <silent> &mu &mu;
4011 inoremap <buffer> <silent> &lm &lambda;
4012 inoremap <buffer> <silent> &ka &kappa;
4013 inoremap <buffer> <silent> &io &iota;
4014 inoremap <buffer> <silent> &th &theta;
4015 inoremap <buffer> <silent> &et &eta;
4016 inoremap <buffer> <silent> &ze &zeta;
4017 inoremap <buffer> <silent> &ep &epsilon;
4018 inoremap <buffer> <silent> &de &delta;
4019 inoremap <buffer> <silent> &ga &gamma;
4020 inoremap <buffer> <silent> &be &beta;
4021 inoremap <buffer> <silent> &al &alpha;
4022 inoremap <buffer> <silent> &Ps &Psi;
4023 inoremap <buffer> <silent> &Ch &Chi;
4024 inoremap <buffer> <silent> &Ph &Phi;
4025 inoremap <buffer> <silent> &Up &Upsilon;
4026 inoremap <buffer> <silent> &Ta &Tau;
4027 inoremap <buffer> <silent> &Si &Sigma;
4028 inoremap <buffer> <silent> &Rh &Rho;
4029 inoremap <buffer> <silent> &Pi &Pi;
4030 inoremap <buffer> <silent> &Oc &Omicron;
4031 inoremap <buffer> <silent> &Xi &Xi;
4032 inoremap <buffer> <silent> &Nu &Nu;
4033 inoremap <buffer> <silent> &Mu &Mu;
4034 inoremap <buffer> <silent> &Lm &Lambda;
4035 inoremap <buffer> <silent> &Ka &Kappa;
4036 inoremap <buffer> <silent> &Io &Iota;
4037 inoremap <buffer> <silent> &Th &Theta;
4038 inoremap <buffer> <silent> &Et &Eta;
4039 inoremap <buffer> <silent> &Ze &Zeta;
4040 inoremap <buffer> <silent> &Ep &Epsilon;
4041 inoremap <buffer> <silent> &De &Delta;
4042 inoremap <buffer> <silent> &Ga &Gamma;
4043 inoremap <buffer> <silent> &Be &Beta;
4044 inoremap <buffer> <silent> &Al &Alpha;
4045 inoremap <buffer> <silent> &3. &hellip;
4046 inoremap <buffer> <silent> &-- &mdash;
4047 inoremap <buffer> <silent> &3- &mdash;
4048 inoremap <buffer> <silent> &m- &mdash;
4049 inoremap <buffer> <silent> &2- &ndash;
4050 inoremap <buffer> <silent> &n- &ndash;
4051 inoremap <buffer> <silent> &34 &frac34;
4052 inoremap <buffer> <silent> &12 &frac12;
4053 inoremap <buffer> <silent> &14 &frac14;
4054 inoremap <buffer> <silent> &. &middot;
4055 inoremap <buffer> <silent> &pa &para;
4056 inoremap <buffer> <silent> &mi &micro;
4057 inoremap <buffer> <silent> &dg &deg;
4058 inoremap <buffer> <silent> &? &iquest;
4059 inoremap <buffer> <silent> &! &iexcl;
4060 inoremap <buffer> <silent> &sz &szlig;
4061 inoremap <buffer> <silent> &o/ &oslash;
4062 inoremap <buffer> <silent> &/ &divide;
4063 inoremap <buffer> <silent> &" &uml;
4064 inoremap <buffer> <silent> &2> &raquo;
4065 inoremap <buffer> <silent> &2< &laquo;
4066 inoremap <buffer> <silent> &y" &yuml;
4067 inoremap <buffer> <silent> &y' &yacute;
4068 inoremap <buffer> <silent> &u" &uuml;
4069 inoremap <buffer> <silent> &u^ &ucirc;
4070 inoremap <buffer> <silent> &u' &uacute;
4071 inoremap <buffer> <silent> &u` &ugrave;
4072 inoremap <buffer> <silent> &x &times;
4073 inoremap <buffer> <silent> &o" &ouml;
4074 inoremap <buffer> <silent> &o~ &otilde;
4075 inoremap <buffer> <silent> &o^ &ocirc;
4076 inoremap <buffer> <silent> &o' &oacute;
4077 inoremap <buffer> <silent> &o` &ograve;
4078 inoremap <buffer> <silent> &n~ &ntilde;
4079 inoremap <buffer> <silent> &i" &iuml;
4080 inoremap <buffer> <silent> &i^ &icirc;
4081 inoremap <buffer> <silent> &i' &iacute;
4082 inoremap <buffer> <silent> &i` &igrave;
4083 inoremap <buffer> <silent> &e" &euml;
4084 inoremap <buffer> <silent> &e^ &ecirc;
4085 inoremap <buffer> <silent> &e' &eacute;
4086 inoremap <buffer> <silent> &e` &egrave;
4087 inoremap <buffer> <silent> &c, &ccedil;
4088 inoremap <buffer> <silent> &ae &aelig;
4089 inoremap <buffer> <silent> &ao &aring;
4090 inoremap <buffer> <silent> &a" &auml;
4091 inoremap <buffer> <silent> &a~ &atilde;
4092 inoremap <buffer> <silent> &a^ &acirc;
4093 inoremap <buffer> <silent> &a' &aacute;
4094 inoremap <buffer> <silent> &a` &agrave;
4095 inoremap <buffer> <silent> &Y' &Yacute;
4096 inoremap <buffer> <silent> &U" &Uuml;
4097 inoremap <buffer> <silent> &U^ &Ucirc;
4098 inoremap <buffer> <silent> &U' &Uacute;
4099 inoremap <buffer> <silent> &U` &Ugrave;
4100 inoremap <buffer> <silent> &O/ &Oslash;
4101 inoremap <buffer> <silent> &O" &Ouml;
4102 inoremap <buffer> <silent> &O~ &Otilde;
4103 inoremap <buffer> <silent> &O^ &Ocirc;
4104 inoremap <buffer> <silent> &O' &Oacute;
4105 inoremap <buffer> <silent> &O` &Ograve;
4106 inoremap <buffer> <silent> &N~ &Ntilde;
4107 inoremap <buffer> <silent> &I" &Iuml;
4108 inoremap <buffer> <silent> &I^ &Icirc;
4109 inoremap <buffer> <silent> &I' &Iacute;
4110 inoremap <buffer> <silent> &I` &Igrave;
4111 inoremap <buffer> <silent> &E" &Euml;
4112 inoremap <buffer> <silent> &E^ &Ecirc;
4113 inoremap <buffer> <silent> &E' &Eacute;
4114 inoremap <buffer> <silent> &E` &Egrave;
4115 inoremap <buffer> <silent> &C, &Ccedil;
4116 inoremap <buffer> <silent> &AE &AElig;
4117 inoremap <buffer> <silent> &Ao &Aring;
4118 inoremap <buffer> <silent> &A" &Auml;
4119 inoremap <buffer> <silent> &A~ &Atilde;
4120 inoremap <buffer> <silent> &A^ &Acirc;
4121 inoremap <buffer> <silent> &A' &Aacute;
4122 inoremap <buffer> <silent> &A` &Agrave;
4123 inoremap <buffer> <silent> &c| &cent;
4124 inoremap <buffer> <silent> &Y= &yen;
4125 inoremap <buffer> <silent> &# &pound;
4126 inoremap <buffer> <silent> & &nbsp;
4127 inoremap <buffer> <silent> &> &gt;
4128 inoremap <buffer> <silent> &< &lt;
4129 inoremap <buffer> <silent> &' &quot;
4130 inoremap <buffer> <silent> &tm &trade;
4131 inoremap <buffer> <silent> &rO &reg;
4132 inoremap <buffer> <silent> &cO &copy;
4133 inoremap <buffer> <silent> && &amp;
4134 inoremap <buffer> <silent> ; &nbsp;
4135 inoremap <buffer> <silent> ;la <label for=""></label>F"
4136 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
4137 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
4138 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
4139 </textarea>k$5F"i
4140 inoremap <buffer> <silent> ;og <optgroup label="">
4141 </optgroup>k$F"i
4142 inoremap <buffer> <silent> ;op <option></option>F<
4143 inoremap <buffer> <silent> ;ms <select name="" multiple>
4144 </select>O
4145 inoremap <buffer> <silent> ;se <select name="">
4146 </select>O
4147 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
4148 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
4149 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
4150 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
4151 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
4152 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
4153 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
4154 inoremap <buffer> <silent> ;fm <form action="">
4155 </form>k$F"i
4156 inoremap <buffer> <silent> ;if <iframe src="">
4157 </iframe>k$F"i
4158 inoremap <buffer> <silent> ;nf <noframes>
4159 </noframes>O
4160 inoremap <buffer> <silent> ;fr <frame src="">F"
4161 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
4162 </frameset>k$3F"i
4163 inoremap <buffer> <silent> ;th <th></th>F<
4164 inoremap <buffer> <silent> ;td <td>
4165 </td>O
4166 inoremap <buffer> <silent> ;tr <tr>
4167 </tr>O
4168 inoremap <buffer> <silent> ;tf <tfoot>
4169 </tfoot>O
4170 inoremap <buffer> <silent> ;tb <tbody>
4171 </tbody>O
4172 inoremap <buffer> <silent> ;tH <thead>
4173 </thead>O
4174 inoremap <buffer> <silent> ;ta <table>
4175 </table>O
4176 inoremap <buffer> <silent> ;ca <caption></caption>F<
4177 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
4178 </object>k$5F"i
4179 inoremap <buffer> <silent> ;ns <noscript>
4180 </noscripT>O
4181 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
4182 <noembed></noembed>k$5F"i
4183 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
4184 inoremap <buffer> <silent> ;va <var></var>F<
4185 inoremap <buffer> <silent> ;ul <ul>
4186 </ul>O
4187 inoremap <buffer> <silent> ;tt <tt></tt>F<
4188 inoremap <buffer> <silent> ;ti <title></title>F<
4189 inoremap <buffer> <silent> ;sp <sup></sup>F<
4190 inoremap <buffer> <silent> ;sb <sub></sub>F<
4191 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
4192 inoremap <buffer> <silent> ;cs <style type="text/css">
4193 <!--
4194 -->
4195 </style>kO
4196 inoremap <buffer> <silent> ;sm <small></small>F<
4197 inoremap <buffer> <silent> ;sa <samp></samp>F<
4198 inoremap <buffer> <silent> ;sk <strike></strike>F<
4199 inoremap <buffer> <silent> ;qu <q></q>F<
4200 inoremap <buffer> <silent> ;pr <pre>
4201 </pre>O
4202 inoremap <buffer> <silent> ;/p </p>
4203 
4204 <p>
4205 inoremap <buffer> <silent> ;pp <p>
4206 </p>O
4207 inoremap <buffer> <silent> ;ol <ol>
4208 </ol>O
4209 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
4210 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
4211 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
4212 inoremap <buffer> <silent> ;lk <link href="">F"
4213 inoremap <buffer> <silent> ;li <li></li>F<
4214 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
4215 inoremap <buffer> <silent> ;ii <isindex>
4216 inoremap <buffer> <silent> ;in <ins></ins>F<
4217 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
4218 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
4219 inoremap <buffer> <silent> ;ht <html>
4220 </html>O
4221 inoremap <buffer> <silent> ;Hr <hr width="75%">
4222 inoremap <buffer> <silent> ;hr <hr>
4223 inoremap <buffer> <silent> ;he <head>
4224 </head>O
4225 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
4226 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
4227 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
4228 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
4229 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
4230 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
4231 inoremap <buffer> <silent> ;h6 <h6></h6>F<
4232 inoremap <buffer> <silent> ;h5 <h5></h5>F<
4233 inoremap <buffer> <silent> ;h4 <h4></h4>F<
4234 inoremap <buffer> <silent> ;h3 <h3></h3>F<
4235 inoremap <buffer> <silent> ;h2 <h2></h2>F<
4236 inoremap <buffer> <silent> ;h1 <h1></h1>F<
4237 inoremap <buffer> <silent> ;fc <font color=""></font>F"
4238 inoremap <buffer> <silent> ;fo <font size=""></font>F"
4239 inoremap <buffer> <silent> ;sn <span></span>F<
4240 inoremap <buffer> <silent> ;dv <div>
4241 </div>O
4242 inoremap <buffer> <silent> ;df <dfn></dfn>F<
4243 inoremap <buffer> <silent> ;de <del></del>F<
4244 inoremap <buffer> <silent> ;dd <dd></dd>F<
4245 inoremap <buffer> <silent> ;dt <dt></dt>F<
4246 inoremap <buffer> <silent> ;dl <dl>
4247 </dl>O
4248 inoremap <buffer> <silent> ;co <code></code>F<
4249 inoremap <buffer> <silent> ;ci <cite></cite>F<
4250 inoremap <buffer> <silent> ;ce <center></center>F<
4251 inoremap <buffer> <silent> ;br <br>
4252 inoremap <buffer> <silent> ;bd <body>
4253 </body>O
4254 inoremap <buffer> <silent> ;bl <blockquote>
4255 </blockquote>O
4256 inoremap <buffer> <silent> ;bi <big></big>F<
4257 inoremap <buffer> <silent> ;bh <base href="">F"
4258 inoremap <buffer> <silent> ;ad <address></address>F<
4259 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
4260 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
4261 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
4262 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
4263 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
4264 inoremap <buffer> <silent> ;an <a name=""></a>F"
4265 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
4266 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
4267 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
4268 inoremap <buffer> <silent> ;ah <a href=""></a>F"
4269 imap <buffer> <silent> ;s4 ;s4
4270 imap <buffer> <silent> ;4 ;4
4271 inoremap <buffer> <silent> ;mi :call MangleImageTag()
4272 inoremap <buffer> <silent> ; 
4273 inoremap <buffer> <silent> ;& &
4274 inoremap <buffer> <silent> ;; ;
4275 setlocal keymap=
4276 setlocal noarabic
4277 setlocal autoindent
4278 setlocal balloonexpr=
4279 setlocal nobinary
4280 setlocal bufhidden=
4281 setlocal buflisted
4282 setlocal buftype=
4283 setlocal nocindent
4284 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
4285 setlocal cinoptions=
4286 setlocal cinwords=if,else,while,do,for,switch
4287 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
4288 setlocal commentstring=<!--%s-->
4289 setlocal complete=.,w,b,u,t,i
4290 setlocal completefunc=
4291 setlocal nocopyindent
4292 setlocal nocursorcolumn
4293 setlocal nocursorline
4294 setlocal define=
4295 setlocal dictionary=
4296 setlocal nodiff
4297 setlocal equalprg=
4298 setlocal errorformat=
4299 setlocal noexpandtab
4300 if &filetype != 'html'
4301 setlocal filetype=html
4302 endif
4303 setlocal foldcolumn=0
4304 setlocal foldenable
4305 setlocal foldexpr=0
4306 setlocal foldignore=#
4307 setlocal foldlevel=0
4308 setlocal foldmarker={{{,}}}
4309 setlocal foldmethod=manual
4310 setlocal foldminlines=1
4311 setlocal foldnestmax=20
4312 setlocal foldtext=foldtext()
4313 setlocal formatexpr=
4314 setlocal formatoptions=tcq
4315 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
4316 setlocal grepprg=
4317 setlocal iminsert=2
4318 setlocal imsearch=2
4319 setlocal include=
4320 setlocal includeexpr=
4321 setlocal indentexpr=
4322 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
4323 setlocal noinfercase
4324 setlocal iskeyword=@,48-57,_,192-255
4325 setlocal keywordprg=
4326 setlocal nolinebreak
4327 setlocal nolisp
4328 setlocal nolist
4329 setlocal makeprg=
4330 setlocal matchpairs=(:),{:},[:],<:>
4331 setlocal nomodeline
4332 setlocal modifiable
4333 setlocal nrformats=octal,hex
4334 setlocal nonumber
4335 setlocal numberwidth=4
4336 setlocal omnifunc=htmlcomplete#CompleteTags
4337 setlocal path=
4338 setlocal nopreserveindent
4339 setlocal nopreviewwindow
4340 setlocal quoteescape=\\
4341 setlocal noreadonly
4342 setlocal norightleft
4343 setlocal rightleftcmd=search
4344 setlocal noscrollbind
4345 setlocal shiftwidth=8
4346 setlocal noshortname
4347 setlocal nosmartindent
4348 setlocal softtabstop=0
4349 setlocal nospell
4350 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
4351 setlocal spellfile=
4352 setlocal spelllang=en
4353 setlocal statusline=
4354 setlocal suffixesadd=
4355 setlocal swapfile
4356 setlocal synmaxcol=3000
4357 if &syntax != 'html'
4358 setlocal syntax=html
4359 endif
4360 setlocal tabstop=2
4361 setlocal tags=
4362 setlocal textwidth=0
4363 setlocal thesaurus=
4364 setlocal nowinfixheight
4365 setlocal nowinfixwidth
4366 setlocal wrap
4367 setlocal wrapmargin=0
4368 silent! normal! zE
4369 let s:l = 1 - ((0 * winheight(0) + 19) / 39)
4370 if s:l < 1 | let s:l = 1 | endif
4371 exe s:l
4372 normal! zt
4373 1
4374 normal! 0
4375 tabedit oldboot.html
4376 set splitbelow splitright
4377 set nosplitbelow
4378 set nosplitright
4379 wincmd t
4380 set winheight=1 winwidth=1
4381 argglobal
4382 11argu
4383 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
4384 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
4385 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
4386 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
4387 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
4388 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
4389 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
4390 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
4391 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
4392 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
4393 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
4394 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
4395 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
4396 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
4397 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
4398 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
4399 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
4400 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
4401 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">')
4402 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">')
4403 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
4404 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
4405 nnoremap <buffer> <silent> ; 
4406 nnoremap <buffer> <silent> ;; ;
4407 vnoremap <buffer> <silent> ;; ;
4408 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
4409 inoremap <buffer> <silent> &hA &hArr;
4410 inoremap <buffer> <silent> &dA &dArr;
4411 inoremap <buffer> <silent> &rA &rArr;
4412 inoremap <buffer> <silent> &uA &uArr;
4413 inoremap <buffer> <silent> &lA &lArr;
4414 inoremap <buffer> <silent> &ha &harr;
4415 inoremap <buffer> <silent> &da &darr;
4416 inoremap <buffer> <silent> &ra &rarr;
4417 inoremap <buffer> <silent> &ua &uarr;
4418 inoremap <buffer> <silent> &la &larr;
4419 inoremap <buffer> <silent> &pv &piv;
4420 inoremap <buffer> <silent> &uh &upsih;
4421 inoremap <buffer> <silent> &ts &thetasym;
4422 inoremap <buffer> <silent> &og &omega;
4423 inoremap <buffer> <silent> &ps &psi;
4424 inoremap <buffer> <silent> &ch &chi;
4425 inoremap <buffer> <silent> &ph &phi;
4426 inoremap <buffer> <silent> &up &upsilon;
4427 inoremap <buffer> <silent> &ta &tau;
4428 inoremap <buffer> <silent> &sf &sigmaf;
4429 inoremap <buffer> <silent> &si &sigma;
4430 inoremap <buffer> <silent> &rh &rho;
4431 inoremap <buffer> <silent> &pi &pi;
4432 inoremap <buffer> <silent> &oc &omicron;
4433 inoremap <buffer> <silent> &xi &xi;
4434 inoremap <buffer> <silent> &nu &nu;
4435 inoremap <buffer> <silent> &mu &mu;
4436 inoremap <buffer> <silent> &lm &lambda;
4437 inoremap <buffer> <silent> &ka &kappa;
4438 inoremap <buffer> <silent> &io &iota;
4439 inoremap <buffer> <silent> &th &theta;
4440 inoremap <buffer> <silent> &et &eta;
4441 inoremap <buffer> <silent> &ze &zeta;
4442 inoremap <buffer> <silent> &ep &epsilon;
4443 inoremap <buffer> <silent> &de &delta;
4444 inoremap <buffer> <silent> &ga &gamma;
4445 inoremap <buffer> <silent> &be &beta;
4446 inoremap <buffer> <silent> &al &alpha;
4447 inoremap <buffer> <silent> &Ps &Psi;
4448 inoremap <buffer> <silent> &Ch &Chi;
4449 inoremap <buffer> <silent> &Ph &Phi;
4450 inoremap <buffer> <silent> &Up &Upsilon;
4451 inoremap <buffer> <silent> &Ta &Tau;
4452 inoremap <buffer> <silent> &Si &Sigma;
4453 inoremap <buffer> <silent> &Rh &Rho;
4454 inoremap <buffer> <silent> &Pi &Pi;
4455 inoremap <buffer> <silent> &Oc &Omicron;
4456 inoremap <buffer> <silent> &Xi &Xi;
4457 inoremap <buffer> <silent> &Nu &Nu;
4458 inoremap <buffer> <silent> &Mu &Mu;
4459 inoremap <buffer> <silent> &Lm &Lambda;
4460 inoremap <buffer> <silent> &Ka &Kappa;
4461 inoremap <buffer> <silent> &Io &Iota;
4462 inoremap <buffer> <silent> &Th &Theta;
4463 inoremap <buffer> <silent> &Et &Eta;
4464 inoremap <buffer> <silent> &Ze &Zeta;
4465 inoremap <buffer> <silent> &Ep &Epsilon;
4466 inoremap <buffer> <silent> &De &Delta;
4467 inoremap <buffer> <silent> &Ga &Gamma;
4468 inoremap <buffer> <silent> &Be &Beta;
4469 inoremap <buffer> <silent> &Al &Alpha;
4470 inoremap <buffer> <silent> &3. &hellip;
4471 inoremap <buffer> <silent> &-- &mdash;
4472 inoremap <buffer> <silent> &3- &mdash;
4473 inoremap <buffer> <silent> &m- &mdash;
4474 inoremap <buffer> <silent> &2- &ndash;
4475 inoremap <buffer> <silent> &n- &ndash;
4476 inoremap <buffer> <silent> &34 &frac34;
4477 inoremap <buffer> <silent> &12 &frac12;
4478 inoremap <buffer> <silent> &14 &frac14;
4479 inoremap <buffer> <silent> &. &middot;
4480 inoremap <buffer> <silent> &pa &para;
4481 inoremap <buffer> <silent> &mi &micro;
4482 inoremap <buffer> <silent> &dg &deg;
4483 inoremap <buffer> <silent> &? &iquest;
4484 inoremap <buffer> <silent> &! &iexcl;
4485 inoremap <buffer> <silent> &sz &szlig;
4486 inoremap <buffer> <silent> &o/ &oslash;
4487 inoremap <buffer> <silent> &/ &divide;
4488 inoremap <buffer> <silent> &" &uml;
4489 inoremap <buffer> <silent> &2> &raquo;
4490 inoremap <buffer> <silent> &2< &laquo;
4491 inoremap <buffer> <silent> &y" &yuml;
4492 inoremap <buffer> <silent> &y' &yacute;
4493 inoremap <buffer> <silent> &u" &uuml;
4494 inoremap <buffer> <silent> &u^ &ucirc;
4495 inoremap <buffer> <silent> &u' &uacute;
4496 inoremap <buffer> <silent> &u` &ugrave;
4497 inoremap <buffer> <silent> &x &times;
4498 inoremap <buffer> <silent> &o" &ouml;
4499 inoremap <buffer> <silent> &o~ &otilde;
4500 inoremap <buffer> <silent> &o^ &ocirc;
4501 inoremap <buffer> <silent> &o' &oacute;
4502 inoremap <buffer> <silent> &o` &ograve;
4503 inoremap <buffer> <silent> &n~ &ntilde;
4504 inoremap <buffer> <silent> &i" &iuml;
4505 inoremap <buffer> <silent> &i^ &icirc;
4506 inoremap <buffer> <silent> &i' &iacute;
4507 inoremap <buffer> <silent> &i` &igrave;
4508 inoremap <buffer> <silent> &e" &euml;
4509 inoremap <buffer> <silent> &e^ &ecirc;
4510 inoremap <buffer> <silent> &e' &eacute;
4511 inoremap <buffer> <silent> &e` &egrave;
4512 inoremap <buffer> <silent> &c, &ccedil;
4513 inoremap <buffer> <silent> &ae &aelig;
4514 inoremap <buffer> <silent> &ao &aring;
4515 inoremap <buffer> <silent> &a" &auml;
4516 inoremap <buffer> <silent> &a~ &atilde;
4517 inoremap <buffer> <silent> &a^ &acirc;
4518 inoremap <buffer> <silent> &a' &aacute;
4519 inoremap <buffer> <silent> &a` &agrave;
4520 inoremap <buffer> <silent> &Y' &Yacute;
4521 inoremap <buffer> <silent> &U" &Uuml;
4522 inoremap <buffer> <silent> &U^ &Ucirc;
4523 inoremap <buffer> <silent> &U' &Uacute;
4524 inoremap <buffer> <silent> &U` &Ugrave;
4525 inoremap <buffer> <silent> &O/ &Oslash;
4526 inoremap <buffer> <silent> &O" &Ouml;
4527 inoremap <buffer> <silent> &O~ &Otilde;
4528 inoremap <buffer> <silent> &O^ &Ocirc;
4529 inoremap <buffer> <silent> &O' &Oacute;
4530 inoremap <buffer> <silent> &O` &Ograve;
4531 inoremap <buffer> <silent> &N~ &Ntilde;
4532 inoremap <buffer> <silent> &I" &Iuml;
4533 inoremap <buffer> <silent> &I^ &Icirc;
4534 inoremap <buffer> <silent> &I' &Iacute;
4535 inoremap <buffer> <silent> &I` &Igrave;
4536 inoremap <buffer> <silent> &E" &Euml;
4537 inoremap <buffer> <silent> &E^ &Ecirc;
4538 inoremap <buffer> <silent> &E' &Eacute;
4539 inoremap <buffer> <silent> &E` &Egrave;
4540 inoremap <buffer> <silent> &C, &Ccedil;
4541 inoremap <buffer> <silent> &AE &AElig;
4542 inoremap <buffer> <silent> &Ao &Aring;
4543 inoremap <buffer> <silent> &A" &Auml;
4544 inoremap <buffer> <silent> &A~ &Atilde;
4545 inoremap <buffer> <silent> &A^ &Acirc;
4546 inoremap <buffer> <silent> &A' &Aacute;
4547 inoremap <buffer> <silent> &A` &Agrave;
4548 inoremap <buffer> <silent> &c| &cent;
4549 inoremap <buffer> <silent> &Y= &yen;
4550 inoremap <buffer> <silent> &# &pound;
4551 inoremap <buffer> <silent> & &nbsp;
4552 inoremap <buffer> <silent> &> &gt;
4553 inoremap <buffer> <silent> &< &lt;
4554 inoremap <buffer> <silent> &' &quot;
4555 inoremap <buffer> <silent> &tm &trade;
4556 inoremap <buffer> <silent> &rO &reg;
4557 inoremap <buffer> <silent> &cO &copy;
4558 inoremap <buffer> <silent> && &amp;
4559 inoremap <buffer> <silent> ; &nbsp;
4560 inoremap <buffer> <silent> ;la <label for=""></label>F"
4561 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
4562 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
4563 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
4564 </textarea>k$5F"i
4565 inoremap <buffer> <silent> ;og <optgroup label="">
4566 </optgroup>k$F"i
4567 inoremap <buffer> <silent> ;op <option></option>F<
4568 inoremap <buffer> <silent> ;ms <select name="" multiple>
4569 </select>O
4570 inoremap <buffer> <silent> ;se <select name="">
4571 </select>O
4572 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
4573 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
4574 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
4575 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
4576 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
4577 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
4578 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
4579 inoremap <buffer> <silent> ;fm <form action="">
4580 </form>k$F"i
4581 inoremap <buffer> <silent> ;if <iframe src="">
4582 </iframe>k$F"i
4583 inoremap <buffer> <silent> ;nf <noframes>
4584 </noframes>O
4585 inoremap <buffer> <silent> ;fr <frame src="">F"
4586 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
4587 </frameset>k$3F"i
4588 inoremap <buffer> <silent> ;th <th></th>F<
4589 inoremap <buffer> <silent> ;td <td>
4590 </td>O
4591 inoremap <buffer> <silent> ;tr <tr>
4592 </tr>O
4593 inoremap <buffer> <silent> ;tf <tfoot>
4594 </tfoot>O
4595 inoremap <buffer> <silent> ;tb <tbody>
4596 </tbody>O
4597 inoremap <buffer> <silent> ;tH <thead>
4598 </thead>O
4599 inoremap <buffer> <silent> ;ta <table>
4600 </table>O
4601 inoremap <buffer> <silent> ;ca <caption></caption>F<
4602 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
4603 </object>k$5F"i
4604 inoremap <buffer> <silent> ;ns <noscript>
4605 </noscripT>O
4606 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
4607 <noembed></noembed>k$5F"i
4608 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
4609 inoremap <buffer> <silent> ;va <var></var>F<
4610 inoremap <buffer> <silent> ;ul <ul>
4611 </ul>O
4612 inoremap <buffer> <silent> ;tt <tt></tt>F<
4613 inoremap <buffer> <silent> ;ti <title></title>F<
4614 inoremap <buffer> <silent> ;sp <sup></sup>F<
4615 inoremap <buffer> <silent> ;sb <sub></sub>F<
4616 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
4617 inoremap <buffer> <silent> ;cs <style type="text/css">
4618 <!--
4619 -->
4620 </style>kO
4621 inoremap <buffer> <silent> ;sm <small></small>F<
4622 inoremap <buffer> <silent> ;sa <samp></samp>F<
4623 inoremap <buffer> <silent> ;sk <strike></strike>F<
4624 inoremap <buffer> <silent> ;qu <q></q>F<
4625 inoremap <buffer> <silent> ;pr <pre>
4626 </pre>O
4627 inoremap <buffer> <silent> ;/p </p>
4628 
4629 <p>
4630 inoremap <buffer> <silent> ;pp <p>
4631 </p>O
4632 inoremap <buffer> <silent> ;ol <ol>
4633 </ol>O
4634 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
4635 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
4636 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
4637 inoremap <buffer> <silent> ;lk <link href="">F"
4638 inoremap <buffer> <silent> ;li <li></li>F<
4639 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
4640 inoremap <buffer> <silent> ;ii <isindex>
4641 inoremap <buffer> <silent> ;in <ins></ins>F<
4642 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
4643 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
4644 inoremap <buffer> <silent> ;ht <html>
4645 </html>O
4646 inoremap <buffer> <silent> ;Hr <hr width="75%">
4647 inoremap <buffer> <silent> ;hr <hr>
4648 inoremap <buffer> <silent> ;he <head>
4649 </head>O
4650 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
4651 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
4652 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
4653 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
4654 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
4655 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
4656 inoremap <buffer> <silent> ;h6 <h6></h6>F<
4657 inoremap <buffer> <silent> ;h5 <h5></h5>F<
4658 inoremap <buffer> <silent> ;h4 <h4></h4>F<
4659 inoremap <buffer> <silent> ;h3 <h3></h3>F<
4660 inoremap <buffer> <silent> ;h2 <h2></h2>F<
4661 inoremap <buffer> <silent> ;h1 <h1></h1>F<
4662 inoremap <buffer> <silent> ;fc <font color=""></font>F"
4663 inoremap <buffer> <silent> ;fo <font size=""></font>F"
4664 inoremap <buffer> <silent> ;sn <span></span>F<
4665 inoremap <buffer> <silent> ;dv <div>
4666 </div>O
4667 inoremap <buffer> <silent> ;df <dfn></dfn>F<
4668 inoremap <buffer> <silent> ;de <del></del>F<
4669 inoremap <buffer> <silent> ;dd <dd></dd>F<
4670 inoremap <buffer> <silent> ;dt <dt></dt>F<
4671 inoremap <buffer> <silent> ;dl <dl>
4672 </dl>O
4673 inoremap <buffer> <silent> ;co <code></code>F<
4674 inoremap <buffer> <silent> ;ci <cite></cite>F<
4675 inoremap <buffer> <silent> ;ce <center></center>F<
4676 inoremap <buffer> <silent> ;br <br>
4677 inoremap <buffer> <silent> ;bd <body>
4678 </body>O
4679 inoremap <buffer> <silent> ;bl <blockquote>
4680 </blockquote>O
4681 inoremap <buffer> <silent> ;bi <big></big>F<
4682 inoremap <buffer> <silent> ;bh <base href="">F"
4683 inoremap <buffer> <silent> ;ad <address></address>F<
4684 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
4685 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
4686 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
4687 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
4688 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
4689 inoremap <buffer> <silent> ;an <a name=""></a>F"
4690 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
4691 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
4692 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
4693 inoremap <buffer> <silent> ;ah <a href=""></a>F"
4694 imap <buffer> <silent> ;s4 ;s4
4695 imap <buffer> <silent> ;4 ;4
4696 inoremap <buffer> <silent> ;mi :call MangleImageTag()
4697 inoremap <buffer> <silent> ; 
4698 inoremap <buffer> <silent> ;& &
4699 inoremap <buffer> <silent> ;; ;
4700 setlocal keymap=
4701 setlocal noarabic
4702 setlocal autoindent
4703 setlocal balloonexpr=
4704 setlocal nobinary
4705 setlocal bufhidden=
4706 setlocal buflisted
4707 setlocal buftype=
4708 setlocal nocindent
4709 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
4710 setlocal cinoptions=
4711 setlocal cinwords=if,else,while,do,for,switch
4712 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
4713 setlocal commentstring=<!--%s-->
4714 setlocal complete=.,w,b,u,t,i
4715 setlocal completefunc=
4716 setlocal nocopyindent
4717 setlocal nocursorcolumn
4718 setlocal nocursorline
4719 setlocal define=
4720 setlocal dictionary=
4721 setlocal nodiff
4722 setlocal equalprg=
4723 setlocal errorformat=
4724 setlocal noexpandtab
4725 if &filetype != 'html'
4726 setlocal filetype=html
4727 endif
4728 setlocal foldcolumn=0
4729 setlocal foldenable
4730 setlocal foldexpr=0
4731 setlocal foldignore=#
4732 setlocal foldlevel=0
4733 setlocal foldmarker={{{,}}}
4734 setlocal foldmethod=manual
4735 setlocal foldminlines=1
4736 setlocal foldnestmax=20
4737 setlocal foldtext=foldtext()
4738 setlocal formatexpr=
4739 setlocal formatoptions=tcq
4740 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
4741 setlocal grepprg=
4742 setlocal iminsert=2
4743 setlocal imsearch=2
4744 setlocal include=
4745 setlocal includeexpr=
4746 setlocal indentexpr=
4747 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
4748 setlocal noinfercase
4749 setlocal iskeyword=@,48-57,_,192-255
4750 setlocal keywordprg=
4751 setlocal nolinebreak
4752 setlocal nolisp
4753 setlocal nolist
4754 setlocal makeprg=
4755 setlocal matchpairs=(:),{:},[:],<:>
4756 setlocal nomodeline
4757 setlocal modifiable
4758 setlocal nrformats=octal,hex
4759 setlocal nonumber
4760 setlocal numberwidth=4
4761 setlocal omnifunc=htmlcomplete#CompleteTags
4762 setlocal path=
4763 setlocal nopreserveindent
4764 setlocal nopreviewwindow
4765 setlocal quoteescape=\\
4766 setlocal noreadonly
4767 setlocal norightleft
4768 setlocal rightleftcmd=search
4769 setlocal noscrollbind
4770 setlocal shiftwidth=8
4771 setlocal noshortname
4772 setlocal nosmartindent
4773 setlocal softtabstop=0
4774 setlocal nospell
4775 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
4776 setlocal spellfile=
4777 setlocal spelllang=en
4778 setlocal statusline=
4779 setlocal suffixesadd=
4780 setlocal swapfile
4781 setlocal synmaxcol=3000
4782 if &syntax != 'html'
4783 setlocal syntax=html
4784 endif
4785 setlocal tabstop=2
4786 setlocal tags=
4787 setlocal textwidth=0
4788 setlocal thesaurus=
4789 setlocal nowinfixheight
4790 setlocal nowinfixwidth
4791 setlocal wrap
4792 setlocal wrapmargin=0
4793 silent! normal! zE
4794 let s:l = 1 - ((0 * winheight(0) + 19) / 39)
4795 if s:l < 1 | let s:l = 1 | endif
4796 exe s:l
4797 normal! zt
4798 1
4799 normal! 0
4800 tabedit own-scripts.html
4801 set splitbelow splitright
4802 set nosplitbelow
4803 set nosplitright
4804 wincmd t
4805 set winheight=1 winwidth=1
4806 argglobal
4807 12argu
4808 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
4809 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
4810 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
4811 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
4812 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
4813 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
4814 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
4815 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
4816 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
4817 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
4818 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
4819 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
4820 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
4821 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
4822 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
4823 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
4824 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
4825 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
4826 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">')
4827 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">')
4828 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
4829 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
4830 nnoremap <buffer> <silent> ; 
4831 nnoremap <buffer> <silent> ;; ;
4832 vnoremap <buffer> <silent> ;; ;
4833 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
4834 inoremap <buffer> <silent> &hA &hArr;
4835 inoremap <buffer> <silent> &dA &dArr;
4836 inoremap <buffer> <silent> &rA &rArr;
4837 inoremap <buffer> <silent> &uA &uArr;
4838 inoremap <buffer> <silent> &lA &lArr;
4839 inoremap <buffer> <silent> &ha &harr;
4840 inoremap <buffer> <silent> &da &darr;
4841 inoremap <buffer> <silent> &ra &rarr;
4842 inoremap <buffer> <silent> &ua &uarr;
4843 inoremap <buffer> <silent> &la &larr;
4844 inoremap <buffer> <silent> &pv &piv;
4845 inoremap <buffer> <silent> &uh &upsih;
4846 inoremap <buffer> <silent> &ts &thetasym;
4847 inoremap <buffer> <silent> &og &omega;
4848 inoremap <buffer> <silent> &ps &psi;
4849 inoremap <buffer> <silent> &ch &chi;
4850 inoremap <buffer> <silent> &ph &phi;
4851 inoremap <buffer> <silent> &up &upsilon;
4852 inoremap <buffer> <silent> &ta &tau;
4853 inoremap <buffer> <silent> &sf &sigmaf;
4854 inoremap <buffer> <silent> &si &sigma;
4855 inoremap <buffer> <silent> &rh &rho;
4856 inoremap <buffer> <silent> &pi &pi;
4857 inoremap <buffer> <silent> &oc &omicron;
4858 inoremap <buffer> <silent> &xi &xi;
4859 inoremap <buffer> <silent> &nu &nu;
4860 inoremap <buffer> <silent> &mu &mu;
4861 inoremap <buffer> <silent> &lm &lambda;
4862 inoremap <buffer> <silent> &ka &kappa;
4863 inoremap <buffer> <silent> &io &iota;
4864 inoremap <buffer> <silent> &th &theta;
4865 inoremap <buffer> <silent> &et &eta;
4866 inoremap <buffer> <silent> &ze &zeta;
4867 inoremap <buffer> <silent> &ep &epsilon;
4868 inoremap <buffer> <silent> &de &delta;
4869 inoremap <buffer> <silent> &ga &gamma;
4870 inoremap <buffer> <silent> &be &beta;
4871 inoremap <buffer> <silent> &al &alpha;
4872 inoremap <buffer> <silent> &Ps &Psi;
4873 inoremap <buffer> <silent> &Ch &Chi;
4874 inoremap <buffer> <silent> &Ph &Phi;
4875 inoremap <buffer> <silent> &Up &Upsilon;
4876 inoremap <buffer> <silent> &Ta &Tau;
4877 inoremap <buffer> <silent> &Si &Sigma;
4878 inoremap <buffer> <silent> &Rh &Rho;
4879 inoremap <buffer> <silent> &Pi &Pi;
4880 inoremap <buffer> <silent> &Oc &Omicron;
4881 inoremap <buffer> <silent> &Xi &Xi;
4882 inoremap <buffer> <silent> &Nu &Nu;
4883 inoremap <buffer> <silent> &Mu &Mu;
4884 inoremap <buffer> <silent> &Lm &Lambda;
4885 inoremap <buffer> <silent> &Ka &Kappa;
4886 inoremap <buffer> <silent> &Io &Iota;
4887 inoremap <buffer> <silent> &Th &Theta;
4888 inoremap <buffer> <silent> &Et &Eta;
4889 inoremap <buffer> <silent> &Ze &Zeta;
4890 inoremap <buffer> <silent> &Ep &Epsilon;
4891 inoremap <buffer> <silent> &De &Delta;
4892 inoremap <buffer> <silent> &Ga &Gamma;
4893 inoremap <buffer> <silent> &Be &Beta;
4894 inoremap <buffer> <silent> &Al &Alpha;
4895 inoremap <buffer> <silent> &3. &hellip;
4896 inoremap <buffer> <silent> &-- &mdash;
4897 inoremap <buffer> <silent> &3- &mdash;
4898 inoremap <buffer> <silent> &m- &mdash;
4899 inoremap <buffer> <silent> &2- &ndash;
4900 inoremap <buffer> <silent> &n- &ndash;
4901 inoremap <buffer> <silent> &34 &frac34;
4902 inoremap <buffer> <silent> &12 &frac12;
4903 inoremap <buffer> <silent> &14 &frac14;
4904 inoremap <buffer> <silent> &. &middot;
4905 inoremap <buffer> <silent> &pa &para;
4906 inoremap <buffer> <silent> &mi &micro;
4907 inoremap <buffer> <silent> &dg &deg;
4908 inoremap <buffer> <silent> &? &iquest;
4909 inoremap <buffer> <silent> &! &iexcl;
4910 inoremap <buffer> <silent> &sz &szlig;
4911 inoremap <buffer> <silent> &o/ &oslash;
4912 inoremap <buffer> <silent> &/ &divide;
4913 inoremap <buffer> <silent> &" &uml;
4914 inoremap <buffer> <silent> &2> &raquo;
4915 inoremap <buffer> <silent> &2< &laquo;
4916 inoremap <buffer> <silent> &y" &yuml;
4917 inoremap <buffer> <silent> &y' &yacute;
4918 inoremap <buffer> <silent> &u" &uuml;
4919 inoremap <buffer> <silent> &u^ &ucirc;
4920 inoremap <buffer> <silent> &u' &uacute;
4921 inoremap <buffer> <silent> &u` &ugrave;
4922 inoremap <buffer> <silent> &x &times;
4923 inoremap <buffer> <silent> &o" &ouml;
4924 inoremap <buffer> <silent> &o~ &otilde;
4925 inoremap <buffer> <silent> &o^ &ocirc;
4926 inoremap <buffer> <silent> &o' &oacute;
4927 inoremap <buffer> <silent> &o` &ograve;
4928 inoremap <buffer> <silent> &n~ &ntilde;
4929 inoremap <buffer> <silent> &i" &iuml;
4930 inoremap <buffer> <silent> &i^ &icirc;
4931 inoremap <buffer> <silent> &i' &iacute;
4932 inoremap <buffer> <silent> &i` &igrave;
4933 inoremap <buffer> <silent> &e" &euml;
4934 inoremap <buffer> <silent> &e^ &ecirc;
4935 inoremap <buffer> <silent> &e' &eacute;
4936 inoremap <buffer> <silent> &e` &egrave;
4937 inoremap <buffer> <silent> &c, &ccedil;
4938 inoremap <buffer> <silent> &ae &aelig;
4939 inoremap <buffer> <silent> &ao &aring;
4940 inoremap <buffer> <silent> &a" &auml;
4941 inoremap <buffer> <silent> &a~ &atilde;
4942 inoremap <buffer> <silent> &a^ &acirc;
4943 inoremap <buffer> <silent> &a' &aacute;
4944 inoremap <buffer> <silent> &a` &agrave;
4945 inoremap <buffer> <silent> &Y' &Yacute;
4946 inoremap <buffer> <silent> &U" &Uuml;
4947 inoremap <buffer> <silent> &U^ &Ucirc;
4948 inoremap <buffer> <silent> &U' &Uacute;
4949 inoremap <buffer> <silent> &U` &Ugrave;
4950 inoremap <buffer> <silent> &O/ &Oslash;
4951 inoremap <buffer> <silent> &O" &Ouml;
4952 inoremap <buffer> <silent> &O~ &Otilde;
4953 inoremap <buffer> <silent> &O^ &Ocirc;
4954 inoremap <buffer> <silent> &O' &Oacute;
4955 inoremap <buffer> <silent> &O` &Ograve;
4956 inoremap <buffer> <silent> &N~ &Ntilde;
4957 inoremap <buffer> <silent> &I" &Iuml;
4958 inoremap <buffer> <silent> &I^ &Icirc;
4959 inoremap <buffer> <silent> &I' &Iacute;
4960 inoremap <buffer> <silent> &I` &Igrave;
4961 inoremap <buffer> <silent> &E" &Euml;
4962 inoremap <buffer> <silent> &E^ &Ecirc;
4963 inoremap <buffer> <silent> &E' &Eacute;
4964 inoremap <buffer> <silent> &E` &Egrave;
4965 inoremap <buffer> <silent> &C, &Ccedil;
4966 inoremap <buffer> <silent> &AE &AElig;
4967 inoremap <buffer> <silent> &Ao &Aring;
4968 inoremap <buffer> <silent> &A" &Auml;
4969 inoremap <buffer> <silent> &A~ &Atilde;
4970 inoremap <buffer> <silent> &A^ &Acirc;
4971 inoremap <buffer> <silent> &A' &Aacute;
4972 inoremap <buffer> <silent> &A` &Agrave;
4973 inoremap <buffer> <silent> &c| &cent;
4974 inoremap <buffer> <silent> &Y= &yen;
4975 inoremap <buffer> <silent> &# &pound;
4976 inoremap <buffer> <silent> & &nbsp;
4977 inoremap <buffer> <silent> &> &gt;
4978 inoremap <buffer> <silent> &< &lt;
4979 inoremap <buffer> <silent> &' &quot;
4980 inoremap <buffer> <silent> &tm &trade;
4981 inoremap <buffer> <silent> &rO &reg;
4982 inoremap <buffer> <silent> &cO &copy;
4983 inoremap <buffer> <silent> && &amp;
4984 inoremap <buffer> <silent> ; &nbsp;
4985 inoremap <buffer> <silent> ;la <label for=""></label>F"
4986 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
4987 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
4988 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
4989 </textarea>k$5F"i
4990 inoremap <buffer> <silent> ;og <optgroup label="">
4991 </optgroup>k$F"i
4992 inoremap <buffer> <silent> ;op <option></option>F<
4993 inoremap <buffer> <silent> ;ms <select name="" multiple>
4994 </select>O
4995 inoremap <buffer> <silent> ;se <select name="">
4996 </select>O
4997 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
4998 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
4999 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
5000 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
5001 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
5002 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
5003 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
5004 inoremap <buffer> <silent> ;fm <form action="">
5005 </form>k$F"i
5006 inoremap <buffer> <silent> ;if <iframe src="">
5007 </iframe>k$F"i
5008 inoremap <buffer> <silent> ;nf <noframes>
5009 </noframes>O
5010 inoremap <buffer> <silent> ;fr <frame src="">F"
5011 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
5012 </frameset>k$3F"i
5013 inoremap <buffer> <silent> ;th <th></th>F<
5014 inoremap <buffer> <silent> ;td <td>
5015 </td>O
5016 inoremap <buffer> <silent> ;tr <tr>
5017 </tr>O
5018 inoremap <buffer> <silent> ;tf <tfoot>
5019 </tfoot>O
5020 inoremap <buffer> <silent> ;tb <tbody>
5021 </tbody>O
5022 inoremap <buffer> <silent> ;tH <thead>
5023 </thead>O
5024 inoremap <buffer> <silent> ;ta <table>
5025 </table>O
5026 inoremap <buffer> <silent> ;ca <caption></caption>F<
5027 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
5028 </object>k$5F"i
5029 inoremap <buffer> <silent> ;ns <noscript>
5030 </noscripT>O
5031 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
5032 <noembed></noembed>k$5F"i
5033 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
5034 inoremap <buffer> <silent> ;va <var></var>F<
5035 inoremap <buffer> <silent> ;ul <ul>
5036 </ul>O
5037 inoremap <buffer> <silent> ;tt <tt></tt>F<
5038 inoremap <buffer> <silent> ;ti <title></title>F<
5039 inoremap <buffer> <silent> ;sp <sup></sup>F<
5040 inoremap <buffer> <silent> ;sb <sub></sub>F<
5041 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
5042 inoremap <buffer> <silent> ;cs <style type="text/css">
5043 <!--
5044 -->
5045 </style>kO
5046 inoremap <buffer> <silent> ;sm <small></small>F<
5047 inoremap <buffer> <silent> ;sa <samp></samp>F<
5048 inoremap <buffer> <silent> ;sk <strike></strike>F<
5049 inoremap <buffer> <silent> ;qu <q></q>F<
5050 inoremap <buffer> <silent> ;pr <pre>
5051 </pre>O
5052 inoremap <buffer> <silent> ;/p </p>
5053 
5054 <p>
5055 inoremap <buffer> <silent> ;pp <p>
5056 </p>O
5057 inoremap <buffer> <silent> ;ol <ol>
5058 </ol>O
5059 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
5060 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
5061 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
5062 inoremap <buffer> <silent> ;lk <link href="">F"
5063 inoremap <buffer> <silent> ;li <li></li>F<
5064 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
5065 inoremap <buffer> <silent> ;ii <isindex>
5066 inoremap <buffer> <silent> ;in <ins></ins>F<
5067 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
5068 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
5069 inoremap <buffer> <silent> ;ht <html>
5070 </html>O
5071 inoremap <buffer> <silent> ;Hr <hr width="75%">
5072 inoremap <buffer> <silent> ;hr <hr>
5073 inoremap <buffer> <silent> ;he <head>
5074 </head>O
5075 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
5076 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
5077 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
5078 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
5079 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
5080 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
5081 inoremap <buffer> <silent> ;h6 <h6></h6>F<
5082 inoremap <buffer> <silent> ;h5 <h5></h5>F<
5083 inoremap <buffer> <silent> ;h4 <h4></h4>F<
5084 inoremap <buffer> <silent> ;h3 <h3></h3>F<
5085 inoremap <buffer> <silent> ;h2 <h2></h2>F<
5086 inoremap <buffer> <silent> ;h1 <h1></h1>F<
5087 inoremap <buffer> <silent> ;fc <font color=""></font>F"
5088 inoremap <buffer> <silent> ;fo <font size=""></font>F"
5089 inoremap <buffer> <silent> ;sn <span></span>F<
5090 inoremap <buffer> <silent> ;dv <div>
5091 </div>O
5092 inoremap <buffer> <silent> ;df <dfn></dfn>F<
5093 inoremap <buffer> <silent> ;de <del></del>F<
5094 inoremap <buffer> <silent> ;dd <dd></dd>F<
5095 inoremap <buffer> <silent> ;dt <dt></dt>F<
5096 inoremap <buffer> <silent> ;dl <dl>
5097 </dl>O
5098 inoremap <buffer> <silent> ;co <code></code>F<
5099 inoremap <buffer> <silent> ;ci <cite></cite>F<
5100 inoremap <buffer> <silent> ;ce <center></center>F<
5101 inoremap <buffer> <silent> ;br <br>
5102 inoremap <buffer> <silent> ;bd <body>
5103 </body>O
5104 inoremap <buffer> <silent> ;bl <blockquote>
5105 </blockquote>O
5106 inoremap <buffer> <silent> ;bi <big></big>F<
5107 inoremap <buffer> <silent> ;bh <base href="">F"
5108 inoremap <buffer> <silent> ;ad <address></address>F<
5109 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
5110 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
5111 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
5112 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
5113 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
5114 inoremap <buffer> <silent> ;an <a name=""></a>F"
5115 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
5116 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
5117 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
5118 inoremap <buffer> <silent> ;ah <a href=""></a>F"
5119 imap <buffer> <silent> ;s4 ;s4
5120 imap <buffer> <silent> ;4 ;4
5121 inoremap <buffer> <silent> ;mi :call MangleImageTag()
5122 inoremap <buffer> <silent> ; 
5123 inoremap <buffer> <silent> ;& &
5124 inoremap <buffer> <silent> ;; ;
5125 setlocal keymap=
5126 setlocal noarabic
5127 setlocal autoindent
5128 setlocal balloonexpr=
5129 setlocal nobinary
5130 setlocal bufhidden=
5131 setlocal buflisted
5132 setlocal buftype=
5133 setlocal nocindent
5134 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
5135 setlocal cinoptions=
5136 setlocal cinwords=if,else,while,do,for,switch
5137 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
5138 setlocal commentstring=<!--%s-->
5139 setlocal complete=.,w,b,u,t,i
5140 setlocal completefunc=
5141 setlocal nocopyindent
5142 setlocal nocursorcolumn
5143 setlocal nocursorline
5144 setlocal define=
5145 setlocal dictionary=
5146 setlocal nodiff
5147 setlocal equalprg=
5148 setlocal errorformat=
5149 setlocal noexpandtab
5150 if &filetype != 'html'
5151 setlocal filetype=html
5152 endif
5153 setlocal foldcolumn=0
5154 setlocal foldenable
5155 setlocal foldexpr=0
5156 setlocal foldignore=#
5157 setlocal foldlevel=0
5158 setlocal foldmarker={{{,}}}
5159 setlocal foldmethod=manual
5160 setlocal foldminlines=1
5161 setlocal foldnestmax=20
5162 setlocal foldtext=foldtext()
5163 setlocal formatexpr=
5164 setlocal formatoptions=tcq
5165 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
5166 setlocal grepprg=
5167 setlocal iminsert=2
5168 setlocal imsearch=2
5169 setlocal include=
5170 setlocal includeexpr=
5171 setlocal indentexpr=
5172 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
5173 setlocal noinfercase
5174 setlocal iskeyword=@,48-57,_,192-255
5175 setlocal keywordprg=
5176 setlocal nolinebreak
5177 setlocal nolisp
5178 setlocal nolist
5179 setlocal makeprg=
5180 setlocal matchpairs=(:),{:},[:],<:>
5181 setlocal nomodeline
5182 setlocal modifiable
5183 setlocal nrformats=octal,hex
5184 setlocal nonumber
5185 setlocal numberwidth=4
5186 setlocal omnifunc=htmlcomplete#CompleteTags
5187 setlocal path=
5188 setlocal nopreserveindent
5189 setlocal nopreviewwindow
5190 setlocal quoteescape=\\
5191 setlocal noreadonly
5192 setlocal norightleft
5193 setlocal rightleftcmd=search
5194 setlocal noscrollbind
5195 setlocal shiftwidth=8
5196 setlocal noshortname
5197 setlocal nosmartindent
5198 setlocal softtabstop=0
5199 setlocal nospell
5200 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
5201 setlocal spellfile=
5202 setlocal spelllang=en
5203 setlocal statusline=
5204 setlocal suffixesadd=
5205 setlocal swapfile
5206 setlocal synmaxcol=3000
5207 if &syntax != 'html'
5208 setlocal syntax=html
5209 endif
5210 setlocal tabstop=2
5211 setlocal tags=
5212 setlocal textwidth=0
5213 setlocal thesaurus=
5214 setlocal nowinfixheight
5215 setlocal nowinfixwidth
5216 setlocal wrap
5217 setlocal wrapmargin=0
5218 silent! normal! zE
5219 let s:l = 1 - ((0 * winheight(0) + 19) / 39)
5220 if s:l < 1 | let s:l = 1 | endif
5221 exe s:l
5222 normal! zt
5223 1
5224 normal! 0
5225 tabedit partitions.html
5226 set splitbelow splitright
5227 set nosplitbelow
5228 set nosplitright
5229 wincmd t
5230 set winheight=1 winwidth=1
5231 argglobal
5232 13argu
5233 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
5234 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
5235 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
5236 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
5237 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
5238 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
5239 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
5240 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
5241 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
5242 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
5243 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
5244 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
5245 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
5246 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
5247 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
5248 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
5249 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
5250 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
5251 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">')
5252 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">')
5253 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
5254 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
5255 nnoremap <buffer> <silent> ; 
5256 nnoremap <buffer> <silent> ;; ;
5257 vnoremap <buffer> <silent> ;; ;
5258 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
5259 inoremap <buffer> <silent> &hA &hArr;
5260 inoremap <buffer> <silent> &dA &dArr;
5261 inoremap <buffer> <silent> &rA &rArr;
5262 inoremap <buffer> <silent> &uA &uArr;
5263 inoremap <buffer> <silent> &lA &lArr;
5264 inoremap <buffer> <silent> &ha &harr;
5265 inoremap <buffer> <silent> &da &darr;
5266 inoremap <buffer> <silent> &ra &rarr;
5267 inoremap <buffer> <silent> &ua &uarr;
5268 inoremap <buffer> <silent> &la &larr;
5269 inoremap <buffer> <silent> &pv &piv;
5270 inoremap <buffer> <silent> &uh &upsih;
5271 inoremap <buffer> <silent> &ts &thetasym;
5272 inoremap <buffer> <silent> &og &omega;
5273 inoremap <buffer> <silent> &ps &psi;
5274 inoremap <buffer> <silent> &ch &chi;
5275 inoremap <buffer> <silent> &ph &phi;
5276 inoremap <buffer> <silent> &up &upsilon;
5277 inoremap <buffer> <silent> &ta &tau;
5278 inoremap <buffer> <silent> &sf &sigmaf;
5279 inoremap <buffer> <silent> &si &sigma;
5280 inoremap <buffer> <silent> &rh &rho;
5281 inoremap <buffer> <silent> &pi &pi;
5282 inoremap <buffer> <silent> &oc &omicron;
5283 inoremap <buffer> <silent> &xi &xi;
5284 inoremap <buffer> <silent> &nu &nu;
5285 inoremap <buffer> <silent> &mu &mu;
5286 inoremap <buffer> <silent> &lm &lambda;
5287 inoremap <buffer> <silent> &ka &kappa;
5288 inoremap <buffer> <silent> &io &iota;
5289 inoremap <buffer> <silent> &th &theta;
5290 inoremap <buffer> <silent> &et &eta;
5291 inoremap <buffer> <silent> &ze &zeta;
5292 inoremap <buffer> <silent> &ep &epsilon;
5293 inoremap <buffer> <silent> &de &delta;
5294 inoremap <buffer> <silent> &ga &gamma;
5295 inoremap <buffer> <silent> &be &beta;
5296 inoremap <buffer> <silent> &al &alpha;
5297 inoremap <buffer> <silent> &Ps &Psi;
5298 inoremap <buffer> <silent> &Ch &Chi;
5299 inoremap <buffer> <silent> &Ph &Phi;
5300 inoremap <buffer> <silent> &Up &Upsilon;
5301 inoremap <buffer> <silent> &Ta &Tau;
5302 inoremap <buffer> <silent> &Si &Sigma;
5303 inoremap <buffer> <silent> &Rh &Rho;
5304 inoremap <buffer> <silent> &Pi &Pi;
5305 inoremap <buffer> <silent> &Oc &Omicron;
5306 inoremap <buffer> <silent> &Xi &Xi;
5307 inoremap <buffer> <silent> &Nu &Nu;
5308 inoremap <buffer> <silent> &Mu &Mu;
5309 inoremap <buffer> <silent> &Lm &Lambda;
5310 inoremap <buffer> <silent> &Ka &Kappa;
5311 inoremap <buffer> <silent> &Io &Iota;
5312 inoremap <buffer> <silent> &Th &Theta;
5313 inoremap <buffer> <silent> &Et &Eta;
5314 inoremap <buffer> <silent> &Ze &Zeta;
5315 inoremap <buffer> <silent> &Ep &Epsilon;
5316 inoremap <buffer> <silent> &De &Delta;
5317 inoremap <buffer> <silent> &Ga &Gamma;
5318 inoremap <buffer> <silent> &Be &Beta;
5319 inoremap <buffer> <silent> &Al &Alpha;
5320 inoremap <buffer> <silent> &3. &hellip;
5321 inoremap <buffer> <silent> &-- &mdash;
5322 inoremap <buffer> <silent> &3- &mdash;
5323 inoremap <buffer> <silent> &m- &mdash;
5324 inoremap <buffer> <silent> &2- &ndash;
5325 inoremap <buffer> <silent> &n- &ndash;
5326 inoremap <buffer> <silent> &34 &frac34;
5327 inoremap <buffer> <silent> &12 &frac12;
5328 inoremap <buffer> <silent> &14 &frac14;
5329 inoremap <buffer> <silent> &. &middot;
5330 inoremap <buffer> <silent> &pa &para;
5331 inoremap <buffer> <silent> &mi &micro;
5332 inoremap <buffer> <silent> &dg &deg;
5333 inoremap <buffer> <silent> &? &iquest;
5334 inoremap <buffer> <silent> &! &iexcl;
5335 inoremap <buffer> <silent> &sz &szlig;
5336 inoremap <buffer> <silent> &o/ &oslash;
5337 inoremap <buffer> <silent> &/ &divide;
5338 inoremap <buffer> <silent> &" &uml;
5339 inoremap <buffer> <silent> &2> &raquo;
5340 inoremap <buffer> <silent> &2< &laquo;
5341 inoremap <buffer> <silent> &y" &yuml;
5342 inoremap <buffer> <silent> &y' &yacute;
5343 inoremap <buffer> <silent> &u" &uuml;
5344 inoremap <buffer> <silent> &u^ &ucirc;
5345 inoremap <buffer> <silent> &u' &uacute;
5346 inoremap <buffer> <silent> &u` &ugrave;
5347 inoremap <buffer> <silent> &x &times;
5348 inoremap <buffer> <silent> &o" &ouml;
5349 inoremap <buffer> <silent> &o~ &otilde;
5350 inoremap <buffer> <silent> &o^ &ocirc;
5351 inoremap <buffer> <silent> &o' &oacute;
5352 inoremap <buffer> <silent> &o` &ograve;
5353 inoremap <buffer> <silent> &n~ &ntilde;
5354 inoremap <buffer> <silent> &i" &iuml;
5355 inoremap <buffer> <silent> &i^ &icirc;
5356 inoremap <buffer> <silent> &i' &iacute;
5357 inoremap <buffer> <silent> &i` &igrave;
5358 inoremap <buffer> <silent> &e" &euml;
5359 inoremap <buffer> <silent> &e^ &ecirc;
5360 inoremap <buffer> <silent> &e' &eacute;
5361 inoremap <buffer> <silent> &e` &egrave;
5362 inoremap <buffer> <silent> &c, &ccedil;
5363 inoremap <buffer> <silent> &ae &aelig;
5364 inoremap <buffer> <silent> &ao &aring;
5365 inoremap <buffer> <silent> &a" &auml;
5366 inoremap <buffer> <silent> &a~ &atilde;
5367 inoremap <buffer> <silent> &a^ &acirc;
5368 inoremap <buffer> <silent> &a' &aacute;
5369 inoremap <buffer> <silent> &a` &agrave;
5370 inoremap <buffer> <silent> &Y' &Yacute;
5371 inoremap <buffer> <silent> &U" &Uuml;
5372 inoremap <buffer> <silent> &U^ &Ucirc;
5373 inoremap <buffer> <silent> &U' &Uacute;
5374 inoremap <buffer> <silent> &U` &Ugrave;
5375 inoremap <buffer> <silent> &O/ &Oslash;
5376 inoremap <buffer> <silent> &O" &Ouml;
5377 inoremap <buffer> <silent> &O~ &Otilde;
5378 inoremap <buffer> <silent> &O^ &Ocirc;
5379 inoremap <buffer> <silent> &O' &Oacute;
5380 inoremap <buffer> <silent> &O` &Ograve;
5381 inoremap <buffer> <silent> &N~ &Ntilde;
5382 inoremap <buffer> <silent> &I" &Iuml;
5383 inoremap <buffer> <silent> &I^ &Icirc;
5384 inoremap <buffer> <silent> &I' &Iacute;
5385 inoremap <buffer> <silent> &I` &Igrave;
5386 inoremap <buffer> <silent> &E" &Euml;
5387 inoremap <buffer> <silent> &E^ &Ecirc;
5388 inoremap <buffer> <silent> &E' &Eacute;
5389 inoremap <buffer> <silent> &E` &Egrave;
5390 inoremap <buffer> <silent> &C, &Ccedil;
5391 inoremap <buffer> <silent> &AE &AElig;
5392 inoremap <buffer> <silent> &Ao &Aring;
5393 inoremap <buffer> <silent> &A" &Auml;
5394 inoremap <buffer> <silent> &A~ &Atilde;
5395 inoremap <buffer> <silent> &A^ &Acirc;
5396 inoremap <buffer> <silent> &A' &Aacute;
5397 inoremap <buffer> <silent> &A` &Agrave;
5398 inoremap <buffer> <silent> &c| &cent;
5399 inoremap <buffer> <silent> &Y= &yen;
5400 inoremap <buffer> <silent> &# &pound;
5401 inoremap <buffer> <silent> & &nbsp;
5402 inoremap <buffer> <silent> &> &gt;
5403 inoremap <buffer> <silent> &< &lt;
5404 inoremap <buffer> <silent> &' &quot;
5405 inoremap <buffer> <silent> &tm &trade;
5406 inoremap <buffer> <silent> &rO &reg;
5407 inoremap <buffer> <silent> &cO &copy;
5408 inoremap <buffer> <silent> && &amp;
5409 inoremap <buffer> <silent> ; &nbsp;
5410 inoremap <buffer> <silent> ;la <label for=""></label>F"
5411 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
5412 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
5413 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
5414 </textarea>k$5F"i
5415 inoremap <buffer> <silent> ;og <optgroup label="">
5416 </optgroup>k$F"i
5417 inoremap <buffer> <silent> ;op <option></option>F<
5418 inoremap <buffer> <silent> ;ms <select name="" multiple>
5419 </select>O
5420 inoremap <buffer> <silent> ;se <select name="">
5421 </select>O
5422 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
5423 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
5424 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
5425 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
5426 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
5427 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
5428 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
5429 inoremap <buffer> <silent> ;fm <form action="">
5430 </form>k$F"i
5431 inoremap <buffer> <silent> ;if <iframe src="">
5432 </iframe>k$F"i
5433 inoremap <buffer> <silent> ;nf <noframes>
5434 </noframes>O
5435 inoremap <buffer> <silent> ;fr <frame src="">F"
5436 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
5437 </frameset>k$3F"i
5438 inoremap <buffer> <silent> ;th <th></th>F<
5439 inoremap <buffer> <silent> ;td <td>
5440 </td>O
5441 inoremap <buffer> <silent> ;tr <tr>
5442 </tr>O
5443 inoremap <buffer> <silent> ;tf <tfoot>
5444 </tfoot>O
5445 inoremap <buffer> <silent> ;tb <tbody>
5446 </tbody>O
5447 inoremap <buffer> <silent> ;tH <thead>
5448 </thead>O
5449 inoremap <buffer> <silent> ;ta <table>
5450 </table>O
5451 inoremap <buffer> <silent> ;ca <caption></caption>F<
5452 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
5453 </object>k$5F"i
5454 inoremap <buffer> <silent> ;ns <noscript>
5455 </noscripT>O
5456 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
5457 <noembed></noembed>k$5F"i
5458 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
5459 inoremap <buffer> <silent> ;va <var></var>F<
5460 inoremap <buffer> <silent> ;ul <ul>
5461 </ul>O
5462 inoremap <buffer> <silent> ;tt <tt></tt>F<
5463 inoremap <buffer> <silent> ;ti <title></title>F<
5464 inoremap <buffer> <silent> ;sp <sup></sup>F<
5465 inoremap <buffer> <silent> ;sb <sub></sub>F<
5466 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
5467 inoremap <buffer> <silent> ;cs <style type="text/css">
5468 <!--
5469 -->
5470 </style>kO
5471 inoremap <buffer> <silent> ;sm <small></small>F<
5472 inoremap <buffer> <silent> ;sa <samp></samp>F<
5473 inoremap <buffer> <silent> ;sk <strike></strike>F<
5474 inoremap <buffer> <silent> ;qu <q></q>F<
5475 inoremap <buffer> <silent> ;pr <pre>
5476 </pre>O
5477 inoremap <buffer> <silent> ;/p </p>
5478 
5479 <p>
5480 inoremap <buffer> <silent> ;pp <p>
5481 </p>O
5482 inoremap <buffer> <silent> ;ol <ol>
5483 </ol>O
5484 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
5485 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
5486 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
5487 inoremap <buffer> <silent> ;lk <link href="">F"
5488 inoremap <buffer> <silent> ;li <li></li>F<
5489 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
5490 inoremap <buffer> <silent> ;ii <isindex>
5491 inoremap <buffer> <silent> ;in <ins></ins>F<
5492 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
5493 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
5494 inoremap <buffer> <silent> ;ht <html>
5495 </html>O
5496 inoremap <buffer> <silent> ;Hr <hr width="75%">
5497 inoremap <buffer> <silent> ;hr <hr>
5498 inoremap <buffer> <silent> ;he <head>
5499 </head>O
5500 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
5501 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
5502 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
5503 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
5504 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
5505 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
5506 inoremap <buffer> <silent> ;h6 <h6></h6>F<
5507 inoremap <buffer> <silent> ;h5 <h5></h5>F<
5508 inoremap <buffer> <silent> ;h4 <h4></h4>F<
5509 inoremap <buffer> <silent> ;h3 <h3></h3>F<
5510 inoremap <buffer> <silent> ;h2 <h2></h2>F<
5511 inoremap <buffer> <silent> ;h1 <h1></h1>F<
5512 inoremap <buffer> <silent> ;fc <font color=""></font>F"
5513 inoremap <buffer> <silent> ;fo <font size=""></font>F"
5514 inoremap <buffer> <silent> ;sn <span></span>F<
5515 inoremap <buffer> <silent> ;dv <div>
5516 </div>O
5517 inoremap <buffer> <silent> ;df <dfn></dfn>F<
5518 inoremap <buffer> <silent> ;de <del></del>F<
5519 inoremap <buffer> <silent> ;dd <dd></dd>F<
5520 inoremap <buffer> <silent> ;dt <dt></dt>F<
5521 inoremap <buffer> <silent> ;dl <dl>
5522 </dl>O
5523 inoremap <buffer> <silent> ;co <code></code>F<
5524 inoremap <buffer> <silent> ;ci <cite></cite>F<
5525 inoremap <buffer> <silent> ;ce <center></center>F<
5526 inoremap <buffer> <silent> ;br <br>
5527 inoremap <buffer> <silent> ;bd <body>
5528 </body>O
5529 inoremap <buffer> <silent> ;bl <blockquote>
5530 </blockquote>O
5531 inoremap <buffer> <silent> ;bi <big></big>F<
5532 inoremap <buffer> <silent> ;bh <base href="">F"
5533 inoremap <buffer> <silent> ;ad <address></address>F<
5534 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
5535 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
5536 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
5537 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
5538 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
5539 inoremap <buffer> <silent> ;an <a name=""></a>F"
5540 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
5541 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
5542 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
5543 inoremap <buffer> <silent> ;ah <a href=""></a>F"
5544 imap <buffer> <silent> ;s4 ;s4
5545 imap <buffer> <silent> ;4 ;4
5546 inoremap <buffer> <silent> ;mi :call MangleImageTag()
5547 inoremap <buffer> <silent> ; 
5548 inoremap <buffer> <silent> ;& &
5549 inoremap <buffer> <silent> ;; ;
5550 setlocal keymap=
5551 setlocal noarabic
5552 setlocal autoindent
5553 setlocal balloonexpr=
5554 setlocal nobinary
5555 setlocal bufhidden=
5556 setlocal buflisted
5557 setlocal buftype=
5558 setlocal nocindent
5559 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
5560 setlocal cinoptions=
5561 setlocal cinwords=if,else,while,do,for,switch
5562 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
5563 setlocal commentstring=<!--%s-->
5564 setlocal complete=.,w,b,u,t,i
5565 setlocal completefunc=
5566 setlocal nocopyindent
5567 setlocal nocursorcolumn
5568 setlocal nocursorline
5569 setlocal define=
5570 setlocal dictionary=
5571 setlocal nodiff
5572 setlocal equalprg=
5573 setlocal errorformat=
5574 setlocal noexpandtab
5575 if &filetype != 'html'
5576 setlocal filetype=html
5577 endif
5578 setlocal foldcolumn=0
5579 setlocal foldenable
5580 setlocal foldexpr=0
5581 setlocal foldignore=#
5582 setlocal foldlevel=0
5583 setlocal foldmarker={{{,}}}
5584 setlocal foldmethod=manual
5585 setlocal foldminlines=1
5586 setlocal foldnestmax=20
5587 setlocal foldtext=foldtext()
5588 setlocal formatexpr=
5589 setlocal formatoptions=tcq
5590 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
5591 setlocal grepprg=
5592 setlocal iminsert=2
5593 setlocal imsearch=2
5594 setlocal include=
5595 setlocal includeexpr=
5596 setlocal indentexpr=
5597 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
5598 setlocal noinfercase
5599 setlocal iskeyword=@,48-57,_,192-255
5600 setlocal keywordprg=
5601 setlocal nolinebreak
5602 setlocal nolisp
5603 setlocal nolist
5604 setlocal makeprg=
5605 setlocal matchpairs=(:),{:},[:],<:>
5606 setlocal nomodeline
5607 setlocal modifiable
5608 setlocal nrformats=octal,hex
5609 setlocal nonumber
5610 setlocal numberwidth=4
5611 setlocal omnifunc=htmlcomplete#CompleteTags
5612 setlocal path=
5613 setlocal nopreserveindent
5614 setlocal nopreviewwindow
5615 setlocal quoteescape=\\
5616 setlocal noreadonly
5617 setlocal norightleft
5618 setlocal rightleftcmd=search
5619 setlocal noscrollbind
5620 setlocal shiftwidth=8
5621 setlocal noshortname
5622 setlocal nosmartindent
5623 setlocal softtabstop=0
5624 setlocal nospell
5625 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
5626 setlocal spellfile=
5627 setlocal spelllang=en
5628 setlocal statusline=
5629 setlocal suffixesadd=
5630 setlocal swapfile
5631 setlocal synmaxcol=3000
5632 if &syntax != 'html'
5633 setlocal syntax=html
5634 endif
5635 setlocal tabstop=2
5636 setlocal tags=
5637 setlocal textwidth=0
5638 setlocal thesaurus=
5639 setlocal nowinfixheight
5640 setlocal nowinfixwidth
5641 setlocal wrap
5642 setlocal wrapmargin=0
5643 silent! normal! zE
5644 let s:l = 1 - ((0 * winheight(0) + 19) / 39)
5645 if s:l < 1 | let s:l = 1 | endif
5646 exe s:l
5647 normal! zt
5648 1
5649 normal! 0
5650 tabedit project.html
5651 set splitbelow splitright
5652 set nosplitbelow
5653 set nosplitright
5654 wincmd t
5655 set winheight=1 winwidth=1
5656 argglobal
5657 14argu
5658 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
5659 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
5660 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
5661 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
5662 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
5663 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
5664 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
5665 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
5666 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
5667 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
5668 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
5669 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
5670 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
5671 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
5672 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
5673 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
5674 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
5675 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
5676 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">')
5677 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">')
5678 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
5679 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
5680 nnoremap <buffer> <silent> ; 
5681 nnoremap <buffer> <silent> ;; ;
5682 vnoremap <buffer> <silent> ;; ;
5683 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
5684 inoremap <buffer> <silent> &hA &hArr;
5685 inoremap <buffer> <silent> &dA &dArr;
5686 inoremap <buffer> <silent> &rA &rArr;
5687 inoremap <buffer> <silent> &uA &uArr;
5688 inoremap <buffer> <silent> &lA &lArr;
5689 inoremap <buffer> <silent> &ha &harr;
5690 inoremap <buffer> <silent> &da &darr;
5691 inoremap <buffer> <silent> &ra &rarr;
5692 inoremap <buffer> <silent> &ua &uarr;
5693 inoremap <buffer> <silent> &la &larr;
5694 inoremap <buffer> <silent> &pv &piv;
5695 inoremap <buffer> <silent> &uh &upsih;
5696 inoremap <buffer> <silent> &ts &thetasym;
5697 inoremap <buffer> <silent> &og &omega;
5698 inoremap <buffer> <silent> &ps &psi;
5699 inoremap <buffer> <silent> &ch &chi;
5700 inoremap <buffer> <silent> &ph &phi;
5701 inoremap <buffer> <silent> &up &upsilon;
5702 inoremap <buffer> <silent> &ta &tau;
5703 inoremap <buffer> <silent> &sf &sigmaf;
5704 inoremap <buffer> <silent> &si &sigma;
5705 inoremap <buffer> <silent> &rh &rho;
5706 inoremap <buffer> <silent> &pi &pi;
5707 inoremap <buffer> <silent> &oc &omicron;
5708 inoremap <buffer> <silent> &xi &xi;
5709 inoremap <buffer> <silent> &nu &nu;
5710 inoremap <buffer> <silent> &mu &mu;
5711 inoremap <buffer> <silent> &lm &lambda;
5712 inoremap <buffer> <silent> &ka &kappa;
5713 inoremap <buffer> <silent> &io &iota;
5714 inoremap <buffer> <silent> &th &theta;
5715 inoremap <buffer> <silent> &et &eta;
5716 inoremap <buffer> <silent> &ze &zeta;
5717 inoremap <buffer> <silent> &ep &epsilon;
5718 inoremap <buffer> <silent> &de &delta;
5719 inoremap <buffer> <silent> &ga &gamma;
5720 inoremap <buffer> <silent> &be &beta;
5721 inoremap <buffer> <silent> &al &alpha;
5722 inoremap <buffer> <silent> &Ps &Psi;
5723 inoremap <buffer> <silent> &Ch &Chi;
5724 inoremap <buffer> <silent> &Ph &Phi;
5725 inoremap <buffer> <silent> &Up &Upsilon;
5726 inoremap <buffer> <silent> &Ta &Tau;
5727 inoremap <buffer> <silent> &Si &Sigma;
5728 inoremap <buffer> <silent> &Rh &Rho;
5729 inoremap <buffer> <silent> &Pi &Pi;
5730 inoremap <buffer> <silent> &Oc &Omicron;
5731 inoremap <buffer> <silent> &Xi &Xi;
5732 inoremap <buffer> <silent> &Nu &Nu;
5733 inoremap <buffer> <silent> &Mu &Mu;
5734 inoremap <buffer> <silent> &Lm &Lambda;
5735 inoremap <buffer> <silent> &Ka &Kappa;
5736 inoremap <buffer> <silent> &Io &Iota;
5737 inoremap <buffer> <silent> &Th &Theta;
5738 inoremap <buffer> <silent> &Et &Eta;
5739 inoremap <buffer> <silent> &Ze &Zeta;
5740 inoremap <buffer> <silent> &Ep &Epsilon;
5741 inoremap <buffer> <silent> &De &Delta;
5742 inoremap <buffer> <silent> &Ga &Gamma;
5743 inoremap <buffer> <silent> &Be &Beta;
5744 inoremap <buffer> <silent> &Al &Alpha;
5745 inoremap <buffer> <silent> &3. &hellip;
5746 inoremap <buffer> <silent> &-- &mdash;
5747 inoremap <buffer> <silent> &3- &mdash;
5748 inoremap <buffer> <silent> &m- &mdash;
5749 inoremap <buffer> <silent> &2- &ndash;
5750 inoremap <buffer> <silent> &n- &ndash;
5751 inoremap <buffer> <silent> &34 &frac34;
5752 inoremap <buffer> <silent> &12 &frac12;
5753 inoremap <buffer> <silent> &14 &frac14;
5754 inoremap <buffer> <silent> &. &middot;
5755 inoremap <buffer> <silent> &pa &para;
5756 inoremap <buffer> <silent> &mi &micro;
5757 inoremap <buffer> <silent> &dg &deg;
5758 inoremap <buffer> <silent> &? &iquest;
5759 inoremap <buffer> <silent> &! &iexcl;
5760 inoremap <buffer> <silent> &sz &szlig;
5761 inoremap <buffer> <silent> &o/ &oslash;
5762 inoremap <buffer> <silent> &/ &divide;
5763 inoremap <buffer> <silent> &" &uml;
5764 inoremap <buffer> <silent> &2> &raquo;
5765 inoremap <buffer> <silent> &2< &laquo;
5766 inoremap <buffer> <silent> &y" &yuml;
5767 inoremap <buffer> <silent> &y' &yacute;
5768 inoremap <buffer> <silent> &u" &uuml;
5769 inoremap <buffer> <silent> &u^ &ucirc;
5770 inoremap <buffer> <silent> &u' &uacute;
5771 inoremap <buffer> <silent> &u` &ugrave;
5772 inoremap <buffer> <silent> &x &times;
5773 inoremap <buffer> <silent> &o" &ouml;
5774 inoremap <buffer> <silent> &o~ &otilde;
5775 inoremap <buffer> <silent> &o^ &ocirc;
5776 inoremap <buffer> <silent> &o' &oacute;
5777 inoremap <buffer> <silent> &o` &ograve;
5778 inoremap <buffer> <silent> &n~ &ntilde;
5779 inoremap <buffer> <silent> &i" &iuml;
5780 inoremap <buffer> <silent> &i^ &icirc;
5781 inoremap <buffer> <silent> &i' &iacute;
5782 inoremap <buffer> <silent> &i` &igrave;
5783 inoremap <buffer> <silent> &e" &euml;
5784 inoremap <buffer> <silent> &e^ &ecirc;
5785 inoremap <buffer> <silent> &e' &eacute;
5786 inoremap <buffer> <silent> &e` &egrave;
5787 inoremap <buffer> <silent> &c, &ccedil;
5788 inoremap <buffer> <silent> &ae &aelig;
5789 inoremap <buffer> <silent> &ao &aring;
5790 inoremap <buffer> <silent> &a" &auml;
5791 inoremap <buffer> <silent> &a~ &atilde;
5792 inoremap <buffer> <silent> &a^ &acirc;
5793 inoremap <buffer> <silent> &a' &aacute;
5794 inoremap <buffer> <silent> &a` &agrave;
5795 inoremap <buffer> <silent> &Y' &Yacute;
5796 inoremap <buffer> <silent> &U" &Uuml;
5797 inoremap <buffer> <silent> &U^ &Ucirc;
5798 inoremap <buffer> <silent> &U' &Uacute;
5799 inoremap <buffer> <silent> &U` &Ugrave;
5800 inoremap <buffer> <silent> &O/ &Oslash;
5801 inoremap <buffer> <silent> &O" &Ouml;
5802 inoremap <buffer> <silent> &O~ &Otilde;
5803 inoremap <buffer> <silent> &O^ &Ocirc;
5804 inoremap <buffer> <silent> &O' &Oacute;
5805 inoremap <buffer> <silent> &O` &Ograve;
5806 inoremap <buffer> <silent> &N~ &Ntilde;
5807 inoremap <buffer> <silent> &I" &Iuml;
5808 inoremap <buffer> <silent> &I^ &Icirc;
5809 inoremap <buffer> <silent> &I' &Iacute;
5810 inoremap <buffer> <silent> &I` &Igrave;
5811 inoremap <buffer> <silent> &E" &Euml;
5812 inoremap <buffer> <silent> &E^ &Ecirc;
5813 inoremap <buffer> <silent> &E' &Eacute;
5814 inoremap <buffer> <silent> &E` &Egrave;
5815 inoremap <buffer> <silent> &C, &Ccedil;
5816 inoremap <buffer> <silent> &AE &AElig;
5817 inoremap <buffer> <silent> &Ao &Aring;
5818 inoremap <buffer> <silent> &A" &Auml;
5819 inoremap <buffer> <silent> &A~ &Atilde;
5820 inoremap <buffer> <silent> &A^ &Acirc;
5821 inoremap <buffer> <silent> &A' &Aacute;
5822 inoremap <buffer> <silent> &A` &Agrave;
5823 inoremap <buffer> <silent> &c| &cent;
5824 inoremap <buffer> <silent> &Y= &yen;
5825 inoremap <buffer> <silent> &# &pound;
5826 inoremap <buffer> <silent> & &nbsp;
5827 inoremap <buffer> <silent> &> &gt;
5828 inoremap <buffer> <silent> &< &lt;
5829 inoremap <buffer> <silent> &' &quot;
5830 inoremap <buffer> <silent> &tm &trade;
5831 inoremap <buffer> <silent> &rO &reg;
5832 inoremap <buffer> <silent> &cO &copy;
5833 inoremap <buffer> <silent> && &amp;
5834 inoremap <buffer> <silent> ; &nbsp;
5835 inoremap <buffer> <silent> ;la <label for=""></label>F"
5836 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
5837 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
5838 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
5839 </textarea>k$5F"i
5840 inoremap <buffer> <silent> ;og <optgroup label="">
5841 </optgroup>k$F"i
5842 inoremap <buffer> <silent> ;op <option></option>F<
5843 inoremap <buffer> <silent> ;ms <select name="" multiple>
5844 </select>O
5845 inoremap <buffer> <silent> ;se <select name="">
5846 </select>O
5847 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
5848 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
5849 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
5850 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
5851 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
5852 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
5853 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
5854 inoremap <buffer> <silent> ;fm <form action="">
5855 </form>k$F"i
5856 inoremap <buffer> <silent> ;if <iframe src="">
5857 </iframe>k$F"i
5858 inoremap <buffer> <silent> ;nf <noframes>
5859 </noframes>O
5860 inoremap <buffer> <silent> ;fr <frame src="">F"
5861 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
5862 </frameset>k$3F"i
5863 inoremap <buffer> <silent> ;th <th></th>F<
5864 inoremap <buffer> <silent> ;td <td>
5865 </td>O
5866 inoremap <buffer> <silent> ;tr <tr>
5867 </tr>O
5868 inoremap <buffer> <silent> ;tf <tfoot>
5869 </tfoot>O
5870 inoremap <buffer> <silent> ;tb <tbody>
5871 </tbody>O
5872 inoremap <buffer> <silent> ;tH <thead>
5873 </thead>O
5874 inoremap <buffer> <silent> ;ta <table>
5875 </table>O
5876 inoremap <buffer> <silent> ;ca <caption></caption>F<
5877 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
5878 </object>k$5F"i
5879 inoremap <buffer> <silent> ;ns <noscript>
5880 </noscripT>O
5881 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
5882 <noembed></noembed>k$5F"i
5883 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
5884 inoremap <buffer> <silent> ;va <var></var>F<
5885 inoremap <buffer> <silent> ;ul <ul>
5886 </ul>O
5887 inoremap <buffer> <silent> ;tt <tt></tt>F<
5888 inoremap <buffer> <silent> ;ti <title></title>F<
5889 inoremap <buffer> <silent> ;sp <sup></sup>F<
5890 inoremap <buffer> <silent> ;sb <sub></sub>F<
5891 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
5892 inoremap <buffer> <silent> ;cs <style type="text/css">
5893 <!--
5894 -->
5895 </style>kO
5896 inoremap <buffer> <silent> ;sm <small></small>F<
5897 inoremap <buffer> <silent> ;sa <samp></samp>F<
5898 inoremap <buffer> <silent> ;sk <strike></strike>F<
5899 inoremap <buffer> <silent> ;qu <q></q>F<
5900 inoremap <buffer> <silent> ;pr <pre>
5901 </pre>O
5902 inoremap <buffer> <silent> ;/p </p>
5903 
5904 <p>
5905 inoremap <buffer> <silent> ;pp <p>
5906 </p>O
5907 inoremap <buffer> <silent> ;ol <ol>
5908 </ol>O
5909 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
5910 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
5911 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
5912 inoremap <buffer> <silent> ;lk <link href="">F"
5913 inoremap <buffer> <silent> ;li <li></li>F<
5914 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
5915 inoremap <buffer> <silent> ;ii <isindex>
5916 inoremap <buffer> <silent> ;in <ins></ins>F<
5917 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
5918 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
5919 inoremap <buffer> <silent> ;ht <html>
5920 </html>O
5921 inoremap <buffer> <silent> ;Hr <hr width="75%">
5922 inoremap <buffer> <silent> ;hr <hr>
5923 inoremap <buffer> <silent> ;he <head>
5924 </head>O
5925 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
5926 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
5927 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
5928 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
5929 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
5930 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
5931 inoremap <buffer> <silent> ;h6 <h6></h6>F<
5932 inoremap <buffer> <silent> ;h5 <h5></h5>F<
5933 inoremap <buffer> <silent> ;h4 <h4></h4>F<
5934 inoremap <buffer> <silent> ;h3 <h3></h3>F<
5935 inoremap <buffer> <silent> ;h2 <h2></h2>F<
5936 inoremap <buffer> <silent> ;h1 <h1></h1>F<
5937 inoremap <buffer> <silent> ;fc <font color=""></font>F"
5938 inoremap <buffer> <silent> ;fo <font size=""></font>F"
5939 inoremap <buffer> <silent> ;sn <span></span>F<
5940 inoremap <buffer> <silent> ;dv <div>
5941 </div>O
5942 inoremap <buffer> <silent> ;df <dfn></dfn>F<
5943 inoremap <buffer> <silent> ;de <del></del>F<
5944 inoremap <buffer> <silent> ;dd <dd></dd>F<
5945 inoremap <buffer> <silent> ;dt <dt></dt>F<
5946 inoremap <buffer> <silent> ;dl <dl>
5947 </dl>O
5948 inoremap <buffer> <silent> ;co <code></code>F<
5949 inoremap <buffer> <silent> ;ci <cite></cite>F<
5950 inoremap <buffer> <silent> ;ce <center></center>F<
5951 inoremap <buffer> <silent> ;br <br>
5952 inoremap <buffer> <silent> ;bd <body>
5953 </body>O
5954 inoremap <buffer> <silent> ;bl <blockquote>
5955 </blockquote>O
5956 inoremap <buffer> <silent> ;bi <big></big>F<
5957 inoremap <buffer> <silent> ;bh <base href="">F"
5958 inoremap <buffer> <silent> ;ad <address></address>F<
5959 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
5960 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
5961 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
5962 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
5963 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
5964 inoremap <buffer> <silent> ;an <a name=""></a>F"
5965 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
5966 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
5967 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
5968 inoremap <buffer> <silent> ;ah <a href=""></a>F"
5969 imap <buffer> <silent> ;s4 ;s4
5970 imap <buffer> <silent> ;4 ;4
5971 inoremap <buffer> <silent> ;mi :call MangleImageTag()
5972 inoremap <buffer> <silent> ; 
5973 inoremap <buffer> <silent> ;& &
5974 inoremap <buffer> <silent> ;; ;
5975 setlocal keymap=
5976 setlocal noarabic
5977 setlocal autoindent
5978 setlocal balloonexpr=
5979 setlocal nobinary
5980 setlocal bufhidden=
5981 setlocal buflisted
5982 setlocal buftype=
5983 setlocal nocindent
5984 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
5985 setlocal cinoptions=
5986 setlocal cinwords=if,else,while,do,for,switch
5987 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
5988 setlocal commentstring=<!--%s-->
5989 setlocal complete=.,w,b,u,t,i
5990 setlocal completefunc=
5991 setlocal nocopyindent
5992 setlocal nocursorcolumn
5993 setlocal nocursorline
5994 setlocal define=
5995 setlocal dictionary=
5996 setlocal nodiff
5997 setlocal equalprg=
5998 setlocal errorformat=
5999 setlocal noexpandtab
6000 if &filetype != 'html'
6001 setlocal filetype=html
6002 endif
6003 setlocal foldcolumn=0
6004 setlocal foldenable
6005 setlocal foldexpr=0
6006 setlocal foldignore=#
6007 setlocal foldlevel=0
6008 setlocal foldmarker={{{,}}}
6009 setlocal foldmethod=manual
6010 setlocal foldminlines=1
6011 setlocal foldnestmax=20
6012 setlocal foldtext=foldtext()
6013 setlocal formatexpr=
6014 setlocal formatoptions=tcq
6015 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
6016 setlocal grepprg=
6017 setlocal iminsert=2
6018 setlocal imsearch=2
6019 setlocal include=
6020 setlocal includeexpr=
6021 setlocal indentexpr=
6022 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
6023 setlocal noinfercase
6024 setlocal iskeyword=@,48-57,_,192-255
6025 setlocal keywordprg=
6026 setlocal nolinebreak
6027 setlocal nolisp
6028 setlocal nolist
6029 setlocal makeprg=
6030 setlocal matchpairs=(:),{:},[:],<:>
6031 setlocal nomodeline
6032 setlocal modifiable
6033 setlocal nrformats=octal,hex
6034 setlocal nonumber
6035 setlocal numberwidth=4
6036 setlocal omnifunc=htmlcomplete#CompleteTags
6037 setlocal path=
6038 setlocal nopreserveindent
6039 setlocal nopreviewwindow
6040 setlocal quoteescape=\\
6041 setlocal noreadonly
6042 setlocal norightleft
6043 setlocal rightleftcmd=search
6044 setlocal noscrollbind
6045 setlocal shiftwidth=8
6046 setlocal noshortname
6047 setlocal nosmartindent
6048 setlocal softtabstop=0
6049 setlocal nospell
6050 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
6051 setlocal spellfile=
6052 setlocal spelllang=en
6053 setlocal statusline=
6054 setlocal suffixesadd=
6055 setlocal swapfile
6056 setlocal synmaxcol=3000
6057 if &syntax != 'html'
6058 setlocal syntax=html
6059 endif
6060 setlocal tabstop=2
6061 setlocal tags=
6062 setlocal textwidth=0
6063 setlocal thesaurus=
6064 setlocal nowinfixheight
6065 setlocal nowinfixwidth
6066 setlocal wrap
6067 setlocal wrapmargin=0
6068 silent! normal! zE
6069 let s:l = 1 - ((0 * winheight(0) + 19) / 39)
6070 if s:l < 1 | let s:l = 1 | endif
6071 exe s:l
6072 normal! zt
6073 1
6074 normal! 0
6075 tabedit recover.html
6076 set splitbelow splitright
6077 set nosplitbelow
6078 set nosplitright
6079 wincmd t
6080 set winheight=1 winwidth=1
6081 argglobal
6082 15argu
6083 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6084 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6085 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
6086 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
6087 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
6088 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
6089 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
6090 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
6091 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
6092 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
6093 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
6094 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
6095 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
6096 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
6097 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
6098 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
6099 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
6100 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
6101 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">')
6102 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">')
6103 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
6104 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
6105 nnoremap <buffer> <silent> ; 
6106 nnoremap <buffer> <silent> ;; ;
6107 vnoremap <buffer> <silent> ;; ;
6108 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
6109 inoremap <buffer> <silent> &hA &hArr;
6110 inoremap <buffer> <silent> &dA &dArr;
6111 inoremap <buffer> <silent> &rA &rArr;
6112 inoremap <buffer> <silent> &uA &uArr;
6113 inoremap <buffer> <silent> &lA &lArr;
6114 inoremap <buffer> <silent> &ha &harr;
6115 inoremap <buffer> <silent> &da &darr;
6116 inoremap <buffer> <silent> &ra &rarr;
6117 inoremap <buffer> <silent> &ua &uarr;
6118 inoremap <buffer> <silent> &la &larr;
6119 inoremap <buffer> <silent> &pv &piv;
6120 inoremap <buffer> <silent> &uh &upsih;
6121 inoremap <buffer> <silent> &ts &thetasym;
6122 inoremap <buffer> <silent> &og &omega;
6123 inoremap <buffer> <silent> &ps &psi;
6124 inoremap <buffer> <silent> &ch &chi;
6125 inoremap <buffer> <silent> &ph &phi;
6126 inoremap <buffer> <silent> &up &upsilon;
6127 inoremap <buffer> <silent> &ta &tau;
6128 inoremap <buffer> <silent> &sf &sigmaf;
6129 inoremap <buffer> <silent> &si &sigma;
6130 inoremap <buffer> <silent> &rh &rho;
6131 inoremap <buffer> <silent> &pi &pi;
6132 inoremap <buffer> <silent> &oc &omicron;
6133 inoremap <buffer> <silent> &xi &xi;
6134 inoremap <buffer> <silent> &nu &nu;
6135 inoremap <buffer> <silent> &mu &mu;
6136 inoremap <buffer> <silent> &lm &lambda;
6137 inoremap <buffer> <silent> &ka &kappa;
6138 inoremap <buffer> <silent> &io &iota;
6139 inoremap <buffer> <silent> &th &theta;
6140 inoremap <buffer> <silent> &et &eta;
6141 inoremap <buffer> <silent> &ze &zeta;
6142 inoremap <buffer> <silent> &ep &epsilon;
6143 inoremap <buffer> <silent> &de &delta;
6144 inoremap <buffer> <silent> &ga &gamma;
6145 inoremap <buffer> <silent> &be &beta;
6146 inoremap <buffer> <silent> &al &alpha;
6147 inoremap <buffer> <silent> &Ps &Psi;
6148 inoremap <buffer> <silent> &Ch &Chi;
6149 inoremap <buffer> <silent> &Ph &Phi;
6150 inoremap <buffer> <silent> &Up &Upsilon;
6151 inoremap <buffer> <silent> &Ta &Tau;
6152 inoremap <buffer> <silent> &Si &Sigma;
6153 inoremap <buffer> <silent> &Rh &Rho;
6154 inoremap <buffer> <silent> &Pi &Pi;
6155 inoremap <buffer> <silent> &Oc &Omicron;
6156 inoremap <buffer> <silent> &Xi &Xi;
6157 inoremap <buffer> <silent> &Nu &Nu;
6158 inoremap <buffer> <silent> &Mu &Mu;
6159 inoremap <buffer> <silent> &Lm &Lambda;
6160 inoremap <buffer> <silent> &Ka &Kappa;
6161 inoremap <buffer> <silent> &Io &Iota;
6162 inoremap <buffer> <silent> &Th &Theta;
6163 inoremap <buffer> <silent> &Et &Eta;
6164 inoremap <buffer> <silent> &Ze &Zeta;
6165 inoremap <buffer> <silent> &Ep &Epsilon;
6166 inoremap <buffer> <silent> &De &Delta;
6167 inoremap <buffer> <silent> &Ga &Gamma;
6168 inoremap <buffer> <silent> &Be &Beta;
6169 inoremap <buffer> <silent> &Al &Alpha;
6170 inoremap <buffer> <silent> &3. &hellip;
6171 inoremap <buffer> <silent> &-- &mdash;
6172 inoremap <buffer> <silent> &3- &mdash;
6173 inoremap <buffer> <silent> &m- &mdash;
6174 inoremap <buffer> <silent> &2- &ndash;
6175 inoremap <buffer> <silent> &n- &ndash;
6176 inoremap <buffer> <silent> &34 &frac34;
6177 inoremap <buffer> <silent> &12 &frac12;
6178 inoremap <buffer> <silent> &14 &frac14;
6179 inoremap <buffer> <silent> &. &middot;
6180 inoremap <buffer> <silent> &pa &para;
6181 inoremap <buffer> <silent> &mi &micro;
6182 inoremap <buffer> <silent> &dg &deg;
6183 inoremap <buffer> <silent> &? &iquest;
6184 inoremap <buffer> <silent> &! &iexcl;
6185 inoremap <buffer> <silent> &sz &szlig;
6186 inoremap <buffer> <silent> &o/ &oslash;
6187 inoremap <buffer> <silent> &/ &divide;
6188 inoremap <buffer> <silent> &" &uml;
6189 inoremap <buffer> <silent> &2> &raquo;
6190 inoremap <buffer> <silent> &2< &laquo;
6191 inoremap <buffer> <silent> &y" &yuml;
6192 inoremap <buffer> <silent> &y' &yacute;
6193 inoremap <buffer> <silent> &u" &uuml;
6194 inoremap <buffer> <silent> &u^ &ucirc;
6195 inoremap <buffer> <silent> &u' &uacute;
6196 inoremap <buffer> <silent> &u` &ugrave;
6197 inoremap <buffer> <silent> &x &times;
6198 inoremap <buffer> <silent> &o" &ouml;
6199 inoremap <buffer> <silent> &o~ &otilde;
6200 inoremap <buffer> <silent> &o^ &ocirc;
6201 inoremap <buffer> <silent> &o' &oacute;
6202 inoremap <buffer> <silent> &o` &ograve;
6203 inoremap <buffer> <silent> &n~ &ntilde;
6204 inoremap <buffer> <silent> &i" &iuml;
6205 inoremap <buffer> <silent> &i^ &icirc;
6206 inoremap <buffer> <silent> &i' &iacute;
6207 inoremap <buffer> <silent> &i` &igrave;
6208 inoremap <buffer> <silent> &e" &euml;
6209 inoremap <buffer> <silent> &e^ &ecirc;
6210 inoremap <buffer> <silent> &e' &eacute;
6211 inoremap <buffer> <silent> &e` &egrave;
6212 inoremap <buffer> <silent> &c, &ccedil;
6213 inoremap <buffer> <silent> &ae &aelig;
6214 inoremap <buffer> <silent> &ao &aring;
6215 inoremap <buffer> <silent> &a" &auml;
6216 inoremap <buffer> <silent> &a~ &atilde;
6217 inoremap <buffer> <silent> &a^ &acirc;
6218 inoremap <buffer> <silent> &a' &aacute;
6219 inoremap <buffer> <silent> &a` &agrave;
6220 inoremap <buffer> <silent> &Y' &Yacute;
6221 inoremap <buffer> <silent> &U" &Uuml;
6222 inoremap <buffer> <silent> &U^ &Ucirc;
6223 inoremap <buffer> <silent> &U' &Uacute;
6224 inoremap <buffer> <silent> &U` &Ugrave;
6225 inoremap <buffer> <silent> &O/ &Oslash;
6226 inoremap <buffer> <silent> &O" &Ouml;
6227 inoremap <buffer> <silent> &O~ &Otilde;
6228 inoremap <buffer> <silent> &O^ &Ocirc;
6229 inoremap <buffer> <silent> &O' &Oacute;
6230 inoremap <buffer> <silent> &O` &Ograve;
6231 inoremap <buffer> <silent> &N~ &Ntilde;
6232 inoremap <buffer> <silent> &I" &Iuml;
6233 inoremap <buffer> <silent> &I^ &Icirc;
6234 inoremap <buffer> <silent> &I' &Iacute;
6235 inoremap <buffer> <silent> &I` &Igrave;
6236 inoremap <buffer> <silent> &E" &Euml;
6237 inoremap <buffer> <silent> &E^ &Ecirc;
6238 inoremap <buffer> <silent> &E' &Eacute;
6239 inoremap <buffer> <silent> &E` &Egrave;
6240 inoremap <buffer> <silent> &C, &Ccedil;
6241 inoremap <buffer> <silent> &AE &AElig;
6242 inoremap <buffer> <silent> &Ao &Aring;
6243 inoremap <buffer> <silent> &A" &Auml;
6244 inoremap <buffer> <silent> &A~ &Atilde;
6245 inoremap <buffer> <silent> &A^ &Acirc;
6246 inoremap <buffer> <silent> &A' &Aacute;
6247 inoremap <buffer> <silent> &A` &Agrave;
6248 inoremap <buffer> <silent> &c| &cent;
6249 inoremap <buffer> <silent> &Y= &yen;
6250 inoremap <buffer> <silent> &# &pound;
6251 inoremap <buffer> <silent> & &nbsp;
6252 inoremap <buffer> <silent> &> &gt;
6253 inoremap <buffer> <silent> &< &lt;
6254 inoremap <buffer> <silent> &' &quot;
6255 inoremap <buffer> <silent> &tm &trade;
6256 inoremap <buffer> <silent> &rO &reg;
6257 inoremap <buffer> <silent> &cO &copy;
6258 inoremap <buffer> <silent> && &amp;
6259 inoremap <buffer> <silent> ; &nbsp;
6260 inoremap <buffer> <silent> ;la <label for=""></label>F"
6261 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
6262 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
6263 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
6264 </textarea>k$5F"i
6265 inoremap <buffer> <silent> ;og <optgroup label="">
6266 </optgroup>k$F"i
6267 inoremap <buffer> <silent> ;op <option></option>F<
6268 inoremap <buffer> <silent> ;ms <select name="" multiple>
6269 </select>O
6270 inoremap <buffer> <silent> ;se <select name="">
6271 </select>O
6272 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
6273 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
6274 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
6275 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
6276 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
6277 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
6278 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
6279 inoremap <buffer> <silent> ;fm <form action="">
6280 </form>k$F"i
6281 inoremap <buffer> <silent> ;if <iframe src="">
6282 </iframe>k$F"i
6283 inoremap <buffer> <silent> ;nf <noframes>
6284 </noframes>O
6285 inoremap <buffer> <silent> ;fr <frame src="">F"
6286 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
6287 </frameset>k$3F"i
6288 inoremap <buffer> <silent> ;th <th></th>F<
6289 inoremap <buffer> <silent> ;td <td>
6290 </td>O
6291 inoremap <buffer> <silent> ;tr <tr>
6292 </tr>O
6293 inoremap <buffer> <silent> ;tf <tfoot>
6294 </tfoot>O
6295 inoremap <buffer> <silent> ;tb <tbody>
6296 </tbody>O
6297 inoremap <buffer> <silent> ;tH <thead>
6298 </thead>O
6299 inoremap <buffer> <silent> ;ta <table>
6300 </table>O
6301 inoremap <buffer> <silent> ;ca <caption></caption>F<
6302 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
6303 </object>k$5F"i
6304 inoremap <buffer> <silent> ;ns <noscript>
6305 </noscripT>O
6306 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
6307 <noembed></noembed>k$5F"i
6308 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
6309 inoremap <buffer> <silent> ;va <var></var>F<
6310 inoremap <buffer> <silent> ;ul <ul>
6311 </ul>O
6312 inoremap <buffer> <silent> ;tt <tt></tt>F<
6313 inoremap <buffer> <silent> ;ti <title></title>F<
6314 inoremap <buffer> <silent> ;sp <sup></sup>F<
6315 inoremap <buffer> <silent> ;sb <sub></sub>F<
6316 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
6317 inoremap <buffer> <silent> ;cs <style type="text/css">
6318 <!--
6319 -->
6320 </style>kO
6321 inoremap <buffer> <silent> ;sm <small></small>F<
6322 inoremap <buffer> <silent> ;sa <samp></samp>F<
6323 inoremap <buffer> <silent> ;sk <strike></strike>F<
6324 inoremap <buffer> <silent> ;qu <q></q>F<
6325 inoremap <buffer> <silent> ;pr <pre>
6326 </pre>O
6327 inoremap <buffer> <silent> ;/p </p>
6328 
6329 <p>
6330 inoremap <buffer> <silent> ;pp <p>
6331 </p>O
6332 inoremap <buffer> <silent> ;ol <ol>
6333 </ol>O
6334 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
6335 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
6336 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
6337 inoremap <buffer> <silent> ;lk <link href="">F"
6338 inoremap <buffer> <silent> ;li <li></li>F<
6339 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
6340 inoremap <buffer> <silent> ;ii <isindex>
6341 inoremap <buffer> <silent> ;in <ins></ins>F<
6342 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
6343 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
6344 inoremap <buffer> <silent> ;ht <html>
6345 </html>O
6346 inoremap <buffer> <silent> ;Hr <hr width="75%">
6347 inoremap <buffer> <silent> ;hr <hr>
6348 inoremap <buffer> <silent> ;he <head>
6349 </head>O
6350 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
6351 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
6352 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
6353 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
6354 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
6355 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
6356 inoremap <buffer> <silent> ;h6 <h6></h6>F<
6357 inoremap <buffer> <silent> ;h5 <h5></h5>F<
6358 inoremap <buffer> <silent> ;h4 <h4></h4>F<
6359 inoremap <buffer> <silent> ;h3 <h3></h3>F<
6360 inoremap <buffer> <silent> ;h2 <h2></h2>F<
6361 inoremap <buffer> <silent> ;h1 <h1></h1>F<
6362 inoremap <buffer> <silent> ;fc <font color=""></font>F"
6363 inoremap <buffer> <silent> ;fo <font size=""></font>F"
6364 inoremap <buffer> <silent> ;sn <span></span>F<
6365 inoremap <buffer> <silent> ;dv <div>
6366 </div>O
6367 inoremap <buffer> <silent> ;df <dfn></dfn>F<
6368 inoremap <buffer> <silent> ;de <del></del>F<
6369 inoremap <buffer> <silent> ;dd <dd></dd>F<
6370 inoremap <buffer> <silent> ;dt <dt></dt>F<
6371 inoremap <buffer> <silent> ;dl <dl>
6372 </dl>O
6373 inoremap <buffer> <silent> ;co <code></code>F<
6374 inoremap <buffer> <silent> ;ci <cite></cite>F<
6375 inoremap <buffer> <silent> ;ce <center></center>F<
6376 inoremap <buffer> <silent> ;br <br>
6377 inoremap <buffer> <silent> ;bd <body>
6378 </body>O
6379 inoremap <buffer> <silent> ;bl <blockquote>
6380 </blockquote>O
6381 inoremap <buffer> <silent> ;bi <big></big>F<
6382 inoremap <buffer> <silent> ;bh <base href="">F"
6383 inoremap <buffer> <silent> ;ad <address></address>F<
6384 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
6385 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
6386 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
6387 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
6388 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
6389 inoremap <buffer> <silent> ;an <a name=""></a>F"
6390 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
6391 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
6392 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
6393 inoremap <buffer> <silent> ;ah <a href=""></a>F"
6394 imap <buffer> <silent> ;s4 ;s4
6395 imap <buffer> <silent> ;4 ;4
6396 inoremap <buffer> <silent> ;mi :call MangleImageTag()
6397 inoremap <buffer> <silent> ; 
6398 inoremap <buffer> <silent> ;& &
6399 inoremap <buffer> <silent> ;; ;
6400 setlocal keymap=
6401 setlocal noarabic
6402 setlocal autoindent
6403 setlocal balloonexpr=
6404 setlocal nobinary
6405 setlocal bufhidden=
6406 setlocal buflisted
6407 setlocal buftype=
6408 setlocal nocindent
6409 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
6410 setlocal cinoptions=
6411 setlocal cinwords=if,else,while,do,for,switch
6412 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
6413 setlocal commentstring=<!--%s-->
6414 setlocal complete=.,w,b,u,t,i
6415 setlocal completefunc=
6416 setlocal nocopyindent
6417 setlocal nocursorcolumn
6418 setlocal nocursorline
6419 setlocal define=
6420 setlocal dictionary=
6421 setlocal nodiff
6422 setlocal equalprg=
6423 setlocal errorformat=
6424 setlocal noexpandtab
6425 if &filetype != 'html'
6426 setlocal filetype=html
6427 endif
6428 setlocal foldcolumn=0
6429 setlocal foldenable
6430 setlocal foldexpr=0
6431 setlocal foldignore=#
6432 setlocal foldlevel=0
6433 setlocal foldmarker={{{,}}}
6434 setlocal foldmethod=manual
6435 setlocal foldminlines=1
6436 setlocal foldnestmax=20
6437 setlocal foldtext=foldtext()
6438 setlocal formatexpr=
6439 setlocal formatoptions=tcq
6440 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
6441 setlocal grepprg=
6442 setlocal iminsert=2
6443 setlocal imsearch=2
6444 setlocal include=
6445 setlocal includeexpr=
6446 setlocal indentexpr=
6447 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
6448 setlocal noinfercase
6449 setlocal iskeyword=@,48-57,_,192-255
6450 setlocal keywordprg=
6451 setlocal nolinebreak
6452 setlocal nolisp
6453 setlocal nolist
6454 setlocal makeprg=
6455 setlocal matchpairs=(:),{:},[:],<:>
6456 setlocal nomodeline
6457 setlocal modifiable
6458 setlocal nrformats=octal,hex
6459 setlocal nonumber
6460 setlocal numberwidth=4
6461 setlocal omnifunc=htmlcomplete#CompleteTags
6462 setlocal path=
6463 setlocal nopreserveindent
6464 setlocal nopreviewwindow
6465 setlocal quoteescape=\\
6466 setlocal noreadonly
6467 setlocal norightleft
6468 setlocal rightleftcmd=search
6469 setlocal noscrollbind
6470 setlocal shiftwidth=8
6471 setlocal noshortname
6472 setlocal nosmartindent
6473 setlocal softtabstop=0
6474 setlocal nospell
6475 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
6476 setlocal spellfile=
6477 setlocal spelllang=en
6478 setlocal statusline=
6479 setlocal suffixesadd=
6480 setlocal swapfile
6481 setlocal synmaxcol=3000
6482 if &syntax != 'html'
6483 setlocal syntax=html
6484 endif
6485 setlocal tabstop=2
6486 setlocal tags=
6487 setlocal textwidth=0
6488 setlocal thesaurus=
6489 setlocal nowinfixheight
6490 setlocal nowinfixwidth
6491 setlocal wrap
6492 setlocal wrapmargin=0
6493 silent! normal! zE
6494 let s:l = 1 - ((0 * winheight(0) + 19) / 39)
6495 if s:l < 1 | let s:l = 1 | endif
6496 exe s:l
6497 normal! zt
6498 1
6499 normal! 0
6500 tabedit reloc-img.html
6501 set splitbelow splitright
6502 set nosplitbelow
6503 set nosplitright
6504 wincmd t
6505 set winheight=1 winwidth=1
6506 argglobal
6507 16argu
6508 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6509 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6510 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
6511 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
6512 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
6513 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
6514 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
6515 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
6516 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
6517 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
6518 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
6519 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
6520 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
6521 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
6522 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
6523 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
6524 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
6525 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
6526 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">')
6527 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">')
6528 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
6529 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
6530 nnoremap <buffer> <silent> ; 
6531 nnoremap <buffer> <silent> ;; ;
6532 vnoremap <buffer> <silent> ;; ;
6533 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
6534 inoremap <buffer> <silent> &hA &hArr;
6535 inoremap <buffer> <silent> &dA &dArr;
6536 inoremap <buffer> <silent> &rA &rArr;
6537 inoremap <buffer> <silent> &uA &uArr;
6538 inoremap <buffer> <silent> &lA &lArr;
6539 inoremap <buffer> <silent> &ha &harr;
6540 inoremap <buffer> <silent> &da &darr;
6541 inoremap <buffer> <silent> &ra &rarr;
6542 inoremap <buffer> <silent> &ua &uarr;
6543 inoremap <buffer> <silent> &la &larr;
6544 inoremap <buffer> <silent> &pv &piv;
6545 inoremap <buffer> <silent> &uh &upsih;
6546 inoremap <buffer> <silent> &ts &thetasym;
6547 inoremap <buffer> <silent> &og &omega;
6548 inoremap <buffer> <silent> &ps &psi;
6549 inoremap <buffer> <silent> &ch &chi;
6550 inoremap <buffer> <silent> &ph &phi;
6551 inoremap <buffer> <silent> &up &upsilon;
6552 inoremap <buffer> <silent> &ta &tau;
6553 inoremap <buffer> <silent> &sf &sigmaf;
6554 inoremap <buffer> <silent> &si &sigma;
6555 inoremap <buffer> <silent> &rh &rho;
6556 inoremap <buffer> <silent> &pi &pi;
6557 inoremap <buffer> <silent> &oc &omicron;
6558 inoremap <buffer> <silent> &xi &xi;
6559 inoremap <buffer> <silent> &nu &nu;
6560 inoremap <buffer> <silent> &mu &mu;
6561 inoremap <buffer> <silent> &lm &lambda;
6562 inoremap <buffer> <silent> &ka &kappa;
6563 inoremap <buffer> <silent> &io &iota;
6564 inoremap <buffer> <silent> &th &theta;
6565 inoremap <buffer> <silent> &et &eta;
6566 inoremap <buffer> <silent> &ze &zeta;
6567 inoremap <buffer> <silent> &ep &epsilon;
6568 inoremap <buffer> <silent> &de &delta;
6569 inoremap <buffer> <silent> &ga &gamma;
6570 inoremap <buffer> <silent> &be &beta;
6571 inoremap <buffer> <silent> &al &alpha;
6572 inoremap <buffer> <silent> &Ps &Psi;
6573 inoremap <buffer> <silent> &Ch &Chi;
6574 inoremap <buffer> <silent> &Ph &Phi;
6575 inoremap <buffer> <silent> &Up &Upsilon;
6576 inoremap <buffer> <silent> &Ta &Tau;
6577 inoremap <buffer> <silent> &Si &Sigma;
6578 inoremap <buffer> <silent> &Rh &Rho;
6579 inoremap <buffer> <silent> &Pi &Pi;
6580 inoremap <buffer> <silent> &Oc &Omicron;
6581 inoremap <buffer> <silent> &Xi &Xi;
6582 inoremap <buffer> <silent> &Nu &Nu;
6583 inoremap <buffer> <silent> &Mu &Mu;
6584 inoremap <buffer> <silent> &Lm &Lambda;
6585 inoremap <buffer> <silent> &Ka &Kappa;
6586 inoremap <buffer> <silent> &Io &Iota;
6587 inoremap <buffer> <silent> &Th &Theta;
6588 inoremap <buffer> <silent> &Et &Eta;
6589 inoremap <buffer> <silent> &Ze &Zeta;
6590 inoremap <buffer> <silent> &Ep &Epsilon;
6591 inoremap <buffer> <silent> &De &Delta;
6592 inoremap <buffer> <silent> &Ga &Gamma;
6593 inoremap <buffer> <silent> &Be &Beta;
6594 inoremap <buffer> <silent> &Al &Alpha;
6595 inoremap <buffer> <silent> &3. &hellip;
6596 inoremap <buffer> <silent> &-- &mdash;
6597 inoremap <buffer> <silent> &3- &mdash;
6598 inoremap <buffer> <silent> &m- &mdash;
6599 inoremap <buffer> <silent> &2- &ndash;
6600 inoremap <buffer> <silent> &n- &ndash;
6601 inoremap <buffer> <silent> &34 &frac34;
6602 inoremap <buffer> <silent> &12 &frac12;
6603 inoremap <buffer> <silent> &14 &frac14;
6604 inoremap <buffer> <silent> &. &middot;
6605 inoremap <buffer> <silent> &pa &para;
6606 inoremap <buffer> <silent> &mi &micro;
6607 inoremap <buffer> <silent> &dg &deg;
6608 inoremap <buffer> <silent> &? &iquest;
6609 inoremap <buffer> <silent> &! &iexcl;
6610 inoremap <buffer> <silent> &sz &szlig;
6611 inoremap <buffer> <silent> &o/ &oslash;
6612 inoremap <buffer> <silent> &/ &divide;
6613 inoremap <buffer> <silent> &" &uml;
6614 inoremap <buffer> <silent> &2> &raquo;
6615 inoremap <buffer> <silent> &2< &laquo;
6616 inoremap <buffer> <silent> &y" &yuml;
6617 inoremap <buffer> <silent> &y' &yacute;
6618 inoremap <buffer> <silent> &u" &uuml;
6619 inoremap <buffer> <silent> &u^ &ucirc;
6620 inoremap <buffer> <silent> &u' &uacute;
6621 inoremap <buffer> <silent> &u` &ugrave;
6622 inoremap <buffer> <silent> &x &times;
6623 inoremap <buffer> <silent> &o" &ouml;
6624 inoremap <buffer> <silent> &o~ &otilde;
6625 inoremap <buffer> <silent> &o^ &ocirc;
6626 inoremap <buffer> <silent> &o' &oacute;
6627 inoremap <buffer> <silent> &o` &ograve;
6628 inoremap <buffer> <silent> &n~ &ntilde;
6629 inoremap <buffer> <silent> &i" &iuml;
6630 inoremap <buffer> <silent> &i^ &icirc;
6631 inoremap <buffer> <silent> &i' &iacute;
6632 inoremap <buffer> <silent> &i` &igrave;
6633 inoremap <buffer> <silent> &e" &euml;
6634 inoremap <buffer> <silent> &e^ &ecirc;
6635 inoremap <buffer> <silent> &e' &eacute;
6636 inoremap <buffer> <silent> &e` &egrave;
6637 inoremap <buffer> <silent> &c, &ccedil;
6638 inoremap <buffer> <silent> &ae &aelig;
6639 inoremap <buffer> <silent> &ao &aring;
6640 inoremap <buffer> <silent> &a" &auml;
6641 inoremap <buffer> <silent> &a~ &atilde;
6642 inoremap <buffer> <silent> &a^ &acirc;
6643 inoremap <buffer> <silent> &a' &aacute;
6644 inoremap <buffer> <silent> &a` &agrave;
6645 inoremap <buffer> <silent> &Y' &Yacute;
6646 inoremap <buffer> <silent> &U" &Uuml;
6647 inoremap <buffer> <silent> &U^ &Ucirc;
6648 inoremap <buffer> <silent> &U' &Uacute;
6649 inoremap <buffer> <silent> &U` &Ugrave;
6650 inoremap <buffer> <silent> &O/ &Oslash;
6651 inoremap <buffer> <silent> &O" &Ouml;
6652 inoremap <buffer> <silent> &O~ &Otilde;
6653 inoremap <buffer> <silent> &O^ &Ocirc;
6654 inoremap <buffer> <silent> &O' &Oacute;
6655 inoremap <buffer> <silent> &O` &Ograve;
6656 inoremap <buffer> <silent> &N~ &Ntilde;
6657 inoremap <buffer> <silent> &I" &Iuml;
6658 inoremap <buffer> <silent> &I^ &Icirc;
6659 inoremap <buffer> <silent> &I' &Iacute;
6660 inoremap <buffer> <silent> &I` &Igrave;
6661 inoremap <buffer> <silent> &E" &Euml;
6662 inoremap <buffer> <silent> &E^ &Ecirc;
6663 inoremap <buffer> <silent> &E' &Eacute;
6664 inoremap <buffer> <silent> &E` &Egrave;
6665 inoremap <buffer> <silent> &C, &Ccedil;
6666 inoremap <buffer> <silent> &AE &AElig;
6667 inoremap <buffer> <silent> &Ao &Aring;
6668 inoremap <buffer> <silent> &A" &Auml;
6669 inoremap <buffer> <silent> &A~ &Atilde;
6670 inoremap <buffer> <silent> &A^ &Acirc;
6671 inoremap <buffer> <silent> &A' &Aacute;
6672 inoremap <buffer> <silent> &A` &Agrave;
6673 inoremap <buffer> <silent> &c| &cent;
6674 inoremap <buffer> <silent> &Y= &yen;
6675 inoremap <buffer> <silent> &# &pound;
6676 inoremap <buffer> <silent> & &nbsp;
6677 inoremap <buffer> <silent> &> &gt;
6678 inoremap <buffer> <silent> &< &lt;
6679 inoremap <buffer> <silent> &' &quot;
6680 inoremap <buffer> <silent> &tm &trade;
6681 inoremap <buffer> <silent> &rO &reg;
6682 inoremap <buffer> <silent> &cO &copy;
6683 inoremap <buffer> <silent> && &amp;
6684 inoremap <buffer> <silent> ; &nbsp;
6685 inoremap <buffer> <silent> ;la <label for=""></label>F"
6686 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
6687 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
6688 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
6689 </textarea>k$5F"i
6690 inoremap <buffer> <silent> ;og <optgroup label="">
6691 </optgroup>k$F"i
6692 inoremap <buffer> <silent> ;op <option></option>F<
6693 inoremap <buffer> <silent> ;ms <select name="" multiple>
6694 </select>O
6695 inoremap <buffer> <silent> ;se <select name="">
6696 </select>O
6697 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
6698 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
6699 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
6700 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
6701 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
6702 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
6703 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
6704 inoremap <buffer> <silent> ;fm <form action="">
6705 </form>k$F"i
6706 inoremap <buffer> <silent> ;if <iframe src="">
6707 </iframe>k$F"i
6708 inoremap <buffer> <silent> ;nf <noframes>
6709 </noframes>O
6710 inoremap <buffer> <silent> ;fr <frame src="">F"
6711 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
6712 </frameset>k$3F"i
6713 inoremap <buffer> <silent> ;th <th></th>F<
6714 inoremap <buffer> <silent> ;td <td>
6715 </td>O
6716 inoremap <buffer> <silent> ;tr <tr>
6717 </tr>O
6718 inoremap <buffer> <silent> ;tf <tfoot>
6719 </tfoot>O
6720 inoremap <buffer> <silent> ;tb <tbody>
6721 </tbody>O
6722 inoremap <buffer> <silent> ;tH <thead>
6723 </thead>O
6724 inoremap <buffer> <silent> ;ta <table>
6725 </table>O
6726 inoremap <buffer> <silent> ;ca <caption></caption>F<
6727 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
6728 </object>k$5F"i
6729 inoremap <buffer> <silent> ;ns <noscript>
6730 </noscripT>O
6731 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
6732 <noembed></noembed>k$5F"i
6733 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
6734 inoremap <buffer> <silent> ;va <var></var>F<
6735 inoremap <buffer> <silent> ;ul <ul>
6736 </ul>O
6737 inoremap <buffer> <silent> ;tt <tt></tt>F<
6738 inoremap <buffer> <silent> ;ti <title></title>F<
6739 inoremap <buffer> <silent> ;sp <sup></sup>F<
6740 inoremap <buffer> <silent> ;sb <sub></sub>F<
6741 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
6742 inoremap <buffer> <silent> ;cs <style type="text/css">
6743 <!--
6744 -->
6745 </style>kO
6746 inoremap <buffer> <silent> ;sm <small></small>F<
6747 inoremap <buffer> <silent> ;sa <samp></samp>F<
6748 inoremap <buffer> <silent> ;sk <strike></strike>F<
6749 inoremap <buffer> <silent> ;qu <q></q>F<
6750 inoremap <buffer> <silent> ;pr <pre>
6751 </pre>O
6752 inoremap <buffer> <silent> ;/p </p>
6753 
6754 <p>
6755 inoremap <buffer> <silent> ;pp <p>
6756 </p>O
6757 inoremap <buffer> <silent> ;ol <ol>
6758 </ol>O
6759 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
6760 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
6761 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
6762 inoremap <buffer> <silent> ;lk <link href="">F"
6763 inoremap <buffer> <silent> ;li <li></li>F<
6764 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
6765 inoremap <buffer> <silent> ;ii <isindex>
6766 inoremap <buffer> <silent> ;in <ins></ins>F<
6767 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
6768 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
6769 inoremap <buffer> <silent> ;ht <html>
6770 </html>O
6771 inoremap <buffer> <silent> ;Hr <hr width="75%">
6772 inoremap <buffer> <silent> ;hr <hr>
6773 inoremap <buffer> <silent> ;he <head>
6774 </head>O
6775 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
6776 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
6777 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
6778 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
6779 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
6780 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
6781 inoremap <buffer> <silent> ;h6 <h6></h6>F<
6782 inoremap <buffer> <silent> ;h5 <h5></h5>F<
6783 inoremap <buffer> <silent> ;h4 <h4></h4>F<
6784 inoremap <buffer> <silent> ;h3 <h3></h3>F<
6785 inoremap <buffer> <silent> ;h2 <h2></h2>F<
6786 inoremap <buffer> <silent> ;h1 <h1></h1>F<
6787 inoremap <buffer> <silent> ;fc <font color=""></font>F"
6788 inoremap <buffer> <silent> ;fo <font size=""></font>F"
6789 inoremap <buffer> <silent> ;sn <span></span>F<
6790 inoremap <buffer> <silent> ;dv <div>
6791 </div>O
6792 inoremap <buffer> <silent> ;df <dfn></dfn>F<
6793 inoremap <buffer> <silent> ;de <del></del>F<
6794 inoremap <buffer> <silent> ;dd <dd></dd>F<
6795 inoremap <buffer> <silent> ;dt <dt></dt>F<
6796 inoremap <buffer> <silent> ;dl <dl>
6797 </dl>O
6798 inoremap <buffer> <silent> ;co <code></code>F<
6799 inoremap <buffer> <silent> ;ci <cite></cite>F<
6800 inoremap <buffer> <silent> ;ce <center></center>F<
6801 inoremap <buffer> <silent> ;br <br>
6802 inoremap <buffer> <silent> ;bd <body>
6803 </body>O
6804 inoremap <buffer> <silent> ;bl <blockquote>
6805 </blockquote>O
6806 inoremap <buffer> <silent> ;bi <big></big>F<
6807 inoremap <buffer> <silent> ;bh <base href="">F"
6808 inoremap <buffer> <silent> ;ad <address></address>F<
6809 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
6810 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
6811 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
6812 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
6813 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
6814 inoremap <buffer> <silent> ;an <a name=""></a>F"
6815 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
6816 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
6817 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
6818 inoremap <buffer> <silent> ;ah <a href=""></a>F"
6819 imap <buffer> <silent> ;s4 ;s4
6820 imap <buffer> <silent> ;4 ;4
6821 inoremap <buffer> <silent> ;mi :call MangleImageTag()
6822 inoremap <buffer> <silent> ; 
6823 inoremap <buffer> <silent> ;& &
6824 inoremap <buffer> <silent> ;; ;
6825 setlocal keymap=
6826 setlocal noarabic
6827 setlocal autoindent
6828 setlocal balloonexpr=
6829 setlocal nobinary
6830 setlocal bufhidden=
6831 setlocal buflisted
6832 setlocal buftype=
6833 setlocal nocindent
6834 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
6835 setlocal cinoptions=
6836 setlocal cinwords=if,else,while,do,for,switch
6837 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
6838 setlocal commentstring=<!--%s-->
6839 setlocal complete=.,w,b,u,t,i
6840 setlocal completefunc=
6841 setlocal nocopyindent
6842 setlocal nocursorcolumn
6843 setlocal nocursorline
6844 setlocal define=
6845 setlocal dictionary=
6846 setlocal nodiff
6847 setlocal equalprg=
6848 setlocal errorformat=
6849 setlocal noexpandtab
6850 if &filetype != 'html'
6851 setlocal filetype=html
6852 endif
6853 setlocal foldcolumn=0
6854 setlocal foldenable
6855 setlocal foldexpr=0
6856 setlocal foldignore=#
6857 setlocal foldlevel=0
6858 setlocal foldmarker={{{,}}}
6859 setlocal foldmethod=manual
6860 setlocal foldminlines=1
6861 setlocal foldnestmax=20
6862 setlocal foldtext=foldtext()
6863 setlocal formatexpr=
6864 setlocal formatoptions=tcq
6865 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
6866 setlocal grepprg=
6867 setlocal iminsert=2
6868 setlocal imsearch=2
6869 setlocal include=
6870 setlocal includeexpr=
6871 setlocal indentexpr=
6872 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
6873 setlocal noinfercase
6874 setlocal iskeyword=@,48-57,_,192-255
6875 setlocal keywordprg=
6876 setlocal nolinebreak
6877 setlocal nolisp
6878 setlocal nolist
6879 setlocal makeprg=
6880 setlocal matchpairs=(:),{:},[:],<:>
6881 setlocal nomodeline
6882 setlocal modifiable
6883 setlocal nrformats=octal,hex
6884 setlocal nonumber
6885 setlocal numberwidth=4
6886 setlocal omnifunc=htmlcomplete#CompleteTags
6887 setlocal path=
6888 setlocal nopreserveindent
6889 setlocal nopreviewwindow
6890 setlocal quoteescape=\\
6891 setlocal noreadonly
6892 setlocal norightleft
6893 setlocal rightleftcmd=search
6894 setlocal noscrollbind
6895 setlocal shiftwidth=8
6896 setlocal noshortname
6897 setlocal nosmartindent
6898 setlocal softtabstop=0
6899 setlocal nospell
6900 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
6901 setlocal spellfile=
6902 setlocal spelllang=en
6903 setlocal statusline=
6904 setlocal suffixesadd=
6905 setlocal swapfile
6906 setlocal synmaxcol=3000
6907 if &syntax != 'html'
6908 setlocal syntax=html
6909 endif
6910 setlocal tabstop=2
6911 setlocal tags=
6912 setlocal textwidth=0
6913 setlocal thesaurus=
6914 setlocal nowinfixheight
6915 setlocal nowinfixwidth
6916 setlocal wrap
6917 setlocal wrapmargin=0
6918 silent! normal! zE
6919 let s:l = 1 - ((0 * winheight(0) + 19) / 39)
6920 if s:l < 1 | let s:l = 1 | endif
6921 exe s:l
6922 normal! zt
6923 1
6924 normal! 0
6925 tabedit restoration.html
6926 set splitbelow splitright
6927 set nosplitbelow
6928 set nosplitright
6929 wincmd t
6930 set winheight=1 winwidth=1
6931 argglobal
6932 17argu
6933 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6934 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6935 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
6936 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
6937 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
6938 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
6939 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
6940 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
6941 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
6942 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
6943 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
6944 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
6945 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
6946 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
6947 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
6948 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
6949 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
6950 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
6951 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">')
6952 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">')
6953 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
6954 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
6955 nnoremap <buffer> <silent> ; 
6956 nnoremap <buffer> <silent> ;; ;
6957 vnoremap <buffer> <silent> ;; ;
6958 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
6959 inoremap <buffer> <silent> &hA &hArr;
6960 inoremap <buffer> <silent> &dA &dArr;
6961 inoremap <buffer> <silent> &rA &rArr;
6962 inoremap <buffer> <silent> &uA &uArr;
6963 inoremap <buffer> <silent> &lA &lArr;
6964 inoremap <buffer> <silent> &ha &harr;
6965 inoremap <buffer> <silent> &da &darr;
6966 inoremap <buffer> <silent> &ra &rarr;
6967 inoremap <buffer> <silent> &ua &uarr;
6968 inoremap <buffer> <silent> &la &larr;
6969 inoremap <buffer> <silent> &pv &piv;
6970 inoremap <buffer> <silent> &uh &upsih;
6971 inoremap <buffer> <silent> &ts &thetasym;
6972 inoremap <buffer> <silent> &og &omega;
6973 inoremap <buffer> <silent> &ps &psi;
6974 inoremap <buffer> <silent> &ch &chi;
6975 inoremap <buffer> <silent> &ph &phi;
6976 inoremap <buffer> <silent> &up &upsilon;
6977 inoremap <buffer> <silent> &ta &tau;
6978 inoremap <buffer> <silent> &sf &sigmaf;
6979 inoremap <buffer> <silent> &si &sigma;
6980 inoremap <buffer> <silent> &rh &rho;
6981 inoremap <buffer> <silent> &pi &pi;
6982 inoremap <buffer> <silent> &oc &omicron;
6983 inoremap <buffer> <silent> &xi &xi;
6984 inoremap <buffer> <silent> &nu &nu;
6985 inoremap <buffer> <silent> &mu &mu;
6986 inoremap <buffer> <silent> &lm &lambda;
6987 inoremap <buffer> <silent> &ka &kappa;
6988 inoremap <buffer> <silent> &io &iota;
6989 inoremap <buffer> <silent> &th &theta;
6990 inoremap <buffer> <silent> &et &eta;
6991 inoremap <buffer> <silent> &ze &zeta;
6992 inoremap <buffer> <silent> &ep &epsilon;
6993 inoremap <buffer> <silent> &de &delta;
6994 inoremap <buffer> <silent> &ga &gamma;
6995 inoremap <buffer> <silent> &be &beta;
6996 inoremap <buffer> <silent> &al &alpha;
6997 inoremap <buffer> <silent> &Ps &Psi;
6998 inoremap <buffer> <silent> &Ch &Chi;
6999 inoremap <buffer> <silent> &Ph &Phi;
7000 inoremap <buffer> <silent> &Up &Upsilon;
7001 inoremap <buffer> <silent> &Ta &Tau;
7002 inoremap <buffer> <silent> &Si &Sigma;
7003 inoremap <buffer> <silent> &Rh &Rho;
7004 inoremap <buffer> <silent> &Pi &Pi;
7005 inoremap <buffer> <silent> &Oc &Omicron;
7006 inoremap <buffer> <silent> &Xi &Xi;
7007 inoremap <buffer> <silent> &Nu &Nu;
7008 inoremap <buffer> <silent> &Mu &Mu;
7009 inoremap <buffer> <silent> &Lm &Lambda;
7010 inoremap <buffer> <silent> &Ka &Kappa;
7011 inoremap <buffer> <silent> &Io &Iota;
7012 inoremap <buffer> <silent> &Th &Theta;
7013 inoremap <buffer> <silent> &Et &Eta;
7014 inoremap <buffer> <silent> &Ze &Zeta;
7015 inoremap <buffer> <silent> &Ep &Epsilon;
7016 inoremap <buffer> <silent> &De &Delta;
7017 inoremap <buffer> <silent> &Ga &Gamma;
7018 inoremap <buffer> <silent> &Be &Beta;
7019 inoremap <buffer> <silent> &Al &Alpha;
7020 inoremap <buffer> <silent> &3. &hellip;
7021 inoremap <buffer> <silent> &-- &mdash;
7022 inoremap <buffer> <silent> &3- &mdash;
7023 inoremap <buffer> <silent> &m- &mdash;
7024 inoremap <buffer> <silent> &2- &ndash;
7025 inoremap <buffer> <silent> &n- &ndash;
7026 inoremap <buffer> <silent> &34 &frac34;
7027 inoremap <buffer> <silent> &12 &frac12;
7028 inoremap <buffer> <silent> &14 &frac14;
7029 inoremap <buffer> <silent> &. &middot;
7030 inoremap <buffer> <silent> &pa &para;
7031 inoremap <buffer> <silent> &mi &micro;
7032 inoremap <buffer> <silent> &dg &deg;
7033 inoremap <buffer> <silent> &? &iquest;
7034 inoremap <buffer> <silent> &! &iexcl;
7035 inoremap <buffer> <silent> &sz &szlig;
7036 inoremap <buffer> <silent> &o/ &oslash;
7037 inoremap <buffer> <silent> &/ &divide;
7038 inoremap <buffer> <silent> &" &uml;
7039 inoremap <buffer> <silent> &2> &raquo;
7040 inoremap <buffer> <silent> &2< &laquo;
7041 inoremap <buffer> <silent> &y" &yuml;
7042 inoremap <buffer> <silent> &y' &yacute;
7043 inoremap <buffer> <silent> &u" &uuml;
7044 inoremap <buffer> <silent> &u^ &ucirc;
7045 inoremap <buffer> <silent> &u' &uacute;
7046 inoremap <buffer> <silent> &u` &ugrave;
7047 inoremap <buffer> <silent> &x &times;
7048 inoremap <buffer> <silent> &o" &ouml;
7049 inoremap <buffer> <silent> &o~ &otilde;
7050 inoremap <buffer> <silent> &o^ &ocirc;
7051 inoremap <buffer> <silent> &o' &oacute;
7052 inoremap <buffer> <silent> &o` &ograve;
7053 inoremap <buffer> <silent> &n~ &ntilde;
7054 inoremap <buffer> <silent> &i" &iuml;
7055 inoremap <buffer> <silent> &i^ &icirc;
7056 inoremap <buffer> <silent> &i' &iacute;
7057 inoremap <buffer> <silent> &i` &igrave;
7058 inoremap <buffer> <silent> &e" &euml;
7059 inoremap <buffer> <silent> &e^ &ecirc;
7060 inoremap <buffer> <silent> &e' &eacute;
7061 inoremap <buffer> <silent> &e` &egrave;
7062 inoremap <buffer> <silent> &c, &ccedil;
7063 inoremap <buffer> <silent> &ae &aelig;
7064 inoremap <buffer> <silent> &ao &aring;
7065 inoremap <buffer> <silent> &a" &auml;
7066 inoremap <buffer> <silent> &a~ &atilde;
7067 inoremap <buffer> <silent> &a^ &acirc;
7068 inoremap <buffer> <silent> &a' &aacute;
7069 inoremap <buffer> <silent> &a` &agrave;
7070 inoremap <buffer> <silent> &Y' &Yacute;
7071 inoremap <buffer> <silent> &U" &Uuml;
7072 inoremap <buffer> <silent> &U^ &Ucirc;
7073 inoremap <buffer> <silent> &U' &Uacute;
7074 inoremap <buffer> <silent> &U` &Ugrave;
7075 inoremap <buffer> <silent> &O/ &Oslash;
7076 inoremap <buffer> <silent> &O" &Ouml;
7077 inoremap <buffer> <silent> &O~ &Otilde;
7078 inoremap <buffer> <silent> &O^ &Ocirc;
7079 inoremap <buffer> <silent> &O' &Oacute;
7080 inoremap <buffer> <silent> &O` &Ograve;
7081 inoremap <buffer> <silent> &N~ &Ntilde;
7082 inoremap <buffer> <silent> &I" &Iuml;
7083 inoremap <buffer> <silent> &I^ &Icirc;
7084 inoremap <buffer> <silent> &I' &Iacute;
7085 inoremap <buffer> <silent> &I` &Igrave;
7086 inoremap <buffer> <silent> &E" &Euml;
7087 inoremap <buffer> <silent> &E^ &Ecirc;
7088 inoremap <buffer> <silent> &E' &Eacute;
7089 inoremap <buffer> <silent> &E` &Egrave;
7090 inoremap <buffer> <silent> &C, &Ccedil;
7091 inoremap <buffer> <silent> &AE &AElig;
7092 inoremap <buffer> <silent> &Ao &Aring;
7093 inoremap <buffer> <silent> &A" &Auml;
7094 inoremap <buffer> <silent> &A~ &Atilde;
7095 inoremap <buffer> <silent> &A^ &Acirc;
7096 inoremap <buffer> <silent> &A' &Aacute;
7097 inoremap <buffer> <silent> &A` &Agrave;
7098 inoremap <buffer> <silent> &c| &cent;
7099 inoremap <buffer> <silent> &Y= &yen;
7100 inoremap <buffer> <silent> &# &pound;
7101 inoremap <buffer> <silent> & &nbsp;
7102 inoremap <buffer> <silent> &> &gt;
7103 inoremap <buffer> <silent> &< &lt;
7104 inoremap <buffer> <silent> &' &quot;
7105 inoremap <buffer> <silent> &tm &trade;
7106 inoremap <buffer> <silent> &rO &reg;
7107 inoremap <buffer> <silent> &cO &copy;
7108 inoremap <buffer> <silent> && &amp;
7109 inoremap <buffer> <silent> ; &nbsp;
7110 inoremap <buffer> <silent> ;la <label for=""></label>F"
7111 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
7112 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
7113 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
7114 </textarea>k$5F"i
7115 inoremap <buffer> <silent> ;og <optgroup label="">
7116 </optgroup>k$F"i
7117 inoremap <buffer> <silent> ;op <option></option>F<
7118 inoremap <buffer> <silent> ;ms <select name="" multiple>
7119 </select>O
7120 inoremap <buffer> <silent> ;se <select name="">
7121 </select>O
7122 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
7123 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
7124 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
7125 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
7126 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
7127 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
7128 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
7129 inoremap <buffer> <silent> ;fm <form action="">
7130 </form>k$F"i
7131 inoremap <buffer> <silent> ;if <iframe src="">
7132 </iframe>k$F"i
7133 inoremap <buffer> <silent> ;nf <noframes>
7134 </noframes>O
7135 inoremap <buffer> <silent> ;fr <frame src="">F"
7136 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
7137 </frameset>k$3F"i
7138 inoremap <buffer> <silent> ;th <th></th>F<
7139 inoremap <buffer> <silent> ;td <td>
7140 </td>O
7141 inoremap <buffer> <silent> ;tr <tr>
7142 </tr>O
7143 inoremap <buffer> <silent> ;tf <tfoot>
7144 </tfoot>O
7145 inoremap <buffer> <silent> ;tb <tbody>
7146 </tbody>O
7147 inoremap <buffer> <silent> ;tH <thead>
7148 </thead>O
7149 inoremap <buffer> <silent> ;ta <table>
7150 </table>O
7151 inoremap <buffer> <silent> ;ca <caption></caption>F<
7152 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
7153 </object>k$5F"i
7154 inoremap <buffer> <silent> ;ns <noscript>
7155 </noscripT>O
7156 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
7157 <noembed></noembed>k$5F"i
7158 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
7159 inoremap <buffer> <silent> ;va <var></var>F<
7160 inoremap <buffer> <silent> ;ul <ul>
7161 </ul>O
7162 inoremap <buffer> <silent> ;tt <tt></tt>F<
7163 inoremap <buffer> <silent> ;ti <title></title>F<
7164 inoremap <buffer> <silent> ;sp <sup></sup>F<
7165 inoremap <buffer> <silent> ;sb <sub></sub>F<
7166 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
7167 inoremap <buffer> <silent> ;cs <style type="text/css">
7168 <!--
7169 -->
7170 </style>kO
7171 inoremap <buffer> <silent> ;sm <small></small>F<
7172 inoremap <buffer> <silent> ;sa <samp></samp>F<
7173 inoremap <buffer> <silent> ;sk <strike></strike>F<
7174 inoremap <buffer> <silent> ;qu <q></q>F<
7175 inoremap <buffer> <silent> ;pr <pre>
7176 </pre>O
7177 inoremap <buffer> <silent> ;/p </p>
7178 
7179 <p>
7180 inoremap <buffer> <silent> ;pp <p>
7181 </p>O
7182 inoremap <buffer> <silent> ;ol <ol>
7183 </ol>O
7184 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
7185 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
7186 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
7187 inoremap <buffer> <silent> ;lk <link href="">F"
7188 inoremap <buffer> <silent> ;li <li></li>F<
7189 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
7190 inoremap <buffer> <silent> ;ii <isindex>
7191 inoremap <buffer> <silent> ;in <ins></ins>F<
7192 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
7193 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
7194 inoremap <buffer> <silent> ;ht <html>
7195 </html>O
7196 inoremap <buffer> <silent> ;Hr <hr width="75%">
7197 inoremap <buffer> <silent> ;hr <hr>
7198 inoremap <buffer> <silent> ;he <head>
7199 </head>O
7200 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
7201 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
7202 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
7203 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
7204 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
7205 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
7206 inoremap <buffer> <silent> ;h6 <h6></h6>F<
7207 inoremap <buffer> <silent> ;h5 <h5></h5>F<
7208 inoremap <buffer> <silent> ;h4 <h4></h4>F<
7209 inoremap <buffer> <silent> ;h3 <h3></h3>F<
7210 inoremap <buffer> <silent> ;h2 <h2></h2>F<
7211 inoremap <buffer> <silent> ;h1 <h1></h1>F<
7212 inoremap <buffer> <silent> ;fc <font color=""></font>F"
7213 inoremap <buffer> <silent> ;fo <font size=""></font>F"
7214 inoremap <buffer> <silent> ;sn <span></span>F<
7215 inoremap <buffer> <silent> ;dv <div>
7216 </div>O
7217 inoremap <buffer> <silent> ;df <dfn></dfn>F<
7218 inoremap <buffer> <silent> ;de <del></del>F<
7219 inoremap <buffer> <silent> ;dd <dd></dd>F<
7220 inoremap <buffer> <silent> ;dt <dt></dt>F<
7221 inoremap <buffer> <silent> ;dl <dl>
7222 </dl>O
7223 inoremap <buffer> <silent> ;co <code></code>F<
7224 inoremap <buffer> <silent> ;ci <cite></cite>F<
7225 inoremap <buffer> <silent> ;ce <center></center>F<
7226 inoremap <buffer> <silent> ;br <br>
7227 inoremap <buffer> <silent> ;bd <body>
7228 </body>O
7229 inoremap <buffer> <silent> ;bl <blockquote>
7230 </blockquote>O
7231 inoremap <buffer> <silent> ;bi <big></big>F<
7232 inoremap <buffer> <silent> ;bh <base href="">F"
7233 inoremap <buffer> <silent> ;ad <address></address>F<
7234 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
7235 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
7236 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
7237 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
7238 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
7239 inoremap <buffer> <silent> ;an <a name=""></a>F"
7240 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
7241 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
7242 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
7243 inoremap <buffer> <silent> ;ah <a href=""></a>F"
7244 imap <buffer> <silent> ;s4 ;s4
7245 imap <buffer> <silent> ;4 ;4
7246 inoremap <buffer> <silent> ;mi :call MangleImageTag()
7247 inoremap <buffer> <silent> ; 
7248 inoremap <buffer> <silent> ;& &
7249 inoremap <buffer> <silent> ;; ;
7250 setlocal keymap=
7251 setlocal noarabic
7252 setlocal autoindent
7253 setlocal balloonexpr=
7254 setlocal nobinary
7255 setlocal bufhidden=
7256 setlocal buflisted
7257 setlocal buftype=
7258 setlocal nocindent
7259 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
7260 setlocal cinoptions=
7261 setlocal cinwords=if,else,while,do,for,switch
7262 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
7263 setlocal commentstring=<!--%s-->
7264 setlocal complete=.,w,b,u,t,i
7265 setlocal completefunc=
7266 setlocal nocopyindent
7267 setlocal nocursorcolumn
7268 setlocal nocursorline
7269 setlocal define=
7270 setlocal dictionary=
7271 setlocal nodiff
7272 setlocal equalprg=
7273 setlocal errorformat=
7274 setlocal noexpandtab
7275 if &filetype != 'html'
7276 setlocal filetype=html
7277 endif
7278 setlocal foldcolumn=0
7279 setlocal foldenable
7280 setlocal foldexpr=0
7281 setlocal foldignore=#
7282 setlocal foldlevel=0
7283 setlocal foldmarker={{{,}}}
7284 setlocal foldmethod=manual
7285 setlocal foldminlines=1
7286 setlocal foldnestmax=20
7287 setlocal foldtext=foldtext()
7288 setlocal formatexpr=
7289 setlocal formatoptions=tcq
7290 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
7291 setlocal grepprg=
7292 setlocal iminsert=2
7293 setlocal imsearch=2
7294 setlocal include=
7295 setlocal includeexpr=
7296 setlocal indentexpr=
7297 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
7298 setlocal noinfercase
7299 setlocal iskeyword=@,48-57,_,192-255
7300 setlocal keywordprg=
7301 setlocal nolinebreak
7302 setlocal nolisp
7303 setlocal nolist
7304 setlocal makeprg=
7305 setlocal matchpairs=(:),{:},[:],<:>
7306 setlocal nomodeline
7307 setlocal modifiable
7308 setlocal nrformats=octal,hex
7309 setlocal nonumber
7310 setlocal numberwidth=4
7311 setlocal omnifunc=htmlcomplete#CompleteTags
7312 setlocal path=
7313 setlocal nopreserveindent
7314 setlocal nopreviewwindow
7315 setlocal quoteescape=\\
7316 setlocal noreadonly
7317 setlocal norightleft
7318 setlocal rightleftcmd=search
7319 setlocal noscrollbind
7320 setlocal shiftwidth=8
7321 setlocal noshortname
7322 setlocal nosmartindent
7323 setlocal softtabstop=0
7324 setlocal nospell
7325 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
7326 setlocal spellfile=
7327 setlocal spelllang=en
7328 setlocal statusline=
7329 setlocal suffixesadd=
7330 setlocal swapfile
7331 setlocal synmaxcol=3000
7332 if &syntax != 'html'
7333 setlocal syntax=html
7334 endif
7335 setlocal tabstop=2
7336 setlocal tags=
7337 setlocal textwidth=0
7338 setlocal thesaurus=
7339 setlocal nowinfixheight
7340 setlocal nowinfixwidth
7341 setlocal wrap
7342 setlocal wrapmargin=0
7343 silent! normal! zE
7344 let s:l = 1 - ((0 * winheight(0) + 19) / 39)
7345 if s:l < 1 | let s:l = 1 | endif
7346 exe s:l
7347 normal! zt
7348 1
7349 normal! 0
7350 tabedit restore-burn.html
7351 set splitbelow splitright
7352 set nosplitbelow
7353 set nosplitright
7354 wincmd t
7355 set winheight=1 winwidth=1
7356 argglobal
7357 18argu
7358 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
7359 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
7360 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
7361 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
7362 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
7363 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
7364 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
7365 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
7366 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
7367 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
7368 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
7369 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
7370 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
7371 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
7372 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
7373 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
7374 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
7375 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
7376 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">')
7377 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">')
7378 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
7379 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
7380 nnoremap <buffer> <silent> ; 
7381 nnoremap <buffer> <silent> ;; ;
7382 vnoremap <buffer> <silent> ;; ;
7383 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
7384 inoremap <buffer> <silent> &hA &hArr;
7385 inoremap <buffer> <silent> &dA &dArr;
7386 inoremap <buffer> <silent> &rA &rArr;
7387 inoremap <buffer> <silent> &uA &uArr;
7388 inoremap <buffer> <silent> &lA &lArr;
7389 inoremap <buffer> <silent> &ha &harr;
7390 inoremap <buffer> <silent> &da &darr;
7391 inoremap <buffer> <silent> &ra &rarr;
7392 inoremap <buffer> <silent> &ua &uarr;
7393 inoremap <buffer> <silent> &la &larr;
7394 inoremap <buffer> <silent> &pv &piv;
7395 inoremap <buffer> <silent> &uh &upsih;
7396 inoremap <buffer> <silent> &ts &thetasym;
7397 inoremap <buffer> <silent> &og &omega;
7398 inoremap <buffer> <silent> &ps &psi;
7399 inoremap <buffer> <silent> &ch &chi;
7400 inoremap <buffer> <silent> &ph &phi;
7401 inoremap <buffer> <silent> &up &upsilon;
7402 inoremap <buffer> <silent> &ta &tau;
7403 inoremap <buffer> <silent> &sf &sigmaf;
7404 inoremap <buffer> <silent> &si &sigma;
7405 inoremap <buffer> <silent> &rh &rho;
7406 inoremap <buffer> <silent> &pi &pi;
7407 inoremap <buffer> <silent> &oc &omicron;
7408 inoremap <buffer> <silent> &xi &xi;
7409 inoremap <buffer> <silent> &nu &nu;
7410 inoremap <buffer> <silent> &mu &mu;
7411 inoremap <buffer> <silent> &lm &lambda;
7412 inoremap <buffer> <silent> &ka &kappa;
7413 inoremap <buffer> <silent> &io &iota;
7414 inoremap <buffer> <silent> &th &theta;
7415 inoremap <buffer> <silent> &et &eta;
7416 inoremap <buffer> <silent> &ze &zeta;
7417 inoremap <buffer> <silent> &ep &epsilon;
7418 inoremap <buffer> <silent> &de &delta;
7419 inoremap <buffer> <silent> &ga &gamma;
7420 inoremap <buffer> <silent> &be &beta;
7421 inoremap <buffer> <silent> &al &alpha;
7422 inoremap <buffer> <silent> &Ps &Psi;
7423 inoremap <buffer> <silent> &Ch &Chi;
7424 inoremap <buffer> <silent> &Ph &Phi;
7425 inoremap <buffer> <silent> &Up &Upsilon;
7426 inoremap <buffer> <silent> &Ta &Tau;
7427 inoremap <buffer> <silent> &Si &Sigma;
7428 inoremap <buffer> <silent> &Rh &Rho;
7429 inoremap <buffer> <silent> &Pi &Pi;
7430 inoremap <buffer> <silent> &Oc &Omicron;
7431 inoremap <buffer> <silent> &Xi &Xi;
7432 inoremap <buffer> <silent> &Nu &Nu;
7433 inoremap <buffer> <silent> &Mu &Mu;
7434 inoremap <buffer> <silent> &Lm &Lambda;
7435 inoremap <buffer> <silent> &Ka &Kappa;
7436 inoremap <buffer> <silent> &Io &Iota;
7437 inoremap <buffer> <silent> &Th &Theta;
7438 inoremap <buffer> <silent> &Et &Eta;
7439 inoremap <buffer> <silent> &Ze &Zeta;
7440 inoremap <buffer> <silent> &Ep &Epsilon;
7441 inoremap <buffer> <silent> &De &Delta;
7442 inoremap <buffer> <silent> &Ga &Gamma;
7443 inoremap <buffer> <silent> &Be &Beta;
7444 inoremap <buffer> <silent> &Al &Alpha;
7445 inoremap <buffer> <silent> &3. &hellip;
7446 inoremap <buffer> <silent> &-- &mdash;
7447 inoremap <buffer> <silent> &3- &mdash;
7448 inoremap <buffer> <silent> &m- &mdash;
7449 inoremap <buffer> <silent> &2- &ndash;
7450 inoremap <buffer> <silent> &n- &ndash;
7451 inoremap <buffer> <silent> &34 &frac34;
7452 inoremap <buffer> <silent> &12 &frac12;
7453 inoremap <buffer> <silent> &14 &frac14;
7454 inoremap <buffer> <silent> &. &middot;
7455 inoremap <buffer> <silent> &pa &para;
7456 inoremap <buffer> <silent> &mi &micro;
7457 inoremap <buffer> <silent> &dg &deg;
7458 inoremap <buffer> <silent> &? &iquest;
7459 inoremap <buffer> <silent> &! &iexcl;
7460 inoremap <buffer> <silent> &sz &szlig;
7461 inoremap <buffer> <silent> &o/ &oslash;
7462 inoremap <buffer> <silent> &/ &divide;
7463 inoremap <buffer> <silent> &" &uml;
7464 inoremap <buffer> <silent> &2> &raquo;
7465 inoremap <buffer> <silent> &2< &laquo;
7466 inoremap <buffer> <silent> &y" &yuml;
7467 inoremap <buffer> <silent> &y' &yacute;
7468 inoremap <buffer> <silent> &u" &uuml;
7469 inoremap <buffer> <silent> &u^ &ucirc;
7470 inoremap <buffer> <silent> &u' &uacute;
7471 inoremap <buffer> <silent> &u` &ugrave;
7472 inoremap <buffer> <silent> &x &times;
7473 inoremap <buffer> <silent> &o" &ouml;
7474 inoremap <buffer> <silent> &o~ &otilde;
7475 inoremap <buffer> <silent> &o^ &ocirc;
7476 inoremap <buffer> <silent> &o' &oacute;
7477 inoremap <buffer> <silent> &o` &ograve;
7478 inoremap <buffer> <silent> &n~ &ntilde;
7479 inoremap <buffer> <silent> &i" &iuml;
7480 inoremap <buffer> <silent> &i^ &icirc;
7481 inoremap <buffer> <silent> &i' &iacute;
7482 inoremap <buffer> <silent> &i` &igrave;
7483 inoremap <buffer> <silent> &e" &euml;
7484 inoremap <buffer> <silent> &e^ &ecirc;
7485 inoremap <buffer> <silent> &e' &eacute;
7486 inoremap <buffer> <silent> &e` &egrave;
7487 inoremap <buffer> <silent> &c, &ccedil;
7488 inoremap <buffer> <silent> &ae &aelig;
7489 inoremap <buffer> <silent> &ao &aring;
7490 inoremap <buffer> <silent> &a" &auml;
7491 inoremap <buffer> <silent> &a~ &atilde;
7492 inoremap <buffer> <silent> &a^ &acirc;
7493 inoremap <buffer> <silent> &a' &aacute;
7494 inoremap <buffer> <silent> &a` &agrave;
7495 inoremap <buffer> <silent> &Y' &Yacute;
7496 inoremap <buffer> <silent> &U" &Uuml;
7497 inoremap <buffer> <silent> &U^ &Ucirc;
7498 inoremap <buffer> <silent> &U' &Uacute;
7499 inoremap <buffer> <silent> &U` &Ugrave;
7500 inoremap <buffer> <silent> &O/ &Oslash;
7501 inoremap <buffer> <silent> &O" &Ouml;
7502 inoremap <buffer> <silent> &O~ &Otilde;
7503 inoremap <buffer> <silent> &O^ &Ocirc;
7504 inoremap <buffer> <silent> &O' &Oacute;
7505 inoremap <buffer> <silent> &O` &Ograve;
7506 inoremap <buffer> <silent> &N~ &Ntilde;
7507 inoremap <buffer> <silent> &I" &Iuml;
7508 inoremap <buffer> <silent> &I^ &Icirc;
7509 inoremap <buffer> <silent> &I' &Iacute;
7510 inoremap <buffer> <silent> &I` &Igrave;
7511 inoremap <buffer> <silent> &E" &Euml;
7512 inoremap <buffer> <silent> &E^ &Ecirc;
7513 inoremap <buffer> <silent> &E' &Eacute;
7514 inoremap <buffer> <silent> &E` &Egrave;
7515 inoremap <buffer> <silent> &C, &Ccedil;
7516 inoremap <buffer> <silent> &AE &AElig;
7517 inoremap <buffer> <silent> &Ao &Aring;
7518 inoremap <buffer> <silent> &A" &Auml;
7519 inoremap <buffer> <silent> &A~ &Atilde;
7520 inoremap <buffer> <silent> &A^ &Acirc;
7521 inoremap <buffer> <silent> &A' &Aacute;
7522 inoremap <buffer> <silent> &A` &Agrave;
7523 inoremap <buffer> <silent> &c| &cent;
7524 inoremap <buffer> <silent> &Y= &yen;
7525 inoremap <buffer> <silent> &# &pound;
7526 inoremap <buffer> <silent> & &nbsp;
7527 inoremap <buffer> <silent> &> &gt;
7528 inoremap <buffer> <silent> &< &lt;
7529 inoremap <buffer> <silent> &' &quot;
7530 inoremap <buffer> <silent> &tm &trade;
7531 inoremap <buffer> <silent> &rO &reg;
7532 inoremap <buffer> <silent> &cO &copy;
7533 inoremap <buffer> <silent> && &amp;
7534 inoremap <buffer> <silent> ; &nbsp;
7535 inoremap <buffer> <silent> ;la <label for=""></label>F"
7536 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
7537 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
7538 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
7539 </textarea>k$5F"i
7540 inoremap <buffer> <silent> ;og <optgroup label="">
7541 </optgroup>k$F"i
7542 inoremap <buffer> <silent> ;op <option></option>F<
7543 inoremap <buffer> <silent> ;ms <select name="" multiple>
7544 </select>O
7545 inoremap <buffer> <silent> ;se <select name="">
7546 </select>O
7547 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
7548 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
7549 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
7550 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
7551 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
7552 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
7553 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
7554 inoremap <buffer> <silent> ;fm <form action="">
7555 </form>k$F"i
7556 inoremap <buffer> <silent> ;if <iframe src="">
7557 </iframe>k$F"i
7558 inoremap <buffer> <silent> ;nf <noframes>
7559 </noframes>O
7560 inoremap <buffer> <silent> ;fr <frame src="">F"
7561 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
7562 </frameset>k$3F"i
7563 inoremap <buffer> <silent> ;th <th></th>F<
7564 inoremap <buffer> <silent> ;td <td>
7565 </td>O
7566 inoremap <buffer> <silent> ;tr <tr>
7567 </tr>O
7568 inoremap <buffer> <silent> ;tf <tfoot>
7569 </tfoot>O
7570 inoremap <buffer> <silent> ;tb <tbody>
7571 </tbody>O
7572 inoremap <buffer> <silent> ;tH <thead>
7573 </thead>O
7574 inoremap <buffer> <silent> ;ta <table>
7575 </table>O
7576 inoremap <buffer> <silent> ;ca <caption></caption>F<
7577 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
7578 </object>k$5F"i
7579 inoremap <buffer> <silent> ;ns <noscript>
7580 </noscripT>O
7581 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
7582 <noembed></noembed>k$5F"i
7583 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
7584 inoremap <buffer> <silent> ;va <var></var>F<
7585 inoremap <buffer> <silent> ;ul <ul>
7586 </ul>O
7587 inoremap <buffer> <silent> ;tt <tt></tt>F<
7588 inoremap <buffer> <silent> ;ti <title></title>F<
7589 inoremap <buffer> <silent> ;sp <sup></sup>F<
7590 inoremap <buffer> <silent> ;sb <sub></sub>F<
7591 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
7592 inoremap <buffer> <silent> ;cs <style type="text/css">
7593 <!--
7594 -->
7595 </style>kO
7596 inoremap <buffer> <silent> ;sm <small></small>F<
7597 inoremap <buffer> <silent> ;sa <samp></samp>F<
7598 inoremap <buffer> <silent> ;sk <strike></strike>F<
7599 inoremap <buffer> <silent> ;qu <q></q>F<
7600 inoremap <buffer> <silent> ;pr <pre>
7601 </pre>O
7602 inoremap <buffer> <silent> ;/p </p>
7603 
7604 <p>
7605 inoremap <buffer> <silent> ;pp <p>
7606 </p>O
7607 inoremap <buffer> <silent> ;ol <ol>
7608 </ol>O
7609 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
7610 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
7611 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
7612 inoremap <buffer> <silent> ;lk <link href="">F"
7613 inoremap <buffer> <silent> ;li <li></li>F<
7614 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
7615 inoremap <buffer> <silent> ;ii <isindex>
7616 inoremap <buffer> <silent> ;in <ins></ins>F<
7617 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
7618 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
7619 inoremap <buffer> <silent> ;ht <html>
7620 </html>O
7621 inoremap <buffer> <silent> ;Hr <hr width="75%">
7622 inoremap <buffer> <silent> ;hr <hr>
7623 inoremap <buffer> <silent> ;he <head>
7624 </head>O
7625 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
7626 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
7627 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
7628 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
7629 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
7630 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
7631 inoremap <buffer> <silent> ;h6 <h6></h6>F<
7632 inoremap <buffer> <silent> ;h5 <h5></h5>F<
7633 inoremap <buffer> <silent> ;h4 <h4></h4>F<
7634 inoremap <buffer> <silent> ;h3 <h3></h3>F<
7635 inoremap <buffer> <silent> ;h2 <h2></h2>F<
7636 inoremap <buffer> <silent> ;h1 <h1></h1>F<
7637 inoremap <buffer> <silent> ;fc <font color=""></font>F"
7638 inoremap <buffer> <silent> ;fo <font size=""></font>F"
7639 inoremap <buffer> <silent> ;sn <span></span>F<
7640 inoremap <buffer> <silent> ;dv <div>
7641 </div>O
7642 inoremap <buffer> <silent> ;df <dfn></dfn>F<
7643 inoremap <buffer> <silent> ;de <del></del>F<
7644 inoremap <buffer> <silent> ;dd <dd></dd>F<
7645 inoremap <buffer> <silent> ;dt <dt></dt>F<
7646 inoremap <buffer> <silent> ;dl <dl>
7647 </dl>O
7648 inoremap <buffer> <silent> ;co <code></code>F<
7649 inoremap <buffer> <silent> ;ci <cite></cite>F<
7650 inoremap <buffer> <silent> ;ce <center></center>F<
7651 inoremap <buffer> <silent> ;br <br>
7652 inoremap <buffer> <silent> ;bd <body>
7653 </body>O
7654 inoremap <buffer> <silent> ;bl <blockquote>
7655 </blockquote>O
7656 inoremap <buffer> <silent> ;bi <big></big>F<
7657 inoremap <buffer> <silent> ;bh <base href="">F"
7658 inoremap <buffer> <silent> ;ad <address></address>F<
7659 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
7660 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
7661 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
7662 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
7663 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
7664 inoremap <buffer> <silent> ;an <a name=""></a>F"
7665 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
7666 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
7667 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
7668 inoremap <buffer> <silent> ;ah <a href=""></a>F"
7669 imap <buffer> <silent> ;s4 ;s4
7670 imap <buffer> <silent> ;4 ;4
7671 inoremap <buffer> <silent> ;mi :call MangleImageTag()
7672 inoremap <buffer> <silent> ; 
7673 inoremap <buffer> <silent> ;& &
7674 inoremap <buffer> <silent> ;; ;
7675 setlocal keymap=
7676 setlocal noarabic
7677 setlocal autoindent
7678 setlocal balloonexpr=
7679 setlocal nobinary
7680 setlocal bufhidden=
7681 setlocal buflisted
7682 setlocal buftype=
7683 setlocal nocindent
7684 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
7685 setlocal cinoptions=
7686 setlocal cinwords=if,else,while,do,for,switch
7687 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
7688 setlocal commentstring=<!--%s-->
7689 setlocal complete=.,w,b,u,t,i
7690 setlocal completefunc=
7691 setlocal nocopyindent
7692 setlocal nocursorcolumn
7693 setlocal nocursorline
7694 setlocal define=
7695 setlocal dictionary=
7696 setlocal nodiff
7697 setlocal equalprg=
7698 setlocal errorformat=
7699 setlocal noexpandtab
7700 if &filetype != 'html'
7701 setlocal filetype=html
7702 endif
7703 setlocal foldcolumn=0
7704 setlocal foldenable
7705 setlocal foldexpr=0
7706 setlocal foldignore=#
7707 setlocal foldlevel=0
7708 setlocal foldmarker={{{,}}}
7709 setlocal foldmethod=manual
7710 setlocal foldminlines=1
7711 setlocal foldnestmax=20
7712 setlocal foldtext=foldtext()
7713 setlocal formatexpr=
7714 setlocal formatoptions=tcq
7715 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
7716 setlocal grepprg=
7717 setlocal iminsert=2
7718 setlocal imsearch=2
7719 setlocal include=
7720 setlocal includeexpr=
7721 setlocal indentexpr=
7722 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
7723 setlocal noinfercase
7724 setlocal iskeyword=@,48-57,_,192-255
7725 setlocal keywordprg=
7726 setlocal nolinebreak
7727 setlocal nolisp
7728 setlocal nolist
7729 setlocal makeprg=
7730 setlocal matchpairs=(:),{:},[:],<:>
7731 setlocal nomodeline
7732 setlocal modifiable
7733 setlocal nrformats=octal,hex
7734 setlocal nonumber
7735 setlocal numberwidth=4
7736 setlocal omnifunc=htmlcomplete#CompleteTags
7737 setlocal path=
7738 setlocal nopreserveindent
7739 setlocal nopreviewwindow
7740 setlocal quoteescape=\\
7741 setlocal noreadonly
7742 setlocal norightleft
7743 setlocal rightleftcmd=search
7744 setlocal noscrollbind
7745 setlocal shiftwidth=8
7746 setlocal noshortname
7747 setlocal nosmartindent
7748 setlocal softtabstop=0
7749 setlocal nospell
7750 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
7751 setlocal spellfile=
7752 setlocal spelllang=en
7753 setlocal statusline=
7754 setlocal suffixesadd=
7755 setlocal swapfile
7756 setlocal synmaxcol=3000
7757 if &syntax != 'html'
7758 setlocal syntax=html
7759 endif
7760 setlocal tabstop=2
7761 setlocal tags=
7762 setlocal textwidth=0
7763 setlocal thesaurus=
7764 setlocal nowinfixheight
7765 setlocal nowinfixwidth
7766 setlocal wrap
7767 setlocal wrapmargin=0
7768 silent! normal! zE
7769 let s:l = 1 - ((0 * winheight(0) + 19) / 39)
7770 if s:l < 1 | let s:l = 1 | endif
7771 exe s:l
7772 normal! zt
7773 1
7774 normal! 0
7775 tabedit restore.html
7776 set splitbelow splitright
7777 set nosplitbelow
7778 set nosplitright
7779 wincmd t
7780 set winheight=1 winwidth=1
7781 argglobal
7782 19argu
7783 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
7784 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
7785 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
7786 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
7787 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
7788 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
7789 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
7790 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
7791 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
7792 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
7793 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
7794 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
7795 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
7796 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
7797 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
7798 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
7799 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
7800 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
7801 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">')
7802 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">')
7803 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
7804 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
7805 nnoremap <buffer> <silent> ; 
7806 nnoremap <buffer> <silent> ;; ;
7807 vnoremap <buffer> <silent> ;; ;
7808 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
7809 inoremap <buffer> <silent> &hA &hArr;
7810 inoremap <buffer> <silent> &dA &dArr;
7811 inoremap <buffer> <silent> &rA &rArr;
7812 inoremap <buffer> <silent> &uA &uArr;
7813 inoremap <buffer> <silent> &lA &lArr;
7814 inoremap <buffer> <silent> &ha &harr;
7815 inoremap <buffer> <silent> &da &darr;
7816 inoremap <buffer> <silent> &ra &rarr;
7817 inoremap <buffer> <silent> &ua &uarr;
7818 inoremap <buffer> <silent> &la &larr;
7819 inoremap <buffer> <silent> &pv &piv;
7820 inoremap <buffer> <silent> &uh &upsih;
7821 inoremap <buffer> <silent> &ts &thetasym;
7822 inoremap <buffer> <silent> &og &omega;
7823 inoremap <buffer> <silent> &ps &psi;
7824 inoremap <buffer> <silent> &ch &chi;
7825 inoremap <buffer> <silent> &ph &phi;
7826 inoremap <buffer> <silent> &up &upsilon;
7827 inoremap <buffer> <silent> &ta &tau;
7828 inoremap <buffer> <silent> &sf &sigmaf;
7829 inoremap <buffer> <silent> &si &sigma;
7830 inoremap <buffer> <silent> &rh &rho;
7831 inoremap <buffer> <silent> &pi &pi;
7832 inoremap <buffer> <silent> &oc &omicron;
7833 inoremap <buffer> <silent> &xi &xi;
7834 inoremap <buffer> <silent> &nu &nu;
7835 inoremap <buffer> <silent> &mu &mu;
7836 inoremap <buffer> <silent> &lm &lambda;
7837 inoremap <buffer> <silent> &ka &kappa;
7838 inoremap <buffer> <silent> &io &iota;
7839 inoremap <buffer> <silent> &th &theta;
7840 inoremap <buffer> <silent> &et &eta;
7841 inoremap <buffer> <silent> &ze &zeta;
7842 inoremap <buffer> <silent> &ep &epsilon;
7843 inoremap <buffer> <silent> &de &delta;
7844 inoremap <buffer> <silent> &ga &gamma;
7845 inoremap <buffer> <silent> &be &beta;
7846 inoremap <buffer> <silent> &al &alpha;
7847 inoremap <buffer> <silent> &Ps &Psi;
7848 inoremap <buffer> <silent> &Ch &Chi;
7849 inoremap <buffer> <silent> &Ph &Phi;
7850 inoremap <buffer> <silent> &Up &Upsilon;
7851 inoremap <buffer> <silent> &Ta &Tau;
7852 inoremap <buffer> <silent> &Si &Sigma;
7853 inoremap <buffer> <silent> &Rh &Rho;
7854 inoremap <buffer> <silent> &Pi &Pi;
7855 inoremap <buffer> <silent> &Oc &Omicron;
7856 inoremap <buffer> <silent> &Xi &Xi;
7857 inoremap <buffer> <silent> &Nu &Nu;
7858 inoremap <buffer> <silent> &Mu &Mu;
7859 inoremap <buffer> <silent> &Lm &Lambda;
7860 inoremap <buffer> <silent> &Ka &Kappa;
7861 inoremap <buffer> <silent> &Io &Iota;
7862 inoremap <buffer> <silent> &Th &Theta;
7863 inoremap <buffer> <silent> &Et &Eta;
7864 inoremap <buffer> <silent> &Ze &Zeta;
7865 inoremap <buffer> <silent> &Ep &Epsilon;
7866 inoremap <buffer> <silent> &De &Delta;
7867 inoremap <buffer> <silent> &Ga &Gamma;
7868 inoremap <buffer> <silent> &Be &Beta;
7869 inoremap <buffer> <silent> &Al &Alpha;
7870 inoremap <buffer> <silent> &3. &hellip;
7871 inoremap <buffer> <silent> &-- &mdash;
7872 inoremap <buffer> <silent> &3- &mdash;
7873 inoremap <buffer> <silent> &m- &mdash;
7874 inoremap <buffer> <silent> &2- &ndash;
7875 inoremap <buffer> <silent> &n- &ndash;
7876 inoremap <buffer> <silent> &34 &frac34;
7877 inoremap <buffer> <silent> &12 &frac12;
7878 inoremap <buffer> <silent> &14 &frac14;
7879 inoremap <buffer> <silent> &. &middot;
7880 inoremap <buffer> <silent> &pa &para;
7881 inoremap <buffer> <silent> &mi &micro;
7882 inoremap <buffer> <silent> &dg &deg;
7883 inoremap <buffer> <silent> &? &iquest;
7884 inoremap <buffer> <silent> &! &iexcl;
7885 inoremap <buffer> <silent> &sz &szlig;
7886 inoremap <buffer> <silent> &o/ &oslash;
7887 inoremap <buffer> <silent> &/ &divide;
7888 inoremap <buffer> <silent> &" &uml;
7889 inoremap <buffer> <silent> &2> &raquo;
7890 inoremap <buffer> <silent> &2< &laquo;
7891 inoremap <buffer> <silent> &y" &yuml;
7892 inoremap <buffer> <silent> &y' &yacute;
7893 inoremap <buffer> <silent> &u" &uuml;
7894 inoremap <buffer> <silent> &u^ &ucirc;
7895 inoremap <buffer> <silent> &u' &uacute;
7896 inoremap <buffer> <silent> &u` &ugrave;
7897 inoremap <buffer> <silent> &x &times;
7898 inoremap <buffer> <silent> &o" &ouml;
7899 inoremap <buffer> <silent> &o~ &otilde;
7900 inoremap <buffer> <silent> &o^ &ocirc;
7901 inoremap <buffer> <silent> &o' &oacute;
7902 inoremap <buffer> <silent> &o` &ograve;
7903 inoremap <buffer> <silent> &n~ &ntilde;
7904 inoremap <buffer> <silent> &i" &iuml;
7905 inoremap <buffer> <silent> &i^ &icirc;
7906 inoremap <buffer> <silent> &i' &iacute;
7907 inoremap <buffer> <silent> &i` &igrave;
7908 inoremap <buffer> <silent> &e" &euml;
7909 inoremap <buffer> <silent> &e^ &ecirc;
7910 inoremap <buffer> <silent> &e' &eacute;
7911 inoremap <buffer> <silent> &e` &egrave;
7912 inoremap <buffer> <silent> &c, &ccedil;
7913 inoremap <buffer> <silent> &ae &aelig;
7914 inoremap <buffer> <silent> &ao &aring;
7915 inoremap <buffer> <silent> &a" &auml;
7916 inoremap <buffer> <silent> &a~ &atilde;
7917 inoremap <buffer> <silent> &a^ &acirc;
7918 inoremap <buffer> <silent> &a' &aacute;
7919 inoremap <buffer> <silent> &a` &agrave;
7920 inoremap <buffer> <silent> &Y' &Yacute;
7921 inoremap <buffer> <silent> &U" &Uuml;
7922 inoremap <buffer> <silent> &U^ &Ucirc;
7923 inoremap <buffer> <silent> &U' &Uacute;
7924 inoremap <buffer> <silent> &U` &Ugrave;
7925 inoremap <buffer> <silent> &O/ &Oslash;
7926 inoremap <buffer> <silent> &O" &Ouml;
7927 inoremap <buffer> <silent> &O~ &Otilde;
7928 inoremap <buffer> <silent> &O^ &Ocirc;
7929 inoremap <buffer> <silent> &O' &Oacute;
7930 inoremap <buffer> <silent> &O` &Ograve;
7931 inoremap <buffer> <silent> &N~ &Ntilde;
7932 inoremap <buffer> <silent> &I" &Iuml;
7933 inoremap <buffer> <silent> &I^ &Icirc;
7934 inoremap <buffer> <silent> &I' &Iacute;
7935 inoremap <buffer> <silent> &I` &Igrave;
7936 inoremap <buffer> <silent> &E" &Euml;
7937 inoremap <buffer> <silent> &E^ &Ecirc;
7938 inoremap <buffer> <silent> &E' &Eacute;
7939 inoremap <buffer> <silent> &E` &Egrave;
7940 inoremap <buffer> <silent> &C, &Ccedil;
7941 inoremap <buffer> <silent> &AE &AElig;
7942 inoremap <buffer> <silent> &Ao &Aring;
7943 inoremap <buffer> <silent> &A" &Auml;
7944 inoremap <buffer> <silent> &A~ &Atilde;
7945 inoremap <buffer> <silent> &A^ &Acirc;
7946 inoremap <buffer> <silent> &A' &Aacute;
7947 inoremap <buffer> <silent> &A` &Agrave;
7948 inoremap <buffer> <silent> &c| &cent;
7949 inoremap <buffer> <silent> &Y= &yen;
7950 inoremap <buffer> <silent> &# &pound;
7951 inoremap <buffer> <silent> & &nbsp;
7952 inoremap <buffer> <silent> &> &gt;
7953 inoremap <buffer> <silent> &< &lt;
7954 inoremap <buffer> <silent> &' &quot;
7955 inoremap <buffer> <silent> &tm &trade;
7956 inoremap <buffer> <silent> &rO &reg;
7957 inoremap <buffer> <silent> &cO &copy;
7958 inoremap <buffer> <silent> && &amp;
7959 inoremap <buffer> <silent> ; &nbsp;
7960 inoremap <buffer> <silent> ;la <label for=""></label>F"
7961 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
7962 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
7963 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
7964 </textarea>k$5F"i
7965 inoremap <buffer> <silent> ;og <optgroup label="">
7966 </optgroup>k$F"i
7967 inoremap <buffer> <silent> ;op <option></option>F<
7968 inoremap <buffer> <silent> ;ms <select name="" multiple>
7969 </select>O
7970 inoremap <buffer> <silent> ;se <select name="">
7971 </select>O
7972 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
7973 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
7974 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
7975 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
7976 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
7977 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
7978 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
7979 inoremap <buffer> <silent> ;fm <form action="">
7980 </form>k$F"i
7981 inoremap <buffer> <silent> ;if <iframe src="">
7982 </iframe>k$F"i
7983 inoremap <buffer> <silent> ;nf <noframes>
7984 </noframes>O
7985 inoremap <buffer> <silent> ;fr <frame src="">F"
7986 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
7987 </frameset>k$3F"i
7988 inoremap <buffer> <silent> ;th <th></th>F<
7989 inoremap <buffer> <silent> ;td <td>
7990 </td>O
7991 inoremap <buffer> <silent> ;tr <tr>
7992 </tr>O
7993 inoremap <buffer> <silent> ;tf <tfoot>
7994 </tfoot>O
7995 inoremap <buffer> <silent> ;tb <tbody>
7996 </tbody>O
7997 inoremap <buffer> <silent> ;tH <thead>
7998 </thead>O
7999 inoremap <buffer> <silent> ;ta <table>
8000 </table>O
8001 inoremap <buffer> <silent> ;ca <caption></caption>F<
8002 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
8003 </object>k$5F"i
8004 inoremap <buffer> <silent> ;ns <noscript>
8005 </noscripT>O
8006 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
8007 <noembed></noembed>k$5F"i
8008 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
8009 inoremap <buffer> <silent> ;va <var></var>F<
8010 inoremap <buffer> <silent> ;ul <ul>
8011 </ul>O
8012 inoremap <buffer> <silent> ;tt <tt></tt>F<
8013 inoremap <buffer> <silent> ;ti <title></title>F<
8014 inoremap <buffer> <silent> ;sp <sup></sup>F<
8015 inoremap <buffer> <silent> ;sb <sub></sub>F<
8016 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
8017 inoremap <buffer> <silent> ;cs <style type="text/css">
8018 <!--
8019 -->
8020 </style>kO
8021 inoremap <buffer> <silent> ;sm <small></small>F<
8022 inoremap <buffer> <silent> ;sa <samp></samp>F<
8023 inoremap <buffer> <silent> ;sk <strike></strike>F<
8024 inoremap <buffer> <silent> ;qu <q></q>F<
8025 inoremap <buffer> <silent> ;pr <pre>
8026 </pre>O
8027 inoremap <buffer> <silent> ;/p </p>
8028 
8029 <p>
8030 inoremap <buffer> <silent> ;pp <p>
8031 </p>O
8032 inoremap <buffer> <silent> ;ol <ol>
8033 </ol>O
8034 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
8035 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
8036 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
8037 inoremap <buffer> <silent> ;lk <link href="">F"
8038 inoremap <buffer> <silent> ;li <li></li>F<
8039 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
8040 inoremap <buffer> <silent> ;ii <isindex>
8041 inoremap <buffer> <silent> ;in <ins></ins>F<
8042 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
8043 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
8044 inoremap <buffer> <silent> ;ht <html>
8045 </html>O
8046 inoremap <buffer> <silent> ;Hr <hr width="75%">
8047 inoremap <buffer> <silent> ;hr <hr>
8048 inoremap <buffer> <silent> ;he <head>
8049 </head>O
8050 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
8051 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
8052 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
8053 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
8054 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
8055 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
8056 inoremap <buffer> <silent> ;h6 <h6></h6>F<
8057 inoremap <buffer> <silent> ;h5 <h5></h5>F<
8058 inoremap <buffer> <silent> ;h4 <h4></h4>F<
8059 inoremap <buffer> <silent> ;h3 <h3></h3>F<
8060 inoremap <buffer> <silent> ;h2 <h2></h2>F<
8061 inoremap <buffer> <silent> ;h1 <h1></h1>F<
8062 inoremap <buffer> <silent> ;fc <font color=""></font>F"
8063 inoremap <buffer> <silent> ;fo <font size=""></font>F"
8064 inoremap <buffer> <silent> ;sn <span></span>F<
8065 inoremap <buffer> <silent> ;dv <div>
8066 </div>O
8067 inoremap <buffer> <silent> ;df <dfn></dfn>F<
8068 inoremap <buffer> <silent> ;de <del></del>F<
8069 inoremap <buffer> <silent> ;dd <dd></dd>F<
8070 inoremap <buffer> <silent> ;dt <dt></dt>F<
8071 inoremap <buffer> <silent> ;dl <dl>
8072 </dl>O
8073 inoremap <buffer> <silent> ;co <code></code>F<
8074 inoremap <buffer> <silent> ;ci <cite></cite>F<
8075 inoremap <buffer> <silent> ;ce <center></center>F<
8076 inoremap <buffer> <silent> ;br <br>
8077 inoremap <buffer> <silent> ;bd <body>
8078 </body>O
8079 inoremap <buffer> <silent> ;bl <blockquote>
8080 </blockquote>O
8081 inoremap <buffer> <silent> ;bi <big></big>F<
8082 inoremap <buffer> <silent> ;bh <base href="">F"
8083 inoremap <buffer> <silent> ;ad <address></address>F<
8084 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
8085 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
8086 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
8087 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
8088 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
8089 inoremap <buffer> <silent> ;an <a name=""></a>F"
8090 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
8091 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
8092 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
8093 inoremap <buffer> <silent> ;ah <a href=""></a>F"
8094 imap <buffer> <silent> ;s4 ;s4
8095 imap <buffer> <silent> ;4 ;4
8096 inoremap <buffer> <silent> ;mi :call MangleImageTag()
8097 inoremap <buffer> <silent> ; 
8098 inoremap <buffer> <silent> ;& &
8099 inoremap <buffer> <silent> ;; ;
8100 setlocal keymap=
8101 setlocal noarabic
8102 setlocal autoindent
8103 setlocal balloonexpr=
8104 setlocal nobinary
8105 setlocal bufhidden=
8106 setlocal buflisted
8107 setlocal buftype=
8108 setlocal nocindent
8109 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
8110 setlocal cinoptions=
8111 setlocal cinwords=if,else,while,do,for,switch
8112 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
8113 setlocal commentstring=<!--%s-->
8114 setlocal complete=.,w,b,u,t,i
8115 setlocal completefunc=
8116 setlocal nocopyindent
8117 setlocal nocursorcolumn
8118 setlocal nocursorline
8119 setlocal define=
8120 setlocal dictionary=
8121 setlocal nodiff
8122 setlocal equalprg=
8123 setlocal errorformat=
8124 setlocal noexpandtab
8125 if &filetype != 'html'
8126 setlocal filetype=html
8127 endif
8128 setlocal foldcolumn=0
8129 setlocal foldenable
8130 setlocal foldexpr=0
8131 setlocal foldignore=#
8132 setlocal foldlevel=0
8133 setlocal foldmarker={{{,}}}
8134 setlocal foldmethod=manual
8135 setlocal foldminlines=1
8136 setlocal foldnestmax=20
8137 setlocal foldtext=foldtext()
8138 setlocal formatexpr=
8139 setlocal formatoptions=tcq
8140 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
8141 setlocal grepprg=
8142 setlocal iminsert=2
8143 setlocal imsearch=2
8144 setlocal include=
8145 setlocal includeexpr=
8146 setlocal indentexpr=
8147 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
8148 setlocal noinfercase
8149 setlocal iskeyword=@,48-57,_,192-255
8150 setlocal keywordprg=
8151 setlocal nolinebreak
8152 setlocal nolisp
8153 setlocal nolist
8154 setlocal makeprg=
8155 setlocal matchpairs=(:),{:},[:],<:>
8156 setlocal nomodeline
8157 setlocal modifiable
8158 setlocal nrformats=octal,hex
8159 setlocal nonumber
8160 setlocal numberwidth=4
8161 setlocal omnifunc=htmlcomplete#CompleteTags
8162 setlocal path=
8163 setlocal nopreserveindent
8164 setlocal nopreviewwindow
8165 setlocal quoteescape=\\
8166 setlocal noreadonly
8167 setlocal norightleft
8168 setlocal rightleftcmd=search
8169 setlocal noscrollbind
8170 setlocal shiftwidth=8
8171 setlocal noshortname
8172 setlocal nosmartindent
8173 setlocal softtabstop=0
8174 setlocal nospell
8175 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
8176 setlocal spellfile=
8177 setlocal spelllang=en
8178 setlocal statusline=
8179 setlocal suffixesadd=
8180 setlocal swapfile
8181 setlocal synmaxcol=3000
8182 if &syntax != 'html'
8183 setlocal syntax=html
8184 endif
8185 setlocal tabstop=2
8186 setlocal tags=
8187 setlocal textwidth=0
8188 setlocal thesaurus=
8189 setlocal nowinfixheight
8190 setlocal nowinfixwidth
8191 setlocal wrap
8192 setlocal wrapmargin=0
8193 silent! normal! zE
8194 let s:l = 1 - ((0 * winheight(0) + 19) / 39)
8195 if s:l < 1 | let s:l = 1 | endif
8196 exe s:l
8197 normal! zt
8198 1
8199 normal! 0
8200 tabedit screenshots.html
8201 set splitbelow splitright
8202 set nosplitbelow
8203 set nosplitright
8204 wincmd t
8205 set winheight=1 winwidth=1
8206 argglobal
8207 20argu
8208 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
8209 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
8210 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
8211 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
8212 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
8213 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
8214 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
8215 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
8216 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
8217 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
8218 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
8219 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
8220 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
8221 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
8222 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
8223 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
8224 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
8225 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
8226 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">')
8227 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">')
8228 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
8229 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
8230 nnoremap <buffer> <silent> ; 
8231 nnoremap <buffer> <silent> ;; ;
8232 vnoremap <buffer> <silent> ;; ;
8233 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
8234 inoremap <buffer> <silent> &hA &hArr;
8235 inoremap <buffer> <silent> &dA &dArr;
8236 inoremap <buffer> <silent> &rA &rArr;
8237 inoremap <buffer> <silent> &uA &uArr;
8238 inoremap <buffer> <silent> &lA &lArr;
8239 inoremap <buffer> <silent> &ha &harr;
8240 inoremap <buffer> <silent> &da &darr;
8241 inoremap <buffer> <silent> &ra &rarr;
8242 inoremap <buffer> <silent> &ua &uarr;
8243 inoremap <buffer> <silent> &la &larr;
8244 inoremap <buffer> <silent> &pv &piv;
8245 inoremap <buffer> <silent> &uh &upsih;
8246 inoremap <buffer> <silent> &ts &thetasym;
8247 inoremap <buffer> <silent> &og &omega;
8248 inoremap <buffer> <silent> &ps &psi;
8249 inoremap <buffer> <silent> &ch &chi;
8250 inoremap <buffer> <silent> &ph &phi;
8251 inoremap <buffer> <silent> &up &upsilon;
8252 inoremap <buffer> <silent> &ta &tau;
8253 inoremap <buffer> <silent> &sf &sigmaf;
8254 inoremap <buffer> <silent> &si &sigma;
8255 inoremap <buffer> <silent> &rh &rho;
8256 inoremap <buffer> <silent> &pi &pi;
8257 inoremap <buffer> <silent> &oc &omicron;
8258 inoremap <buffer> <silent> &xi &xi;
8259 inoremap <buffer> <silent> &nu &nu;
8260 inoremap <buffer> <silent> &mu &mu;
8261 inoremap <buffer> <silent> &lm &lambda;
8262 inoremap <buffer> <silent> &ka &kappa;
8263 inoremap <buffer> <silent> &io &iota;
8264 inoremap <buffer> <silent> &th &theta;
8265 inoremap <buffer> <silent> &et &eta;
8266 inoremap <buffer> <silent> &ze &zeta;
8267 inoremap <buffer> <silent> &ep &epsilon;
8268 inoremap <buffer> <silent> &de &delta;
8269 inoremap <buffer> <silent> &ga &gamma;
8270 inoremap <buffer> <silent> &be &beta;
8271 inoremap <buffer> <silent> &al &alpha;
8272 inoremap <buffer> <silent> &Ps &Psi;
8273 inoremap <buffer> <silent> &Ch &Chi;
8274 inoremap <buffer> <silent> &Ph &Phi;
8275 inoremap <buffer> <silent> &Up &Upsilon;
8276 inoremap <buffer> <silent> &Ta &Tau;
8277 inoremap <buffer> <silent> &Si &Sigma;
8278 inoremap <buffer> <silent> &Rh &Rho;
8279 inoremap <buffer> <silent> &Pi &Pi;
8280 inoremap <buffer> <silent> &Oc &Omicron;
8281 inoremap <buffer> <silent> &Xi &Xi;
8282 inoremap <buffer> <silent> &Nu &Nu;
8283 inoremap <buffer> <silent> &Mu &Mu;
8284 inoremap <buffer> <silent> &Lm &Lambda;
8285 inoremap <buffer> <silent> &Ka &Kappa;
8286 inoremap <buffer> <silent> &Io &Iota;
8287 inoremap <buffer> <silent> &Th &Theta;
8288 inoremap <buffer> <silent> &Et &Eta;
8289 inoremap <buffer> <silent> &Ze &Zeta;
8290 inoremap <buffer> <silent> &Ep &Epsilon;
8291 inoremap <buffer> <silent> &De &Delta;
8292 inoremap <buffer> <silent> &Ga &Gamma;
8293 inoremap <buffer> <silent> &Be &Beta;
8294 inoremap <buffer> <silent> &Al &Alpha;
8295 inoremap <buffer> <silent> &3. &hellip;
8296 inoremap <buffer> <silent> &-- &mdash;
8297 inoremap <buffer> <silent> &3- &mdash;
8298 inoremap <buffer> <silent> &m- &mdash;
8299 inoremap <buffer> <silent> &2- &ndash;
8300 inoremap <buffer> <silent> &n- &ndash;
8301 inoremap <buffer> <silent> &34 &frac34;
8302 inoremap <buffer> <silent> &12 &frac12;
8303 inoremap <buffer> <silent> &14 &frac14;
8304 inoremap <buffer> <silent> &. &middot;
8305 inoremap <buffer> <silent> &pa &para;
8306 inoremap <buffer> <silent> &mi &micro;
8307 inoremap <buffer> <silent> &dg &deg;
8308 inoremap <buffer> <silent> &? &iquest;
8309 inoremap <buffer> <silent> &! &iexcl;
8310 inoremap <buffer> <silent> &sz &szlig;
8311 inoremap <buffer> <silent> &o/ &oslash;
8312 inoremap <buffer> <silent> &/ &divide;
8313 inoremap <buffer> <silent> &" &uml;
8314 inoremap <buffer> <silent> &2> &raquo;
8315 inoremap <buffer> <silent> &2< &laquo;
8316 inoremap <buffer> <silent> &y" &yuml;
8317 inoremap <buffer> <silent> &y' &yacute;
8318 inoremap <buffer> <silent> &u" &uuml;
8319 inoremap <buffer> <silent> &u^ &ucirc;
8320 inoremap <buffer> <silent> &u' &uacute;
8321 inoremap <buffer> <silent> &u` &ugrave;
8322 inoremap <buffer> <silent> &x &times;
8323 inoremap <buffer> <silent> &o" &ouml;
8324 inoremap <buffer> <silent> &o~ &otilde;
8325 inoremap <buffer> <silent> &o^ &ocirc;
8326 inoremap <buffer> <silent> &o' &oacute;
8327 inoremap <buffer> <silent> &o` &ograve;
8328 inoremap <buffer> <silent> &n~ &ntilde;
8329 inoremap <buffer> <silent> &i" &iuml;
8330 inoremap <buffer> <silent> &i^ &icirc;
8331 inoremap <buffer> <silent> &i' &iacute;
8332 inoremap <buffer> <silent> &i` &igrave;
8333 inoremap <buffer> <silent> &e" &euml;
8334 inoremap <buffer> <silent> &e^ &ecirc;
8335 inoremap <buffer> <silent> &e' &eacute;
8336 inoremap <buffer> <silent> &e` &egrave;
8337 inoremap <buffer> <silent> &c, &ccedil;
8338 inoremap <buffer> <silent> &ae &aelig;
8339 inoremap <buffer> <silent> &ao &aring;
8340 inoremap <buffer> <silent> &a" &auml;
8341 inoremap <buffer> <silent> &a~ &atilde;
8342 inoremap <buffer> <silent> &a^ &acirc;
8343 inoremap <buffer> <silent> &a' &aacute;
8344 inoremap <buffer> <silent> &a` &agrave;
8345 inoremap <buffer> <silent> &Y' &Yacute;
8346 inoremap <buffer> <silent> &U" &Uuml;
8347 inoremap <buffer> <silent> &U^ &Ucirc;
8348 inoremap <buffer> <silent> &U' &Uacute;
8349 inoremap <buffer> <silent> &U` &Ugrave;
8350 inoremap <buffer> <silent> &O/ &Oslash;
8351 inoremap <buffer> <silent> &O" &Ouml;
8352 inoremap <buffer> <silent> &O~ &Otilde;
8353 inoremap <buffer> <silent> &O^ &Ocirc;
8354 inoremap <buffer> <silent> &O' &Oacute;
8355 inoremap <buffer> <silent> &O` &Ograve;
8356 inoremap <buffer> <silent> &N~ &Ntilde;
8357 inoremap <buffer> <silent> &I" &Iuml;
8358 inoremap <buffer> <silent> &I^ &Icirc;
8359 inoremap <buffer> <silent> &I' &Iacute;
8360 inoremap <buffer> <silent> &I` &Igrave;
8361 inoremap <buffer> <silent> &E" &Euml;
8362 inoremap <buffer> <silent> &E^ &Ecirc;
8363 inoremap <buffer> <silent> &E' &Eacute;
8364 inoremap <buffer> <silent> &E` &Egrave;
8365 inoremap <buffer> <silent> &C, &Ccedil;
8366 inoremap <buffer> <silent> &AE &AElig;
8367 inoremap <buffer> <silent> &Ao &Aring;
8368 inoremap <buffer> <silent> &A" &Auml;
8369 inoremap <buffer> <silent> &A~ &Atilde;
8370 inoremap <buffer> <silent> &A^ &Acirc;
8371 inoremap <buffer> <silent> &A' &Aacute;
8372 inoremap <buffer> <silent> &A` &Agrave;
8373 inoremap <buffer> <silent> &c| &cent;
8374 inoremap <buffer> <silent> &Y= &yen;
8375 inoremap <buffer> <silent> &# &pound;
8376 inoremap <buffer> <silent> & &nbsp;
8377 inoremap <buffer> <silent> &> &gt;
8378 inoremap <buffer> <silent> &< &lt;
8379 inoremap <buffer> <silent> &' &quot;
8380 inoremap <buffer> <silent> &tm &trade;
8381 inoremap <buffer> <silent> &rO &reg;
8382 inoremap <buffer> <silent> &cO &copy;
8383 inoremap <buffer> <silent> && &amp;
8384 inoremap <buffer> <silent> ; &nbsp;
8385 inoremap <buffer> <silent> ;la <label for=""></label>F"
8386 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
8387 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
8388 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
8389 </textarea>k$5F"i
8390 inoremap <buffer> <silent> ;og <optgroup label="">
8391 </optgroup>k$F"i
8392 inoremap <buffer> <silent> ;op <option></option>F<
8393 inoremap <buffer> <silent> ;ms <select name="" multiple>
8394 </select>O
8395 inoremap <buffer> <silent> ;se <select name="">
8396 </select>O
8397 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
8398 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
8399 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
8400 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
8401 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
8402 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
8403 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
8404 inoremap <buffer> <silent> ;fm <form action="">
8405 </form>k$F"i
8406 inoremap <buffer> <silent> ;if <iframe src="">
8407 </iframe>k$F"i
8408 inoremap <buffer> <silent> ;nf <noframes>
8409 </noframes>O
8410 inoremap <buffer> <silent> ;fr <frame src="">F"
8411 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
8412 </frameset>k$3F"i
8413 inoremap <buffer> <silent> ;th <th></th>F<
8414 inoremap <buffer> <silent> ;td <td>
8415 </td>O
8416 inoremap <buffer> <silent> ;tr <tr>
8417 </tr>O
8418 inoremap <buffer> <silent> ;tf <tfoot>
8419 </tfoot>O
8420 inoremap <buffer> <silent> ;tb <tbody>
8421 </tbody>O
8422 inoremap <buffer> <silent> ;tH <thead>
8423 </thead>O
8424 inoremap <buffer> <silent> ;ta <table>
8425 </table>O
8426 inoremap <buffer> <silent> ;ca <caption></caption>F<
8427 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
8428 </object>k$5F"i
8429 inoremap <buffer> <silent> ;ns <noscript>
8430 </noscripT>O
8431 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
8432 <noembed></noembed>k$5F"i
8433 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
8434 inoremap <buffer> <silent> ;va <var></var>F<
8435 inoremap <buffer> <silent> ;ul <ul>
8436 </ul>O
8437 inoremap <buffer> <silent> ;tt <tt></tt>F<
8438 inoremap <buffer> <silent> ;ti <title></title>F<
8439 inoremap <buffer> <silent> ;sp <sup></sup>F<
8440 inoremap <buffer> <silent> ;sb <sub></sub>F<
8441 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
8442 inoremap <buffer> <silent> ;cs <style type="text/css">
8443 <!--
8444 -->
8445 </style>kO
8446 inoremap <buffer> <silent> ;sm <small></small>F<
8447 inoremap <buffer> <silent> ;sa <samp></samp>F<
8448 inoremap <buffer> <silent> ;sk <strike></strike>F<
8449 inoremap <buffer> <silent> ;qu <q></q>F<
8450 inoremap <buffer> <silent> ;pr <pre>
8451 </pre>O
8452 inoremap <buffer> <silent> ;/p </p>
8453 
8454 <p>
8455 inoremap <buffer> <silent> ;pp <p>
8456 </p>O
8457 inoremap <buffer> <silent> ;ol <ol>
8458 </ol>O
8459 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
8460 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
8461 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
8462 inoremap <buffer> <silent> ;lk <link href="">F"
8463 inoremap <buffer> <silent> ;li <li></li>F<
8464 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
8465 inoremap <buffer> <silent> ;ii <isindex>
8466 inoremap <buffer> <silent> ;in <ins></ins>F<
8467 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
8468 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
8469 inoremap <buffer> <silent> ;ht <html>
8470 </html>O
8471 inoremap <buffer> <silent> ;Hr <hr width="75%">
8472 inoremap <buffer> <silent> ;hr <hr>
8473 inoremap <buffer> <silent> ;he <head>
8474 </head>O
8475 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
8476 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
8477 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
8478 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
8479 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
8480 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
8481 inoremap <buffer> <silent> ;h6 <h6></h6>F<
8482 inoremap <buffer> <silent> ;h5 <h5></h5>F<
8483 inoremap <buffer> <silent> ;h4 <h4></h4>F<
8484 inoremap <buffer> <silent> ;h3 <h3></h3>F<
8485 inoremap <buffer> <silent> ;h2 <h2></h2>F<
8486 inoremap <buffer> <silent> ;h1 <h1></h1>F<
8487 inoremap <buffer> <silent> ;fc <font color=""></font>F"
8488 inoremap <buffer> <silent> ;fo <font size=""></font>F"
8489 inoremap <buffer> <silent> ;sn <span></span>F<
8490 inoremap <buffer> <silent> ;dv <div>
8491 </div>O
8492 inoremap <buffer> <silent> ;df <dfn></dfn>F<
8493 inoremap <buffer> <silent> ;de <del></del>F<
8494 inoremap <buffer> <silent> ;dd <dd></dd>F<
8495 inoremap <buffer> <silent> ;dt <dt></dt>F<
8496 inoremap <buffer> <silent> ;dl <dl>
8497 </dl>O
8498 inoremap <buffer> <silent> ;co <code></code>F<
8499 inoremap <buffer> <silent> ;ci <cite></cite>F<
8500 inoremap <buffer> <silent> ;ce <center></center>F<
8501 inoremap <buffer> <silent> ;br <br>
8502 inoremap <buffer> <silent> ;bd <body>
8503 </body>O
8504 inoremap <buffer> <silent> ;bl <blockquote>
8505 </blockquote>O
8506 inoremap <buffer> <silent> ;bi <big></big>F<
8507 inoremap <buffer> <silent> ;bh <base href="">F"
8508 inoremap <buffer> <silent> ;ad <address></address>F<
8509 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
8510 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
8511 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
8512 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
8513 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
8514 inoremap <buffer> <silent> ;an <a name=""></a>F"
8515 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
8516 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
8517 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
8518 inoremap <buffer> <silent> ;ah <a href=""></a>F"
8519 imap <buffer> <silent> ;s4 ;s4
8520 imap <buffer> <silent> ;4 ;4
8521 inoremap <buffer> <silent> ;mi :call MangleImageTag()
8522 inoremap <buffer> <silent> ; 
8523 inoremap <buffer> <silent> ;& &
8524 inoremap <buffer> <silent> ;; ;
8525 setlocal keymap=
8526 setlocal noarabic
8527 setlocal autoindent
8528 setlocal balloonexpr=
8529 setlocal nobinary
8530 setlocal bufhidden=
8531 setlocal buflisted
8532 setlocal buftype=
8533 setlocal nocindent
8534 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
8535 setlocal cinoptions=
8536 setlocal cinwords=if,else,while,do,for,switch
8537 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
8538 setlocal commentstring=<!--%s-->
8539 setlocal complete=.,w,b,u,t,i
8540 setlocal completefunc=
8541 setlocal nocopyindent
8542 setlocal nocursorcolumn
8543 setlocal nocursorline
8544 setlocal define=
8545 setlocal dictionary=
8546 setlocal nodiff
8547 setlocal equalprg=
8548 setlocal errorformat=
8549 setlocal noexpandtab
8550 if &filetype != 'html'
8551 setlocal filetype=html
8552 endif
8553 setlocal foldcolumn=0
8554 setlocal foldenable
8555 setlocal foldexpr=0
8556 setlocal foldignore=#
8557 setlocal foldlevel=0
8558 setlocal foldmarker={{{,}}}
8559 setlocal foldmethod=manual
8560 setlocal foldminlines=1
8561 setlocal foldnestmax=20
8562 setlocal foldtext=foldtext()
8563 setlocal formatexpr=
8564 setlocal formatoptions=tcq
8565 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
8566 setlocal grepprg=
8567 setlocal iminsert=2
8568 setlocal imsearch=2
8569 setlocal include=
8570 setlocal includeexpr=
8571 setlocal indentexpr=
8572 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
8573 setlocal noinfercase
8574 setlocal iskeyword=@,48-57,_,192-255
8575 setlocal keywordprg=
8576 setlocal nolinebreak
8577 setlocal nolisp
8578 setlocal nolist
8579 setlocal makeprg=
8580 setlocal matchpairs=(:),{:},[:],<:>
8581 setlocal nomodeline
8582 setlocal modifiable
8583 setlocal nrformats=octal,hex
8584 setlocal nonumber
8585 setlocal numberwidth=4
8586 setlocal omnifunc=htmlcomplete#CompleteTags
8587 setlocal path=
8588 setlocal nopreserveindent
8589 setlocal nopreviewwindow
8590 setlocal quoteescape=\\
8591 setlocal noreadonly
8592 setlocal norightleft
8593 setlocal rightleftcmd=search
8594 setlocal noscrollbind
8595 setlocal shiftwidth=8
8596 setlocal noshortname
8597 setlocal nosmartindent
8598 setlocal softtabstop=0
8599 setlocal nospell
8600 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
8601 setlocal spellfile=
8602 setlocal spelllang=en
8603 setlocal statusline=
8604 setlocal suffixesadd=
8605 setlocal swapfile
8606 setlocal synmaxcol=3000
8607 if &syntax != 'html'
8608 setlocal syntax=html
8609 endif
8610 setlocal tabstop=2
8611 setlocal tags=
8612 setlocal textwidth=0
8613 setlocal thesaurus=
8614 setlocal nowinfixheight
8615 setlocal nowinfixwidth
8616 setlocal wrap
8617 setlocal wrapmargin=0
8618 silent! normal! zE
8619 let s:l = 1 - ((0 * winheight(0) + 19) / 39)
8620 if s:l < 1 | let s:l = 1 | endif
8621 exe s:l
8622 normal! zt
8623 1
8624 normal! 0
8625 tabedit supergrubdisk.html
8626 set splitbelow splitright
8627 set nosplitbelow
8628 set nosplitright
8629 wincmd t
8630 set winheight=1 winwidth=1
8631 argglobal
8632 21argu
8633 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
8634 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
8635 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
8636 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
8637 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
8638 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
8639 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
8640 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
8641 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
8642 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
8643 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
8644 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
8645 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
8646 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
8647 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
8648 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
8649 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
8650 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
8651 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">')
8652 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">')
8653 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
8654 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
8655 nnoremap <buffer> <silent> ; 
8656 nnoremap <buffer> <silent> ;; ;
8657 vnoremap <buffer> <silent> ;; ;
8658 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
8659 inoremap <buffer> <silent> &hA &hArr;
8660 inoremap <buffer> <silent> &dA &dArr;
8661 inoremap <buffer> <silent> &rA &rArr;
8662 inoremap <buffer> <silent> &uA &uArr;
8663 inoremap <buffer> <silent> &lA &lArr;
8664 inoremap <buffer> <silent> &ha &harr;
8665 inoremap <buffer> <silent> &da &darr;
8666 inoremap <buffer> <silent> &ra &rarr;
8667 inoremap <buffer> <silent> &ua &uarr;
8668 inoremap <buffer> <silent> &la &larr;
8669 inoremap <buffer> <silent> &pv &piv;
8670 inoremap <buffer> <silent> &uh &upsih;
8671 inoremap <buffer> <silent> &ts &thetasym;
8672 inoremap <buffer> <silent> &og &omega;
8673 inoremap <buffer> <silent> &ps &psi;
8674 inoremap <buffer> <silent> &ch &chi;
8675 inoremap <buffer> <silent> &ph &phi;
8676 inoremap <buffer> <silent> &up &upsilon;
8677 inoremap <buffer> <silent> &ta &tau;
8678 inoremap <buffer> <silent> &sf &sigmaf;
8679 inoremap <buffer> <silent> &si &sigma;
8680 inoremap <buffer> <silent> &rh &rho;
8681 inoremap <buffer> <silent> &pi &pi;
8682 inoremap <buffer> <silent> &oc &omicron;
8683 inoremap <buffer> <silent> &xi &xi;
8684 inoremap <buffer> <silent> &nu &nu;
8685 inoremap <buffer> <silent> &mu &mu;
8686 inoremap <buffer> <silent> &lm &lambda;
8687 inoremap <buffer> <silent> &ka &kappa;
8688 inoremap <buffer> <silent> &io &iota;
8689 inoremap <buffer> <silent> &th &theta;
8690 inoremap <buffer> <silent> &et &eta;
8691 inoremap <buffer> <silent> &ze &zeta;
8692 inoremap <buffer> <silent> &ep &epsilon;
8693 inoremap <buffer> <silent> &de &delta;
8694 inoremap <buffer> <silent> &ga &gamma;
8695 inoremap <buffer> <silent> &be &beta;
8696 inoremap <buffer> <silent> &al &alpha;
8697 inoremap <buffer> <silent> &Ps &Psi;
8698 inoremap <buffer> <silent> &Ch &Chi;
8699 inoremap <buffer> <silent> &Ph &Phi;
8700 inoremap <buffer> <silent> &Up &Upsilon;
8701 inoremap <buffer> <silent> &Ta &Tau;
8702 inoremap <buffer> <silent> &Si &Sigma;
8703 inoremap <buffer> <silent> &Rh &Rho;
8704 inoremap <buffer> <silent> &Pi &Pi;
8705 inoremap <buffer> <silent> &Oc &Omicron;
8706 inoremap <buffer> <silent> &Xi &Xi;
8707 inoremap <buffer> <silent> &Nu &Nu;
8708 inoremap <buffer> <silent> &Mu &Mu;
8709 inoremap <buffer> <silent> &Lm &Lambda;
8710 inoremap <buffer> <silent> &Ka &Kappa;
8711 inoremap <buffer> <silent> &Io &Iota;
8712 inoremap <buffer> <silent> &Th &Theta;
8713 inoremap <buffer> <silent> &Et &Eta;
8714 inoremap <buffer> <silent> &Ze &Zeta;
8715 inoremap <buffer> <silent> &Ep &Epsilon;
8716 inoremap <buffer> <silent> &De &Delta;
8717 inoremap <buffer> <silent> &Ga &Gamma;
8718 inoremap <buffer> <silent> &Be &Beta;
8719 inoremap <buffer> <silent> &Al &Alpha;
8720 inoremap <buffer> <silent> &3. &hellip;
8721 inoremap <buffer> <silent> &-- &mdash;
8722 inoremap <buffer> <silent> &3- &mdash;
8723 inoremap <buffer> <silent> &m- &mdash;
8724 inoremap <buffer> <silent> &2- &ndash;
8725 inoremap <buffer> <silent> &n- &ndash;
8726 inoremap <buffer> <silent> &34 &frac34;
8727 inoremap <buffer> <silent> &12 &frac12;
8728 inoremap <buffer> <silent> &14 &frac14;
8729 inoremap <buffer> <silent> &. &middot;
8730 inoremap <buffer> <silent> &pa &para;
8731 inoremap <buffer> <silent> &mi &micro;
8732 inoremap <buffer> <silent> &dg &deg;
8733 inoremap <buffer> <silent> &? &iquest;
8734 inoremap <buffer> <silent> &! &iexcl;
8735 inoremap <buffer> <silent> &sz &szlig;
8736 inoremap <buffer> <silent> &o/ &oslash;
8737 inoremap <buffer> <silent> &/ &divide;
8738 inoremap <buffer> <silent> &" &uml;
8739 inoremap <buffer> <silent> &2> &raquo;
8740 inoremap <buffer> <silent> &2< &laquo;
8741 inoremap <buffer> <silent> &y" &yuml;
8742 inoremap <buffer> <silent> &y' &yacute;
8743 inoremap <buffer> <silent> &u" &uuml;
8744 inoremap <buffer> <silent> &u^ &ucirc;
8745 inoremap <buffer> <silent> &u' &uacute;
8746 inoremap <buffer> <silent> &u` &ugrave;
8747 inoremap <buffer> <silent> &x &times;
8748 inoremap <buffer> <silent> &o" &ouml;
8749 inoremap <buffer> <silent> &o~ &otilde;
8750 inoremap <buffer> <silent> &o^ &ocirc;
8751 inoremap <buffer> <silent> &o' &oacute;
8752 inoremap <buffer> <silent> &o` &ograve;
8753 inoremap <buffer> <silent> &n~ &ntilde;
8754 inoremap <buffer> <silent> &i" &iuml;
8755 inoremap <buffer> <silent> &i^ &icirc;
8756 inoremap <buffer> <silent> &i' &iacute;
8757 inoremap <buffer> <silent> &i` &igrave;
8758 inoremap <buffer> <silent> &e" &euml;
8759 inoremap <buffer> <silent> &e^ &ecirc;
8760 inoremap <buffer> <silent> &e' &eacute;
8761 inoremap <buffer> <silent> &e` &egrave;
8762 inoremap <buffer> <silent> &c, &ccedil;
8763 inoremap <buffer> <silent> &ae &aelig;
8764 inoremap <buffer> <silent> &ao &aring;
8765 inoremap <buffer> <silent> &a" &auml;
8766 inoremap <buffer> <silent> &a~ &atilde;
8767 inoremap <buffer> <silent> &a^ &acirc;
8768 inoremap <buffer> <silent> &a' &aacute;
8769 inoremap <buffer> <silent> &a` &agrave;
8770 inoremap <buffer> <silent> &Y' &Yacute;
8771 inoremap <buffer> <silent> &U" &Uuml;
8772 inoremap <buffer> <silent> &U^ &Ucirc;
8773 inoremap <buffer> <silent> &U' &Uacute;
8774 inoremap <buffer> <silent> &U` &Ugrave;
8775 inoremap <buffer> <silent> &O/ &Oslash;
8776 inoremap <buffer> <silent> &O" &Ouml;
8777 inoremap <buffer> <silent> &O~ &Otilde;
8778 inoremap <buffer> <silent> &O^ &Ocirc;
8779 inoremap <buffer> <silent> &O' &Oacute;
8780 inoremap <buffer> <silent> &O` &Ograve;
8781 inoremap <buffer> <silent> &N~ &Ntilde;
8782 inoremap <buffer> <silent> &I" &Iuml;
8783 inoremap <buffer> <silent> &I^ &Icirc;
8784 inoremap <buffer> <silent> &I' &Iacute;
8785 inoremap <buffer> <silent> &I` &Igrave;
8786 inoremap <buffer> <silent> &E" &Euml;
8787 inoremap <buffer> <silent> &E^ &Ecirc;
8788 inoremap <buffer> <silent> &E' &Eacute;
8789 inoremap <buffer> <silent> &E` &Egrave;
8790 inoremap <buffer> <silent> &C, &Ccedil;
8791 inoremap <buffer> <silent> &AE &AElig;
8792 inoremap <buffer> <silent> &Ao &Aring;
8793 inoremap <buffer> <silent> &A" &Auml;
8794 inoremap <buffer> <silent> &A~ &Atilde;
8795 inoremap <buffer> <silent> &A^ &Acirc;
8796 inoremap <buffer> <silent> &A' &Aacute;
8797 inoremap <buffer> <silent> &A` &Agrave;
8798 inoremap <buffer> <silent> &c| &cent;
8799 inoremap <buffer> <silent> &Y= &yen;
8800 inoremap <buffer> <silent> &# &pound;
8801 inoremap <buffer> <silent> & &nbsp;
8802 inoremap <buffer> <silent> &> &gt;
8803 inoremap <buffer> <silent> &< &lt;
8804 inoremap <buffer> <silent> &' &quot;
8805 inoremap <buffer> <silent> &tm &trade;
8806 inoremap <buffer> <silent> &rO &reg;
8807 inoremap <buffer> <silent> &cO &copy;
8808 inoremap <buffer> <silent> && &amp;
8809 inoremap <buffer> <silent> ; &nbsp;
8810 inoremap <buffer> <silent> ;la <label for=""></label>F"
8811 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
8812 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
8813 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
8814 </textarea>k$5F"i
8815 inoremap <buffer> <silent> ;og <optgroup label="">
8816 </optgroup>k$F"i
8817 inoremap <buffer> <silent> ;op <option></option>F<
8818 inoremap <buffer> <silent> ;ms <select name="" multiple>
8819 </select>O
8820 inoremap <buffer> <silent> ;se <select name="">
8821 </select>O
8822 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
8823 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
8824 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
8825 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
8826 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
8827 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
8828 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
8829 inoremap <buffer> <silent> ;fm <form action="">
8830 </form>k$F"i
8831 inoremap <buffer> <silent> ;if <iframe src="">
8832 </iframe>k$F"i
8833 inoremap <buffer> <silent> ;nf <noframes>
8834 </noframes>O
8835 inoremap <buffer> <silent> ;fr <frame src="">F"
8836 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
8837 </frameset>k$3F"i
8838 inoremap <buffer> <silent> ;th <th></th>F<
8839 inoremap <buffer> <silent> ;td <td>
8840 </td>O
8841 inoremap <buffer> <silent> ;tr <tr>
8842 </tr>O
8843 inoremap <buffer> <silent> ;tf <tfoot>
8844 </tfoot>O
8845 inoremap <buffer> <silent> ;tb <tbody>
8846 </tbody>O
8847 inoremap <buffer> <silent> ;tH <thead>
8848 </thead>O
8849 inoremap <buffer> <silent> ;ta <table>
8850 </table>O
8851 inoremap <buffer> <silent> ;ca <caption></caption>F<
8852 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
8853 </object>k$5F"i
8854 inoremap <buffer> <silent> ;ns <noscript>
8855 </noscripT>O
8856 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
8857 <noembed></noembed>k$5F"i
8858 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
8859 inoremap <buffer> <silent> ;va <var></var>F<
8860 inoremap <buffer> <silent> ;ul <ul>
8861 </ul>O
8862 inoremap <buffer> <silent> ;tt <tt></tt>F<
8863 inoremap <buffer> <silent> ;ti <title></title>F<
8864 inoremap <buffer> <silent> ;sp <sup></sup>F<
8865 inoremap <buffer> <silent> ;sb <sub></sub>F<
8866 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
8867 inoremap <buffer> <silent> ;cs <style type="text/css">
8868 <!--
8869 -->
8870 </style>kO
8871 inoremap <buffer> <silent> ;sm <small></small>F<
8872 inoremap <buffer> <silent> ;sa <samp></samp>F<
8873 inoremap <buffer> <silent> ;sk <strike></strike>F<
8874 inoremap <buffer> <silent> ;qu <q></q>F<
8875 inoremap <buffer> <silent> ;pr <pre>
8876 </pre>O
8877 inoremap <buffer> <silent> ;/p </p>
8878 
8879 <p>
8880 inoremap <buffer> <silent> ;pp <p>
8881 </p>O
8882 inoremap <buffer> <silent> ;ol <ol>
8883 </ol>O
8884 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
8885 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
8886 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
8887 inoremap <buffer> <silent> ;lk <link href="">F"
8888 inoremap <buffer> <silent> ;li <li></li>F<
8889 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
8890 inoremap <buffer> <silent> ;ii <isindex>
8891 inoremap <buffer> <silent> ;in <ins></ins>F<
8892 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
8893 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
8894 inoremap <buffer> <silent> ;ht <html>
8895 </html>O
8896 inoremap <buffer> <silent> ;Hr <hr width="75%">
8897 inoremap <buffer> <silent> ;hr <hr>
8898 inoremap <buffer> <silent> ;he <head>
8899 </head>O
8900 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
8901 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
8902 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
8903 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
8904 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
8905 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
8906 inoremap <buffer> <silent> ;h6 <h6></h6>F<
8907 inoremap <buffer> <silent> ;h5 <h5></h5>F<
8908 inoremap <buffer> <silent> ;h4 <h4></h4>F<
8909 inoremap <buffer> <silent> ;h3 <h3></h3>F<
8910 inoremap <buffer> <silent> ;h2 <h2></h2>F<
8911 inoremap <buffer> <silent> ;h1 <h1></h1>F<
8912 inoremap <buffer> <silent> ;fc <font color=""></font>F"
8913 inoremap <buffer> <silent> ;fo <font size=""></font>F"
8914 inoremap <buffer> <silent> ;sn <span></span>F<
8915 inoremap <buffer> <silent> ;dv <div>
8916 </div>O
8917 inoremap <buffer> <silent> ;df <dfn></dfn>F<
8918 inoremap <buffer> <silent> ;de <del></del>F<
8919 inoremap <buffer> <silent> ;dd <dd></dd>F<
8920 inoremap <buffer> <silent> ;dt <dt></dt>F<
8921 inoremap <buffer> <silent> ;dl <dl>
8922 </dl>O
8923 inoremap <buffer> <silent> ;co <code></code>F<
8924 inoremap <buffer> <silent> ;ci <cite></cite>F<
8925 inoremap <buffer> <silent> ;ce <center></center>F<
8926 inoremap <buffer> <silent> ;br <br>
8927 inoremap <buffer> <silent> ;bd <body>
8928 </body>O
8929 inoremap <buffer> <silent> ;bl <blockquote>
8930 </blockquote>O
8931 inoremap <buffer> <silent> ;bi <big></big>F<
8932 inoremap <buffer> <silent> ;bh <base href="">F"
8933 inoremap <buffer> <silent> ;ad <address></address>F<
8934 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
8935 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
8936 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
8937 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
8938 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
8939 inoremap <buffer> <silent> ;an <a name=""></a>F"
8940 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
8941 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
8942 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
8943 inoremap <buffer> <silent> ;ah <a href=""></a>F"
8944 imap <buffer> <silent> ;s4 ;s4
8945 imap <buffer> <silent> ;4 ;4
8946 inoremap <buffer> <silent> ;mi :call MangleImageTag()
8947 inoremap <buffer> <silent> ; 
8948 inoremap <buffer> <silent> ;& &
8949 inoremap <buffer> <silent> ;; ;
8950 setlocal keymap=
8951 setlocal noarabic
8952 setlocal autoindent
8953 setlocal balloonexpr=
8954 setlocal nobinary
8955 setlocal bufhidden=
8956 setlocal buflisted
8957 setlocal buftype=
8958 setlocal nocindent
8959 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
8960 setlocal cinoptions=
8961 setlocal cinwords=if,else,while,do,for,switch
8962 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
8963 setlocal commentstring=<!--%s-->
8964 setlocal complete=.,w,b,u,t,i
8965 setlocal completefunc=
8966 setlocal nocopyindent
8967 setlocal nocursorcolumn
8968 setlocal nocursorline
8969 setlocal define=
8970 setlocal dictionary=
8971 setlocal nodiff
8972 setlocal equalprg=
8973 setlocal errorformat=
8974 setlocal noexpandtab
8975 if &filetype != 'html'
8976 setlocal filetype=html
8977 endif
8978 setlocal foldcolumn=0
8979 setlocal foldenable
8980 setlocal foldexpr=0
8981 setlocal foldignore=#
8982 setlocal foldlevel=0
8983 setlocal foldmarker={{{,}}}
8984 setlocal foldmethod=manual
8985 setlocal foldminlines=1
8986 setlocal foldnestmax=20
8987 setlocal foldtext=foldtext()
8988 setlocal formatexpr=
8989 setlocal formatoptions=tcq
8990 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
8991 setlocal grepprg=
8992 setlocal iminsert=2
8993 setlocal imsearch=2
8994 setlocal include=
8995 setlocal includeexpr=
8996 setlocal indentexpr=
8997 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
8998 setlocal noinfercase
8999 setlocal iskeyword=@,48-57,_,192-255
9000 setlocal keywordprg=
9001 setlocal nolinebreak
9002 setlocal nolisp
9003 setlocal nolist
9004 setlocal makeprg=
9005 setlocal matchpairs=(:),{:},[:],<:>
9006 setlocal nomodeline
9007 setlocal modifiable
9008 setlocal nrformats=octal,hex
9009 setlocal nonumber
9010 setlocal numberwidth=4
9011 setlocal omnifunc=htmlcomplete#CompleteTags
9012 setlocal path=
9013 setlocal nopreserveindent
9014 setlocal nopreviewwindow
9015 setlocal quoteescape=\\
9016 setlocal noreadonly
9017 setlocal norightleft
9018 setlocal rightleftcmd=search
9019 setlocal noscrollbind
9020 setlocal shiftwidth=8
9021 setlocal noshortname
9022 setlocal nosmartindent
9023 setlocal softtabstop=0
9024 setlocal nospell
9025 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
9026 setlocal spellfile=
9027 setlocal spelllang=en
9028 setlocal statusline=
9029 setlocal suffixesadd=
9030 setlocal swapfile
9031 setlocal synmaxcol=3000
9032 if &syntax != 'html'
9033 setlocal syntax=html
9034 endif
9035 setlocal tabstop=2
9036 setlocal tags=
9037 setlocal textwidth=0
9038 setlocal thesaurus=
9039 setlocal nowinfixheight
9040 setlocal nowinfixwidth
9041 setlocal wrap
9042 setlocal wrapmargin=0
9043 silent! normal! zE
9044 let s:l = 1 - ((0 * winheight(0) + 19) / 39)
9045 if s:l < 1 | let s:l = 1 | endif
9046 exe s:l
9047 normal! zt
9048 1
9049 normal! 0
9050 tabedit sysresccd.html
9051 set splitbelow splitright
9052 set nosplitbelow
9053 set nosplitright
9054 wincmd t
9055 set winheight=1 winwidth=1
9056 argglobal
9057 22argu
9058 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9059 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9060 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
9061 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
9062 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
9063 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
9064 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
9065 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
9066 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
9067 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
9068 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
9069 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
9070 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
9071 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
9072 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
9073 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
9074 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
9075 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
9076 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">')
9077 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">')
9078 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
9079 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
9080 nnoremap <buffer> <silent> ; 
9081 nnoremap <buffer> <silent> ;; ;
9082 vnoremap <buffer> <silent> ;; ;
9083 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
9084 inoremap <buffer> <silent> &hA &hArr;
9085 inoremap <buffer> <silent> &dA &dArr;
9086 inoremap <buffer> <silent> &rA &rArr;
9087 inoremap <buffer> <silent> &uA &uArr;
9088 inoremap <buffer> <silent> &lA &lArr;
9089 inoremap <buffer> <silent> &ha &harr;
9090 inoremap <buffer> <silent> &da &darr;
9091 inoremap <buffer> <silent> &ra &rarr;
9092 inoremap <buffer> <silent> &ua &uarr;
9093 inoremap <buffer> <silent> &la &larr;
9094 inoremap <buffer> <silent> &pv &piv;
9095 inoremap <buffer> <silent> &uh &upsih;
9096 inoremap <buffer> <silent> &ts &thetasym;
9097 inoremap <buffer> <silent> &og &omega;
9098 inoremap <buffer> <silent> &ps &psi;
9099 inoremap <buffer> <silent> &ch &chi;
9100 inoremap <buffer> <silent> &ph &phi;
9101 inoremap <buffer> <silent> &up &upsilon;
9102 inoremap <buffer> <silent> &ta &tau;
9103 inoremap <buffer> <silent> &sf &sigmaf;
9104 inoremap <buffer> <silent> &si &sigma;
9105 inoremap <buffer> <silent> &rh &rho;
9106 inoremap <buffer> <silent> &pi &pi;
9107 inoremap <buffer> <silent> &oc &omicron;
9108 inoremap <buffer> <silent> &xi &xi;
9109 inoremap <buffer> <silent> &nu &nu;
9110 inoremap <buffer> <silent> &mu &mu;
9111 inoremap <buffer> <silent> &lm &lambda;
9112 inoremap <buffer> <silent> &ka &kappa;
9113 inoremap <buffer> <silent> &io &iota;
9114 inoremap <buffer> <silent> &th &theta;
9115 inoremap <buffer> <silent> &et &eta;
9116 inoremap <buffer> <silent> &ze &zeta;
9117 inoremap <buffer> <silent> &ep &epsilon;
9118 inoremap <buffer> <silent> &de &delta;
9119 inoremap <buffer> <silent> &ga &gamma;
9120 inoremap <buffer> <silent> &be &beta;
9121 inoremap <buffer> <silent> &al &alpha;
9122 inoremap <buffer> <silent> &Ps &Psi;
9123 inoremap <buffer> <silent> &Ch &Chi;
9124 inoremap <buffer> <silent> &Ph &Phi;
9125 inoremap <buffer> <silent> &Up &Upsilon;
9126 inoremap <buffer> <silent> &Ta &Tau;
9127 inoremap <buffer> <silent> &Si &Sigma;
9128 inoremap <buffer> <silent> &Rh &Rho;
9129 inoremap <buffer> <silent> &Pi &Pi;
9130 inoremap <buffer> <silent> &Oc &Omicron;
9131 inoremap <buffer> <silent> &Xi &Xi;
9132 inoremap <buffer> <silent> &Nu &Nu;
9133 inoremap <buffer> <silent> &Mu &Mu;
9134 inoremap <buffer> <silent> &Lm &Lambda;
9135 inoremap <buffer> <silent> &Ka &Kappa;
9136 inoremap <buffer> <silent> &Io &Iota;
9137 inoremap <buffer> <silent> &Th &Theta;
9138 inoremap <buffer> <silent> &Et &Eta;
9139 inoremap <buffer> <silent> &Ze &Zeta;
9140 inoremap <buffer> <silent> &Ep &Epsilon;
9141 inoremap <buffer> <silent> &De &Delta;
9142 inoremap <buffer> <silent> &Ga &Gamma;
9143 inoremap <buffer> <silent> &Be &Beta;
9144 inoremap <buffer> <silent> &Al &Alpha;
9145 inoremap <buffer> <silent> &3. &hellip;
9146 inoremap <buffer> <silent> &-- &mdash;
9147 inoremap <buffer> <silent> &3- &mdash;
9148 inoremap <buffer> <silent> &m- &mdash;
9149 inoremap <buffer> <silent> &2- &ndash;
9150 inoremap <buffer> <silent> &n- &ndash;
9151 inoremap <buffer> <silent> &34 &frac34;
9152 inoremap <buffer> <silent> &12 &frac12;
9153 inoremap <buffer> <silent> &14 &frac14;
9154 inoremap <buffer> <silent> &. &middot;
9155 inoremap <buffer> <silent> &pa &para;
9156 inoremap <buffer> <silent> &mi &micro;
9157 inoremap <buffer> <silent> &dg &deg;
9158 inoremap <buffer> <silent> &? &iquest;
9159 inoremap <buffer> <silent> &! &iexcl;
9160 inoremap <buffer> <silent> &sz &szlig;
9161 inoremap <buffer> <silent> &o/ &oslash;
9162 inoremap <buffer> <silent> &/ &divide;
9163 inoremap <buffer> <silent> &" &uml;
9164 inoremap <buffer> <silent> &2> &raquo;
9165 inoremap <buffer> <silent> &2< &laquo;
9166 inoremap <buffer> <silent> &y" &yuml;
9167 inoremap <buffer> <silent> &y' &yacute;
9168 inoremap <buffer> <silent> &u" &uuml;
9169 inoremap <buffer> <silent> &u^ &ucirc;
9170 inoremap <buffer> <silent> &u' &uacute;
9171 inoremap <buffer> <silent> &u` &ugrave;
9172 inoremap <buffer> <silent> &x &times;
9173 inoremap <buffer> <silent> &o" &ouml;
9174 inoremap <buffer> <silent> &o~ &otilde;
9175 inoremap <buffer> <silent> &o^ &ocirc;
9176 inoremap <buffer> <silent> &o' &oacute;
9177 inoremap <buffer> <silent> &o` &ograve;
9178 inoremap <buffer> <silent> &n~ &ntilde;
9179 inoremap <buffer> <silent> &i" &iuml;
9180 inoremap <buffer> <silent> &i^ &icirc;
9181 inoremap <buffer> <silent> &i' &iacute;
9182 inoremap <buffer> <silent> &i` &igrave;
9183 inoremap <buffer> <silent> &e" &euml;
9184 inoremap <buffer> <silent> &e^ &ecirc;
9185 inoremap <buffer> <silent> &e' &eacute;
9186 inoremap <buffer> <silent> &e` &egrave;
9187 inoremap <buffer> <silent> &c, &ccedil;
9188 inoremap <buffer> <silent> &ae &aelig;
9189 inoremap <buffer> <silent> &ao &aring;
9190 inoremap <buffer> <silent> &a" &auml;
9191 inoremap <buffer> <silent> &a~ &atilde;
9192 inoremap <buffer> <silent> &a^ &acirc;
9193 inoremap <buffer> <silent> &a' &aacute;
9194 inoremap <buffer> <silent> &a` &agrave;
9195 inoremap <buffer> <silent> &Y' &Yacute;
9196 inoremap <buffer> <silent> &U" &Uuml;
9197 inoremap <buffer> <silent> &U^ &Ucirc;
9198 inoremap <buffer> <silent> &U' &Uacute;
9199 inoremap <buffer> <silent> &U` &Ugrave;
9200 inoremap <buffer> <silent> &O/ &Oslash;
9201 inoremap <buffer> <silent> &O" &Ouml;
9202 inoremap <buffer> <silent> &O~ &Otilde;
9203 inoremap <buffer> <silent> &O^ &Ocirc;
9204 inoremap <buffer> <silent> &O' &Oacute;
9205 inoremap <buffer> <silent> &O` &Ograve;
9206 inoremap <buffer> <silent> &N~ &Ntilde;
9207 inoremap <buffer> <silent> &I" &Iuml;
9208 inoremap <buffer> <silent> &I^ &Icirc;
9209 inoremap <buffer> <silent> &I' &Iacute;
9210 inoremap <buffer> <silent> &I` &Igrave;
9211 inoremap <buffer> <silent> &E" &Euml;
9212 inoremap <buffer> <silent> &E^ &Ecirc;
9213 inoremap <buffer> <silent> &E' &Eacute;
9214 inoremap <buffer> <silent> &E` &Egrave;
9215 inoremap <buffer> <silent> &C, &Ccedil;
9216 inoremap <buffer> <silent> &AE &AElig;
9217 inoremap <buffer> <silent> &Ao &Aring;
9218 inoremap <buffer> <silent> &A" &Auml;
9219 inoremap <buffer> <silent> &A~ &Atilde;
9220 inoremap <buffer> <silent> &A^ &Acirc;
9221 inoremap <buffer> <silent> &A' &Aacute;
9222 inoremap <buffer> <silent> &A` &Agrave;
9223 inoremap <buffer> <silent> &c| &cent;
9224 inoremap <buffer> <silent> &Y= &yen;
9225 inoremap <buffer> <silent> &# &pound;
9226 inoremap <buffer> <silent> & &nbsp;
9227 inoremap <buffer> <silent> &> &gt;
9228 inoremap <buffer> <silent> &< &lt;
9229 inoremap <buffer> <silent> &' &quot;
9230 inoremap <buffer> <silent> &tm &trade;
9231 inoremap <buffer> <silent> &rO &reg;
9232 inoremap <buffer> <silent> &cO &copy;
9233 inoremap <buffer> <silent> && &amp;
9234 inoremap <buffer> <silent> ; &nbsp;
9235 inoremap <buffer> <silent> ;la <label for=""></label>F"
9236 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
9237 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
9238 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
9239 </textarea>k$5F"i
9240 inoremap <buffer> <silent> ;og <optgroup label="">
9241 </optgroup>k$F"i
9242 inoremap <buffer> <silent> ;op <option></option>F<
9243 inoremap <buffer> <silent> ;ms <select name="" multiple>
9244 </select>O
9245 inoremap <buffer> <silent> ;se <select name="">
9246 </select>O
9247 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
9248 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
9249 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
9250 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
9251 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
9252 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
9253 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
9254 inoremap <buffer> <silent> ;fm <form action="">
9255 </form>k$F"i
9256 inoremap <buffer> <silent> ;if <iframe src="">
9257 </iframe>k$F"i
9258 inoremap <buffer> <silent> ;nf <noframes>
9259 </noframes>O
9260 inoremap <buffer> <silent> ;fr <frame src="">F"
9261 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
9262 </frameset>k$3F"i
9263 inoremap <buffer> <silent> ;th <th></th>F<
9264 inoremap <buffer> <silent> ;td <td>
9265 </td>O
9266 inoremap <buffer> <silent> ;tr <tr>
9267 </tr>O
9268 inoremap <buffer> <silent> ;tf <tfoot>
9269 </tfoot>O
9270 inoremap <buffer> <silent> ;tb <tbody>
9271 </tbody>O
9272 inoremap <buffer> <silent> ;tH <thead>
9273 </thead>O
9274 inoremap <buffer> <silent> ;ta <table>
9275 </table>O
9276 inoremap <buffer> <silent> ;ca <caption></caption>F<
9277 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
9278 </object>k$5F"i
9279 inoremap <buffer> <silent> ;ns <noscript>
9280 </noscripT>O
9281 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
9282 <noembed></noembed>k$5F"i
9283 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
9284 inoremap <buffer> <silent> ;va <var></var>F<
9285 inoremap <buffer> <silent> ;ul <ul>
9286 </ul>O
9287 inoremap <buffer> <silent> ;tt <tt></tt>F<
9288 inoremap <buffer> <silent> ;ti <title></title>F<
9289 inoremap <buffer> <silent> ;sp <sup></sup>F<
9290 inoremap <buffer> <silent> ;sb <sub></sub>F<
9291 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
9292 inoremap <buffer> <silent> ;cs <style type="text/css">
9293 <!--
9294 -->
9295 </style>kO
9296 inoremap <buffer> <silent> ;sm <small></small>F<
9297 inoremap <buffer> <silent> ;sa <samp></samp>F<
9298 inoremap <buffer> <silent> ;sk <strike></strike>F<
9299 inoremap <buffer> <silent> ;qu <q></q>F<
9300 inoremap <buffer> <silent> ;pr <pre>
9301 </pre>O
9302 inoremap <buffer> <silent> ;/p </p>
9303 
9304 <p>
9305 inoremap <buffer> <silent> ;pp <p>
9306 </p>O
9307 inoremap <buffer> <silent> ;ol <ol>
9308 </ol>O
9309 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
9310 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
9311 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
9312 inoremap <buffer> <silent> ;lk <link href="">F"
9313 inoremap <buffer> <silent> ;li <li></li>F<
9314 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
9315 inoremap <buffer> <silent> ;ii <isindex>
9316 inoremap <buffer> <silent> ;in <ins></ins>F<
9317 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
9318 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
9319 inoremap <buffer> <silent> ;ht <html>
9320 </html>O
9321 inoremap <buffer> <silent> ;Hr <hr width="75%">
9322 inoremap <buffer> <silent> ;hr <hr>
9323 inoremap <buffer> <silent> ;he <head>
9324 </head>O
9325 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
9326 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
9327 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
9328 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
9329 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
9330 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
9331 inoremap <buffer> <silent> ;h6 <h6></h6>F<
9332 inoremap <buffer> <silent> ;h5 <h5></h5>F<
9333 inoremap <buffer> <silent> ;h4 <h4></h4>F<
9334 inoremap <buffer> <silent> ;h3 <h3></h3>F<
9335 inoremap <buffer> <silent> ;h2 <h2></h2>F<
9336 inoremap <buffer> <silent> ;h1 <h1></h1>F<
9337 inoremap <buffer> <silent> ;fc <font color=""></font>F"
9338 inoremap <buffer> <silent> ;fo <font size=""></font>F"
9339 inoremap <buffer> <silent> ;sn <span></span>F<
9340 inoremap <buffer> <silent> ;dv <div>
9341 </div>O
9342 inoremap <buffer> <silent> ;df <dfn></dfn>F<
9343 inoremap <buffer> <silent> ;de <del></del>F<
9344 inoremap <buffer> <silent> ;dd <dd></dd>F<
9345 inoremap <buffer> <silent> ;dt <dt></dt>F<
9346 inoremap <buffer> <silent> ;dl <dl>
9347 </dl>O
9348 inoremap <buffer> <silent> ;co <code></code>F<
9349 inoremap <buffer> <silent> ;ci <cite></cite>F<
9350 inoremap <buffer> <silent> ;ce <center></center>F<
9351 inoremap <buffer> <silent> ;br <br>
9352 inoremap <buffer> <silent> ;bd <body>
9353 </body>O
9354 inoremap <buffer> <silent> ;bl <blockquote>
9355 </blockquote>O
9356 inoremap <buffer> <silent> ;bi <big></big>F<
9357 inoremap <buffer> <silent> ;bh <base href="">F"
9358 inoremap <buffer> <silent> ;ad <address></address>F<
9359 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
9360 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
9361 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
9362 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
9363 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
9364 inoremap <buffer> <silent> ;an <a name=""></a>F"
9365 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
9366 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
9367 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
9368 inoremap <buffer> <silent> ;ah <a href=""></a>F"
9369 imap <buffer> <silent> ;s4 ;s4
9370 imap <buffer> <silent> ;4 ;4
9371 inoremap <buffer> <silent> ;mi :call MangleImageTag()
9372 inoremap <buffer> <silent> ; 
9373 inoremap <buffer> <silent> ;& &
9374 inoremap <buffer> <silent> ;; ;
9375 setlocal keymap=
9376 setlocal noarabic
9377 setlocal autoindent
9378 setlocal balloonexpr=
9379 setlocal nobinary
9380 setlocal bufhidden=
9381 setlocal buflisted
9382 setlocal buftype=
9383 setlocal nocindent
9384 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
9385 setlocal cinoptions=
9386 setlocal cinwords=if,else,while,do,for,switch
9387 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
9388 setlocal commentstring=<!--%s-->
9389 setlocal complete=.,w,b,u,t,i
9390 setlocal completefunc=
9391 setlocal nocopyindent
9392 setlocal nocursorcolumn
9393 setlocal nocursorline
9394 setlocal define=
9395 setlocal dictionary=
9396 setlocal nodiff
9397 setlocal equalprg=
9398 setlocal errorformat=
9399 setlocal noexpandtab
9400 if &filetype != 'html'
9401 setlocal filetype=html
9402 endif
9403 setlocal foldcolumn=0
9404 setlocal foldenable
9405 setlocal foldexpr=0
9406 setlocal foldignore=#
9407 setlocal foldlevel=0
9408 setlocal foldmarker={{{,}}}
9409 setlocal foldmethod=manual
9410 setlocal foldminlines=1
9411 setlocal foldnestmax=20
9412 setlocal foldtext=foldtext()
9413 setlocal formatexpr=
9414 setlocal formatoptions=tcq
9415 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
9416 setlocal grepprg=
9417 setlocal iminsert=2
9418 setlocal imsearch=2
9419 setlocal include=
9420 setlocal includeexpr=
9421 setlocal indentexpr=
9422 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
9423 setlocal noinfercase
9424 setlocal iskeyword=@,48-57,_,192-255
9425 setlocal keywordprg=
9426 setlocal nolinebreak
9427 setlocal nolisp
9428 setlocal nolist
9429 setlocal makeprg=
9430 setlocal matchpairs=(:),{:},[:],<:>
9431 setlocal nomodeline
9432 setlocal modifiable
9433 setlocal nrformats=octal,hex
9434 setlocal nonumber
9435 setlocal numberwidth=4
9436 setlocal omnifunc=htmlcomplete#CompleteTags
9437 setlocal path=
9438 setlocal nopreserveindent
9439 setlocal nopreviewwindow
9440 setlocal quoteescape=\\
9441 setlocal noreadonly
9442 setlocal norightleft
9443 setlocal rightleftcmd=search
9444 setlocal noscrollbind
9445 setlocal shiftwidth=8
9446 setlocal noshortname
9447 setlocal nosmartindent
9448 setlocal softtabstop=0
9449 setlocal nospell
9450 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
9451 setlocal spellfile=
9452 setlocal spelllang=en
9453 setlocal statusline=
9454 setlocal suffixesadd=
9455 setlocal swapfile
9456 setlocal synmaxcol=3000
9457 if &syntax != 'html'
9458 setlocal syntax=html
9459 endif
9460 setlocal tabstop=2
9461 setlocal tags=
9462 setlocal textwidth=0
9463 setlocal thesaurus=
9464 setlocal nowinfixheight
9465 setlocal nowinfixwidth
9466 setlocal wrap
9467 setlocal wrapmargin=0
9468 silent! normal! zE
9469 let s:l = 1 - ((0 * winheight(0) + 19) / 39)
9470 if s:l < 1 | let s:l = 1 | endif
9471 exe s:l
9472 normal! zt
9473 1
9474 normal! 0
9475 tabedit usb.html
9476 set splitbelow splitright
9477 set nosplitbelow
9478 set nosplitright
9479 wincmd t
9480 set winheight=1 winwidth=1
9481 argglobal
9482 23argu
9483 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9484 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9485 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
9486 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
9487 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
9488 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
9489 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
9490 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
9491 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
9492 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
9493 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
9494 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
9495 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
9496 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
9497 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
9498 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
9499 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
9500 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
9501 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">')
9502 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">')
9503 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
9504 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
9505 nnoremap <buffer> <silent> ; 
9506 nnoremap <buffer> <silent> ;; ;
9507 vnoremap <buffer> <silent> ;; ;
9508 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
9509 inoremap <buffer> <silent> &hA &hArr;
9510 inoremap <buffer> <silent> &dA &dArr;
9511 inoremap <buffer> <silent> &rA &rArr;
9512 inoremap <buffer> <silent> &uA &uArr;
9513 inoremap <buffer> <silent> &lA &lArr;
9514 inoremap <buffer> <silent> &ha &harr;
9515 inoremap <buffer> <silent> &da &darr;
9516 inoremap <buffer> <silent> &ra &rarr;
9517 inoremap <buffer> <silent> &ua &uarr;
9518 inoremap <buffer> <silent> &la &larr;
9519 inoremap <buffer> <silent> &pv &piv;
9520 inoremap <buffer> <silent> &uh &upsih;
9521 inoremap <buffer> <silent> &ts &thetasym;
9522 inoremap <buffer> <silent> &og &omega;
9523 inoremap <buffer> <silent> &ps &psi;
9524 inoremap <buffer> <silent> &ch &chi;
9525 inoremap <buffer> <silent> &ph &phi;
9526 inoremap <buffer> <silent> &up &upsilon;
9527 inoremap <buffer> <silent> &ta &tau;
9528 inoremap <buffer> <silent> &sf &sigmaf;
9529 inoremap <buffer> <silent> &si &sigma;
9530 inoremap <buffer> <silent> &rh &rho;
9531 inoremap <buffer> <silent> &pi &pi;
9532 inoremap <buffer> <silent> &oc &omicron;
9533 inoremap <buffer> <silent> &xi &xi;
9534 inoremap <buffer> <silent> &nu &nu;
9535 inoremap <buffer> <silent> &mu &mu;
9536 inoremap <buffer> <silent> &lm &lambda;
9537 inoremap <buffer> <silent> &ka &kappa;
9538 inoremap <buffer> <silent> &io &iota;
9539 inoremap <buffer> <silent> &th &theta;
9540 inoremap <buffer> <silent> &et &eta;
9541 inoremap <buffer> <silent> &ze &zeta;
9542 inoremap <buffer> <silent> &ep &epsilon;
9543 inoremap <buffer> <silent> &de &delta;
9544 inoremap <buffer> <silent> &ga &gamma;
9545 inoremap <buffer> <silent> &be &beta;
9546 inoremap <buffer> <silent> &al &alpha;
9547 inoremap <buffer> <silent> &Ps &Psi;
9548 inoremap <buffer> <silent> &Ch &Chi;
9549 inoremap <buffer> <silent> &Ph &Phi;
9550 inoremap <buffer> <silent> &Up &Upsilon;
9551 inoremap <buffer> <silent> &Ta &Tau;
9552 inoremap <buffer> <silent> &Si &Sigma;
9553 inoremap <buffer> <silent> &Rh &Rho;
9554 inoremap <buffer> <silent> &Pi &Pi;
9555 inoremap <buffer> <silent> &Oc &Omicron;
9556 inoremap <buffer> <silent> &Xi &Xi;
9557 inoremap <buffer> <silent> &Nu &Nu;
9558 inoremap <buffer> <silent> &Mu &Mu;
9559 inoremap <buffer> <silent> &Lm &Lambda;
9560 inoremap <buffer> <silent> &Ka &Kappa;
9561 inoremap <buffer> <silent> &Io &Iota;
9562 inoremap <buffer> <silent> &Th &Theta;
9563 inoremap <buffer> <silent> &Et &Eta;
9564 inoremap <buffer> <silent> &Ze &Zeta;
9565 inoremap <buffer> <silent> &Ep &Epsilon;
9566 inoremap <buffer> <silent> &De &Delta;
9567 inoremap <buffer> <silent> &Ga &Gamma;
9568 inoremap <buffer> <silent> &Be &Beta;
9569 inoremap <buffer> <silent> &Al &Alpha;
9570 inoremap <buffer> <silent> &3. &hellip;
9571 inoremap <buffer> <silent> &-- &mdash;
9572 inoremap <buffer> <silent> &3- &mdash;
9573 inoremap <buffer> <silent> &m- &mdash;
9574 inoremap <buffer> <silent> &2- &ndash;
9575 inoremap <buffer> <silent> &n- &ndash;
9576 inoremap <buffer> <silent> &34 &frac34;
9577 inoremap <buffer> <silent> &12 &frac12;
9578 inoremap <buffer> <silent> &14 &frac14;
9579 inoremap <buffer> <silent> &. &middot;
9580 inoremap <buffer> <silent> &pa &para;
9581 inoremap <buffer> <silent> &mi &micro;
9582 inoremap <buffer> <silent> &dg &deg;
9583 inoremap <buffer> <silent> &? &iquest;
9584 inoremap <buffer> <silent> &! &iexcl;
9585 inoremap <buffer> <silent> &sz &szlig;
9586 inoremap <buffer> <silent> &o/ &oslash;
9587 inoremap <buffer> <silent> &/ &divide;
9588 inoremap <buffer> <silent> &" &uml;
9589 inoremap <buffer> <silent> &2> &raquo;
9590 inoremap <buffer> <silent> &2< &laquo;
9591 inoremap <buffer> <silent> &y" &yuml;
9592 inoremap <buffer> <silent> &y' &yacute;
9593 inoremap <buffer> <silent> &u" &uuml;
9594 inoremap <buffer> <silent> &u^ &ucirc;
9595 inoremap <buffer> <silent> &u' &uacute;
9596 inoremap <buffer> <silent> &u` &ugrave;
9597 inoremap <buffer> <silent> &x &times;
9598 inoremap <buffer> <silent> &o" &ouml;
9599 inoremap <buffer> <silent> &o~ &otilde;
9600 inoremap <buffer> <silent> &o^ &ocirc;
9601 inoremap <buffer> <silent> &o' &oacute;
9602 inoremap <buffer> <silent> &o` &ograve;
9603 inoremap <buffer> <silent> &n~ &ntilde;
9604 inoremap <buffer> <silent> &i" &iuml;
9605 inoremap <buffer> <silent> &i^ &icirc;
9606 inoremap <buffer> <silent> &i' &iacute;
9607 inoremap <buffer> <silent> &i` &igrave;
9608 inoremap <buffer> <silent> &e" &euml;
9609 inoremap <buffer> <silent> &e^ &ecirc;
9610 inoremap <buffer> <silent> &e' &eacute;
9611 inoremap <buffer> <silent> &e` &egrave;
9612 inoremap <buffer> <silent> &c, &ccedil;
9613 inoremap <buffer> <silent> &ae &aelig;
9614 inoremap <buffer> <silent> &ao &aring;
9615 inoremap <buffer> <silent> &a" &auml;
9616 inoremap <buffer> <silent> &a~ &atilde;
9617 inoremap <buffer> <silent> &a^ &acirc;
9618 inoremap <buffer> <silent> &a' &aacute;
9619 inoremap <buffer> <silent> &a` &agrave;
9620 inoremap <buffer> <silent> &Y' &Yacute;
9621 inoremap <buffer> <silent> &U" &Uuml;
9622 inoremap <buffer> <silent> &U^ &Ucirc;
9623 inoremap <buffer> <silent> &U' &Uacute;
9624 inoremap <buffer> <silent> &U` &Ugrave;
9625 inoremap <buffer> <silent> &O/ &Oslash;
9626 inoremap <buffer> <silent> &O" &Ouml;
9627 inoremap <buffer> <silent> &O~ &Otilde;
9628 inoremap <buffer> <silent> &O^ &Ocirc;
9629 inoremap <buffer> <silent> &O' &Oacute;
9630 inoremap <buffer> <silent> &O` &Ograve;
9631 inoremap <buffer> <silent> &N~ &Ntilde;
9632 inoremap <buffer> <silent> &I" &Iuml;
9633 inoremap <buffer> <silent> &I^ &Icirc;
9634 inoremap <buffer> <silent> &I' &Iacute;
9635 inoremap <buffer> <silent> &I` &Igrave;
9636 inoremap <buffer> <silent> &E" &Euml;
9637 inoremap <buffer> <silent> &E^ &Ecirc;
9638 inoremap <buffer> <silent> &E' &Eacute;
9639 inoremap <buffer> <silent> &E` &Egrave;
9640 inoremap <buffer> <silent> &C, &Ccedil;
9641 inoremap <buffer> <silent> &AE &AElig;
9642 inoremap <buffer> <silent> &Ao &Aring;
9643 inoremap <buffer> <silent> &A" &Auml;
9644 inoremap <buffer> <silent> &A~ &Atilde;
9645 inoremap <buffer> <silent> &A^ &Acirc;
9646 inoremap <buffer> <silent> &A' &Aacute;
9647 inoremap <buffer> <silent> &A` &Agrave;
9648 inoremap <buffer> <silent> &c| &cent;
9649 inoremap <buffer> <silent> &Y= &yen;
9650 inoremap <buffer> <silent> &# &pound;
9651 inoremap <buffer> <silent> & &nbsp;
9652 inoremap <buffer> <silent> &> &gt;
9653 inoremap <buffer> <silent> &< &lt;
9654 inoremap <buffer> <silent> &' &quot;
9655 inoremap <buffer> <silent> &tm &trade;
9656 inoremap <buffer> <silent> &rO &reg;
9657 inoremap <buffer> <silent> &cO &copy;
9658 inoremap <buffer> <silent> && &amp;
9659 inoremap <buffer> <silent> ; &nbsp;
9660 inoremap <buffer> <silent> ;la <label for=""></label>F"
9661 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
9662 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
9663 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
9664 </textarea>k$5F"i
9665 inoremap <buffer> <silent> ;og <optgroup label="">
9666 </optgroup>k$F"i
9667 inoremap <buffer> <silent> ;op <option></option>F<
9668 inoremap <buffer> <silent> ;ms <select name="" multiple>
9669 </select>O
9670 inoremap <buffer> <silent> ;se <select name="">
9671 </select>O
9672 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
9673 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
9674 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
9675 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
9676 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
9677 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
9678 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
9679 inoremap <buffer> <silent> ;fm <form action="">
9680 </form>k$F"i
9681 inoremap <buffer> <silent> ;if <iframe src="">
9682 </iframe>k$F"i
9683 inoremap <buffer> <silent> ;nf <noframes>
9684 </noframes>O
9685 inoremap <buffer> <silent> ;fr <frame src="">F"
9686 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
9687 </frameset>k$3F"i
9688 inoremap <buffer> <silent> ;th <th></th>F<
9689 inoremap <buffer> <silent> ;td <td>
9690 </td>O
9691 inoremap <buffer> <silent> ;tr <tr>
9692 </tr>O
9693 inoremap <buffer> <silent> ;tf <tfoot>
9694 </tfoot>O
9695 inoremap <buffer> <silent> ;tb <tbody>
9696 </tbody>O
9697 inoremap <buffer> <silent> ;tH <thead>
9698 </thead>O
9699 inoremap <buffer> <silent> ;ta <table>
9700 </table>O
9701 inoremap <buffer> <silent> ;ca <caption></caption>F<
9702 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
9703 </object>k$5F"i
9704 inoremap <buffer> <silent> ;ns <noscript>
9705 </noscripT>O
9706 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
9707 <noembed></noembed>k$5F"i
9708 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
9709 inoremap <buffer> <silent> ;va <var></var>F<
9710 inoremap <buffer> <silent> ;ul <ul>
9711 </ul>O
9712 inoremap <buffer> <silent> ;tt <tt></tt>F<
9713 inoremap <buffer> <silent> ;ti <title></title>F<
9714 inoremap <buffer> <silent> ;sp <sup></sup>F<
9715 inoremap <buffer> <silent> ;sb <sub></sub>F<
9716 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
9717 inoremap <buffer> <silent> ;cs <style type="text/css">
9718 <!--
9719 -->
9720 </style>kO
9721 inoremap <buffer> <silent> ;sm <small></small>F<
9722 inoremap <buffer> <silent> ;sa <samp></samp>F<
9723 inoremap <buffer> <silent> ;sk <strike></strike>F<
9724 inoremap <buffer> <silent> ;qu <q></q>F<
9725 inoremap <buffer> <silent> ;pr <pre>
9726 </pre>O
9727 inoremap <buffer> <silent> ;/p </p>
9728 
9729 <p>
9730 inoremap <buffer> <silent> ;pp <p>
9731 </p>O
9732 inoremap <buffer> <silent> ;ol <ol>
9733 </ol>O
9734 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
9735 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
9736 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
9737 inoremap <buffer> <silent> ;lk <link href="">F"
9738 inoremap <buffer> <silent> ;li <li></li>F<
9739 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
9740 inoremap <buffer> <silent> ;ii <isindex>
9741 inoremap <buffer> <silent> ;in <ins></ins>F<
9742 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
9743 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
9744 inoremap <buffer> <silent> ;ht <html>
9745 </html>O
9746 inoremap <buffer> <silent> ;Hr <hr width="75%">
9747 inoremap <buffer> <silent> ;hr <hr>
9748 inoremap <buffer> <silent> ;he <head>
9749 </head>O
9750 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
9751 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
9752 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
9753 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
9754 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
9755 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
9756 inoremap <buffer> <silent> ;h6 <h6></h6>F<
9757 inoremap <buffer> <silent> ;h5 <h5></h5>F<
9758 inoremap <buffer> <silent> ;h4 <h4></h4>F<
9759 inoremap <buffer> <silent> ;h3 <h3></h3>F<
9760 inoremap <buffer> <silent> ;h2 <h2></h2>F<
9761 inoremap <buffer> <silent> ;h1 <h1></h1>F<
9762 inoremap <buffer> <silent> ;fc <font color=""></font>F"
9763 inoremap <buffer> <silent> ;fo <font size=""></font>F"
9764 inoremap <buffer> <silent> ;sn <span></span>F<
9765 inoremap <buffer> <silent> ;dv <div>
9766 </div>O
9767 inoremap <buffer> <silent> ;df <dfn></dfn>F<
9768 inoremap <buffer> <silent> ;de <del></del>F<
9769 inoremap <buffer> <silent> ;dd <dd></dd>F<
9770 inoremap <buffer> <silent> ;dt <dt></dt>F<
9771 inoremap <buffer> <silent> ;dl <dl>
9772 </dl>O
9773 inoremap <buffer> <silent> ;co <code></code>F<
9774 inoremap <buffer> <silent> ;ci <cite></cite>F<
9775 inoremap <buffer> <silent> ;ce <center></center>F<
9776 inoremap <buffer> <silent> ;br <br>
9777 inoremap <buffer> <silent> ;bd <body>
9778 </body>O
9779 inoremap <buffer> <silent> ;bl <blockquote>
9780 </blockquote>O
9781 inoremap <buffer> <silent> ;bi <big></big>F<
9782 inoremap <buffer> <silent> ;bh <base href="">F"
9783 inoremap <buffer> <silent> ;ad <address></address>F<
9784 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
9785 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
9786 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
9787 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
9788 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
9789 inoremap <buffer> <silent> ;an <a name=""></a>F"
9790 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
9791 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
9792 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
9793 inoremap <buffer> <silent> ;ah <a href=""></a>F"
9794 imap <buffer> <silent> ;s4 ;s4
9795 imap <buffer> <silent> ;4 ;4
9796 inoremap <buffer> <silent> ;mi :call MangleImageTag()
9797 inoremap <buffer> <silent> ; 
9798 inoremap <buffer> <silent> ;& &
9799 inoremap <buffer> <silent> ;; ;
9800 setlocal keymap=
9801 setlocal noarabic
9802 setlocal autoindent
9803 setlocal balloonexpr=
9804 setlocal nobinary
9805 setlocal bufhidden=
9806 setlocal buflisted
9807 setlocal buftype=
9808 setlocal nocindent
9809 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
9810 setlocal cinoptions=
9811 setlocal cinwords=if,else,while,do,for,switch
9812 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
9813 setlocal commentstring=<!--%s-->
9814 setlocal complete=.,w,b,u,t,i
9815 setlocal completefunc=
9816 setlocal nocopyindent
9817 setlocal nocursorcolumn
9818 setlocal nocursorline
9819 setlocal define=
9820 setlocal dictionary=
9821 setlocal nodiff
9822 setlocal equalprg=
9823 setlocal errorformat=
9824 setlocal noexpandtab
9825 if &filetype != 'html'
9826 setlocal filetype=html
9827 endif
9828 setlocal foldcolumn=0
9829 setlocal foldenable
9830 setlocal foldexpr=0
9831 setlocal foldignore=#
9832 setlocal foldlevel=0
9833 setlocal foldmarker={{{,}}}
9834 setlocal foldmethod=manual
9835 setlocal foldminlines=1
9836 setlocal foldnestmax=20
9837 setlocal foldtext=foldtext()
9838 setlocal formatexpr=
9839 setlocal formatoptions=tcq
9840 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
9841 setlocal grepprg=
9842 setlocal iminsert=2
9843 setlocal imsearch=2
9844 setlocal include=
9845 setlocal includeexpr=
9846 setlocal indentexpr=
9847 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
9848 setlocal noinfercase
9849 setlocal iskeyword=@,48-57,_,192-255
9850 setlocal keywordprg=
9851 setlocal nolinebreak
9852 setlocal nolisp
9853 setlocal nolist
9854 setlocal makeprg=
9855 setlocal matchpairs=(:),{:},[:],<:>
9856 setlocal nomodeline
9857 setlocal modifiable
9858 setlocal nrformats=octal,hex
9859 setlocal nonumber
9860 setlocal numberwidth=4
9861 setlocal omnifunc=htmlcomplete#CompleteTags
9862 setlocal path=
9863 setlocal nopreserveindent
9864 setlocal nopreviewwindow
9865 setlocal quoteescape=\\
9866 setlocal noreadonly
9867 setlocal norightleft
9868 setlocal rightleftcmd=search
9869 setlocal noscrollbind
9870 setlocal shiftwidth=8
9871 setlocal noshortname
9872 setlocal nosmartindent
9873 setlocal softtabstop=0
9874 setlocal nospell
9875 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
9876 setlocal spellfile=
9877 setlocal spelllang=en
9878 setlocal statusline=
9879 setlocal suffixesadd=
9880 setlocal swapfile
9881 setlocal synmaxcol=3000
9882 if &syntax != 'html'
9883 setlocal syntax=html
9884 endif
9885 setlocal tabstop=2
9886 setlocal tags=
9887 setlocal textwidth=0
9888 setlocal thesaurus=
9889 setlocal nowinfixheight
9890 setlocal nowinfixwidth
9891 setlocal wrap
9892 setlocal wrapmargin=0
9893 silent! normal! zE
9894 let s:l = 1 - ((0 * winheight(0) + 19) / 39)
9895 if s:l < 1 | let s:l = 1 | endif
9896 exe s:l
9897 normal! zt
9898 1
9899 normal! 0
9900 tabedit news.php
9901 set splitbelow splitright
9902 set nosplitbelow
9903 set nosplitright
9904 wincmd t
9905 set winheight=1 winwidth=1
9906 argglobal
9907 24argu
9908 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9909 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9910 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
9911 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
9912 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
9913 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
9914 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
9915 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
9916 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
9917 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
9918 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
9919 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
9920 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
9921 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
9922 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
9923 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
9924 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
9925 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
9926 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">')
9927 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">')
9928 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
9929 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
9930 nnoremap <buffer> <silent> ; 
9931 nnoremap <buffer> <silent> ;; ;
9932 vnoremap <buffer> <silent> ;; ;
9933 onoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
9934 :nohls
9935 nnoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
9936 :nohls
9937 onoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
9938 :nohls
9939 nnoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
9940 :nohls
9941 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
9942 inoremap <buffer> <silent> &hA &hArr;
9943 inoremap <buffer> <silent> &dA &dArr;
9944 inoremap <buffer> <silent> &rA &rArr;
9945 inoremap <buffer> <silent> &uA &uArr;
9946 inoremap <buffer> <silent> &lA &lArr;
9947 inoremap <buffer> <silent> &ha &harr;
9948 inoremap <buffer> <silent> &da &darr;
9949 inoremap <buffer> <silent> &ra &rarr;
9950 inoremap <buffer> <silent> &ua &uarr;
9951 inoremap <buffer> <silent> &la &larr;
9952 inoremap <buffer> <silent> &pv &piv;
9953 inoremap <buffer> <silent> &uh &upsih;
9954 inoremap <buffer> <silent> &ts &thetasym;
9955 inoremap <buffer> <silent> &og &omega;
9956 inoremap <buffer> <silent> &ps &psi;
9957 inoremap <buffer> <silent> &ch &chi;
9958 inoremap <buffer> <silent> &ph &phi;
9959 inoremap <buffer> <silent> &up &upsilon;
9960 inoremap <buffer> <silent> &ta &tau;
9961 inoremap <buffer> <silent> &sf &sigmaf;
9962 inoremap <buffer> <silent> &si &sigma;
9963 inoremap <buffer> <silent> &rh &rho;
9964 inoremap <buffer> <silent> &pi &pi;
9965 inoremap <buffer> <silent> &oc &omicron;
9966 inoremap <buffer> <silent> &xi &xi;
9967 inoremap <buffer> <silent> &nu &nu;
9968 inoremap <buffer> <silent> &mu &mu;
9969 inoremap <buffer> <silent> &lm &lambda;
9970 inoremap <buffer> <silent> &ka &kappa;
9971 inoremap <buffer> <silent> &io &iota;
9972 inoremap <buffer> <silent> &th &theta;
9973 inoremap <buffer> <silent> &et &eta;
9974 inoremap <buffer> <silent> &ze &zeta;
9975 inoremap <buffer> <silent> &ep &epsilon;
9976 inoremap <buffer> <silent> &de &delta;
9977 inoremap <buffer> <silent> &ga &gamma;
9978 inoremap <buffer> <silent> &be &beta;
9979 inoremap <buffer> <silent> &al &alpha;
9980 inoremap <buffer> <silent> &Ps &Psi;
9981 inoremap <buffer> <silent> &Ch &Chi;
9982 inoremap <buffer> <silent> &Ph &Phi;
9983 inoremap <buffer> <silent> &Up &Upsilon;
9984 inoremap <buffer> <silent> &Ta &Tau;
9985 inoremap <buffer> <silent> &Si &Sigma;
9986 inoremap <buffer> <silent> &Rh &Rho;
9987 inoremap <buffer> <silent> &Pi &Pi;
9988 inoremap <buffer> <silent> &Oc &Omicron;
9989 inoremap <buffer> <silent> &Xi &Xi;
9990 inoremap <buffer> <silent> &Nu &Nu;
9991 inoremap <buffer> <silent> &Mu &Mu;
9992 inoremap <buffer> <silent> &Lm &Lambda;
9993 inoremap <buffer> <silent> &Ka &Kappa;
9994 inoremap <buffer> <silent> &Io &Iota;
9995 inoremap <buffer> <silent> &Th &Theta;
9996 inoremap <buffer> <silent> &Et &Eta;
9997 inoremap <buffer> <silent> &Ze &Zeta;
9998 inoremap <buffer> <silent> &Ep &Epsilon;
9999 inoremap <buffer> <silent> &De &Delta;
10000 inoremap <buffer> <silent> &Ga &Gamma;
10001 inoremap <buffer> <silent> &Be &Beta;
10002 inoremap <buffer> <silent> &Al &Alpha;
10003 inoremap <buffer> <silent> &3. &hellip;
10004 inoremap <buffer> <silent> &-- &mdash;
10005 inoremap <buffer> <silent> &3- &mdash;
10006 inoremap <buffer> <silent> &m- &mdash;
10007 inoremap <buffer> <silent> &2- &ndash;
10008 inoremap <buffer> <silent> &n- &ndash;
10009 inoremap <buffer> <silent> &34 &frac34;
10010 inoremap <buffer> <silent> &12 &frac12;
10011 inoremap <buffer> <silent> &14 &frac14;
10012 inoremap <buffer> <silent> &. &middot;
10013 inoremap <buffer> <silent> &pa &para;
10014 inoremap <buffer> <silent> &mi &micro;
10015 inoremap <buffer> <silent> &dg &deg;
10016 inoremap <buffer> <silent> &? &iquest;
10017 inoremap <buffer> <silent> &! &iexcl;
10018 inoremap <buffer> <silent> &sz &szlig;
10019 inoremap <buffer> <silent> &o/ &oslash;
10020 inoremap <buffer> <silent> &/ &divide;
10021 inoremap <buffer> <silent> &" &uml;
10022 inoremap <buffer> <silent> &2> &raquo;
10023 inoremap <buffer> <silent> &2< &laquo;
10024 inoremap <buffer> <silent> &y" &yuml;
10025 inoremap <buffer> <silent> &y' &yacute;
10026 inoremap <buffer> <silent> &u" &uuml;
10027 inoremap <buffer> <silent> &u^ &ucirc;
10028 inoremap <buffer> <silent> &u' &uacute;
10029 inoremap <buffer> <silent> &u` &ugrave;
10030 inoremap <buffer> <silent> &x &times;
10031 inoremap <buffer> <silent> &o" &ouml;
10032 inoremap <buffer> <silent> &o~ &otilde;
10033 inoremap <buffer> <silent> &o^ &ocirc;
10034 inoremap <buffer> <silent> &o' &oacute;
10035 inoremap <buffer> <silent> &o` &ograve;
10036 inoremap <buffer> <silent> &n~ &ntilde;
10037 inoremap <buffer> <silent> &i" &iuml;
10038 inoremap <buffer> <silent> &i^ &icirc;
10039 inoremap <buffer> <silent> &i' &iacute;
10040 inoremap <buffer> <silent> &i` &igrave;
10041 inoremap <buffer> <silent> &e" &euml;
10042 inoremap <buffer> <silent> &e^ &ecirc;
10043 inoremap <buffer> <silent> &e' &eacute;
10044 inoremap <buffer> <silent> &e` &egrave;
10045 inoremap <buffer> <silent> &c, &ccedil;
10046 inoremap <buffer> <silent> &ae &aelig;
10047 inoremap <buffer> <silent> &ao &aring;
10048 inoremap <buffer> <silent> &a" &auml;
10049 inoremap <buffer> <silent> &a~ &atilde;
10050 inoremap <buffer> <silent> &a^ &acirc;
10051 inoremap <buffer> <silent> &a' &aacute;
10052 inoremap <buffer> <silent> &a` &agrave;
10053 inoremap <buffer> <silent> &Y' &Yacute;
10054 inoremap <buffer> <silent> &U" &Uuml;
10055 inoremap <buffer> <silent> &U^ &Ucirc;
10056 inoremap <buffer> <silent> &U' &Uacute;
10057 inoremap <buffer> <silent> &U` &Ugrave;
10058 inoremap <buffer> <silent> &O/ &Oslash;
10059 inoremap <buffer> <silent> &O" &Ouml;
10060 inoremap <buffer> <silent> &O~ &Otilde;
10061 inoremap <buffer> <silent> &O^ &Ocirc;
10062 inoremap <buffer> <silent> &O' &Oacute;
10063 inoremap <buffer> <silent> &O` &Ograve;
10064 inoremap <buffer> <silent> &N~ &Ntilde;
10065 inoremap <buffer> <silent> &I" &Iuml;
10066 inoremap <buffer> <silent> &I^ &Icirc;
10067 inoremap <buffer> <silent> &I' &Iacute;
10068 inoremap <buffer> <silent> &I` &Igrave;
10069 inoremap <buffer> <silent> &E" &Euml;
10070 inoremap <buffer> <silent> &E^ &Ecirc;
10071 inoremap <buffer> <silent> &E' &Eacute;
10072 inoremap <buffer> <silent> &E` &Egrave;
10073 inoremap <buffer> <silent> &C, &Ccedil;
10074 inoremap <buffer> <silent> &AE &AElig;
10075 inoremap <buffer> <silent> &Ao &Aring;
10076 inoremap <buffer> <silent> &A" &Auml;
10077 inoremap <buffer> <silent> &A~ &Atilde;
10078 inoremap <buffer> <silent> &A^ &Acirc;
10079 inoremap <buffer> <silent> &A' &Aacute;
10080 inoremap <buffer> <silent> &A` &Agrave;
10081 inoremap <buffer> <silent> &c| &cent;
10082 inoremap <buffer> <silent> &Y= &yen;
10083 inoremap <buffer> <silent> &# &pound;
10084 inoremap <buffer> <silent> & &nbsp;
10085 inoremap <buffer> <silent> &> &gt;
10086 inoremap <buffer> <silent> &< &lt;
10087 inoremap <buffer> <silent> &' &quot;
10088 inoremap <buffer> <silent> &tm &trade;
10089 inoremap <buffer> <silent> &rO &reg;
10090 inoremap <buffer> <silent> &cO &copy;
10091 inoremap <buffer> <silent> && &amp;
10092 inoremap <buffer> <silent> ; &nbsp;
10093 inoremap <buffer> <silent> ;la <label for=""></label>F"
10094 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
10095 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
10096 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
10097 </textarea>k$5F"i
10098 inoremap <buffer> <silent> ;og <optgroup label="">
10099 </optgroup>k$F"i
10100 inoremap <buffer> <silent> ;op <option></option>F<
10101 inoremap <buffer> <silent> ;ms <select name="" multiple>
10102 </select>O
10103 inoremap <buffer> <silent> ;se <select name="">
10104 </select>O
10105 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
10106 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
10107 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
10108 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
10109 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
10110 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
10111 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
10112 inoremap <buffer> <silent> ;fm <form action="">
10113 </form>k$F"i
10114 inoremap <buffer> <silent> ;if <iframe src="">
10115 </iframe>k$F"i
10116 inoremap <buffer> <silent> ;nf <noframes>
10117 </noframes>O
10118 inoremap <buffer> <silent> ;fr <frame src="">F"
10119 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
10120 </frameset>k$3F"i
10121 inoremap <buffer> <silent> ;th <th></th>F<
10122 inoremap <buffer> <silent> ;td <td>
10123 </td>O
10124 inoremap <buffer> <silent> ;tr <tr>
10125 </tr>O
10126 inoremap <buffer> <silent> ;tf <tfoot>
10127 </tfoot>O
10128 inoremap <buffer> <silent> ;tb <tbody>
10129 </tbody>O
10130 inoremap <buffer> <silent> ;tH <thead>
10131 </thead>O
10132 inoremap <buffer> <silent> ;ta <table>
10133 </table>O
10134 inoremap <buffer> <silent> ;ca <caption></caption>F<
10135 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
10136 </object>k$5F"i
10137 inoremap <buffer> <silent> ;ns <noscript>
10138 </noscripT>O
10139 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
10140 <noembed></noembed>k$5F"i
10141 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
10142 inoremap <buffer> <silent> ;va <var></var>F<
10143 inoremap <buffer> <silent> ;ul <ul>
10144 </ul>O
10145 inoremap <buffer> <silent> ;tt <tt></tt>F<
10146 inoremap <buffer> <silent> ;ti <title></title>F<
10147 inoremap <buffer> <silent> ;sp <sup></sup>F<
10148 inoremap <buffer> <silent> ;sb <sub></sub>F<
10149 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
10150 inoremap <buffer> <silent> ;cs <style type="text/css">
10151 <!--
10152 -->
10153 </style>kO
10154 inoremap <buffer> <silent> ;sm <small></small>F<
10155 inoremap <buffer> <silent> ;sa <samp></samp>F<
10156 inoremap <buffer> <silent> ;sk <strike></strike>F<
10157 inoremap <buffer> <silent> ;qu <q></q>F<
10158 inoremap <buffer> <silent> ;pr <pre>
10159 </pre>O
10160 inoremap <buffer> <silent> ;/p </p>
10161 
10162 <p>
10163 inoremap <buffer> <silent> ;pp <p>
10164 </p>O
10165 inoremap <buffer> <silent> ;ol <ol>
10166 </ol>O
10167 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
10168 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
10169 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
10170 inoremap <buffer> <silent> ;lk <link href="">F"
10171 inoremap <buffer> <silent> ;li <li></li>F<
10172 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
10173 inoremap <buffer> <silent> ;ii <isindex>
10174 inoremap <buffer> <silent> ;in <ins></ins>F<
10175 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
10176 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
10177 inoremap <buffer> <silent> ;ht <html>
10178 </html>O
10179 inoremap <buffer> <silent> ;Hr <hr width="75%">
10180 inoremap <buffer> <silent> ;hr <hr>
10181 inoremap <buffer> <silent> ;he <head>
10182 </head>O
10183 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
10184 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
10185 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
10186 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
10187 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
10188 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
10189 inoremap <buffer> <silent> ;h6 <h6></h6>F<
10190 inoremap <buffer> <silent> ;h5 <h5></h5>F<
10191 inoremap <buffer> <silent> ;h4 <h4></h4>F<
10192 inoremap <buffer> <silent> ;h3 <h3></h3>F<
10193 inoremap <buffer> <silent> ;h2 <h2></h2>F<
10194 inoremap <buffer> <silent> ;h1 <h1></h1>F<
10195 inoremap <buffer> <silent> ;fc <font color=""></font>F"
10196 inoremap <buffer> <silent> ;fo <font size=""></font>F"
10197 inoremap <buffer> <silent> ;sn <span></span>F<
10198 inoremap <buffer> <silent> ;dv <div>
10199 </div>O
10200 inoremap <buffer> <silent> ;df <dfn></dfn>F<
10201 inoremap <buffer> <silent> ;de <del></del>F<
10202 inoremap <buffer> <silent> ;dd <dd></dd>F<
10203 inoremap <buffer> <silent> ;dt <dt></dt>F<
10204 inoremap <buffer> <silent> ;dl <dl>
10205 </dl>O
10206 inoremap <buffer> <silent> ;co <code></code>F<
10207 inoremap <buffer> <silent> ;ci <cite></cite>F<
10208 inoremap <buffer> <silent> ;ce <center></center>F<
10209 inoremap <buffer> <silent> ;br <br>
10210 inoremap <buffer> <silent> ;bd <body>
10211 </body>O
10212 inoremap <buffer> <silent> ;bl <blockquote>
10213 </blockquote>O
10214 inoremap <buffer> <silent> ;bi <big></big>F<
10215 inoremap <buffer> <silent> ;bh <base href="">F"
10216 inoremap <buffer> <silent> ;ad <address></address>F<
10217 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
10218 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
10219 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
10220 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
10221 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
10222 inoremap <buffer> <silent> ;an <a name=""></a>F"
10223 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
10224 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
10225 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
10226 inoremap <buffer> <silent> ;ah <a href=""></a>F"
10227 imap <buffer> <silent> ;s4 ;s4
10228 imap <buffer> <silent> ;4 ;4
10229 inoremap <buffer> <silent> ;mi :call MangleImageTag()
10230 inoremap <buffer> <silent> ; 
10231 inoremap <buffer> <silent> ;& &
10232 inoremap <buffer> <silent> ;; ;
10233 setlocal keymap=
10234 setlocal noarabic
10235 setlocal autoindent
10236 setlocal balloonexpr=
10237 setlocal nobinary
10238 setlocal bufhidden=
10239 setlocal buflisted
10240 setlocal buftype=
10241 setlocal nocindent
10242 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10243 setlocal cinoptions=
10244 setlocal cinwords=if,else,while,do,for,switch
10245 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
10246 setlocal commentstring=/*%s*/
10247 setlocal complete=.,w,b,u,t,i
10248 setlocal completefunc=
10249 setlocal nocopyindent
10250 setlocal nocursorcolumn
10251 setlocal nocursorline
10252 setlocal define=
10253 setlocal dictionary=
10254 setlocal nodiff
10255 setlocal equalprg=
10256 setlocal errorformat=
10257 setlocal noexpandtab
10258 if &filetype != 'php'
10259 setlocal filetype=php
10260 endif
10261 setlocal foldcolumn=0
10262 setlocal foldenable
10263 setlocal foldexpr=0
10264 setlocal foldignore=#
10265 setlocal foldlevel=0
10266 setlocal foldmarker={{{,}}}
10267 setlocal foldmethod=manual
10268 setlocal foldminlines=1
10269 setlocal foldnestmax=20
10270 setlocal foldtext=foldtext()
10271 setlocal formatexpr=
10272 setlocal formatoptions=tcq
10273 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
10274 setlocal grepprg=
10275 setlocal iminsert=2
10276 setlocal imsearch=2
10277 setlocal include=\\(require\\|include\\)\\(_once\\)\\?
10278 setlocal includeexpr=
10279 setlocal indentexpr=
10280 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
10281 setlocal noinfercase
10282 setlocal iskeyword=@,48-57,_,192-255
10283 setlocal keywordprg=
10284 setlocal nolinebreak
10285 setlocal nolisp
10286 setlocal nolist
10287 setlocal makeprg=
10288 setlocal matchpairs=(:),{:},[:],<:>
10289 setlocal nomodeline
10290 setlocal modifiable
10291 setlocal nrformats=octal,hex
10292 setlocal nonumber
10293 setlocal numberwidth=4
10294 setlocal omnifunc=phpcomplete#CompletePHP
10295 setlocal path=
10296 setlocal nopreserveindent
10297 setlocal nopreviewwindow
10298 setlocal quoteescape=\\
10299 setlocal noreadonly
10300 setlocal norightleft
10301 setlocal rightleftcmd=search
10302 setlocal noscrollbind
10303 setlocal shiftwidth=8
10304 setlocal noshortname
10305 setlocal nosmartindent
10306 setlocal softtabstop=0
10307 setlocal nospell
10308 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
10309 setlocal spellfile=
10310 setlocal spelllang=en
10311 setlocal statusline=
10312 setlocal suffixesadd=
10313 setlocal swapfile
10314 setlocal synmaxcol=3000
10315 if &syntax != 'php'
10316 setlocal syntax=php
10317 endif
10318 setlocal tabstop=2
10319 setlocal tags=
10320 setlocal textwidth=0
10321 setlocal thesaurus=
10322 setlocal nowinfixheight
10323 setlocal nowinfixwidth
10324 setlocal wrap
10325 setlocal wrapmargin=0
10326 silent! normal! zE
10327 let s:l = 1 - ((0 * winheight(0) + 19) / 39)
10328 if s:l < 1 | let s:l = 1 | endif
10329 exe s:l
10330 normal! zt
10331 1
10332 normal! 0
10333 tabedit printable.php
10334 set splitbelow splitright
10335 set nosplitbelow
10336 set nosplitright
10337 wincmd t
10338 set winheight=1 winwidth=1
10339 argglobal
10340 26argu
10341 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
10342 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
10343 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
10344 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
10345 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
10346 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
10347 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
10348 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
10349 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
10350 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
10351 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
10352 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
10353 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
10354 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
10355 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
10356 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
10357 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
10358 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
10359 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">')
10360 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">')
10361 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
10362 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
10363 nnoremap <buffer> <silent> ; 
10364 nnoremap <buffer> <silent> ;; ;
10365 vnoremap <buffer> <silent> ;; ;
10366 onoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
10367 :nohls
10368 nnoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
10369 :nohls
10370 onoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
10371 :nohls
10372 nnoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
10373 :nohls
10374 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
10375 inoremap <buffer> <silent> &hA &hArr;
10376 inoremap <buffer> <silent> &dA &dArr;
10377 inoremap <buffer> <silent> &rA &rArr;
10378 inoremap <buffer> <silent> &uA &uArr;
10379 inoremap <buffer> <silent> &lA &lArr;
10380 inoremap <buffer> <silent> &ha &harr;
10381 inoremap <buffer> <silent> &da &darr;
10382 inoremap <buffer> <silent> &ra &rarr;
10383 inoremap <buffer> <silent> &ua &uarr;
10384 inoremap <buffer> <silent> &la &larr;
10385 inoremap <buffer> <silent> &pv &piv;
10386 inoremap <buffer> <silent> &uh &upsih;
10387 inoremap <buffer> <silent> &ts &thetasym;
10388 inoremap <buffer> <silent> &og &omega;
10389 inoremap <buffer> <silent> &ps &psi;
10390 inoremap <buffer> <silent> &ch &chi;
10391 inoremap <buffer> <silent> &ph &phi;
10392 inoremap <buffer> <silent> &up &upsilon;
10393 inoremap <buffer> <silent> &ta &tau;
10394 inoremap <buffer> <silent> &sf &sigmaf;
10395 inoremap <buffer> <silent> &si &sigma;
10396 inoremap <buffer> <silent> &rh &rho;
10397 inoremap <buffer> <silent> &pi &pi;
10398 inoremap <buffer> <silent> &oc &omicron;
10399 inoremap <buffer> <silent> &xi &xi;
10400 inoremap <buffer> <silent> &nu &nu;
10401 inoremap <buffer> <silent> &mu &mu;
10402 inoremap <buffer> <silent> &lm &lambda;
10403 inoremap <buffer> <silent> &ka &kappa;
10404 inoremap <buffer> <silent> &io &iota;
10405 inoremap <buffer> <silent> &th &theta;
10406 inoremap <buffer> <silent> &et &eta;
10407 inoremap <buffer> <silent> &ze &zeta;
10408 inoremap <buffer> <silent> &ep &epsilon;
10409 inoremap <buffer> <silent> &de &delta;
10410 inoremap <buffer> <silent> &ga &gamma;
10411 inoremap <buffer> <silent> &be &beta;
10412 inoremap <buffer> <silent> &al &alpha;
10413 inoremap <buffer> <silent> &Ps &Psi;
10414 inoremap <buffer> <silent> &Ch &Chi;
10415 inoremap <buffer> <silent> &Ph &Phi;
10416 inoremap <buffer> <silent> &Up &Upsilon;
10417 inoremap <buffer> <silent> &Ta &Tau;
10418 inoremap <buffer> <silent> &Si &Sigma;
10419 inoremap <buffer> <silent> &Rh &Rho;
10420 inoremap <buffer> <silent> &Pi &Pi;
10421 inoremap <buffer> <silent> &Oc &Omicron;
10422 inoremap <buffer> <silent> &Xi &Xi;
10423 inoremap <buffer> <silent> &Nu &Nu;
10424 inoremap <buffer> <silent> &Mu &Mu;
10425 inoremap <buffer> <silent> &Lm &Lambda;
10426 inoremap <buffer> <silent> &Ka &Kappa;
10427 inoremap <buffer> <silent> &Io &Iota;
10428 inoremap <buffer> <silent> &Th &Theta;
10429 inoremap <buffer> <silent> &Et &Eta;
10430 inoremap <buffer> <silent> &Ze &Zeta;
10431 inoremap <buffer> <silent> &Ep &Epsilon;
10432 inoremap <buffer> <silent> &De &Delta;
10433 inoremap <buffer> <silent> &Ga &Gamma;
10434 inoremap <buffer> <silent> &Be &Beta;
10435 inoremap <buffer> <silent> &Al &Alpha;
10436 inoremap <buffer> <silent> &3. &hellip;
10437 inoremap <buffer> <silent> &-- &mdash;
10438 inoremap <buffer> <silent> &3- &mdash;
10439 inoremap <buffer> <silent> &m- &mdash;
10440 inoremap <buffer> <silent> &2- &ndash;
10441 inoremap <buffer> <silent> &n- &ndash;
10442 inoremap <buffer> <silent> &34 &frac34;
10443 inoremap <buffer> <silent> &12 &frac12;
10444 inoremap <buffer> <silent> &14 &frac14;
10445 inoremap <buffer> <silent> &. &middot;
10446 inoremap <buffer> <silent> &pa &para;
10447 inoremap <buffer> <silent> &mi &micro;
10448 inoremap <buffer> <silent> &dg &deg;
10449 inoremap <buffer> <silent> &? &iquest;
10450 inoremap <buffer> <silent> &! &iexcl;
10451 inoremap <buffer> <silent> &sz &szlig;
10452 inoremap <buffer> <silent> &o/ &oslash;
10453 inoremap <buffer> <silent> &/ &divide;
10454 inoremap <buffer> <silent> &" &uml;
10455 inoremap <buffer> <silent> &2> &raquo;
10456 inoremap <buffer> <silent> &2< &laquo;
10457 inoremap <buffer> <silent> &y" &yuml;
10458 inoremap <buffer> <silent> &y' &yacute;
10459 inoremap <buffer> <silent> &u" &uuml;
10460 inoremap <buffer> <silent> &u^ &ucirc;
10461 inoremap <buffer> <silent> &u' &uacute;
10462 inoremap <buffer> <silent> &u` &ugrave;
10463 inoremap <buffer> <silent> &x &times;
10464 inoremap <buffer> <silent> &o" &ouml;
10465 inoremap <buffer> <silent> &o~ &otilde;
10466 inoremap <buffer> <silent> &o^ &ocirc;
10467 inoremap <buffer> <silent> &o' &oacute;
10468 inoremap <buffer> <silent> &o` &ograve;
10469 inoremap <buffer> <silent> &n~ &ntilde;
10470 inoremap <buffer> <silent> &i" &iuml;
10471 inoremap <buffer> <silent> &i^ &icirc;
10472 inoremap <buffer> <silent> &i' &iacute;
10473 inoremap <buffer> <silent> &i` &igrave;
10474 inoremap <buffer> <silent> &e" &euml;
10475 inoremap <buffer> <silent> &e^ &ecirc;
10476 inoremap <buffer> <silent> &e' &eacute;
10477 inoremap <buffer> <silent> &e` &egrave;
10478 inoremap <buffer> <silent> &c, &ccedil;
10479 inoremap <buffer> <silent> &ae &aelig;
10480 inoremap <buffer> <silent> &ao &aring;
10481 inoremap <buffer> <silent> &a" &auml;
10482 inoremap <buffer> <silent> &a~ &atilde;
10483 inoremap <buffer> <silent> &a^ &acirc;
10484 inoremap <buffer> <silent> &a' &aacute;
10485 inoremap <buffer> <silent> &a` &agrave;
10486 inoremap <buffer> <silent> &Y' &Yacute;
10487 inoremap <buffer> <silent> &U" &Uuml;
10488 inoremap <buffer> <silent> &U^ &Ucirc;
10489 inoremap <buffer> <silent> &U' &Uacute;
10490 inoremap <buffer> <silent> &U` &Ugrave;
10491 inoremap <buffer> <silent> &O/ &Oslash;
10492 inoremap <buffer> <silent> &O" &Ouml;
10493 inoremap <buffer> <silent> &O~ &Otilde;
10494 inoremap <buffer> <silent> &O^ &Ocirc;
10495 inoremap <buffer> <silent> &O' &Oacute;
10496 inoremap <buffer> <silent> &O` &Ograve;
10497 inoremap <buffer> <silent> &N~ &Ntilde;
10498 inoremap <buffer> <silent> &I" &Iuml;
10499 inoremap <buffer> <silent> &I^ &Icirc;
10500 inoremap <buffer> <silent> &I' &Iacute;
10501 inoremap <buffer> <silent> &I` &Igrave;
10502 inoremap <buffer> <silent> &E" &Euml;
10503 inoremap <buffer> <silent> &E^ &Ecirc;
10504 inoremap <buffer> <silent> &E' &Eacute;
10505 inoremap <buffer> <silent> &E` &Egrave;
10506 inoremap <buffer> <silent> &C, &Ccedil;
10507 inoremap <buffer> <silent> &AE &AElig;
10508 inoremap <buffer> <silent> &Ao &Aring;
10509 inoremap <buffer> <silent> &A" &Auml;
10510 inoremap <buffer> <silent> &A~ &Atilde;
10511 inoremap <buffer> <silent> &A^ &Acirc;
10512 inoremap <buffer> <silent> &A' &Aacute;
10513 inoremap <buffer> <silent> &A` &Agrave;
10514 inoremap <buffer> <silent> &c| &cent;
10515 inoremap <buffer> <silent> &Y= &yen;
10516 inoremap <buffer> <silent> &# &pound;
10517 inoremap <buffer> <silent> & &nbsp;
10518 inoremap <buffer> <silent> &> &gt;
10519 inoremap <buffer> <silent> &< &lt;
10520 inoremap <buffer> <silent> &' &quot;
10521 inoremap <buffer> <silent> &tm &trade;
10522 inoremap <buffer> <silent> &rO &reg;
10523 inoremap <buffer> <silent> &cO &copy;
10524 inoremap <buffer> <silent> && &amp;
10525 inoremap <buffer> <silent> ; &nbsp;
10526 inoremap <buffer> <silent> ;la <label for=""></label>F"
10527 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
10528 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
10529 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
10530 </textarea>k$5F"i
10531 inoremap <buffer> <silent> ;og <optgroup label="">
10532 </optgroup>k$F"i
10533 inoremap <buffer> <silent> ;op <option></option>F<
10534 inoremap <buffer> <silent> ;ms <select name="" multiple>
10535 </select>O
10536 inoremap <buffer> <silent> ;se <select name="">
10537 </select>O
10538 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
10539 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
10540 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
10541 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
10542 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
10543 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
10544 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
10545 inoremap <buffer> <silent> ;fm <form action="">
10546 </form>k$F"i
10547 inoremap <buffer> <silent> ;if <iframe src="">
10548 </iframe>k$F"i
10549 inoremap <buffer> <silent> ;nf <noframes>
10550 </noframes>O
10551 inoremap <buffer> <silent> ;fr <frame src="">F"
10552 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
10553 </frameset>k$3F"i
10554 inoremap <buffer> <silent> ;th <th></th>F<
10555 inoremap <buffer> <silent> ;td <td>
10556 </td>O
10557 inoremap <buffer> <silent> ;tr <tr>
10558 </tr>O
10559 inoremap <buffer> <silent> ;tf <tfoot>
10560 </tfoot>O
10561 inoremap <buffer> <silent> ;tb <tbody>
10562 </tbody>O
10563 inoremap <buffer> <silent> ;tH <thead>
10564 </thead>O
10565 inoremap <buffer> <silent> ;ta <table>
10566 </table>O
10567 inoremap <buffer> <silent> ;ca <caption></caption>F<
10568 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
10569 </object>k$5F"i
10570 inoremap <buffer> <silent> ;ns <noscript>
10571 </noscripT>O
10572 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
10573 <noembed></noembed>k$5F"i
10574 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
10575 inoremap <buffer> <silent> ;va <var></var>F<
10576 inoremap <buffer> <silent> ;ul <ul>
10577 </ul>O
10578 inoremap <buffer> <silent> ;tt <tt></tt>F<
10579 inoremap <buffer> <silent> ;ti <title></title>F<
10580 inoremap <buffer> <silent> ;sp <sup></sup>F<
10581 inoremap <buffer> <silent> ;sb <sub></sub>F<
10582 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
10583 inoremap <buffer> <silent> ;cs <style type="text/css">
10584 <!--
10585 -->
10586 </style>kO
10587 inoremap <buffer> <silent> ;sm <small></small>F<
10588 inoremap <buffer> <silent> ;sa <samp></samp>F<
10589 inoremap <buffer> <silent> ;sk <strike></strike>F<
10590 inoremap <buffer> <silent> ;qu <q></q>F<
10591 inoremap <buffer> <silent> ;pr <pre>
10592 </pre>O
10593 inoremap <buffer> <silent> ;/p </p>
10594 
10595 <p>
10596 inoremap <buffer> <silent> ;pp <p>
10597 </p>O
10598 inoremap <buffer> <silent> ;ol <ol>
10599 </ol>O
10600 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
10601 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
10602 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
10603 inoremap <buffer> <silent> ;lk <link href="">F"
10604 inoremap <buffer> <silent> ;li <li></li>F<
10605 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
10606 inoremap <buffer> <silent> ;ii <isindex>
10607 inoremap <buffer> <silent> ;in <ins></ins>F<
10608 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
10609 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
10610 inoremap <buffer> <silent> ;ht <html>
10611 </html>O
10612 inoremap <buffer> <silent> ;Hr <hr width="75%">
10613 inoremap <buffer> <silent> ;hr <hr>
10614 inoremap <buffer> <silent> ;he <head>
10615 </head>O
10616 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
10617 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
10618 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
10619 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
10620 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
10621 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
10622 inoremap <buffer> <silent> ;h6 <h6></h6>F<
10623 inoremap <buffer> <silent> ;h5 <h5></h5>F<
10624 inoremap <buffer> <silent> ;h4 <h4></h4>F<
10625 inoremap <buffer> <silent> ;h3 <h3></h3>F<
10626 inoremap <buffer> <silent> ;h2 <h2></h2>F<
10627 inoremap <buffer> <silent> ;h1 <h1></h1>F<
10628 inoremap <buffer> <silent> ;fc <font color=""></font>F"
10629 inoremap <buffer> <silent> ;fo <font size=""></font>F"
10630 inoremap <buffer> <silent> ;sn <span></span>F<
10631 inoremap <buffer> <silent> ;dv <div>
10632 </div>O
10633 inoremap <buffer> <silent> ;df <dfn></dfn>F<
10634 inoremap <buffer> <silent> ;de <del></del>F<
10635 inoremap <buffer> <silent> ;dd <dd></dd>F<
10636 inoremap <buffer> <silent> ;dt <dt></dt>F<
10637 inoremap <buffer> <silent> ;dl <dl>
10638 </dl>O
10639 inoremap <buffer> <silent> ;co <code></code>F<
10640 inoremap <buffer> <silent> ;ci <cite></cite>F<
10641 inoremap <buffer> <silent> ;ce <center></center>F<
10642 inoremap <buffer> <silent> ;br <br>
10643 inoremap <buffer> <silent> ;bd <body>
10644 </body>O
10645 inoremap <buffer> <silent> ;bl <blockquote>
10646 </blockquote>O
10647 inoremap <buffer> <silent> ;bi <big></big>F<
10648 inoremap <buffer> <silent> ;bh <base href="">F"
10649 inoremap <buffer> <silent> ;ad <address></address>F<
10650 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
10651 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
10652 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
10653 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
10654 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
10655 inoremap <buffer> <silent> ;an <a name=""></a>F"
10656 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
10657 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
10658 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
10659 inoremap <buffer> <silent> ;ah <a href=""></a>F"
10660 imap <buffer> <silent> ;s4 ;s4
10661 imap <buffer> <silent> ;4 ;4
10662 inoremap <buffer> <silent> ;mi :call MangleImageTag()
10663 inoremap <buffer> <silent> ; 
10664 inoremap <buffer> <silent> ;& &
10665 inoremap <buffer> <silent> ;; ;
10666 setlocal keymap=
10667 setlocal noarabic
10668 setlocal autoindent
10669 setlocal balloonexpr=
10670 setlocal nobinary
10671 setlocal bufhidden=
10672 setlocal buflisted
10673 setlocal buftype=
10674 setlocal nocindent
10675 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10676 setlocal cinoptions=
10677 setlocal cinwords=if,else,while,do,for,switch
10678 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
10679 setlocal commentstring=/*%s*/
10680 setlocal complete=.,w,b,u,t,i
10681 setlocal completefunc=
10682 setlocal nocopyindent
10683 setlocal nocursorcolumn
10684 setlocal nocursorline
10685 setlocal define=
10686 setlocal dictionary=
10687 setlocal nodiff
10688 setlocal equalprg=
10689 setlocal errorformat=
10690 setlocal noexpandtab
10691 if &filetype != 'php'
10692 setlocal filetype=php
10693 endif
10694 setlocal foldcolumn=0
10695 setlocal foldenable
10696 setlocal foldexpr=0
10697 setlocal foldignore=#
10698 setlocal foldlevel=0
10699 setlocal foldmarker={{{,}}}
10700 setlocal foldmethod=manual
10701 setlocal foldminlines=1
10702 setlocal foldnestmax=20
10703 setlocal foldtext=foldtext()
10704 setlocal formatexpr=
10705 setlocal formatoptions=tcq
10706 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
10707 setlocal grepprg=
10708 setlocal iminsert=2
10709 setlocal imsearch=2
10710 setlocal include=\\(require\\|include\\)\\(_once\\)\\?
10711 setlocal includeexpr=
10712 setlocal indentexpr=
10713 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
10714 setlocal noinfercase
10715 setlocal iskeyword=@,48-57,_,192-255
10716 setlocal keywordprg=
10717 setlocal nolinebreak
10718 setlocal nolisp
10719 setlocal nolist
10720 setlocal makeprg=
10721 setlocal matchpairs=(:),{:},[:],<:>
10722 setlocal nomodeline
10723 setlocal modifiable
10724 setlocal nrformats=octal,hex
10725 setlocal nonumber
10726 setlocal numberwidth=4
10727 setlocal omnifunc=phpcomplete#CompletePHP
10728 setlocal path=
10729 setlocal nopreserveindent
10730 setlocal nopreviewwindow
10731 setlocal quoteescape=\\
10732 setlocal noreadonly
10733 setlocal norightleft
10734 setlocal rightleftcmd=search
10735 setlocal noscrollbind
10736 setlocal shiftwidth=8
10737 setlocal noshortname
10738 setlocal nosmartindent
10739 setlocal softtabstop=0
10740 setlocal nospell
10741 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
10742 setlocal spellfile=
10743 setlocal spelllang=en
10744 setlocal statusline=
10745 setlocal suffixesadd=
10746 setlocal swapfile
10747 setlocal synmaxcol=3000
10748 if &syntax != 'php'
10749 setlocal syntax=php
10750 endif
10751 setlocal tabstop=2
10752 setlocal tags=
10753 setlocal textwidth=0
10754 setlocal thesaurus=
10755 setlocal nowinfixheight
10756 setlocal nowinfixwidth
10757 setlocal wrap
10758 setlocal wrapmargin=0
10759 silent! normal! zE
10760 let s:l = 1 - ((0 * winheight(0) + 19) / 39)
10761 if s:l < 1 | let s:l = 1 | endif
10762 exe s:l
10763 normal! zt
10764 1
10765 normal! 0
10766 tabedit clonezilla-sysresccd.rss
10767 set splitbelow splitright
10768 set nosplitbelow
10769 set nosplitright
10770 wincmd t
10771 set winheight=1 winwidth=1
10772 argglobal
10773 27argu
10774 setlocal keymap=
10775 setlocal noarabic
10776 setlocal autoindent
10777 setlocal balloonexpr=
10778 setlocal nobinary
10779 setlocal bufhidden=
10780 setlocal buflisted
10781 setlocal buftype=
10782 setlocal nocindent
10783 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10784 setlocal cinoptions=
10785 setlocal cinwords=if,else,while,do,for,switch
10786 setlocal comments=s:<!--,m:\ \ \ \ \ ,e:-->
10787 setlocal commentstring=<!--%s-->
10788 setlocal complete=.,w,b,u,t,i
10789 setlocal completefunc=
10790 setlocal nocopyindent
10791 setlocal nocursorcolumn
10792 setlocal nocursorline
10793 setlocal define=
10794 setlocal dictionary=
10795 setlocal nodiff
10796 setlocal equalprg=
10797 setlocal errorformat=
10798 setlocal noexpandtab
10799 if &filetype != 'xml'
10800 setlocal filetype=xml
10801 endif
10802 setlocal foldcolumn=0
10803 setlocal foldenable
10804 setlocal foldexpr=0
10805 setlocal foldignore=#
10806 setlocal foldlevel=0
10807 setlocal foldmarker={{{,}}}
10808 setlocal foldmethod=manual
10809 setlocal foldminlines=1
10810 setlocal foldnestmax=20
10811 setlocal foldtext=foldtext()
10812 setlocal formatexpr=
10813 setlocal formatoptions=roqltc
10814 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
10815 setlocal grepprg=
10816 setlocal iminsert=2
10817 setlocal imsearch=2
10818 setlocal include=
10819 setlocal includeexpr=
10820 setlocal indentexpr=
10821 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
10822 setlocal noinfercase
10823 setlocal iskeyword=@,48-57,_,192-255
10824 setlocal keywordprg=
10825 setlocal nolinebreak
10826 setlocal nolisp
10827 setlocal nolist
10828 setlocal makeprg=
10829 setlocal matchpairs=(:),{:},[:]
10830 setlocal nomodeline
10831 setlocal modifiable
10832 setlocal nrformats=octal,hex
10833 setlocal nonumber
10834 setlocal numberwidth=4
10835 setlocal omnifunc=xmlcomplete#CompleteTags
10836 setlocal path=
10837 setlocal nopreserveindent
10838 setlocal nopreviewwindow
10839 setlocal quoteescape=\\
10840 setlocal noreadonly
10841 setlocal norightleft
10842 setlocal rightleftcmd=search
10843 setlocal noscrollbind
10844 setlocal shiftwidth=8
10845 setlocal noshortname
10846 setlocal nosmartindent
10847 setlocal softtabstop=0
10848 setlocal nospell
10849 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
10850 setlocal spellfile=
10851 setlocal spelllang=en
10852 setlocal statusline=
10853 setlocal suffixesadd=
10854 setlocal swapfile
10855 setlocal synmaxcol=3000
10856 if &syntax != 'xml'
10857 setlocal syntax=xml
10858 endif
10859 setlocal tabstop=2
10860 setlocal tags=
10861 setlocal textwidth=0
10862 setlocal thesaurus=
10863 setlocal nowinfixheight
10864 setlocal nowinfixwidth
10865 setlocal wrap
10866 setlocal wrapmargin=0
10867 silent! normal! zE
10868 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
10869 if s:l < 1 | let s:l = 1 | endif
10870 exe s:l
10871 normal! zt
10872 1
10873 normal! 0
10874 tabedit ../.htaccess
10875 set splitbelow splitright
10876 set nosplitbelow
10877 set nosplitright
10878 wincmd t
10879 set winheight=1 winwidth=1
10880 argglobal
10881 28argu
10882 setlocal keymap=
10883 setlocal noarabic
10884 setlocal autoindent
10885 setlocal balloonexpr=
10886 setlocal nobinary
10887 setlocal bufhidden=
10888 setlocal buflisted
10889 setlocal buftype=
10890 setlocal nocindent
10891 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10892 setlocal cinoptions=
10893 setlocal cinwords=if,else,while,do,for,switch
10894 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
10895 setlocal commentstring=/*%s*/
10896 setlocal complete=.,w,b,u,t,i
10897 setlocal completefunc=
10898 setlocal nocopyindent
10899 setlocal nocursorcolumn
10900 setlocal nocursorline
10901 setlocal define=
10902 setlocal dictionary=
10903 setlocal nodiff
10904 setlocal equalprg=
10905 setlocal errorformat=
10906 setlocal noexpandtab
10907 if &filetype != 'apache'
10908 setlocal filetype=apache
10909 endif
10910 setlocal foldcolumn=0
10911 setlocal foldenable
10912 setlocal foldexpr=0
10913 setlocal foldignore=#
10914 setlocal foldlevel=0
10915 setlocal foldmarker={{{,}}}
10916 setlocal foldmethod=manual
10917 setlocal foldminlines=1
10918 setlocal foldnestmax=20
10919 setlocal foldtext=foldtext()
10920 setlocal formatexpr=
10921 setlocal formatoptions=tcq
10922 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
10923 setlocal grepprg=
10924 setlocal iminsert=2
10925 setlocal imsearch=2
10926 setlocal include=
10927 setlocal includeexpr=
10928 setlocal indentexpr=
10929 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
10930 setlocal noinfercase
10931 setlocal iskeyword=@,48-57,_,192-255
10932 setlocal keywordprg=
10933 setlocal nolinebreak
10934 setlocal nolisp
10935 setlocal nolist
10936 setlocal makeprg=
10937 setlocal matchpairs=(:),{:},[:]
10938 setlocal nomodeline
10939 setlocal modifiable
10940 setlocal nrformats=octal,hex
10941 setlocal nonumber
10942 setlocal numberwidth=4
10943 setlocal omnifunc=
10944 setlocal path=
10945 setlocal nopreserveindent
10946 setlocal nopreviewwindow
10947 setlocal quoteescape=\\
10948 setlocal noreadonly
10949 setlocal norightleft
10950 setlocal rightleftcmd=search
10951 setlocal noscrollbind
10952 setlocal shiftwidth=8
10953 setlocal noshortname
10954 setlocal nosmartindent
10955 setlocal softtabstop=0
10956 setlocal nospell
10957 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
10958 setlocal spellfile=
10959 setlocal spelllang=en
10960 setlocal statusline=
10961 setlocal suffixesadd=
10962 setlocal swapfile
10963 setlocal synmaxcol=3000
10964 if &syntax != 'apache'
10965 setlocal syntax=apache
10966 endif
10967 setlocal tabstop=2
10968 setlocal tags=
10969 setlocal textwidth=0
10970 setlocal thesaurus=
10971 setlocal nowinfixheight
10972 setlocal nowinfixwidth
10973 setlocal wrap
10974 setlocal wrapmargin=0
10975 silent! normal! zE
10976 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
10977 if s:l < 1 | let s:l = 1 | endif
10978 exe s:l
10979 normal! zt
10980 1
10981 normal! 0
10982 tabedit .404.html
10983 set splitbelow splitright
10984 set nosplitbelow
10985 set nosplitright
10986 wincmd t
10987 set winheight=1 winwidth=1
10988 argglobal
10989 29argu
10990 edit .404.html
10991 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
10992 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
10993 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
10994 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
10995 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
10996 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
10997 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
10998 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
10999 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
11000 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
11001 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
11002 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
11003 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
11004 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
11005 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
11006 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
11007 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
11008 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
11009 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">')
11010 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">')
11011 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
11012 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
11013 nnoremap <buffer> <silent> ; 
11014 nnoremap <buffer> <silent> ;; ;
11015 vnoremap <buffer> <silent> ;; ;
11016 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
11017 inoremap <buffer> <silent> &hA &hArr;
11018 inoremap <buffer> <silent> &dA &dArr;
11019 inoremap <buffer> <silent> &rA &rArr;
11020 inoremap <buffer> <silent> &uA &uArr;
11021 inoremap <buffer> <silent> &lA &lArr;
11022 inoremap <buffer> <silent> &ha &harr;
11023 inoremap <buffer> <silent> &da &darr;
11024 inoremap <buffer> <silent> &ra &rarr;
11025 inoremap <buffer> <silent> &ua &uarr;
11026 inoremap <buffer> <silent> &la &larr;
11027 inoremap <buffer> <silent> &pv &piv;
11028 inoremap <buffer> <silent> &uh &upsih;
11029 inoremap <buffer> <silent> &ts &thetasym;
11030 inoremap <buffer> <silent> &og &omega;
11031 inoremap <buffer> <silent> &ps &psi;
11032 inoremap <buffer> <silent> &ch &chi;
11033 inoremap <buffer> <silent> &ph &phi;
11034 inoremap <buffer> <silent> &up &upsilon;
11035 inoremap <buffer> <silent> &ta &tau;
11036 inoremap <buffer> <silent> &sf &sigmaf;
11037 inoremap <buffer> <silent> &si &sigma;
11038 inoremap <buffer> <silent> &rh &rho;
11039 inoremap <buffer> <silent> &pi &pi;
11040 inoremap <buffer> <silent> &oc &omicron;
11041 inoremap <buffer> <silent> &xi &xi;
11042 inoremap <buffer> <silent> &nu &nu;
11043 inoremap <buffer> <silent> &mu &mu;
11044 inoremap <buffer> <silent> &lm &lambda;
11045 inoremap <buffer> <silent> &ka &kappa;
11046 inoremap <buffer> <silent> &io &iota;
11047 inoremap <buffer> <silent> &th &theta;
11048 inoremap <buffer> <silent> &et &eta;
11049 inoremap <buffer> <silent> &ze &zeta;
11050 inoremap <buffer> <silent> &ep &epsilon;
11051 inoremap <buffer> <silent> &de &delta;
11052 inoremap <buffer> <silent> &ga &gamma;
11053 inoremap <buffer> <silent> &be &beta;
11054 inoremap <buffer> <silent> &al &alpha;
11055 inoremap <buffer> <silent> &Ps &Psi;
11056 inoremap <buffer> <silent> &Ch &Chi;
11057 inoremap <buffer> <silent> &Ph &Phi;
11058 inoremap <buffer> <silent> &Up &Upsilon;
11059 inoremap <buffer> <silent> &Ta &Tau;
11060 inoremap <buffer> <silent> &Si &Sigma;
11061 inoremap <buffer> <silent> &Rh &Rho;
11062 inoremap <buffer> <silent> &Pi &Pi;
11063 inoremap <buffer> <silent> &Oc &Omicron;
11064 inoremap <buffer> <silent> &Xi &Xi;
11065 inoremap <buffer> <silent> &Nu &Nu;
11066 inoremap <buffer> <silent> &Mu &Mu;
11067 inoremap <buffer> <silent> &Lm &Lambda;
11068 inoremap <buffer> <silent> &Ka &Kappa;
11069 inoremap <buffer> <silent> &Io &Iota;
11070 inoremap <buffer> <silent> &Th &Theta;
11071 inoremap <buffer> <silent> &Et &Eta;
11072 inoremap <buffer> <silent> &Ze &Zeta;
11073 inoremap <buffer> <silent> &Ep &Epsilon;
11074 inoremap <buffer> <silent> &De &Delta;
11075 inoremap <buffer> <silent> &Ga &Gamma;
11076 inoremap <buffer> <silent> &Be &Beta;
11077 inoremap <buffer> <silent> &Al &Alpha;
11078 inoremap <buffer> <silent> &3. &hellip;
11079 inoremap <buffer> <silent> &-- &mdash;
11080 inoremap <buffer> <silent> &3- &mdash;
11081 inoremap <buffer> <silent> &m- &mdash;
11082 inoremap <buffer> <silent> &2- &ndash;
11083 inoremap <buffer> <silent> &n- &ndash;
11084 inoremap <buffer> <silent> &34 &frac34;
11085 inoremap <buffer> <silent> &12 &frac12;
11086 inoremap <buffer> <silent> &14 &frac14;
11087 inoremap <buffer> <silent> &. &middot;
11088 inoremap <buffer> <silent> &pa &para;
11089 inoremap <buffer> <silent> &mi &micro;
11090 inoremap <buffer> <silent> &dg &deg;
11091 inoremap <buffer> <silent> &? &iquest;
11092 inoremap <buffer> <silent> &! &iexcl;
11093 inoremap <buffer> <silent> &sz &szlig;
11094 inoremap <buffer> <silent> &o/ &oslash;
11095 inoremap <buffer> <silent> &/ &divide;
11096 inoremap <buffer> <silent> &" &uml;
11097 inoremap <buffer> <silent> &2> &raquo;
11098 inoremap <buffer> <silent> &2< &laquo;
11099 inoremap <buffer> <silent> &y" &yuml;
11100 inoremap <buffer> <silent> &y' &yacute;
11101 inoremap <buffer> <silent> &u" &uuml;
11102 inoremap <buffer> <silent> &u^ &ucirc;
11103 inoremap <buffer> <silent> &u' &uacute;
11104 inoremap <buffer> <silent> &u` &ugrave;
11105 inoremap <buffer> <silent> &x &times;
11106 inoremap <buffer> <silent> &o" &ouml;
11107 inoremap <buffer> <silent> &o~ &otilde;
11108 inoremap <buffer> <silent> &o^ &ocirc;
11109 inoremap <buffer> <silent> &o' &oacute;
11110 inoremap <buffer> <silent> &o` &ograve;
11111 inoremap <buffer> <silent> &n~ &ntilde;
11112 inoremap <buffer> <silent> &i" &iuml;
11113 inoremap <buffer> <silent> &i^ &icirc;
11114 inoremap <buffer> <silent> &i' &iacute;
11115 inoremap <buffer> <silent> &i` &igrave;
11116 inoremap <buffer> <silent> &e" &euml;
11117 inoremap <buffer> <silent> &e^ &ecirc;
11118 inoremap <buffer> <silent> &e' &eacute;
11119 inoremap <buffer> <silent> &e` &egrave;
11120 inoremap <buffer> <silent> &c, &ccedil;
11121 inoremap <buffer> <silent> &ae &aelig;
11122 inoremap <buffer> <silent> &ao &aring;
11123 inoremap <buffer> <silent> &a" &auml;
11124 inoremap <buffer> <silent> &a~ &atilde;
11125 inoremap <buffer> <silent> &a^ &acirc;
11126 inoremap <buffer> <silent> &a' &aacute;
11127 inoremap <buffer> <silent> &a` &agrave;
11128 inoremap <buffer> <silent> &Y' &Yacute;
11129 inoremap <buffer> <silent> &U" &Uuml;
11130 inoremap <buffer> <silent> &U^ &Ucirc;
11131 inoremap <buffer> <silent> &U' &Uacute;
11132 inoremap <buffer> <silent> &U` &Ugrave;
11133 inoremap <buffer> <silent> &O/ &Oslash;
11134 inoremap <buffer> <silent> &O" &Ouml;
11135 inoremap <buffer> <silent> &O~ &Otilde;
11136 inoremap <buffer> <silent> &O^ &Ocirc;
11137 inoremap <buffer> <silent> &O' &Oacute;
11138 inoremap <buffer> <silent> &O` &Ograve;
11139 inoremap <buffer> <silent> &N~ &Ntilde;
11140 inoremap <buffer> <silent> &I" &Iuml;
11141 inoremap <buffer> <silent> &I^ &Icirc;
11142 inoremap <buffer> <silent> &I' &Iacute;
11143 inoremap <buffer> <silent> &I` &Igrave;
11144 inoremap <buffer> <silent> &E" &Euml;
11145 inoremap <buffer> <silent> &E^ &Ecirc;
11146 inoremap <buffer> <silent> &E' &Eacute;
11147 inoremap <buffer> <silent> &E` &Egrave;
11148 inoremap <buffer> <silent> &C, &Ccedil;
11149 inoremap <buffer> <silent> &AE &AElig;
11150 inoremap <buffer> <silent> &Ao &Aring;
11151 inoremap <buffer> <silent> &A" &Auml;
11152 inoremap <buffer> <silent> &A~ &Atilde;
11153 inoremap <buffer> <silent> &A^ &Acirc;
11154 inoremap <buffer> <silent> &A' &Aacute;
11155 inoremap <buffer> <silent> &A` &Agrave;
11156 inoremap <buffer> <silent> &c| &cent;
11157 inoremap <buffer> <silent> &Y= &yen;
11158 inoremap <buffer> <silent> &# &pound;
11159 inoremap <buffer> <silent> & &nbsp;
11160 inoremap <buffer> <silent> &> &gt;
11161 inoremap <buffer> <silent> &< &lt;
11162 inoremap <buffer> <silent> &' &quot;
11163 inoremap <buffer> <silent> &tm &trade;
11164 inoremap <buffer> <silent> &rO &reg;
11165 inoremap <buffer> <silent> &cO &copy;
11166 inoremap <buffer> <silent> && &amp;
11167 inoremap <buffer> <silent> ; &nbsp;
11168 inoremap <buffer> <silent> ;la <label for=""></label>F"
11169 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
11170 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
11171 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
11172 </textarea>k$5F"i
11173 inoremap <buffer> <silent> ;og <optgroup label="">
11174 </optgroup>k$F"i
11175 inoremap <buffer> <silent> ;op <option></option>F<
11176 inoremap <buffer> <silent> ;ms <select name="" multiple>
11177 </select>O
11178 inoremap <buffer> <silent> ;se <select name="">
11179 </select>O
11180 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
11181 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
11182 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
11183 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
11184 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
11185 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
11186 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
11187 inoremap <buffer> <silent> ;fm <form action="">
11188 </form>k$F"i
11189 inoremap <buffer> <silent> ;if <iframe src="">
11190 </iframe>k$F"i
11191 inoremap <buffer> <silent> ;nf <noframes>
11192 </noframes>O
11193 inoremap <buffer> <silent> ;fr <frame src="">F"
11194 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
11195 </frameset>k$3F"i
11196 inoremap <buffer> <silent> ;th <th></th>F<
11197 inoremap <buffer> <silent> ;td <td>
11198 </td>O
11199 inoremap <buffer> <silent> ;tr <tr>
11200 </tr>O
11201 inoremap <buffer> <silent> ;tf <tfoot>
11202 </tfoot>O
11203 inoremap <buffer> <silent> ;tb <tbody>
11204 </tbody>O
11205 inoremap <buffer> <silent> ;tH <thead>
11206 </thead>O
11207 inoremap <buffer> <silent> ;ta <table>
11208 </table>O
11209 inoremap <buffer> <silent> ;ca <caption></caption>F<
11210 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
11211 </object>k$5F"i
11212 inoremap <buffer> <silent> ;ns <noscript>
11213 </noscripT>O
11214 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
11215 <noembed></noembed>k$5F"i
11216 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
11217 inoremap <buffer> <silent> ;va <var></var>F<
11218 inoremap <buffer> <silent> ;ul <ul>
11219 </ul>O
11220 inoremap <buffer> <silent> ;tt <tt></tt>F<
11221 inoremap <buffer> <silent> ;ti <title></title>F<
11222 inoremap <buffer> <silent> ;sp <sup></sup>F<
11223 inoremap <buffer> <silent> ;sb <sub></sub>F<
11224 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
11225 inoremap <buffer> <silent> ;cs <style type="text/css">
11226 <!--
11227 -->
11228 </style>kO
11229 inoremap <buffer> <silent> ;sm <small></small>F<
11230 inoremap <buffer> <silent> ;sa <samp></samp>F<
11231 inoremap <buffer> <silent> ;sk <strike></strike>F<
11232 inoremap <buffer> <silent> ;qu <q></q>F<
11233 inoremap <buffer> <silent> ;pr <pre>
11234 </pre>O
11235 inoremap <buffer> <silent> ;/p </p>
11236 
11237 <p>
11238 inoremap <buffer> <silent> ;pp <p>
11239 </p>O
11240 inoremap <buffer> <silent> ;ol <ol>
11241 </ol>O
11242 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
11243 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
11244 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
11245 inoremap <buffer> <silent> ;lk <link href="">F"
11246 inoremap <buffer> <silent> ;li <li></li>F<
11247 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
11248 inoremap <buffer> <silent> ;ii <isindex>
11249 inoremap <buffer> <silent> ;in <ins></ins>F<
11250 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
11251 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
11252 inoremap <buffer> <silent> ;ht <html>
11253 </html>O
11254 inoremap <buffer> <silent> ;Hr <hr width="75%">
11255 inoremap <buffer> <silent> ;hr <hr>
11256 inoremap <buffer> <silent> ;he <head>
11257 </head>O
11258 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
11259 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
11260 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
11261 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
11262 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
11263 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
11264 inoremap <buffer> <silent> ;h6 <h6></h6>F<
11265 inoremap <buffer> <silent> ;h5 <h5></h5>F<
11266 inoremap <buffer> <silent> ;h4 <h4></h4>F<
11267 inoremap <buffer> <silent> ;h3 <h3></h3>F<
11268 inoremap <buffer> <silent> ;h2 <h2></h2>F<
11269 inoremap <buffer> <silent> ;h1 <h1></h1>F<
11270 inoremap <buffer> <silent> ;fc <font color=""></font>F"
11271 inoremap <buffer> <silent> ;fo <font size=""></font>F"
11272 inoremap <buffer> <silent> ;sn <span></span>F<
11273 inoremap <buffer> <silent> ;dv <div>
11274 </div>O
11275 inoremap <buffer> <silent> ;df <dfn></dfn>F<
11276 inoremap <buffer> <silent> ;de <del></del>F<
11277 inoremap <buffer> <silent> ;dd <dd></dd>F<
11278 inoremap <buffer> <silent> ;dt <dt></dt>F<
11279 inoremap <buffer> <silent> ;dl <dl>
11280 </dl>O
11281 inoremap <buffer> <silent> ;co <code></code>F<
11282 inoremap <buffer> <silent> ;ci <cite></cite>F<
11283 inoremap <buffer> <silent> ;ce <center></center>F<
11284 inoremap <buffer> <silent> ;br <br>
11285 inoremap <buffer> <silent> ;bd <body>
11286 </body>O
11287 inoremap <buffer> <silent> ;bl <blockquote>
11288 </blockquote>O
11289 inoremap <buffer> <silent> ;bi <big></big>F<
11290 inoremap <buffer> <silent> ;bh <base href="">F"
11291 inoremap <buffer> <silent> ;ad <address></address>F<
11292 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
11293 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
11294 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
11295 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
11296 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
11297 inoremap <buffer> <silent> ;an <a name=""></a>F"
11298 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
11299 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
11300 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
11301 inoremap <buffer> <silent> ;ah <a href=""></a>F"
11302 imap <buffer> <silent> ;s4 ;s4
11303 imap <buffer> <silent> ;4 ;4
11304 inoremap <buffer> <silent> ;mi :call MangleImageTag()
11305 inoremap <buffer> <silent> ; 
11306 inoremap <buffer> <silent> ;& &
11307 inoremap <buffer> <silent> ;; ;
11308 setlocal keymap=
11309 setlocal noarabic
11310 setlocal autoindent
11311 setlocal balloonexpr=
11312 setlocal nobinary
11313 setlocal bufhidden=
11314 setlocal buflisted
11315 setlocal buftype=
11316 setlocal nocindent
11317 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11318 setlocal cinoptions=
11319 setlocal cinwords=if,else,while,do,for,switch
11320 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
11321 setlocal commentstring=<!--%s-->
11322 setlocal complete=.,w,b,u,t,i
11323 setlocal completefunc=
11324 setlocal nocopyindent
11325 setlocal nocursorcolumn
11326 setlocal nocursorline
11327 setlocal define=
11328 setlocal dictionary=
11329 setlocal nodiff
11330 setlocal equalprg=
11331 setlocal errorformat=
11332 setlocal noexpandtab
11333 if &filetype != 'html'
11334 setlocal filetype=html
11335 endif
11336 setlocal foldcolumn=0
11337 setlocal foldenable
11338 setlocal foldexpr=0
11339 setlocal foldignore=#
11340 setlocal foldlevel=0
11341 setlocal foldmarker={{{,}}}
11342 setlocal foldmethod=manual
11343 setlocal foldminlines=1
11344 setlocal foldnestmax=20
11345 setlocal foldtext=foldtext()
11346 setlocal formatexpr=
11347 setlocal formatoptions=tcq
11348 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11349 setlocal grepprg=
11350 setlocal iminsert=2
11351 setlocal imsearch=2
11352 setlocal include=
11353 setlocal includeexpr=
11354 setlocal indentexpr=
11355 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
11356 setlocal noinfercase
11357 setlocal iskeyword=@,48-57,_,192-255
11358 setlocal keywordprg=
11359 setlocal nolinebreak
11360 setlocal nolisp
11361 setlocal nolist
11362 setlocal makeprg=
11363 setlocal matchpairs=(:),{:},[:],<:>
11364 setlocal nomodeline
11365 setlocal modifiable
11366 setlocal nrformats=octal,hex
11367 setlocal nonumber
11368 setlocal numberwidth=4
11369 setlocal omnifunc=htmlcomplete#CompleteTags
11370 setlocal path=
11371 setlocal nopreserveindent
11372 setlocal nopreviewwindow
11373 setlocal quoteescape=\\
11374 setlocal noreadonly
11375 setlocal norightleft
11376 setlocal rightleftcmd=search
11377 setlocal noscrollbind
11378 setlocal shiftwidth=8
11379 setlocal noshortname
11380 setlocal nosmartindent
11381 setlocal softtabstop=0
11382 setlocal nospell
11383 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
11384 setlocal spellfile=
11385 setlocal spelllang=en
11386 setlocal statusline=
11387 setlocal suffixesadd=
11388 setlocal swapfile
11389 setlocal synmaxcol=3000
11390 if &syntax != 'html'
11391 setlocal syntax=html
11392 endif
11393 setlocal tabstop=2
11394 setlocal tags=
11395 setlocal textwidth=0
11396 setlocal thesaurus=
11397 setlocal nowinfixheight
11398 setlocal nowinfixwidth
11399 setlocal wrap
11400 setlocal wrapmargin=0
11401 silent! normal! zE
11402 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
11403 if s:l < 1 | let s:l = 1 | endif
11404 exe s:l
11405 normal! zt
11406 1
11407 normal! 0
11408 tabedit .news.php
11409 set splitbelow splitright
11410 set nosplitbelow
11411 set nosplitright
11412 wincmd t
11413 set winheight=1 winwidth=1
11414 argglobal
11415 30argu
11416 edit .news.php
11417 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
11418 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
11419 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
11420 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
11421 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
11422 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
11423 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
11424 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
11425 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
11426 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
11427 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
11428 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
11429 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
11430 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
11431 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
11432 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
11433 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
11434 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
11435 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">')
11436 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">')
11437 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
11438 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
11439 nnoremap <buffer> <silent> ; 
11440 nnoremap <buffer> <silent> ;; ;
11441 vnoremap <buffer> <silent> ;; ;
11442 onoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
11443 :nohls
11444 nnoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
11445 :nohls
11446 onoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
11447 :nohls
11448 nnoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
11449 :nohls
11450 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
11451 inoremap <buffer> <silent> &hA &hArr;
11452 inoremap <buffer> <silent> &dA &dArr;
11453 inoremap <buffer> <silent> &rA &rArr;
11454 inoremap <buffer> <silent> &uA &uArr;
11455 inoremap <buffer> <silent> &lA &lArr;
11456 inoremap <buffer> <silent> &ha &harr;
11457 inoremap <buffer> <silent> &da &darr;
11458 inoremap <buffer> <silent> &ra &rarr;
11459 inoremap <buffer> <silent> &ua &uarr;
11460 inoremap <buffer> <silent> &la &larr;
11461 inoremap <buffer> <silent> &pv &piv;
11462 inoremap <buffer> <silent> &uh &upsih;
11463 inoremap <buffer> <silent> &ts &thetasym;
11464 inoremap <buffer> <silent> &og &omega;
11465 inoremap <buffer> <silent> &ps &psi;
11466 inoremap <buffer> <silent> &ch &chi;
11467 inoremap <buffer> <silent> &ph &phi;
11468 inoremap <buffer> <silent> &up &upsilon;
11469 inoremap <buffer> <silent> &ta &tau;
11470 inoremap <buffer> <silent> &sf &sigmaf;
11471 inoremap <buffer> <silent> &si &sigma;
11472 inoremap <buffer> <silent> &rh &rho;
11473 inoremap <buffer> <silent> &pi &pi;
11474 inoremap <buffer> <silent> &oc &omicron;
11475 inoremap <buffer> <silent> &xi &xi;
11476 inoremap <buffer> <silent> &nu &nu;
11477 inoremap <buffer> <silent> &mu &mu;
11478 inoremap <buffer> <silent> &lm &lambda;
11479 inoremap <buffer> <silent> &ka &kappa;
11480 inoremap <buffer> <silent> &io &iota;
11481 inoremap <buffer> <silent> &th &theta;
11482 inoremap <buffer> <silent> &et &eta;
11483 inoremap <buffer> <silent> &ze &zeta;
11484 inoremap <buffer> <silent> &ep &epsilon;
11485 inoremap <buffer> <silent> &de &delta;
11486 inoremap <buffer> <silent> &ga &gamma;
11487 inoremap <buffer> <silent> &be &beta;
11488 inoremap <buffer> <silent> &al &alpha;
11489 inoremap <buffer> <silent> &Ps &Psi;
11490 inoremap <buffer> <silent> &Ch &Chi;
11491 inoremap <buffer> <silent> &Ph &Phi;
11492 inoremap <buffer> <silent> &Up &Upsilon;
11493 inoremap <buffer> <silent> &Ta &Tau;
11494 inoremap <buffer> <silent> &Si &Sigma;
11495 inoremap <buffer> <silent> &Rh &Rho;
11496 inoremap <buffer> <silent> &Pi &Pi;
11497 inoremap <buffer> <silent> &Oc &Omicron;
11498 inoremap <buffer> <silent> &Xi &Xi;
11499 inoremap <buffer> <silent> &Nu &Nu;
11500 inoremap <buffer> <silent> &Mu &Mu;
11501 inoremap <buffer> <silent> &Lm &Lambda;
11502 inoremap <buffer> <silent> &Ka &Kappa;
11503 inoremap <buffer> <silent> &Io &Iota;
11504 inoremap <buffer> <silent> &Th &Theta;
11505 inoremap <buffer> <silent> &Et &Eta;
11506 inoremap <buffer> <silent> &Ze &Zeta;
11507 inoremap <buffer> <silent> &Ep &Epsilon;
11508 inoremap <buffer> <silent> &De &Delta;
11509 inoremap <buffer> <silent> &Ga &Gamma;
11510 inoremap <buffer> <silent> &Be &Beta;
11511 inoremap <buffer> <silent> &Al &Alpha;
11512 inoremap <buffer> <silent> &3. &hellip;
11513 inoremap <buffer> <silent> &-- &mdash;
11514 inoremap <buffer> <silent> &3- &mdash;
11515 inoremap <buffer> <silent> &m- &mdash;
11516 inoremap <buffer> <silent> &2- &ndash;
11517 inoremap <buffer> <silent> &n- &ndash;
11518 inoremap <buffer> <silent> &34 &frac34;
11519 inoremap <buffer> <silent> &12 &frac12;
11520 inoremap <buffer> <silent> &14 &frac14;
11521 inoremap <buffer> <silent> &. &middot;
11522 inoremap <buffer> <silent> &pa &para;
11523 inoremap <buffer> <silent> &mi &micro;
11524 inoremap <buffer> <silent> &dg &deg;
11525 inoremap <buffer> <silent> &? &iquest;
11526 inoremap <buffer> <silent> &! &iexcl;
11527 inoremap <buffer> <silent> &sz &szlig;
11528 inoremap <buffer> <silent> &o/ &oslash;
11529 inoremap <buffer> <silent> &/ &divide;
11530 inoremap <buffer> <silent> &" &uml;
11531 inoremap <buffer> <silent> &2> &raquo;
11532 inoremap <buffer> <silent> &2< &laquo;
11533 inoremap <buffer> <silent> &y" &yuml;
11534 inoremap <buffer> <silent> &y' &yacute;
11535 inoremap <buffer> <silent> &u" &uuml;
11536 inoremap <buffer> <silent> &u^ &ucirc;
11537 inoremap <buffer> <silent> &u' &uacute;
11538 inoremap <buffer> <silent> &u` &ugrave;
11539 inoremap <buffer> <silent> &x &times;
11540 inoremap <buffer> <silent> &o" &ouml;
11541 inoremap <buffer> <silent> &o~ &otilde;
11542 inoremap <buffer> <silent> &o^ &ocirc;
11543 inoremap <buffer> <silent> &o' &oacute;
11544 inoremap <buffer> <silent> &o` &ograve;
11545 inoremap <buffer> <silent> &n~ &ntilde;
11546 inoremap <buffer> <silent> &i" &iuml;
11547 inoremap <buffer> <silent> &i^ &icirc;
11548 inoremap <buffer> <silent> &i' &iacute;
11549 inoremap <buffer> <silent> &i` &igrave;
11550 inoremap <buffer> <silent> &e" &euml;
11551 inoremap <buffer> <silent> &e^ &ecirc;
11552 inoremap <buffer> <silent> &e' &eacute;
11553 inoremap <buffer> <silent> &e` &egrave;
11554 inoremap <buffer> <silent> &c, &ccedil;
11555 inoremap <buffer> <silent> &ae &aelig;
11556 inoremap <buffer> <silent> &ao &aring;
11557 inoremap <buffer> <silent> &a" &auml;
11558 inoremap <buffer> <silent> &a~ &atilde;
11559 inoremap <buffer> <silent> &a^ &acirc;
11560 inoremap <buffer> <silent> &a' &aacute;
11561 inoremap <buffer> <silent> &a` &agrave;
11562 inoremap <buffer> <silent> &Y' &Yacute;
11563 inoremap <buffer> <silent> &U" &Uuml;
11564 inoremap <buffer> <silent> &U^ &Ucirc;
11565 inoremap <buffer> <silent> &U' &Uacute;
11566 inoremap <buffer> <silent> &U` &Ugrave;
11567 inoremap <buffer> <silent> &O/ &Oslash;
11568 inoremap <buffer> <silent> &O" &Ouml;
11569 inoremap <buffer> <silent> &O~ &Otilde;
11570 inoremap <buffer> <silent> &O^ &Ocirc;
11571 inoremap <buffer> <silent> &O' &Oacute;
11572 inoremap <buffer> <silent> &O` &Ograve;
11573 inoremap <buffer> <silent> &N~ &Ntilde;
11574 inoremap <buffer> <silent> &I" &Iuml;
11575 inoremap <buffer> <silent> &I^ &Icirc;
11576 inoremap <buffer> <silent> &I' &Iacute;
11577 inoremap <buffer> <silent> &I` &Igrave;
11578 inoremap <buffer> <silent> &E" &Euml;
11579 inoremap <buffer> <silent> &E^ &Ecirc;
11580 inoremap <buffer> <silent> &E' &Eacute;
11581 inoremap <buffer> <silent> &E` &Egrave;
11582 inoremap <buffer> <silent> &C, &Ccedil;
11583 inoremap <buffer> <silent> &AE &AElig;
11584 inoremap <buffer> <silent> &Ao &Aring;
11585 inoremap <buffer> <silent> &A" &Auml;
11586 inoremap <buffer> <silent> &A~ &Atilde;
11587 inoremap <buffer> <silent> &A^ &Acirc;
11588 inoremap <buffer> <silent> &A' &Aacute;
11589 inoremap <buffer> <silent> &A` &Agrave;
11590 inoremap <buffer> <silent> &c| &cent;
11591 inoremap <buffer> <silent> &Y= &yen;
11592 inoremap <buffer> <silent> &# &pound;
11593 inoremap <buffer> <silent> & &nbsp;
11594 inoremap <buffer> <silent> &> &gt;
11595 inoremap <buffer> <silent> &< &lt;
11596 inoremap <buffer> <silent> &' &quot;
11597 inoremap <buffer> <silent> &tm &trade;
11598 inoremap <buffer> <silent> &rO &reg;
11599 inoremap <buffer> <silent> &cO &copy;
11600 inoremap <buffer> <silent> && &amp;
11601 inoremap <buffer> <silent> ; &nbsp;
11602 inoremap <buffer> <silent> ;la <label for=""></label>F"
11603 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
11604 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
11605 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
11606 </textarea>k$5F"i
11607 inoremap <buffer> <silent> ;og <optgroup label="">
11608 </optgroup>k$F"i
11609 inoremap <buffer> <silent> ;op <option></option>F<
11610 inoremap <buffer> <silent> ;ms <select name="" multiple>
11611 </select>O
11612 inoremap <buffer> <silent> ;se <select name="">
11613 </select>O
11614 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
11615 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
11616 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
11617 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
11618 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
11619 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
11620 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
11621 inoremap <buffer> <silent> ;fm <form action="">
11622 </form>k$F"i
11623 inoremap <buffer> <silent> ;if <iframe src="">
11624 </iframe>k$F"i
11625 inoremap <buffer> <silent> ;nf <noframes>
11626 </noframes>O
11627 inoremap <buffer> <silent> ;fr <frame src="">F"
11628 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
11629 </frameset>k$3F"i
11630 inoremap <buffer> <silent> ;th <th></th>F<
11631 inoremap <buffer> <silent> ;td <td>
11632 </td>O
11633 inoremap <buffer> <silent> ;tr <tr>
11634 </tr>O
11635 inoremap <buffer> <silent> ;tf <tfoot>
11636 </tfoot>O
11637 inoremap <buffer> <silent> ;tb <tbody>
11638 </tbody>O
11639 inoremap <buffer> <silent> ;tH <thead>
11640 </thead>O
11641 inoremap <buffer> <silent> ;ta <table>
11642 </table>O
11643 inoremap <buffer> <silent> ;ca <caption></caption>F<
11644 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
11645 </object>k$5F"i
11646 inoremap <buffer> <silent> ;ns <noscript>
11647 </noscripT>O
11648 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
11649 <noembed></noembed>k$5F"i
11650 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
11651 inoremap <buffer> <silent> ;va <var></var>F<
11652 inoremap <buffer> <silent> ;ul <ul>
11653 </ul>O
11654 inoremap <buffer> <silent> ;tt <tt></tt>F<
11655 inoremap <buffer> <silent> ;ti <title></title>F<
11656 inoremap <buffer> <silent> ;sp <sup></sup>F<
11657 inoremap <buffer> <silent> ;sb <sub></sub>F<
11658 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
11659 inoremap <buffer> <silent> ;cs <style type="text/css">
11660 <!--
11661 -->
11662 </style>kO
11663 inoremap <buffer> <silent> ;sm <small></small>F<
11664 inoremap <buffer> <silent> ;sa <samp></samp>F<
11665 inoremap <buffer> <silent> ;sk <strike></strike>F<
11666 inoremap <buffer> <silent> ;qu <q></q>F<
11667 inoremap <buffer> <silent> ;pr <pre>
11668 </pre>O
11669 inoremap <buffer> <silent> ;/p </p>
11670 
11671 <p>
11672 inoremap <buffer> <silent> ;pp <p>
11673 </p>O
11674 inoremap <buffer> <silent> ;ol <ol>
11675 </ol>O
11676 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
11677 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
11678 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
11679 inoremap <buffer> <silent> ;lk <link href="">F"
11680 inoremap <buffer> <silent> ;li <li></li>F<
11681 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
11682 inoremap <buffer> <silent> ;ii <isindex>
11683 inoremap <buffer> <silent> ;in <ins></ins>F<
11684 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
11685 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
11686 inoremap <buffer> <silent> ;ht <html>
11687 </html>O
11688 inoremap <buffer> <silent> ;Hr <hr width="75%">
11689 inoremap <buffer> <silent> ;hr <hr>
11690 inoremap <buffer> <silent> ;he <head>
11691 </head>O
11692 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
11693 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
11694 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
11695 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
11696 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
11697 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
11698 inoremap <buffer> <silent> ;h6 <h6></h6>F<
11699 inoremap <buffer> <silent> ;h5 <h5></h5>F<
11700 inoremap <buffer> <silent> ;h4 <h4></h4>F<
11701 inoremap <buffer> <silent> ;h3 <h3></h3>F<
11702 inoremap <buffer> <silent> ;h2 <h2></h2>F<
11703 inoremap <buffer> <silent> ;h1 <h1></h1>F<
11704 inoremap <buffer> <silent> ;fc <font color=""></font>F"
11705 inoremap <buffer> <silent> ;fo <font size=""></font>F"
11706 inoremap <buffer> <silent> ;sn <span></span>F<
11707 inoremap <buffer> <silent> ;dv <div>
11708 </div>O
11709 inoremap <buffer> <silent> ;df <dfn></dfn>F<
11710 inoremap <buffer> <silent> ;de <del></del>F<
11711 inoremap <buffer> <silent> ;dd <dd></dd>F<
11712 inoremap <buffer> <silent> ;dt <dt></dt>F<
11713 inoremap <buffer> <silent> ;dl <dl>
11714 </dl>O
11715 inoremap <buffer> <silent> ;co <code></code>F<
11716 inoremap <buffer> <silent> ;ci <cite></cite>F<
11717 inoremap <buffer> <silent> ;ce <center></center>F<
11718 inoremap <buffer> <silent> ;br <br>
11719 inoremap <buffer> <silent> ;bd <body>
11720 </body>O
11721 inoremap <buffer> <silent> ;bl <blockquote>
11722 </blockquote>O
11723 inoremap <buffer> <silent> ;bi <big></big>F<
11724 inoremap <buffer> <silent> ;bh <base href="">F"
11725 inoremap <buffer> <silent> ;ad <address></address>F<
11726 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
11727 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
11728 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
11729 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
11730 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
11731 inoremap <buffer> <silent> ;an <a name=""></a>F"
11732 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
11733 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
11734 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
11735 inoremap <buffer> <silent> ;ah <a href=""></a>F"
11736 imap <buffer> <silent> ;s4 ;s4
11737 imap <buffer> <silent> ;4 ;4
11738 inoremap <buffer> <silent> ;mi :call MangleImageTag()
11739 inoremap <buffer> <silent> ; 
11740 inoremap <buffer> <silent> ;& &
11741 inoremap <buffer> <silent> ;; ;
11742 setlocal keymap=
11743 setlocal noarabic
11744 setlocal autoindent
11745 setlocal balloonexpr=
11746 setlocal nobinary
11747 setlocal bufhidden=
11748 setlocal buflisted
11749 setlocal buftype=
11750 setlocal nocindent
11751 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11752 setlocal cinoptions=
11753 setlocal cinwords=if,else,while,do,for,switch
11754 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
11755 setlocal commentstring=/*%s*/
11756 setlocal complete=.,w,b,u,t,i
11757 setlocal completefunc=
11758 setlocal nocopyindent
11759 setlocal nocursorcolumn
11760 setlocal nocursorline
11761 setlocal define=
11762 setlocal dictionary=
11763 setlocal nodiff
11764 setlocal equalprg=
11765 setlocal errorformat=
11766 setlocal noexpandtab
11767 if &filetype != 'php'
11768 setlocal filetype=php
11769 endif
11770 setlocal foldcolumn=0
11771 setlocal foldenable
11772 setlocal foldexpr=0
11773 setlocal foldignore=#
11774 setlocal foldlevel=0
11775 setlocal foldmarker={{{,}}}
11776 setlocal foldmethod=manual
11777 setlocal foldminlines=1
11778 setlocal foldnestmax=20
11779 setlocal foldtext=foldtext()
11780 setlocal formatexpr=
11781 setlocal formatoptions=tcq
11782 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11783 setlocal grepprg=
11784 setlocal iminsert=2
11785 setlocal imsearch=2
11786 setlocal include=\\(require\\|include\\)\\(_once\\)\\?
11787 setlocal includeexpr=
11788 setlocal indentexpr=
11789 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
11790 setlocal noinfercase
11791 setlocal iskeyword=@,48-57,_,192-255
11792 setlocal keywordprg=
11793 setlocal nolinebreak
11794 setlocal nolisp
11795 setlocal nolist
11796 setlocal makeprg=
11797 setlocal matchpairs=(:),{:},[:],<:>
11798 setlocal nomodeline
11799 setlocal modifiable
11800 setlocal nrformats=octal,hex
11801 setlocal nonumber
11802 setlocal numberwidth=4
11803 setlocal omnifunc=phpcomplete#CompletePHP
11804 setlocal path=
11805 setlocal nopreserveindent
11806 setlocal nopreviewwindow
11807 setlocal quoteescape=\\
11808 setlocal noreadonly
11809 setlocal norightleft
11810 setlocal rightleftcmd=search
11811 setlocal noscrollbind
11812 setlocal shiftwidth=8
11813 setlocal noshortname
11814 setlocal nosmartindent
11815 setlocal softtabstop=0
11816 setlocal nospell
11817 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
11818 setlocal spellfile=
11819 setlocal spelllang=en
11820 setlocal statusline=
11821 setlocal suffixesadd=
11822 setlocal swapfile
11823 setlocal synmaxcol=3000
11824 if &syntax != 'php'
11825 setlocal syntax=php
11826 endif
11827 setlocal tabstop=2
11828 setlocal tags=
11829 setlocal textwidth=0
11830 setlocal thesaurus=
11831 setlocal nowinfixheight
11832 setlocal nowinfixwidth
11833 setlocal wrap
11834 setlocal wrapmargin=0
11835 silent! normal! zE
11836 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
11837 if s:l < 1 | let s:l = 1 | endif
11838 exe s:l
11839 normal! zt
11840 1
11841 normal! 01l
11842 tabedit .template.html
11843 set splitbelow splitright
11844 set nosplitbelow
11845 set nosplitright
11846 wincmd t
11847 set winheight=1 winwidth=1
11848 argglobal
11849 31argu
11850 edit .template.html
11851 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
11852 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
11853 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
11854 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
11855 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
11856 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
11857 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
11858 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
11859 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
11860 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
11861 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
11862 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
11863 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
11864 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
11865 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
11866 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
11867 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
11868 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
11869 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">')
11870 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">')
11871 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
11872 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
11873 nnoremap <buffer> <silent> ; 
11874 nnoremap <buffer> <silent> ;; ;
11875 vnoremap <buffer> <silent> ;; ;
11876 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
11877 inoremap <buffer> <silent> &hA &hArr;
11878 inoremap <buffer> <silent> &dA &dArr;
11879 inoremap <buffer> <silent> &rA &rArr;
11880 inoremap <buffer> <silent> &uA &uArr;
11881 inoremap <buffer> <silent> &lA &lArr;
11882 inoremap <buffer> <silent> &ha &harr;
11883 inoremap <buffer> <silent> &da &darr;
11884 inoremap <buffer> <silent> &ra &rarr;
11885 inoremap <buffer> <silent> &ua &uarr;
11886 inoremap <buffer> <silent> &la &larr;
11887 inoremap <buffer> <silent> &pv &piv;
11888 inoremap <buffer> <silent> &uh &upsih;
11889 inoremap <buffer> <silent> &ts &thetasym;
11890 inoremap <buffer> <silent> &og &omega;
11891 inoremap <buffer> <silent> &ps &psi;
11892 inoremap <buffer> <silent> &ch &chi;
11893 inoremap <buffer> <silent> &ph &phi;
11894 inoremap <buffer> <silent> &up &upsilon;
11895 inoremap <buffer> <silent> &ta &tau;
11896 inoremap <buffer> <silent> &sf &sigmaf;
11897 inoremap <buffer> <silent> &si &sigma;
11898 inoremap <buffer> <silent> &rh &rho;
11899 inoremap <buffer> <silent> &pi &pi;
11900 inoremap <buffer> <silent> &oc &omicron;
11901 inoremap <buffer> <silent> &xi &xi;
11902 inoremap <buffer> <silent> &nu &nu;
11903 inoremap <buffer> <silent> &mu &mu;
11904 inoremap <buffer> <silent> &lm &lambda;
11905 inoremap <buffer> <silent> &ka &kappa;
11906 inoremap <buffer> <silent> &io &iota;
11907 inoremap <buffer> <silent> &th &theta;
11908 inoremap <buffer> <silent> &et &eta;
11909 inoremap <buffer> <silent> &ze &zeta;
11910 inoremap <buffer> <silent> &ep &epsilon;
11911 inoremap <buffer> <silent> &de &delta;
11912 inoremap <buffer> <silent> &ga &gamma;
11913 inoremap <buffer> <silent> &be &beta;
11914 inoremap <buffer> <silent> &al &alpha;
11915 inoremap <buffer> <silent> &Ps &Psi;
11916 inoremap <buffer> <silent> &Ch &Chi;
11917 inoremap <buffer> <silent> &Ph &Phi;
11918 inoremap <buffer> <silent> &Up &Upsilon;
11919 inoremap <buffer> <silent> &Ta &Tau;
11920 inoremap <buffer> <silent> &Si &Sigma;
11921 inoremap <buffer> <silent> &Rh &Rho;
11922 inoremap <buffer> <silent> &Pi &Pi;
11923 inoremap <buffer> <silent> &Oc &Omicron;
11924 inoremap <buffer> <silent> &Xi &Xi;
11925 inoremap <buffer> <silent> &Nu &Nu;
11926 inoremap <buffer> <silent> &Mu &Mu;
11927 inoremap <buffer> <silent> &Lm &Lambda;
11928 inoremap <buffer> <silent> &Ka &Kappa;
11929 inoremap <buffer> <silent> &Io &Iota;
11930 inoremap <buffer> <silent> &Th &Theta;
11931 inoremap <buffer> <silent> &Et &Eta;
11932 inoremap <buffer> <silent> &Ze &Zeta;
11933 inoremap <buffer> <silent> &Ep &Epsilon;
11934 inoremap <buffer> <silent> &De &Delta;
11935 inoremap <buffer> <silent> &Ga &Gamma;
11936 inoremap <buffer> <silent> &Be &Beta;
11937 inoremap <buffer> <silent> &Al &Alpha;
11938 inoremap <buffer> <silent> &3. &hellip;
11939 inoremap <buffer> <silent> &-- &mdash;
11940 inoremap <buffer> <silent> &3- &mdash;
11941 inoremap <buffer> <silent> &m- &mdash;
11942 inoremap <buffer> <silent> &2- &ndash;
11943 inoremap <buffer> <silent> &n- &ndash;
11944 inoremap <buffer> <silent> &34 &frac34;
11945 inoremap <buffer> <silent> &12 &frac12;
11946 inoremap <buffer> <silent> &14 &frac14;
11947 inoremap <buffer> <silent> &. &middot;
11948 inoremap <buffer> <silent> &pa &para;
11949 inoremap <buffer> <silent> &mi &micro;
11950 inoremap <buffer> <silent> &dg &deg;
11951 inoremap <buffer> <silent> &? &iquest;
11952 inoremap <buffer> <silent> &! &iexcl;
11953 inoremap <buffer> <silent> &sz &szlig;
11954 inoremap <buffer> <silent> &o/ &oslash;
11955 inoremap <buffer> <silent> &/ &divide;
11956 inoremap <buffer> <silent> &" &uml;
11957 inoremap <buffer> <silent> &2> &raquo;
11958 inoremap <buffer> <silent> &2< &laquo;
11959 inoremap <buffer> <silent> &y" &yuml;
11960 inoremap <buffer> <silent> &y' &yacute;
11961 inoremap <buffer> <silent> &u" &uuml;
11962 inoremap <buffer> <silent> &u^ &ucirc;
11963 inoremap <buffer> <silent> &u' &uacute;
11964 inoremap <buffer> <silent> &u` &ugrave;
11965 inoremap <buffer> <silent> &x &times;
11966 inoremap <buffer> <silent> &o" &ouml;
11967 inoremap <buffer> <silent> &o~ &otilde;
11968 inoremap <buffer> <silent> &o^ &ocirc;
11969 inoremap <buffer> <silent> &o' &oacute;
11970 inoremap <buffer> <silent> &o` &ograve;
11971 inoremap <buffer> <silent> &n~ &ntilde;
11972 inoremap <buffer> <silent> &i" &iuml;
11973 inoremap <buffer> <silent> &i^ &icirc;
11974 inoremap <buffer> <silent> &i' &iacute;
11975 inoremap <buffer> <silent> &i` &igrave;
11976 inoremap <buffer> <silent> &e" &euml;
11977 inoremap <buffer> <silent> &e^ &ecirc;
11978 inoremap <buffer> <silent> &e' &eacute;
11979 inoremap <buffer> <silent> &e` &egrave;
11980 inoremap <buffer> <silent> &c, &ccedil;
11981 inoremap <buffer> <silent> &ae &aelig;
11982 inoremap <buffer> <silent> &ao &aring;
11983 inoremap <buffer> <silent> &a" &auml;
11984 inoremap <buffer> <silent> &a~ &atilde;
11985 inoremap <buffer> <silent> &a^ &acirc;
11986 inoremap <buffer> <silent> &a' &aacute;
11987 inoremap <buffer> <silent> &a` &agrave;
11988 inoremap <buffer> <silent> &Y' &Yacute;
11989 inoremap <buffer> <silent> &U" &Uuml;
11990 inoremap <buffer> <silent> &U^ &Ucirc;
11991 inoremap <buffer> <silent> &U' &Uacute;
11992 inoremap <buffer> <silent> &U` &Ugrave;
11993 inoremap <buffer> <silent> &O/ &Oslash;
11994 inoremap <buffer> <silent> &O" &Ouml;
11995 inoremap <buffer> <silent> &O~ &Otilde;
11996 inoremap <buffer> <silent> &O^ &Ocirc;
11997 inoremap <buffer> <silent> &O' &Oacute;
11998 inoremap <buffer> <silent> &O` &Ograve;
11999 inoremap <buffer> <silent> &N~ &Ntilde;
12000 inoremap <buffer> <silent> &I" &Iuml;
12001 inoremap <buffer> <silent> &I^ &Icirc;
12002 inoremap <buffer> <silent> &I' &Iacute;
12003 inoremap <buffer> <silent> &I` &Igrave;
12004 inoremap <buffer> <silent> &E" &Euml;
12005 inoremap <buffer> <silent> &E^ &Ecirc;
12006 inoremap <buffer> <silent> &E' &Eacute;
12007 inoremap <buffer> <silent> &E` &Egrave;
12008 inoremap <buffer> <silent> &C, &Ccedil;
12009 inoremap <buffer> <silent> &AE &AElig;
12010 inoremap <buffer> <silent> &Ao &Aring;
12011 inoremap <buffer> <silent> &A" &Auml;
12012 inoremap <buffer> <silent> &A~ &Atilde;
12013 inoremap <buffer> <silent> &A^ &Acirc;
12014 inoremap <buffer> <silent> &A' &Aacute;
12015 inoremap <buffer> <silent> &A` &Agrave;
12016 inoremap <buffer> <silent> &c| &cent;
12017 inoremap <buffer> <silent> &Y= &yen;
12018 inoremap <buffer> <silent> &# &pound;
12019 inoremap <buffer> <silent> & &nbsp;
12020 inoremap <buffer> <silent> &> &gt;
12021 inoremap <buffer> <silent> &< &lt;
12022 inoremap <buffer> <silent> &' &quot;
12023 inoremap <buffer> <silent> &tm &trade;
12024 inoremap <buffer> <silent> &rO &reg;
12025 inoremap <buffer> <silent> &cO &copy;
12026 inoremap <buffer> <silent> && &amp;
12027 inoremap <buffer> <silent> ; &nbsp;
12028 inoremap <buffer> <silent> ;la <label for=""></label>F"
12029 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
12030 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
12031 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
12032 </textarea>k$5F"i
12033 inoremap <buffer> <silent> ;og <optgroup label="">
12034 </optgroup>k$F"i
12035 inoremap <buffer> <silent> ;op <option></option>F<
12036 inoremap <buffer> <silent> ;ms <select name="" multiple>
12037 </select>O
12038 inoremap <buffer> <silent> ;se <select name="">
12039 </select>O
12040 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
12041 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
12042 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
12043 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
12044 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
12045 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
12046 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
12047 inoremap <buffer> <silent> ;fm <form action="">
12048 </form>k$F"i
12049 inoremap <buffer> <silent> ;if <iframe src="">
12050 </iframe>k$F"i
12051 inoremap <buffer> <silent> ;nf <noframes>
12052 </noframes>O
12053 inoremap <buffer> <silent> ;fr <frame src="">F"
12054 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
12055 </frameset>k$3F"i
12056 inoremap <buffer> <silent> ;th <th></th>F<
12057 inoremap <buffer> <silent> ;td <td>
12058 </td>O
12059 inoremap <buffer> <silent> ;tr <tr>
12060 </tr>O
12061 inoremap <buffer> <silent> ;tf <tfoot>
12062 </tfoot>O
12063 inoremap <buffer> <silent> ;tb <tbody>
12064 </tbody>O
12065 inoremap <buffer> <silent> ;tH <thead>
12066 </thead>O
12067 inoremap <buffer> <silent> ;ta <table>
12068 </table>O
12069 inoremap <buffer> <silent> ;ca <caption></caption>F<
12070 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
12071 </object>k$5F"i
12072 inoremap <buffer> <silent> ;ns <noscript>
12073 </noscripT>O
12074 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
12075 <noembed></noembed>k$5F"i
12076 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
12077 inoremap <buffer> <silent> ;va <var></var>F<
12078 inoremap <buffer> <silent> ;ul <ul>
12079 </ul>O
12080 inoremap <buffer> <silent> ;tt <tt></tt>F<
12081 inoremap <buffer> <silent> ;ti <title></title>F<
12082 inoremap <buffer> <silent> ;sp <sup></sup>F<
12083 inoremap <buffer> <silent> ;sb <sub></sub>F<
12084 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
12085 inoremap <buffer> <silent> ;cs <style type="text/css">
12086 <!--
12087 -->
12088 </style>kO
12089 inoremap <buffer> <silent> ;sm <small></small>F<
12090 inoremap <buffer> <silent> ;sa <samp></samp>F<
12091 inoremap <buffer> <silent> ;sk <strike></strike>F<
12092 inoremap <buffer> <silent> ;qu <q></q>F<
12093 inoremap <buffer> <silent> ;pr <pre>
12094 </pre>O
12095 inoremap <buffer> <silent> ;/p </p>
12096 
12097 <p>
12098 inoremap <buffer> <silent> ;pp <p>
12099 </p>O
12100 inoremap <buffer> <silent> ;ol <ol>
12101 </ol>O
12102 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
12103 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
12104 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
12105 inoremap <buffer> <silent> ;lk <link href="">F"
12106 inoremap <buffer> <silent> ;li <li></li>F<
12107 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
12108 inoremap <buffer> <silent> ;ii <isindex>
12109 inoremap <buffer> <silent> ;in <ins></ins>F<
12110 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
12111 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
12112 inoremap <buffer> <silent> ;ht <html>
12113 </html>O
12114 inoremap <buffer> <silent> ;Hr <hr width="75%">
12115 inoremap <buffer> <silent> ;hr <hr>
12116 inoremap <buffer> <silent> ;he <head>
12117 </head>O
12118 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
12119 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
12120 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
12121 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
12122 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
12123 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
12124 inoremap <buffer> <silent> ;h6 <h6></h6>F<
12125 inoremap <buffer> <silent> ;h5 <h5></h5>F<
12126 inoremap <buffer> <silent> ;h4 <h4></h4>F<
12127 inoremap <buffer> <silent> ;h3 <h3></h3>F<
12128 inoremap <buffer> <silent> ;h2 <h2></h2>F<
12129 inoremap <buffer> <silent> ;h1 <h1></h1>F<
12130 inoremap <buffer> <silent> ;fc <font color=""></font>F"
12131 inoremap <buffer> <silent> ;fo <font size=""></font>F"
12132 inoremap <buffer> <silent> ;sn <span></span>F<
12133 inoremap <buffer> <silent> ;dv <div>
12134 </div>O
12135 inoremap <buffer> <silent> ;df <dfn></dfn>F<
12136 inoremap <buffer> <silent> ;de <del></del>F<
12137 inoremap <buffer> <silent> ;dd <dd></dd>F<
12138 inoremap <buffer> <silent> ;dt <dt></dt>F<
12139 inoremap <buffer> <silent> ;dl <dl>
12140 </dl>O
12141 inoremap <buffer> <silent> ;co <code></code>F<
12142 inoremap <buffer> <silent> ;ci <cite></cite>F<
12143 inoremap <buffer> <silent> ;ce <center></center>F<
12144 inoremap <buffer> <silent> ;br <br>
12145 inoremap <buffer> <silent> ;bd <body>
12146 </body>O
12147 inoremap <buffer> <silent> ;bl <blockquote>
12148 </blockquote>O
12149 inoremap <buffer> <silent> ;bi <big></big>F<
12150 inoremap <buffer> <silent> ;bh <base href="">F"
12151 inoremap <buffer> <silent> ;ad <address></address>F<
12152 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
12153 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
12154 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
12155 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
12156 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
12157 inoremap <buffer> <silent> ;an <a name=""></a>F"
12158 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
12159 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
12160 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
12161 inoremap <buffer> <silent> ;ah <a href=""></a>F"
12162 imap <buffer> <silent> ;s4 ;s4
12163 imap <buffer> <silent> ;4 ;4
12164 inoremap <buffer> <silent> ;mi :call MangleImageTag()
12165 inoremap <buffer> <silent> ; 
12166 inoremap <buffer> <silent> ;& &
12167 inoremap <buffer> <silent> ;; ;
12168 setlocal keymap=
12169 setlocal noarabic
12170 setlocal autoindent
12171 setlocal balloonexpr=
12172 setlocal nobinary
12173 setlocal bufhidden=
12174 setlocal buflisted
12175 setlocal buftype=
12176 setlocal nocindent
12177 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12178 setlocal cinoptions=
12179 setlocal cinwords=if,else,while,do,for,switch
12180 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
12181 setlocal commentstring=<!--%s-->
12182 setlocal complete=.,w,b,u,t,i
12183 setlocal completefunc=
12184 setlocal nocopyindent
12185 setlocal nocursorcolumn
12186 setlocal nocursorline
12187 setlocal define=
12188 setlocal dictionary=
12189 setlocal nodiff
12190 setlocal equalprg=
12191 setlocal errorformat=
12192 setlocal noexpandtab
12193 if &filetype != 'html'
12194 setlocal filetype=html
12195 endif
12196 setlocal foldcolumn=0
12197 setlocal foldenable
12198 setlocal foldexpr=0
12199 setlocal foldignore=#
12200 setlocal foldlevel=0
12201 setlocal foldmarker={{{,}}}
12202 setlocal foldmethod=manual
12203 setlocal foldminlines=1
12204 setlocal foldnestmax=20
12205 setlocal foldtext=foldtext()
12206 setlocal formatexpr=
12207 setlocal formatoptions=tcq
12208 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12209 setlocal grepprg=
12210 setlocal iminsert=2
12211 setlocal imsearch=2
12212 setlocal include=
12213 setlocal includeexpr=
12214 setlocal indentexpr=
12215 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12216 setlocal noinfercase
12217 setlocal iskeyword=@,48-57,_,192-255
12218 setlocal keywordprg=
12219 setlocal nolinebreak
12220 setlocal nolisp
12221 setlocal nolist
12222 setlocal makeprg=
12223 setlocal matchpairs=(:),{:},[:],<:>
12224 setlocal nomodeline
12225 setlocal modifiable
12226 setlocal nrformats=octal,hex
12227 setlocal nonumber
12228 setlocal numberwidth=4
12229 setlocal omnifunc=htmlcomplete#CompleteTags
12230 setlocal path=
12231 setlocal nopreserveindent
12232 setlocal nopreviewwindow
12233 setlocal quoteescape=\\
12234 setlocal noreadonly
12235 setlocal norightleft
12236 setlocal rightleftcmd=search
12237 setlocal noscrollbind
12238 setlocal shiftwidth=8
12239 setlocal noshortname
12240 setlocal nosmartindent
12241 setlocal softtabstop=0
12242 setlocal nospell
12243 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
12244 setlocal spellfile=
12245 setlocal spelllang=en
12246 setlocal statusline=
12247 setlocal suffixesadd=
12248 setlocal swapfile
12249 setlocal synmaxcol=3000
12250 if &syntax != 'html'
12251 setlocal syntax=html
12252 endif
12253 setlocal tabstop=2
12254 setlocal tags=
12255 setlocal textwidth=0
12256 setlocal thesaurus=
12257 setlocal nowinfixheight
12258 setlocal nowinfixwidth
12259 setlocal wrap
12260 setlocal wrapmargin=0
12261 silent! normal! zE
12262 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
12263 if s:l < 1 | let s:l = 1 | endif
12264 exe s:l
12265 normal! zt
12266 1
12267 normal! 0
12268 tabedit scripts/2site
12269 set splitbelow splitright
12270 set nosplitbelow
12271 set nosplitright
12272 wincmd t
12273 set winheight=1 winwidth=1
12274 argglobal
12275 32argu
12276 edit scripts/2site
12277 setlocal keymap=
12278 setlocal noarabic
12279 setlocal autoindent
12280 setlocal balloonexpr=
12281 setlocal nobinary
12282 setlocal bufhidden=
12283 setlocal buflisted
12284 setlocal buftype=
12285 setlocal nocindent
12286 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12287 setlocal cinoptions=
12288 setlocal cinwords=if,else,while,do,for,switch
12289 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
12290 setlocal commentstring=#%s
12291 setlocal complete=.,w,b,u,t,i
12292 setlocal completefunc=
12293 setlocal nocopyindent
12294 setlocal nocursorcolumn
12295 setlocal nocursorline
12296 setlocal define=
12297 setlocal dictionary=
12298 setlocal nodiff
12299 setlocal equalprg=
12300 setlocal errorformat=
12301 setlocal noexpandtab
12302 if &filetype != 'sh'
12303 setlocal filetype=sh
12304 endif
12305 setlocal foldcolumn=0
12306 setlocal foldenable
12307 setlocal foldexpr=0
12308 setlocal foldignore=#
12309 setlocal foldlevel=0
12310 setlocal foldmarker={{{,}}}
12311 setlocal foldmethod=manual
12312 setlocal foldminlines=1
12313 setlocal foldnestmax=20
12314 setlocal foldtext=foldtext()
12315 setlocal formatexpr=
12316 setlocal formatoptions=tcq
12317 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12318 setlocal grepprg=
12319 setlocal iminsert=0
12320 setlocal imsearch=2
12321 setlocal include=
12322 setlocal includeexpr=
12323 setlocal indentexpr=
12324 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12325 setlocal noinfercase
12326 setlocal iskeyword=@,48-57,_,192-255
12327 setlocal keywordprg=
12328 setlocal nolinebreak
12329 setlocal nolisp
12330 setlocal nolist
12331 setlocal makeprg=
12332 setlocal matchpairs=(:),{:},[:]
12333 setlocal nomodeline
12334 setlocal modifiable
12335 setlocal nrformats=octal,hex
12336 setlocal nonumber
12337 setlocal numberwidth=4
12338 setlocal omnifunc=
12339 setlocal path=
12340 setlocal nopreserveindent
12341 setlocal nopreviewwindow
12342 setlocal quoteescape=\\
12343 setlocal noreadonly
12344 setlocal norightleft
12345 setlocal rightleftcmd=search
12346 setlocal noscrollbind
12347 setlocal shiftwidth=8
12348 setlocal noshortname
12349 setlocal nosmartindent
12350 setlocal softtabstop=0
12351 setlocal nospell
12352 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
12353 setlocal spellfile=
12354 setlocal spelllang=en
12355 setlocal statusline=
12356 setlocal suffixesadd=
12357 setlocal swapfile
12358 setlocal synmaxcol=3000
12359 if &syntax != 'sh'
12360 setlocal syntax=sh
12361 endif
12362 setlocal tabstop=2
12363 setlocal tags=
12364 setlocal textwidth=0
12365 setlocal thesaurus=
12366 setlocal nowinfixheight
12367 setlocal nowinfixwidth
12368 setlocal wrap
12369 setlocal wrapmargin=0
12370 silent! normal! zE
12371 let s:l = 34 - ((33 * winheight(0) + 19) / 38)
12372 if s:l < 1 | let s:l = 1 | endif
12373 exe s:l
12374 normal! zt
12375 34
12376 normal! 0
12377 tabedit scripts/html2html
12378 set splitbelow splitright
12379 set nosplitbelow
12380 set nosplitright
12381 wincmd t
12382 set winheight=1 winwidth=1
12383 argglobal
12384 edit scripts/html2html
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 != ''
12411 setlocal filetype=
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 != ''
12468 setlocal syntax=
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/html2txt
12486 set splitbelow splitright
12487 set nosplitbelow
12488 set nosplitright
12489 wincmd t
12490 set winheight=1 winwidth=1
12491 argglobal
12492 edit scripts/html2txt
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=0
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 scripts/update-boot-params
12594 set splitbelow splitright
12595 set nosplitbelow
12596 set nosplitright
12597 wincmd t
12598 set winheight=1 winwidth=1
12599 argglobal
12600 33argu
12601 edit scripts/update-boot-params
12602 setlocal keymap=
12603 setlocal noarabic
12604 setlocal autoindent
12605 setlocal balloonexpr=
12606 setlocal nobinary
12607 setlocal bufhidden=
12608 setlocal buflisted
12609 setlocal buftype=
12610 setlocal nocindent
12611 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12612 setlocal cinoptions=
12613 setlocal cinwords=if,else,while,do,for,switch
12614 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
12615 setlocal commentstring=#%s
12616 setlocal complete=.,w,b,u,t,i
12617 setlocal completefunc=
12618 setlocal nocopyindent
12619 setlocal nocursorcolumn
12620 setlocal nocursorline
12621 setlocal define=
12622 setlocal dictionary=
12623 setlocal nodiff
12624 setlocal equalprg=
12625 setlocal errorformat=
12626 setlocal noexpandtab
12627 if &filetype != 'sh'
12628 setlocal filetype=sh
12629 endif
12630 setlocal foldcolumn=0
12631 setlocal foldenable
12632 setlocal foldexpr=0
12633 setlocal foldignore=#
12634 setlocal foldlevel=0
12635 setlocal foldmarker={{{,}}}
12636 setlocal foldmethod=manual
12637 setlocal foldminlines=1
12638 setlocal foldnestmax=20
12639 setlocal foldtext=foldtext()
12640 setlocal formatexpr=
12641 setlocal formatoptions=tcq
12642 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12643 setlocal grepprg=
12644 setlocal iminsert=2
12645 setlocal imsearch=2
12646 setlocal include=
12647 setlocal includeexpr=
12648 setlocal indentexpr=
12649 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12650 setlocal noinfercase
12651 setlocal iskeyword=@,48-57,_,192-255
12652 setlocal keywordprg=
12653 setlocal nolinebreak
12654 setlocal nolisp
12655 setlocal nolist
12656 setlocal makeprg=
12657 setlocal matchpairs=(:),{:},[:]
12658 setlocal nomodeline
12659 setlocal modifiable
12660 setlocal nrformats=octal,hex
12661 setlocal nonumber
12662 setlocal numberwidth=4
12663 setlocal omnifunc=
12664 setlocal path=
12665 setlocal nopreserveindent
12666 setlocal nopreviewwindow
12667 setlocal quoteescape=\\
12668 setlocal noreadonly
12669 setlocal norightleft
12670 setlocal rightleftcmd=search
12671 setlocal noscrollbind
12672 setlocal shiftwidth=8
12673 setlocal noshortname
12674 setlocal nosmartindent
12675 setlocal softtabstop=0
12676 setlocal nospell
12677 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
12678 setlocal spellfile=
12679 setlocal spelllang=en
12680 setlocal statusline=
12681 setlocal suffixesadd=
12682 setlocal swapfile
12683 setlocal synmaxcol=3000
12684 if &syntax != 'sh'
12685 setlocal syntax=sh
12686 endif
12687 setlocal tabstop=2
12688 setlocal tags=
12689 setlocal textwidth=0
12690 setlocal thesaurus=
12691 setlocal nowinfixheight
12692 setlocal nowinfixwidth
12693 setlocal wrap
12694 setlocal wrapmargin=0
12695 silent! normal! zE
12696 let s:l = 2 - ((1 * winheight(0) + 19) / 38)
12697 if s:l < 1 | let s:l = 1 | endif
12698 exe s:l
12699 normal! zt
12700 2
12701 normal! 0
12702 tabedit ../chkNamedLinks
12703 set splitbelow splitright
12704 set nosplitbelow
12705 set nosplitright
12706 wincmd t
12707 set winheight=1 winwidth=1
12708 argglobal
12709 34argu
12710 setlocal keymap=
12711 setlocal noarabic
12712 setlocal autoindent
12713 setlocal balloonexpr=
12714 setlocal nobinary
12715 setlocal bufhidden=
12716 setlocal buflisted
12717 setlocal buftype=
12718 setlocal nocindent
12719 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12720 setlocal cinoptions=
12721 setlocal cinwords=if,else,while,do,for,switch
12722 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
12723 setlocal commentstring=#%s
12724 setlocal complete=.,w,b,u,t,i
12725 setlocal completefunc=
12726 setlocal nocopyindent
12727 setlocal nocursorcolumn
12728 setlocal nocursorline
12729 setlocal define=
12730 setlocal dictionary=
12731 setlocal nodiff
12732 setlocal equalprg=
12733 setlocal errorformat=
12734 setlocal noexpandtab
12735 if &filetype != 'sh'
12736 setlocal filetype=sh
12737 endif
12738 setlocal foldcolumn=0
12739 setlocal foldenable
12740 setlocal foldexpr=0
12741 setlocal foldignore=#
12742 setlocal foldlevel=0
12743 setlocal foldmarker={{{,}}}
12744 setlocal foldmethod=manual
12745 setlocal foldminlines=1
12746 setlocal foldnestmax=20
12747 setlocal foldtext=foldtext()
12748 setlocal formatexpr=
12749 setlocal formatoptions=tcq
12750 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12751 setlocal grepprg=
12752 setlocal iminsert=0
12753 setlocal imsearch=2
12754 setlocal include=
12755 setlocal includeexpr=
12756 setlocal indentexpr=
12757 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12758 setlocal noinfercase
12759 setlocal iskeyword=@,48-57,_,192-255
12760 setlocal keywordprg=
12761 setlocal nolinebreak
12762 setlocal nolisp
12763 setlocal nolist
12764 setlocal makeprg=
12765 setlocal matchpairs=(:),{:},[:]
12766 setlocal nomodeline
12767 setlocal modifiable
12768 setlocal nrformats=octal,hex
12769 setlocal nonumber
12770 setlocal numberwidth=4
12771 setlocal omnifunc=
12772 setlocal path=
12773 setlocal nopreserveindent
12774 setlocal nopreviewwindow
12775 setlocal quoteescape=\\
12776 setlocal noreadonly
12777 setlocal norightleft
12778 setlocal rightleftcmd=search
12779 setlocal noscrollbind
12780 setlocal shiftwidth=8
12781 setlocal noshortname
12782 setlocal nosmartindent
12783 setlocal softtabstop=0
12784 setlocal nospell
12785 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
12786 setlocal spellfile=
12787 setlocal spelllang=en
12788 setlocal statusline=
12789 setlocal suffixesadd=
12790 setlocal swapfile
12791 setlocal synmaxcol=3000
12792 if &syntax != 'sh'
12793 setlocal syntax=sh
12794 endif
12795 setlocal tabstop=2
12796 setlocal tags=
12797 setlocal textwidth=0
12798 setlocal thesaurus=
12799 setlocal nowinfixheight
12800 setlocal nowinfixwidth
12801 setlocal wrap
12802 setlocal wrapmargin=0
12803 silent! normal! zE
12804 let s:l = 2 - ((1 * winheight(0) + 19) / 38)
12805 if s:l < 1 | let s:l = 1 | endif
12806 exe s:l
12807 normal! zt
12808 2
12809 normal! 0
12810 tabnext 33
12811 if exists('s:wipebuf')
12812 silent exe 'bwipe ' . s:wipebuf
12813 endif
12814 unlet! s:wipebuf
12815 set winheight=1 winwidth=20 shortmess=filnxtToO
12816 let s:sx = expand("<sfile>:p:r")."x.vim"
12817 if file_readable(s:sx)
12818 exe "source " . fnameescape(s:sx)
12819 endif
12820 let &so = s:so_save | let &siso = s:siso_save
12821 doautoall SessionLoadPost
12822 unlet SessionLoad
12823 " vim: set ft=vim :

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26