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

Contents of /Documentation.vim

Parent Directory Parent Directory | Revision Log Revision Log


Revision 45 - (show annotations)
Wed May 19 15:03:43 2010 UTC (13 years, 11 months ago) by sng
File size: 489226 byte(s)
tidying up...
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 +0 backup.html
84 badd +0 backup-smb.html
85 badd +0 boot-params.html
86 badd +0 clonezilla.html
87 badd +0 custom-cd.html
88 badd +0 flash-backup.html
89 badd +0 help.html
90 badd +0 index.html
91 badd +0 intro.html
92 badd +0 oldboot.html
93 badd +0 own-scripts.html
94 badd +0 partitions.html
95 badd +0 project.html
96 badd +0 recover.html
97 badd +0 reloc-img.html
98 badd +0 restoration.html
99 badd +0 restore-burn.html
100 badd +0 restore.html
101 badd +0 screenshots.html
102 badd +0 supergrubdisk.html
103 badd +0 sysresccd.html
104 badd +0 usb.html
105 badd +0 news.php
106 badd +0 onepage.php
107 badd +0 printable.php
108 badd +0 clonezilla-sysresccd.rss
109 badd +0 ../.htaccess
110 badd +0 ../.404.html
111 badd +0 ../.news.php
112 badd +0 ../.template.html
113 badd +0 ../2site
114 badd +0 html2txt
115 badd +0 ../chkNamedLinks
116 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
117 edit annex-a-devices.html
118 set splitbelow splitright
119 set nosplitbelow
120 set nosplitright
121 wincmd t
122 set winheight=1 winwidth=1
123 argglobal
124 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
125 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
126 nnoremap <buffer> <silent> ;# :ColorSelect
127 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
128 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
129 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
130 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
131 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
132 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
133 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
134 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
135 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
136 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
137 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
138 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
139 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
140 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
141 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
142 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
143 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">')
144 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">')
145 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
146 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
147 nnoremap <buffer> <silent> ; 
148 nnoremap <buffer> <silent> ;; ;
149 vnoremap <buffer> <silent> ;; ;
150 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
151 inoremap <buffer> <silent> &hA &hArr;
152 inoremap <buffer> <silent> &dA &dArr;
153 inoremap <buffer> <silent> &rA &rArr;
154 inoremap <buffer> <silent> &uA &uArr;
155 inoremap <buffer> <silent> &lA &lArr;
156 inoremap <buffer> <silent> &ha &harr;
157 inoremap <buffer> <silent> &da &darr;
158 inoremap <buffer> <silent> &ra &rarr;
159 inoremap <buffer> <silent> &ua &uarr;
160 inoremap <buffer> <silent> &la &larr;
161 inoremap <buffer> <silent> &pv &piv;
162 inoremap <buffer> <silent> &uh &upsih;
163 inoremap <buffer> <silent> &ts &thetasym;
164 inoremap <buffer> <silent> &og &omega;
165 inoremap <buffer> <silent> &ps &psi;
166 inoremap <buffer> <silent> &ch &chi;
167 inoremap <buffer> <silent> &ph &phi;
168 inoremap <buffer> <silent> &up &upsilon;
169 inoremap <buffer> <silent> &ta &tau;
170 inoremap <buffer> <silent> &sf &sigmaf;
171 inoremap <buffer> <silent> &si &sigma;
172 inoremap <buffer> <silent> &rh &rho;
173 inoremap <buffer> <silent> &pi &pi;
174 inoremap <buffer> <silent> &oc &omicron;
175 inoremap <buffer> <silent> &xi &xi;
176 inoremap <buffer> <silent> &nu &nu;
177 inoremap <buffer> <silent> &mu &mu;
178 inoremap <buffer> <silent> &lm &lambda;
179 inoremap <buffer> <silent> &ka &kappa;
180 inoremap <buffer> <silent> &io &iota;
181 inoremap <buffer> <silent> &th &theta;
182 inoremap <buffer> <silent> &et &eta;
183 inoremap <buffer> <silent> &ze &zeta;
184 inoremap <buffer> <silent> &ep &epsilon;
185 inoremap <buffer> <silent> &de &delta;
186 inoremap <buffer> <silent> &ga &gamma;
187 inoremap <buffer> <silent> &be &beta;
188 inoremap <buffer> <silent> &al &alpha;
189 inoremap <buffer> <silent> &Ps &Psi;
190 inoremap <buffer> <silent> &Ch &Chi;
191 inoremap <buffer> <silent> &Ph &Phi;
192 inoremap <buffer> <silent> &Up &Upsilon;
193 inoremap <buffer> <silent> &Ta &Tau;
194 inoremap <buffer> <silent> &Si &Sigma;
195 inoremap <buffer> <silent> &Rh &Rho;
196 inoremap <buffer> <silent> &Pi &Pi;
197 inoremap <buffer> <silent> &Oc &Omicron;
198 inoremap <buffer> <silent> &Xi &Xi;
199 inoremap <buffer> <silent> &Nu &Nu;
200 inoremap <buffer> <silent> &Mu &Mu;
201 inoremap <buffer> <silent> &Lm &Lambda;
202 inoremap <buffer> <silent> &Ka &Kappa;
203 inoremap <buffer> <silent> &Io &Iota;
204 inoremap <buffer> <silent> &Th &Theta;
205 inoremap <buffer> <silent> &Et &Eta;
206 inoremap <buffer> <silent> &Ze &Zeta;
207 inoremap <buffer> <silent> &Ep &Epsilon;
208 inoremap <buffer> <silent> &De &Delta;
209 inoremap <buffer> <silent> &Ga &Gamma;
210 inoremap <buffer> <silent> &Be &Beta;
211 inoremap <buffer> <silent> &Al &Alpha;
212 inoremap <buffer> <silent> &3. &hellip;
213 inoremap <buffer> <silent> &-- &mdash;
214 inoremap <buffer> <silent> &3- &mdash;
215 inoremap <buffer> <silent> &m- &mdash;
216 inoremap <buffer> <silent> &2- &ndash;
217 inoremap <buffer> <silent> &n- &ndash;
218 inoremap <buffer> <silent> &34 &frac34;
219 inoremap <buffer> <silent> &12 &frac12;
220 inoremap <buffer> <silent> &14 &frac14;
221 inoremap <buffer> <silent> &. &middot;
222 inoremap <buffer> <silent> &pa &para;
223 inoremap <buffer> <silent> &mi &micro;
224 inoremap <buffer> <silent> &dg &deg;
225 inoremap <buffer> <silent> &? &iquest;
226 inoremap <buffer> <silent> &! &iexcl;
227 inoremap <buffer> <silent> &sz &szlig;
228 inoremap <buffer> <silent> &o/ &oslash;
229 inoremap <buffer> <silent> &/ &divide;
230 inoremap <buffer> <silent> &" &uml;
231 inoremap <buffer> <silent> &2> &raquo;
232 inoremap <buffer> <silent> &2< &laquo;
233 inoremap <buffer> <silent> &y" &yuml;
234 inoremap <buffer> <silent> &y' &yacute;
235 inoremap <buffer> <silent> &u" &uuml;
236 inoremap <buffer> <silent> &u^ &ucirc;
237 inoremap <buffer> <silent> &u' &uacute;
238 inoremap <buffer> <silent> &u` &ugrave;
239 inoremap <buffer> <silent> &x &times;
240 inoremap <buffer> <silent> &o" &ouml;
241 inoremap <buffer> <silent> &o~ &otilde;
242 inoremap <buffer> <silent> &o^ &ocirc;
243 inoremap <buffer> <silent> &o' &oacute;
244 inoremap <buffer> <silent> &o` &ograve;
245 inoremap <buffer> <silent> &n~ &ntilde;
246 inoremap <buffer> <silent> &i" &iuml;
247 inoremap <buffer> <silent> &i^ &icirc;
248 inoremap <buffer> <silent> &i' &iacute;
249 inoremap <buffer> <silent> &i` &igrave;
250 inoremap <buffer> <silent> &e" &euml;
251 inoremap <buffer> <silent> &e^ &ecirc;
252 inoremap <buffer> <silent> &e' &eacute;
253 inoremap <buffer> <silent> &e` &egrave;
254 inoremap <buffer> <silent> &c, &ccedil;
255 inoremap <buffer> <silent> &ae &aelig;
256 inoremap <buffer> <silent> &ao &aring;
257 inoremap <buffer> <silent> &a" &auml;
258 inoremap <buffer> <silent> &a~ &atilde;
259 inoremap <buffer> <silent> &a^ &acirc;
260 inoremap <buffer> <silent> &a' &aacute;
261 inoremap <buffer> <silent> &a` &agrave;
262 inoremap <buffer> <silent> &Y' &Yacute;
263 inoremap <buffer> <silent> &U" &Uuml;
264 inoremap <buffer> <silent> &U^ &Ucirc;
265 inoremap <buffer> <silent> &U' &Uacute;
266 inoremap <buffer> <silent> &U` &Ugrave;
267 inoremap <buffer> <silent> &O/ &Oslash;
268 inoremap <buffer> <silent> &O" &Ouml;
269 inoremap <buffer> <silent> &O~ &Otilde;
270 inoremap <buffer> <silent> &O^ &Ocirc;
271 inoremap <buffer> <silent> &O' &Oacute;
272 inoremap <buffer> <silent> &O` &Ograve;
273 inoremap <buffer> <silent> &N~ &Ntilde;
274 inoremap <buffer> <silent> &I" &Iuml;
275 inoremap <buffer> <silent> &I^ &Icirc;
276 inoremap <buffer> <silent> &I' &Iacute;
277 inoremap <buffer> <silent> &I` &Igrave;
278 inoremap <buffer> <silent> &E" &Euml;
279 inoremap <buffer> <silent> &E^ &Ecirc;
280 inoremap <buffer> <silent> &E' &Eacute;
281 inoremap <buffer> <silent> &E` &Egrave;
282 inoremap <buffer> <silent> &C, &Ccedil;
283 inoremap <buffer> <silent> &AE &AElig;
284 inoremap <buffer> <silent> &Ao &Aring;
285 inoremap <buffer> <silent> &A" &Auml;
286 inoremap <buffer> <silent> &A~ &Atilde;
287 inoremap <buffer> <silent> &A^ &Acirc;
288 inoremap <buffer> <silent> &A' &Aacute;
289 inoremap <buffer> <silent> &A` &Agrave;
290 inoremap <buffer> <silent> &c| &cent;
291 inoremap <buffer> <silent> &Y= &yen;
292 inoremap <buffer> <silent> &# &pound;
293 inoremap <buffer> <silent> & &nbsp;
294 inoremap <buffer> <silent> &> &gt;
295 inoremap <buffer> <silent> &< &lt;
296 inoremap <buffer> <silent> &' &quot;
297 inoremap <buffer> <silent> &tm &trade;
298 inoremap <buffer> <silent> &rO &reg;
299 inoremap <buffer> <silent> &cO &copy;
300 inoremap <buffer> <silent> && &amp;
301 inoremap <buffer> <silent> ;# :ColorSelect
302 inoremap <buffer> <silent> ; &nbsp;
303 inoremap <buffer> <silent> ;la <label for=""></label>F"
304 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
305 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
306 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
307 </textarea>k$5F"i
308 inoremap <buffer> <silent> ;og <optgroup label="">
309 </optgroup>k$F"i
310 inoremap <buffer> <silent> ;op <option></option>F<
311 inoremap <buffer> <silent> ;ms <select name="" multiple>
312 </select>O
313 inoremap <buffer> <silent> ;se <select name="">
314 </select>O
315 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
316 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
317 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
318 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
319 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
320 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
321 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
322 inoremap <buffer> <silent> ;fm <form action="">
323 </form>k$F"i
324 inoremap <buffer> <silent> ;if <iframe src="">
325 </iframe>k$F"i
326 inoremap <buffer> <silent> ;nf <noframes>
327 </noframes>O
328 inoremap <buffer> <silent> ;fr <frame src="">F"
329 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
330 </frameset>k$3F"i
331 inoremap <buffer> <silent> ;th <th></th>F<
332 inoremap <buffer> <silent> ;td <td>
333 </td>O
334 inoremap <buffer> <silent> ;tr <tr>
335 </tr>O
336 inoremap <buffer> <silent> ;tf <tfoot>
337 </tfoot>O
338 inoremap <buffer> <silent> ;tb <tbody>
339 </tbody>O
340 inoremap <buffer> <silent> ;tH <thead>
341 </thead>O
342 inoremap <buffer> <silent> ;ta <table>
343 </table>O
344 inoremap <buffer> <silent> ;ca <caption></caption>F<
345 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
346 </object>k$5F"i
347 inoremap <buffer> <silent> ;ns <noscript>
348 </noscripT>O
349 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
350 <noembed></noembed>k$5F"i
351 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
352 inoremap <buffer> <silent> ;va <var></var>F<
353 inoremap <buffer> <silent> ;ul <ul>
354 </ul>O
355 inoremap <buffer> <silent> ;tt <tt></tt>F<
356 inoremap <buffer> <silent> ;ti <title></title>F<
357 inoremap <buffer> <silent> ;sp <sup></sup>F<
358 inoremap <buffer> <silent> ;sb <sub></sub>F<
359 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
360 inoremap <buffer> <silent> ;cs <style type="text/css">
361 <!--
362 -->
363 </style>kO
364 inoremap <buffer> <silent> ;sm <small></small>F<
365 inoremap <buffer> <silent> ;sa <samp></samp>F<
366 inoremap <buffer> <silent> ;sk <strike></strike>F<
367 inoremap <buffer> <silent> ;qu <q></q>F<
368 inoremap <buffer> <silent> ;pr <pre>
369 </pre>O
370 inoremap <buffer> <silent> ;/p </p>
371 
372 <p>
373 inoremap <buffer> <silent> ;pp <p>
374 </p>O
375 inoremap <buffer> <silent> ;ol <ol>
376 </ol>O
377 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
378 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
379 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
380 inoremap <buffer> <silent> ;lk <link href="">F"
381 inoremap <buffer> <silent> ;li <li></li>F<
382 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
383 inoremap <buffer> <silent> ;ii <isindex>
384 inoremap <buffer> <silent> ;in <ins></ins>F<
385 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
386 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
387 inoremap <buffer> <silent> ;ht <html>
388 </html>O
389 inoremap <buffer> <silent> ;Hr <hr width="75%">
390 inoremap <buffer> <silent> ;hr <hr>
391 inoremap <buffer> <silent> ;he <head>
392 </head>O
393 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
394 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
395 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
396 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
397 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
398 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
399 inoremap <buffer> <silent> ;h6 <h6></h6>F<
400 inoremap <buffer> <silent> ;h5 <h5></h5>F<
401 inoremap <buffer> <silent> ;h4 <h4></h4>F<
402 inoremap <buffer> <silent> ;h3 <h3></h3>F<
403 inoremap <buffer> <silent> ;h2 <h2></h2>F<
404 inoremap <buffer> <silent> ;h1 <h1></h1>F<
405 inoremap <buffer> <silent> ;fc <font color=""></font>F"
406 inoremap <buffer> <silent> ;fo <font size=""></font>F"
407 inoremap <buffer> <silent> ;sn <span></span>F<
408 inoremap <buffer> <silent> ;dv <div>
409 </div>O
410 inoremap <buffer> <silent> ;df <dfn></dfn>F<
411 inoremap <buffer> <silent> ;de <del></del>F<
412 inoremap <buffer> <silent> ;dd <dd></dd>F<
413 inoremap <buffer> <silent> ;dt <dt></dt>F<
414 inoremap <buffer> <silent> ;dl <dl>
415 </dl>O
416 inoremap <buffer> <silent> ;co <code></code>F<
417 inoremap <buffer> <silent> ;ci <cite></cite>F<
418 inoremap <buffer> <silent> ;ce <center></center>F<
419 inoremap <buffer> <silent> ;br <br>
420 inoremap <buffer> <silent> ;bd <body>
421 </body>O
422 inoremap <buffer> <silent> ;bl <blockquote>
423 </blockquote>O
424 inoremap <buffer> <silent> ;bi <big></big>F<
425 inoremap <buffer> <silent> ;bh <base href="">F"
426 inoremap <buffer> <silent> ;ad <address></address>F<
427 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
428 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
429 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
430 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
431 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
432 inoremap <buffer> <silent> ;an <a name=""></a>F"
433 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
434 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
435 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
436 inoremap <buffer> <silent> ;ah <a href=""></a>F"
437 imap <buffer> <silent> ;s4 ;s4
438 imap <buffer> <silent> ;4 ;4
439 inoremap <buffer> <silent> ;mi :call MangleImageTag()
440 inoremap <buffer> <silent> ; 
441 inoremap <buffer> <silent> ;& &
442 inoremap <buffer> <silent> ;; ;
443 setlocal keymap=
444 setlocal noarabic
445 setlocal autoindent
446 setlocal balloonexpr=
447 setlocal nobinary
448 setlocal bufhidden=
449 setlocal buflisted
450 setlocal buftype=
451 setlocal nocindent
452 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
453 setlocal cinoptions=
454 setlocal cinwords=if,else,while,do,for,switch
455 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
456 setlocal commentstring=<!--%s-->
457 setlocal complete=.,w,b,u,t,i
458 setlocal completefunc=
459 setlocal nocopyindent
460 setlocal nocursorcolumn
461 setlocal nocursorline
462 setlocal define=
463 setlocal dictionary=
464 setlocal nodiff
465 setlocal equalprg=
466 setlocal errorformat=
467 setlocal noexpandtab
468 if &filetype != 'html'
469 setlocal filetype=html
470 endif
471 setlocal foldcolumn=0
472 setlocal foldenable
473 setlocal foldexpr=0
474 setlocal foldignore=#
475 setlocal foldlevel=0
476 setlocal foldmarker={{{,}}}
477 setlocal foldmethod=manual
478 setlocal foldminlines=1
479 setlocal foldnestmax=20
480 setlocal foldtext=foldtext()
481 setlocal formatexpr=
482 setlocal formatoptions=tcq
483 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
484 setlocal grepprg=
485 setlocal iminsert=2
486 setlocal imsearch=2
487 setlocal include=
488 setlocal includeexpr=
489 setlocal indentexpr=
490 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
491 setlocal noinfercase
492 setlocal iskeyword=@,48-57,_,192-255
493 setlocal keywordprg=
494 setlocal nolinebreak
495 setlocal nolisp
496 setlocal nolist
497 setlocal makeprg=
498 setlocal matchpairs=(:),{:},[:],<:>
499 setlocal nomodeline
500 setlocal modifiable
501 setlocal nrformats=octal,hex
502 setlocal nonumber
503 setlocal numberwidth=4
504 setlocal omnifunc=htmlcomplete#CompleteTags
505 setlocal path=
506 setlocal nopreserveindent
507 setlocal nopreviewwindow
508 setlocal quoteescape=\\
509 setlocal noreadonly
510 setlocal norightleft
511 setlocal rightleftcmd=search
512 setlocal noscrollbind
513 setlocal shiftwidth=8
514 setlocal noshortname
515 setlocal nosmartindent
516 setlocal softtabstop=0
517 setlocal nospell
518 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
519 setlocal spellfile=
520 setlocal spelllang=en
521 setlocal statusline=
522 setlocal suffixesadd=
523 setlocal swapfile
524 setlocal synmaxcol=3000
525 if &syntax != 'html'
526 setlocal syntax=html
527 endif
528 setlocal tabstop=2
529 setlocal tags=
530 setlocal textwidth=0
531 setlocal thesaurus=
532 setlocal nowinfixheight
533 setlocal nowinfixwidth
534 setlocal wrap
535 setlocal wrapmargin=0
536 silent! normal! zE
537 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
538 if s:l < 1 | let s:l = 1 | endif
539 exe s:l
540 normal! zt
541 1
542 normal! 0
543 tabedit backup.html
544 set splitbelow splitright
545 set nosplitbelow
546 set nosplitright
547 wincmd t
548 set winheight=1 winwidth=1
549 argglobal
550 2argu
551 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
552 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
553 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
554 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
555 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
556 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
557 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
558 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
559 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
560 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
561 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
562 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
563 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
564 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
565 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
566 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
567 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
568 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
569 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">')
570 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">')
571 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
572 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
573 nnoremap <buffer> <silent> ; 
574 nnoremap <buffer> <silent> ;; ;
575 vnoremap <buffer> <silent> ;; ;
576 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
577 inoremap <buffer> <silent> &hA &hArr;
578 inoremap <buffer> <silent> &dA &dArr;
579 inoremap <buffer> <silent> &rA &rArr;
580 inoremap <buffer> <silent> &uA &uArr;
581 inoremap <buffer> <silent> &lA &lArr;
582 inoremap <buffer> <silent> &ha &harr;
583 inoremap <buffer> <silent> &da &darr;
584 inoremap <buffer> <silent> &ra &rarr;
585 inoremap <buffer> <silent> &ua &uarr;
586 inoremap <buffer> <silent> &la &larr;
587 inoremap <buffer> <silent> &pv &piv;
588 inoremap <buffer> <silent> &uh &upsih;
589 inoremap <buffer> <silent> &ts &thetasym;
590 inoremap <buffer> <silent> &og &omega;
591 inoremap <buffer> <silent> &ps &psi;
592 inoremap <buffer> <silent> &ch &chi;
593 inoremap <buffer> <silent> &ph &phi;
594 inoremap <buffer> <silent> &up &upsilon;
595 inoremap <buffer> <silent> &ta &tau;
596 inoremap <buffer> <silent> &sf &sigmaf;
597 inoremap <buffer> <silent> &si &sigma;
598 inoremap <buffer> <silent> &rh &rho;
599 inoremap <buffer> <silent> &pi &pi;
600 inoremap <buffer> <silent> &oc &omicron;
601 inoremap <buffer> <silent> &xi &xi;
602 inoremap <buffer> <silent> &nu &nu;
603 inoremap <buffer> <silent> &mu &mu;
604 inoremap <buffer> <silent> &lm &lambda;
605 inoremap <buffer> <silent> &ka &kappa;
606 inoremap <buffer> <silent> &io &iota;
607 inoremap <buffer> <silent> &th &theta;
608 inoremap <buffer> <silent> &et &eta;
609 inoremap <buffer> <silent> &ze &zeta;
610 inoremap <buffer> <silent> &ep &epsilon;
611 inoremap <buffer> <silent> &de &delta;
612 inoremap <buffer> <silent> &ga &gamma;
613 inoremap <buffer> <silent> &be &beta;
614 inoremap <buffer> <silent> &al &alpha;
615 inoremap <buffer> <silent> &Ps &Psi;
616 inoremap <buffer> <silent> &Ch &Chi;
617 inoremap <buffer> <silent> &Ph &Phi;
618 inoremap <buffer> <silent> &Up &Upsilon;
619 inoremap <buffer> <silent> &Ta &Tau;
620 inoremap <buffer> <silent> &Si &Sigma;
621 inoremap <buffer> <silent> &Rh &Rho;
622 inoremap <buffer> <silent> &Pi &Pi;
623 inoremap <buffer> <silent> &Oc &Omicron;
624 inoremap <buffer> <silent> &Xi &Xi;
625 inoremap <buffer> <silent> &Nu &Nu;
626 inoremap <buffer> <silent> &Mu &Mu;
627 inoremap <buffer> <silent> &Lm &Lambda;
628 inoremap <buffer> <silent> &Ka &Kappa;
629 inoremap <buffer> <silent> &Io &Iota;
630 inoremap <buffer> <silent> &Th &Theta;
631 inoremap <buffer> <silent> &Et &Eta;
632 inoremap <buffer> <silent> &Ze &Zeta;
633 inoremap <buffer> <silent> &Ep &Epsilon;
634 inoremap <buffer> <silent> &De &Delta;
635 inoremap <buffer> <silent> &Ga &Gamma;
636 inoremap <buffer> <silent> &Be &Beta;
637 inoremap <buffer> <silent> &Al &Alpha;
638 inoremap <buffer> <silent> &3. &hellip;
639 inoremap <buffer> <silent> &-- &mdash;
640 inoremap <buffer> <silent> &3- &mdash;
641 inoremap <buffer> <silent> &m- &mdash;
642 inoremap <buffer> <silent> &2- &ndash;
643 inoremap <buffer> <silent> &n- &ndash;
644 inoremap <buffer> <silent> &34 &frac34;
645 inoremap <buffer> <silent> &12 &frac12;
646 inoremap <buffer> <silent> &14 &frac14;
647 inoremap <buffer> <silent> &. &middot;
648 inoremap <buffer> <silent> &pa &para;
649 inoremap <buffer> <silent> &mi &micro;
650 inoremap <buffer> <silent> &dg &deg;
651 inoremap <buffer> <silent> &? &iquest;
652 inoremap <buffer> <silent> &! &iexcl;
653 inoremap <buffer> <silent> &sz &szlig;
654 inoremap <buffer> <silent> &o/ &oslash;
655 inoremap <buffer> <silent> &/ &divide;
656 inoremap <buffer> <silent> &" &uml;
657 inoremap <buffer> <silent> &2> &raquo;
658 inoremap <buffer> <silent> &2< &laquo;
659 inoremap <buffer> <silent> &y" &yuml;
660 inoremap <buffer> <silent> &y' &yacute;
661 inoremap <buffer> <silent> &u" &uuml;
662 inoremap <buffer> <silent> &u^ &ucirc;
663 inoremap <buffer> <silent> &u' &uacute;
664 inoremap <buffer> <silent> &u` &ugrave;
665 inoremap <buffer> <silent> &x &times;
666 inoremap <buffer> <silent> &o" &ouml;
667 inoremap <buffer> <silent> &o~ &otilde;
668 inoremap <buffer> <silent> &o^ &ocirc;
669 inoremap <buffer> <silent> &o' &oacute;
670 inoremap <buffer> <silent> &o` &ograve;
671 inoremap <buffer> <silent> &n~ &ntilde;
672 inoremap <buffer> <silent> &i" &iuml;
673 inoremap <buffer> <silent> &i^ &icirc;
674 inoremap <buffer> <silent> &i' &iacute;
675 inoremap <buffer> <silent> &i` &igrave;
676 inoremap <buffer> <silent> &e" &euml;
677 inoremap <buffer> <silent> &e^ &ecirc;
678 inoremap <buffer> <silent> &e' &eacute;
679 inoremap <buffer> <silent> &e` &egrave;
680 inoremap <buffer> <silent> &c, &ccedil;
681 inoremap <buffer> <silent> &ae &aelig;
682 inoremap <buffer> <silent> &ao &aring;
683 inoremap <buffer> <silent> &a" &auml;
684 inoremap <buffer> <silent> &a~ &atilde;
685 inoremap <buffer> <silent> &a^ &acirc;
686 inoremap <buffer> <silent> &a' &aacute;
687 inoremap <buffer> <silent> &a` &agrave;
688 inoremap <buffer> <silent> &Y' &Yacute;
689 inoremap <buffer> <silent> &U" &Uuml;
690 inoremap <buffer> <silent> &U^ &Ucirc;
691 inoremap <buffer> <silent> &U' &Uacute;
692 inoremap <buffer> <silent> &U` &Ugrave;
693 inoremap <buffer> <silent> &O/ &Oslash;
694 inoremap <buffer> <silent> &O" &Ouml;
695 inoremap <buffer> <silent> &O~ &Otilde;
696 inoremap <buffer> <silent> &O^ &Ocirc;
697 inoremap <buffer> <silent> &O' &Oacute;
698 inoremap <buffer> <silent> &O` &Ograve;
699 inoremap <buffer> <silent> &N~ &Ntilde;
700 inoremap <buffer> <silent> &I" &Iuml;
701 inoremap <buffer> <silent> &I^ &Icirc;
702 inoremap <buffer> <silent> &I' &Iacute;
703 inoremap <buffer> <silent> &I` &Igrave;
704 inoremap <buffer> <silent> &E" &Euml;
705 inoremap <buffer> <silent> &E^ &Ecirc;
706 inoremap <buffer> <silent> &E' &Eacute;
707 inoremap <buffer> <silent> &E` &Egrave;
708 inoremap <buffer> <silent> &C, &Ccedil;
709 inoremap <buffer> <silent> &AE &AElig;
710 inoremap <buffer> <silent> &Ao &Aring;
711 inoremap <buffer> <silent> &A" &Auml;
712 inoremap <buffer> <silent> &A~ &Atilde;
713 inoremap <buffer> <silent> &A^ &Acirc;
714 inoremap <buffer> <silent> &A' &Aacute;
715 inoremap <buffer> <silent> &A` &Agrave;
716 inoremap <buffer> <silent> &c| &cent;
717 inoremap <buffer> <silent> &Y= &yen;
718 inoremap <buffer> <silent> &# &pound;
719 inoremap <buffer> <silent> & &nbsp;
720 inoremap <buffer> <silent> &> &gt;
721 inoremap <buffer> <silent> &< &lt;
722 inoremap <buffer> <silent> &' &quot;
723 inoremap <buffer> <silent> &tm &trade;
724 inoremap <buffer> <silent> &rO &reg;
725 inoremap <buffer> <silent> &cO &copy;
726 inoremap <buffer> <silent> && &amp;
727 inoremap <buffer> <silent> ; &nbsp;
728 inoremap <buffer> <silent> ;la <label for=""></label>F"
729 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
730 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
731 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
732 </textarea>k$5F"i
733 inoremap <buffer> <silent> ;og <optgroup label="">
734 </optgroup>k$F"i
735 inoremap <buffer> <silent> ;op <option></option>F<
736 inoremap <buffer> <silent> ;ms <select name="" multiple>
737 </select>O
738 inoremap <buffer> <silent> ;se <select name="">
739 </select>O
740 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
741 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
742 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
743 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
744 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
745 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
746 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
747 inoremap <buffer> <silent> ;fm <form action="">
748 </form>k$F"i
749 inoremap <buffer> <silent> ;if <iframe src="">
750 </iframe>k$F"i
751 inoremap <buffer> <silent> ;nf <noframes>
752 </noframes>O
753 inoremap <buffer> <silent> ;fr <frame src="">F"
754 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
755 </frameset>k$3F"i
756 inoremap <buffer> <silent> ;th <th></th>F<
757 inoremap <buffer> <silent> ;td <td>
758 </td>O
759 inoremap <buffer> <silent> ;tr <tr>
760 </tr>O
761 inoremap <buffer> <silent> ;tf <tfoot>
762 </tfoot>O
763 inoremap <buffer> <silent> ;tb <tbody>
764 </tbody>O
765 inoremap <buffer> <silent> ;tH <thead>
766 </thead>O
767 inoremap <buffer> <silent> ;ta <table>
768 </table>O
769 inoremap <buffer> <silent> ;ca <caption></caption>F<
770 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
771 </object>k$5F"i
772 inoremap <buffer> <silent> ;ns <noscript>
773 </noscripT>O
774 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
775 <noembed></noembed>k$5F"i
776 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
777 inoremap <buffer> <silent> ;va <var></var>F<
778 inoremap <buffer> <silent> ;ul <ul>
779 </ul>O
780 inoremap <buffer> <silent> ;tt <tt></tt>F<
781 inoremap <buffer> <silent> ;ti <title></title>F<
782 inoremap <buffer> <silent> ;sp <sup></sup>F<
783 inoremap <buffer> <silent> ;sb <sub></sub>F<
784 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
785 inoremap <buffer> <silent> ;cs <style type="text/css">
786 <!--
787 -->
788 </style>kO
789 inoremap <buffer> <silent> ;sm <small></small>F<
790 inoremap <buffer> <silent> ;sa <samp></samp>F<
791 inoremap <buffer> <silent> ;sk <strike></strike>F<
792 inoremap <buffer> <silent> ;qu <q></q>F<
793 inoremap <buffer> <silent> ;pr <pre>
794 </pre>O
795 inoremap <buffer> <silent> ;/p </p>
796 
797 <p>
798 inoremap <buffer> <silent> ;pp <p>
799 </p>O
800 inoremap <buffer> <silent> ;ol <ol>
801 </ol>O
802 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
803 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
804 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
805 inoremap <buffer> <silent> ;lk <link href="">F"
806 inoremap <buffer> <silent> ;li <li></li>F<
807 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
808 inoremap <buffer> <silent> ;ii <isindex>
809 inoremap <buffer> <silent> ;in <ins></ins>F<
810 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
811 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
812 inoremap <buffer> <silent> ;ht <html>
813 </html>O
814 inoremap <buffer> <silent> ;Hr <hr width="75%">
815 inoremap <buffer> <silent> ;hr <hr>
816 inoremap <buffer> <silent> ;he <head>
817 </head>O
818 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
819 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
820 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
821 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
822 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
823 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
824 inoremap <buffer> <silent> ;h6 <h6></h6>F<
825 inoremap <buffer> <silent> ;h5 <h5></h5>F<
826 inoremap <buffer> <silent> ;h4 <h4></h4>F<
827 inoremap <buffer> <silent> ;h3 <h3></h3>F<
828 inoremap <buffer> <silent> ;h2 <h2></h2>F<
829 inoremap <buffer> <silent> ;h1 <h1></h1>F<
830 inoremap <buffer> <silent> ;fc <font color=""></font>F"
831 inoremap <buffer> <silent> ;fo <font size=""></font>F"
832 inoremap <buffer> <silent> ;sn <span></span>F<
833 inoremap <buffer> <silent> ;dv <div>
834 </div>O
835 inoremap <buffer> <silent> ;df <dfn></dfn>F<
836 inoremap <buffer> <silent> ;de <del></del>F<
837 inoremap <buffer> <silent> ;dd <dd></dd>F<
838 inoremap <buffer> <silent> ;dt <dt></dt>F<
839 inoremap <buffer> <silent> ;dl <dl>
840 </dl>O
841 inoremap <buffer> <silent> ;co <code></code>F<
842 inoremap <buffer> <silent> ;ci <cite></cite>F<
843 inoremap <buffer> <silent> ;ce <center></center>F<
844 inoremap <buffer> <silent> ;br <br>
845 inoremap <buffer> <silent> ;bd <body>
846 </body>O
847 inoremap <buffer> <silent> ;bl <blockquote>
848 </blockquote>O
849 inoremap <buffer> <silent> ;bi <big></big>F<
850 inoremap <buffer> <silent> ;bh <base href="">F"
851 inoremap <buffer> <silent> ;ad <address></address>F<
852 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
853 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
854 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
855 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
856 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
857 inoremap <buffer> <silent> ;an <a name=""></a>F"
858 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
859 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
860 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
861 inoremap <buffer> <silent> ;ah <a href=""></a>F"
862 imap <buffer> <silent> ;s4 ;s4
863 imap <buffer> <silent> ;4 ;4
864 inoremap <buffer> <silent> ;mi :call MangleImageTag()
865 inoremap <buffer> <silent> ; 
866 inoremap <buffer> <silent> ;& &
867 inoremap <buffer> <silent> ;; ;
868 setlocal keymap=
869 setlocal noarabic
870 setlocal autoindent
871 setlocal balloonexpr=
872 setlocal nobinary
873 setlocal bufhidden=
874 setlocal buflisted
875 setlocal buftype=
876 setlocal nocindent
877 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
878 setlocal cinoptions=
879 setlocal cinwords=if,else,while,do,for,switch
880 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
881 setlocal commentstring=<!--%s-->
882 setlocal complete=.,w,b,u,t,i
883 setlocal completefunc=
884 setlocal nocopyindent
885 setlocal nocursorcolumn
886 setlocal nocursorline
887 setlocal define=
888 setlocal dictionary=
889 setlocal nodiff
890 setlocal equalprg=
891 setlocal errorformat=
892 setlocal noexpandtab
893 if &filetype != 'html'
894 setlocal filetype=html
895 endif
896 setlocal foldcolumn=0
897 setlocal foldenable
898 setlocal foldexpr=0
899 setlocal foldignore=#
900 setlocal foldlevel=0
901 setlocal foldmarker={{{,}}}
902 setlocal foldmethod=manual
903 setlocal foldminlines=1
904 setlocal foldnestmax=20
905 setlocal foldtext=foldtext()
906 setlocal formatexpr=
907 setlocal formatoptions=tcq
908 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
909 setlocal grepprg=
910 setlocal iminsert=2
911 setlocal imsearch=2
912 setlocal include=
913 setlocal includeexpr=
914 setlocal indentexpr=
915 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
916 setlocal noinfercase
917 setlocal iskeyword=@,48-57,_,192-255
918 setlocal keywordprg=
919 setlocal nolinebreak
920 setlocal nolisp
921 setlocal nolist
922 setlocal makeprg=
923 setlocal matchpairs=(:),{:},[:],<:>
924 setlocal nomodeline
925 setlocal modifiable
926 setlocal nrformats=octal,hex
927 setlocal nonumber
928 setlocal numberwidth=4
929 setlocal omnifunc=htmlcomplete#CompleteTags
930 setlocal path=
931 setlocal nopreserveindent
932 setlocal nopreviewwindow
933 setlocal quoteescape=\\
934 setlocal noreadonly
935 setlocal norightleft
936 setlocal rightleftcmd=search
937 setlocal noscrollbind
938 setlocal shiftwidth=8
939 setlocal noshortname
940 setlocal nosmartindent
941 setlocal softtabstop=0
942 setlocal nospell
943 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
944 setlocal spellfile=
945 setlocal spelllang=en
946 setlocal statusline=
947 setlocal suffixesadd=
948 setlocal swapfile
949 setlocal synmaxcol=3000
950 if &syntax != 'html'
951 setlocal syntax=html
952 endif
953 setlocal tabstop=2
954 setlocal tags=
955 setlocal textwidth=0
956 setlocal thesaurus=
957 setlocal nowinfixheight
958 setlocal nowinfixwidth
959 setlocal wrap
960 setlocal wrapmargin=0
961 silent! normal! zE
962 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
963 if s:l < 1 | let s:l = 1 | endif
964 exe s:l
965 normal! zt
966 1
967 normal! 0
968 tabedit backup-smb.html
969 set splitbelow splitright
970 set nosplitbelow
971 set nosplitright
972 wincmd t
973 set winheight=1 winwidth=1
974 argglobal
975 3argu
976 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
977 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
978 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
979 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
980 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
981 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
982 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
983 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
984 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
985 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
986 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
987 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
988 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
989 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
990 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
991 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
992 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
993 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
994 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">')
995 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">')
996 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
997 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
998 nnoremap <buffer> <silent> ; 
999 nnoremap <buffer> <silent> ;; ;
1000 vnoremap <buffer> <silent> ;; ;
1001 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
1002 inoremap <buffer> <silent> &hA &hArr;
1003 inoremap <buffer> <silent> &dA &dArr;
1004 inoremap <buffer> <silent> &rA &rArr;
1005 inoremap <buffer> <silent> &uA &uArr;
1006 inoremap <buffer> <silent> &lA &lArr;
1007 inoremap <buffer> <silent> &ha &harr;
1008 inoremap <buffer> <silent> &da &darr;
1009 inoremap <buffer> <silent> &ra &rarr;
1010 inoremap <buffer> <silent> &ua &uarr;
1011 inoremap <buffer> <silent> &la &larr;
1012 inoremap <buffer> <silent> &pv &piv;
1013 inoremap <buffer> <silent> &uh &upsih;
1014 inoremap <buffer> <silent> &ts &thetasym;
1015 inoremap <buffer> <silent> &og &omega;
1016 inoremap <buffer> <silent> &ps &psi;
1017 inoremap <buffer> <silent> &ch &chi;
1018 inoremap <buffer> <silent> &ph &phi;
1019 inoremap <buffer> <silent> &up &upsilon;
1020 inoremap <buffer> <silent> &ta &tau;
1021 inoremap <buffer> <silent> &sf &sigmaf;
1022 inoremap <buffer> <silent> &si &sigma;
1023 inoremap <buffer> <silent> &rh &rho;
1024 inoremap <buffer> <silent> &pi &pi;
1025 inoremap <buffer> <silent> &oc &omicron;
1026 inoremap <buffer> <silent> &xi &xi;
1027 inoremap <buffer> <silent> &nu &nu;
1028 inoremap <buffer> <silent> &mu &mu;
1029 inoremap <buffer> <silent> &lm &lambda;
1030 inoremap <buffer> <silent> &ka &kappa;
1031 inoremap <buffer> <silent> &io &iota;
1032 inoremap <buffer> <silent> &th &theta;
1033 inoremap <buffer> <silent> &et &eta;
1034 inoremap <buffer> <silent> &ze &zeta;
1035 inoremap <buffer> <silent> &ep &epsilon;
1036 inoremap <buffer> <silent> &de &delta;
1037 inoremap <buffer> <silent> &ga &gamma;
1038 inoremap <buffer> <silent> &be &beta;
1039 inoremap <buffer> <silent> &al &alpha;
1040 inoremap <buffer> <silent> &Ps &Psi;
1041 inoremap <buffer> <silent> &Ch &Chi;
1042 inoremap <buffer> <silent> &Ph &Phi;
1043 inoremap <buffer> <silent> &Up &Upsilon;
1044 inoremap <buffer> <silent> &Ta &Tau;
1045 inoremap <buffer> <silent> &Si &Sigma;
1046 inoremap <buffer> <silent> &Rh &Rho;
1047 inoremap <buffer> <silent> &Pi &Pi;
1048 inoremap <buffer> <silent> &Oc &Omicron;
1049 inoremap <buffer> <silent> &Xi &Xi;
1050 inoremap <buffer> <silent> &Nu &Nu;
1051 inoremap <buffer> <silent> &Mu &Mu;
1052 inoremap <buffer> <silent> &Lm &Lambda;
1053 inoremap <buffer> <silent> &Ka &Kappa;
1054 inoremap <buffer> <silent> &Io &Iota;
1055 inoremap <buffer> <silent> &Th &Theta;
1056 inoremap <buffer> <silent> &Et &Eta;
1057 inoremap <buffer> <silent> &Ze &Zeta;
1058 inoremap <buffer> <silent> &Ep &Epsilon;
1059 inoremap <buffer> <silent> &De &Delta;
1060 inoremap <buffer> <silent> &Ga &Gamma;
1061 inoremap <buffer> <silent> &Be &Beta;
1062 inoremap <buffer> <silent> &Al &Alpha;
1063 inoremap <buffer> <silent> &3. &hellip;
1064 inoremap <buffer> <silent> &-- &mdash;
1065 inoremap <buffer> <silent> &3- &mdash;
1066 inoremap <buffer> <silent> &m- &mdash;
1067 inoremap <buffer> <silent> &2- &ndash;
1068 inoremap <buffer> <silent> &n- &ndash;
1069 inoremap <buffer> <silent> &34 &frac34;
1070 inoremap <buffer> <silent> &12 &frac12;
1071 inoremap <buffer> <silent> &14 &frac14;
1072 inoremap <buffer> <silent> &. &middot;
1073 inoremap <buffer> <silent> &pa &para;
1074 inoremap <buffer> <silent> &mi &micro;
1075 inoremap <buffer> <silent> &dg &deg;
1076 inoremap <buffer> <silent> &? &iquest;
1077 inoremap <buffer> <silent> &! &iexcl;
1078 inoremap <buffer> <silent> &sz &szlig;
1079 inoremap <buffer> <silent> &o/ &oslash;
1080 inoremap <buffer> <silent> &/ &divide;
1081 inoremap <buffer> <silent> &" &uml;
1082 inoremap <buffer> <silent> &2> &raquo;
1083 inoremap <buffer> <silent> &2< &laquo;
1084 inoremap <buffer> <silent> &y" &yuml;
1085 inoremap <buffer> <silent> &y' &yacute;
1086 inoremap <buffer> <silent> &u" &uuml;
1087 inoremap <buffer> <silent> &u^ &ucirc;
1088 inoremap <buffer> <silent> &u' &uacute;
1089 inoremap <buffer> <silent> &u` &ugrave;
1090 inoremap <buffer> <silent> &x &times;
1091 inoremap <buffer> <silent> &o" &ouml;
1092 inoremap <buffer> <silent> &o~ &otilde;
1093 inoremap <buffer> <silent> &o^ &ocirc;
1094 inoremap <buffer> <silent> &o' &oacute;
1095 inoremap <buffer> <silent> &o` &ograve;
1096 inoremap <buffer> <silent> &n~ &ntilde;
1097 inoremap <buffer> <silent> &i" &iuml;
1098 inoremap <buffer> <silent> &i^ &icirc;
1099 inoremap <buffer> <silent> &i' &iacute;
1100 inoremap <buffer> <silent> &i` &igrave;
1101 inoremap <buffer> <silent> &e" &euml;
1102 inoremap <buffer> <silent> &e^ &ecirc;
1103 inoremap <buffer> <silent> &e' &eacute;
1104 inoremap <buffer> <silent> &e` &egrave;
1105 inoremap <buffer> <silent> &c, &ccedil;
1106 inoremap <buffer> <silent> &ae &aelig;
1107 inoremap <buffer> <silent> &ao &aring;
1108 inoremap <buffer> <silent> &a" &auml;
1109 inoremap <buffer> <silent> &a~ &atilde;
1110 inoremap <buffer> <silent> &a^ &acirc;
1111 inoremap <buffer> <silent> &a' &aacute;
1112 inoremap <buffer> <silent> &a` &agrave;
1113 inoremap <buffer> <silent> &Y' &Yacute;
1114 inoremap <buffer> <silent> &U" &Uuml;
1115 inoremap <buffer> <silent> &U^ &Ucirc;
1116 inoremap <buffer> <silent> &U' &Uacute;
1117 inoremap <buffer> <silent> &U` &Ugrave;
1118 inoremap <buffer> <silent> &O/ &Oslash;
1119 inoremap <buffer> <silent> &O" &Ouml;
1120 inoremap <buffer> <silent> &O~ &Otilde;
1121 inoremap <buffer> <silent> &O^ &Ocirc;
1122 inoremap <buffer> <silent> &O' &Oacute;
1123 inoremap <buffer> <silent> &O` &Ograve;
1124 inoremap <buffer> <silent> &N~ &Ntilde;
1125 inoremap <buffer> <silent> &I" &Iuml;
1126 inoremap <buffer> <silent> &I^ &Icirc;
1127 inoremap <buffer> <silent> &I' &Iacute;
1128 inoremap <buffer> <silent> &I` &Igrave;
1129 inoremap <buffer> <silent> &E" &Euml;
1130 inoremap <buffer> <silent> &E^ &Ecirc;
1131 inoremap <buffer> <silent> &E' &Eacute;
1132 inoremap <buffer> <silent> &E` &Egrave;
1133 inoremap <buffer> <silent> &C, &Ccedil;
1134 inoremap <buffer> <silent> &AE &AElig;
1135 inoremap <buffer> <silent> &Ao &Aring;
1136 inoremap <buffer> <silent> &A" &Auml;
1137 inoremap <buffer> <silent> &A~ &Atilde;
1138 inoremap <buffer> <silent> &A^ &Acirc;
1139 inoremap <buffer> <silent> &A' &Aacute;
1140 inoremap <buffer> <silent> &A` &Agrave;
1141 inoremap <buffer> <silent> &c| &cent;
1142 inoremap <buffer> <silent> &Y= &yen;
1143 inoremap <buffer> <silent> &# &pound;
1144 inoremap <buffer> <silent> & &nbsp;
1145 inoremap <buffer> <silent> &> &gt;
1146 inoremap <buffer> <silent> &< &lt;
1147 inoremap <buffer> <silent> &' &quot;
1148 inoremap <buffer> <silent> &tm &trade;
1149 inoremap <buffer> <silent> &rO &reg;
1150 inoremap <buffer> <silent> &cO &copy;
1151 inoremap <buffer> <silent> && &amp;
1152 inoremap <buffer> <silent> ; &nbsp;
1153 inoremap <buffer> <silent> ;la <label for=""></label>F"
1154 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
1155 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
1156 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
1157 </textarea>k$5F"i
1158 inoremap <buffer> <silent> ;og <optgroup label="">
1159 </optgroup>k$F"i
1160 inoremap <buffer> <silent> ;op <option></option>F<
1161 inoremap <buffer> <silent> ;ms <select name="" multiple>
1162 </select>O
1163 inoremap <buffer> <silent> ;se <select name="">
1164 </select>O
1165 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
1166 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
1167 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
1168 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
1169 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
1170 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
1171 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
1172 inoremap <buffer> <silent> ;fm <form action="">
1173 </form>k$F"i
1174 inoremap <buffer> <silent> ;if <iframe src="">
1175 </iframe>k$F"i
1176 inoremap <buffer> <silent> ;nf <noframes>
1177 </noframes>O
1178 inoremap <buffer> <silent> ;fr <frame src="">F"
1179 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
1180 </frameset>k$3F"i
1181 inoremap <buffer> <silent> ;th <th></th>F<
1182 inoremap <buffer> <silent> ;td <td>
1183 </td>O
1184 inoremap <buffer> <silent> ;tr <tr>
1185 </tr>O
1186 inoremap <buffer> <silent> ;tf <tfoot>
1187 </tfoot>O
1188 inoremap <buffer> <silent> ;tb <tbody>
1189 </tbody>O
1190 inoremap <buffer> <silent> ;tH <thead>
1191 </thead>O
1192 inoremap <buffer> <silent> ;ta <table>
1193 </table>O
1194 inoremap <buffer> <silent> ;ca <caption></caption>F<
1195 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
1196 </object>k$5F"i
1197 inoremap <buffer> <silent> ;ns <noscript>
1198 </noscripT>O
1199 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
1200 <noembed></noembed>k$5F"i
1201 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
1202 inoremap <buffer> <silent> ;va <var></var>F<
1203 inoremap <buffer> <silent> ;ul <ul>
1204 </ul>O
1205 inoremap <buffer> <silent> ;tt <tt></tt>F<
1206 inoremap <buffer> <silent> ;ti <title></title>F<
1207 inoremap <buffer> <silent> ;sp <sup></sup>F<
1208 inoremap <buffer> <silent> ;sb <sub></sub>F<
1209 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
1210 inoremap <buffer> <silent> ;cs <style type="text/css">
1211 <!--
1212 -->
1213 </style>kO
1214 inoremap <buffer> <silent> ;sm <small></small>F<
1215 inoremap <buffer> <silent> ;sa <samp></samp>F<
1216 inoremap <buffer> <silent> ;sk <strike></strike>F<
1217 inoremap <buffer> <silent> ;qu <q></q>F<
1218 inoremap <buffer> <silent> ;pr <pre>
1219 </pre>O
1220 inoremap <buffer> <silent> ;/p </p>
1221 
1222 <p>
1223 inoremap <buffer> <silent> ;pp <p>
1224 </p>O
1225 inoremap <buffer> <silent> ;ol <ol>
1226 </ol>O
1227 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
1228 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
1229 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
1230 inoremap <buffer> <silent> ;lk <link href="">F"
1231 inoremap <buffer> <silent> ;li <li></li>F<
1232 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
1233 inoremap <buffer> <silent> ;ii <isindex>
1234 inoremap <buffer> <silent> ;in <ins></ins>F<
1235 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
1236 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
1237 inoremap <buffer> <silent> ;ht <html>
1238 </html>O
1239 inoremap <buffer> <silent> ;Hr <hr width="75%">
1240 inoremap <buffer> <silent> ;hr <hr>
1241 inoremap <buffer> <silent> ;he <head>
1242 </head>O
1243 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
1244 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
1245 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
1246 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
1247 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
1248 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
1249 inoremap <buffer> <silent> ;h6 <h6></h6>F<
1250 inoremap <buffer> <silent> ;h5 <h5></h5>F<
1251 inoremap <buffer> <silent> ;h4 <h4></h4>F<
1252 inoremap <buffer> <silent> ;h3 <h3></h3>F<
1253 inoremap <buffer> <silent> ;h2 <h2></h2>F<
1254 inoremap <buffer> <silent> ;h1 <h1></h1>F<
1255 inoremap <buffer> <silent> ;fc <font color=""></font>F"
1256 inoremap <buffer> <silent> ;fo <font size=""></font>F"
1257 inoremap <buffer> <silent> ;sn <span></span>F<
1258 inoremap <buffer> <silent> ;dv <div>
1259 </div>O
1260 inoremap <buffer> <silent> ;df <dfn></dfn>F<
1261 inoremap <buffer> <silent> ;de <del></del>F<
1262 inoremap <buffer> <silent> ;dd <dd></dd>F<
1263 inoremap <buffer> <silent> ;dt <dt></dt>F<
1264 inoremap <buffer> <silent> ;dl <dl>
1265 </dl>O
1266 inoremap <buffer> <silent> ;co <code></code>F<
1267 inoremap <buffer> <silent> ;ci <cite></cite>F<
1268 inoremap <buffer> <silent> ;ce <center></center>F<
1269 inoremap <buffer> <silent> ;br <br>
1270 inoremap <buffer> <silent> ;bd <body>
1271 </body>O
1272 inoremap <buffer> <silent> ;bl <blockquote>
1273 </blockquote>O
1274 inoremap <buffer> <silent> ;bi <big></big>F<
1275 inoremap <buffer> <silent> ;bh <base href="">F"
1276 inoremap <buffer> <silent> ;ad <address></address>F<
1277 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
1278 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
1279 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
1280 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
1281 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
1282 inoremap <buffer> <silent> ;an <a name=""></a>F"
1283 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
1284 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
1285 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
1286 inoremap <buffer> <silent> ;ah <a href=""></a>F"
1287 imap <buffer> <silent> ;s4 ;s4
1288 imap <buffer> <silent> ;4 ;4
1289 inoremap <buffer> <silent> ;mi :call MangleImageTag()
1290 inoremap <buffer> <silent> ; 
1291 inoremap <buffer> <silent> ;& &
1292 inoremap <buffer> <silent> ;; ;
1293 setlocal keymap=
1294 setlocal noarabic
1295 setlocal autoindent
1296 setlocal balloonexpr=
1297 setlocal nobinary
1298 setlocal bufhidden=
1299 setlocal buflisted
1300 setlocal buftype=
1301 setlocal nocindent
1302 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
1303 setlocal cinoptions=
1304 setlocal cinwords=if,else,while,do,for,switch
1305 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
1306 setlocal commentstring=<!--%s-->
1307 setlocal complete=.,w,b,u,t,i
1308 setlocal completefunc=
1309 setlocal nocopyindent
1310 setlocal nocursorcolumn
1311 setlocal nocursorline
1312 setlocal define=
1313 setlocal dictionary=
1314 setlocal nodiff
1315 setlocal equalprg=
1316 setlocal errorformat=
1317 setlocal noexpandtab
1318 if &filetype != 'html'
1319 setlocal filetype=html
1320 endif
1321 setlocal foldcolumn=0
1322 setlocal foldenable
1323 setlocal foldexpr=0
1324 setlocal foldignore=#
1325 setlocal foldlevel=0
1326 setlocal foldmarker={{{,}}}
1327 setlocal foldmethod=manual
1328 setlocal foldminlines=1
1329 setlocal foldnestmax=20
1330 setlocal foldtext=foldtext()
1331 setlocal formatexpr=
1332 setlocal formatoptions=tcq
1333 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
1334 setlocal grepprg=
1335 setlocal iminsert=2
1336 setlocal imsearch=2
1337 setlocal include=
1338 setlocal includeexpr=
1339 setlocal indentexpr=
1340 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
1341 setlocal noinfercase
1342 setlocal iskeyword=@,48-57,_,192-255
1343 setlocal keywordprg=
1344 setlocal nolinebreak
1345 setlocal nolisp
1346 setlocal nolist
1347 setlocal makeprg=
1348 setlocal matchpairs=(:),{:},[:],<:>
1349 setlocal nomodeline
1350 setlocal modifiable
1351 setlocal nrformats=octal,hex
1352 setlocal nonumber
1353 setlocal numberwidth=4
1354 setlocal omnifunc=htmlcomplete#CompleteTags
1355 setlocal path=
1356 setlocal nopreserveindent
1357 setlocal nopreviewwindow
1358 setlocal quoteescape=\\
1359 setlocal noreadonly
1360 setlocal norightleft
1361 setlocal rightleftcmd=search
1362 setlocal noscrollbind
1363 setlocal shiftwidth=8
1364 setlocal noshortname
1365 setlocal nosmartindent
1366 setlocal softtabstop=0
1367 setlocal nospell
1368 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
1369 setlocal spellfile=
1370 setlocal spelllang=en
1371 setlocal statusline=
1372 setlocal suffixesadd=
1373 setlocal swapfile
1374 setlocal synmaxcol=3000
1375 if &syntax != 'html'
1376 setlocal syntax=html
1377 endif
1378 setlocal tabstop=2
1379 setlocal tags=
1380 setlocal textwidth=0
1381 setlocal thesaurus=
1382 setlocal nowinfixheight
1383 setlocal nowinfixwidth
1384 setlocal wrap
1385 setlocal wrapmargin=0
1386 silent! normal! zE
1387 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
1388 if s:l < 1 | let s:l = 1 | endif
1389 exe s:l
1390 normal! zt
1391 1
1392 normal! 0
1393 tabedit boot-params.html
1394 set splitbelow splitright
1395 set nosplitbelow
1396 set nosplitright
1397 wincmd t
1398 set winheight=1 winwidth=1
1399 argglobal
1400 4argu
1401 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
1402 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
1403 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
1404 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
1405 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
1406 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
1407 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
1408 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
1409 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
1410 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
1411 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
1412 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
1413 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
1414 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
1415 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
1416 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
1417 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
1418 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
1419 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">')
1420 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">')
1421 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
1422 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
1423 nnoremap <buffer> <silent> ; 
1424 nnoremap <buffer> <silent> ;; ;
1425 vnoremap <buffer> <silent> ;; ;
1426 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
1427 inoremap <buffer> <silent> &hA &hArr;
1428 inoremap <buffer> <silent> &dA &dArr;
1429 inoremap <buffer> <silent> &rA &rArr;
1430 inoremap <buffer> <silent> &uA &uArr;
1431 inoremap <buffer> <silent> &lA &lArr;
1432 inoremap <buffer> <silent> &ha &harr;
1433 inoremap <buffer> <silent> &da &darr;
1434 inoremap <buffer> <silent> &ra &rarr;
1435 inoremap <buffer> <silent> &ua &uarr;
1436 inoremap <buffer> <silent> &la &larr;
1437 inoremap <buffer> <silent> &pv &piv;
1438 inoremap <buffer> <silent> &uh &upsih;
1439 inoremap <buffer> <silent> &ts &thetasym;
1440 inoremap <buffer> <silent> &og &omega;
1441 inoremap <buffer> <silent> &ps &psi;
1442 inoremap <buffer> <silent> &ch &chi;
1443 inoremap <buffer> <silent> &ph &phi;
1444 inoremap <buffer> <silent> &up &upsilon;
1445 inoremap <buffer> <silent> &ta &tau;
1446 inoremap <buffer> <silent> &sf &sigmaf;
1447 inoremap <buffer> <silent> &si &sigma;
1448 inoremap <buffer> <silent> &rh &rho;
1449 inoremap <buffer> <silent> &pi &pi;
1450 inoremap <buffer> <silent> &oc &omicron;
1451 inoremap <buffer> <silent> &xi &xi;
1452 inoremap <buffer> <silent> &nu &nu;
1453 inoremap <buffer> <silent> &mu &mu;
1454 inoremap <buffer> <silent> &lm &lambda;
1455 inoremap <buffer> <silent> &ka &kappa;
1456 inoremap <buffer> <silent> &io &iota;
1457 inoremap <buffer> <silent> &th &theta;
1458 inoremap <buffer> <silent> &et &eta;
1459 inoremap <buffer> <silent> &ze &zeta;
1460 inoremap <buffer> <silent> &ep &epsilon;
1461 inoremap <buffer> <silent> &de &delta;
1462 inoremap <buffer> <silent> &ga &gamma;
1463 inoremap <buffer> <silent> &be &beta;
1464 inoremap <buffer> <silent> &al &alpha;
1465 inoremap <buffer> <silent> &Ps &Psi;
1466 inoremap <buffer> <silent> &Ch &Chi;
1467 inoremap <buffer> <silent> &Ph &Phi;
1468 inoremap <buffer> <silent> &Up &Upsilon;
1469 inoremap <buffer> <silent> &Ta &Tau;
1470 inoremap <buffer> <silent> &Si &Sigma;
1471 inoremap <buffer> <silent> &Rh &Rho;
1472 inoremap <buffer> <silent> &Pi &Pi;
1473 inoremap <buffer> <silent> &Oc &Omicron;
1474 inoremap <buffer> <silent> &Xi &Xi;
1475 inoremap <buffer> <silent> &Nu &Nu;
1476 inoremap <buffer> <silent> &Mu &Mu;
1477 inoremap <buffer> <silent> &Lm &Lambda;
1478 inoremap <buffer> <silent> &Ka &Kappa;
1479 inoremap <buffer> <silent> &Io &Iota;
1480 inoremap <buffer> <silent> &Th &Theta;
1481 inoremap <buffer> <silent> &Et &Eta;
1482 inoremap <buffer> <silent> &Ze &Zeta;
1483 inoremap <buffer> <silent> &Ep &Epsilon;
1484 inoremap <buffer> <silent> &De &Delta;
1485 inoremap <buffer> <silent> &Ga &Gamma;
1486 inoremap <buffer> <silent> &Be &Beta;
1487 inoremap <buffer> <silent> &Al &Alpha;
1488 inoremap <buffer> <silent> &3. &hellip;
1489 inoremap <buffer> <silent> &-- &mdash;
1490 inoremap <buffer> <silent> &3- &mdash;
1491 inoremap <buffer> <silent> &m- &mdash;
1492 inoremap <buffer> <silent> &2- &ndash;
1493 inoremap <buffer> <silent> &n- &ndash;
1494 inoremap <buffer> <silent> &34 &frac34;
1495 inoremap <buffer> <silent> &12 &frac12;
1496 inoremap <buffer> <silent> &14 &frac14;
1497 inoremap <buffer> <silent> &. &middot;
1498 inoremap <buffer> <silent> &pa &para;
1499 inoremap <buffer> <silent> &mi &micro;
1500 inoremap <buffer> <silent> &dg &deg;
1501 inoremap <buffer> <silent> &? &iquest;
1502 inoremap <buffer> <silent> &! &iexcl;
1503 inoremap <buffer> <silent> &sz &szlig;
1504 inoremap <buffer> <silent> &o/ &oslash;
1505 inoremap <buffer> <silent> &/ &divide;
1506 inoremap <buffer> <silent> &" &uml;
1507 inoremap <buffer> <silent> &2> &raquo;
1508 inoremap <buffer> <silent> &2< &laquo;
1509 inoremap <buffer> <silent> &y" &yuml;
1510 inoremap <buffer> <silent> &y' &yacute;
1511 inoremap <buffer> <silent> &u" &uuml;
1512 inoremap <buffer> <silent> &u^ &ucirc;
1513 inoremap <buffer> <silent> &u' &uacute;
1514 inoremap <buffer> <silent> &u` &ugrave;
1515 inoremap <buffer> <silent> &x &times;
1516 inoremap <buffer> <silent> &o" &ouml;
1517 inoremap <buffer> <silent> &o~ &otilde;
1518 inoremap <buffer> <silent> &o^ &ocirc;
1519 inoremap <buffer> <silent> &o' &oacute;
1520 inoremap <buffer> <silent> &o` &ograve;
1521 inoremap <buffer> <silent> &n~ &ntilde;
1522 inoremap <buffer> <silent> &i" &iuml;
1523 inoremap <buffer> <silent> &i^ &icirc;
1524 inoremap <buffer> <silent> &i' &iacute;
1525 inoremap <buffer> <silent> &i` &igrave;
1526 inoremap <buffer> <silent> &e" &euml;
1527 inoremap <buffer> <silent> &e^ &ecirc;
1528 inoremap <buffer> <silent> &e' &eacute;
1529 inoremap <buffer> <silent> &e` &egrave;
1530 inoremap <buffer> <silent> &c, &ccedil;
1531 inoremap <buffer> <silent> &ae &aelig;
1532 inoremap <buffer> <silent> &ao &aring;
1533 inoremap <buffer> <silent> &a" &auml;
1534 inoremap <buffer> <silent> &a~ &atilde;
1535 inoremap <buffer> <silent> &a^ &acirc;
1536 inoremap <buffer> <silent> &a' &aacute;
1537 inoremap <buffer> <silent> &a` &agrave;
1538 inoremap <buffer> <silent> &Y' &Yacute;
1539 inoremap <buffer> <silent> &U" &Uuml;
1540 inoremap <buffer> <silent> &U^ &Ucirc;
1541 inoremap <buffer> <silent> &U' &Uacute;
1542 inoremap <buffer> <silent> &U` &Ugrave;
1543 inoremap <buffer> <silent> &O/ &Oslash;
1544 inoremap <buffer> <silent> &O" &Ouml;
1545 inoremap <buffer> <silent> &O~ &Otilde;
1546 inoremap <buffer> <silent> &O^ &Ocirc;
1547 inoremap <buffer> <silent> &O' &Oacute;
1548 inoremap <buffer> <silent> &O` &Ograve;
1549 inoremap <buffer> <silent> &N~ &Ntilde;
1550 inoremap <buffer> <silent> &I" &Iuml;
1551 inoremap <buffer> <silent> &I^ &Icirc;
1552 inoremap <buffer> <silent> &I' &Iacute;
1553 inoremap <buffer> <silent> &I` &Igrave;
1554 inoremap <buffer> <silent> &E" &Euml;
1555 inoremap <buffer> <silent> &E^ &Ecirc;
1556 inoremap <buffer> <silent> &E' &Eacute;
1557 inoremap <buffer> <silent> &E` &Egrave;
1558 inoremap <buffer> <silent> &C, &Ccedil;
1559 inoremap <buffer> <silent> &AE &AElig;
1560 inoremap <buffer> <silent> &Ao &Aring;
1561 inoremap <buffer> <silent> &A" &Auml;
1562 inoremap <buffer> <silent> &A~ &Atilde;
1563 inoremap <buffer> <silent> &A^ &Acirc;
1564 inoremap <buffer> <silent> &A' &Aacute;
1565 inoremap <buffer> <silent> &A` &Agrave;
1566 inoremap <buffer> <silent> &c| &cent;
1567 inoremap <buffer> <silent> &Y= &yen;
1568 inoremap <buffer> <silent> &# &pound;
1569 inoremap <buffer> <silent> & &nbsp;
1570 inoremap <buffer> <silent> &> &gt;
1571 inoremap <buffer> <silent> &< &lt;
1572 inoremap <buffer> <silent> &' &quot;
1573 inoremap <buffer> <silent> &tm &trade;
1574 inoremap <buffer> <silent> &rO &reg;
1575 inoremap <buffer> <silent> &cO &copy;
1576 inoremap <buffer> <silent> && &amp;
1577 inoremap <buffer> <silent> ; &nbsp;
1578 inoremap <buffer> <silent> ;la <label for=""></label>F"
1579 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
1580 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
1581 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
1582 </textarea>k$5F"i
1583 inoremap <buffer> <silent> ;og <optgroup label="">
1584 </optgroup>k$F"i
1585 inoremap <buffer> <silent> ;op <option></option>F<
1586 inoremap <buffer> <silent> ;ms <select name="" multiple>
1587 </select>O
1588 inoremap <buffer> <silent> ;se <select name="">
1589 </select>O
1590 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
1591 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
1592 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
1593 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
1594 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
1595 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
1596 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
1597 inoremap <buffer> <silent> ;fm <form action="">
1598 </form>k$F"i
1599 inoremap <buffer> <silent> ;if <iframe src="">
1600 </iframe>k$F"i
1601 inoremap <buffer> <silent> ;nf <noframes>
1602 </noframes>O
1603 inoremap <buffer> <silent> ;fr <frame src="">F"
1604 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
1605 </frameset>k$3F"i
1606 inoremap <buffer> <silent> ;th <th></th>F<
1607 inoremap <buffer> <silent> ;td <td>
1608 </td>O
1609 inoremap <buffer> <silent> ;tr <tr>
1610 </tr>O
1611 inoremap <buffer> <silent> ;tf <tfoot>
1612 </tfoot>O
1613 inoremap <buffer> <silent> ;tb <tbody>
1614 </tbody>O
1615 inoremap <buffer> <silent> ;tH <thead>
1616 </thead>O
1617 inoremap <buffer> <silent> ;ta <table>
1618 </table>O
1619 inoremap <buffer> <silent> ;ca <caption></caption>F<
1620 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
1621 </object>k$5F"i
1622 inoremap <buffer> <silent> ;ns <noscript>
1623 </noscripT>O
1624 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
1625 <noembed></noembed>k$5F"i
1626 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
1627 inoremap <buffer> <silent> ;va <var></var>F<
1628 inoremap <buffer> <silent> ;ul <ul>
1629 </ul>O
1630 inoremap <buffer> <silent> ;tt <tt></tt>F<
1631 inoremap <buffer> <silent> ;ti <title></title>F<
1632 inoremap <buffer> <silent> ;sp <sup></sup>F<
1633 inoremap <buffer> <silent> ;sb <sub></sub>F<
1634 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
1635 inoremap <buffer> <silent> ;cs <style type="text/css">
1636 <!--
1637 -->
1638 </style>kO
1639 inoremap <buffer> <silent> ;sm <small></small>F<
1640 inoremap <buffer> <silent> ;sa <samp></samp>F<
1641 inoremap <buffer> <silent> ;sk <strike></strike>F<
1642 inoremap <buffer> <silent> ;qu <q></q>F<
1643 inoremap <buffer> <silent> ;pr <pre>
1644 </pre>O
1645 inoremap <buffer> <silent> ;/p </p>
1646 
1647 <p>
1648 inoremap <buffer> <silent> ;pp <p>
1649 </p>O
1650 inoremap <buffer> <silent> ;ol <ol>
1651 </ol>O
1652 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
1653 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
1654 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
1655 inoremap <buffer> <silent> ;lk <link href="">F"
1656 inoremap <buffer> <silent> ;li <li></li>F<
1657 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
1658 inoremap <buffer> <silent> ;ii <isindex>
1659 inoremap <buffer> <silent> ;in <ins></ins>F<
1660 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
1661 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
1662 inoremap <buffer> <silent> ;ht <html>
1663 </html>O
1664 inoremap <buffer> <silent> ;Hr <hr width="75%">
1665 inoremap <buffer> <silent> ;hr <hr>
1666 inoremap <buffer> <silent> ;he <head>
1667 </head>O
1668 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
1669 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
1670 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
1671 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
1672 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
1673 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
1674 inoremap <buffer> <silent> ;h6 <h6></h6>F<
1675 inoremap <buffer> <silent> ;h5 <h5></h5>F<
1676 inoremap <buffer> <silent> ;h4 <h4></h4>F<
1677 inoremap <buffer> <silent> ;h3 <h3></h3>F<
1678 inoremap <buffer> <silent> ;h2 <h2></h2>F<
1679 inoremap <buffer> <silent> ;h1 <h1></h1>F<
1680 inoremap <buffer> <silent> ;fc <font color=""></font>F"
1681 inoremap <buffer> <silent> ;fo <font size=""></font>F"
1682 inoremap <buffer> <silent> ;sn <span></span>F<
1683 inoremap <buffer> <silent> ;dv <div>
1684 </div>O
1685 inoremap <buffer> <silent> ;df <dfn></dfn>F<
1686 inoremap <buffer> <silent> ;de <del></del>F<
1687 inoremap <buffer> <silent> ;dd <dd></dd>F<
1688 inoremap <buffer> <silent> ;dt <dt></dt>F<
1689 inoremap <buffer> <silent> ;dl <dl>
1690 </dl>O
1691 inoremap <buffer> <silent> ;co <code></code>F<
1692 inoremap <buffer> <silent> ;ci <cite></cite>F<
1693 inoremap <buffer> <silent> ;ce <center></center>F<
1694 inoremap <buffer> <silent> ;br <br>
1695 inoremap <buffer> <silent> ;bd <body>
1696 </body>O
1697 inoremap <buffer> <silent> ;bl <blockquote>
1698 </blockquote>O
1699 inoremap <buffer> <silent> ;bi <big></big>F<
1700 inoremap <buffer> <silent> ;bh <base href="">F"
1701 inoremap <buffer> <silent> ;ad <address></address>F<
1702 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
1703 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
1704 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
1705 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
1706 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
1707 inoremap <buffer> <silent> ;an <a name=""></a>F"
1708 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
1709 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
1710 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
1711 inoremap <buffer> <silent> ;ah <a href=""></a>F"
1712 imap <buffer> <silent> ;s4 ;s4
1713 imap <buffer> <silent> ;4 ;4
1714 inoremap <buffer> <silent> ;mi :call MangleImageTag()
1715 inoremap <buffer> <silent> ; 
1716 inoremap <buffer> <silent> ;& &
1717 inoremap <buffer> <silent> ;; ;
1718 setlocal keymap=
1719 setlocal noarabic
1720 setlocal autoindent
1721 setlocal balloonexpr=
1722 setlocal nobinary
1723 setlocal bufhidden=
1724 setlocal buflisted
1725 setlocal buftype=
1726 setlocal nocindent
1727 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
1728 setlocal cinoptions=
1729 setlocal cinwords=if,else,while,do,for,switch
1730 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
1731 setlocal commentstring=<!--%s-->
1732 setlocal complete=.,w,b,u,t,i
1733 setlocal completefunc=
1734 setlocal nocopyindent
1735 setlocal nocursorcolumn
1736 setlocal nocursorline
1737 setlocal define=
1738 setlocal dictionary=
1739 setlocal nodiff
1740 setlocal equalprg=
1741 setlocal errorformat=
1742 setlocal noexpandtab
1743 if &filetype != 'html'
1744 setlocal filetype=html
1745 endif
1746 setlocal foldcolumn=0
1747 setlocal foldenable
1748 setlocal foldexpr=0
1749 setlocal foldignore=#
1750 setlocal foldlevel=0
1751 setlocal foldmarker={{{,}}}
1752 setlocal foldmethod=manual
1753 setlocal foldminlines=1
1754 setlocal foldnestmax=20
1755 setlocal foldtext=foldtext()
1756 setlocal formatexpr=
1757 setlocal formatoptions=tcq
1758 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
1759 setlocal grepprg=
1760 setlocal iminsert=2
1761 setlocal imsearch=2
1762 setlocal include=
1763 setlocal includeexpr=
1764 setlocal indentexpr=
1765 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
1766 setlocal noinfercase
1767 setlocal iskeyword=@,48-57,_,192-255
1768 setlocal keywordprg=
1769 setlocal nolinebreak
1770 setlocal nolisp
1771 setlocal nolist
1772 setlocal makeprg=
1773 setlocal matchpairs=(:),{:},[:],<:>
1774 setlocal nomodeline
1775 setlocal modifiable
1776 setlocal nrformats=octal,hex
1777 setlocal nonumber
1778 setlocal numberwidth=4
1779 setlocal omnifunc=htmlcomplete#CompleteTags
1780 setlocal path=
1781 setlocal nopreserveindent
1782 setlocal nopreviewwindow
1783 setlocal quoteescape=\\
1784 setlocal noreadonly
1785 setlocal norightleft
1786 setlocal rightleftcmd=search
1787 setlocal noscrollbind
1788 setlocal shiftwidth=8
1789 setlocal noshortname
1790 setlocal nosmartindent
1791 setlocal softtabstop=0
1792 setlocal nospell
1793 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
1794 setlocal spellfile=
1795 setlocal spelllang=en
1796 setlocal statusline=
1797 setlocal suffixesadd=
1798 setlocal swapfile
1799 setlocal synmaxcol=3000
1800 if &syntax != 'html'
1801 setlocal syntax=html
1802 endif
1803 setlocal tabstop=2
1804 setlocal tags=
1805 setlocal textwidth=0
1806 setlocal thesaurus=
1807 setlocal nowinfixheight
1808 setlocal nowinfixwidth
1809 setlocal wrap
1810 setlocal wrapmargin=0
1811 silent! normal! zE
1812 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
1813 if s:l < 1 | let s:l = 1 | endif
1814 exe s:l
1815 normal! zt
1816 1
1817 normal! 0
1818 tabedit clonezilla.html
1819 set splitbelow splitright
1820 set nosplitbelow
1821 set nosplitright
1822 wincmd t
1823 set winheight=1 winwidth=1
1824 argglobal
1825 5argu
1826 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
1827 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
1828 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
1829 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
1830 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
1831 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
1832 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
1833 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
1834 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
1835 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
1836 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
1837 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
1838 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
1839 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
1840 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
1841 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
1842 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
1843 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
1844 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">')
1845 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">')
1846 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
1847 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
1848 nnoremap <buffer> <silent> ; 
1849 nnoremap <buffer> <silent> ;; ;
1850 vnoremap <buffer> <silent> ;; ;
1851 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
1852 inoremap <buffer> <silent> &hA &hArr;
1853 inoremap <buffer> <silent> &dA &dArr;
1854 inoremap <buffer> <silent> &rA &rArr;
1855 inoremap <buffer> <silent> &uA &uArr;
1856 inoremap <buffer> <silent> &lA &lArr;
1857 inoremap <buffer> <silent> &ha &harr;
1858 inoremap <buffer> <silent> &da &darr;
1859 inoremap <buffer> <silent> &ra &rarr;
1860 inoremap <buffer> <silent> &ua &uarr;
1861 inoremap <buffer> <silent> &la &larr;
1862 inoremap <buffer> <silent> &pv &piv;
1863 inoremap <buffer> <silent> &uh &upsih;
1864 inoremap <buffer> <silent> &ts &thetasym;
1865 inoremap <buffer> <silent> &og &omega;
1866 inoremap <buffer> <silent> &ps &psi;
1867 inoremap <buffer> <silent> &ch &chi;
1868 inoremap <buffer> <silent> &ph &phi;
1869 inoremap <buffer> <silent> &up &upsilon;
1870 inoremap <buffer> <silent> &ta &tau;
1871 inoremap <buffer> <silent> &sf &sigmaf;
1872 inoremap <buffer> <silent> &si &sigma;
1873 inoremap <buffer> <silent> &rh &rho;
1874 inoremap <buffer> <silent> &pi &pi;
1875 inoremap <buffer> <silent> &oc &omicron;
1876 inoremap <buffer> <silent> &xi &xi;
1877 inoremap <buffer> <silent> &nu &nu;
1878 inoremap <buffer> <silent> &mu &mu;
1879 inoremap <buffer> <silent> &lm &lambda;
1880 inoremap <buffer> <silent> &ka &kappa;
1881 inoremap <buffer> <silent> &io &iota;
1882 inoremap <buffer> <silent> &th &theta;
1883 inoremap <buffer> <silent> &et &eta;
1884 inoremap <buffer> <silent> &ze &zeta;
1885 inoremap <buffer> <silent> &ep &epsilon;
1886 inoremap <buffer> <silent> &de &delta;
1887 inoremap <buffer> <silent> &ga &gamma;
1888 inoremap <buffer> <silent> &be &beta;
1889 inoremap <buffer> <silent> &al &alpha;
1890 inoremap <buffer> <silent> &Ps &Psi;
1891 inoremap <buffer> <silent> &Ch &Chi;
1892 inoremap <buffer> <silent> &Ph &Phi;
1893 inoremap <buffer> <silent> &Up &Upsilon;
1894 inoremap <buffer> <silent> &Ta &Tau;
1895 inoremap <buffer> <silent> &Si &Sigma;
1896 inoremap <buffer> <silent> &Rh &Rho;
1897 inoremap <buffer> <silent> &Pi &Pi;
1898 inoremap <buffer> <silent> &Oc &Omicron;
1899 inoremap <buffer> <silent> &Xi &Xi;
1900 inoremap <buffer> <silent> &Nu &Nu;
1901 inoremap <buffer> <silent> &Mu &Mu;
1902 inoremap <buffer> <silent> &Lm &Lambda;
1903 inoremap <buffer> <silent> &Ka &Kappa;
1904 inoremap <buffer> <silent> &Io &Iota;
1905 inoremap <buffer> <silent> &Th &Theta;
1906 inoremap <buffer> <silent> &Et &Eta;
1907 inoremap <buffer> <silent> &Ze &Zeta;
1908 inoremap <buffer> <silent> &Ep &Epsilon;
1909 inoremap <buffer> <silent> &De &Delta;
1910 inoremap <buffer> <silent> &Ga &Gamma;
1911 inoremap <buffer> <silent> &Be &Beta;
1912 inoremap <buffer> <silent> &Al &Alpha;
1913 inoremap <buffer> <silent> &3. &hellip;
1914 inoremap <buffer> <silent> &-- &mdash;
1915 inoremap <buffer> <silent> &3- &mdash;
1916 inoremap <buffer> <silent> &m- &mdash;
1917 inoremap <buffer> <silent> &2- &ndash;
1918 inoremap <buffer> <silent> &n- &ndash;
1919 inoremap <buffer> <silent> &34 &frac34;
1920 inoremap <buffer> <silent> &12 &frac12;
1921 inoremap <buffer> <silent> &14 &frac14;
1922 inoremap <buffer> <silent> &. &middot;
1923 inoremap <buffer> <silent> &pa &para;
1924 inoremap <buffer> <silent> &mi &micro;
1925 inoremap <buffer> <silent> &dg &deg;
1926 inoremap <buffer> <silent> &? &iquest;
1927 inoremap <buffer> <silent> &! &iexcl;
1928 inoremap <buffer> <silent> &sz &szlig;
1929 inoremap <buffer> <silent> &o/ &oslash;
1930 inoremap <buffer> <silent> &/ &divide;
1931 inoremap <buffer> <silent> &" &uml;
1932 inoremap <buffer> <silent> &2> &raquo;
1933 inoremap <buffer> <silent> &2< &laquo;
1934 inoremap <buffer> <silent> &y" &yuml;
1935 inoremap <buffer> <silent> &y' &yacute;
1936 inoremap <buffer> <silent> &u" &uuml;
1937 inoremap <buffer> <silent> &u^ &ucirc;
1938 inoremap <buffer> <silent> &u' &uacute;
1939 inoremap <buffer> <silent> &u` &ugrave;
1940 inoremap <buffer> <silent> &x &times;
1941 inoremap <buffer> <silent> &o" &ouml;
1942 inoremap <buffer> <silent> &o~ &otilde;
1943 inoremap <buffer> <silent> &o^ &ocirc;
1944 inoremap <buffer> <silent> &o' &oacute;
1945 inoremap <buffer> <silent> &o` &ograve;
1946 inoremap <buffer> <silent> &n~ &ntilde;
1947 inoremap <buffer> <silent> &i" &iuml;
1948 inoremap <buffer> <silent> &i^ &icirc;
1949 inoremap <buffer> <silent> &i' &iacute;
1950 inoremap <buffer> <silent> &i` &igrave;
1951 inoremap <buffer> <silent> &e" &euml;
1952 inoremap <buffer> <silent> &e^ &ecirc;
1953 inoremap <buffer> <silent> &e' &eacute;
1954 inoremap <buffer> <silent> &e` &egrave;
1955 inoremap <buffer> <silent> &c, &ccedil;
1956 inoremap <buffer> <silent> &ae &aelig;
1957 inoremap <buffer> <silent> &ao &aring;
1958 inoremap <buffer> <silent> &a" &auml;
1959 inoremap <buffer> <silent> &a~ &atilde;
1960 inoremap <buffer> <silent> &a^ &acirc;
1961 inoremap <buffer> <silent> &a' &aacute;
1962 inoremap <buffer> <silent> &a` &agrave;
1963 inoremap <buffer> <silent> &Y' &Yacute;
1964 inoremap <buffer> <silent> &U" &Uuml;
1965 inoremap <buffer> <silent> &U^ &Ucirc;
1966 inoremap <buffer> <silent> &U' &Uacute;
1967 inoremap <buffer> <silent> &U` &Ugrave;
1968 inoremap <buffer> <silent> &O/ &Oslash;
1969 inoremap <buffer> <silent> &O" &Ouml;
1970 inoremap <buffer> <silent> &O~ &Otilde;
1971 inoremap <buffer> <silent> &O^ &Ocirc;
1972 inoremap <buffer> <silent> &O' &Oacute;
1973 inoremap <buffer> <silent> &O` &Ograve;
1974 inoremap <buffer> <silent> &N~ &Ntilde;
1975 inoremap <buffer> <silent> &I" &Iuml;
1976 inoremap <buffer> <silent> &I^ &Icirc;
1977 inoremap <buffer> <silent> &I' &Iacute;
1978 inoremap <buffer> <silent> &I` &Igrave;
1979 inoremap <buffer> <silent> &E" &Euml;
1980 inoremap <buffer> <silent> &E^ &Ecirc;
1981 inoremap <buffer> <silent> &E' &Eacute;
1982 inoremap <buffer> <silent> &E` &Egrave;
1983 inoremap <buffer> <silent> &C, &Ccedil;
1984 inoremap <buffer> <silent> &AE &AElig;
1985 inoremap <buffer> <silent> &Ao &Aring;
1986 inoremap <buffer> <silent> &A" &Auml;
1987 inoremap <buffer> <silent> &A~ &Atilde;
1988 inoremap <buffer> <silent> &A^ &Acirc;
1989 inoremap <buffer> <silent> &A' &Aacute;
1990 inoremap <buffer> <silent> &A` &Agrave;
1991 inoremap <buffer> <silent> &c| &cent;
1992 inoremap <buffer> <silent> &Y= &yen;
1993 inoremap <buffer> <silent> &# &pound;
1994 inoremap <buffer> <silent> & &nbsp;
1995 inoremap <buffer> <silent> &> &gt;
1996 inoremap <buffer> <silent> &< &lt;
1997 inoremap <buffer> <silent> &' &quot;
1998 inoremap <buffer> <silent> &tm &trade;
1999 inoremap <buffer> <silent> &rO &reg;
2000 inoremap <buffer> <silent> &cO &copy;
2001 inoremap <buffer> <silent> && &amp;
2002 inoremap <buffer> <silent> ; &nbsp;
2003 inoremap <buffer> <silent> ;la <label for=""></label>F"
2004 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
2005 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
2006 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
2007 </textarea>k$5F"i
2008 inoremap <buffer> <silent> ;og <optgroup label="">
2009 </optgroup>k$F"i
2010 inoremap <buffer> <silent> ;op <option></option>F<
2011 inoremap <buffer> <silent> ;ms <select name="" multiple>
2012 </select>O
2013 inoremap <buffer> <silent> ;se <select name="">
2014 </select>O
2015 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
2016 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
2017 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
2018 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
2019 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
2020 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
2021 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
2022 inoremap <buffer> <silent> ;fm <form action="">
2023 </form>k$F"i
2024 inoremap <buffer> <silent> ;if <iframe src="">
2025 </iframe>k$F"i
2026 inoremap <buffer> <silent> ;nf <noframes>
2027 </noframes>O
2028 inoremap <buffer> <silent> ;fr <frame src="">F"
2029 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
2030 </frameset>k$3F"i
2031 inoremap <buffer> <silent> ;th <th></th>F<
2032 inoremap <buffer> <silent> ;td <td>
2033 </td>O
2034 inoremap <buffer> <silent> ;tr <tr>
2035 </tr>O
2036 inoremap <buffer> <silent> ;tf <tfoot>
2037 </tfoot>O
2038 inoremap <buffer> <silent> ;tb <tbody>
2039 </tbody>O
2040 inoremap <buffer> <silent> ;tH <thead>
2041 </thead>O
2042 inoremap <buffer> <silent> ;ta <table>
2043 </table>O
2044 inoremap <buffer> <silent> ;ca <caption></caption>F<
2045 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
2046 </object>k$5F"i
2047 inoremap <buffer> <silent> ;ns <noscript>
2048 </noscripT>O
2049 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
2050 <noembed></noembed>k$5F"i
2051 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
2052 inoremap <buffer> <silent> ;va <var></var>F<
2053 inoremap <buffer> <silent> ;ul <ul>
2054 </ul>O
2055 inoremap <buffer> <silent> ;tt <tt></tt>F<
2056 inoremap <buffer> <silent> ;ti <title></title>F<
2057 inoremap <buffer> <silent> ;sp <sup></sup>F<
2058 inoremap <buffer> <silent> ;sb <sub></sub>F<
2059 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
2060 inoremap <buffer> <silent> ;cs <style type="text/css">
2061 <!--
2062 -->
2063 </style>kO
2064 inoremap <buffer> <silent> ;sm <small></small>F<
2065 inoremap <buffer> <silent> ;sa <samp></samp>F<
2066 inoremap <buffer> <silent> ;sk <strike></strike>F<
2067 inoremap <buffer> <silent> ;qu <q></q>F<
2068 inoremap <buffer> <silent> ;pr <pre>
2069 </pre>O
2070 inoremap <buffer> <silent> ;/p </p>
2071 
2072 <p>
2073 inoremap <buffer> <silent> ;pp <p>
2074 </p>O
2075 inoremap <buffer> <silent> ;ol <ol>
2076 </ol>O
2077 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
2078 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
2079 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
2080 inoremap <buffer> <silent> ;lk <link href="">F"
2081 inoremap <buffer> <silent> ;li <li></li>F<
2082 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
2083 inoremap <buffer> <silent> ;ii <isindex>
2084 inoremap <buffer> <silent> ;in <ins></ins>F<
2085 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
2086 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
2087 inoremap <buffer> <silent> ;ht <html>
2088 </html>O
2089 inoremap <buffer> <silent> ;Hr <hr width="75%">
2090 inoremap <buffer> <silent> ;hr <hr>
2091 inoremap <buffer> <silent> ;he <head>
2092 </head>O
2093 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
2094 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
2095 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
2096 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
2097 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
2098 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
2099 inoremap <buffer> <silent> ;h6 <h6></h6>F<
2100 inoremap <buffer> <silent> ;h5 <h5></h5>F<
2101 inoremap <buffer> <silent> ;h4 <h4></h4>F<
2102 inoremap <buffer> <silent> ;h3 <h3></h3>F<
2103 inoremap <buffer> <silent> ;h2 <h2></h2>F<
2104 inoremap <buffer> <silent> ;h1 <h1></h1>F<
2105 inoremap <buffer> <silent> ;fc <font color=""></font>F"
2106 inoremap <buffer> <silent> ;fo <font size=""></font>F"
2107 inoremap <buffer> <silent> ;sn <span></span>F<
2108 inoremap <buffer> <silent> ;dv <div>
2109 </div>O
2110 inoremap <buffer> <silent> ;df <dfn></dfn>F<
2111 inoremap <buffer> <silent> ;de <del></del>F<
2112 inoremap <buffer> <silent> ;dd <dd></dd>F<
2113 inoremap <buffer> <silent> ;dt <dt></dt>F<
2114 inoremap <buffer> <silent> ;dl <dl>
2115 </dl>O
2116 inoremap <buffer> <silent> ;co <code></code>F<
2117 inoremap <buffer> <silent> ;ci <cite></cite>F<
2118 inoremap <buffer> <silent> ;ce <center></center>F<
2119 inoremap <buffer> <silent> ;br <br>
2120 inoremap <buffer> <silent> ;bd <body>
2121 </body>O
2122 inoremap <buffer> <silent> ;bl <blockquote>
2123 </blockquote>O
2124 inoremap <buffer> <silent> ;bi <big></big>F<
2125 inoremap <buffer> <silent> ;bh <base href="">F"
2126 inoremap <buffer> <silent> ;ad <address></address>F<
2127 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
2128 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
2129 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
2130 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
2131 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
2132 inoremap <buffer> <silent> ;an <a name=""></a>F"
2133 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
2134 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
2135 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
2136 inoremap <buffer> <silent> ;ah <a href=""></a>F"
2137 imap <buffer> <silent> ;s4 ;s4
2138 imap <buffer> <silent> ;4 ;4
2139 inoremap <buffer> <silent> ;mi :call MangleImageTag()
2140 inoremap <buffer> <silent> ; 
2141 inoremap <buffer> <silent> ;& &
2142 inoremap <buffer> <silent> ;; ;
2143 setlocal keymap=
2144 setlocal noarabic
2145 setlocal autoindent
2146 setlocal balloonexpr=
2147 setlocal nobinary
2148 setlocal bufhidden=
2149 setlocal buflisted
2150 setlocal buftype=
2151 setlocal nocindent
2152 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
2153 setlocal cinoptions=
2154 setlocal cinwords=if,else,while,do,for,switch
2155 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
2156 setlocal commentstring=<!--%s-->
2157 setlocal complete=.,w,b,u,t,i
2158 setlocal completefunc=
2159 setlocal nocopyindent
2160 setlocal nocursorcolumn
2161 setlocal nocursorline
2162 setlocal define=
2163 setlocal dictionary=
2164 setlocal nodiff
2165 setlocal equalprg=
2166 setlocal errorformat=
2167 setlocal noexpandtab
2168 if &filetype != 'html'
2169 setlocal filetype=html
2170 endif
2171 setlocal foldcolumn=0
2172 setlocal foldenable
2173 setlocal foldexpr=0
2174 setlocal foldignore=#
2175 setlocal foldlevel=0
2176 setlocal foldmarker={{{,}}}
2177 setlocal foldmethod=manual
2178 setlocal foldminlines=1
2179 setlocal foldnestmax=20
2180 setlocal foldtext=foldtext()
2181 setlocal formatexpr=
2182 setlocal formatoptions=tcq
2183 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
2184 setlocal grepprg=
2185 setlocal iminsert=2
2186 setlocal imsearch=2
2187 setlocal include=
2188 setlocal includeexpr=
2189 setlocal indentexpr=
2190 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
2191 setlocal noinfercase
2192 setlocal iskeyword=@,48-57,_,192-255
2193 setlocal keywordprg=
2194 setlocal nolinebreak
2195 setlocal nolisp
2196 setlocal nolist
2197 setlocal makeprg=
2198 setlocal matchpairs=(:),{:},[:],<:>
2199 setlocal nomodeline
2200 setlocal modifiable
2201 setlocal nrformats=octal,hex
2202 setlocal nonumber
2203 setlocal numberwidth=4
2204 setlocal omnifunc=htmlcomplete#CompleteTags
2205 setlocal path=
2206 setlocal nopreserveindent
2207 setlocal nopreviewwindow
2208 setlocal quoteescape=\\
2209 setlocal noreadonly
2210 setlocal norightleft
2211 setlocal rightleftcmd=search
2212 setlocal noscrollbind
2213 setlocal shiftwidth=8
2214 setlocal noshortname
2215 setlocal nosmartindent
2216 setlocal softtabstop=0
2217 setlocal nospell
2218 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
2219 setlocal spellfile=
2220 setlocal spelllang=en
2221 setlocal statusline=
2222 setlocal suffixesadd=
2223 setlocal swapfile
2224 setlocal synmaxcol=3000
2225 if &syntax != 'html'
2226 setlocal syntax=html
2227 endif
2228 setlocal tabstop=2
2229 setlocal tags=
2230 setlocal textwidth=0
2231 setlocal thesaurus=
2232 setlocal nowinfixheight
2233 setlocal nowinfixwidth
2234 setlocal wrap
2235 setlocal wrapmargin=0
2236 silent! normal! zE
2237 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
2238 if s:l < 1 | let s:l = 1 | endif
2239 exe s:l
2240 normal! zt
2241 1
2242 normal! 0
2243 tabedit custom-cd.html
2244 set splitbelow splitright
2245 set nosplitbelow
2246 set nosplitright
2247 wincmd t
2248 set winheight=1 winwidth=1
2249 argglobal
2250 6argu
2251 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
2252 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
2253 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
2254 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
2255 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
2256 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
2257 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
2258 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
2259 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
2260 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
2261 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
2262 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
2263 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
2264 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
2265 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
2266 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
2267 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
2268 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
2269 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">')
2270 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">')
2271 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
2272 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
2273 nnoremap <buffer> <silent> ; 
2274 nnoremap <buffer> <silent> ;; ;
2275 vnoremap <buffer> <silent> ;; ;
2276 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
2277 inoremap <buffer> <silent> &hA &hArr;
2278 inoremap <buffer> <silent> &dA &dArr;
2279 inoremap <buffer> <silent> &rA &rArr;
2280 inoremap <buffer> <silent> &uA &uArr;
2281 inoremap <buffer> <silent> &lA &lArr;
2282 inoremap <buffer> <silent> &ha &harr;
2283 inoremap <buffer> <silent> &da &darr;
2284 inoremap <buffer> <silent> &ra &rarr;
2285 inoremap <buffer> <silent> &ua &uarr;
2286 inoremap <buffer> <silent> &la &larr;
2287 inoremap <buffer> <silent> &pv &piv;
2288 inoremap <buffer> <silent> &uh &upsih;
2289 inoremap <buffer> <silent> &ts &thetasym;
2290 inoremap <buffer> <silent> &og &omega;
2291 inoremap <buffer> <silent> &ps &psi;
2292 inoremap <buffer> <silent> &ch &chi;
2293 inoremap <buffer> <silent> &ph &phi;
2294 inoremap <buffer> <silent> &up &upsilon;
2295 inoremap <buffer> <silent> &ta &tau;
2296 inoremap <buffer> <silent> &sf &sigmaf;
2297 inoremap <buffer> <silent> &si &sigma;
2298 inoremap <buffer> <silent> &rh &rho;
2299 inoremap <buffer> <silent> &pi &pi;
2300 inoremap <buffer> <silent> &oc &omicron;
2301 inoremap <buffer> <silent> &xi &xi;
2302 inoremap <buffer> <silent> &nu &nu;
2303 inoremap <buffer> <silent> &mu &mu;
2304 inoremap <buffer> <silent> &lm &lambda;
2305 inoremap <buffer> <silent> &ka &kappa;
2306 inoremap <buffer> <silent> &io &iota;
2307 inoremap <buffer> <silent> &th &theta;
2308 inoremap <buffer> <silent> &et &eta;
2309 inoremap <buffer> <silent> &ze &zeta;
2310 inoremap <buffer> <silent> &ep &epsilon;
2311 inoremap <buffer> <silent> &de &delta;
2312 inoremap <buffer> <silent> &ga &gamma;
2313 inoremap <buffer> <silent> &be &beta;
2314 inoremap <buffer> <silent> &al &alpha;
2315 inoremap <buffer> <silent> &Ps &Psi;
2316 inoremap <buffer> <silent> &Ch &Chi;
2317 inoremap <buffer> <silent> &Ph &Phi;
2318 inoremap <buffer> <silent> &Up &Upsilon;
2319 inoremap <buffer> <silent> &Ta &Tau;
2320 inoremap <buffer> <silent> &Si &Sigma;
2321 inoremap <buffer> <silent> &Rh &Rho;
2322 inoremap <buffer> <silent> &Pi &Pi;
2323 inoremap <buffer> <silent> &Oc &Omicron;
2324 inoremap <buffer> <silent> &Xi &Xi;
2325 inoremap <buffer> <silent> &Nu &Nu;
2326 inoremap <buffer> <silent> &Mu &Mu;
2327 inoremap <buffer> <silent> &Lm &Lambda;
2328 inoremap <buffer> <silent> &Ka &Kappa;
2329 inoremap <buffer> <silent> &Io &Iota;
2330 inoremap <buffer> <silent> &Th &Theta;
2331 inoremap <buffer> <silent> &Et &Eta;
2332 inoremap <buffer> <silent> &Ze &Zeta;
2333 inoremap <buffer> <silent> &Ep &Epsilon;
2334 inoremap <buffer> <silent> &De &Delta;
2335 inoremap <buffer> <silent> &Ga &Gamma;
2336 inoremap <buffer> <silent> &Be &Beta;
2337 inoremap <buffer> <silent> &Al &Alpha;
2338 inoremap <buffer> <silent> &3. &hellip;
2339 inoremap <buffer> <silent> &-- &mdash;
2340 inoremap <buffer> <silent> &3- &mdash;
2341 inoremap <buffer> <silent> &m- &mdash;
2342 inoremap <buffer> <silent> &2- &ndash;
2343 inoremap <buffer> <silent> &n- &ndash;
2344 inoremap <buffer> <silent> &34 &frac34;
2345 inoremap <buffer> <silent> &12 &frac12;
2346 inoremap <buffer> <silent> &14 &frac14;
2347 inoremap <buffer> <silent> &. &middot;
2348 inoremap <buffer> <silent> &pa &para;
2349 inoremap <buffer> <silent> &mi &micro;
2350 inoremap <buffer> <silent> &dg &deg;
2351 inoremap <buffer> <silent> &? &iquest;
2352 inoremap <buffer> <silent> &! &iexcl;
2353 inoremap <buffer> <silent> &sz &szlig;
2354 inoremap <buffer> <silent> &o/ &oslash;
2355 inoremap <buffer> <silent> &/ &divide;
2356 inoremap <buffer> <silent> &" &uml;
2357 inoremap <buffer> <silent> &2> &raquo;
2358 inoremap <buffer> <silent> &2< &laquo;
2359 inoremap <buffer> <silent> &y" &yuml;
2360 inoremap <buffer> <silent> &y' &yacute;
2361 inoremap <buffer> <silent> &u" &uuml;
2362 inoremap <buffer> <silent> &u^ &ucirc;
2363 inoremap <buffer> <silent> &u' &uacute;
2364 inoremap <buffer> <silent> &u` &ugrave;
2365 inoremap <buffer> <silent> &x &times;
2366 inoremap <buffer> <silent> &o" &ouml;
2367 inoremap <buffer> <silent> &o~ &otilde;
2368 inoremap <buffer> <silent> &o^ &ocirc;
2369 inoremap <buffer> <silent> &o' &oacute;
2370 inoremap <buffer> <silent> &o` &ograve;
2371 inoremap <buffer> <silent> &n~ &ntilde;
2372 inoremap <buffer> <silent> &i" &iuml;
2373 inoremap <buffer> <silent> &i^ &icirc;
2374 inoremap <buffer> <silent> &i' &iacute;
2375 inoremap <buffer> <silent> &i` &igrave;
2376 inoremap <buffer> <silent> &e" &euml;
2377 inoremap <buffer> <silent> &e^ &ecirc;
2378 inoremap <buffer> <silent> &e' &eacute;
2379 inoremap <buffer> <silent> &e` &egrave;
2380 inoremap <buffer> <silent> &c, &ccedil;
2381 inoremap <buffer> <silent> &ae &aelig;
2382 inoremap <buffer> <silent> &ao &aring;
2383 inoremap <buffer> <silent> &a" &auml;
2384 inoremap <buffer> <silent> &a~ &atilde;
2385 inoremap <buffer> <silent> &a^ &acirc;
2386 inoremap <buffer> <silent> &a' &aacute;
2387 inoremap <buffer> <silent> &a` &agrave;
2388 inoremap <buffer> <silent> &Y' &Yacute;
2389 inoremap <buffer> <silent> &U" &Uuml;
2390 inoremap <buffer> <silent> &U^ &Ucirc;
2391 inoremap <buffer> <silent> &U' &Uacute;
2392 inoremap <buffer> <silent> &U` &Ugrave;
2393 inoremap <buffer> <silent> &O/ &Oslash;
2394 inoremap <buffer> <silent> &O" &Ouml;
2395 inoremap <buffer> <silent> &O~ &Otilde;
2396 inoremap <buffer> <silent> &O^ &Ocirc;
2397 inoremap <buffer> <silent> &O' &Oacute;
2398 inoremap <buffer> <silent> &O` &Ograve;
2399 inoremap <buffer> <silent> &N~ &Ntilde;
2400 inoremap <buffer> <silent> &I" &Iuml;
2401 inoremap <buffer> <silent> &I^ &Icirc;
2402 inoremap <buffer> <silent> &I' &Iacute;
2403 inoremap <buffer> <silent> &I` &Igrave;
2404 inoremap <buffer> <silent> &E" &Euml;
2405 inoremap <buffer> <silent> &E^ &Ecirc;
2406 inoremap <buffer> <silent> &E' &Eacute;
2407 inoremap <buffer> <silent> &E` &Egrave;
2408 inoremap <buffer> <silent> &C, &Ccedil;
2409 inoremap <buffer> <silent> &AE &AElig;
2410 inoremap <buffer> <silent> &Ao &Aring;
2411 inoremap <buffer> <silent> &A" &Auml;
2412 inoremap <buffer> <silent> &A~ &Atilde;
2413 inoremap <buffer> <silent> &A^ &Acirc;
2414 inoremap <buffer> <silent> &A' &Aacute;
2415 inoremap <buffer> <silent> &A` &Agrave;
2416 inoremap <buffer> <silent> &c| &cent;
2417 inoremap <buffer> <silent> &Y= &yen;
2418 inoremap <buffer> <silent> &# &pound;
2419 inoremap <buffer> <silent> & &nbsp;
2420 inoremap <buffer> <silent> &> &gt;
2421 inoremap <buffer> <silent> &< &lt;
2422 inoremap <buffer> <silent> &' &quot;
2423 inoremap <buffer> <silent> &tm &trade;
2424 inoremap <buffer> <silent> &rO &reg;
2425 inoremap <buffer> <silent> &cO &copy;
2426 inoremap <buffer> <silent> && &amp;
2427 inoremap <buffer> <silent> ; &nbsp;
2428 inoremap <buffer> <silent> ;la <label for=""></label>F"
2429 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
2430 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
2431 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
2432 </textarea>k$5F"i
2433 inoremap <buffer> <silent> ;og <optgroup label="">
2434 </optgroup>k$F"i
2435 inoremap <buffer> <silent> ;op <option></option>F<
2436 inoremap <buffer> <silent> ;ms <select name="" multiple>
2437 </select>O
2438 inoremap <buffer> <silent> ;se <select name="">
2439 </select>O
2440 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
2441 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
2442 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
2443 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
2444 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
2445 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
2446 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
2447 inoremap <buffer> <silent> ;fm <form action="">
2448 </form>k$F"i
2449 inoremap <buffer> <silent> ;if <iframe src="">
2450 </iframe>k$F"i
2451 inoremap <buffer> <silent> ;nf <noframes>
2452 </noframes>O
2453 inoremap <buffer> <silent> ;fr <frame src="">F"
2454 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
2455 </frameset>k$3F"i
2456 inoremap <buffer> <silent> ;th <th></th>F<
2457 inoremap <buffer> <silent> ;td <td>
2458 </td>O
2459 inoremap <buffer> <silent> ;tr <tr>
2460 </tr>O
2461 inoremap <buffer> <silent> ;tf <tfoot>
2462 </tfoot>O
2463 inoremap <buffer> <silent> ;tb <tbody>
2464 </tbody>O
2465 inoremap <buffer> <silent> ;tH <thead>
2466 </thead>O
2467 inoremap <buffer> <silent> ;ta <table>
2468 </table>O
2469 inoremap <buffer> <silent> ;ca <caption></caption>F<
2470 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
2471 </object>k$5F"i
2472 inoremap <buffer> <silent> ;ns <noscript>
2473 </noscripT>O
2474 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
2475 <noembed></noembed>k$5F"i
2476 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
2477 inoremap <buffer> <silent> ;va <var></var>F<
2478 inoremap <buffer> <silent> ;ul <ul>
2479 </ul>O
2480 inoremap <buffer> <silent> ;tt <tt></tt>F<
2481 inoremap <buffer> <silent> ;ti <title></title>F<
2482 inoremap <buffer> <silent> ;sp <sup></sup>F<
2483 inoremap <buffer> <silent> ;sb <sub></sub>F<
2484 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
2485 inoremap <buffer> <silent> ;cs <style type="text/css">
2486 <!--
2487 -->
2488 </style>kO
2489 inoremap <buffer> <silent> ;sm <small></small>F<
2490 inoremap <buffer> <silent> ;sa <samp></samp>F<
2491 inoremap <buffer> <silent> ;sk <strike></strike>F<
2492 inoremap <buffer> <silent> ;qu <q></q>F<
2493 inoremap <buffer> <silent> ;pr <pre>
2494 </pre>O
2495 inoremap <buffer> <silent> ;/p </p>
2496 
2497 <p>
2498 inoremap <buffer> <silent> ;pp <p>
2499 </p>O
2500 inoremap <buffer> <silent> ;ol <ol>
2501 </ol>O
2502 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
2503 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
2504 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
2505 inoremap <buffer> <silent> ;lk <link href="">F"
2506 inoremap <buffer> <silent> ;li <li></li>F<
2507 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
2508 inoremap <buffer> <silent> ;ii <isindex>
2509 inoremap <buffer> <silent> ;in <ins></ins>F<
2510 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
2511 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
2512 inoremap <buffer> <silent> ;ht <html>
2513 </html>O
2514 inoremap <buffer> <silent> ;Hr <hr width="75%">
2515 inoremap <buffer> <silent> ;hr <hr>
2516 inoremap <buffer> <silent> ;he <head>
2517 </head>O
2518 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
2519 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
2520 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
2521 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
2522 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
2523 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
2524 inoremap <buffer> <silent> ;h6 <h6></h6>F<
2525 inoremap <buffer> <silent> ;h5 <h5></h5>F<
2526 inoremap <buffer> <silent> ;h4 <h4></h4>F<
2527 inoremap <buffer> <silent> ;h3 <h3></h3>F<
2528 inoremap <buffer> <silent> ;h2 <h2></h2>F<
2529 inoremap <buffer> <silent> ;h1 <h1></h1>F<
2530 inoremap <buffer> <silent> ;fc <font color=""></font>F"
2531 inoremap <buffer> <silent> ;fo <font size=""></font>F"
2532 inoremap <buffer> <silent> ;sn <span></span>F<
2533 inoremap <buffer> <silent> ;dv <div>
2534 </div>O
2535 inoremap <buffer> <silent> ;df <dfn></dfn>F<
2536 inoremap <buffer> <silent> ;de <del></del>F<
2537 inoremap <buffer> <silent> ;dd <dd></dd>F<
2538 inoremap <buffer> <silent> ;dt <dt></dt>F<
2539 inoremap <buffer> <silent> ;dl <dl>
2540 </dl>O
2541 inoremap <buffer> <silent> ;co <code></code>F<
2542 inoremap <buffer> <silent> ;ci <cite></cite>F<
2543 inoremap <buffer> <silent> ;ce <center></center>F<
2544 inoremap <buffer> <silent> ;br <br>
2545 inoremap <buffer> <silent> ;bd <body>
2546 </body>O
2547 inoremap <buffer> <silent> ;bl <blockquote>
2548 </blockquote>O
2549 inoremap <buffer> <silent> ;bi <big></big>F<
2550 inoremap <buffer> <silent> ;bh <base href="">F"
2551 inoremap <buffer> <silent> ;ad <address></address>F<
2552 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
2553 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
2554 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
2555 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
2556 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
2557 inoremap <buffer> <silent> ;an <a name=""></a>F"
2558 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
2559 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
2560 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
2561 inoremap <buffer> <silent> ;ah <a href=""></a>F"
2562 imap <buffer> <silent> ;s4 ;s4
2563 imap <buffer> <silent> ;4 ;4
2564 inoremap <buffer> <silent> ;mi :call MangleImageTag()
2565 inoremap <buffer> <silent> ; 
2566 inoremap <buffer> <silent> ;& &
2567 inoremap <buffer> <silent> ;; ;
2568 setlocal keymap=
2569 setlocal noarabic
2570 setlocal autoindent
2571 setlocal balloonexpr=
2572 setlocal nobinary
2573 setlocal bufhidden=
2574 setlocal buflisted
2575 setlocal buftype=
2576 setlocal nocindent
2577 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
2578 setlocal cinoptions=
2579 setlocal cinwords=if,else,while,do,for,switch
2580 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
2581 setlocal commentstring=<!--%s-->
2582 setlocal complete=.,w,b,u,t,i
2583 setlocal completefunc=
2584 setlocal nocopyindent
2585 setlocal nocursorcolumn
2586 setlocal nocursorline
2587 setlocal define=
2588 setlocal dictionary=
2589 setlocal nodiff
2590 setlocal equalprg=
2591 setlocal errorformat=
2592 setlocal noexpandtab
2593 if &filetype != 'html'
2594 setlocal filetype=html
2595 endif
2596 setlocal foldcolumn=0
2597 setlocal foldenable
2598 setlocal foldexpr=0
2599 setlocal foldignore=#
2600 setlocal foldlevel=0
2601 setlocal foldmarker={{{,}}}
2602 setlocal foldmethod=manual
2603 setlocal foldminlines=1
2604 setlocal foldnestmax=20
2605 setlocal foldtext=foldtext()
2606 setlocal formatexpr=
2607 setlocal formatoptions=tcq
2608 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
2609 setlocal grepprg=
2610 setlocal iminsert=2
2611 setlocal imsearch=2
2612 setlocal include=
2613 setlocal includeexpr=
2614 setlocal indentexpr=
2615 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
2616 setlocal noinfercase
2617 setlocal iskeyword=@,48-57,_,192-255
2618 setlocal keywordprg=
2619 setlocal nolinebreak
2620 setlocal nolisp
2621 setlocal nolist
2622 setlocal makeprg=
2623 setlocal matchpairs=(:),{:},[:],<:>
2624 setlocal nomodeline
2625 setlocal modifiable
2626 setlocal nrformats=octal,hex
2627 setlocal nonumber
2628 setlocal numberwidth=4
2629 setlocal omnifunc=htmlcomplete#CompleteTags
2630 setlocal path=
2631 setlocal nopreserveindent
2632 setlocal nopreviewwindow
2633 setlocal quoteescape=\\
2634 setlocal noreadonly
2635 setlocal norightleft
2636 setlocal rightleftcmd=search
2637 setlocal noscrollbind
2638 setlocal shiftwidth=8
2639 setlocal noshortname
2640 setlocal nosmartindent
2641 setlocal softtabstop=0
2642 setlocal nospell
2643 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
2644 setlocal spellfile=
2645 setlocal spelllang=en
2646 setlocal statusline=
2647 setlocal suffixesadd=
2648 setlocal swapfile
2649 setlocal synmaxcol=3000
2650 if &syntax != 'html'
2651 setlocal syntax=html
2652 endif
2653 setlocal tabstop=2
2654 setlocal tags=
2655 setlocal textwidth=0
2656 setlocal thesaurus=
2657 setlocal nowinfixheight
2658 setlocal nowinfixwidth
2659 setlocal wrap
2660 setlocal wrapmargin=0
2661 silent! normal! zE
2662 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
2663 if s:l < 1 | let s:l = 1 | endif
2664 exe s:l
2665 normal! zt
2666 1
2667 normal! 0
2668 tabedit flash-backup.html
2669 set splitbelow splitright
2670 set nosplitbelow
2671 set nosplitright
2672 wincmd t
2673 set winheight=1 winwidth=1
2674 argglobal
2675 7argu
2676 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
2677 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
2678 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
2679 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
2680 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
2681 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
2682 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
2683 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
2684 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
2685 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
2686 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
2687 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
2688 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
2689 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
2690 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
2691 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
2692 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
2693 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
2694 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">')
2695 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">')
2696 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
2697 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
2698 nnoremap <buffer> <silent> ; 
2699 nnoremap <buffer> <silent> ;; ;
2700 vnoremap <buffer> <silent> ;; ;
2701 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
2702 inoremap <buffer> <silent> &hA &hArr;
2703 inoremap <buffer> <silent> &dA &dArr;
2704 inoremap <buffer> <silent> &rA &rArr;
2705 inoremap <buffer> <silent> &uA &uArr;
2706 inoremap <buffer> <silent> &lA &lArr;
2707 inoremap <buffer> <silent> &ha &harr;
2708 inoremap <buffer> <silent> &da &darr;
2709 inoremap <buffer> <silent> &ra &rarr;
2710 inoremap <buffer> <silent> &ua &uarr;
2711 inoremap <buffer> <silent> &la &larr;
2712 inoremap <buffer> <silent> &pv &piv;
2713 inoremap <buffer> <silent> &uh &upsih;
2714 inoremap <buffer> <silent> &ts &thetasym;
2715 inoremap <buffer> <silent> &og &omega;
2716 inoremap <buffer> <silent> &ps &psi;
2717 inoremap <buffer> <silent> &ch &chi;
2718 inoremap <buffer> <silent> &ph &phi;
2719 inoremap <buffer> <silent> &up &upsilon;
2720 inoremap <buffer> <silent> &ta &tau;
2721 inoremap <buffer> <silent> &sf &sigmaf;
2722 inoremap <buffer> <silent> &si &sigma;
2723 inoremap <buffer> <silent> &rh &rho;
2724 inoremap <buffer> <silent> &pi &pi;
2725 inoremap <buffer> <silent> &oc &omicron;
2726 inoremap <buffer> <silent> &xi &xi;
2727 inoremap <buffer> <silent> &nu &nu;
2728 inoremap <buffer> <silent> &mu &mu;
2729 inoremap <buffer> <silent> &lm &lambda;
2730 inoremap <buffer> <silent> &ka &kappa;
2731 inoremap <buffer> <silent> &io &iota;
2732 inoremap <buffer> <silent> &th &theta;
2733 inoremap <buffer> <silent> &et &eta;
2734 inoremap <buffer> <silent> &ze &zeta;
2735 inoremap <buffer> <silent> &ep &epsilon;
2736 inoremap <buffer> <silent> &de &delta;
2737 inoremap <buffer> <silent> &ga &gamma;
2738 inoremap <buffer> <silent> &be &beta;
2739 inoremap <buffer> <silent> &al &alpha;
2740 inoremap <buffer> <silent> &Ps &Psi;
2741 inoremap <buffer> <silent> &Ch &Chi;
2742 inoremap <buffer> <silent> &Ph &Phi;
2743 inoremap <buffer> <silent> &Up &Upsilon;
2744 inoremap <buffer> <silent> &Ta &Tau;
2745 inoremap <buffer> <silent> &Si &Sigma;
2746 inoremap <buffer> <silent> &Rh &Rho;
2747 inoremap <buffer> <silent> &Pi &Pi;
2748 inoremap <buffer> <silent> &Oc &Omicron;
2749 inoremap <buffer> <silent> &Xi &Xi;
2750 inoremap <buffer> <silent> &Nu &Nu;
2751 inoremap <buffer> <silent> &Mu &Mu;
2752 inoremap <buffer> <silent> &Lm &Lambda;
2753 inoremap <buffer> <silent> &Ka &Kappa;
2754 inoremap <buffer> <silent> &Io &Iota;
2755 inoremap <buffer> <silent> &Th &Theta;
2756 inoremap <buffer> <silent> &Et &Eta;
2757 inoremap <buffer> <silent> &Ze &Zeta;
2758 inoremap <buffer> <silent> &Ep &Epsilon;
2759 inoremap <buffer> <silent> &De &Delta;
2760 inoremap <buffer> <silent> &Ga &Gamma;
2761 inoremap <buffer> <silent> &Be &Beta;
2762 inoremap <buffer> <silent> &Al &Alpha;
2763 inoremap <buffer> <silent> &3. &hellip;
2764 inoremap <buffer> <silent> &-- &mdash;
2765 inoremap <buffer> <silent> &3- &mdash;
2766 inoremap <buffer> <silent> &m- &mdash;
2767 inoremap <buffer> <silent> &2- &ndash;
2768 inoremap <buffer> <silent> &n- &ndash;
2769 inoremap <buffer> <silent> &34 &frac34;
2770 inoremap <buffer> <silent> &12 &frac12;
2771 inoremap <buffer> <silent> &14 &frac14;
2772 inoremap <buffer> <silent> &. &middot;
2773 inoremap <buffer> <silent> &pa &para;
2774 inoremap <buffer> <silent> &mi &micro;
2775 inoremap <buffer> <silent> &dg &deg;
2776 inoremap <buffer> <silent> &? &iquest;
2777 inoremap <buffer> <silent> &! &iexcl;
2778 inoremap <buffer> <silent> &sz &szlig;
2779 inoremap <buffer> <silent> &o/ &oslash;
2780 inoremap <buffer> <silent> &/ &divide;
2781 inoremap <buffer> <silent> &" &uml;
2782 inoremap <buffer> <silent> &2> &raquo;
2783 inoremap <buffer> <silent> &2< &laquo;
2784 inoremap <buffer> <silent> &y" &yuml;
2785 inoremap <buffer> <silent> &y' &yacute;
2786 inoremap <buffer> <silent> &u" &uuml;
2787 inoremap <buffer> <silent> &u^ &ucirc;
2788 inoremap <buffer> <silent> &u' &uacute;
2789 inoremap <buffer> <silent> &u` &ugrave;
2790 inoremap <buffer> <silent> &x &times;
2791 inoremap <buffer> <silent> &o" &ouml;
2792 inoremap <buffer> <silent> &o~ &otilde;
2793 inoremap <buffer> <silent> &o^ &ocirc;
2794 inoremap <buffer> <silent> &o' &oacute;
2795 inoremap <buffer> <silent> &o` &ograve;
2796 inoremap <buffer> <silent> &n~ &ntilde;
2797 inoremap <buffer> <silent> &i" &iuml;
2798 inoremap <buffer> <silent> &i^ &icirc;
2799 inoremap <buffer> <silent> &i' &iacute;
2800 inoremap <buffer> <silent> &i` &igrave;
2801 inoremap <buffer> <silent> &e" &euml;
2802 inoremap <buffer> <silent> &e^ &ecirc;
2803 inoremap <buffer> <silent> &e' &eacute;
2804 inoremap <buffer> <silent> &e` &egrave;
2805 inoremap <buffer> <silent> &c, &ccedil;
2806 inoremap <buffer> <silent> &ae &aelig;
2807 inoremap <buffer> <silent> &ao &aring;
2808 inoremap <buffer> <silent> &a" &auml;
2809 inoremap <buffer> <silent> &a~ &atilde;
2810 inoremap <buffer> <silent> &a^ &acirc;
2811 inoremap <buffer> <silent> &a' &aacute;
2812 inoremap <buffer> <silent> &a` &agrave;
2813 inoremap <buffer> <silent> &Y' &Yacute;
2814 inoremap <buffer> <silent> &U" &Uuml;
2815 inoremap <buffer> <silent> &U^ &Ucirc;
2816 inoremap <buffer> <silent> &U' &Uacute;
2817 inoremap <buffer> <silent> &U` &Ugrave;
2818 inoremap <buffer> <silent> &O/ &Oslash;
2819 inoremap <buffer> <silent> &O" &Ouml;
2820 inoremap <buffer> <silent> &O~ &Otilde;
2821 inoremap <buffer> <silent> &O^ &Ocirc;
2822 inoremap <buffer> <silent> &O' &Oacute;
2823 inoremap <buffer> <silent> &O` &Ograve;
2824 inoremap <buffer> <silent> &N~ &Ntilde;
2825 inoremap <buffer> <silent> &I" &Iuml;
2826 inoremap <buffer> <silent> &I^ &Icirc;
2827 inoremap <buffer> <silent> &I' &Iacute;
2828 inoremap <buffer> <silent> &I` &Igrave;
2829 inoremap <buffer> <silent> &E" &Euml;
2830 inoremap <buffer> <silent> &E^ &Ecirc;
2831 inoremap <buffer> <silent> &E' &Eacute;
2832 inoremap <buffer> <silent> &E` &Egrave;
2833 inoremap <buffer> <silent> &C, &Ccedil;
2834 inoremap <buffer> <silent> &AE &AElig;
2835 inoremap <buffer> <silent> &Ao &Aring;
2836 inoremap <buffer> <silent> &A" &Auml;
2837 inoremap <buffer> <silent> &A~ &Atilde;
2838 inoremap <buffer> <silent> &A^ &Acirc;
2839 inoremap <buffer> <silent> &A' &Aacute;
2840 inoremap <buffer> <silent> &A` &Agrave;
2841 inoremap <buffer> <silent> &c| &cent;
2842 inoremap <buffer> <silent> &Y= &yen;
2843 inoremap <buffer> <silent> &# &pound;
2844 inoremap <buffer> <silent> & &nbsp;
2845 inoremap <buffer> <silent> &> &gt;
2846 inoremap <buffer> <silent> &< &lt;
2847 inoremap <buffer> <silent> &' &quot;
2848 inoremap <buffer> <silent> &tm &trade;
2849 inoremap <buffer> <silent> &rO &reg;
2850 inoremap <buffer> <silent> &cO &copy;
2851 inoremap <buffer> <silent> && &amp;
2852 inoremap <buffer> <silent> ; &nbsp;
2853 inoremap <buffer> <silent> ;la <label for=""></label>F"
2854 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
2855 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
2856 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
2857 </textarea>k$5F"i
2858 inoremap <buffer> <silent> ;og <optgroup label="">
2859 </optgroup>k$F"i
2860 inoremap <buffer> <silent> ;op <option></option>F<
2861 inoremap <buffer> <silent> ;ms <select name="" multiple>
2862 </select>O
2863 inoremap <buffer> <silent> ;se <select name="">
2864 </select>O
2865 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
2866 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
2867 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
2868 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
2869 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
2870 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
2871 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
2872 inoremap <buffer> <silent> ;fm <form action="">
2873 </form>k$F"i
2874 inoremap <buffer> <silent> ;if <iframe src="">
2875 </iframe>k$F"i
2876 inoremap <buffer> <silent> ;nf <noframes>
2877 </noframes>O
2878 inoremap <buffer> <silent> ;fr <frame src="">F"
2879 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
2880 </frameset>k$3F"i
2881 inoremap <buffer> <silent> ;th <th></th>F<
2882 inoremap <buffer> <silent> ;td <td>
2883 </td>O
2884 inoremap <buffer> <silent> ;tr <tr>
2885 </tr>O
2886 inoremap <buffer> <silent> ;tf <tfoot>
2887 </tfoot>O
2888 inoremap <buffer> <silent> ;tb <tbody>
2889 </tbody>O
2890 inoremap <buffer> <silent> ;tH <thead>
2891 </thead>O
2892 inoremap <buffer> <silent> ;ta <table>
2893 </table>O
2894 inoremap <buffer> <silent> ;ca <caption></caption>F<
2895 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
2896 </object>k$5F"i
2897 inoremap <buffer> <silent> ;ns <noscript>
2898 </noscripT>O
2899 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
2900 <noembed></noembed>k$5F"i
2901 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
2902 inoremap <buffer> <silent> ;va <var></var>F<
2903 inoremap <buffer> <silent> ;ul <ul>
2904 </ul>O
2905 inoremap <buffer> <silent> ;tt <tt></tt>F<
2906 inoremap <buffer> <silent> ;ti <title></title>F<
2907 inoremap <buffer> <silent> ;sp <sup></sup>F<
2908 inoremap <buffer> <silent> ;sb <sub></sub>F<
2909 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
2910 inoremap <buffer> <silent> ;cs <style type="text/css">
2911 <!--
2912 -->
2913 </style>kO
2914 inoremap <buffer> <silent> ;sm <small></small>F<
2915 inoremap <buffer> <silent> ;sa <samp></samp>F<
2916 inoremap <buffer> <silent> ;sk <strike></strike>F<
2917 inoremap <buffer> <silent> ;qu <q></q>F<
2918 inoremap <buffer> <silent> ;pr <pre>
2919 </pre>O
2920 inoremap <buffer> <silent> ;/p </p>
2921 
2922 <p>
2923 inoremap <buffer> <silent> ;pp <p>
2924 </p>O
2925 inoremap <buffer> <silent> ;ol <ol>
2926 </ol>O
2927 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
2928 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
2929 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
2930 inoremap <buffer> <silent> ;lk <link href="">F"
2931 inoremap <buffer> <silent> ;li <li></li>F<
2932 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
2933 inoremap <buffer> <silent> ;ii <isindex>
2934 inoremap <buffer> <silent> ;in <ins></ins>F<
2935 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
2936 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
2937 inoremap <buffer> <silent> ;ht <html>
2938 </html>O
2939 inoremap <buffer> <silent> ;Hr <hr width="75%">
2940 inoremap <buffer> <silent> ;hr <hr>
2941 inoremap <buffer> <silent> ;he <head>
2942 </head>O
2943 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
2944 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
2945 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
2946 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
2947 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
2948 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
2949 inoremap <buffer> <silent> ;h6 <h6></h6>F<
2950 inoremap <buffer> <silent> ;h5 <h5></h5>F<
2951 inoremap <buffer> <silent> ;h4 <h4></h4>F<
2952 inoremap <buffer> <silent> ;h3 <h3></h3>F<
2953 inoremap <buffer> <silent> ;h2 <h2></h2>F<
2954 inoremap <buffer> <silent> ;h1 <h1></h1>F<
2955 inoremap <buffer> <silent> ;fc <font color=""></font>F"
2956 inoremap <buffer> <silent> ;fo <font size=""></font>F"
2957 inoremap <buffer> <silent> ;sn <span></span>F<
2958 inoremap <buffer> <silent> ;dv <div>
2959 </div>O
2960 inoremap <buffer> <silent> ;df <dfn></dfn>F<
2961 inoremap <buffer> <silent> ;de <del></del>F<
2962 inoremap <buffer> <silent> ;dd <dd></dd>F<
2963 inoremap <buffer> <silent> ;dt <dt></dt>F<
2964 inoremap <buffer> <silent> ;dl <dl>
2965 </dl>O
2966 inoremap <buffer> <silent> ;co <code></code>F<
2967 inoremap <buffer> <silent> ;ci <cite></cite>F<
2968 inoremap <buffer> <silent> ;ce <center></center>F<
2969 inoremap <buffer> <silent> ;br <br>
2970 inoremap <buffer> <silent> ;bd <body>
2971 </body>O
2972 inoremap <buffer> <silent> ;bl <blockquote>
2973 </blockquote>O
2974 inoremap <buffer> <silent> ;bi <big></big>F<
2975 inoremap <buffer> <silent> ;bh <base href="">F"
2976 inoremap <buffer> <silent> ;ad <address></address>F<
2977 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
2978 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
2979 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
2980 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
2981 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
2982 inoremap <buffer> <silent> ;an <a name=""></a>F"
2983 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
2984 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
2985 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
2986 inoremap <buffer> <silent> ;ah <a href=""></a>F"
2987 imap <buffer> <silent> ;s4 ;s4
2988 imap <buffer> <silent> ;4 ;4
2989 inoremap <buffer> <silent> ;mi :call MangleImageTag()
2990 inoremap <buffer> <silent> ; 
2991 inoremap <buffer> <silent> ;& &
2992 inoremap <buffer> <silent> ;; ;
2993 setlocal keymap=
2994 setlocal noarabic
2995 setlocal autoindent
2996 setlocal balloonexpr=
2997 setlocal nobinary
2998 setlocal bufhidden=
2999 setlocal buflisted
3000 setlocal buftype=
3001 setlocal nocindent
3002 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
3003 setlocal cinoptions=
3004 setlocal cinwords=if,else,while,do,for,switch
3005 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
3006 setlocal commentstring=<!--%s-->
3007 setlocal complete=.,w,b,u,t,i
3008 setlocal completefunc=
3009 setlocal nocopyindent
3010 setlocal nocursorcolumn
3011 setlocal nocursorline
3012 setlocal define=
3013 setlocal dictionary=
3014 setlocal nodiff
3015 setlocal equalprg=
3016 setlocal errorformat=
3017 setlocal noexpandtab
3018 if &filetype != 'html'
3019 setlocal filetype=html
3020 endif
3021 setlocal foldcolumn=0
3022 setlocal foldenable
3023 setlocal foldexpr=0
3024 setlocal foldignore=#
3025 setlocal foldlevel=0
3026 setlocal foldmarker={{{,}}}
3027 setlocal foldmethod=manual
3028 setlocal foldminlines=1
3029 setlocal foldnestmax=20
3030 setlocal foldtext=foldtext()
3031 setlocal formatexpr=
3032 setlocal formatoptions=tcq
3033 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
3034 setlocal grepprg=
3035 setlocal iminsert=2
3036 setlocal imsearch=2
3037 setlocal include=
3038 setlocal includeexpr=
3039 setlocal indentexpr=
3040 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
3041 setlocal noinfercase
3042 setlocal iskeyword=@,48-57,_,192-255
3043 setlocal keywordprg=
3044 setlocal nolinebreak
3045 setlocal nolisp
3046 setlocal nolist
3047 setlocal makeprg=
3048 setlocal matchpairs=(:),{:},[:],<:>
3049 setlocal nomodeline
3050 setlocal modifiable
3051 setlocal nrformats=octal,hex
3052 setlocal nonumber
3053 setlocal numberwidth=4
3054 setlocal omnifunc=htmlcomplete#CompleteTags
3055 setlocal path=
3056 setlocal nopreserveindent
3057 setlocal nopreviewwindow
3058 setlocal quoteescape=\\
3059 setlocal noreadonly
3060 setlocal norightleft
3061 setlocal rightleftcmd=search
3062 setlocal noscrollbind
3063 setlocal shiftwidth=8
3064 setlocal noshortname
3065 setlocal nosmartindent
3066 setlocal softtabstop=0
3067 setlocal nospell
3068 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
3069 setlocal spellfile=
3070 setlocal spelllang=en
3071 setlocal statusline=
3072 setlocal suffixesadd=
3073 setlocal swapfile
3074 setlocal synmaxcol=3000
3075 if &syntax != 'html'
3076 setlocal syntax=html
3077 endif
3078 setlocal tabstop=2
3079 setlocal tags=
3080 setlocal textwidth=0
3081 setlocal thesaurus=
3082 setlocal nowinfixheight
3083 setlocal nowinfixwidth
3084 setlocal wrap
3085 setlocal wrapmargin=0
3086 silent! normal! zE
3087 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
3088 if s:l < 1 | let s:l = 1 | endif
3089 exe s:l
3090 normal! zt
3091 1
3092 normal! 0
3093 tabedit help.html
3094 set splitbelow splitright
3095 set nosplitbelow
3096 set nosplitright
3097 wincmd t
3098 set winheight=1 winwidth=1
3099 argglobal
3100 8argu
3101 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3102 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3103 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
3104 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
3105 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
3106 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
3107 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
3108 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
3109 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
3110 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
3111 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
3112 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
3113 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
3114 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
3115 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
3116 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
3117 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
3118 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
3119 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">')
3120 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">')
3121 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
3122 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
3123 nnoremap <buffer> <silent> ; 
3124 nnoremap <buffer> <silent> ;; ;
3125 vnoremap <buffer> <silent> ;; ;
3126 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
3127 inoremap <buffer> <silent> &hA &hArr;
3128 inoremap <buffer> <silent> &dA &dArr;
3129 inoremap <buffer> <silent> &rA &rArr;
3130 inoremap <buffer> <silent> &uA &uArr;
3131 inoremap <buffer> <silent> &lA &lArr;
3132 inoremap <buffer> <silent> &ha &harr;
3133 inoremap <buffer> <silent> &da &darr;
3134 inoremap <buffer> <silent> &ra &rarr;
3135 inoremap <buffer> <silent> &ua &uarr;
3136 inoremap <buffer> <silent> &la &larr;
3137 inoremap <buffer> <silent> &pv &piv;
3138 inoremap <buffer> <silent> &uh &upsih;
3139 inoremap <buffer> <silent> &ts &thetasym;
3140 inoremap <buffer> <silent> &og &omega;
3141 inoremap <buffer> <silent> &ps &psi;
3142 inoremap <buffer> <silent> &ch &chi;
3143 inoremap <buffer> <silent> &ph &phi;
3144 inoremap <buffer> <silent> &up &upsilon;
3145 inoremap <buffer> <silent> &ta &tau;
3146 inoremap <buffer> <silent> &sf &sigmaf;
3147 inoremap <buffer> <silent> &si &sigma;
3148 inoremap <buffer> <silent> &rh &rho;
3149 inoremap <buffer> <silent> &pi &pi;
3150 inoremap <buffer> <silent> &oc &omicron;
3151 inoremap <buffer> <silent> &xi &xi;
3152 inoremap <buffer> <silent> &nu &nu;
3153 inoremap <buffer> <silent> &mu &mu;
3154 inoremap <buffer> <silent> &lm &lambda;
3155 inoremap <buffer> <silent> &ka &kappa;
3156 inoremap <buffer> <silent> &io &iota;
3157 inoremap <buffer> <silent> &th &theta;
3158 inoremap <buffer> <silent> &et &eta;
3159 inoremap <buffer> <silent> &ze &zeta;
3160 inoremap <buffer> <silent> &ep &epsilon;
3161 inoremap <buffer> <silent> &de &delta;
3162 inoremap <buffer> <silent> &ga &gamma;
3163 inoremap <buffer> <silent> &be &beta;
3164 inoremap <buffer> <silent> &al &alpha;
3165 inoremap <buffer> <silent> &Ps &Psi;
3166 inoremap <buffer> <silent> &Ch &Chi;
3167 inoremap <buffer> <silent> &Ph &Phi;
3168 inoremap <buffer> <silent> &Up &Upsilon;
3169 inoremap <buffer> <silent> &Ta &Tau;
3170 inoremap <buffer> <silent> &Si &Sigma;
3171 inoremap <buffer> <silent> &Rh &Rho;
3172 inoremap <buffer> <silent> &Pi &Pi;
3173 inoremap <buffer> <silent> &Oc &Omicron;
3174 inoremap <buffer> <silent> &Xi &Xi;
3175 inoremap <buffer> <silent> &Nu &Nu;
3176 inoremap <buffer> <silent> &Mu &Mu;
3177 inoremap <buffer> <silent> &Lm &Lambda;
3178 inoremap <buffer> <silent> &Ka &Kappa;
3179 inoremap <buffer> <silent> &Io &Iota;
3180 inoremap <buffer> <silent> &Th &Theta;
3181 inoremap <buffer> <silent> &Et &Eta;
3182 inoremap <buffer> <silent> &Ze &Zeta;
3183 inoremap <buffer> <silent> &Ep &Epsilon;
3184 inoremap <buffer> <silent> &De &Delta;
3185 inoremap <buffer> <silent> &Ga &Gamma;
3186 inoremap <buffer> <silent> &Be &Beta;
3187 inoremap <buffer> <silent> &Al &Alpha;
3188 inoremap <buffer> <silent> &3. &hellip;
3189 inoremap <buffer> <silent> &-- &mdash;
3190 inoremap <buffer> <silent> &3- &mdash;
3191 inoremap <buffer> <silent> &m- &mdash;
3192 inoremap <buffer> <silent> &2- &ndash;
3193 inoremap <buffer> <silent> &n- &ndash;
3194 inoremap <buffer> <silent> &34 &frac34;
3195 inoremap <buffer> <silent> &12 &frac12;
3196 inoremap <buffer> <silent> &14 &frac14;
3197 inoremap <buffer> <silent> &. &middot;
3198 inoremap <buffer> <silent> &pa &para;
3199 inoremap <buffer> <silent> &mi &micro;
3200 inoremap <buffer> <silent> &dg &deg;
3201 inoremap <buffer> <silent> &? &iquest;
3202 inoremap <buffer> <silent> &! &iexcl;
3203 inoremap <buffer> <silent> &sz &szlig;
3204 inoremap <buffer> <silent> &o/ &oslash;
3205 inoremap <buffer> <silent> &/ &divide;
3206 inoremap <buffer> <silent> &" &uml;
3207 inoremap <buffer> <silent> &2> &raquo;
3208 inoremap <buffer> <silent> &2< &laquo;
3209 inoremap <buffer> <silent> &y" &yuml;
3210 inoremap <buffer> <silent> &y' &yacute;
3211 inoremap <buffer> <silent> &u" &uuml;
3212 inoremap <buffer> <silent> &u^ &ucirc;
3213 inoremap <buffer> <silent> &u' &uacute;
3214 inoremap <buffer> <silent> &u` &ugrave;
3215 inoremap <buffer> <silent> &x &times;
3216 inoremap <buffer> <silent> &o" &ouml;
3217 inoremap <buffer> <silent> &o~ &otilde;
3218 inoremap <buffer> <silent> &o^ &ocirc;
3219 inoremap <buffer> <silent> &o' &oacute;
3220 inoremap <buffer> <silent> &o` &ograve;
3221 inoremap <buffer> <silent> &n~ &ntilde;
3222 inoremap <buffer> <silent> &i" &iuml;
3223 inoremap <buffer> <silent> &i^ &icirc;
3224 inoremap <buffer> <silent> &i' &iacute;
3225 inoremap <buffer> <silent> &i` &igrave;
3226 inoremap <buffer> <silent> &e" &euml;
3227 inoremap <buffer> <silent> &e^ &ecirc;
3228 inoremap <buffer> <silent> &e' &eacute;
3229 inoremap <buffer> <silent> &e` &egrave;
3230 inoremap <buffer> <silent> &c, &ccedil;
3231 inoremap <buffer> <silent> &ae &aelig;
3232 inoremap <buffer> <silent> &ao &aring;
3233 inoremap <buffer> <silent> &a" &auml;
3234 inoremap <buffer> <silent> &a~ &atilde;
3235 inoremap <buffer> <silent> &a^ &acirc;
3236 inoremap <buffer> <silent> &a' &aacute;
3237 inoremap <buffer> <silent> &a` &agrave;
3238 inoremap <buffer> <silent> &Y' &Yacute;
3239 inoremap <buffer> <silent> &U" &Uuml;
3240 inoremap <buffer> <silent> &U^ &Ucirc;
3241 inoremap <buffer> <silent> &U' &Uacute;
3242 inoremap <buffer> <silent> &U` &Ugrave;
3243 inoremap <buffer> <silent> &O/ &Oslash;
3244 inoremap <buffer> <silent> &O" &Ouml;
3245 inoremap <buffer> <silent> &O~ &Otilde;
3246 inoremap <buffer> <silent> &O^ &Ocirc;
3247 inoremap <buffer> <silent> &O' &Oacute;
3248 inoremap <buffer> <silent> &O` &Ograve;
3249 inoremap <buffer> <silent> &N~ &Ntilde;
3250 inoremap <buffer> <silent> &I" &Iuml;
3251 inoremap <buffer> <silent> &I^ &Icirc;
3252 inoremap <buffer> <silent> &I' &Iacute;
3253 inoremap <buffer> <silent> &I` &Igrave;
3254 inoremap <buffer> <silent> &E" &Euml;
3255 inoremap <buffer> <silent> &E^ &Ecirc;
3256 inoremap <buffer> <silent> &E' &Eacute;
3257 inoremap <buffer> <silent> &E` &Egrave;
3258 inoremap <buffer> <silent> &C, &Ccedil;
3259 inoremap <buffer> <silent> &AE &AElig;
3260 inoremap <buffer> <silent> &Ao &Aring;
3261 inoremap <buffer> <silent> &A" &Auml;
3262 inoremap <buffer> <silent> &A~ &Atilde;
3263 inoremap <buffer> <silent> &A^ &Acirc;
3264 inoremap <buffer> <silent> &A' &Aacute;
3265 inoremap <buffer> <silent> &A` &Agrave;
3266 inoremap <buffer> <silent> &c| &cent;
3267 inoremap <buffer> <silent> &Y= &yen;
3268 inoremap <buffer> <silent> &# &pound;
3269 inoremap <buffer> <silent> & &nbsp;
3270 inoremap <buffer> <silent> &> &gt;
3271 inoremap <buffer> <silent> &< &lt;
3272 inoremap <buffer> <silent> &' &quot;
3273 inoremap <buffer> <silent> &tm &trade;
3274 inoremap <buffer> <silent> &rO &reg;
3275 inoremap <buffer> <silent> &cO &copy;
3276 inoremap <buffer> <silent> && &amp;
3277 inoremap <buffer> <silent> ; &nbsp;
3278 inoremap <buffer> <silent> ;la <label for=""></label>F"
3279 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
3280 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
3281 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
3282 </textarea>k$5F"i
3283 inoremap <buffer> <silent> ;og <optgroup label="">
3284 </optgroup>k$F"i
3285 inoremap <buffer> <silent> ;op <option></option>F<
3286 inoremap <buffer> <silent> ;ms <select name="" multiple>
3287 </select>O
3288 inoremap <buffer> <silent> ;se <select name="">
3289 </select>O
3290 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
3291 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
3292 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
3293 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
3294 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
3295 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
3296 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
3297 inoremap <buffer> <silent> ;fm <form action="">
3298 </form>k$F"i
3299 inoremap <buffer> <silent> ;if <iframe src="">
3300 </iframe>k$F"i
3301 inoremap <buffer> <silent> ;nf <noframes>
3302 </noframes>O
3303 inoremap <buffer> <silent> ;fr <frame src="">F"
3304 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
3305 </frameset>k$3F"i
3306 inoremap <buffer> <silent> ;th <th></th>F<
3307 inoremap <buffer> <silent> ;td <td>
3308 </td>O
3309 inoremap <buffer> <silent> ;tr <tr>
3310 </tr>O
3311 inoremap <buffer> <silent> ;tf <tfoot>
3312 </tfoot>O
3313 inoremap <buffer> <silent> ;tb <tbody>
3314 </tbody>O
3315 inoremap <buffer> <silent> ;tH <thead>
3316 </thead>O
3317 inoremap <buffer> <silent> ;ta <table>
3318 </table>O
3319 inoremap <buffer> <silent> ;ca <caption></caption>F<
3320 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
3321 </object>k$5F"i
3322 inoremap <buffer> <silent> ;ns <noscript>
3323 </noscripT>O
3324 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
3325 <noembed></noembed>k$5F"i
3326 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
3327 inoremap <buffer> <silent> ;va <var></var>F<
3328 inoremap <buffer> <silent> ;ul <ul>
3329 </ul>O
3330 inoremap <buffer> <silent> ;tt <tt></tt>F<
3331 inoremap <buffer> <silent> ;ti <title></title>F<
3332 inoremap <buffer> <silent> ;sp <sup></sup>F<
3333 inoremap <buffer> <silent> ;sb <sub></sub>F<
3334 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
3335 inoremap <buffer> <silent> ;cs <style type="text/css">
3336 <!--
3337 -->
3338 </style>kO
3339 inoremap <buffer> <silent> ;sm <small></small>F<
3340 inoremap <buffer> <silent> ;sa <samp></samp>F<
3341 inoremap <buffer> <silent> ;sk <strike></strike>F<
3342 inoremap <buffer> <silent> ;qu <q></q>F<
3343 inoremap <buffer> <silent> ;pr <pre>
3344 </pre>O
3345 inoremap <buffer> <silent> ;/p </p>
3346 
3347 <p>
3348 inoremap <buffer> <silent> ;pp <p>
3349 </p>O
3350 inoremap <buffer> <silent> ;ol <ol>
3351 </ol>O
3352 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
3353 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
3354 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
3355 inoremap <buffer> <silent> ;lk <link href="">F"
3356 inoremap <buffer> <silent> ;li <li></li>F<
3357 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
3358 inoremap <buffer> <silent> ;ii <isindex>
3359 inoremap <buffer> <silent> ;in <ins></ins>F<
3360 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
3361 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
3362 inoremap <buffer> <silent> ;ht <html>
3363 </html>O
3364 inoremap <buffer> <silent> ;Hr <hr width="75%">
3365 inoremap <buffer> <silent> ;hr <hr>
3366 inoremap <buffer> <silent> ;he <head>
3367 </head>O
3368 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
3369 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
3370 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
3371 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
3372 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
3373 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
3374 inoremap <buffer> <silent> ;h6 <h6></h6>F<
3375 inoremap <buffer> <silent> ;h5 <h5></h5>F<
3376 inoremap <buffer> <silent> ;h4 <h4></h4>F<
3377 inoremap <buffer> <silent> ;h3 <h3></h3>F<
3378 inoremap <buffer> <silent> ;h2 <h2></h2>F<
3379 inoremap <buffer> <silent> ;h1 <h1></h1>F<
3380 inoremap <buffer> <silent> ;fc <font color=""></font>F"
3381 inoremap <buffer> <silent> ;fo <font size=""></font>F"
3382 inoremap <buffer> <silent> ;sn <span></span>F<
3383 inoremap <buffer> <silent> ;dv <div>
3384 </div>O
3385 inoremap <buffer> <silent> ;df <dfn></dfn>F<
3386 inoremap <buffer> <silent> ;de <del></del>F<
3387 inoremap <buffer> <silent> ;dd <dd></dd>F<
3388 inoremap <buffer> <silent> ;dt <dt></dt>F<
3389 inoremap <buffer> <silent> ;dl <dl>
3390 </dl>O
3391 inoremap <buffer> <silent> ;co <code></code>F<
3392 inoremap <buffer> <silent> ;ci <cite></cite>F<
3393 inoremap <buffer> <silent> ;ce <center></center>F<
3394 inoremap <buffer> <silent> ;br <br>
3395 inoremap <buffer> <silent> ;bd <body>
3396 </body>O
3397 inoremap <buffer> <silent> ;bl <blockquote>
3398 </blockquote>O
3399 inoremap <buffer> <silent> ;bi <big></big>F<
3400 inoremap <buffer> <silent> ;bh <base href="">F"
3401 inoremap <buffer> <silent> ;ad <address></address>F<
3402 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
3403 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
3404 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
3405 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
3406 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
3407 inoremap <buffer> <silent> ;an <a name=""></a>F"
3408 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
3409 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
3410 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
3411 inoremap <buffer> <silent> ;ah <a href=""></a>F"
3412 imap <buffer> <silent> ;s4 ;s4
3413 imap <buffer> <silent> ;4 ;4
3414 inoremap <buffer> <silent> ;mi :call MangleImageTag()
3415 inoremap <buffer> <silent> ; 
3416 inoremap <buffer> <silent> ;& &
3417 inoremap <buffer> <silent> ;; ;
3418 setlocal keymap=
3419 setlocal noarabic
3420 setlocal autoindent
3421 setlocal balloonexpr=
3422 setlocal nobinary
3423 setlocal bufhidden=
3424 setlocal buflisted
3425 setlocal buftype=
3426 setlocal nocindent
3427 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
3428 setlocal cinoptions=
3429 setlocal cinwords=if,else,while,do,for,switch
3430 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
3431 setlocal commentstring=<!--%s-->
3432 setlocal complete=.,w,b,u,t,i
3433 setlocal completefunc=
3434 setlocal nocopyindent
3435 setlocal nocursorcolumn
3436 setlocal nocursorline
3437 setlocal define=
3438 setlocal dictionary=
3439 setlocal nodiff
3440 setlocal equalprg=
3441 setlocal errorformat=
3442 setlocal noexpandtab
3443 if &filetype != 'html'
3444 setlocal filetype=html
3445 endif
3446 setlocal foldcolumn=0
3447 setlocal foldenable
3448 setlocal foldexpr=0
3449 setlocal foldignore=#
3450 setlocal foldlevel=0
3451 setlocal foldmarker={{{,}}}
3452 setlocal foldmethod=manual
3453 setlocal foldminlines=1
3454 setlocal foldnestmax=20
3455 setlocal foldtext=foldtext()
3456 setlocal formatexpr=
3457 setlocal formatoptions=tcq
3458 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
3459 setlocal grepprg=
3460 setlocal iminsert=2
3461 setlocal imsearch=2
3462 setlocal include=
3463 setlocal includeexpr=
3464 setlocal indentexpr=
3465 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
3466 setlocal noinfercase
3467 setlocal iskeyword=@,48-57,_,192-255
3468 setlocal keywordprg=
3469 setlocal nolinebreak
3470 setlocal nolisp
3471 setlocal nolist
3472 setlocal makeprg=
3473 setlocal matchpairs=(:),{:},[:],<:>
3474 setlocal nomodeline
3475 setlocal modifiable
3476 setlocal nrformats=octal,hex
3477 setlocal nonumber
3478 setlocal numberwidth=4
3479 setlocal omnifunc=htmlcomplete#CompleteTags
3480 setlocal path=
3481 setlocal nopreserveindent
3482 setlocal nopreviewwindow
3483 setlocal quoteescape=\\
3484 setlocal noreadonly
3485 setlocal norightleft
3486 setlocal rightleftcmd=search
3487 setlocal noscrollbind
3488 setlocal shiftwidth=8
3489 setlocal noshortname
3490 setlocal nosmartindent
3491 setlocal softtabstop=0
3492 setlocal nospell
3493 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
3494 setlocal spellfile=
3495 setlocal spelllang=en
3496 setlocal statusline=
3497 setlocal suffixesadd=
3498 setlocal swapfile
3499 setlocal synmaxcol=3000
3500 if &syntax != 'html'
3501 setlocal syntax=html
3502 endif
3503 setlocal tabstop=2
3504 setlocal tags=
3505 setlocal textwidth=0
3506 setlocal thesaurus=
3507 setlocal nowinfixheight
3508 setlocal nowinfixwidth
3509 setlocal wrap
3510 setlocal wrapmargin=0
3511 silent! normal! zE
3512 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
3513 if s:l < 1 | let s:l = 1 | endif
3514 exe s:l
3515 normal! zt
3516 1
3517 normal! 0
3518 tabedit index.html
3519 set splitbelow splitright
3520 set nosplitbelow
3521 set nosplitright
3522 wincmd t
3523 set winheight=1 winwidth=1
3524 argglobal
3525 9argu
3526 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3527 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3528 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
3529 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
3530 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
3531 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
3532 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
3533 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
3534 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
3535 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
3536 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
3537 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
3538 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
3539 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
3540 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
3541 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
3542 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
3543 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
3544 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">')
3545 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">')
3546 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
3547 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
3548 nnoremap <buffer> <silent> ; 
3549 nnoremap <buffer> <silent> ;; ;
3550 vnoremap <buffer> <silent> ;; ;
3551 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
3552 inoremap <buffer> <silent> &hA &hArr;
3553 inoremap <buffer> <silent> &dA &dArr;
3554 inoremap <buffer> <silent> &rA &rArr;
3555 inoremap <buffer> <silent> &uA &uArr;
3556 inoremap <buffer> <silent> &lA &lArr;
3557 inoremap <buffer> <silent> &ha &harr;
3558 inoremap <buffer> <silent> &da &darr;
3559 inoremap <buffer> <silent> &ra &rarr;
3560 inoremap <buffer> <silent> &ua &uarr;
3561 inoremap <buffer> <silent> &la &larr;
3562 inoremap <buffer> <silent> &pv &piv;
3563 inoremap <buffer> <silent> &uh &upsih;
3564 inoremap <buffer> <silent> &ts &thetasym;
3565 inoremap <buffer> <silent> &og &omega;
3566 inoremap <buffer> <silent> &ps &psi;
3567 inoremap <buffer> <silent> &ch &chi;
3568 inoremap <buffer> <silent> &ph &phi;
3569 inoremap <buffer> <silent> &up &upsilon;
3570 inoremap <buffer> <silent> &ta &tau;
3571 inoremap <buffer> <silent> &sf &sigmaf;
3572 inoremap <buffer> <silent> &si &sigma;
3573 inoremap <buffer> <silent> &rh &rho;
3574 inoremap <buffer> <silent> &pi &pi;
3575 inoremap <buffer> <silent> &oc &omicron;
3576 inoremap <buffer> <silent> &xi &xi;
3577 inoremap <buffer> <silent> &nu &nu;
3578 inoremap <buffer> <silent> &mu &mu;
3579 inoremap <buffer> <silent> &lm &lambda;
3580 inoremap <buffer> <silent> &ka &kappa;
3581 inoremap <buffer> <silent> &io &iota;
3582 inoremap <buffer> <silent> &th &theta;
3583 inoremap <buffer> <silent> &et &eta;
3584 inoremap <buffer> <silent> &ze &zeta;
3585 inoremap <buffer> <silent> &ep &epsilon;
3586 inoremap <buffer> <silent> &de &delta;
3587 inoremap <buffer> <silent> &ga &gamma;
3588 inoremap <buffer> <silent> &be &beta;
3589 inoremap <buffer> <silent> &al &alpha;
3590 inoremap <buffer> <silent> &Ps &Psi;
3591 inoremap <buffer> <silent> &Ch &Chi;
3592 inoremap <buffer> <silent> &Ph &Phi;
3593 inoremap <buffer> <silent> &Up &Upsilon;
3594 inoremap <buffer> <silent> &Ta &Tau;
3595 inoremap <buffer> <silent> &Si &Sigma;
3596 inoremap <buffer> <silent> &Rh &Rho;
3597 inoremap <buffer> <silent> &Pi &Pi;
3598 inoremap <buffer> <silent> &Oc &Omicron;
3599 inoremap <buffer> <silent> &Xi &Xi;
3600 inoremap <buffer> <silent> &Nu &Nu;
3601 inoremap <buffer> <silent> &Mu &Mu;
3602 inoremap <buffer> <silent> &Lm &Lambda;
3603 inoremap <buffer> <silent> &Ka &Kappa;
3604 inoremap <buffer> <silent> &Io &Iota;
3605 inoremap <buffer> <silent> &Th &Theta;
3606 inoremap <buffer> <silent> &Et &Eta;
3607 inoremap <buffer> <silent> &Ze &Zeta;
3608 inoremap <buffer> <silent> &Ep &Epsilon;
3609 inoremap <buffer> <silent> &De &Delta;
3610 inoremap <buffer> <silent> &Ga &Gamma;
3611 inoremap <buffer> <silent> &Be &Beta;
3612 inoremap <buffer> <silent> &Al &Alpha;
3613 inoremap <buffer> <silent> &3. &hellip;
3614 inoremap <buffer> <silent> &-- &mdash;
3615 inoremap <buffer> <silent> &3- &mdash;
3616 inoremap <buffer> <silent> &m- &mdash;
3617 inoremap <buffer> <silent> &2- &ndash;
3618 inoremap <buffer> <silent> &n- &ndash;
3619 inoremap <buffer> <silent> &34 &frac34;
3620 inoremap <buffer> <silent> &12 &frac12;
3621 inoremap <buffer> <silent> &14 &frac14;
3622 inoremap <buffer> <silent> &. &middot;
3623 inoremap <buffer> <silent> &pa &para;
3624 inoremap <buffer> <silent> &mi &micro;
3625 inoremap <buffer> <silent> &dg &deg;
3626 inoremap <buffer> <silent> &? &iquest;
3627 inoremap <buffer> <silent> &! &iexcl;
3628 inoremap <buffer> <silent> &sz &szlig;
3629 inoremap <buffer> <silent> &o/ &oslash;
3630 inoremap <buffer> <silent> &/ &divide;
3631 inoremap <buffer> <silent> &" &uml;
3632 inoremap <buffer> <silent> &2> &raquo;
3633 inoremap <buffer> <silent> &2< &laquo;
3634 inoremap <buffer> <silent> &y" &yuml;
3635 inoremap <buffer> <silent> &y' &yacute;
3636 inoremap <buffer> <silent> &u" &uuml;
3637 inoremap <buffer> <silent> &u^ &ucirc;
3638 inoremap <buffer> <silent> &u' &uacute;
3639 inoremap <buffer> <silent> &u` &ugrave;
3640 inoremap <buffer> <silent> &x &times;
3641 inoremap <buffer> <silent> &o" &ouml;
3642 inoremap <buffer> <silent> &o~ &otilde;
3643 inoremap <buffer> <silent> &o^ &ocirc;
3644 inoremap <buffer> <silent> &o' &oacute;
3645 inoremap <buffer> <silent> &o` &ograve;
3646 inoremap <buffer> <silent> &n~ &ntilde;
3647 inoremap <buffer> <silent> &i" &iuml;
3648 inoremap <buffer> <silent> &i^ &icirc;
3649 inoremap <buffer> <silent> &i' &iacute;
3650 inoremap <buffer> <silent> &i` &igrave;
3651 inoremap <buffer> <silent> &e" &euml;
3652 inoremap <buffer> <silent> &e^ &ecirc;
3653 inoremap <buffer> <silent> &e' &eacute;
3654 inoremap <buffer> <silent> &e` &egrave;
3655 inoremap <buffer> <silent> &c, &ccedil;
3656 inoremap <buffer> <silent> &ae &aelig;
3657 inoremap <buffer> <silent> &ao &aring;
3658 inoremap <buffer> <silent> &a" &auml;
3659 inoremap <buffer> <silent> &a~ &atilde;
3660 inoremap <buffer> <silent> &a^ &acirc;
3661 inoremap <buffer> <silent> &a' &aacute;
3662 inoremap <buffer> <silent> &a` &agrave;
3663 inoremap <buffer> <silent> &Y' &Yacute;
3664 inoremap <buffer> <silent> &U" &Uuml;
3665 inoremap <buffer> <silent> &U^ &Ucirc;
3666 inoremap <buffer> <silent> &U' &Uacute;
3667 inoremap <buffer> <silent> &U` &Ugrave;
3668 inoremap <buffer> <silent> &O/ &Oslash;
3669 inoremap <buffer> <silent> &O" &Ouml;
3670 inoremap <buffer> <silent> &O~ &Otilde;
3671 inoremap <buffer> <silent> &O^ &Ocirc;
3672 inoremap <buffer> <silent> &O' &Oacute;
3673 inoremap <buffer> <silent> &O` &Ograve;
3674 inoremap <buffer> <silent> &N~ &Ntilde;
3675 inoremap <buffer> <silent> &I" &Iuml;
3676 inoremap <buffer> <silent> &I^ &Icirc;
3677 inoremap <buffer> <silent> &I' &Iacute;
3678 inoremap <buffer> <silent> &I` &Igrave;
3679 inoremap <buffer> <silent> &E" &Euml;
3680 inoremap <buffer> <silent> &E^ &Ecirc;
3681 inoremap <buffer> <silent> &E' &Eacute;
3682 inoremap <buffer> <silent> &E` &Egrave;
3683 inoremap <buffer> <silent> &C, &Ccedil;
3684 inoremap <buffer> <silent> &AE &AElig;
3685 inoremap <buffer> <silent> &Ao &Aring;
3686 inoremap <buffer> <silent> &A" &Auml;
3687 inoremap <buffer> <silent> &A~ &Atilde;
3688 inoremap <buffer> <silent> &A^ &Acirc;
3689 inoremap <buffer> <silent> &A' &Aacute;
3690 inoremap <buffer> <silent> &A` &Agrave;
3691 inoremap <buffer> <silent> &c| &cent;
3692 inoremap <buffer> <silent> &Y= &yen;
3693 inoremap <buffer> <silent> &# &pound;
3694 inoremap <buffer> <silent> & &nbsp;
3695 inoremap <buffer> <silent> &> &gt;
3696 inoremap <buffer> <silent> &< &lt;
3697 inoremap <buffer> <silent> &' &quot;
3698 inoremap <buffer> <silent> &tm &trade;
3699 inoremap <buffer> <silent> &rO &reg;
3700 inoremap <buffer> <silent> &cO &copy;
3701 inoremap <buffer> <silent> && &amp;
3702 inoremap <buffer> <silent> ; &nbsp;
3703 inoremap <buffer> <silent> ;la <label for=""></label>F"
3704 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
3705 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
3706 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
3707 </textarea>k$5F"i
3708 inoremap <buffer> <silent> ;og <optgroup label="">
3709 </optgroup>k$F"i
3710 inoremap <buffer> <silent> ;op <option></option>F<
3711 inoremap <buffer> <silent> ;ms <select name="" multiple>
3712 </select>O
3713 inoremap <buffer> <silent> ;se <select name="">
3714 </select>O
3715 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
3716 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
3717 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
3718 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
3719 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
3720 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
3721 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
3722 inoremap <buffer> <silent> ;fm <form action="">
3723 </form>k$F"i
3724 inoremap <buffer> <silent> ;if <iframe src="">
3725 </iframe>k$F"i
3726 inoremap <buffer> <silent> ;nf <noframes>
3727 </noframes>O
3728 inoremap <buffer> <silent> ;fr <frame src="">F"
3729 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
3730 </frameset>k$3F"i
3731 inoremap <buffer> <silent> ;th <th></th>F<
3732 inoremap <buffer> <silent> ;td <td>
3733 </td>O
3734 inoremap <buffer> <silent> ;tr <tr>
3735 </tr>O
3736 inoremap <buffer> <silent> ;tf <tfoot>
3737 </tfoot>O
3738 inoremap <buffer> <silent> ;tb <tbody>
3739 </tbody>O
3740 inoremap <buffer> <silent> ;tH <thead>
3741 </thead>O
3742 inoremap <buffer> <silent> ;ta <table>
3743 </table>O
3744 inoremap <buffer> <silent> ;ca <caption></caption>F<
3745 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
3746 </object>k$5F"i
3747 inoremap <buffer> <silent> ;ns <noscript>
3748 </noscripT>O
3749 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
3750 <noembed></noembed>k$5F"i
3751 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
3752 inoremap <buffer> <silent> ;va <var></var>F<
3753 inoremap <buffer> <silent> ;ul <ul>
3754 </ul>O
3755 inoremap <buffer> <silent> ;tt <tt></tt>F<
3756 inoremap <buffer> <silent> ;ti <title></title>F<
3757 inoremap <buffer> <silent> ;sp <sup></sup>F<
3758 inoremap <buffer> <silent> ;sb <sub></sub>F<
3759 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
3760 inoremap <buffer> <silent> ;cs <style type="text/css">
3761 <!--
3762 -->
3763 </style>kO
3764 inoremap <buffer> <silent> ;sm <small></small>F<
3765 inoremap <buffer> <silent> ;sa <samp></samp>F<
3766 inoremap <buffer> <silent> ;sk <strike></strike>F<
3767 inoremap <buffer> <silent> ;qu <q></q>F<
3768 inoremap <buffer> <silent> ;pr <pre>
3769 </pre>O
3770 inoremap <buffer> <silent> ;/p </p>
3771 
3772 <p>
3773 inoremap <buffer> <silent> ;pp <p>
3774 </p>O
3775 inoremap <buffer> <silent> ;ol <ol>
3776 </ol>O
3777 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
3778 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
3779 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
3780 inoremap <buffer> <silent> ;lk <link href="">F"
3781 inoremap <buffer> <silent> ;li <li></li>F<
3782 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
3783 inoremap <buffer> <silent> ;ii <isindex>
3784 inoremap <buffer> <silent> ;in <ins></ins>F<
3785 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
3786 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
3787 inoremap <buffer> <silent> ;ht <html>
3788 </html>O
3789 inoremap <buffer> <silent> ;Hr <hr width="75%">
3790 inoremap <buffer> <silent> ;hr <hr>
3791 inoremap <buffer> <silent> ;he <head>
3792 </head>O
3793 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
3794 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
3795 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
3796 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
3797 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
3798 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
3799 inoremap <buffer> <silent> ;h6 <h6></h6>F<
3800 inoremap <buffer> <silent> ;h5 <h5></h5>F<
3801 inoremap <buffer> <silent> ;h4 <h4></h4>F<
3802 inoremap <buffer> <silent> ;h3 <h3></h3>F<
3803 inoremap <buffer> <silent> ;h2 <h2></h2>F<
3804 inoremap <buffer> <silent> ;h1 <h1></h1>F<
3805 inoremap <buffer> <silent> ;fc <font color=""></font>F"
3806 inoremap <buffer> <silent> ;fo <font size=""></font>F"
3807 inoremap <buffer> <silent> ;sn <span></span>F<
3808 inoremap <buffer> <silent> ;dv <div>
3809 </div>O
3810 inoremap <buffer> <silent> ;df <dfn></dfn>F<
3811 inoremap <buffer> <silent> ;de <del></del>F<
3812 inoremap <buffer> <silent> ;dd <dd></dd>F<
3813 inoremap <buffer> <silent> ;dt <dt></dt>F<
3814 inoremap <buffer> <silent> ;dl <dl>
3815 </dl>O
3816 inoremap <buffer> <silent> ;co <code></code>F<
3817 inoremap <buffer> <silent> ;ci <cite></cite>F<
3818 inoremap <buffer> <silent> ;ce <center></center>F<
3819 inoremap <buffer> <silent> ;br <br>
3820 inoremap <buffer> <silent> ;bd <body>
3821 </body>O
3822 inoremap <buffer> <silent> ;bl <blockquote>
3823 </blockquote>O
3824 inoremap <buffer> <silent> ;bi <big></big>F<
3825 inoremap <buffer> <silent> ;bh <base href="">F"
3826 inoremap <buffer> <silent> ;ad <address></address>F<
3827 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
3828 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
3829 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
3830 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
3831 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
3832 inoremap <buffer> <silent> ;an <a name=""></a>F"
3833 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
3834 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
3835 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
3836 inoremap <buffer> <silent> ;ah <a href=""></a>F"
3837 imap <buffer> <silent> ;s4 ;s4
3838 imap <buffer> <silent> ;4 ;4
3839 inoremap <buffer> <silent> ;mi :call MangleImageTag()
3840 inoremap <buffer> <silent> ; 
3841 inoremap <buffer> <silent> ;& &
3842 inoremap <buffer> <silent> ;; ;
3843 setlocal keymap=
3844 setlocal noarabic
3845 setlocal autoindent
3846 setlocal balloonexpr=
3847 setlocal nobinary
3848 setlocal bufhidden=
3849 setlocal buflisted
3850 setlocal buftype=
3851 setlocal nocindent
3852 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
3853 setlocal cinoptions=
3854 setlocal cinwords=if,else,while,do,for,switch
3855 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
3856 setlocal commentstring=<!--%s-->
3857 setlocal complete=.,w,b,u,t,i
3858 setlocal completefunc=
3859 setlocal nocopyindent
3860 setlocal nocursorcolumn
3861 setlocal nocursorline
3862 setlocal define=
3863 setlocal dictionary=
3864 setlocal nodiff
3865 setlocal equalprg=
3866 setlocal errorformat=
3867 setlocal noexpandtab
3868 if &filetype != 'html'
3869 setlocal filetype=html
3870 endif
3871 setlocal foldcolumn=0
3872 setlocal foldenable
3873 setlocal foldexpr=0
3874 setlocal foldignore=#
3875 setlocal foldlevel=0
3876 setlocal foldmarker={{{,}}}
3877 setlocal foldmethod=manual
3878 setlocal foldminlines=1
3879 setlocal foldnestmax=20
3880 setlocal foldtext=foldtext()
3881 setlocal formatexpr=
3882 setlocal formatoptions=tcq
3883 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
3884 setlocal grepprg=
3885 setlocal iminsert=2
3886 setlocal imsearch=2
3887 setlocal include=
3888 setlocal includeexpr=
3889 setlocal indentexpr=
3890 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
3891 setlocal noinfercase
3892 setlocal iskeyword=@,48-57,_,192-255
3893 setlocal keywordprg=
3894 setlocal nolinebreak
3895 setlocal nolisp
3896 setlocal nolist
3897 setlocal makeprg=
3898 setlocal matchpairs=(:),{:},[:],<:>
3899 setlocal nomodeline
3900 setlocal modifiable
3901 setlocal nrformats=octal,hex
3902 setlocal nonumber
3903 setlocal numberwidth=4
3904 setlocal omnifunc=htmlcomplete#CompleteTags
3905 setlocal path=
3906 setlocal nopreserveindent
3907 setlocal nopreviewwindow
3908 setlocal quoteescape=\\
3909 setlocal noreadonly
3910 setlocal norightleft
3911 setlocal rightleftcmd=search
3912 setlocal noscrollbind
3913 setlocal shiftwidth=8
3914 setlocal noshortname
3915 setlocal nosmartindent
3916 setlocal softtabstop=0
3917 setlocal nospell
3918 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
3919 setlocal spellfile=
3920 setlocal spelllang=en
3921 setlocal statusline=
3922 setlocal suffixesadd=
3923 setlocal swapfile
3924 setlocal synmaxcol=3000
3925 if &syntax != 'html'
3926 setlocal syntax=html
3927 endif
3928 setlocal tabstop=2
3929 setlocal tags=
3930 setlocal textwidth=0
3931 setlocal thesaurus=
3932 setlocal nowinfixheight
3933 setlocal nowinfixwidth
3934 setlocal wrap
3935 setlocal wrapmargin=0
3936 silent! normal! zE
3937 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
3938 if s:l < 1 | let s:l = 1 | endif
3939 exe s:l
3940 normal! zt
3941 1
3942 normal! 0
3943 tabedit intro.html
3944 set splitbelow splitright
3945 set nosplitbelow
3946 set nosplitright
3947 wincmd t
3948 set winheight=1 winwidth=1
3949 argglobal
3950 10argu
3951 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3952 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3953 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
3954 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
3955 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
3956 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
3957 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
3958 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
3959 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
3960 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
3961 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
3962 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
3963 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
3964 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
3965 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
3966 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
3967 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
3968 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
3969 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">')
3970 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">')
3971 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
3972 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
3973 nnoremap <buffer> <silent> ; 
3974 nnoremap <buffer> <silent> ;; ;
3975 vnoremap <buffer> <silent> ;; ;
3976 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
3977 inoremap <buffer> <silent> &hA &hArr;
3978 inoremap <buffer> <silent> &dA &dArr;
3979 inoremap <buffer> <silent> &rA &rArr;
3980 inoremap <buffer> <silent> &uA &uArr;
3981 inoremap <buffer> <silent> &lA &lArr;
3982 inoremap <buffer> <silent> &ha &harr;
3983 inoremap <buffer> <silent> &da &darr;
3984 inoremap <buffer> <silent> &ra &rarr;
3985 inoremap <buffer> <silent> &ua &uarr;
3986 inoremap <buffer> <silent> &la &larr;
3987 inoremap <buffer> <silent> &pv &piv;
3988 inoremap <buffer> <silent> &uh &upsih;
3989 inoremap <buffer> <silent> &ts &thetasym;
3990 inoremap <buffer> <silent> &og &omega;
3991 inoremap <buffer> <silent> &ps &psi;
3992 inoremap <buffer> <silent> &ch &chi;
3993 inoremap <buffer> <silent> &ph &phi;
3994 inoremap <buffer> <silent> &up &upsilon;
3995 inoremap <buffer> <silent> &ta &tau;
3996 inoremap <buffer> <silent> &sf &sigmaf;
3997 inoremap <buffer> <silent> &si &sigma;
3998 inoremap <buffer> <silent> &rh &rho;
3999 inoremap <buffer> <silent> &pi &pi;
4000 inoremap <buffer> <silent> &oc &omicron;
4001 inoremap <buffer> <silent> &xi &xi;
4002 inoremap <buffer> <silent> &nu &nu;
4003 inoremap <buffer> <silent> &mu &mu;
4004 inoremap <buffer> <silent> &lm &lambda;
4005 inoremap <buffer> <silent> &ka &kappa;
4006 inoremap <buffer> <silent> &io &iota;
4007 inoremap <buffer> <silent> &th &theta;
4008 inoremap <buffer> <silent> &et &eta;
4009 inoremap <buffer> <silent> &ze &zeta;
4010 inoremap <buffer> <silent> &ep &epsilon;
4011 inoremap <buffer> <silent> &de &delta;
4012 inoremap <buffer> <silent> &ga &gamma;
4013 inoremap <buffer> <silent> &be &beta;
4014 inoremap <buffer> <silent> &al &alpha;
4015 inoremap <buffer> <silent> &Ps &Psi;
4016 inoremap <buffer> <silent> &Ch &Chi;
4017 inoremap <buffer> <silent> &Ph &Phi;
4018 inoremap <buffer> <silent> &Up &Upsilon;
4019 inoremap <buffer> <silent> &Ta &Tau;
4020 inoremap <buffer> <silent> &Si &Sigma;
4021 inoremap <buffer> <silent> &Rh &Rho;
4022 inoremap <buffer> <silent> &Pi &Pi;
4023 inoremap <buffer> <silent> &Oc &Omicron;
4024 inoremap <buffer> <silent> &Xi &Xi;
4025 inoremap <buffer> <silent> &Nu &Nu;
4026 inoremap <buffer> <silent> &Mu &Mu;
4027 inoremap <buffer> <silent> &Lm &Lambda;
4028 inoremap <buffer> <silent> &Ka &Kappa;
4029 inoremap <buffer> <silent> &Io &Iota;
4030 inoremap <buffer> <silent> &Th &Theta;
4031 inoremap <buffer> <silent> &Et &Eta;
4032 inoremap <buffer> <silent> &Ze &Zeta;
4033 inoremap <buffer> <silent> &Ep &Epsilon;
4034 inoremap <buffer> <silent> &De &Delta;
4035 inoremap <buffer> <silent> &Ga &Gamma;
4036 inoremap <buffer> <silent> &Be &Beta;
4037 inoremap <buffer> <silent> &Al &Alpha;
4038 inoremap <buffer> <silent> &3. &hellip;
4039 inoremap <buffer> <silent> &-- &mdash;
4040 inoremap <buffer> <silent> &3- &mdash;
4041 inoremap <buffer> <silent> &m- &mdash;
4042 inoremap <buffer> <silent> &2- &ndash;
4043 inoremap <buffer> <silent> &n- &ndash;
4044 inoremap <buffer> <silent> &34 &frac34;
4045 inoremap <buffer> <silent> &12 &frac12;
4046 inoremap <buffer> <silent> &14 &frac14;
4047 inoremap <buffer> <silent> &. &middot;
4048 inoremap <buffer> <silent> &pa &para;
4049 inoremap <buffer> <silent> &mi &micro;
4050 inoremap <buffer> <silent> &dg &deg;
4051 inoremap <buffer> <silent> &? &iquest;
4052 inoremap <buffer> <silent> &! &iexcl;
4053 inoremap <buffer> <silent> &sz &szlig;
4054 inoremap <buffer> <silent> &o/ &oslash;
4055 inoremap <buffer> <silent> &/ &divide;
4056 inoremap <buffer> <silent> &" &uml;
4057 inoremap <buffer> <silent> &2> &raquo;
4058 inoremap <buffer> <silent> &2< &laquo;
4059 inoremap <buffer> <silent> &y" &yuml;
4060 inoremap <buffer> <silent> &y' &yacute;
4061 inoremap <buffer> <silent> &u" &uuml;
4062 inoremap <buffer> <silent> &u^ &ucirc;
4063 inoremap <buffer> <silent> &u' &uacute;
4064 inoremap <buffer> <silent> &u` &ugrave;
4065 inoremap <buffer> <silent> &x &times;
4066 inoremap <buffer> <silent> &o" &ouml;
4067 inoremap <buffer> <silent> &o~ &otilde;
4068 inoremap <buffer> <silent> &o^ &ocirc;
4069 inoremap <buffer> <silent> &o' &oacute;
4070 inoremap <buffer> <silent> &o` &ograve;
4071 inoremap <buffer> <silent> &n~ &ntilde;
4072 inoremap <buffer> <silent> &i" &iuml;
4073 inoremap <buffer> <silent> &i^ &icirc;
4074 inoremap <buffer> <silent> &i' &iacute;
4075 inoremap <buffer> <silent> &i` &igrave;
4076 inoremap <buffer> <silent> &e" &euml;
4077 inoremap <buffer> <silent> &e^ &ecirc;
4078 inoremap <buffer> <silent> &e' &eacute;
4079 inoremap <buffer> <silent> &e` &egrave;
4080 inoremap <buffer> <silent> &c, &ccedil;
4081 inoremap <buffer> <silent> &ae &aelig;
4082 inoremap <buffer> <silent> &ao &aring;
4083 inoremap <buffer> <silent> &a" &auml;
4084 inoremap <buffer> <silent> &a~ &atilde;
4085 inoremap <buffer> <silent> &a^ &acirc;
4086 inoremap <buffer> <silent> &a' &aacute;
4087 inoremap <buffer> <silent> &a` &agrave;
4088 inoremap <buffer> <silent> &Y' &Yacute;
4089 inoremap <buffer> <silent> &U" &Uuml;
4090 inoremap <buffer> <silent> &U^ &Ucirc;
4091 inoremap <buffer> <silent> &U' &Uacute;
4092 inoremap <buffer> <silent> &U` &Ugrave;
4093 inoremap <buffer> <silent> &O/ &Oslash;
4094 inoremap <buffer> <silent> &O" &Ouml;
4095 inoremap <buffer> <silent> &O~ &Otilde;
4096 inoremap <buffer> <silent> &O^ &Ocirc;
4097 inoremap <buffer> <silent> &O' &Oacute;
4098 inoremap <buffer> <silent> &O` &Ograve;
4099 inoremap <buffer> <silent> &N~ &Ntilde;
4100 inoremap <buffer> <silent> &I" &Iuml;
4101 inoremap <buffer> <silent> &I^ &Icirc;
4102 inoremap <buffer> <silent> &I' &Iacute;
4103 inoremap <buffer> <silent> &I` &Igrave;
4104 inoremap <buffer> <silent> &E" &Euml;
4105 inoremap <buffer> <silent> &E^ &Ecirc;
4106 inoremap <buffer> <silent> &E' &Eacute;
4107 inoremap <buffer> <silent> &E` &Egrave;
4108 inoremap <buffer> <silent> &C, &Ccedil;
4109 inoremap <buffer> <silent> &AE &AElig;
4110 inoremap <buffer> <silent> &Ao &Aring;
4111 inoremap <buffer> <silent> &A" &Auml;
4112 inoremap <buffer> <silent> &A~ &Atilde;
4113 inoremap <buffer> <silent> &A^ &Acirc;
4114 inoremap <buffer> <silent> &A' &Aacute;
4115 inoremap <buffer> <silent> &A` &Agrave;
4116 inoremap <buffer> <silent> &c| &cent;
4117 inoremap <buffer> <silent> &Y= &yen;
4118 inoremap <buffer> <silent> &# &pound;
4119 inoremap <buffer> <silent> & &nbsp;
4120 inoremap <buffer> <silent> &> &gt;
4121 inoremap <buffer> <silent> &< &lt;
4122 inoremap <buffer> <silent> &' &quot;
4123 inoremap <buffer> <silent> &tm &trade;
4124 inoremap <buffer> <silent> &rO &reg;
4125 inoremap <buffer> <silent> &cO &copy;
4126 inoremap <buffer> <silent> && &amp;
4127 inoremap <buffer> <silent> ; &nbsp;
4128 inoremap <buffer> <silent> ;la <label for=""></label>F"
4129 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
4130 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
4131 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
4132 </textarea>k$5F"i
4133 inoremap <buffer> <silent> ;og <optgroup label="">
4134 </optgroup>k$F"i
4135 inoremap <buffer> <silent> ;op <option></option>F<
4136 inoremap <buffer> <silent> ;ms <select name="" multiple>
4137 </select>O
4138 inoremap <buffer> <silent> ;se <select name="">
4139 </select>O
4140 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
4141 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
4142 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
4143 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
4144 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
4145 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
4146 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
4147 inoremap <buffer> <silent> ;fm <form action="">
4148 </form>k$F"i
4149 inoremap <buffer> <silent> ;if <iframe src="">
4150 </iframe>k$F"i
4151 inoremap <buffer> <silent> ;nf <noframes>
4152 </noframes>O
4153 inoremap <buffer> <silent> ;fr <frame src="">F"
4154 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
4155 </frameset>k$3F"i
4156 inoremap <buffer> <silent> ;th <th></th>F<
4157 inoremap <buffer> <silent> ;td <td>
4158 </td>O
4159 inoremap <buffer> <silent> ;tr <tr>
4160 </tr>O
4161 inoremap <buffer> <silent> ;tf <tfoot>
4162 </tfoot>O
4163 inoremap <buffer> <silent> ;tb <tbody>
4164 </tbody>O
4165 inoremap <buffer> <silent> ;tH <thead>
4166 </thead>O
4167 inoremap <buffer> <silent> ;ta <table>
4168 </table>O
4169 inoremap <buffer> <silent> ;ca <caption></caption>F<
4170 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
4171 </object>k$5F"i
4172 inoremap <buffer> <silent> ;ns <noscript>
4173 </noscripT>O
4174 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
4175 <noembed></noembed>k$5F"i
4176 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
4177 inoremap <buffer> <silent> ;va <var></var>F<
4178 inoremap <buffer> <silent> ;ul <ul>
4179 </ul>O
4180 inoremap <buffer> <silent> ;tt <tt></tt>F<
4181 inoremap <buffer> <silent> ;ti <title></title>F<
4182 inoremap <buffer> <silent> ;sp <sup></sup>F<
4183 inoremap <buffer> <silent> ;sb <sub></sub>F<
4184 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
4185 inoremap <buffer> <silent> ;cs <style type="text/css">
4186 <!--
4187 -->
4188 </style>kO
4189 inoremap <buffer> <silent> ;sm <small></small>F<
4190 inoremap <buffer> <silent> ;sa <samp></samp>F<
4191 inoremap <buffer> <silent> ;sk <strike></strike>F<
4192 inoremap <buffer> <silent> ;qu <q></q>F<
4193 inoremap <buffer> <silent> ;pr <pre>
4194 </pre>O
4195 inoremap <buffer> <silent> ;/p </p>
4196 
4197 <p>
4198 inoremap <buffer> <silent> ;pp <p>
4199 </p>O
4200 inoremap <buffer> <silent> ;ol <ol>
4201 </ol>O
4202 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
4203 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
4204 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
4205 inoremap <buffer> <silent> ;lk <link href="">F"
4206 inoremap <buffer> <silent> ;li <li></li>F<
4207 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
4208 inoremap <buffer> <silent> ;ii <isindex>
4209 inoremap <buffer> <silent> ;in <ins></ins>F<
4210 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
4211 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
4212 inoremap <buffer> <silent> ;ht <html>
4213 </html>O
4214 inoremap <buffer> <silent> ;Hr <hr width="75%">
4215 inoremap <buffer> <silent> ;hr <hr>
4216 inoremap <buffer> <silent> ;he <head>
4217 </head>O
4218 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
4219 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
4220 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
4221 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
4222 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
4223 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
4224 inoremap <buffer> <silent> ;h6 <h6></h6>F<
4225 inoremap <buffer> <silent> ;h5 <h5></h5>F<
4226 inoremap <buffer> <silent> ;h4 <h4></h4>F<
4227 inoremap <buffer> <silent> ;h3 <h3></h3>F<
4228 inoremap <buffer> <silent> ;h2 <h2></h2>F<
4229 inoremap <buffer> <silent> ;h1 <h1></h1>F<
4230 inoremap <buffer> <silent> ;fc <font color=""></font>F"
4231 inoremap <buffer> <silent> ;fo <font size=""></font>F"
4232 inoremap <buffer> <silent> ;sn <span></span>F<
4233 inoremap <buffer> <silent> ;dv <div>
4234 </div>O
4235 inoremap <buffer> <silent> ;df <dfn></dfn>F<
4236 inoremap <buffer> <silent> ;de <del></del>F<
4237 inoremap <buffer> <silent> ;dd <dd></dd>F<
4238 inoremap <buffer> <silent> ;dt <dt></dt>F<
4239 inoremap <buffer> <silent> ;dl <dl>
4240 </dl>O
4241 inoremap <buffer> <silent> ;co <code></code>F<
4242 inoremap <buffer> <silent> ;ci <cite></cite>F<
4243 inoremap <buffer> <silent> ;ce <center></center>F<
4244 inoremap <buffer> <silent> ;br <br>
4245 inoremap <buffer> <silent> ;bd <body>
4246 </body>O
4247 inoremap <buffer> <silent> ;bl <blockquote>
4248 </blockquote>O
4249 inoremap <buffer> <silent> ;bi <big></big>F<
4250 inoremap <buffer> <silent> ;bh <base href="">F"
4251 inoremap <buffer> <silent> ;ad <address></address>F<
4252 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
4253 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
4254 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
4255 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
4256 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
4257 inoremap <buffer> <silent> ;an <a name=""></a>F"
4258 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
4259 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
4260 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
4261 inoremap <buffer> <silent> ;ah <a href=""></a>F"
4262 imap <buffer> <silent> ;s4 ;s4
4263 imap <buffer> <silent> ;4 ;4
4264 inoremap <buffer> <silent> ;mi :call MangleImageTag()
4265 inoremap <buffer> <silent> ; 
4266 inoremap <buffer> <silent> ;& &
4267 inoremap <buffer> <silent> ;; ;
4268 setlocal keymap=
4269 setlocal noarabic
4270 setlocal autoindent
4271 setlocal balloonexpr=
4272 setlocal nobinary
4273 setlocal bufhidden=
4274 setlocal buflisted
4275 setlocal buftype=
4276 setlocal nocindent
4277 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
4278 setlocal cinoptions=
4279 setlocal cinwords=if,else,while,do,for,switch
4280 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
4281 setlocal commentstring=<!--%s-->
4282 setlocal complete=.,w,b,u,t,i
4283 setlocal completefunc=
4284 setlocal nocopyindent
4285 setlocal nocursorcolumn
4286 setlocal nocursorline
4287 setlocal define=
4288 setlocal dictionary=
4289 setlocal nodiff
4290 setlocal equalprg=
4291 setlocal errorformat=
4292 setlocal noexpandtab
4293 if &filetype != 'html'
4294 setlocal filetype=html
4295 endif
4296 setlocal foldcolumn=0
4297 setlocal foldenable
4298 setlocal foldexpr=0
4299 setlocal foldignore=#
4300 setlocal foldlevel=0
4301 setlocal foldmarker={{{,}}}
4302 setlocal foldmethod=manual
4303 setlocal foldminlines=1
4304 setlocal foldnestmax=20
4305 setlocal foldtext=foldtext()
4306 setlocal formatexpr=
4307 setlocal formatoptions=tcq
4308 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
4309 setlocal grepprg=
4310 setlocal iminsert=2
4311 setlocal imsearch=2
4312 setlocal include=
4313 setlocal includeexpr=
4314 setlocal indentexpr=
4315 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
4316 setlocal noinfercase
4317 setlocal iskeyword=@,48-57,_,192-255
4318 setlocal keywordprg=
4319 setlocal nolinebreak
4320 setlocal nolisp
4321 setlocal nolist
4322 setlocal makeprg=
4323 setlocal matchpairs=(:),{:},[:],<:>
4324 setlocal nomodeline
4325 setlocal modifiable
4326 setlocal nrformats=octal,hex
4327 setlocal nonumber
4328 setlocal numberwidth=4
4329 setlocal omnifunc=htmlcomplete#CompleteTags
4330 setlocal path=
4331 setlocal nopreserveindent
4332 setlocal nopreviewwindow
4333 setlocal quoteescape=\\
4334 setlocal noreadonly
4335 setlocal norightleft
4336 setlocal rightleftcmd=search
4337 setlocal noscrollbind
4338 setlocal shiftwidth=8
4339 setlocal noshortname
4340 setlocal nosmartindent
4341 setlocal softtabstop=0
4342 setlocal nospell
4343 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
4344 setlocal spellfile=
4345 setlocal spelllang=en
4346 setlocal statusline=
4347 setlocal suffixesadd=
4348 setlocal swapfile
4349 setlocal synmaxcol=3000
4350 if &syntax != 'html'
4351 setlocal syntax=html
4352 endif
4353 setlocal tabstop=2
4354 setlocal tags=
4355 setlocal textwidth=0
4356 setlocal thesaurus=
4357 setlocal nowinfixheight
4358 setlocal nowinfixwidth
4359 setlocal wrap
4360 setlocal wrapmargin=0
4361 silent! normal! zE
4362 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
4363 if s:l < 1 | let s:l = 1 | endif
4364 exe s:l
4365 normal! zt
4366 1
4367 normal! 0
4368 tabedit oldboot.html
4369 set splitbelow splitright
4370 set nosplitbelow
4371 set nosplitright
4372 wincmd t
4373 set winheight=1 winwidth=1
4374 argglobal
4375 11argu
4376 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
4377 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
4378 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
4379 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
4380 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
4381 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
4382 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
4383 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
4384 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
4385 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
4386 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
4387 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
4388 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
4389 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
4390 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
4391 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
4392 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
4393 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
4394 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">')
4395 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">')
4396 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
4397 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
4398 nnoremap <buffer> <silent> ; 
4399 nnoremap <buffer> <silent> ;; ;
4400 vnoremap <buffer> <silent> ;; ;
4401 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
4402 inoremap <buffer> <silent> &hA &hArr;
4403 inoremap <buffer> <silent> &dA &dArr;
4404 inoremap <buffer> <silent> &rA &rArr;
4405 inoremap <buffer> <silent> &uA &uArr;
4406 inoremap <buffer> <silent> &lA &lArr;
4407 inoremap <buffer> <silent> &ha &harr;
4408 inoremap <buffer> <silent> &da &darr;
4409 inoremap <buffer> <silent> &ra &rarr;
4410 inoremap <buffer> <silent> &ua &uarr;
4411 inoremap <buffer> <silent> &la &larr;
4412 inoremap <buffer> <silent> &pv &piv;
4413 inoremap <buffer> <silent> &uh &upsih;
4414 inoremap <buffer> <silent> &ts &thetasym;
4415 inoremap <buffer> <silent> &og &omega;
4416 inoremap <buffer> <silent> &ps &psi;
4417 inoremap <buffer> <silent> &ch &chi;
4418 inoremap <buffer> <silent> &ph &phi;
4419 inoremap <buffer> <silent> &up &upsilon;
4420 inoremap <buffer> <silent> &ta &tau;
4421 inoremap <buffer> <silent> &sf &sigmaf;
4422 inoremap <buffer> <silent> &si &sigma;
4423 inoremap <buffer> <silent> &rh &rho;
4424 inoremap <buffer> <silent> &pi &pi;
4425 inoremap <buffer> <silent> &oc &omicron;
4426 inoremap <buffer> <silent> &xi &xi;
4427 inoremap <buffer> <silent> &nu &nu;
4428 inoremap <buffer> <silent> &mu &mu;
4429 inoremap <buffer> <silent> &lm &lambda;
4430 inoremap <buffer> <silent> &ka &kappa;
4431 inoremap <buffer> <silent> &io &iota;
4432 inoremap <buffer> <silent> &th &theta;
4433 inoremap <buffer> <silent> &et &eta;
4434 inoremap <buffer> <silent> &ze &zeta;
4435 inoremap <buffer> <silent> &ep &epsilon;
4436 inoremap <buffer> <silent> &de &delta;
4437 inoremap <buffer> <silent> &ga &gamma;
4438 inoremap <buffer> <silent> &be &beta;
4439 inoremap <buffer> <silent> &al &alpha;
4440 inoremap <buffer> <silent> &Ps &Psi;
4441 inoremap <buffer> <silent> &Ch &Chi;
4442 inoremap <buffer> <silent> &Ph &Phi;
4443 inoremap <buffer> <silent> &Up &Upsilon;
4444 inoremap <buffer> <silent> &Ta &Tau;
4445 inoremap <buffer> <silent> &Si &Sigma;
4446 inoremap <buffer> <silent> &Rh &Rho;
4447 inoremap <buffer> <silent> &Pi &Pi;
4448 inoremap <buffer> <silent> &Oc &Omicron;
4449 inoremap <buffer> <silent> &Xi &Xi;
4450 inoremap <buffer> <silent> &Nu &Nu;
4451 inoremap <buffer> <silent> &Mu &Mu;
4452 inoremap <buffer> <silent> &Lm &Lambda;
4453 inoremap <buffer> <silent> &Ka &Kappa;
4454 inoremap <buffer> <silent> &Io &Iota;
4455 inoremap <buffer> <silent> &Th &Theta;
4456 inoremap <buffer> <silent> &Et &Eta;
4457 inoremap <buffer> <silent> &Ze &Zeta;
4458 inoremap <buffer> <silent> &Ep &Epsilon;
4459 inoremap <buffer> <silent> &De &Delta;
4460 inoremap <buffer> <silent> &Ga &Gamma;
4461 inoremap <buffer> <silent> &Be &Beta;
4462 inoremap <buffer> <silent> &Al &Alpha;
4463 inoremap <buffer> <silent> &3. &hellip;
4464 inoremap <buffer> <silent> &-- &mdash;
4465 inoremap <buffer> <silent> &3- &mdash;
4466 inoremap <buffer> <silent> &m- &mdash;
4467 inoremap <buffer> <silent> &2- &ndash;
4468 inoremap <buffer> <silent> &n- &ndash;
4469 inoremap <buffer> <silent> &34 &frac34;
4470 inoremap <buffer> <silent> &12 &frac12;
4471 inoremap <buffer> <silent> &14 &frac14;
4472 inoremap <buffer> <silent> &. &middot;
4473 inoremap <buffer> <silent> &pa &para;
4474 inoremap <buffer> <silent> &mi &micro;
4475 inoremap <buffer> <silent> &dg &deg;
4476 inoremap <buffer> <silent> &? &iquest;
4477 inoremap <buffer> <silent> &! &iexcl;
4478 inoremap <buffer> <silent> &sz &szlig;
4479 inoremap <buffer> <silent> &o/ &oslash;
4480 inoremap <buffer> <silent> &/ &divide;
4481 inoremap <buffer> <silent> &" &uml;
4482 inoremap <buffer> <silent> &2> &raquo;
4483 inoremap <buffer> <silent> &2< &laquo;
4484 inoremap <buffer> <silent> &y" &yuml;
4485 inoremap <buffer> <silent> &y' &yacute;
4486 inoremap <buffer> <silent> &u" &uuml;
4487 inoremap <buffer> <silent> &u^ &ucirc;
4488 inoremap <buffer> <silent> &u' &uacute;
4489 inoremap <buffer> <silent> &u` &ugrave;
4490 inoremap <buffer> <silent> &x &times;
4491 inoremap <buffer> <silent> &o" &ouml;
4492 inoremap <buffer> <silent> &o~ &otilde;
4493 inoremap <buffer> <silent> &o^ &ocirc;
4494 inoremap <buffer> <silent> &o' &oacute;
4495 inoremap <buffer> <silent> &o` &ograve;
4496 inoremap <buffer> <silent> &n~ &ntilde;
4497 inoremap <buffer> <silent> &i" &iuml;
4498 inoremap <buffer> <silent> &i^ &icirc;
4499 inoremap <buffer> <silent> &i' &iacute;
4500 inoremap <buffer> <silent> &i` &igrave;
4501 inoremap <buffer> <silent> &e" &euml;
4502 inoremap <buffer> <silent> &e^ &ecirc;
4503 inoremap <buffer> <silent> &e' &eacute;
4504 inoremap <buffer> <silent> &e` &egrave;
4505 inoremap <buffer> <silent> &c, &ccedil;
4506 inoremap <buffer> <silent> &ae &aelig;
4507 inoremap <buffer> <silent> &ao &aring;
4508 inoremap <buffer> <silent> &a" &auml;
4509 inoremap <buffer> <silent> &a~ &atilde;
4510 inoremap <buffer> <silent> &a^ &acirc;
4511 inoremap <buffer> <silent> &a' &aacute;
4512 inoremap <buffer> <silent> &a` &agrave;
4513 inoremap <buffer> <silent> &Y' &Yacute;
4514 inoremap <buffer> <silent> &U" &Uuml;
4515 inoremap <buffer> <silent> &U^ &Ucirc;
4516 inoremap <buffer> <silent> &U' &Uacute;
4517 inoremap <buffer> <silent> &U` &Ugrave;
4518 inoremap <buffer> <silent> &O/ &Oslash;
4519 inoremap <buffer> <silent> &O" &Ouml;
4520 inoremap <buffer> <silent> &O~ &Otilde;
4521 inoremap <buffer> <silent> &O^ &Ocirc;
4522 inoremap <buffer> <silent> &O' &Oacute;
4523 inoremap <buffer> <silent> &O` &Ograve;
4524 inoremap <buffer> <silent> &N~ &Ntilde;
4525 inoremap <buffer> <silent> &I" &Iuml;
4526 inoremap <buffer> <silent> &I^ &Icirc;
4527 inoremap <buffer> <silent> &I' &Iacute;
4528 inoremap <buffer> <silent> &I` &Igrave;
4529 inoremap <buffer> <silent> &E" &Euml;
4530 inoremap <buffer> <silent> &E^ &Ecirc;
4531 inoremap <buffer> <silent> &E' &Eacute;
4532 inoremap <buffer> <silent> &E` &Egrave;
4533 inoremap <buffer> <silent> &C, &Ccedil;
4534 inoremap <buffer> <silent> &AE &AElig;
4535 inoremap <buffer> <silent> &Ao &Aring;
4536 inoremap <buffer> <silent> &A" &Auml;
4537 inoremap <buffer> <silent> &A~ &Atilde;
4538 inoremap <buffer> <silent> &A^ &Acirc;
4539 inoremap <buffer> <silent> &A' &Aacute;
4540 inoremap <buffer> <silent> &A` &Agrave;
4541 inoremap <buffer> <silent> &c| &cent;
4542 inoremap <buffer> <silent> &Y= &yen;
4543 inoremap <buffer> <silent> &# &pound;
4544 inoremap <buffer> <silent> & &nbsp;
4545 inoremap <buffer> <silent> &> &gt;
4546 inoremap <buffer> <silent> &< &lt;
4547 inoremap <buffer> <silent> &' &quot;
4548 inoremap <buffer> <silent> &tm &trade;
4549 inoremap <buffer> <silent> &rO &reg;
4550 inoremap <buffer> <silent> &cO &copy;
4551 inoremap <buffer> <silent> && &amp;
4552 inoremap <buffer> <silent> ; &nbsp;
4553 inoremap <buffer> <silent> ;la <label for=""></label>F"
4554 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
4555 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
4556 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
4557 </textarea>k$5F"i
4558 inoremap <buffer> <silent> ;og <optgroup label="">
4559 </optgroup>k$F"i
4560 inoremap <buffer> <silent> ;op <option></option>F<
4561 inoremap <buffer> <silent> ;ms <select name="" multiple>
4562 </select>O
4563 inoremap <buffer> <silent> ;se <select name="">
4564 </select>O
4565 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
4566 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
4567 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
4568 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
4569 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
4570 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
4571 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
4572 inoremap <buffer> <silent> ;fm <form action="">
4573 </form>k$F"i
4574 inoremap <buffer> <silent> ;if <iframe src="">
4575 </iframe>k$F"i
4576 inoremap <buffer> <silent> ;nf <noframes>
4577 </noframes>O
4578 inoremap <buffer> <silent> ;fr <frame src="">F"
4579 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
4580 </frameset>k$3F"i
4581 inoremap <buffer> <silent> ;th <th></th>F<
4582 inoremap <buffer> <silent> ;td <td>
4583 </td>O
4584 inoremap <buffer> <silent> ;tr <tr>
4585 </tr>O
4586 inoremap <buffer> <silent> ;tf <tfoot>
4587 </tfoot>O
4588 inoremap <buffer> <silent> ;tb <tbody>
4589 </tbody>O
4590 inoremap <buffer> <silent> ;tH <thead>
4591 </thead>O
4592 inoremap <buffer> <silent> ;ta <table>
4593 </table>O
4594 inoremap <buffer> <silent> ;ca <caption></caption>F<
4595 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
4596 </object>k$5F"i
4597 inoremap <buffer> <silent> ;ns <noscript>
4598 </noscripT>O
4599 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
4600 <noembed></noembed>k$5F"i
4601 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
4602 inoremap <buffer> <silent> ;va <var></var>F<
4603 inoremap <buffer> <silent> ;ul <ul>
4604 </ul>O
4605 inoremap <buffer> <silent> ;tt <tt></tt>F<
4606 inoremap <buffer> <silent> ;ti <title></title>F<
4607 inoremap <buffer> <silent> ;sp <sup></sup>F<
4608 inoremap <buffer> <silent> ;sb <sub></sub>F<
4609 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
4610 inoremap <buffer> <silent> ;cs <style type="text/css">
4611 <!--
4612 -->
4613 </style>kO
4614 inoremap <buffer> <silent> ;sm <small></small>F<
4615 inoremap <buffer> <silent> ;sa <samp></samp>F<
4616 inoremap <buffer> <silent> ;sk <strike></strike>F<
4617 inoremap <buffer> <silent> ;qu <q></q>F<
4618 inoremap <buffer> <silent> ;pr <pre>
4619 </pre>O
4620 inoremap <buffer> <silent> ;/p </p>
4621 
4622 <p>
4623 inoremap <buffer> <silent> ;pp <p>
4624 </p>O
4625 inoremap <buffer> <silent> ;ol <ol>
4626 </ol>O
4627 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
4628 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
4629 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
4630 inoremap <buffer> <silent> ;lk <link href="">F"
4631 inoremap <buffer> <silent> ;li <li></li>F<
4632 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
4633 inoremap <buffer> <silent> ;ii <isindex>
4634 inoremap <buffer> <silent> ;in <ins></ins>F<
4635 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
4636 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
4637 inoremap <buffer> <silent> ;ht <html>
4638 </html>O
4639 inoremap <buffer> <silent> ;Hr <hr width="75%">
4640 inoremap <buffer> <silent> ;hr <hr>
4641 inoremap <buffer> <silent> ;he <head>
4642 </head>O
4643 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
4644 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
4645 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
4646 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
4647 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
4648 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
4649 inoremap <buffer> <silent> ;h6 <h6></h6>F<
4650 inoremap <buffer> <silent> ;h5 <h5></h5>F<
4651 inoremap <buffer> <silent> ;h4 <h4></h4>F<
4652 inoremap <buffer> <silent> ;h3 <h3></h3>F<
4653 inoremap <buffer> <silent> ;h2 <h2></h2>F<
4654 inoremap <buffer> <silent> ;h1 <h1></h1>F<
4655 inoremap <buffer> <silent> ;fc <font color=""></font>F"
4656 inoremap <buffer> <silent> ;fo <font size=""></font>F"
4657 inoremap <buffer> <silent> ;sn <span></span>F<
4658 inoremap <buffer> <silent> ;dv <div>
4659 </div>O
4660 inoremap <buffer> <silent> ;df <dfn></dfn>F<
4661 inoremap <buffer> <silent> ;de <del></del>F<
4662 inoremap <buffer> <silent> ;dd <dd></dd>F<
4663 inoremap <buffer> <silent> ;dt <dt></dt>F<
4664 inoremap <buffer> <silent> ;dl <dl>
4665 </dl>O
4666 inoremap <buffer> <silent> ;co <code></code>F<
4667 inoremap <buffer> <silent> ;ci <cite></cite>F<
4668 inoremap <buffer> <silent> ;ce <center></center>F<
4669 inoremap <buffer> <silent> ;br <br>
4670 inoremap <buffer> <silent> ;bd <body>
4671 </body>O
4672 inoremap <buffer> <silent> ;bl <blockquote>
4673 </blockquote>O
4674 inoremap <buffer> <silent> ;bi <big></big>F<
4675 inoremap <buffer> <silent> ;bh <base href="">F"
4676 inoremap <buffer> <silent> ;ad <address></address>F<
4677 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
4678 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
4679 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
4680 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
4681 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
4682 inoremap <buffer> <silent> ;an <a name=""></a>F"
4683 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
4684 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
4685 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
4686 inoremap <buffer> <silent> ;ah <a href=""></a>F"
4687 imap <buffer> <silent> ;s4 ;s4
4688 imap <buffer> <silent> ;4 ;4
4689 inoremap <buffer> <silent> ;mi :call MangleImageTag()
4690 inoremap <buffer> <silent> ; 
4691 inoremap <buffer> <silent> ;& &
4692 inoremap <buffer> <silent> ;; ;
4693 setlocal keymap=
4694 setlocal noarabic
4695 setlocal autoindent
4696 setlocal balloonexpr=
4697 setlocal nobinary
4698 setlocal bufhidden=
4699 setlocal buflisted
4700 setlocal buftype=
4701 setlocal nocindent
4702 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
4703 setlocal cinoptions=
4704 setlocal cinwords=if,else,while,do,for,switch
4705 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
4706 setlocal commentstring=<!--%s-->
4707 setlocal complete=.,w,b,u,t,i
4708 setlocal completefunc=
4709 setlocal nocopyindent
4710 setlocal nocursorcolumn
4711 setlocal nocursorline
4712 setlocal define=
4713 setlocal dictionary=
4714 setlocal nodiff
4715 setlocal equalprg=
4716 setlocal errorformat=
4717 setlocal noexpandtab
4718 if &filetype != 'html'
4719 setlocal filetype=html
4720 endif
4721 setlocal foldcolumn=0
4722 setlocal foldenable
4723 setlocal foldexpr=0
4724 setlocal foldignore=#
4725 setlocal foldlevel=0
4726 setlocal foldmarker={{{,}}}
4727 setlocal foldmethod=manual
4728 setlocal foldminlines=1
4729 setlocal foldnestmax=20
4730 setlocal foldtext=foldtext()
4731 setlocal formatexpr=
4732 setlocal formatoptions=tcq
4733 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
4734 setlocal grepprg=
4735 setlocal iminsert=2
4736 setlocal imsearch=2
4737 setlocal include=
4738 setlocal includeexpr=
4739 setlocal indentexpr=
4740 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
4741 setlocal noinfercase
4742 setlocal iskeyword=@,48-57,_,192-255
4743 setlocal keywordprg=
4744 setlocal nolinebreak
4745 setlocal nolisp
4746 setlocal nolist
4747 setlocal makeprg=
4748 setlocal matchpairs=(:),{:},[:],<:>
4749 setlocal nomodeline
4750 setlocal modifiable
4751 setlocal nrformats=octal,hex
4752 setlocal nonumber
4753 setlocal numberwidth=4
4754 setlocal omnifunc=htmlcomplete#CompleteTags
4755 setlocal path=
4756 setlocal nopreserveindent
4757 setlocal nopreviewwindow
4758 setlocal quoteescape=\\
4759 setlocal noreadonly
4760 setlocal norightleft
4761 setlocal rightleftcmd=search
4762 setlocal noscrollbind
4763 setlocal shiftwidth=8
4764 setlocal noshortname
4765 setlocal nosmartindent
4766 setlocal softtabstop=0
4767 setlocal nospell
4768 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
4769 setlocal spellfile=
4770 setlocal spelllang=en
4771 setlocal statusline=
4772 setlocal suffixesadd=
4773 setlocal swapfile
4774 setlocal synmaxcol=3000
4775 if &syntax != 'html'
4776 setlocal syntax=html
4777 endif
4778 setlocal tabstop=2
4779 setlocal tags=
4780 setlocal textwidth=0
4781 setlocal thesaurus=
4782 setlocal nowinfixheight
4783 setlocal nowinfixwidth
4784 setlocal wrap
4785 setlocal wrapmargin=0
4786 silent! normal! zE
4787 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
4788 if s:l < 1 | let s:l = 1 | endif
4789 exe s:l
4790 normal! zt
4791 1
4792 normal! 0
4793 tabedit own-scripts.html
4794 set splitbelow splitright
4795 set nosplitbelow
4796 set nosplitright
4797 wincmd t
4798 set winheight=1 winwidth=1
4799 argglobal
4800 12argu
4801 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
4802 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
4803 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
4804 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
4805 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
4806 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
4807 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
4808 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
4809 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
4810 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
4811 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
4812 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
4813 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
4814 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
4815 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
4816 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
4817 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
4818 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
4819 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">')
4820 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">')
4821 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
4822 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
4823 nnoremap <buffer> <silent> ; 
4824 nnoremap <buffer> <silent> ;; ;
4825 vnoremap <buffer> <silent> ;; ;
4826 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
4827 inoremap <buffer> <silent> &hA &hArr;
4828 inoremap <buffer> <silent> &dA &dArr;
4829 inoremap <buffer> <silent> &rA &rArr;
4830 inoremap <buffer> <silent> &uA &uArr;
4831 inoremap <buffer> <silent> &lA &lArr;
4832 inoremap <buffer> <silent> &ha &harr;
4833 inoremap <buffer> <silent> &da &darr;
4834 inoremap <buffer> <silent> &ra &rarr;
4835 inoremap <buffer> <silent> &ua &uarr;
4836 inoremap <buffer> <silent> &la &larr;
4837 inoremap <buffer> <silent> &pv &piv;
4838 inoremap <buffer> <silent> &uh &upsih;
4839 inoremap <buffer> <silent> &ts &thetasym;
4840 inoremap <buffer> <silent> &og &omega;
4841 inoremap <buffer> <silent> &ps &psi;
4842 inoremap <buffer> <silent> &ch &chi;
4843 inoremap <buffer> <silent> &ph &phi;
4844 inoremap <buffer> <silent> &up &upsilon;
4845 inoremap <buffer> <silent> &ta &tau;
4846 inoremap <buffer> <silent> &sf &sigmaf;
4847 inoremap <buffer> <silent> &si &sigma;
4848 inoremap <buffer> <silent> &rh &rho;
4849 inoremap <buffer> <silent> &pi &pi;
4850 inoremap <buffer> <silent> &oc &omicron;
4851 inoremap <buffer> <silent> &xi &xi;
4852 inoremap <buffer> <silent> &nu &nu;
4853 inoremap <buffer> <silent> &mu &mu;
4854 inoremap <buffer> <silent> &lm &lambda;
4855 inoremap <buffer> <silent> &ka &kappa;
4856 inoremap <buffer> <silent> &io &iota;
4857 inoremap <buffer> <silent> &th &theta;
4858 inoremap <buffer> <silent> &et &eta;
4859 inoremap <buffer> <silent> &ze &zeta;
4860 inoremap <buffer> <silent> &ep &epsilon;
4861 inoremap <buffer> <silent> &de &delta;
4862 inoremap <buffer> <silent> &ga &gamma;
4863 inoremap <buffer> <silent> &be &beta;
4864 inoremap <buffer> <silent> &al &alpha;
4865 inoremap <buffer> <silent> &Ps &Psi;
4866 inoremap <buffer> <silent> &Ch &Chi;
4867 inoremap <buffer> <silent> &Ph &Phi;
4868 inoremap <buffer> <silent> &Up &Upsilon;
4869 inoremap <buffer> <silent> &Ta &Tau;
4870 inoremap <buffer> <silent> &Si &Sigma;
4871 inoremap <buffer> <silent> &Rh &Rho;
4872 inoremap <buffer> <silent> &Pi &Pi;
4873 inoremap <buffer> <silent> &Oc &Omicron;
4874 inoremap <buffer> <silent> &Xi &Xi;
4875 inoremap <buffer> <silent> &Nu &Nu;
4876 inoremap <buffer> <silent> &Mu &Mu;
4877 inoremap <buffer> <silent> &Lm &Lambda;
4878 inoremap <buffer> <silent> &Ka &Kappa;
4879 inoremap <buffer> <silent> &Io &Iota;
4880 inoremap <buffer> <silent> &Th &Theta;
4881 inoremap <buffer> <silent> &Et &Eta;
4882 inoremap <buffer> <silent> &Ze &Zeta;
4883 inoremap <buffer> <silent> &Ep &Epsilon;
4884 inoremap <buffer> <silent> &De &Delta;
4885 inoremap <buffer> <silent> &Ga &Gamma;
4886 inoremap <buffer> <silent> &Be &Beta;
4887 inoremap <buffer> <silent> &Al &Alpha;
4888 inoremap <buffer> <silent> &3. &hellip;
4889 inoremap <buffer> <silent> &-- &mdash;
4890 inoremap <buffer> <silent> &3- &mdash;
4891 inoremap <buffer> <silent> &m- &mdash;
4892 inoremap <buffer> <silent> &2- &ndash;
4893 inoremap <buffer> <silent> &n- &ndash;
4894 inoremap <buffer> <silent> &34 &frac34;
4895 inoremap <buffer> <silent> &12 &frac12;
4896 inoremap <buffer> <silent> &14 &frac14;
4897 inoremap <buffer> <silent> &. &middot;
4898 inoremap <buffer> <silent> &pa &para;
4899 inoremap <buffer> <silent> &mi &micro;
4900 inoremap <buffer> <silent> &dg &deg;
4901 inoremap <buffer> <silent> &? &iquest;
4902 inoremap <buffer> <silent> &! &iexcl;
4903 inoremap <buffer> <silent> &sz &szlig;
4904 inoremap <buffer> <silent> &o/ &oslash;
4905 inoremap <buffer> <silent> &/ &divide;
4906 inoremap <buffer> <silent> &" &uml;
4907 inoremap <buffer> <silent> &2> &raquo;
4908 inoremap <buffer> <silent> &2< &laquo;
4909 inoremap <buffer> <silent> &y" &yuml;
4910 inoremap <buffer> <silent> &y' &yacute;
4911 inoremap <buffer> <silent> &u" &uuml;
4912 inoremap <buffer> <silent> &u^ &ucirc;
4913 inoremap <buffer> <silent> &u' &uacute;
4914 inoremap <buffer> <silent> &u` &ugrave;
4915 inoremap <buffer> <silent> &x &times;
4916 inoremap <buffer> <silent> &o" &ouml;
4917 inoremap <buffer> <silent> &o~ &otilde;
4918 inoremap <buffer> <silent> &o^ &ocirc;
4919 inoremap <buffer> <silent> &o' &oacute;
4920 inoremap <buffer> <silent> &o` &ograve;
4921 inoremap <buffer> <silent> &n~ &ntilde;
4922 inoremap <buffer> <silent> &i" &iuml;
4923 inoremap <buffer> <silent> &i^ &icirc;
4924 inoremap <buffer> <silent> &i' &iacute;
4925 inoremap <buffer> <silent> &i` &igrave;
4926 inoremap <buffer> <silent> &e" &euml;
4927 inoremap <buffer> <silent> &e^ &ecirc;
4928 inoremap <buffer> <silent> &e' &eacute;
4929 inoremap <buffer> <silent> &e` &egrave;
4930 inoremap <buffer> <silent> &c, &ccedil;
4931 inoremap <buffer> <silent> &ae &aelig;
4932 inoremap <buffer> <silent> &ao &aring;
4933 inoremap <buffer> <silent> &a" &auml;
4934 inoremap <buffer> <silent> &a~ &atilde;
4935 inoremap <buffer> <silent> &a^ &acirc;
4936 inoremap <buffer> <silent> &a' &aacute;
4937 inoremap <buffer> <silent> &a` &agrave;
4938 inoremap <buffer> <silent> &Y' &Yacute;
4939 inoremap <buffer> <silent> &U" &Uuml;
4940 inoremap <buffer> <silent> &U^ &Ucirc;
4941 inoremap <buffer> <silent> &U' &Uacute;
4942 inoremap <buffer> <silent> &U` &Ugrave;
4943 inoremap <buffer> <silent> &O/ &Oslash;
4944 inoremap <buffer> <silent> &O" &Ouml;
4945 inoremap <buffer> <silent> &O~ &Otilde;
4946 inoremap <buffer> <silent> &O^ &Ocirc;
4947 inoremap <buffer> <silent> &O' &Oacute;
4948 inoremap <buffer> <silent> &O` &Ograve;
4949 inoremap <buffer> <silent> &N~ &Ntilde;
4950 inoremap <buffer> <silent> &I" &Iuml;
4951 inoremap <buffer> <silent> &I^ &Icirc;
4952 inoremap <buffer> <silent> &I' &Iacute;
4953 inoremap <buffer> <silent> &I` &Igrave;
4954 inoremap <buffer> <silent> &E" &Euml;
4955 inoremap <buffer> <silent> &E^ &Ecirc;
4956 inoremap <buffer> <silent> &E' &Eacute;
4957 inoremap <buffer> <silent> &E` &Egrave;
4958 inoremap <buffer> <silent> &C, &Ccedil;
4959 inoremap <buffer> <silent> &AE &AElig;
4960 inoremap <buffer> <silent> &Ao &Aring;
4961 inoremap <buffer> <silent> &A" &Auml;
4962 inoremap <buffer> <silent> &A~ &Atilde;
4963 inoremap <buffer> <silent> &A^ &Acirc;
4964 inoremap <buffer> <silent> &A' &Aacute;
4965 inoremap <buffer> <silent> &A` &Agrave;
4966 inoremap <buffer> <silent> &c| &cent;
4967 inoremap <buffer> <silent> &Y= &yen;
4968 inoremap <buffer> <silent> &# &pound;
4969 inoremap <buffer> <silent> & &nbsp;
4970 inoremap <buffer> <silent> &> &gt;
4971 inoremap <buffer> <silent> &< &lt;
4972 inoremap <buffer> <silent> &' &quot;
4973 inoremap <buffer> <silent> &tm &trade;
4974 inoremap <buffer> <silent> &rO &reg;
4975 inoremap <buffer> <silent> &cO &copy;
4976 inoremap <buffer> <silent> && &amp;
4977 inoremap <buffer> <silent> ; &nbsp;
4978 inoremap <buffer> <silent> ;la <label for=""></label>F"
4979 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
4980 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
4981 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
4982 </textarea>k$5F"i
4983 inoremap <buffer> <silent> ;og <optgroup label="">
4984 </optgroup>k$F"i
4985 inoremap <buffer> <silent> ;op <option></option>F<
4986 inoremap <buffer> <silent> ;ms <select name="" multiple>
4987 </select>O
4988 inoremap <buffer> <silent> ;se <select name="">
4989 </select>O
4990 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
4991 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
4992 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
4993 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
4994 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
4995 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
4996 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
4997 inoremap <buffer> <silent> ;fm <form action="">
4998 </form>k$F"i
4999 inoremap <buffer> <silent> ;if <iframe src="">
5000 </iframe>k$F"i
5001 inoremap <buffer> <silent> ;nf <noframes>
5002 </noframes>O
5003 inoremap <buffer> <silent> ;fr <frame src="">F"
5004 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
5005 </frameset>k$3F"i
5006 inoremap <buffer> <silent> ;th <th></th>F<
5007 inoremap <buffer> <silent> ;td <td>
5008 </td>O
5009 inoremap <buffer> <silent> ;tr <tr>
5010 </tr>O
5011 inoremap <buffer> <silent> ;tf <tfoot>
5012 </tfoot>O
5013 inoremap <buffer> <silent> ;tb <tbody>
5014 </tbody>O
5015 inoremap <buffer> <silent> ;tH <thead>
5016 </thead>O
5017 inoremap <buffer> <silent> ;ta <table>
5018 </table>O
5019 inoremap <buffer> <silent> ;ca <caption></caption>F<
5020 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
5021 </object>k$5F"i
5022 inoremap <buffer> <silent> ;ns <noscript>
5023 </noscripT>O
5024 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
5025 <noembed></noembed>k$5F"i
5026 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
5027 inoremap <buffer> <silent> ;va <var></var>F<
5028 inoremap <buffer> <silent> ;ul <ul>
5029 </ul>O
5030 inoremap <buffer> <silent> ;tt <tt></tt>F<
5031 inoremap <buffer> <silent> ;ti <title></title>F<
5032 inoremap <buffer> <silent> ;sp <sup></sup>F<
5033 inoremap <buffer> <silent> ;sb <sub></sub>F<
5034 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
5035 inoremap <buffer> <silent> ;cs <style type="text/css">
5036 <!--
5037 -->
5038 </style>kO
5039 inoremap <buffer> <silent> ;sm <small></small>F<
5040 inoremap <buffer> <silent> ;sa <samp></samp>F<
5041 inoremap <buffer> <silent> ;sk <strike></strike>F<
5042 inoremap <buffer> <silent> ;qu <q></q>F<
5043 inoremap <buffer> <silent> ;pr <pre>
5044 </pre>O
5045 inoremap <buffer> <silent> ;/p </p>
5046 
5047 <p>
5048 inoremap <buffer> <silent> ;pp <p>
5049 </p>O
5050 inoremap <buffer> <silent> ;ol <ol>
5051 </ol>O
5052 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
5053 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
5054 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
5055 inoremap <buffer> <silent> ;lk <link href="">F"
5056 inoremap <buffer> <silent> ;li <li></li>F<
5057 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
5058 inoremap <buffer> <silent> ;ii <isindex>
5059 inoremap <buffer> <silent> ;in <ins></ins>F<
5060 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
5061 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
5062 inoremap <buffer> <silent> ;ht <html>
5063 </html>O
5064 inoremap <buffer> <silent> ;Hr <hr width="75%">
5065 inoremap <buffer> <silent> ;hr <hr>
5066 inoremap <buffer> <silent> ;he <head>
5067 </head>O
5068 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
5069 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
5070 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
5071 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
5072 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
5073 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
5074 inoremap <buffer> <silent> ;h6 <h6></h6>F<
5075 inoremap <buffer> <silent> ;h5 <h5></h5>F<
5076 inoremap <buffer> <silent> ;h4 <h4></h4>F<
5077 inoremap <buffer> <silent> ;h3 <h3></h3>F<
5078 inoremap <buffer> <silent> ;h2 <h2></h2>F<
5079 inoremap <buffer> <silent> ;h1 <h1></h1>F<
5080 inoremap <buffer> <silent> ;fc <font color=""></font>F"
5081 inoremap <buffer> <silent> ;fo <font size=""></font>F"
5082 inoremap <buffer> <silent> ;sn <span></span>F<
5083 inoremap <buffer> <silent> ;dv <div>
5084 </div>O
5085 inoremap <buffer> <silent> ;df <dfn></dfn>F<
5086 inoremap <buffer> <silent> ;de <del></del>F<
5087 inoremap <buffer> <silent> ;dd <dd></dd>F<
5088 inoremap <buffer> <silent> ;dt <dt></dt>F<
5089 inoremap <buffer> <silent> ;dl <dl>
5090 </dl>O
5091 inoremap <buffer> <silent> ;co <code></code>F<
5092 inoremap <buffer> <silent> ;ci <cite></cite>F<
5093 inoremap <buffer> <silent> ;ce <center></center>F<
5094 inoremap <buffer> <silent> ;br <br>
5095 inoremap <buffer> <silent> ;bd <body>
5096 </body>O
5097 inoremap <buffer> <silent> ;bl <blockquote>
5098 </blockquote>O
5099 inoremap <buffer> <silent> ;bi <big></big>F<
5100 inoremap <buffer> <silent> ;bh <base href="">F"
5101 inoremap <buffer> <silent> ;ad <address></address>F<
5102 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
5103 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
5104 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
5105 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
5106 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
5107 inoremap <buffer> <silent> ;an <a name=""></a>F"
5108 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
5109 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
5110 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
5111 inoremap <buffer> <silent> ;ah <a href=""></a>F"
5112 imap <buffer> <silent> ;s4 ;s4
5113 imap <buffer> <silent> ;4 ;4
5114 inoremap <buffer> <silent> ;mi :call MangleImageTag()
5115 inoremap <buffer> <silent> ; 
5116 inoremap <buffer> <silent> ;& &
5117 inoremap <buffer> <silent> ;; ;
5118 setlocal keymap=
5119 setlocal noarabic
5120 setlocal autoindent
5121 setlocal balloonexpr=
5122 setlocal nobinary
5123 setlocal bufhidden=
5124 setlocal buflisted
5125 setlocal buftype=
5126 setlocal nocindent
5127 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
5128 setlocal cinoptions=
5129 setlocal cinwords=if,else,while,do,for,switch
5130 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
5131 setlocal commentstring=<!--%s-->
5132 setlocal complete=.,w,b,u,t,i
5133 setlocal completefunc=
5134 setlocal nocopyindent
5135 setlocal nocursorcolumn
5136 setlocal nocursorline
5137 setlocal define=
5138 setlocal dictionary=
5139 setlocal nodiff
5140 setlocal equalprg=
5141 setlocal errorformat=
5142 setlocal noexpandtab
5143 if &filetype != 'html'
5144 setlocal filetype=html
5145 endif
5146 setlocal foldcolumn=0
5147 setlocal foldenable
5148 setlocal foldexpr=0
5149 setlocal foldignore=#
5150 setlocal foldlevel=0
5151 setlocal foldmarker={{{,}}}
5152 setlocal foldmethod=manual
5153 setlocal foldminlines=1
5154 setlocal foldnestmax=20
5155 setlocal foldtext=foldtext()
5156 setlocal formatexpr=
5157 setlocal formatoptions=tcq
5158 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
5159 setlocal grepprg=
5160 setlocal iminsert=2
5161 setlocal imsearch=2
5162 setlocal include=
5163 setlocal includeexpr=
5164 setlocal indentexpr=
5165 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
5166 setlocal noinfercase
5167 setlocal iskeyword=@,48-57,_,192-255
5168 setlocal keywordprg=
5169 setlocal nolinebreak
5170 setlocal nolisp
5171 setlocal nolist
5172 setlocal makeprg=
5173 setlocal matchpairs=(:),{:},[:],<:>
5174 setlocal nomodeline
5175 setlocal modifiable
5176 setlocal nrformats=octal,hex
5177 setlocal nonumber
5178 setlocal numberwidth=4
5179 setlocal omnifunc=htmlcomplete#CompleteTags
5180 setlocal path=
5181 setlocal nopreserveindent
5182 setlocal nopreviewwindow
5183 setlocal quoteescape=\\
5184 setlocal noreadonly
5185 setlocal norightleft
5186 setlocal rightleftcmd=search
5187 setlocal noscrollbind
5188 setlocal shiftwidth=8
5189 setlocal noshortname
5190 setlocal nosmartindent
5191 setlocal softtabstop=0
5192 setlocal nospell
5193 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
5194 setlocal spellfile=
5195 setlocal spelllang=en
5196 setlocal statusline=
5197 setlocal suffixesadd=
5198 setlocal swapfile
5199 setlocal synmaxcol=3000
5200 if &syntax != 'html'
5201 setlocal syntax=html
5202 endif
5203 setlocal tabstop=2
5204 setlocal tags=
5205 setlocal textwidth=0
5206 setlocal thesaurus=
5207 setlocal nowinfixheight
5208 setlocal nowinfixwidth
5209 setlocal wrap
5210 setlocal wrapmargin=0
5211 silent! normal! zE
5212 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
5213 if s:l < 1 | let s:l = 1 | endif
5214 exe s:l
5215 normal! zt
5216 1
5217 normal! 0
5218 tabedit partitions.html
5219 set splitbelow splitright
5220 set nosplitbelow
5221 set nosplitright
5222 wincmd t
5223 set winheight=1 winwidth=1
5224 argglobal
5225 13argu
5226 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
5227 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
5228 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
5229 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
5230 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
5231 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
5232 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
5233 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
5234 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
5235 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
5236 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
5237 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
5238 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
5239 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
5240 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
5241 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
5242 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
5243 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
5244 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">')
5245 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">')
5246 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
5247 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
5248 nnoremap <buffer> <silent> ; 
5249 nnoremap <buffer> <silent> ;; ;
5250 vnoremap <buffer> <silent> ;; ;
5251 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
5252 inoremap <buffer> <silent> &hA &hArr;
5253 inoremap <buffer> <silent> &dA &dArr;
5254 inoremap <buffer> <silent> &rA &rArr;
5255 inoremap <buffer> <silent> &uA &uArr;
5256 inoremap <buffer> <silent> &lA &lArr;
5257 inoremap <buffer> <silent> &ha &harr;
5258 inoremap <buffer> <silent> &da &darr;
5259 inoremap <buffer> <silent> &ra &rarr;
5260 inoremap <buffer> <silent> &ua &uarr;
5261 inoremap <buffer> <silent> &la &larr;
5262 inoremap <buffer> <silent> &pv &piv;
5263 inoremap <buffer> <silent> &uh &upsih;
5264 inoremap <buffer> <silent> &ts &thetasym;
5265 inoremap <buffer> <silent> &og &omega;
5266 inoremap <buffer> <silent> &ps &psi;
5267 inoremap <buffer> <silent> &ch &chi;
5268 inoremap <buffer> <silent> &ph &phi;
5269 inoremap <buffer> <silent> &up &upsilon;
5270 inoremap <buffer> <silent> &ta &tau;
5271 inoremap <buffer> <silent> &sf &sigmaf;
5272 inoremap <buffer> <silent> &si &sigma;
5273 inoremap <buffer> <silent> &rh &rho;
5274 inoremap <buffer> <silent> &pi &pi;
5275 inoremap <buffer> <silent> &oc &omicron;
5276 inoremap <buffer> <silent> &xi &xi;
5277 inoremap <buffer> <silent> &nu &nu;
5278 inoremap <buffer> <silent> &mu &mu;
5279 inoremap <buffer> <silent> &lm &lambda;
5280 inoremap <buffer> <silent> &ka &kappa;
5281 inoremap <buffer> <silent> &io &iota;
5282 inoremap <buffer> <silent> &th &theta;
5283 inoremap <buffer> <silent> &et &eta;
5284 inoremap <buffer> <silent> &ze &zeta;
5285 inoremap <buffer> <silent> &ep &epsilon;
5286 inoremap <buffer> <silent> &de &delta;
5287 inoremap <buffer> <silent> &ga &gamma;
5288 inoremap <buffer> <silent> &be &beta;
5289 inoremap <buffer> <silent> &al &alpha;
5290 inoremap <buffer> <silent> &Ps &Psi;
5291 inoremap <buffer> <silent> &Ch &Chi;
5292 inoremap <buffer> <silent> &Ph &Phi;
5293 inoremap <buffer> <silent> &Up &Upsilon;
5294 inoremap <buffer> <silent> &Ta &Tau;
5295 inoremap <buffer> <silent> &Si &Sigma;
5296 inoremap <buffer> <silent> &Rh &Rho;
5297 inoremap <buffer> <silent> &Pi &Pi;
5298 inoremap <buffer> <silent> &Oc &Omicron;
5299 inoremap <buffer> <silent> &Xi &Xi;
5300 inoremap <buffer> <silent> &Nu &Nu;
5301 inoremap <buffer> <silent> &Mu &Mu;
5302 inoremap <buffer> <silent> &Lm &Lambda;
5303 inoremap <buffer> <silent> &Ka &Kappa;
5304 inoremap <buffer> <silent> &Io &Iota;
5305 inoremap <buffer> <silent> &Th &Theta;
5306 inoremap <buffer> <silent> &Et &Eta;
5307 inoremap <buffer> <silent> &Ze &Zeta;
5308 inoremap <buffer> <silent> &Ep &Epsilon;
5309 inoremap <buffer> <silent> &De &Delta;
5310 inoremap <buffer> <silent> &Ga &Gamma;
5311 inoremap <buffer> <silent> &Be &Beta;
5312 inoremap <buffer> <silent> &Al &Alpha;
5313 inoremap <buffer> <silent> &3. &hellip;
5314 inoremap <buffer> <silent> &-- &mdash;
5315 inoremap <buffer> <silent> &3- &mdash;
5316 inoremap <buffer> <silent> &m- &mdash;
5317 inoremap <buffer> <silent> &2- &ndash;
5318 inoremap <buffer> <silent> &n- &ndash;
5319 inoremap <buffer> <silent> &34 &frac34;
5320 inoremap <buffer> <silent> &12 &frac12;
5321 inoremap <buffer> <silent> &14 &frac14;
5322 inoremap <buffer> <silent> &. &middot;
5323 inoremap <buffer> <silent> &pa &para;
5324 inoremap <buffer> <silent> &mi &micro;
5325 inoremap <buffer> <silent> &dg &deg;
5326 inoremap <buffer> <silent> &? &iquest;
5327 inoremap <buffer> <silent> &! &iexcl;
5328 inoremap <buffer> <silent> &sz &szlig;
5329 inoremap <buffer> <silent> &o/ &oslash;
5330 inoremap <buffer> <silent> &/ &divide;
5331 inoremap <buffer> <silent> &" &uml;
5332 inoremap <buffer> <silent> &2> &raquo;
5333 inoremap <buffer> <silent> &2< &laquo;
5334 inoremap <buffer> <silent> &y" &yuml;
5335 inoremap <buffer> <silent> &y' &yacute;
5336 inoremap <buffer> <silent> &u" &uuml;
5337 inoremap <buffer> <silent> &u^ &ucirc;
5338 inoremap <buffer> <silent> &u' &uacute;
5339 inoremap <buffer> <silent> &u` &ugrave;
5340 inoremap <buffer> <silent> &x &times;
5341 inoremap <buffer> <silent> &o" &ouml;
5342 inoremap <buffer> <silent> &o~ &otilde;
5343 inoremap <buffer> <silent> &o^ &ocirc;
5344 inoremap <buffer> <silent> &o' &oacute;
5345 inoremap <buffer> <silent> &o` &ograve;
5346 inoremap <buffer> <silent> &n~ &ntilde;
5347 inoremap <buffer> <silent> &i" &iuml;
5348 inoremap <buffer> <silent> &i^ &icirc;
5349 inoremap <buffer> <silent> &i' &iacute;
5350 inoremap <buffer> <silent> &i` &igrave;
5351 inoremap <buffer> <silent> &e" &euml;
5352 inoremap <buffer> <silent> &e^ &ecirc;
5353 inoremap <buffer> <silent> &e' &eacute;
5354 inoremap <buffer> <silent> &e` &egrave;
5355 inoremap <buffer> <silent> &c, &ccedil;
5356 inoremap <buffer> <silent> &ae &aelig;
5357 inoremap <buffer> <silent> &ao &aring;
5358 inoremap <buffer> <silent> &a" &auml;
5359 inoremap <buffer> <silent> &a~ &atilde;
5360 inoremap <buffer> <silent> &a^ &acirc;
5361 inoremap <buffer> <silent> &a' &aacute;
5362 inoremap <buffer> <silent> &a` &agrave;
5363 inoremap <buffer> <silent> &Y' &Yacute;
5364 inoremap <buffer> <silent> &U" &Uuml;
5365 inoremap <buffer> <silent> &U^ &Ucirc;
5366 inoremap <buffer> <silent> &U' &Uacute;
5367 inoremap <buffer> <silent> &U` &Ugrave;
5368 inoremap <buffer> <silent> &O/ &Oslash;
5369 inoremap <buffer> <silent> &O" &Ouml;
5370 inoremap <buffer> <silent> &O~ &Otilde;
5371 inoremap <buffer> <silent> &O^ &Ocirc;
5372 inoremap <buffer> <silent> &O' &Oacute;
5373 inoremap <buffer> <silent> &O` &Ograve;
5374 inoremap <buffer> <silent> &N~ &Ntilde;
5375 inoremap <buffer> <silent> &I" &Iuml;
5376 inoremap <buffer> <silent> &I^ &Icirc;
5377 inoremap <buffer> <silent> &I' &Iacute;
5378 inoremap <buffer> <silent> &I` &Igrave;
5379 inoremap <buffer> <silent> &E" &Euml;
5380 inoremap <buffer> <silent> &E^ &Ecirc;
5381 inoremap <buffer> <silent> &E' &Eacute;
5382 inoremap <buffer> <silent> &E` &Egrave;
5383 inoremap <buffer> <silent> &C, &Ccedil;
5384 inoremap <buffer> <silent> &AE &AElig;
5385 inoremap <buffer> <silent> &Ao &Aring;
5386 inoremap <buffer> <silent> &A" &Auml;
5387 inoremap <buffer> <silent> &A~ &Atilde;
5388 inoremap <buffer> <silent> &A^ &Acirc;
5389 inoremap <buffer> <silent> &A' &Aacute;
5390 inoremap <buffer> <silent> &A` &Agrave;
5391 inoremap <buffer> <silent> &c| &cent;
5392 inoremap <buffer> <silent> &Y= &yen;
5393 inoremap <buffer> <silent> &# &pound;
5394 inoremap <buffer> <silent> & &nbsp;
5395 inoremap <buffer> <silent> &> &gt;
5396 inoremap <buffer> <silent> &< &lt;
5397 inoremap <buffer> <silent> &' &quot;
5398 inoremap <buffer> <silent> &tm &trade;
5399 inoremap <buffer> <silent> &rO &reg;
5400 inoremap <buffer> <silent> &cO &copy;
5401 inoremap <buffer> <silent> && &amp;
5402 inoremap <buffer> <silent> ; &nbsp;
5403 inoremap <buffer> <silent> ;la <label for=""></label>F"
5404 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
5405 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
5406 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
5407 </textarea>k$5F"i
5408 inoremap <buffer> <silent> ;og <optgroup label="">
5409 </optgroup>k$F"i
5410 inoremap <buffer> <silent> ;op <option></option>F<
5411 inoremap <buffer> <silent> ;ms <select name="" multiple>
5412 </select>O
5413 inoremap <buffer> <silent> ;se <select name="">
5414 </select>O
5415 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
5416 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
5417 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
5418 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
5419 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
5420 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
5421 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
5422 inoremap <buffer> <silent> ;fm <form action="">
5423 </form>k$F"i
5424 inoremap <buffer> <silent> ;if <iframe src="">
5425 </iframe>k$F"i
5426 inoremap <buffer> <silent> ;nf <noframes>
5427 </noframes>O
5428 inoremap <buffer> <silent> ;fr <frame src="">F"
5429 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
5430 </frameset>k$3F"i
5431 inoremap <buffer> <silent> ;th <th></th>F<
5432 inoremap <buffer> <silent> ;td <td>
5433 </td>O
5434 inoremap <buffer> <silent> ;tr <tr>
5435 </tr>O
5436 inoremap <buffer> <silent> ;tf <tfoot>
5437 </tfoot>O
5438 inoremap <buffer> <silent> ;tb <tbody>
5439 </tbody>O
5440 inoremap <buffer> <silent> ;tH <thead>
5441 </thead>O
5442 inoremap <buffer> <silent> ;ta <table>
5443 </table>O
5444 inoremap <buffer> <silent> ;ca <caption></caption>F<
5445 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
5446 </object>k$5F"i
5447 inoremap <buffer> <silent> ;ns <noscript>
5448 </noscripT>O
5449 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
5450 <noembed></noembed>k$5F"i
5451 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
5452 inoremap <buffer> <silent> ;va <var></var>F<
5453 inoremap <buffer> <silent> ;ul <ul>
5454 </ul>O
5455 inoremap <buffer> <silent> ;tt <tt></tt>F<
5456 inoremap <buffer> <silent> ;ti <title></title>F<
5457 inoremap <buffer> <silent> ;sp <sup></sup>F<
5458 inoremap <buffer> <silent> ;sb <sub></sub>F<
5459 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
5460 inoremap <buffer> <silent> ;cs <style type="text/css">
5461 <!--
5462 -->
5463 </style>kO
5464 inoremap <buffer> <silent> ;sm <small></small>F<
5465 inoremap <buffer> <silent> ;sa <samp></samp>F<
5466 inoremap <buffer> <silent> ;sk <strike></strike>F<
5467 inoremap <buffer> <silent> ;qu <q></q>F<
5468 inoremap <buffer> <silent> ;pr <pre>
5469 </pre>O
5470 inoremap <buffer> <silent> ;/p </p>
5471 
5472 <p>
5473 inoremap <buffer> <silent> ;pp <p>
5474 </p>O
5475 inoremap <buffer> <silent> ;ol <ol>
5476 </ol>O
5477 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
5478 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
5479 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
5480 inoremap <buffer> <silent> ;lk <link href="">F"
5481 inoremap <buffer> <silent> ;li <li></li>F<
5482 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
5483 inoremap <buffer> <silent> ;ii <isindex>
5484 inoremap <buffer> <silent> ;in <ins></ins>F<
5485 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
5486 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
5487 inoremap <buffer> <silent> ;ht <html>
5488 </html>O
5489 inoremap <buffer> <silent> ;Hr <hr width="75%">
5490 inoremap <buffer> <silent> ;hr <hr>
5491 inoremap <buffer> <silent> ;he <head>
5492 </head>O
5493 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
5494 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
5495 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
5496 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
5497 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
5498 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
5499 inoremap <buffer> <silent> ;h6 <h6></h6>F<
5500 inoremap <buffer> <silent> ;h5 <h5></h5>F<
5501 inoremap <buffer> <silent> ;h4 <h4></h4>F<
5502 inoremap <buffer> <silent> ;h3 <h3></h3>F<
5503 inoremap <buffer> <silent> ;h2 <h2></h2>F<
5504 inoremap <buffer> <silent> ;h1 <h1></h1>F<
5505 inoremap <buffer> <silent> ;fc <font color=""></font>F"
5506 inoremap <buffer> <silent> ;fo <font size=""></font>F"
5507 inoremap <buffer> <silent> ;sn <span></span>F<
5508 inoremap <buffer> <silent> ;dv <div>
5509 </div>O
5510 inoremap <buffer> <silent> ;df <dfn></dfn>F<
5511 inoremap <buffer> <silent> ;de <del></del>F<
5512 inoremap <buffer> <silent> ;dd <dd></dd>F<
5513 inoremap <buffer> <silent> ;dt <dt></dt>F<
5514 inoremap <buffer> <silent> ;dl <dl>
5515 </dl>O
5516 inoremap <buffer> <silent> ;co <code></code>F<
5517 inoremap <buffer> <silent> ;ci <cite></cite>F<
5518 inoremap <buffer> <silent> ;ce <center></center>F<
5519 inoremap <buffer> <silent> ;br <br>
5520 inoremap <buffer> <silent> ;bd <body>
5521 </body>O
5522 inoremap <buffer> <silent> ;bl <blockquote>
5523 </blockquote>O
5524 inoremap <buffer> <silent> ;bi <big></big>F<
5525 inoremap <buffer> <silent> ;bh <base href="">F"
5526 inoremap <buffer> <silent> ;ad <address></address>F<
5527 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
5528 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
5529 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
5530 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
5531 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
5532 inoremap <buffer> <silent> ;an <a name=""></a>F"
5533 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
5534 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
5535 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
5536 inoremap <buffer> <silent> ;ah <a href=""></a>F"
5537 imap <buffer> <silent> ;s4 ;s4
5538 imap <buffer> <silent> ;4 ;4
5539 inoremap <buffer> <silent> ;mi :call MangleImageTag()
5540 inoremap <buffer> <silent> ; 
5541 inoremap <buffer> <silent> ;& &
5542 inoremap <buffer> <silent> ;; ;
5543 setlocal keymap=
5544 setlocal noarabic
5545 setlocal autoindent
5546 setlocal balloonexpr=
5547 setlocal nobinary
5548 setlocal bufhidden=
5549 setlocal buflisted
5550 setlocal buftype=
5551 setlocal nocindent
5552 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
5553 setlocal cinoptions=
5554 setlocal cinwords=if,else,while,do,for,switch
5555 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
5556 setlocal commentstring=<!--%s-->
5557 setlocal complete=.,w,b,u,t,i
5558 setlocal completefunc=
5559 setlocal nocopyindent
5560 setlocal nocursorcolumn
5561 setlocal nocursorline
5562 setlocal define=
5563 setlocal dictionary=
5564 setlocal nodiff
5565 setlocal equalprg=
5566 setlocal errorformat=
5567 setlocal noexpandtab
5568 if &filetype != 'html'
5569 setlocal filetype=html
5570 endif
5571 setlocal foldcolumn=0
5572 setlocal foldenable
5573 setlocal foldexpr=0
5574 setlocal foldignore=#
5575 setlocal foldlevel=0
5576 setlocal foldmarker={{{,}}}
5577 setlocal foldmethod=manual
5578 setlocal foldminlines=1
5579 setlocal foldnestmax=20
5580 setlocal foldtext=foldtext()
5581 setlocal formatexpr=
5582 setlocal formatoptions=tcq
5583 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
5584 setlocal grepprg=
5585 setlocal iminsert=2
5586 setlocal imsearch=2
5587 setlocal include=
5588 setlocal includeexpr=
5589 setlocal indentexpr=
5590 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
5591 setlocal noinfercase
5592 setlocal iskeyword=@,48-57,_,192-255
5593 setlocal keywordprg=
5594 setlocal nolinebreak
5595 setlocal nolisp
5596 setlocal nolist
5597 setlocal makeprg=
5598 setlocal matchpairs=(:),{:},[:],<:>
5599 setlocal nomodeline
5600 setlocal modifiable
5601 setlocal nrformats=octal,hex
5602 setlocal nonumber
5603 setlocal numberwidth=4
5604 setlocal omnifunc=htmlcomplete#CompleteTags
5605 setlocal path=
5606 setlocal nopreserveindent
5607 setlocal nopreviewwindow
5608 setlocal quoteescape=\\
5609 setlocal noreadonly
5610 setlocal norightleft
5611 setlocal rightleftcmd=search
5612 setlocal noscrollbind
5613 setlocal shiftwidth=8
5614 setlocal noshortname
5615 setlocal nosmartindent
5616 setlocal softtabstop=0
5617 setlocal nospell
5618 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
5619 setlocal spellfile=
5620 setlocal spelllang=en
5621 setlocal statusline=
5622 setlocal suffixesadd=
5623 setlocal swapfile
5624 setlocal synmaxcol=3000
5625 if &syntax != 'html'
5626 setlocal syntax=html
5627 endif
5628 setlocal tabstop=2
5629 setlocal tags=
5630 setlocal textwidth=0
5631 setlocal thesaurus=
5632 setlocal nowinfixheight
5633 setlocal nowinfixwidth
5634 setlocal wrap
5635 setlocal wrapmargin=0
5636 silent! normal! zE
5637 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
5638 if s:l < 1 | let s:l = 1 | endif
5639 exe s:l
5640 normal! zt
5641 1
5642 normal! 0
5643 tabedit project.html
5644 set splitbelow splitright
5645 set nosplitbelow
5646 set nosplitright
5647 wincmd t
5648 set winheight=1 winwidth=1
5649 argglobal
5650 14argu
5651 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
5652 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
5653 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
5654 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
5655 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
5656 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
5657 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
5658 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
5659 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
5660 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
5661 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
5662 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
5663 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
5664 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
5665 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
5666 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
5667 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
5668 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
5669 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">')
5670 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">')
5671 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
5672 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
5673 nnoremap <buffer> <silent> ; 
5674 nnoremap <buffer> <silent> ;; ;
5675 vnoremap <buffer> <silent> ;; ;
5676 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
5677 inoremap <buffer> <silent> &hA &hArr;
5678 inoremap <buffer> <silent> &dA &dArr;
5679 inoremap <buffer> <silent> &rA &rArr;
5680 inoremap <buffer> <silent> &uA &uArr;
5681 inoremap <buffer> <silent> &lA &lArr;
5682 inoremap <buffer> <silent> &ha &harr;
5683 inoremap <buffer> <silent> &da &darr;
5684 inoremap <buffer> <silent> &ra &rarr;
5685 inoremap <buffer> <silent> &ua &uarr;
5686 inoremap <buffer> <silent> &la &larr;
5687 inoremap <buffer> <silent> &pv &piv;
5688 inoremap <buffer> <silent> &uh &upsih;
5689 inoremap <buffer> <silent> &ts &thetasym;
5690 inoremap <buffer> <silent> &og &omega;
5691 inoremap <buffer> <silent> &ps &psi;
5692 inoremap <buffer> <silent> &ch &chi;
5693 inoremap <buffer> <silent> &ph &phi;
5694 inoremap <buffer> <silent> &up &upsilon;
5695 inoremap <buffer> <silent> &ta &tau;
5696 inoremap <buffer> <silent> &sf &sigmaf;
5697 inoremap <buffer> <silent> &si &sigma;
5698 inoremap <buffer> <silent> &rh &rho;
5699 inoremap <buffer> <silent> &pi &pi;
5700 inoremap <buffer> <silent> &oc &omicron;
5701 inoremap <buffer> <silent> &xi &xi;
5702 inoremap <buffer> <silent> &nu &nu;
5703 inoremap <buffer> <silent> &mu &mu;
5704 inoremap <buffer> <silent> &lm &lambda;
5705 inoremap <buffer> <silent> &ka &kappa;
5706 inoremap <buffer> <silent> &io &iota;
5707 inoremap <buffer> <silent> &th &theta;
5708 inoremap <buffer> <silent> &et &eta;
5709 inoremap <buffer> <silent> &ze &zeta;
5710 inoremap <buffer> <silent> &ep &epsilon;
5711 inoremap <buffer> <silent> &de &delta;
5712 inoremap <buffer> <silent> &ga &gamma;
5713 inoremap <buffer> <silent> &be &beta;
5714 inoremap <buffer> <silent> &al &alpha;
5715 inoremap <buffer> <silent> &Ps &Psi;
5716 inoremap <buffer> <silent> &Ch &Chi;
5717 inoremap <buffer> <silent> &Ph &Phi;
5718 inoremap <buffer> <silent> &Up &Upsilon;
5719 inoremap <buffer> <silent> &Ta &Tau;
5720 inoremap <buffer> <silent> &Si &Sigma;
5721 inoremap <buffer> <silent> &Rh &Rho;
5722 inoremap <buffer> <silent> &Pi &Pi;
5723 inoremap <buffer> <silent> &Oc &Omicron;
5724 inoremap <buffer> <silent> &Xi &Xi;
5725 inoremap <buffer> <silent> &Nu &Nu;
5726 inoremap <buffer> <silent> &Mu &Mu;
5727 inoremap <buffer> <silent> &Lm &Lambda;
5728 inoremap <buffer> <silent> &Ka &Kappa;
5729 inoremap <buffer> <silent> &Io &Iota;
5730 inoremap <buffer> <silent> &Th &Theta;
5731 inoremap <buffer> <silent> &Et &Eta;
5732 inoremap <buffer> <silent> &Ze &Zeta;
5733 inoremap <buffer> <silent> &Ep &Epsilon;
5734 inoremap <buffer> <silent> &De &Delta;
5735 inoremap <buffer> <silent> &Ga &Gamma;
5736 inoremap <buffer> <silent> &Be &Beta;
5737 inoremap <buffer> <silent> &Al &Alpha;
5738 inoremap <buffer> <silent> &3. &hellip;
5739 inoremap <buffer> <silent> &-- &mdash;
5740 inoremap <buffer> <silent> &3- &mdash;
5741 inoremap <buffer> <silent> &m- &mdash;
5742 inoremap <buffer> <silent> &2- &ndash;
5743 inoremap <buffer> <silent> &n- &ndash;
5744 inoremap <buffer> <silent> &34 &frac34;
5745 inoremap <buffer> <silent> &12 &frac12;
5746 inoremap <buffer> <silent> &14 &frac14;
5747 inoremap <buffer> <silent> &. &middot;
5748 inoremap <buffer> <silent> &pa &para;
5749 inoremap <buffer> <silent> &mi &micro;
5750 inoremap <buffer> <silent> &dg &deg;
5751 inoremap <buffer> <silent> &? &iquest;
5752 inoremap <buffer> <silent> &! &iexcl;
5753 inoremap <buffer> <silent> &sz &szlig;
5754 inoremap <buffer> <silent> &o/ &oslash;
5755 inoremap <buffer> <silent> &/ &divide;
5756 inoremap <buffer> <silent> &" &uml;
5757 inoremap <buffer> <silent> &2> &raquo;
5758 inoremap <buffer> <silent> &2< &laquo;
5759 inoremap <buffer> <silent> &y" &yuml;
5760 inoremap <buffer> <silent> &y' &yacute;
5761 inoremap <buffer> <silent> &u" &uuml;
5762 inoremap <buffer> <silent> &u^ &ucirc;
5763 inoremap <buffer> <silent> &u' &uacute;
5764 inoremap <buffer> <silent> &u` &ugrave;
5765 inoremap <buffer> <silent> &x &times;
5766 inoremap <buffer> <silent> &o" &ouml;
5767 inoremap <buffer> <silent> &o~ &otilde;
5768 inoremap <buffer> <silent> &o^ &ocirc;
5769 inoremap <buffer> <silent> &o' &oacute;
5770 inoremap <buffer> <silent> &o` &ograve;
5771 inoremap <buffer> <silent> &n~ &ntilde;
5772 inoremap <buffer> <silent> &i" &iuml;
5773 inoremap <buffer> <silent> &i^ &icirc;
5774 inoremap <buffer> <silent> &i' &iacute;
5775 inoremap <buffer> <silent> &i` &igrave;
5776 inoremap <buffer> <silent> &e" &euml;
5777 inoremap <buffer> <silent> &e^ &ecirc;
5778 inoremap <buffer> <silent> &e' &eacute;
5779 inoremap <buffer> <silent> &e` &egrave;
5780 inoremap <buffer> <silent> &c, &ccedil;
5781 inoremap <buffer> <silent> &ae &aelig;
5782 inoremap <buffer> <silent> &ao &aring;
5783 inoremap <buffer> <silent> &a" &auml;
5784 inoremap <buffer> <silent> &a~ &atilde;
5785 inoremap <buffer> <silent> &a^ &acirc;
5786 inoremap <buffer> <silent> &a' &aacute;
5787 inoremap <buffer> <silent> &a` &agrave;
5788 inoremap <buffer> <silent> &Y' &Yacute;
5789 inoremap <buffer> <silent> &U" &Uuml;
5790 inoremap <buffer> <silent> &U^ &Ucirc;
5791 inoremap <buffer> <silent> &U' &Uacute;
5792 inoremap <buffer> <silent> &U` &Ugrave;
5793 inoremap <buffer> <silent> &O/ &Oslash;
5794 inoremap <buffer> <silent> &O" &Ouml;
5795 inoremap <buffer> <silent> &O~ &Otilde;
5796 inoremap <buffer> <silent> &O^ &Ocirc;
5797 inoremap <buffer> <silent> &O' &Oacute;
5798 inoremap <buffer> <silent> &O` &Ograve;
5799 inoremap <buffer> <silent> &N~ &Ntilde;
5800 inoremap <buffer> <silent> &I" &Iuml;
5801 inoremap <buffer> <silent> &I^ &Icirc;
5802 inoremap <buffer> <silent> &I' &Iacute;
5803 inoremap <buffer> <silent> &I` &Igrave;
5804 inoremap <buffer> <silent> &E" &Euml;
5805 inoremap <buffer> <silent> &E^ &Ecirc;
5806 inoremap <buffer> <silent> &E' &Eacute;
5807 inoremap <buffer> <silent> &E` &Egrave;
5808 inoremap <buffer> <silent> &C, &Ccedil;
5809 inoremap <buffer> <silent> &AE &AElig;
5810 inoremap <buffer> <silent> &Ao &Aring;
5811 inoremap <buffer> <silent> &A" &Auml;
5812 inoremap <buffer> <silent> &A~ &Atilde;
5813 inoremap <buffer> <silent> &A^ &Acirc;
5814 inoremap <buffer> <silent> &A' &Aacute;
5815 inoremap <buffer> <silent> &A` &Agrave;
5816 inoremap <buffer> <silent> &c| &cent;
5817 inoremap <buffer> <silent> &Y= &yen;
5818 inoremap <buffer> <silent> &# &pound;
5819 inoremap <buffer> <silent> & &nbsp;
5820 inoremap <buffer> <silent> &> &gt;
5821 inoremap <buffer> <silent> &< &lt;
5822 inoremap <buffer> <silent> &' &quot;
5823 inoremap <buffer> <silent> &tm &trade;
5824 inoremap <buffer> <silent> &rO &reg;
5825 inoremap <buffer> <silent> &cO &copy;
5826 inoremap <buffer> <silent> && &amp;
5827 inoremap <buffer> <silent> ; &nbsp;
5828 inoremap <buffer> <silent> ;la <label for=""></label>F"
5829 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
5830 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
5831 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
5832 </textarea>k$5F"i
5833 inoremap <buffer> <silent> ;og <optgroup label="">
5834 </optgroup>k$F"i
5835 inoremap <buffer> <silent> ;op <option></option>F<
5836 inoremap <buffer> <silent> ;ms <select name="" multiple>
5837 </select>O
5838 inoremap <buffer> <silent> ;se <select name="">
5839 </select>O
5840 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
5841 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
5842 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
5843 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
5844 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
5845 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
5846 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
5847 inoremap <buffer> <silent> ;fm <form action="">
5848 </form>k$F"i
5849 inoremap <buffer> <silent> ;if <iframe src="">
5850 </iframe>k$F"i
5851 inoremap <buffer> <silent> ;nf <noframes>
5852 </noframes>O
5853 inoremap <buffer> <silent> ;fr <frame src="">F"
5854 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
5855 </frameset>k$3F"i
5856 inoremap <buffer> <silent> ;th <th></th>F<
5857 inoremap <buffer> <silent> ;td <td>
5858 </td>O
5859 inoremap <buffer> <silent> ;tr <tr>
5860 </tr>O
5861 inoremap <buffer> <silent> ;tf <tfoot>
5862 </tfoot>O
5863 inoremap <buffer> <silent> ;tb <tbody>
5864 </tbody>O
5865 inoremap <buffer> <silent> ;tH <thead>
5866 </thead>O
5867 inoremap <buffer> <silent> ;ta <table>
5868 </table>O
5869 inoremap <buffer> <silent> ;ca <caption></caption>F<
5870 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
5871 </object>k$5F"i
5872 inoremap <buffer> <silent> ;ns <noscript>
5873 </noscripT>O
5874 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
5875 <noembed></noembed>k$5F"i
5876 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
5877 inoremap <buffer> <silent> ;va <var></var>F<
5878 inoremap <buffer> <silent> ;ul <ul>
5879 </ul>O
5880 inoremap <buffer> <silent> ;tt <tt></tt>F<
5881 inoremap <buffer> <silent> ;ti <title></title>F<
5882 inoremap <buffer> <silent> ;sp <sup></sup>F<
5883 inoremap <buffer> <silent> ;sb <sub></sub>F<
5884 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
5885 inoremap <buffer> <silent> ;cs <style type="text/css">
5886 <!--
5887 -->
5888 </style>kO
5889 inoremap <buffer> <silent> ;sm <small></small>F<
5890 inoremap <buffer> <silent> ;sa <samp></samp>F<
5891 inoremap <buffer> <silent> ;sk <strike></strike>F<
5892 inoremap <buffer> <silent> ;qu <q></q>F<
5893 inoremap <buffer> <silent> ;pr <pre>
5894 </pre>O
5895 inoremap <buffer> <silent> ;/p </p>
5896 
5897 <p>
5898 inoremap <buffer> <silent> ;pp <p>
5899 </p>O
5900 inoremap <buffer> <silent> ;ol <ol>
5901 </ol>O
5902 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
5903 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
5904 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
5905 inoremap <buffer> <silent> ;lk <link href="">F"
5906 inoremap <buffer> <silent> ;li <li></li>F<
5907 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
5908 inoremap <buffer> <silent> ;ii <isindex>
5909 inoremap <buffer> <silent> ;in <ins></ins>F<
5910 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
5911 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
5912 inoremap <buffer> <silent> ;ht <html>
5913 </html>O
5914 inoremap <buffer> <silent> ;Hr <hr width="75%">
5915 inoremap <buffer> <silent> ;hr <hr>
5916 inoremap <buffer> <silent> ;he <head>
5917 </head>O
5918 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
5919 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
5920 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
5921 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
5922 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
5923 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
5924 inoremap <buffer> <silent> ;h6 <h6></h6>F<
5925 inoremap <buffer> <silent> ;h5 <h5></h5>F<
5926 inoremap <buffer> <silent> ;h4 <h4></h4>F<
5927 inoremap <buffer> <silent> ;h3 <h3></h3>F<
5928 inoremap <buffer> <silent> ;h2 <h2></h2>F<
5929 inoremap <buffer> <silent> ;h1 <h1></h1>F<
5930 inoremap <buffer> <silent> ;fc <font color=""></font>F"
5931 inoremap <buffer> <silent> ;fo <font size=""></font>F"
5932 inoremap <buffer> <silent> ;sn <span></span>F<
5933 inoremap <buffer> <silent> ;dv <div>
5934 </div>O
5935 inoremap <buffer> <silent> ;df <dfn></dfn>F<
5936 inoremap <buffer> <silent> ;de <del></del>F<
5937 inoremap <buffer> <silent> ;dd <dd></dd>F<
5938 inoremap <buffer> <silent> ;dt <dt></dt>F<
5939 inoremap <buffer> <silent> ;dl <dl>
5940 </dl>O
5941 inoremap <buffer> <silent> ;co <code></code>F<
5942 inoremap <buffer> <silent> ;ci <cite></cite>F<
5943 inoremap <buffer> <silent> ;ce <center></center>F<
5944 inoremap <buffer> <silent> ;br <br>
5945 inoremap <buffer> <silent> ;bd <body>
5946 </body>O
5947 inoremap <buffer> <silent> ;bl <blockquote>
5948 </blockquote>O
5949 inoremap <buffer> <silent> ;bi <big></big>F<
5950 inoremap <buffer> <silent> ;bh <base href="">F"
5951 inoremap <buffer> <silent> ;ad <address></address>F<
5952 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
5953 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
5954 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
5955 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
5956 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
5957 inoremap <buffer> <silent> ;an <a name=""></a>F"
5958 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
5959 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
5960 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
5961 inoremap <buffer> <silent> ;ah <a href=""></a>F"
5962 imap <buffer> <silent> ;s4 ;s4
5963 imap <buffer> <silent> ;4 ;4
5964 inoremap <buffer> <silent> ;mi :call MangleImageTag()
5965 inoremap <buffer> <silent> ; 
5966 inoremap <buffer> <silent> ;& &
5967 inoremap <buffer> <silent> ;; ;
5968 setlocal keymap=
5969 setlocal noarabic
5970 setlocal autoindent
5971 setlocal balloonexpr=
5972 setlocal nobinary
5973 setlocal bufhidden=
5974 setlocal buflisted
5975 setlocal buftype=
5976 setlocal nocindent
5977 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
5978 setlocal cinoptions=
5979 setlocal cinwords=if,else,while,do,for,switch
5980 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
5981 setlocal commentstring=<!--%s-->
5982 setlocal complete=.,w,b,u,t,i
5983 setlocal completefunc=
5984 setlocal nocopyindent
5985 setlocal nocursorcolumn
5986 setlocal nocursorline
5987 setlocal define=
5988 setlocal dictionary=
5989 setlocal nodiff
5990 setlocal equalprg=
5991 setlocal errorformat=
5992 setlocal noexpandtab
5993 if &filetype != 'html'
5994 setlocal filetype=html
5995 endif
5996 setlocal foldcolumn=0
5997 setlocal foldenable
5998 setlocal foldexpr=0
5999 setlocal foldignore=#
6000 setlocal foldlevel=0
6001 setlocal foldmarker={{{,}}}
6002 setlocal foldmethod=manual
6003 setlocal foldminlines=1
6004 setlocal foldnestmax=20
6005 setlocal foldtext=foldtext()
6006 setlocal formatexpr=
6007 setlocal formatoptions=tcq
6008 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
6009 setlocal grepprg=
6010 setlocal iminsert=2
6011 setlocal imsearch=2
6012 setlocal include=
6013 setlocal includeexpr=
6014 setlocal indentexpr=
6015 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
6016 setlocal noinfercase
6017 setlocal iskeyword=@,48-57,_,192-255
6018 setlocal keywordprg=
6019 setlocal nolinebreak
6020 setlocal nolisp
6021 setlocal nolist
6022 setlocal makeprg=
6023 setlocal matchpairs=(:),{:},[:],<:>
6024 setlocal nomodeline
6025 setlocal modifiable
6026 setlocal nrformats=octal,hex
6027 setlocal nonumber
6028 setlocal numberwidth=4
6029 setlocal omnifunc=htmlcomplete#CompleteTags
6030 setlocal path=
6031 setlocal nopreserveindent
6032 setlocal nopreviewwindow
6033 setlocal quoteescape=\\
6034 setlocal noreadonly
6035 setlocal norightleft
6036 setlocal rightleftcmd=search
6037 setlocal noscrollbind
6038 setlocal shiftwidth=8
6039 setlocal noshortname
6040 setlocal nosmartindent
6041 setlocal softtabstop=0
6042 setlocal nospell
6043 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
6044 setlocal spellfile=
6045 setlocal spelllang=en
6046 setlocal statusline=
6047 setlocal suffixesadd=
6048 setlocal swapfile
6049 setlocal synmaxcol=3000
6050 if &syntax != 'html'
6051 setlocal syntax=html
6052 endif
6053 setlocal tabstop=2
6054 setlocal tags=
6055 setlocal textwidth=0
6056 setlocal thesaurus=
6057 setlocal nowinfixheight
6058 setlocal nowinfixwidth
6059 setlocal wrap
6060 setlocal wrapmargin=0
6061 silent! normal! zE
6062 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
6063 if s:l < 1 | let s:l = 1 | endif
6064 exe s:l
6065 normal! zt
6066 1
6067 normal! 0
6068 tabedit recover.html
6069 set splitbelow splitright
6070 set nosplitbelow
6071 set nosplitright
6072 wincmd t
6073 set winheight=1 winwidth=1
6074 argglobal
6075 15argu
6076 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6077 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6078 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
6079 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
6080 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
6081 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
6082 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
6083 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
6084 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
6085 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
6086 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
6087 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
6088 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
6089 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
6090 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
6091 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
6092 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
6093 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
6094 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">')
6095 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">')
6096 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
6097 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
6098 nnoremap <buffer> <silent> ; 
6099 nnoremap <buffer> <silent> ;; ;
6100 vnoremap <buffer> <silent> ;; ;
6101 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
6102 inoremap <buffer> <silent> &hA &hArr;
6103 inoremap <buffer> <silent> &dA &dArr;
6104 inoremap <buffer> <silent> &rA &rArr;
6105 inoremap <buffer> <silent> &uA &uArr;
6106 inoremap <buffer> <silent> &lA &lArr;
6107 inoremap <buffer> <silent> &ha &harr;
6108 inoremap <buffer> <silent> &da &darr;
6109 inoremap <buffer> <silent> &ra &rarr;
6110 inoremap <buffer> <silent> &ua &uarr;
6111 inoremap <buffer> <silent> &la &larr;
6112 inoremap <buffer> <silent> &pv &piv;
6113 inoremap <buffer> <silent> &uh &upsih;
6114 inoremap <buffer> <silent> &ts &thetasym;
6115 inoremap <buffer> <silent> &og &omega;
6116 inoremap <buffer> <silent> &ps &psi;
6117 inoremap <buffer> <silent> &ch &chi;
6118 inoremap <buffer> <silent> &ph &phi;
6119 inoremap <buffer> <silent> &up &upsilon;
6120 inoremap <buffer> <silent> &ta &tau;
6121 inoremap <buffer> <silent> &sf &sigmaf;
6122 inoremap <buffer> <silent> &si &sigma;
6123 inoremap <buffer> <silent> &rh &rho;
6124 inoremap <buffer> <silent> &pi &pi;
6125 inoremap <buffer> <silent> &oc &omicron;
6126 inoremap <buffer> <silent> &xi &xi;
6127 inoremap <buffer> <silent> &nu &nu;
6128 inoremap <buffer> <silent> &mu &mu;
6129 inoremap <buffer> <silent> &lm &lambda;
6130 inoremap <buffer> <silent> &ka &kappa;
6131 inoremap <buffer> <silent> &io &iota;
6132 inoremap <buffer> <silent> &th &theta;
6133 inoremap <buffer> <silent> &et &eta;
6134 inoremap <buffer> <silent> &ze &zeta;
6135 inoremap <buffer> <silent> &ep &epsilon;
6136 inoremap <buffer> <silent> &de &delta;
6137 inoremap <buffer> <silent> &ga &gamma;
6138 inoremap <buffer> <silent> &be &beta;
6139 inoremap <buffer> <silent> &al &alpha;
6140 inoremap <buffer> <silent> &Ps &Psi;
6141 inoremap <buffer> <silent> &Ch &Chi;
6142 inoremap <buffer> <silent> &Ph &Phi;
6143 inoremap <buffer> <silent> &Up &Upsilon;
6144 inoremap <buffer> <silent> &Ta &Tau;
6145 inoremap <buffer> <silent> &Si &Sigma;
6146 inoremap <buffer> <silent> &Rh &Rho;
6147 inoremap <buffer> <silent> &Pi &Pi;
6148 inoremap <buffer> <silent> &Oc &Omicron;
6149 inoremap <buffer> <silent> &Xi &Xi;
6150 inoremap <buffer> <silent> &Nu &Nu;
6151 inoremap <buffer> <silent> &Mu &Mu;
6152 inoremap <buffer> <silent> &Lm &Lambda;
6153 inoremap <buffer> <silent> &Ka &Kappa;
6154 inoremap <buffer> <silent> &Io &Iota;
6155 inoremap <buffer> <silent> &Th &Theta;
6156 inoremap <buffer> <silent> &Et &Eta;
6157 inoremap <buffer> <silent> &Ze &Zeta;
6158 inoremap <buffer> <silent> &Ep &Epsilon;
6159 inoremap <buffer> <silent> &De &Delta;
6160 inoremap <buffer> <silent> &Ga &Gamma;
6161 inoremap <buffer> <silent> &Be &Beta;
6162 inoremap <buffer> <silent> &Al &Alpha;
6163 inoremap <buffer> <silent> &3. &hellip;
6164 inoremap <buffer> <silent> &-- &mdash;
6165 inoremap <buffer> <silent> &3- &mdash;
6166 inoremap <buffer> <silent> &m- &mdash;
6167 inoremap <buffer> <silent> &2- &ndash;
6168 inoremap <buffer> <silent> &n- &ndash;
6169 inoremap <buffer> <silent> &34 &frac34;
6170 inoremap <buffer> <silent> &12 &frac12;
6171 inoremap <buffer> <silent> &14 &frac14;
6172 inoremap <buffer> <silent> &. &middot;
6173 inoremap <buffer> <silent> &pa &para;
6174 inoremap <buffer> <silent> &mi &micro;
6175 inoremap <buffer> <silent> &dg &deg;
6176 inoremap <buffer> <silent> &? &iquest;
6177 inoremap <buffer> <silent> &! &iexcl;
6178 inoremap <buffer> <silent> &sz &szlig;
6179 inoremap <buffer> <silent> &o/ &oslash;
6180 inoremap <buffer> <silent> &/ &divide;
6181 inoremap <buffer> <silent> &" &uml;
6182 inoremap <buffer> <silent> &2> &raquo;
6183 inoremap <buffer> <silent> &2< &laquo;
6184 inoremap <buffer> <silent> &y" &yuml;
6185 inoremap <buffer> <silent> &y' &yacute;
6186 inoremap <buffer> <silent> &u" &uuml;
6187 inoremap <buffer> <silent> &u^ &ucirc;
6188 inoremap <buffer> <silent> &u' &uacute;
6189 inoremap <buffer> <silent> &u` &ugrave;
6190 inoremap <buffer> <silent> &x &times;
6191 inoremap <buffer> <silent> &o" &ouml;
6192 inoremap <buffer> <silent> &o~ &otilde;
6193 inoremap <buffer> <silent> &o^ &ocirc;
6194 inoremap <buffer> <silent> &o' &oacute;
6195 inoremap <buffer> <silent> &o` &ograve;
6196 inoremap <buffer> <silent> &n~ &ntilde;
6197 inoremap <buffer> <silent> &i" &iuml;
6198 inoremap <buffer> <silent> &i^ &icirc;
6199 inoremap <buffer> <silent> &i' &iacute;
6200 inoremap <buffer> <silent> &i` &igrave;
6201 inoremap <buffer> <silent> &e" &euml;
6202 inoremap <buffer> <silent> &e^ &ecirc;
6203 inoremap <buffer> <silent> &e' &eacute;
6204 inoremap <buffer> <silent> &e` &egrave;
6205 inoremap <buffer> <silent> &c, &ccedil;
6206 inoremap <buffer> <silent> &ae &aelig;
6207 inoremap <buffer> <silent> &ao &aring;
6208 inoremap <buffer> <silent> &a" &auml;
6209 inoremap <buffer> <silent> &a~ &atilde;
6210 inoremap <buffer> <silent> &a^ &acirc;
6211 inoremap <buffer> <silent> &a' &aacute;
6212 inoremap <buffer> <silent> &a` &agrave;
6213 inoremap <buffer> <silent> &Y' &Yacute;
6214 inoremap <buffer> <silent> &U" &Uuml;
6215 inoremap <buffer> <silent> &U^ &Ucirc;
6216 inoremap <buffer> <silent> &U' &Uacute;
6217 inoremap <buffer> <silent> &U` &Ugrave;
6218 inoremap <buffer> <silent> &O/ &Oslash;
6219 inoremap <buffer> <silent> &O" &Ouml;
6220 inoremap <buffer> <silent> &O~ &Otilde;
6221 inoremap <buffer> <silent> &O^ &Ocirc;
6222 inoremap <buffer> <silent> &O' &Oacute;
6223 inoremap <buffer> <silent> &O` &Ograve;
6224 inoremap <buffer> <silent> &N~ &Ntilde;
6225 inoremap <buffer> <silent> &I" &Iuml;
6226 inoremap <buffer> <silent> &I^ &Icirc;
6227 inoremap <buffer> <silent> &I' &Iacute;
6228 inoremap <buffer> <silent> &I` &Igrave;
6229 inoremap <buffer> <silent> &E" &Euml;
6230 inoremap <buffer> <silent> &E^ &Ecirc;
6231 inoremap <buffer> <silent> &E' &Eacute;
6232 inoremap <buffer> <silent> &E` &Egrave;
6233 inoremap <buffer> <silent> &C, &Ccedil;
6234 inoremap <buffer> <silent> &AE &AElig;
6235 inoremap <buffer> <silent> &Ao &Aring;
6236 inoremap <buffer> <silent> &A" &Auml;
6237 inoremap <buffer> <silent> &A~ &Atilde;
6238 inoremap <buffer> <silent> &A^ &Acirc;
6239 inoremap <buffer> <silent> &A' &Aacute;
6240 inoremap <buffer> <silent> &A` &Agrave;
6241 inoremap <buffer> <silent> &c| &cent;
6242 inoremap <buffer> <silent> &Y= &yen;
6243 inoremap <buffer> <silent> &# &pound;
6244 inoremap <buffer> <silent> & &nbsp;
6245 inoremap <buffer> <silent> &> &gt;
6246 inoremap <buffer> <silent> &< &lt;
6247 inoremap <buffer> <silent> &' &quot;
6248 inoremap <buffer> <silent> &tm &trade;
6249 inoremap <buffer> <silent> &rO &reg;
6250 inoremap <buffer> <silent> &cO &copy;
6251 inoremap <buffer> <silent> && &amp;
6252 inoremap <buffer> <silent> ; &nbsp;
6253 inoremap <buffer> <silent> ;la <label for=""></label>F"
6254 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
6255 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
6256 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
6257 </textarea>k$5F"i
6258 inoremap <buffer> <silent> ;og <optgroup label="">
6259 </optgroup>k$F"i
6260 inoremap <buffer> <silent> ;op <option></option>F<
6261 inoremap <buffer> <silent> ;ms <select name="" multiple>
6262 </select>O
6263 inoremap <buffer> <silent> ;se <select name="">
6264 </select>O
6265 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
6266 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
6267 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
6268 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
6269 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
6270 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
6271 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
6272 inoremap <buffer> <silent> ;fm <form action="">
6273 </form>k$F"i
6274 inoremap <buffer> <silent> ;if <iframe src="">
6275 </iframe>k$F"i
6276 inoremap <buffer> <silent> ;nf <noframes>
6277 </noframes>O
6278 inoremap <buffer> <silent> ;fr <frame src="">F"
6279 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
6280 </frameset>k$3F"i
6281 inoremap <buffer> <silent> ;th <th></th>F<
6282 inoremap <buffer> <silent> ;td <td>
6283 </td>O
6284 inoremap <buffer> <silent> ;tr <tr>
6285 </tr>O
6286 inoremap <buffer> <silent> ;tf <tfoot>
6287 </tfoot>O
6288 inoremap <buffer> <silent> ;tb <tbody>
6289 </tbody>O
6290 inoremap <buffer> <silent> ;tH <thead>
6291 </thead>O
6292 inoremap <buffer> <silent> ;ta <table>
6293 </table>O
6294 inoremap <buffer> <silent> ;ca <caption></caption>F<
6295 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
6296 </object>k$5F"i
6297 inoremap <buffer> <silent> ;ns <noscript>
6298 </noscripT>O
6299 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
6300 <noembed></noembed>k$5F"i
6301 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
6302 inoremap <buffer> <silent> ;va <var></var>F<
6303 inoremap <buffer> <silent> ;ul <ul>
6304 </ul>O
6305 inoremap <buffer> <silent> ;tt <tt></tt>F<
6306 inoremap <buffer> <silent> ;ti <title></title>F<
6307 inoremap <buffer> <silent> ;sp <sup></sup>F<
6308 inoremap <buffer> <silent> ;sb <sub></sub>F<
6309 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
6310 inoremap <buffer> <silent> ;cs <style type="text/css">
6311 <!--
6312 -->
6313 </style>kO
6314 inoremap <buffer> <silent> ;sm <small></small>F<
6315 inoremap <buffer> <silent> ;sa <samp></samp>F<
6316 inoremap <buffer> <silent> ;sk <strike></strike>F<
6317 inoremap <buffer> <silent> ;qu <q></q>F<
6318 inoremap <buffer> <silent> ;pr <pre>
6319 </pre>O
6320 inoremap <buffer> <silent> ;/p </p>
6321 
6322 <p>
6323 inoremap <buffer> <silent> ;pp <p>
6324 </p>O
6325 inoremap <buffer> <silent> ;ol <ol>
6326 </ol>O
6327 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
6328 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
6329 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
6330 inoremap <buffer> <silent> ;lk <link href="">F"
6331 inoremap <buffer> <silent> ;li <li></li>F<
6332 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
6333 inoremap <buffer> <silent> ;ii <isindex>
6334 inoremap <buffer> <silent> ;in <ins></ins>F<
6335 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
6336 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
6337 inoremap <buffer> <silent> ;ht <html>
6338 </html>O
6339 inoremap <buffer> <silent> ;Hr <hr width="75%">
6340 inoremap <buffer> <silent> ;hr <hr>
6341 inoremap <buffer> <silent> ;he <head>
6342 </head>O
6343 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
6344 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
6345 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
6346 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
6347 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
6348 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
6349 inoremap <buffer> <silent> ;h6 <h6></h6>F<
6350 inoremap <buffer> <silent> ;h5 <h5></h5>F<
6351 inoremap <buffer> <silent> ;h4 <h4></h4>F<
6352 inoremap <buffer> <silent> ;h3 <h3></h3>F<
6353 inoremap <buffer> <silent> ;h2 <h2></h2>F<
6354 inoremap <buffer> <silent> ;h1 <h1></h1>F<
6355 inoremap <buffer> <silent> ;fc <font color=""></font>F"
6356 inoremap <buffer> <silent> ;fo <font size=""></font>F"
6357 inoremap <buffer> <silent> ;sn <span></span>F<
6358 inoremap <buffer> <silent> ;dv <div>
6359 </div>O
6360 inoremap <buffer> <silent> ;df <dfn></dfn>F<
6361 inoremap <buffer> <silent> ;de <del></del>F<
6362 inoremap <buffer> <silent> ;dd <dd></dd>F<
6363 inoremap <buffer> <silent> ;dt <dt></dt>F<
6364 inoremap <buffer> <silent> ;dl <dl>
6365 </dl>O
6366 inoremap <buffer> <silent> ;co <code></code>F<
6367 inoremap <buffer> <silent> ;ci <cite></cite>F<
6368 inoremap <buffer> <silent> ;ce <center></center>F<
6369 inoremap <buffer> <silent> ;br <br>
6370 inoremap <buffer> <silent> ;bd <body>
6371 </body>O
6372 inoremap <buffer> <silent> ;bl <blockquote>
6373 </blockquote>O
6374 inoremap <buffer> <silent> ;bi <big></big>F<
6375 inoremap <buffer> <silent> ;bh <base href="">F"
6376 inoremap <buffer> <silent> ;ad <address></address>F<
6377 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
6378 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
6379 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
6380 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
6381 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
6382 inoremap <buffer> <silent> ;an <a name=""></a>F"
6383 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
6384 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
6385 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
6386 inoremap <buffer> <silent> ;ah <a href=""></a>F"
6387 imap <buffer> <silent> ;s4 ;s4
6388 imap <buffer> <silent> ;4 ;4
6389 inoremap <buffer> <silent> ;mi :call MangleImageTag()
6390 inoremap <buffer> <silent> ; 
6391 inoremap <buffer> <silent> ;& &
6392 inoremap <buffer> <silent> ;; ;
6393 setlocal keymap=
6394 setlocal noarabic
6395 setlocal autoindent
6396 setlocal balloonexpr=
6397 setlocal nobinary
6398 setlocal bufhidden=
6399 setlocal buflisted
6400 setlocal buftype=
6401 setlocal nocindent
6402 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
6403 setlocal cinoptions=
6404 setlocal cinwords=if,else,while,do,for,switch
6405 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
6406 setlocal commentstring=<!--%s-->
6407 setlocal complete=.,w,b,u,t,i
6408 setlocal completefunc=
6409 setlocal nocopyindent
6410 setlocal nocursorcolumn
6411 setlocal nocursorline
6412 setlocal define=
6413 setlocal dictionary=
6414 setlocal nodiff
6415 setlocal equalprg=
6416 setlocal errorformat=
6417 setlocal noexpandtab
6418 if &filetype != 'html'
6419 setlocal filetype=html
6420 endif
6421 setlocal foldcolumn=0
6422 setlocal foldenable
6423 setlocal foldexpr=0
6424 setlocal foldignore=#
6425 setlocal foldlevel=0
6426 setlocal foldmarker={{{,}}}
6427 setlocal foldmethod=manual
6428 setlocal foldminlines=1
6429 setlocal foldnestmax=20
6430 setlocal foldtext=foldtext()
6431 setlocal formatexpr=
6432 setlocal formatoptions=tcq
6433 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
6434 setlocal grepprg=
6435 setlocal iminsert=2
6436 setlocal imsearch=2
6437 setlocal include=
6438 setlocal includeexpr=
6439 setlocal indentexpr=
6440 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
6441 setlocal noinfercase
6442 setlocal iskeyword=@,48-57,_,192-255
6443 setlocal keywordprg=
6444 setlocal nolinebreak
6445 setlocal nolisp
6446 setlocal nolist
6447 setlocal makeprg=
6448 setlocal matchpairs=(:),{:},[:],<:>
6449 setlocal nomodeline
6450 setlocal modifiable
6451 setlocal nrformats=octal,hex
6452 setlocal nonumber
6453 setlocal numberwidth=4
6454 setlocal omnifunc=htmlcomplete#CompleteTags
6455 setlocal path=
6456 setlocal nopreserveindent
6457 setlocal nopreviewwindow
6458 setlocal quoteescape=\\
6459 setlocal noreadonly
6460 setlocal norightleft
6461 setlocal rightleftcmd=search
6462 setlocal noscrollbind
6463 setlocal shiftwidth=8
6464 setlocal noshortname
6465 setlocal nosmartindent
6466 setlocal softtabstop=0
6467 setlocal nospell
6468 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
6469 setlocal spellfile=
6470 setlocal spelllang=en
6471 setlocal statusline=
6472 setlocal suffixesadd=
6473 setlocal swapfile
6474 setlocal synmaxcol=3000
6475 if &syntax != 'html'
6476 setlocal syntax=html
6477 endif
6478 setlocal tabstop=2
6479 setlocal tags=
6480 setlocal textwidth=0
6481 setlocal thesaurus=
6482 setlocal nowinfixheight
6483 setlocal nowinfixwidth
6484 setlocal wrap
6485 setlocal wrapmargin=0
6486 silent! normal! zE
6487 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
6488 if s:l < 1 | let s:l = 1 | endif
6489 exe s:l
6490 normal! zt
6491 1
6492 normal! 0
6493 tabedit reloc-img.html
6494 set splitbelow splitright
6495 set nosplitbelow
6496 set nosplitright
6497 wincmd t
6498 set winheight=1 winwidth=1
6499 argglobal
6500 16argu
6501 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6502 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6503 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
6504 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
6505 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
6506 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
6507 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
6508 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
6509 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
6510 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
6511 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
6512 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
6513 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
6514 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
6515 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
6516 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
6517 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
6518 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
6519 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">')
6520 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">')
6521 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
6522 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
6523 nnoremap <buffer> <silent> ; 
6524 nnoremap <buffer> <silent> ;; ;
6525 vnoremap <buffer> <silent> ;; ;
6526 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
6527 inoremap <buffer> <silent> &hA &hArr;
6528 inoremap <buffer> <silent> &dA &dArr;
6529 inoremap <buffer> <silent> &rA &rArr;
6530 inoremap <buffer> <silent> &uA &uArr;
6531 inoremap <buffer> <silent> &lA &lArr;
6532 inoremap <buffer> <silent> &ha &harr;
6533 inoremap <buffer> <silent> &da &darr;
6534 inoremap <buffer> <silent> &ra &rarr;
6535 inoremap <buffer> <silent> &ua &uarr;
6536 inoremap <buffer> <silent> &la &larr;
6537 inoremap <buffer> <silent> &pv &piv;
6538 inoremap <buffer> <silent> &uh &upsih;
6539 inoremap <buffer> <silent> &ts &thetasym;
6540 inoremap <buffer> <silent> &og &omega;
6541 inoremap <buffer> <silent> &ps &psi;
6542 inoremap <buffer> <silent> &ch &chi;
6543 inoremap <buffer> <silent> &ph &phi;
6544 inoremap <buffer> <silent> &up &upsilon;
6545 inoremap <buffer> <silent> &ta &tau;
6546 inoremap <buffer> <silent> &sf &sigmaf;
6547 inoremap <buffer> <silent> &si &sigma;
6548 inoremap <buffer> <silent> &rh &rho;
6549 inoremap <buffer> <silent> &pi &pi;
6550 inoremap <buffer> <silent> &oc &omicron;
6551 inoremap <buffer> <silent> &xi &xi;
6552 inoremap <buffer> <silent> &nu &nu;
6553 inoremap <buffer> <silent> &mu &mu;
6554 inoremap <buffer> <silent> &lm &lambda;
6555 inoremap <buffer> <silent> &ka &kappa;
6556 inoremap <buffer> <silent> &io &iota;
6557 inoremap <buffer> <silent> &th &theta;
6558 inoremap <buffer> <silent> &et &eta;
6559 inoremap <buffer> <silent> &ze &zeta;
6560 inoremap <buffer> <silent> &ep &epsilon;
6561 inoremap <buffer> <silent> &de &delta;
6562 inoremap <buffer> <silent> &ga &gamma;
6563 inoremap <buffer> <silent> &be &beta;
6564 inoremap <buffer> <silent> &al &alpha;
6565 inoremap <buffer> <silent> &Ps &Psi;
6566 inoremap <buffer> <silent> &Ch &Chi;
6567 inoremap <buffer> <silent> &Ph &Phi;
6568 inoremap <buffer> <silent> &Up &Upsilon;
6569 inoremap <buffer> <silent> &Ta &Tau;
6570 inoremap <buffer> <silent> &Si &Sigma;
6571 inoremap <buffer> <silent> &Rh &Rho;
6572 inoremap <buffer> <silent> &Pi &Pi;
6573 inoremap <buffer> <silent> &Oc &Omicron;
6574 inoremap <buffer> <silent> &Xi &Xi;
6575 inoremap <buffer> <silent> &Nu &Nu;
6576 inoremap <buffer> <silent> &Mu &Mu;
6577 inoremap <buffer> <silent> &Lm &Lambda;
6578 inoremap <buffer> <silent> &Ka &Kappa;
6579 inoremap <buffer> <silent> &Io &Iota;
6580 inoremap <buffer> <silent> &Th &Theta;
6581 inoremap <buffer> <silent> &Et &Eta;
6582 inoremap <buffer> <silent> &Ze &Zeta;
6583 inoremap <buffer> <silent> &Ep &Epsilon;
6584 inoremap <buffer> <silent> &De &Delta;
6585 inoremap <buffer> <silent> &Ga &Gamma;
6586 inoremap <buffer> <silent> &Be &Beta;
6587 inoremap <buffer> <silent> &Al &Alpha;
6588 inoremap <buffer> <silent> &3. &hellip;
6589 inoremap <buffer> <silent> &-- &mdash;
6590 inoremap <buffer> <silent> &3- &mdash;
6591 inoremap <buffer> <silent> &m- &mdash;
6592 inoremap <buffer> <silent> &2- &ndash;
6593 inoremap <buffer> <silent> &n- &ndash;
6594 inoremap <buffer> <silent> &34 &frac34;
6595 inoremap <buffer> <silent> &12 &frac12;
6596 inoremap <buffer> <silent> &14 &frac14;
6597 inoremap <buffer> <silent> &. &middot;
6598 inoremap <buffer> <silent> &pa &para;
6599 inoremap <buffer> <silent> &mi &micro;
6600 inoremap <buffer> <silent> &dg &deg;
6601 inoremap <buffer> <silent> &? &iquest;
6602 inoremap <buffer> <silent> &! &iexcl;
6603 inoremap <buffer> <silent> &sz &szlig;
6604 inoremap <buffer> <silent> &o/ &oslash;
6605 inoremap <buffer> <silent> &/ &divide;
6606 inoremap <buffer> <silent> &" &uml;
6607 inoremap <buffer> <silent> &2> &raquo;
6608 inoremap <buffer> <silent> &2< &laquo;
6609 inoremap <buffer> <silent> &y" &yuml;
6610 inoremap <buffer> <silent> &y' &yacute;
6611 inoremap <buffer> <silent> &u" &uuml;
6612 inoremap <buffer> <silent> &u^ &ucirc;
6613 inoremap <buffer> <silent> &u' &uacute;
6614 inoremap <buffer> <silent> &u` &ugrave;
6615 inoremap <buffer> <silent> &x &times;
6616 inoremap <buffer> <silent> &o" &ouml;
6617 inoremap <buffer> <silent> &o~ &otilde;
6618 inoremap <buffer> <silent> &o^ &ocirc;
6619 inoremap <buffer> <silent> &o' &oacute;
6620 inoremap <buffer> <silent> &o` &ograve;
6621 inoremap <buffer> <silent> &n~ &ntilde;
6622 inoremap <buffer> <silent> &i" &iuml;
6623 inoremap <buffer> <silent> &i^ &icirc;
6624 inoremap <buffer> <silent> &i' &iacute;
6625 inoremap <buffer> <silent> &i` &igrave;
6626 inoremap <buffer> <silent> &e" &euml;
6627 inoremap <buffer> <silent> &e^ &ecirc;
6628 inoremap <buffer> <silent> &e' &eacute;
6629 inoremap <buffer> <silent> &e` &egrave;
6630 inoremap <buffer> <silent> &c, &ccedil;
6631 inoremap <buffer> <silent> &ae &aelig;
6632 inoremap <buffer> <silent> &ao &aring;
6633 inoremap <buffer> <silent> &a" &auml;
6634 inoremap <buffer> <silent> &a~ &atilde;
6635 inoremap <buffer> <silent> &a^ &acirc;
6636 inoremap <buffer> <silent> &a' &aacute;
6637 inoremap <buffer> <silent> &a` &agrave;
6638 inoremap <buffer> <silent> &Y' &Yacute;
6639 inoremap <buffer> <silent> &U" &Uuml;
6640 inoremap <buffer> <silent> &U^ &Ucirc;
6641 inoremap <buffer> <silent> &U' &Uacute;
6642 inoremap <buffer> <silent> &U` &Ugrave;
6643 inoremap <buffer> <silent> &O/ &Oslash;
6644 inoremap <buffer> <silent> &O" &Ouml;
6645 inoremap <buffer> <silent> &O~ &Otilde;
6646 inoremap <buffer> <silent> &O^ &Ocirc;
6647 inoremap <buffer> <silent> &O' &Oacute;
6648 inoremap <buffer> <silent> &O` &Ograve;
6649 inoremap <buffer> <silent> &N~ &Ntilde;
6650 inoremap <buffer> <silent> &I" &Iuml;
6651 inoremap <buffer> <silent> &I^ &Icirc;
6652 inoremap <buffer> <silent> &I' &Iacute;
6653 inoremap <buffer> <silent> &I` &Igrave;
6654 inoremap <buffer> <silent> &E" &Euml;
6655 inoremap <buffer> <silent> &E^ &Ecirc;
6656 inoremap <buffer> <silent> &E' &Eacute;
6657 inoremap <buffer> <silent> &E` &Egrave;
6658 inoremap <buffer> <silent> &C, &Ccedil;
6659 inoremap <buffer> <silent> &AE &AElig;
6660 inoremap <buffer> <silent> &Ao &Aring;
6661 inoremap <buffer> <silent> &A" &Auml;
6662 inoremap <buffer> <silent> &A~ &Atilde;
6663 inoremap <buffer> <silent> &A^ &Acirc;
6664 inoremap <buffer> <silent> &A' &Aacute;
6665 inoremap <buffer> <silent> &A` &Agrave;
6666 inoremap <buffer> <silent> &c| &cent;
6667 inoremap <buffer> <silent> &Y= &yen;
6668 inoremap <buffer> <silent> &# &pound;
6669 inoremap <buffer> <silent> & &nbsp;
6670 inoremap <buffer> <silent> &> &gt;
6671 inoremap <buffer> <silent> &< &lt;
6672 inoremap <buffer> <silent> &' &quot;
6673 inoremap <buffer> <silent> &tm &trade;
6674 inoremap <buffer> <silent> &rO &reg;
6675 inoremap <buffer> <silent> &cO &copy;
6676 inoremap <buffer> <silent> && &amp;
6677 inoremap <buffer> <silent> ; &nbsp;
6678 inoremap <buffer> <silent> ;la <label for=""></label>F"
6679 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
6680 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
6681 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
6682 </textarea>k$5F"i
6683 inoremap <buffer> <silent> ;og <optgroup label="">
6684 </optgroup>k$F"i
6685 inoremap <buffer> <silent> ;op <option></option>F<
6686 inoremap <buffer> <silent> ;ms <select name="" multiple>
6687 </select>O
6688 inoremap <buffer> <silent> ;se <select name="">
6689 </select>O
6690 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
6691 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
6692 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
6693 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
6694 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
6695 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
6696 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
6697 inoremap <buffer> <silent> ;fm <form action="">
6698 </form>k$F"i
6699 inoremap <buffer> <silent> ;if <iframe src="">
6700 </iframe>k$F"i
6701 inoremap <buffer> <silent> ;nf <noframes>
6702 </noframes>O
6703 inoremap <buffer> <silent> ;fr <frame src="">F"
6704 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
6705 </frameset>k$3F"i
6706 inoremap <buffer> <silent> ;th <th></th>F<
6707 inoremap <buffer> <silent> ;td <td>
6708 </td>O
6709 inoremap <buffer> <silent> ;tr <tr>
6710 </tr>O
6711 inoremap <buffer> <silent> ;tf <tfoot>
6712 </tfoot>O
6713 inoremap <buffer> <silent> ;tb <tbody>
6714 </tbody>O
6715 inoremap <buffer> <silent> ;tH <thead>
6716 </thead>O
6717 inoremap <buffer> <silent> ;ta <table>
6718 </table>O
6719 inoremap <buffer> <silent> ;ca <caption></caption>F<
6720 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
6721 </object>k$5F"i
6722 inoremap <buffer> <silent> ;ns <noscript>
6723 </noscripT>O
6724 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
6725 <noembed></noembed>k$5F"i
6726 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
6727 inoremap <buffer> <silent> ;va <var></var>F<
6728 inoremap <buffer> <silent> ;ul <ul>
6729 </ul>O
6730 inoremap <buffer> <silent> ;tt <tt></tt>F<
6731 inoremap <buffer> <silent> ;ti <title></title>F<
6732 inoremap <buffer> <silent> ;sp <sup></sup>F<
6733 inoremap <buffer> <silent> ;sb <sub></sub>F<
6734 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
6735 inoremap <buffer> <silent> ;cs <style type="text/css">
6736 <!--
6737 -->
6738 </style>kO
6739 inoremap <buffer> <silent> ;sm <small></small>F<
6740 inoremap <buffer> <silent> ;sa <samp></samp>F<
6741 inoremap <buffer> <silent> ;sk <strike></strike>F<
6742 inoremap <buffer> <silent> ;qu <q></q>F<
6743 inoremap <buffer> <silent> ;pr <pre>
6744 </pre>O
6745 inoremap <buffer> <silent> ;/p </p>
6746 
6747 <p>
6748 inoremap <buffer> <silent> ;pp <p>
6749 </p>O
6750 inoremap <buffer> <silent> ;ol <ol>
6751 </ol>O
6752 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
6753 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
6754 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
6755 inoremap <buffer> <silent> ;lk <link href="">F"
6756 inoremap <buffer> <silent> ;li <li></li>F<
6757 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
6758 inoremap <buffer> <silent> ;ii <isindex>
6759 inoremap <buffer> <silent> ;in <ins></ins>F<
6760 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
6761 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
6762 inoremap <buffer> <silent> ;ht <html>
6763 </html>O
6764 inoremap <buffer> <silent> ;Hr <hr width="75%">
6765 inoremap <buffer> <silent> ;hr <hr>
6766 inoremap <buffer> <silent> ;he <head>
6767 </head>O
6768 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
6769 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
6770 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
6771 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
6772 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
6773 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
6774 inoremap <buffer> <silent> ;h6 <h6></h6>F<
6775 inoremap <buffer> <silent> ;h5 <h5></h5>F<
6776 inoremap <buffer> <silent> ;h4 <h4></h4>F<
6777 inoremap <buffer> <silent> ;h3 <h3></h3>F<
6778 inoremap <buffer> <silent> ;h2 <h2></h2>F<
6779 inoremap <buffer> <silent> ;h1 <h1></h1>F<
6780 inoremap <buffer> <silent> ;fc <font color=""></font>F"
6781 inoremap <buffer> <silent> ;fo <font size=""></font>F"
6782 inoremap <buffer> <silent> ;sn <span></span>F<
6783 inoremap <buffer> <silent> ;dv <div>
6784 </div>O
6785 inoremap <buffer> <silent> ;df <dfn></dfn>F<
6786 inoremap <buffer> <silent> ;de <del></del>F<
6787 inoremap <buffer> <silent> ;dd <dd></dd>F<
6788 inoremap <buffer> <silent> ;dt <dt></dt>F<
6789 inoremap <buffer> <silent> ;dl <dl>
6790 </dl>O
6791 inoremap <buffer> <silent> ;co <code></code>F<
6792 inoremap <buffer> <silent> ;ci <cite></cite>F<
6793 inoremap <buffer> <silent> ;ce <center></center>F<
6794 inoremap <buffer> <silent> ;br <br>
6795 inoremap <buffer> <silent> ;bd <body>
6796 </body>O
6797 inoremap <buffer> <silent> ;bl <blockquote>
6798 </blockquote>O
6799 inoremap <buffer> <silent> ;bi <big></big>F<
6800 inoremap <buffer> <silent> ;bh <base href="">F"
6801 inoremap <buffer> <silent> ;ad <address></address>F<
6802 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
6803 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
6804 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
6805 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
6806 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
6807 inoremap <buffer> <silent> ;an <a name=""></a>F"
6808 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
6809 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
6810 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
6811 inoremap <buffer> <silent> ;ah <a href=""></a>F"
6812 imap <buffer> <silent> ;s4 ;s4
6813 imap <buffer> <silent> ;4 ;4
6814 inoremap <buffer> <silent> ;mi :call MangleImageTag()
6815 inoremap <buffer> <silent> ; 
6816 inoremap <buffer> <silent> ;& &
6817 inoremap <buffer> <silent> ;; ;
6818 setlocal keymap=
6819 setlocal noarabic
6820 setlocal autoindent
6821 setlocal balloonexpr=
6822 setlocal nobinary
6823 setlocal bufhidden=
6824 setlocal buflisted
6825 setlocal buftype=
6826 setlocal nocindent
6827 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
6828 setlocal cinoptions=
6829 setlocal cinwords=if,else,while,do,for,switch
6830 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
6831 setlocal commentstring=<!--%s-->
6832 setlocal complete=.,w,b,u,t,i
6833 setlocal completefunc=
6834 setlocal nocopyindent
6835 setlocal nocursorcolumn
6836 setlocal nocursorline
6837 setlocal define=
6838 setlocal dictionary=
6839 setlocal nodiff
6840 setlocal equalprg=
6841 setlocal errorformat=
6842 setlocal noexpandtab
6843 if &filetype != 'html'
6844 setlocal filetype=html
6845 endif
6846 setlocal foldcolumn=0
6847 setlocal foldenable
6848 setlocal foldexpr=0
6849 setlocal foldignore=#
6850 setlocal foldlevel=0
6851 setlocal foldmarker={{{,}}}
6852 setlocal foldmethod=manual
6853 setlocal foldminlines=1
6854 setlocal foldnestmax=20
6855 setlocal foldtext=foldtext()
6856 setlocal formatexpr=
6857 setlocal formatoptions=tcq
6858 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
6859 setlocal grepprg=
6860 setlocal iminsert=2
6861 setlocal imsearch=2
6862 setlocal include=
6863 setlocal includeexpr=
6864 setlocal indentexpr=
6865 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
6866 setlocal noinfercase
6867 setlocal iskeyword=@,48-57,_,192-255
6868 setlocal keywordprg=
6869 setlocal nolinebreak
6870 setlocal nolisp
6871 setlocal nolist
6872 setlocal makeprg=
6873 setlocal matchpairs=(:),{:},[:],<:>
6874 setlocal nomodeline
6875 setlocal modifiable
6876 setlocal nrformats=octal,hex
6877 setlocal nonumber
6878 setlocal numberwidth=4
6879 setlocal omnifunc=htmlcomplete#CompleteTags
6880 setlocal path=
6881 setlocal nopreserveindent
6882 setlocal nopreviewwindow
6883 setlocal quoteescape=\\
6884 setlocal noreadonly
6885 setlocal norightleft
6886 setlocal rightleftcmd=search
6887 setlocal noscrollbind
6888 setlocal shiftwidth=8
6889 setlocal noshortname
6890 setlocal nosmartindent
6891 setlocal softtabstop=0
6892 setlocal nospell
6893 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
6894 setlocal spellfile=
6895 setlocal spelllang=en
6896 setlocal statusline=
6897 setlocal suffixesadd=
6898 setlocal swapfile
6899 setlocal synmaxcol=3000
6900 if &syntax != 'html'
6901 setlocal syntax=html
6902 endif
6903 setlocal tabstop=2
6904 setlocal tags=
6905 setlocal textwidth=0
6906 setlocal thesaurus=
6907 setlocal nowinfixheight
6908 setlocal nowinfixwidth
6909 setlocal wrap
6910 setlocal wrapmargin=0
6911 silent! normal! zE
6912 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
6913 if s:l < 1 | let s:l = 1 | endif
6914 exe s:l
6915 normal! zt
6916 1
6917 normal! 0
6918 tabedit restoration.html
6919 set splitbelow splitright
6920 set nosplitbelow
6921 set nosplitright
6922 wincmd t
6923 set winheight=1 winwidth=1
6924 argglobal
6925 17argu
6926 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6927 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6928 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
6929 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
6930 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
6931 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
6932 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
6933 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
6934 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
6935 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
6936 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
6937 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
6938 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
6939 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
6940 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
6941 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
6942 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
6943 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
6944 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">')
6945 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">')
6946 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
6947 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
6948 nnoremap <buffer> <silent> ; 
6949 nnoremap <buffer> <silent> ;; ;
6950 vnoremap <buffer> <silent> ;; ;
6951 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
6952 inoremap <buffer> <silent> &hA &hArr;
6953 inoremap <buffer> <silent> &dA &dArr;
6954 inoremap <buffer> <silent> &rA &rArr;
6955 inoremap <buffer> <silent> &uA &uArr;
6956 inoremap <buffer> <silent> &lA &lArr;
6957 inoremap <buffer> <silent> &ha &harr;
6958 inoremap <buffer> <silent> &da &darr;
6959 inoremap <buffer> <silent> &ra &rarr;
6960 inoremap <buffer> <silent> &ua &uarr;
6961 inoremap <buffer> <silent> &la &larr;
6962 inoremap <buffer> <silent> &pv &piv;
6963 inoremap <buffer> <silent> &uh &upsih;
6964 inoremap <buffer> <silent> &ts &thetasym;
6965 inoremap <buffer> <silent> &og &omega;
6966 inoremap <buffer> <silent> &ps &psi;
6967 inoremap <buffer> <silent> &ch &chi;
6968 inoremap <buffer> <silent> &ph &phi;
6969 inoremap <buffer> <silent> &up &upsilon;
6970 inoremap <buffer> <silent> &ta &tau;
6971 inoremap <buffer> <silent> &sf &sigmaf;
6972 inoremap <buffer> <silent> &si &sigma;
6973 inoremap <buffer> <silent> &rh &rho;
6974 inoremap <buffer> <silent> &pi &pi;
6975 inoremap <buffer> <silent> &oc &omicron;
6976 inoremap <buffer> <silent> &xi &xi;
6977 inoremap <buffer> <silent> &nu &nu;
6978 inoremap <buffer> <silent> &mu &mu;
6979 inoremap <buffer> <silent> &lm &lambda;
6980 inoremap <buffer> <silent> &ka &kappa;
6981 inoremap <buffer> <silent> &io &iota;
6982 inoremap <buffer> <silent> &th &theta;
6983 inoremap <buffer> <silent> &et &eta;
6984 inoremap <buffer> <silent> &ze &zeta;
6985 inoremap <buffer> <silent> &ep &epsilon;
6986 inoremap <buffer> <silent> &de &delta;
6987 inoremap <buffer> <silent> &ga &gamma;
6988 inoremap <buffer> <silent> &be &beta;
6989 inoremap <buffer> <silent> &al &alpha;
6990 inoremap <buffer> <silent> &Ps &Psi;
6991 inoremap <buffer> <silent> &Ch &Chi;
6992 inoremap <buffer> <silent> &Ph &Phi;
6993 inoremap <buffer> <silent> &Up &Upsilon;
6994 inoremap <buffer> <silent> &Ta &Tau;
6995 inoremap <buffer> <silent> &Si &Sigma;
6996 inoremap <buffer> <silent> &Rh &Rho;
6997 inoremap <buffer> <silent> &Pi &Pi;
6998 inoremap <buffer> <silent> &Oc &Omicron;
6999 inoremap <buffer> <silent> &Xi &Xi;
7000 inoremap <buffer> <silent> &Nu &Nu;
7001 inoremap <buffer> <silent> &Mu &Mu;
7002 inoremap <buffer> <silent> &Lm &Lambda;
7003 inoremap <buffer> <silent> &Ka &Kappa;
7004 inoremap <buffer> <silent> &Io &Iota;
7005 inoremap <buffer> <silent> &Th &Theta;
7006 inoremap <buffer> <silent> &Et &Eta;
7007 inoremap <buffer> <silent> &Ze &Zeta;
7008 inoremap <buffer> <silent> &Ep &Epsilon;
7009 inoremap <buffer> <silent> &De &Delta;
7010 inoremap <buffer> <silent> &Ga &Gamma;
7011 inoremap <buffer> <silent> &Be &Beta;
7012 inoremap <buffer> <silent> &Al &Alpha;
7013 inoremap <buffer> <silent> &3. &hellip;
7014 inoremap <buffer> <silent> &-- &mdash;
7015 inoremap <buffer> <silent> &3- &mdash;
7016 inoremap <buffer> <silent> &m- &mdash;
7017 inoremap <buffer> <silent> &2- &ndash;
7018 inoremap <buffer> <silent> &n- &ndash;
7019 inoremap <buffer> <silent> &34 &frac34;
7020 inoremap <buffer> <silent> &12 &frac12;
7021 inoremap <buffer> <silent> &14 &frac14;
7022 inoremap <buffer> <silent> &. &middot;
7023 inoremap <buffer> <silent> &pa &para;
7024 inoremap <buffer> <silent> &mi &micro;
7025 inoremap <buffer> <silent> &dg &deg;
7026 inoremap <buffer> <silent> &? &iquest;
7027 inoremap <buffer> <silent> &! &iexcl;
7028 inoremap <buffer> <silent> &sz &szlig;
7029 inoremap <buffer> <silent> &o/ &oslash;
7030 inoremap <buffer> <silent> &/ &divide;
7031 inoremap <buffer> <silent> &" &uml;
7032 inoremap <buffer> <silent> &2> &raquo;
7033 inoremap <buffer> <silent> &2< &laquo;
7034 inoremap <buffer> <silent> &y" &yuml;
7035 inoremap <buffer> <silent> &y' &yacute;
7036 inoremap <buffer> <silent> &u" &uuml;
7037 inoremap <buffer> <silent> &u^ &ucirc;
7038 inoremap <buffer> <silent> &u' &uacute;
7039 inoremap <buffer> <silent> &u` &ugrave;
7040 inoremap <buffer> <silent> &x &times;
7041 inoremap <buffer> <silent> &o" &ouml;
7042 inoremap <buffer> <silent> &o~ &otilde;
7043 inoremap <buffer> <silent> &o^ &ocirc;
7044 inoremap <buffer> <silent> &o' &oacute;
7045 inoremap <buffer> <silent> &o` &ograve;
7046 inoremap <buffer> <silent> &n~ &ntilde;
7047 inoremap <buffer> <silent> &i" &iuml;
7048 inoremap <buffer> <silent> &i^ &icirc;
7049 inoremap <buffer> <silent> &i' &iacute;
7050 inoremap <buffer> <silent> &i` &igrave;
7051 inoremap <buffer> <silent> &e" &euml;
7052 inoremap <buffer> <silent> &e^ &ecirc;
7053 inoremap <buffer> <silent> &e' &eacute;
7054 inoremap <buffer> <silent> &e` &egrave;
7055 inoremap <buffer> <silent> &c, &ccedil;
7056 inoremap <buffer> <silent> &ae &aelig;
7057 inoremap <buffer> <silent> &ao &aring;
7058 inoremap <buffer> <silent> &a" &auml;
7059 inoremap <buffer> <silent> &a~ &atilde;
7060 inoremap <buffer> <silent> &a^ &acirc;
7061 inoremap <buffer> <silent> &a' &aacute;
7062 inoremap <buffer> <silent> &a` &agrave;
7063 inoremap <buffer> <silent> &Y' &Yacute;
7064 inoremap <buffer> <silent> &U" &Uuml;
7065 inoremap <buffer> <silent> &U^ &Ucirc;
7066 inoremap <buffer> <silent> &U' &Uacute;
7067 inoremap <buffer> <silent> &U` &Ugrave;
7068 inoremap <buffer> <silent> &O/ &Oslash;
7069 inoremap <buffer> <silent> &O" &Ouml;
7070 inoremap <buffer> <silent> &O~ &Otilde;
7071 inoremap <buffer> <silent> &O^ &Ocirc;
7072 inoremap <buffer> <silent> &O' &Oacute;
7073 inoremap <buffer> <silent> &O` &Ograve;
7074 inoremap <buffer> <silent> &N~ &Ntilde;
7075 inoremap <buffer> <silent> &I" &Iuml;
7076 inoremap <buffer> <silent> &I^ &Icirc;
7077 inoremap <buffer> <silent> &I' &Iacute;
7078 inoremap <buffer> <silent> &I` &Igrave;
7079 inoremap <buffer> <silent> &E" &Euml;
7080 inoremap <buffer> <silent> &E^ &Ecirc;
7081 inoremap <buffer> <silent> &E' &Eacute;
7082 inoremap <buffer> <silent> &E` &Egrave;
7083 inoremap <buffer> <silent> &C, &Ccedil;
7084 inoremap <buffer> <silent> &AE &AElig;
7085 inoremap <buffer> <silent> &Ao &Aring;
7086 inoremap <buffer> <silent> &A" &Auml;
7087 inoremap <buffer> <silent> &A~ &Atilde;
7088 inoremap <buffer> <silent> &A^ &Acirc;
7089 inoremap <buffer> <silent> &A' &Aacute;
7090 inoremap <buffer> <silent> &A` &Agrave;
7091 inoremap <buffer> <silent> &c| &cent;
7092 inoremap <buffer> <silent> &Y= &yen;
7093 inoremap <buffer> <silent> &# &pound;
7094 inoremap <buffer> <silent> & &nbsp;
7095 inoremap <buffer> <silent> &> &gt;
7096 inoremap <buffer> <silent> &< &lt;
7097 inoremap <buffer> <silent> &' &quot;
7098 inoremap <buffer> <silent> &tm &trade;
7099 inoremap <buffer> <silent> &rO &reg;
7100 inoremap <buffer> <silent> &cO &copy;
7101 inoremap <buffer> <silent> && &amp;
7102 inoremap <buffer> <silent> ; &nbsp;
7103 inoremap <buffer> <silent> ;la <label for=""></label>F"
7104 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
7105 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
7106 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
7107 </textarea>k$5F"i
7108 inoremap <buffer> <silent> ;og <optgroup label="">
7109 </optgroup>k$F"i
7110 inoremap <buffer> <silent> ;op <option></option>F<
7111 inoremap <buffer> <silent> ;ms <select name="" multiple>
7112 </select>O
7113 inoremap <buffer> <silent> ;se <select name="">
7114 </select>O
7115 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
7116 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
7117 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
7118 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
7119 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
7120 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
7121 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
7122 inoremap <buffer> <silent> ;fm <form action="">
7123 </form>k$F"i
7124 inoremap <buffer> <silent> ;if <iframe src="">
7125 </iframe>k$F"i
7126 inoremap <buffer> <silent> ;nf <noframes>
7127 </noframes>O
7128 inoremap <buffer> <silent> ;fr <frame src="">F"
7129 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
7130 </frameset>k$3F"i
7131 inoremap <buffer> <silent> ;th <th></th>F<
7132 inoremap <buffer> <silent> ;td <td>
7133 </td>O
7134 inoremap <buffer> <silent> ;tr <tr>
7135 </tr>O
7136 inoremap <buffer> <silent> ;tf <tfoot>
7137 </tfoot>O
7138 inoremap <buffer> <silent> ;tb <tbody>
7139 </tbody>O
7140 inoremap <buffer> <silent> ;tH <thead>
7141 </thead>O
7142 inoremap <buffer> <silent> ;ta <table>
7143 </table>O
7144 inoremap <buffer> <silent> ;ca <caption></caption>F<
7145 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
7146 </object>k$5F"i
7147 inoremap <buffer> <silent> ;ns <noscript>
7148 </noscripT>O
7149 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
7150 <noembed></noembed>k$5F"i
7151 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
7152 inoremap <buffer> <silent> ;va <var></var>F<
7153 inoremap <buffer> <silent> ;ul <ul>
7154 </ul>O
7155 inoremap <buffer> <silent> ;tt <tt></tt>F<
7156 inoremap <buffer> <silent> ;ti <title></title>F<
7157 inoremap <buffer> <silent> ;sp <sup></sup>F<
7158 inoremap <buffer> <silent> ;sb <sub></sub>F<
7159 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
7160 inoremap <buffer> <silent> ;cs <style type="text/css">
7161 <!--
7162 -->
7163 </style>kO
7164 inoremap <buffer> <silent> ;sm <small></small>F<
7165 inoremap <buffer> <silent> ;sa <samp></samp>F<
7166 inoremap <buffer> <silent> ;sk <strike></strike>F<
7167 inoremap <buffer> <silent> ;qu <q></q>F<
7168 inoremap <buffer> <silent> ;pr <pre>
7169 </pre>O
7170 inoremap <buffer> <silent> ;/p </p>
7171 
7172 <p>
7173 inoremap <buffer> <silent> ;pp <p>
7174 </p>O
7175 inoremap <buffer> <silent> ;ol <ol>
7176 </ol>O
7177 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
7178 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
7179 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
7180 inoremap <buffer> <silent> ;lk <link href="">F"
7181 inoremap <buffer> <silent> ;li <li></li>F<
7182 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
7183 inoremap <buffer> <silent> ;ii <isindex>
7184 inoremap <buffer> <silent> ;in <ins></ins>F<
7185 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
7186 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
7187 inoremap <buffer> <silent> ;ht <html>
7188 </html>O
7189 inoremap <buffer> <silent> ;Hr <hr width="75%">
7190 inoremap <buffer> <silent> ;hr <hr>
7191 inoremap <buffer> <silent> ;he <head>
7192 </head>O
7193 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
7194 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
7195 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
7196 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
7197 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
7198 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
7199 inoremap <buffer> <silent> ;h6 <h6></h6>F<
7200 inoremap <buffer> <silent> ;h5 <h5></h5>F<
7201 inoremap <buffer> <silent> ;h4 <h4></h4>F<
7202 inoremap <buffer> <silent> ;h3 <h3></h3>F<
7203 inoremap <buffer> <silent> ;h2 <h2></h2>F<
7204 inoremap <buffer> <silent> ;h1 <h1></h1>F<
7205 inoremap <buffer> <silent> ;fc <font color=""></font>F"
7206 inoremap <buffer> <silent> ;fo <font size=""></font>F"
7207 inoremap <buffer> <silent> ;sn <span></span>F<
7208 inoremap <buffer> <silent> ;dv <div>
7209 </div>O
7210 inoremap <buffer> <silent> ;df <dfn></dfn>F<
7211 inoremap <buffer> <silent> ;de <del></del>F<
7212 inoremap <buffer> <silent> ;dd <dd></dd>F<
7213 inoremap <buffer> <silent> ;dt <dt></dt>F<
7214 inoremap <buffer> <silent> ;dl <dl>
7215 </dl>O
7216 inoremap <buffer> <silent> ;co <code></code>F<
7217 inoremap <buffer> <silent> ;ci <cite></cite>F<
7218 inoremap <buffer> <silent> ;ce <center></center>F<
7219 inoremap <buffer> <silent> ;br <br>
7220 inoremap <buffer> <silent> ;bd <body>
7221 </body>O
7222 inoremap <buffer> <silent> ;bl <blockquote>
7223 </blockquote>O
7224 inoremap <buffer> <silent> ;bi <big></big>F<
7225 inoremap <buffer> <silent> ;bh <base href="">F"
7226 inoremap <buffer> <silent> ;ad <address></address>F<
7227 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
7228 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
7229 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
7230 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
7231 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
7232 inoremap <buffer> <silent> ;an <a name=""></a>F"
7233 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
7234 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
7235 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
7236 inoremap <buffer> <silent> ;ah <a href=""></a>F"
7237 imap <buffer> <silent> ;s4 ;s4
7238 imap <buffer> <silent> ;4 ;4
7239 inoremap <buffer> <silent> ;mi :call MangleImageTag()
7240 inoremap <buffer> <silent> ; 
7241 inoremap <buffer> <silent> ;& &
7242 inoremap <buffer> <silent> ;; ;
7243 setlocal keymap=
7244 setlocal noarabic
7245 setlocal autoindent
7246 setlocal balloonexpr=
7247 setlocal nobinary
7248 setlocal bufhidden=
7249 setlocal buflisted
7250 setlocal buftype=
7251 setlocal nocindent
7252 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
7253 setlocal cinoptions=
7254 setlocal cinwords=if,else,while,do,for,switch
7255 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
7256 setlocal commentstring=<!--%s-->
7257 setlocal complete=.,w,b,u,t,i
7258 setlocal completefunc=
7259 setlocal nocopyindent
7260 setlocal nocursorcolumn
7261 setlocal nocursorline
7262 setlocal define=
7263 setlocal dictionary=
7264 setlocal nodiff
7265 setlocal equalprg=
7266 setlocal errorformat=
7267 setlocal noexpandtab
7268 if &filetype != 'html'
7269 setlocal filetype=html
7270 endif
7271 setlocal foldcolumn=0
7272 setlocal foldenable
7273 setlocal foldexpr=0
7274 setlocal foldignore=#
7275 setlocal foldlevel=0
7276 setlocal foldmarker={{{,}}}
7277 setlocal foldmethod=manual
7278 setlocal foldminlines=1
7279 setlocal foldnestmax=20
7280 setlocal foldtext=foldtext()
7281 setlocal formatexpr=
7282 setlocal formatoptions=tcq
7283 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
7284 setlocal grepprg=
7285 setlocal iminsert=2
7286 setlocal imsearch=2
7287 setlocal include=
7288 setlocal includeexpr=
7289 setlocal indentexpr=
7290 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
7291 setlocal noinfercase
7292 setlocal iskeyword=@,48-57,_,192-255
7293 setlocal keywordprg=
7294 setlocal nolinebreak
7295 setlocal nolisp
7296 setlocal nolist
7297 setlocal makeprg=
7298 setlocal matchpairs=(:),{:},[:],<:>
7299 setlocal nomodeline
7300 setlocal modifiable
7301 setlocal nrformats=octal,hex
7302 setlocal nonumber
7303 setlocal numberwidth=4
7304 setlocal omnifunc=htmlcomplete#CompleteTags
7305 setlocal path=
7306 setlocal nopreserveindent
7307 setlocal nopreviewwindow
7308 setlocal quoteescape=\\
7309 setlocal noreadonly
7310 setlocal norightleft
7311 setlocal rightleftcmd=search
7312 setlocal noscrollbind
7313 setlocal shiftwidth=8
7314 setlocal noshortname
7315 setlocal nosmartindent
7316 setlocal softtabstop=0
7317 setlocal nospell
7318 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
7319 setlocal spellfile=
7320 setlocal spelllang=en
7321 setlocal statusline=
7322 setlocal suffixesadd=
7323 setlocal swapfile
7324 setlocal synmaxcol=3000
7325 if &syntax != 'html'
7326 setlocal syntax=html
7327 endif
7328 setlocal tabstop=2
7329 setlocal tags=
7330 setlocal textwidth=0
7331 setlocal thesaurus=
7332 setlocal nowinfixheight
7333 setlocal nowinfixwidth
7334 setlocal wrap
7335 setlocal wrapmargin=0
7336 silent! normal! zE
7337 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
7338 if s:l < 1 | let s:l = 1 | endif
7339 exe s:l
7340 normal! zt
7341 1
7342 normal! 0
7343 tabedit restore-burn.html
7344 set splitbelow splitright
7345 set nosplitbelow
7346 set nosplitright
7347 wincmd t
7348 set winheight=1 winwidth=1
7349 argglobal
7350 18argu
7351 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
7352 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
7353 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
7354 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
7355 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
7356 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
7357 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
7358 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
7359 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
7360 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
7361 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
7362 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
7363 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
7364 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
7365 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
7366 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
7367 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
7368 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
7369 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">')
7370 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">')
7371 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
7372 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
7373 nnoremap <buffer> <silent> ; 
7374 nnoremap <buffer> <silent> ;; ;
7375 vnoremap <buffer> <silent> ;; ;
7376 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
7377 inoremap <buffer> <silent> &hA &hArr;
7378 inoremap <buffer> <silent> &dA &dArr;
7379 inoremap <buffer> <silent> &rA &rArr;
7380 inoremap <buffer> <silent> &uA &uArr;
7381 inoremap <buffer> <silent> &lA &lArr;
7382 inoremap <buffer> <silent> &ha &harr;
7383 inoremap <buffer> <silent> &da &darr;
7384 inoremap <buffer> <silent> &ra &rarr;
7385 inoremap <buffer> <silent> &ua &uarr;
7386 inoremap <buffer> <silent> &la &larr;
7387 inoremap <buffer> <silent> &pv &piv;
7388 inoremap <buffer> <silent> &uh &upsih;
7389 inoremap <buffer> <silent> &ts &thetasym;
7390 inoremap <buffer> <silent> &og &omega;
7391 inoremap <buffer> <silent> &ps &psi;
7392 inoremap <buffer> <silent> &ch &chi;
7393 inoremap <buffer> <silent> &ph &phi;
7394 inoremap <buffer> <silent> &up &upsilon;
7395 inoremap <buffer> <silent> &ta &tau;
7396 inoremap <buffer> <silent> &sf &sigmaf;
7397 inoremap <buffer> <silent> &si &sigma;
7398 inoremap <buffer> <silent> &rh &rho;
7399 inoremap <buffer> <silent> &pi &pi;
7400 inoremap <buffer> <silent> &oc &omicron;
7401 inoremap <buffer> <silent> &xi &xi;
7402 inoremap <buffer> <silent> &nu &nu;
7403 inoremap <buffer> <silent> &mu &mu;
7404 inoremap <buffer> <silent> &lm &lambda;
7405 inoremap <buffer> <silent> &ka &kappa;
7406 inoremap <buffer> <silent> &io &iota;
7407 inoremap <buffer> <silent> &th &theta;
7408 inoremap <buffer> <silent> &et &eta;
7409 inoremap <buffer> <silent> &ze &zeta;
7410 inoremap <buffer> <silent> &ep &epsilon;
7411 inoremap <buffer> <silent> &de &delta;
7412 inoremap <buffer> <silent> &ga &gamma;
7413 inoremap <buffer> <silent> &be &beta;
7414 inoremap <buffer> <silent> &al &alpha;
7415 inoremap <buffer> <silent> &Ps &Psi;
7416 inoremap <buffer> <silent> &Ch &Chi;
7417 inoremap <buffer> <silent> &Ph &Phi;
7418 inoremap <buffer> <silent> &Up &Upsilon;
7419 inoremap <buffer> <silent> &Ta &Tau;
7420 inoremap <buffer> <silent> &Si &Sigma;
7421 inoremap <buffer> <silent> &Rh &Rho;
7422 inoremap <buffer> <silent> &Pi &Pi;
7423 inoremap <buffer> <silent> &Oc &Omicron;
7424 inoremap <buffer> <silent> &Xi &Xi;
7425 inoremap <buffer> <silent> &Nu &Nu;
7426 inoremap <buffer> <silent> &Mu &Mu;
7427 inoremap <buffer> <silent> &Lm &Lambda;
7428 inoremap <buffer> <silent> &Ka &Kappa;
7429 inoremap <buffer> <silent> &Io &Iota;
7430 inoremap <buffer> <silent> &Th &Theta;
7431 inoremap <buffer> <silent> &Et &Eta;
7432 inoremap <buffer> <silent> &Ze &Zeta;
7433 inoremap <buffer> <silent> &Ep &Epsilon;
7434 inoremap <buffer> <silent> &De &Delta;
7435 inoremap <buffer> <silent> &Ga &Gamma;
7436 inoremap <buffer> <silent> &Be &Beta;
7437 inoremap <buffer> <silent> &Al &Alpha;
7438 inoremap <buffer> <silent> &3. &hellip;
7439 inoremap <buffer> <silent> &-- &mdash;
7440 inoremap <buffer> <silent> &3- &mdash;
7441 inoremap <buffer> <silent> &m- &mdash;
7442 inoremap <buffer> <silent> &2- &ndash;
7443 inoremap <buffer> <silent> &n- &ndash;
7444 inoremap <buffer> <silent> &34 &frac34;
7445 inoremap <buffer> <silent> &12 &frac12;
7446 inoremap <buffer> <silent> &14 &frac14;
7447 inoremap <buffer> <silent> &. &middot;
7448 inoremap <buffer> <silent> &pa &para;
7449 inoremap <buffer> <silent> &mi &micro;
7450 inoremap <buffer> <silent> &dg &deg;
7451 inoremap <buffer> <silent> &? &iquest;
7452 inoremap <buffer> <silent> &! &iexcl;
7453 inoremap <buffer> <silent> &sz &szlig;
7454 inoremap <buffer> <silent> &o/ &oslash;
7455 inoremap <buffer> <silent> &/ &divide;
7456 inoremap <buffer> <silent> &" &uml;
7457 inoremap <buffer> <silent> &2> &raquo;
7458 inoremap <buffer> <silent> &2< &laquo;
7459 inoremap <buffer> <silent> &y" &yuml;
7460 inoremap <buffer> <silent> &y' &yacute;
7461 inoremap <buffer> <silent> &u" &uuml;
7462 inoremap <buffer> <silent> &u^ &ucirc;
7463 inoremap <buffer> <silent> &u' &uacute;
7464 inoremap <buffer> <silent> &u` &ugrave;
7465 inoremap <buffer> <silent> &x &times;
7466 inoremap <buffer> <silent> &o" &ouml;
7467 inoremap <buffer> <silent> &o~ &otilde;
7468 inoremap <buffer> <silent> &o^ &ocirc;
7469 inoremap <buffer> <silent> &o' &oacute;
7470 inoremap <buffer> <silent> &o` &ograve;
7471 inoremap <buffer> <silent> &n~ &ntilde;
7472 inoremap <buffer> <silent> &i" &iuml;
7473 inoremap <buffer> <silent> &i^ &icirc;
7474 inoremap <buffer> <silent> &i' &iacute;
7475 inoremap <buffer> <silent> &i` &igrave;
7476 inoremap <buffer> <silent> &e" &euml;
7477 inoremap <buffer> <silent> &e^ &ecirc;
7478 inoremap <buffer> <silent> &e' &eacute;
7479 inoremap <buffer> <silent> &e` &egrave;
7480 inoremap <buffer> <silent> &c, &ccedil;
7481 inoremap <buffer> <silent> &ae &aelig;
7482 inoremap <buffer> <silent> &ao &aring;
7483 inoremap <buffer> <silent> &a" &auml;
7484 inoremap <buffer> <silent> &a~ &atilde;
7485 inoremap <buffer> <silent> &a^ &acirc;
7486 inoremap <buffer> <silent> &a' &aacute;
7487 inoremap <buffer> <silent> &a` &agrave;
7488 inoremap <buffer> <silent> &Y' &Yacute;
7489 inoremap <buffer> <silent> &U" &Uuml;
7490 inoremap <buffer> <silent> &U^ &Ucirc;
7491 inoremap <buffer> <silent> &U' &Uacute;
7492 inoremap <buffer> <silent> &U` &Ugrave;
7493 inoremap <buffer> <silent> &O/ &Oslash;
7494 inoremap <buffer> <silent> &O" &Ouml;
7495 inoremap <buffer> <silent> &O~ &Otilde;
7496 inoremap <buffer> <silent> &O^ &Ocirc;
7497 inoremap <buffer> <silent> &O' &Oacute;
7498 inoremap <buffer> <silent> &O` &Ograve;
7499 inoremap <buffer> <silent> &N~ &Ntilde;
7500 inoremap <buffer> <silent> &I" &Iuml;
7501 inoremap <buffer> <silent> &I^ &Icirc;
7502 inoremap <buffer> <silent> &I' &Iacute;
7503 inoremap <buffer> <silent> &I` &Igrave;
7504 inoremap <buffer> <silent> &E" &Euml;
7505 inoremap <buffer> <silent> &E^ &Ecirc;
7506 inoremap <buffer> <silent> &E' &Eacute;
7507 inoremap <buffer> <silent> &E` &Egrave;
7508 inoremap <buffer> <silent> &C, &Ccedil;
7509 inoremap <buffer> <silent> &AE &AElig;
7510 inoremap <buffer> <silent> &Ao &Aring;
7511 inoremap <buffer> <silent> &A" &Auml;
7512 inoremap <buffer> <silent> &A~ &Atilde;
7513 inoremap <buffer> <silent> &A^ &Acirc;
7514 inoremap <buffer> <silent> &A' &Aacute;
7515 inoremap <buffer> <silent> &A` &Agrave;
7516 inoremap <buffer> <silent> &c| &cent;
7517 inoremap <buffer> <silent> &Y= &yen;
7518 inoremap <buffer> <silent> &# &pound;
7519 inoremap <buffer> <silent> & &nbsp;
7520 inoremap <buffer> <silent> &> &gt;
7521 inoremap <buffer> <silent> &< &lt;
7522 inoremap <buffer> <silent> &' &quot;
7523 inoremap <buffer> <silent> &tm &trade;
7524 inoremap <buffer> <silent> &rO &reg;
7525 inoremap <buffer> <silent> &cO &copy;
7526 inoremap <buffer> <silent> && &amp;
7527 inoremap <buffer> <silent> ; &nbsp;
7528 inoremap <buffer> <silent> ;la <label for=""></label>F"
7529 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
7530 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
7531 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
7532 </textarea>k$5F"i
7533 inoremap <buffer> <silent> ;og <optgroup label="">
7534 </optgroup>k$F"i
7535 inoremap <buffer> <silent> ;op <option></option>F<
7536 inoremap <buffer> <silent> ;ms <select name="" multiple>
7537 </select>O
7538 inoremap <buffer> <silent> ;se <select name="">
7539 </select>O
7540 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
7541 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
7542 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
7543 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
7544 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
7545 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
7546 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
7547 inoremap <buffer> <silent> ;fm <form action="">
7548 </form>k$F"i
7549 inoremap <buffer> <silent> ;if <iframe src="">
7550 </iframe>k$F"i
7551 inoremap <buffer> <silent> ;nf <noframes>
7552 </noframes>O
7553 inoremap <buffer> <silent> ;fr <frame src="">F"
7554 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
7555 </frameset>k$3F"i
7556 inoremap <buffer> <silent> ;th <th></th>F<
7557 inoremap <buffer> <silent> ;td <td>
7558 </td>O
7559 inoremap <buffer> <silent> ;tr <tr>
7560 </tr>O
7561 inoremap <buffer> <silent> ;tf <tfoot>
7562 </tfoot>O
7563 inoremap <buffer> <silent> ;tb <tbody>
7564 </tbody>O
7565 inoremap <buffer> <silent> ;tH <thead>
7566 </thead>O
7567 inoremap <buffer> <silent> ;ta <table>
7568 </table>O
7569 inoremap <buffer> <silent> ;ca <caption></caption>F<
7570 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
7571 </object>k$5F"i
7572 inoremap <buffer> <silent> ;ns <noscript>
7573 </noscripT>O
7574 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
7575 <noembed></noembed>k$5F"i
7576 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
7577 inoremap <buffer> <silent> ;va <var></var>F<
7578 inoremap <buffer> <silent> ;ul <ul>
7579 </ul>O
7580 inoremap <buffer> <silent> ;tt <tt></tt>F<
7581 inoremap <buffer> <silent> ;ti <title></title>F<
7582 inoremap <buffer> <silent> ;sp <sup></sup>F<
7583 inoremap <buffer> <silent> ;sb <sub></sub>F<
7584 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
7585 inoremap <buffer> <silent> ;cs <style type="text/css">
7586 <!--
7587 -->
7588 </style>kO
7589 inoremap <buffer> <silent> ;sm <small></small>F<
7590 inoremap <buffer> <silent> ;sa <samp></samp>F<
7591 inoremap <buffer> <silent> ;sk <strike></strike>F<
7592 inoremap <buffer> <silent> ;qu <q></q>F<
7593 inoremap <buffer> <silent> ;pr <pre>
7594 </pre>O
7595 inoremap <buffer> <silent> ;/p </p>
7596 
7597 <p>
7598 inoremap <buffer> <silent> ;pp <p>
7599 </p>O
7600 inoremap <buffer> <silent> ;ol <ol>
7601 </ol>O
7602 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
7603 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
7604 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
7605 inoremap <buffer> <silent> ;lk <link href="">F"
7606 inoremap <buffer> <silent> ;li <li></li>F<
7607 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
7608 inoremap <buffer> <silent> ;ii <isindex>
7609 inoremap <buffer> <silent> ;in <ins></ins>F<
7610 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
7611 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
7612 inoremap <buffer> <silent> ;ht <html>
7613 </html>O
7614 inoremap <buffer> <silent> ;Hr <hr width="75%">
7615 inoremap <buffer> <silent> ;hr <hr>
7616 inoremap <buffer> <silent> ;he <head>
7617 </head>O
7618 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
7619 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
7620 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
7621 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
7622 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
7623 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
7624 inoremap <buffer> <silent> ;h6 <h6></h6>F<
7625 inoremap <buffer> <silent> ;h5 <h5></h5>F<
7626 inoremap <buffer> <silent> ;h4 <h4></h4>F<
7627 inoremap <buffer> <silent> ;h3 <h3></h3>F<
7628 inoremap <buffer> <silent> ;h2 <h2></h2>F<
7629 inoremap <buffer> <silent> ;h1 <h1></h1>F<
7630 inoremap <buffer> <silent> ;fc <font color=""></font>F"
7631 inoremap <buffer> <silent> ;fo <font size=""></font>F"
7632 inoremap <buffer> <silent> ;sn <span></span>F<
7633 inoremap <buffer> <silent> ;dv <div>
7634 </div>O
7635 inoremap <buffer> <silent> ;df <dfn></dfn>F<
7636 inoremap <buffer> <silent> ;de <del></del>F<
7637 inoremap <buffer> <silent> ;dd <dd></dd>F<
7638 inoremap <buffer> <silent> ;dt <dt></dt>F<
7639 inoremap <buffer> <silent> ;dl <dl>
7640 </dl>O
7641 inoremap <buffer> <silent> ;co <code></code>F<
7642 inoremap <buffer> <silent> ;ci <cite></cite>F<
7643 inoremap <buffer> <silent> ;ce <center></center>F<
7644 inoremap <buffer> <silent> ;br <br>
7645 inoremap <buffer> <silent> ;bd <body>
7646 </body>O
7647 inoremap <buffer> <silent> ;bl <blockquote>
7648 </blockquote>O
7649 inoremap <buffer> <silent> ;bi <big></big>F<
7650 inoremap <buffer> <silent> ;bh <base href="">F"
7651 inoremap <buffer> <silent> ;ad <address></address>F<
7652 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
7653 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
7654 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
7655 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
7656 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
7657 inoremap <buffer> <silent> ;an <a name=""></a>F"
7658 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
7659 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
7660 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
7661 inoremap <buffer> <silent> ;ah <a href=""></a>F"
7662 imap <buffer> <silent> ;s4 ;s4
7663 imap <buffer> <silent> ;4 ;4
7664 inoremap <buffer> <silent> ;mi :call MangleImageTag()
7665 inoremap <buffer> <silent> ; 
7666 inoremap <buffer> <silent> ;& &
7667 inoremap <buffer> <silent> ;; ;
7668 setlocal keymap=
7669 setlocal noarabic
7670 setlocal autoindent
7671 setlocal balloonexpr=
7672 setlocal nobinary
7673 setlocal bufhidden=
7674 setlocal buflisted
7675 setlocal buftype=
7676 setlocal nocindent
7677 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
7678 setlocal cinoptions=
7679 setlocal cinwords=if,else,while,do,for,switch
7680 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
7681 setlocal commentstring=<!--%s-->
7682 setlocal complete=.,w,b,u,t,i
7683 setlocal completefunc=
7684 setlocal nocopyindent
7685 setlocal nocursorcolumn
7686 setlocal nocursorline
7687 setlocal define=
7688 setlocal dictionary=
7689 setlocal nodiff
7690 setlocal equalprg=
7691 setlocal errorformat=
7692 setlocal noexpandtab
7693 if &filetype != 'html'
7694 setlocal filetype=html
7695 endif
7696 setlocal foldcolumn=0
7697 setlocal foldenable
7698 setlocal foldexpr=0
7699 setlocal foldignore=#
7700 setlocal foldlevel=0
7701 setlocal foldmarker={{{,}}}
7702 setlocal foldmethod=manual
7703 setlocal foldminlines=1
7704 setlocal foldnestmax=20
7705 setlocal foldtext=foldtext()
7706 setlocal formatexpr=
7707 setlocal formatoptions=tcq
7708 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
7709 setlocal grepprg=
7710 setlocal iminsert=2
7711 setlocal imsearch=2
7712 setlocal include=
7713 setlocal includeexpr=
7714 setlocal indentexpr=
7715 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
7716 setlocal noinfercase
7717 setlocal iskeyword=@,48-57,_,192-255
7718 setlocal keywordprg=
7719 setlocal nolinebreak
7720 setlocal nolisp
7721 setlocal nolist
7722 setlocal makeprg=
7723 setlocal matchpairs=(:),{:},[:],<:>
7724 setlocal nomodeline
7725 setlocal modifiable
7726 setlocal nrformats=octal,hex
7727 setlocal nonumber
7728 setlocal numberwidth=4
7729 setlocal omnifunc=htmlcomplete#CompleteTags
7730 setlocal path=
7731 setlocal nopreserveindent
7732 setlocal nopreviewwindow
7733 setlocal quoteescape=\\
7734 setlocal noreadonly
7735 setlocal norightleft
7736 setlocal rightleftcmd=search
7737 setlocal noscrollbind
7738 setlocal shiftwidth=8
7739 setlocal noshortname
7740 setlocal nosmartindent
7741 setlocal softtabstop=0
7742 setlocal nospell
7743 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
7744 setlocal spellfile=
7745 setlocal spelllang=en
7746 setlocal statusline=
7747 setlocal suffixesadd=
7748 setlocal swapfile
7749 setlocal synmaxcol=3000
7750 if &syntax != 'html'
7751 setlocal syntax=html
7752 endif
7753 setlocal tabstop=2
7754 setlocal tags=
7755 setlocal textwidth=0
7756 setlocal thesaurus=
7757 setlocal nowinfixheight
7758 setlocal nowinfixwidth
7759 setlocal wrap
7760 setlocal wrapmargin=0
7761 silent! normal! zE
7762 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
7763 if s:l < 1 | let s:l = 1 | endif
7764 exe s:l
7765 normal! zt
7766 1
7767 normal! 0
7768 tabedit restore.html
7769 set splitbelow splitright
7770 set nosplitbelow
7771 set nosplitright
7772 wincmd t
7773 set winheight=1 winwidth=1
7774 argglobal
7775 19argu
7776 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
7777 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
7778 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
7779 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
7780 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
7781 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
7782 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
7783 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
7784 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
7785 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
7786 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
7787 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
7788 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
7789 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
7790 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
7791 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
7792 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
7793 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
7794 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">')
7795 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">')
7796 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
7797 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
7798 nnoremap <buffer> <silent> ; 
7799 nnoremap <buffer> <silent> ;; ;
7800 vnoremap <buffer> <silent> ;; ;
7801 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
7802 inoremap <buffer> <silent> &hA &hArr;
7803 inoremap <buffer> <silent> &dA &dArr;
7804 inoremap <buffer> <silent> &rA &rArr;
7805 inoremap <buffer> <silent> &uA &uArr;
7806 inoremap <buffer> <silent> &lA &lArr;
7807 inoremap <buffer> <silent> &ha &harr;
7808 inoremap <buffer> <silent> &da &darr;
7809 inoremap <buffer> <silent> &ra &rarr;
7810 inoremap <buffer> <silent> &ua &uarr;
7811 inoremap <buffer> <silent> &la &larr;
7812 inoremap <buffer> <silent> &pv &piv;
7813 inoremap <buffer> <silent> &uh &upsih;
7814 inoremap <buffer> <silent> &ts &thetasym;
7815 inoremap <buffer> <silent> &og &omega;
7816 inoremap <buffer> <silent> &ps &psi;
7817 inoremap <buffer> <silent> &ch &chi;
7818 inoremap <buffer> <silent> &ph &phi;
7819 inoremap <buffer> <silent> &up &upsilon;
7820 inoremap <buffer> <silent> &ta &tau;
7821 inoremap <buffer> <silent> &sf &sigmaf;
7822 inoremap <buffer> <silent> &si &sigma;
7823 inoremap <buffer> <silent> &rh &rho;
7824 inoremap <buffer> <silent> &pi &pi;
7825 inoremap <buffer> <silent> &oc &omicron;
7826 inoremap <buffer> <silent> &xi &xi;
7827 inoremap <buffer> <silent> &nu &nu;
7828 inoremap <buffer> <silent> &mu &mu;
7829 inoremap <buffer> <silent> &lm &lambda;
7830 inoremap <buffer> <silent> &ka &kappa;
7831 inoremap <buffer> <silent> &io &iota;
7832 inoremap <buffer> <silent> &th &theta;
7833 inoremap <buffer> <silent> &et &eta;
7834 inoremap <buffer> <silent> &ze &zeta;
7835 inoremap <buffer> <silent> &ep &epsilon;
7836 inoremap <buffer> <silent> &de &delta;
7837 inoremap <buffer> <silent> &ga &gamma;
7838 inoremap <buffer> <silent> &be &beta;
7839 inoremap <buffer> <silent> &al &alpha;
7840 inoremap <buffer> <silent> &Ps &Psi;
7841 inoremap <buffer> <silent> &Ch &Chi;
7842 inoremap <buffer> <silent> &Ph &Phi;
7843 inoremap <buffer> <silent> &Up &Upsilon;
7844 inoremap <buffer> <silent> &Ta &Tau;
7845 inoremap <buffer> <silent> &Si &Sigma;
7846 inoremap <buffer> <silent> &Rh &Rho;
7847 inoremap <buffer> <silent> &Pi &Pi;
7848 inoremap <buffer> <silent> &Oc &Omicron;
7849 inoremap <buffer> <silent> &Xi &Xi;
7850 inoremap <buffer> <silent> &Nu &Nu;
7851 inoremap <buffer> <silent> &Mu &Mu;
7852 inoremap <buffer> <silent> &Lm &Lambda;
7853 inoremap <buffer> <silent> &Ka &Kappa;
7854 inoremap <buffer> <silent> &Io &Iota;
7855 inoremap <buffer> <silent> &Th &Theta;
7856 inoremap <buffer> <silent> &Et &Eta;
7857 inoremap <buffer> <silent> &Ze &Zeta;
7858 inoremap <buffer> <silent> &Ep &Epsilon;
7859 inoremap <buffer> <silent> &De &Delta;
7860 inoremap <buffer> <silent> &Ga &Gamma;
7861 inoremap <buffer> <silent> &Be &Beta;
7862 inoremap <buffer> <silent> &Al &Alpha;
7863 inoremap <buffer> <silent> &3. &hellip;
7864 inoremap <buffer> <silent> &-- &mdash;
7865 inoremap <buffer> <silent> &3- &mdash;
7866 inoremap <buffer> <silent> &m- &mdash;
7867 inoremap <buffer> <silent> &2- &ndash;
7868 inoremap <buffer> <silent> &n- &ndash;
7869 inoremap <buffer> <silent> &34 &frac34;
7870 inoremap <buffer> <silent> &12 &frac12;
7871 inoremap <buffer> <silent> &14 &frac14;
7872 inoremap <buffer> <silent> &. &middot;
7873 inoremap <buffer> <silent> &pa &para;
7874 inoremap <buffer> <silent> &mi &micro;
7875 inoremap <buffer> <silent> &dg &deg;
7876 inoremap <buffer> <silent> &? &iquest;
7877 inoremap <buffer> <silent> &! &iexcl;
7878 inoremap <buffer> <silent> &sz &szlig;
7879 inoremap <buffer> <silent> &o/ &oslash;
7880 inoremap <buffer> <silent> &/ &divide;
7881 inoremap <buffer> <silent> &" &uml;
7882 inoremap <buffer> <silent> &2> &raquo;
7883 inoremap <buffer> <silent> &2< &laquo;
7884 inoremap <buffer> <silent> &y" &yuml;
7885 inoremap <buffer> <silent> &y' &yacute;
7886 inoremap <buffer> <silent> &u" &uuml;
7887 inoremap <buffer> <silent> &u^ &ucirc;
7888 inoremap <buffer> <silent> &u' &uacute;
7889 inoremap <buffer> <silent> &u` &ugrave;
7890 inoremap <buffer> <silent> &x &times;
7891 inoremap <buffer> <silent> &o" &ouml;
7892 inoremap <buffer> <silent> &o~ &otilde;
7893 inoremap <buffer> <silent> &o^ &ocirc;
7894 inoremap <buffer> <silent> &o' &oacute;
7895 inoremap <buffer> <silent> &o` &ograve;
7896 inoremap <buffer> <silent> &n~ &ntilde;
7897 inoremap <buffer> <silent> &i" &iuml;
7898 inoremap <buffer> <silent> &i^ &icirc;
7899 inoremap <buffer> <silent> &i' &iacute;
7900 inoremap <buffer> <silent> &i` &igrave;
7901 inoremap <buffer> <silent> &e" &euml;
7902 inoremap <buffer> <silent> &e^ &ecirc;
7903 inoremap <buffer> <silent> &e' &eacute;
7904 inoremap <buffer> <silent> &e` &egrave;
7905 inoremap <buffer> <silent> &c, &ccedil;
7906 inoremap <buffer> <silent> &ae &aelig;
7907 inoremap <buffer> <silent> &ao &aring;
7908 inoremap <buffer> <silent> &a" &auml;
7909 inoremap <buffer> <silent> &a~ &atilde;
7910 inoremap <buffer> <silent> &a^ &acirc;
7911 inoremap <buffer> <silent> &a' &aacute;
7912 inoremap <buffer> <silent> &a` &agrave;
7913 inoremap <buffer> <silent> &Y' &Yacute;
7914 inoremap <buffer> <silent> &U" &Uuml;
7915 inoremap <buffer> <silent> &U^ &Ucirc;
7916 inoremap <buffer> <silent> &U' &Uacute;
7917 inoremap <buffer> <silent> &U` &Ugrave;
7918 inoremap <buffer> <silent> &O/ &Oslash;
7919 inoremap <buffer> <silent> &O" &Ouml;
7920 inoremap <buffer> <silent> &O~ &Otilde;
7921 inoremap <buffer> <silent> &O^ &Ocirc;
7922 inoremap <buffer> <silent> &O' &Oacute;
7923 inoremap <buffer> <silent> &O` &Ograve;
7924 inoremap <buffer> <silent> &N~ &Ntilde;
7925 inoremap <buffer> <silent> &I" &Iuml;
7926 inoremap <buffer> <silent> &I^ &Icirc;
7927 inoremap <buffer> <silent> &I' &Iacute;
7928 inoremap <buffer> <silent> &I` &Igrave;
7929 inoremap <buffer> <silent> &E" &Euml;
7930 inoremap <buffer> <silent> &E^ &Ecirc;
7931 inoremap <buffer> <silent> &E' &Eacute;
7932 inoremap <buffer> <silent> &E` &Egrave;
7933 inoremap <buffer> <silent> &C, &Ccedil;
7934 inoremap <buffer> <silent> &AE &AElig;
7935 inoremap <buffer> <silent> &Ao &Aring;
7936 inoremap <buffer> <silent> &A" &Auml;
7937 inoremap <buffer> <silent> &A~ &Atilde;
7938 inoremap <buffer> <silent> &A^ &Acirc;
7939 inoremap <buffer> <silent> &A' &Aacute;
7940 inoremap <buffer> <silent> &A` &Agrave;
7941 inoremap <buffer> <silent> &c| &cent;
7942 inoremap <buffer> <silent> &Y= &yen;
7943 inoremap <buffer> <silent> &# &pound;
7944 inoremap <buffer> <silent> & &nbsp;
7945 inoremap <buffer> <silent> &> &gt;
7946 inoremap <buffer> <silent> &< &lt;
7947 inoremap <buffer> <silent> &' &quot;
7948 inoremap <buffer> <silent> &tm &trade;
7949 inoremap <buffer> <silent> &rO &reg;
7950 inoremap <buffer> <silent> &cO &copy;
7951 inoremap <buffer> <silent> && &amp;
7952 inoremap <buffer> <silent> ; &nbsp;
7953 inoremap <buffer> <silent> ;la <label for=""></label>F"
7954 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
7955 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
7956 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
7957 </textarea>k$5F"i
7958 inoremap <buffer> <silent> ;og <optgroup label="">
7959 </optgroup>k$F"i
7960 inoremap <buffer> <silent> ;op <option></option>F<
7961 inoremap <buffer> <silent> ;ms <select name="" multiple>
7962 </select>O
7963 inoremap <buffer> <silent> ;se <select name="">
7964 </select>O
7965 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
7966 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
7967 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
7968 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
7969 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
7970 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
7971 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
7972 inoremap <buffer> <silent> ;fm <form action="">
7973 </form>k$F"i
7974 inoremap <buffer> <silent> ;if <iframe src="">
7975 </iframe>k$F"i
7976 inoremap <buffer> <silent> ;nf <noframes>
7977 </noframes>O
7978 inoremap <buffer> <silent> ;fr <frame src="">F"
7979 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
7980 </frameset>k$3F"i
7981 inoremap <buffer> <silent> ;th <th></th>F<
7982 inoremap <buffer> <silent> ;td <td>
7983 </td>O
7984 inoremap <buffer> <silent> ;tr <tr>
7985 </tr>O
7986 inoremap <buffer> <silent> ;tf <tfoot>
7987 </tfoot>O
7988 inoremap <buffer> <silent> ;tb <tbody>
7989 </tbody>O
7990 inoremap <buffer> <silent> ;tH <thead>
7991 </thead>O
7992 inoremap <buffer> <silent> ;ta <table>
7993 </table>O
7994 inoremap <buffer> <silent> ;ca <caption></caption>F<
7995 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
7996 </object>k$5F"i
7997 inoremap <buffer> <silent> ;ns <noscript>
7998 </noscripT>O
7999 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
8000 <noembed></noembed>k$5F"i
8001 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
8002 inoremap <buffer> <silent> ;va <var></var>F<
8003 inoremap <buffer> <silent> ;ul <ul>
8004 </ul>O
8005 inoremap <buffer> <silent> ;tt <tt></tt>F<
8006 inoremap <buffer> <silent> ;ti <title></title>F<
8007 inoremap <buffer> <silent> ;sp <sup></sup>F<
8008 inoremap <buffer> <silent> ;sb <sub></sub>F<
8009 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
8010 inoremap <buffer> <silent> ;cs <style type="text/css">
8011 <!--
8012 -->
8013 </style>kO
8014 inoremap <buffer> <silent> ;sm <small></small>F<
8015 inoremap <buffer> <silent> ;sa <samp></samp>F<
8016 inoremap <buffer> <silent> ;sk <strike></strike>F<
8017 inoremap <buffer> <silent> ;qu <q></q>F<
8018 inoremap <buffer> <silent> ;pr <pre>
8019 </pre>O
8020 inoremap <buffer> <silent> ;/p </p>
8021 
8022 <p>
8023 inoremap <buffer> <silent> ;pp <p>
8024 </p>O
8025 inoremap <buffer> <silent> ;ol <ol>
8026 </ol>O
8027 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
8028 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
8029 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
8030 inoremap <buffer> <silent> ;lk <link href="">F"
8031 inoremap <buffer> <silent> ;li <li></li>F<
8032 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
8033 inoremap <buffer> <silent> ;ii <isindex>
8034 inoremap <buffer> <silent> ;in <ins></ins>F<
8035 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
8036 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
8037 inoremap <buffer> <silent> ;ht <html>
8038 </html>O
8039 inoremap <buffer> <silent> ;Hr <hr width="75%">
8040 inoremap <buffer> <silent> ;hr <hr>
8041 inoremap <buffer> <silent> ;he <head>
8042 </head>O
8043 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
8044 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
8045 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
8046 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
8047 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
8048 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
8049 inoremap <buffer> <silent> ;h6 <h6></h6>F<
8050 inoremap <buffer> <silent> ;h5 <h5></h5>F<
8051 inoremap <buffer> <silent> ;h4 <h4></h4>F<
8052 inoremap <buffer> <silent> ;h3 <h3></h3>F<
8053 inoremap <buffer> <silent> ;h2 <h2></h2>F<
8054 inoremap <buffer> <silent> ;h1 <h1></h1>F<
8055 inoremap <buffer> <silent> ;fc <font color=""></font>F"
8056 inoremap <buffer> <silent> ;fo <font size=""></font>F"
8057 inoremap <buffer> <silent> ;sn <span></span>F<
8058 inoremap <buffer> <silent> ;dv <div>
8059 </div>O
8060 inoremap <buffer> <silent> ;df <dfn></dfn>F<
8061 inoremap <buffer> <silent> ;de <del></del>F<
8062 inoremap <buffer> <silent> ;dd <dd></dd>F<
8063 inoremap <buffer> <silent> ;dt <dt></dt>F<
8064 inoremap <buffer> <silent> ;dl <dl>
8065 </dl>O
8066 inoremap <buffer> <silent> ;co <code></code>F<
8067 inoremap <buffer> <silent> ;ci <cite></cite>F<
8068 inoremap <buffer> <silent> ;ce <center></center>F<
8069 inoremap <buffer> <silent> ;br <br>
8070 inoremap <buffer> <silent> ;bd <body>
8071 </body>O
8072 inoremap <buffer> <silent> ;bl <blockquote>
8073 </blockquote>O
8074 inoremap <buffer> <silent> ;bi <big></big>F<
8075 inoremap <buffer> <silent> ;bh <base href="">F"
8076 inoremap <buffer> <silent> ;ad <address></address>F<
8077 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
8078 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
8079 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
8080 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
8081 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
8082 inoremap <buffer> <silent> ;an <a name=""></a>F"
8083 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
8084 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
8085 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
8086 inoremap <buffer> <silent> ;ah <a href=""></a>F"
8087 imap <buffer> <silent> ;s4 ;s4
8088 imap <buffer> <silent> ;4 ;4
8089 inoremap <buffer> <silent> ;mi :call MangleImageTag()
8090 inoremap <buffer> <silent> ; 
8091 inoremap <buffer> <silent> ;& &
8092 inoremap <buffer> <silent> ;; ;
8093 setlocal keymap=
8094 setlocal noarabic
8095 setlocal autoindent
8096 setlocal balloonexpr=
8097 setlocal nobinary
8098 setlocal bufhidden=
8099 setlocal buflisted
8100 setlocal buftype=
8101 setlocal nocindent
8102 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
8103 setlocal cinoptions=
8104 setlocal cinwords=if,else,while,do,for,switch
8105 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
8106 setlocal commentstring=<!--%s-->
8107 setlocal complete=.,w,b,u,t,i
8108 setlocal completefunc=
8109 setlocal nocopyindent
8110 setlocal nocursorcolumn
8111 setlocal nocursorline
8112 setlocal define=
8113 setlocal dictionary=
8114 setlocal nodiff
8115 setlocal equalprg=
8116 setlocal errorformat=
8117 setlocal noexpandtab
8118 if &filetype != 'html'
8119 setlocal filetype=html
8120 endif
8121 setlocal foldcolumn=0
8122 setlocal foldenable
8123 setlocal foldexpr=0
8124 setlocal foldignore=#
8125 setlocal foldlevel=0
8126 setlocal foldmarker={{{,}}}
8127 setlocal foldmethod=manual
8128 setlocal foldminlines=1
8129 setlocal foldnestmax=20
8130 setlocal foldtext=foldtext()
8131 setlocal formatexpr=
8132 setlocal formatoptions=tcq
8133 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
8134 setlocal grepprg=
8135 setlocal iminsert=2
8136 setlocal imsearch=2
8137 setlocal include=
8138 setlocal includeexpr=
8139 setlocal indentexpr=
8140 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
8141 setlocal noinfercase
8142 setlocal iskeyword=@,48-57,_,192-255
8143 setlocal keywordprg=
8144 setlocal nolinebreak
8145 setlocal nolisp
8146 setlocal nolist
8147 setlocal makeprg=
8148 setlocal matchpairs=(:),{:},[:],<:>
8149 setlocal nomodeline
8150 setlocal modifiable
8151 setlocal nrformats=octal,hex
8152 setlocal nonumber
8153 setlocal numberwidth=4
8154 setlocal omnifunc=htmlcomplete#CompleteTags
8155 setlocal path=
8156 setlocal nopreserveindent
8157 setlocal nopreviewwindow
8158 setlocal quoteescape=\\
8159 setlocal noreadonly
8160 setlocal norightleft
8161 setlocal rightleftcmd=search
8162 setlocal noscrollbind
8163 setlocal shiftwidth=8
8164 setlocal noshortname
8165 setlocal nosmartindent
8166 setlocal softtabstop=0
8167 setlocal nospell
8168 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
8169 setlocal spellfile=
8170 setlocal spelllang=en
8171 setlocal statusline=
8172 setlocal suffixesadd=
8173 setlocal swapfile
8174 setlocal synmaxcol=3000
8175 if &syntax != 'html'
8176 setlocal syntax=html
8177 endif
8178 setlocal tabstop=2
8179 setlocal tags=
8180 setlocal textwidth=0
8181 setlocal thesaurus=
8182 setlocal nowinfixheight
8183 setlocal nowinfixwidth
8184 setlocal wrap
8185 setlocal wrapmargin=0
8186 silent! normal! zE
8187 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
8188 if s:l < 1 | let s:l = 1 | endif
8189 exe s:l
8190 normal! zt
8191 1
8192 normal! 0
8193 tabedit screenshots.html
8194 set splitbelow splitright
8195 set nosplitbelow
8196 set nosplitright
8197 wincmd t
8198 set winheight=1 winwidth=1
8199 argglobal
8200 20argu
8201 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
8202 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
8203 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
8204 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
8205 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
8206 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
8207 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
8208 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
8209 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
8210 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
8211 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
8212 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
8213 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
8214 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
8215 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
8216 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
8217 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
8218 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
8219 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">')
8220 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">')
8221 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
8222 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
8223 nnoremap <buffer> <silent> ; 
8224 nnoremap <buffer> <silent> ;; ;
8225 vnoremap <buffer> <silent> ;; ;
8226 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
8227 inoremap <buffer> <silent> &hA &hArr;
8228 inoremap <buffer> <silent> &dA &dArr;
8229 inoremap <buffer> <silent> &rA &rArr;
8230 inoremap <buffer> <silent> &uA &uArr;
8231 inoremap <buffer> <silent> &lA &lArr;
8232 inoremap <buffer> <silent> &ha &harr;
8233 inoremap <buffer> <silent> &da &darr;
8234 inoremap <buffer> <silent> &ra &rarr;
8235 inoremap <buffer> <silent> &ua &uarr;
8236 inoremap <buffer> <silent> &la &larr;
8237 inoremap <buffer> <silent> &pv &piv;
8238 inoremap <buffer> <silent> &uh &upsih;
8239 inoremap <buffer> <silent> &ts &thetasym;
8240 inoremap <buffer> <silent> &og &omega;
8241 inoremap <buffer> <silent> &ps &psi;
8242 inoremap <buffer> <silent> &ch &chi;
8243 inoremap <buffer> <silent> &ph &phi;
8244 inoremap <buffer> <silent> &up &upsilon;
8245 inoremap <buffer> <silent> &ta &tau;
8246 inoremap <buffer> <silent> &sf &sigmaf;
8247 inoremap <buffer> <silent> &si &sigma;
8248 inoremap <buffer> <silent> &rh &rho;
8249 inoremap <buffer> <silent> &pi &pi;
8250 inoremap <buffer> <silent> &oc &omicron;
8251 inoremap <buffer> <silent> &xi &xi;
8252 inoremap <buffer> <silent> &nu &nu;
8253 inoremap <buffer> <silent> &mu &mu;
8254 inoremap <buffer> <silent> &lm &lambda;
8255 inoremap <buffer> <silent> &ka &kappa;
8256 inoremap <buffer> <silent> &io &iota;
8257 inoremap <buffer> <silent> &th &theta;
8258 inoremap <buffer> <silent> &et &eta;
8259 inoremap <buffer> <silent> &ze &zeta;
8260 inoremap <buffer> <silent> &ep &epsilon;
8261 inoremap <buffer> <silent> &de &delta;
8262 inoremap <buffer> <silent> &ga &gamma;
8263 inoremap <buffer> <silent> &be &beta;
8264 inoremap <buffer> <silent> &al &alpha;
8265 inoremap <buffer> <silent> &Ps &Psi;
8266 inoremap <buffer> <silent> &Ch &Chi;
8267 inoremap <buffer> <silent> &Ph &Phi;
8268 inoremap <buffer> <silent> &Up &Upsilon;
8269 inoremap <buffer> <silent> &Ta &Tau;
8270 inoremap <buffer> <silent> &Si &Sigma;
8271 inoremap <buffer> <silent> &Rh &Rho;
8272 inoremap <buffer> <silent> &Pi &Pi;
8273 inoremap <buffer> <silent> &Oc &Omicron;
8274 inoremap <buffer> <silent> &Xi &Xi;
8275 inoremap <buffer> <silent> &Nu &Nu;
8276 inoremap <buffer> <silent> &Mu &Mu;
8277 inoremap <buffer> <silent> &Lm &Lambda;
8278 inoremap <buffer> <silent> &Ka &Kappa;
8279 inoremap <buffer> <silent> &Io &Iota;
8280 inoremap <buffer> <silent> &Th &Theta;
8281 inoremap <buffer> <silent> &Et &Eta;
8282 inoremap <buffer> <silent> &Ze &Zeta;
8283 inoremap <buffer> <silent> &Ep &Epsilon;
8284 inoremap <buffer> <silent> &De &Delta;
8285 inoremap <buffer> <silent> &Ga &Gamma;
8286 inoremap <buffer> <silent> &Be &Beta;
8287 inoremap <buffer> <silent> &Al &Alpha;
8288 inoremap <buffer> <silent> &3. &hellip;
8289 inoremap <buffer> <silent> &-- &mdash;
8290 inoremap <buffer> <silent> &3- &mdash;
8291 inoremap <buffer> <silent> &m- &mdash;
8292 inoremap <buffer> <silent> &2- &ndash;
8293 inoremap <buffer> <silent> &n- &ndash;
8294 inoremap <buffer> <silent> &34 &frac34;
8295 inoremap <buffer> <silent> &12 &frac12;
8296 inoremap <buffer> <silent> &14 &frac14;
8297 inoremap <buffer> <silent> &. &middot;
8298 inoremap <buffer> <silent> &pa &para;
8299 inoremap <buffer> <silent> &mi &micro;
8300 inoremap <buffer> <silent> &dg &deg;
8301 inoremap <buffer> <silent> &? &iquest;
8302 inoremap <buffer> <silent> &! &iexcl;
8303 inoremap <buffer> <silent> &sz &szlig;
8304 inoremap <buffer> <silent> &o/ &oslash;
8305 inoremap <buffer> <silent> &/ &divide;
8306 inoremap <buffer> <silent> &" &uml;
8307 inoremap <buffer> <silent> &2> &raquo;
8308 inoremap <buffer> <silent> &2< &laquo;
8309 inoremap <buffer> <silent> &y" &yuml;
8310 inoremap <buffer> <silent> &y' &yacute;
8311 inoremap <buffer> <silent> &u" &uuml;
8312 inoremap <buffer> <silent> &u^ &ucirc;
8313 inoremap <buffer> <silent> &u' &uacute;
8314 inoremap <buffer> <silent> &u` &ugrave;
8315 inoremap <buffer> <silent> &x &times;
8316 inoremap <buffer> <silent> &o" &ouml;
8317 inoremap <buffer> <silent> &o~ &otilde;
8318 inoremap <buffer> <silent> &o^ &ocirc;
8319 inoremap <buffer> <silent> &o' &oacute;
8320 inoremap <buffer> <silent> &o` &ograve;
8321 inoremap <buffer> <silent> &n~ &ntilde;
8322 inoremap <buffer> <silent> &i" &iuml;
8323 inoremap <buffer> <silent> &i^ &icirc;
8324 inoremap <buffer> <silent> &i' &iacute;
8325 inoremap <buffer> <silent> &i` &igrave;
8326 inoremap <buffer> <silent> &e" &euml;
8327 inoremap <buffer> <silent> &e^ &ecirc;
8328 inoremap <buffer> <silent> &e' &eacute;
8329 inoremap <buffer> <silent> &e` &egrave;
8330 inoremap <buffer> <silent> &c, &ccedil;
8331 inoremap <buffer> <silent> &ae &aelig;
8332 inoremap <buffer> <silent> &ao &aring;
8333 inoremap <buffer> <silent> &a" &auml;
8334 inoremap <buffer> <silent> &a~ &atilde;
8335 inoremap <buffer> <silent> &a^ &acirc;
8336 inoremap <buffer> <silent> &a' &aacute;
8337 inoremap <buffer> <silent> &a` &agrave;
8338 inoremap <buffer> <silent> &Y' &Yacute;
8339 inoremap <buffer> <silent> &U" &Uuml;
8340 inoremap <buffer> <silent> &U^ &Ucirc;
8341 inoremap <buffer> <silent> &U' &Uacute;
8342 inoremap <buffer> <silent> &U` &Ugrave;
8343 inoremap <buffer> <silent> &O/ &Oslash;
8344 inoremap <buffer> <silent> &O" &Ouml;
8345 inoremap <buffer> <silent> &O~ &Otilde;
8346 inoremap <buffer> <silent> &O^ &Ocirc;
8347 inoremap <buffer> <silent> &O' &Oacute;
8348 inoremap <buffer> <silent> &O` &Ograve;
8349 inoremap <buffer> <silent> &N~ &Ntilde;
8350 inoremap <buffer> <silent> &I" &Iuml;
8351 inoremap <buffer> <silent> &I^ &Icirc;
8352 inoremap <buffer> <silent> &I' &Iacute;
8353 inoremap <buffer> <silent> &I` &Igrave;
8354 inoremap <buffer> <silent> &E" &Euml;
8355 inoremap <buffer> <silent> &E^ &Ecirc;
8356 inoremap <buffer> <silent> &E' &Eacute;
8357 inoremap <buffer> <silent> &E` &Egrave;
8358 inoremap <buffer> <silent> &C, &Ccedil;
8359 inoremap <buffer> <silent> &AE &AElig;
8360 inoremap <buffer> <silent> &Ao &Aring;
8361 inoremap <buffer> <silent> &A" &Auml;
8362 inoremap <buffer> <silent> &A~ &Atilde;
8363 inoremap <buffer> <silent> &A^ &Acirc;
8364 inoremap <buffer> <silent> &A' &Aacute;
8365 inoremap <buffer> <silent> &A` &Agrave;
8366 inoremap <buffer> <silent> &c| &cent;
8367 inoremap <buffer> <silent> &Y= &yen;
8368 inoremap <buffer> <silent> &# &pound;
8369 inoremap <buffer> <silent> & &nbsp;
8370 inoremap <buffer> <silent> &> &gt;
8371 inoremap <buffer> <silent> &< &lt;
8372 inoremap <buffer> <silent> &' &quot;
8373 inoremap <buffer> <silent> &tm &trade;
8374 inoremap <buffer> <silent> &rO &reg;
8375 inoremap <buffer> <silent> &cO &copy;
8376 inoremap <buffer> <silent> && &amp;
8377 inoremap <buffer> <silent> ; &nbsp;
8378 inoremap <buffer> <silent> ;la <label for=""></label>F"
8379 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
8380 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
8381 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
8382 </textarea>k$5F"i
8383 inoremap <buffer> <silent> ;og <optgroup label="">
8384 </optgroup>k$F"i
8385 inoremap <buffer> <silent> ;op <option></option>F<
8386 inoremap <buffer> <silent> ;ms <select name="" multiple>
8387 </select>O
8388 inoremap <buffer> <silent> ;se <select name="">
8389 </select>O
8390 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
8391 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
8392 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
8393 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
8394 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
8395 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
8396 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
8397 inoremap <buffer> <silent> ;fm <form action="">
8398 </form>k$F"i
8399 inoremap <buffer> <silent> ;if <iframe src="">
8400 </iframe>k$F"i
8401 inoremap <buffer> <silent> ;nf <noframes>
8402 </noframes>O
8403 inoremap <buffer> <silent> ;fr <frame src="">F"
8404 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
8405 </frameset>k$3F"i
8406 inoremap <buffer> <silent> ;th <th></th>F<
8407 inoremap <buffer> <silent> ;td <td>
8408 </td>O
8409 inoremap <buffer> <silent> ;tr <tr>
8410 </tr>O
8411 inoremap <buffer> <silent> ;tf <tfoot>
8412 </tfoot>O
8413 inoremap <buffer> <silent> ;tb <tbody>
8414 </tbody>O
8415 inoremap <buffer> <silent> ;tH <thead>
8416 </thead>O
8417 inoremap <buffer> <silent> ;ta <table>
8418 </table>O
8419 inoremap <buffer> <silent> ;ca <caption></caption>F<
8420 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
8421 </object>k$5F"i
8422 inoremap <buffer> <silent> ;ns <noscript>
8423 </noscripT>O
8424 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
8425 <noembed></noembed>k$5F"i
8426 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
8427 inoremap <buffer> <silent> ;va <var></var>F<
8428 inoremap <buffer> <silent> ;ul <ul>
8429 </ul>O
8430 inoremap <buffer> <silent> ;tt <tt></tt>F<
8431 inoremap <buffer> <silent> ;ti <title></title>F<
8432 inoremap <buffer> <silent> ;sp <sup></sup>F<
8433 inoremap <buffer> <silent> ;sb <sub></sub>F<
8434 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
8435 inoremap <buffer> <silent> ;cs <style type="text/css">
8436 <!--
8437 -->
8438 </style>kO
8439 inoremap <buffer> <silent> ;sm <small></small>F<
8440 inoremap <buffer> <silent> ;sa <samp></samp>F<
8441 inoremap <buffer> <silent> ;sk <strike></strike>F<
8442 inoremap <buffer> <silent> ;qu <q></q>F<
8443 inoremap <buffer> <silent> ;pr <pre>
8444 </pre>O
8445 inoremap <buffer> <silent> ;/p </p>
8446 
8447 <p>
8448 inoremap <buffer> <silent> ;pp <p>
8449 </p>O
8450 inoremap <buffer> <silent> ;ol <ol>
8451 </ol>O
8452 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
8453 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
8454 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
8455 inoremap <buffer> <silent> ;lk <link href="">F"
8456 inoremap <buffer> <silent> ;li <li></li>F<
8457 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
8458 inoremap <buffer> <silent> ;ii <isindex>
8459 inoremap <buffer> <silent> ;in <ins></ins>F<
8460 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
8461 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
8462 inoremap <buffer> <silent> ;ht <html>
8463 </html>O
8464 inoremap <buffer> <silent> ;Hr <hr width="75%">
8465 inoremap <buffer> <silent> ;hr <hr>
8466 inoremap <buffer> <silent> ;he <head>
8467 </head>O
8468 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
8469 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
8470 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
8471 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
8472 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
8473 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
8474 inoremap <buffer> <silent> ;h6 <h6></h6>F<
8475 inoremap <buffer> <silent> ;h5 <h5></h5>F<
8476 inoremap <buffer> <silent> ;h4 <h4></h4>F<
8477 inoremap <buffer> <silent> ;h3 <h3></h3>F<
8478 inoremap <buffer> <silent> ;h2 <h2></h2>F<
8479 inoremap <buffer> <silent> ;h1 <h1></h1>F<
8480 inoremap <buffer> <silent> ;fc <font color=""></font>F"
8481 inoremap <buffer> <silent> ;fo <font size=""></font>F"
8482 inoremap <buffer> <silent> ;sn <span></span>F<
8483 inoremap <buffer> <silent> ;dv <div>
8484 </div>O
8485 inoremap <buffer> <silent> ;df <dfn></dfn>F<
8486 inoremap <buffer> <silent> ;de <del></del>F<
8487 inoremap <buffer> <silent> ;dd <dd></dd>F<
8488 inoremap <buffer> <silent> ;dt <dt></dt>F<
8489 inoremap <buffer> <silent> ;dl <dl>
8490 </dl>O
8491 inoremap <buffer> <silent> ;co <code></code>F<
8492 inoremap <buffer> <silent> ;ci <cite></cite>F<
8493 inoremap <buffer> <silent> ;ce <center></center>F<
8494 inoremap <buffer> <silent> ;br <br>
8495 inoremap <buffer> <silent> ;bd <body>
8496 </body>O
8497 inoremap <buffer> <silent> ;bl <blockquote>
8498 </blockquote>O
8499 inoremap <buffer> <silent> ;bi <big></big>F<
8500 inoremap <buffer> <silent> ;bh <base href="">F"
8501 inoremap <buffer> <silent> ;ad <address></address>F<
8502 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
8503 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
8504 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
8505 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
8506 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
8507 inoremap <buffer> <silent> ;an <a name=""></a>F"
8508 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
8509 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
8510 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
8511 inoremap <buffer> <silent> ;ah <a href=""></a>F"
8512 imap <buffer> <silent> ;s4 ;s4
8513 imap <buffer> <silent> ;4 ;4
8514 inoremap <buffer> <silent> ;mi :call MangleImageTag()
8515 inoremap <buffer> <silent> ; 
8516 inoremap <buffer> <silent> ;& &
8517 inoremap <buffer> <silent> ;; ;
8518 setlocal keymap=
8519 setlocal noarabic
8520 setlocal autoindent
8521 setlocal balloonexpr=
8522 setlocal nobinary
8523 setlocal bufhidden=
8524 setlocal buflisted
8525 setlocal buftype=
8526 setlocal nocindent
8527 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
8528 setlocal cinoptions=
8529 setlocal cinwords=if,else,while,do,for,switch
8530 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
8531 setlocal commentstring=<!--%s-->
8532 setlocal complete=.,w,b,u,t,i
8533 setlocal completefunc=
8534 setlocal nocopyindent
8535 setlocal nocursorcolumn
8536 setlocal nocursorline
8537 setlocal define=
8538 setlocal dictionary=
8539 setlocal nodiff
8540 setlocal equalprg=
8541 setlocal errorformat=
8542 setlocal noexpandtab
8543 if &filetype != 'html'
8544 setlocal filetype=html
8545 endif
8546 setlocal foldcolumn=0
8547 setlocal foldenable
8548 setlocal foldexpr=0
8549 setlocal foldignore=#
8550 setlocal foldlevel=0
8551 setlocal foldmarker={{{,}}}
8552 setlocal foldmethod=manual
8553 setlocal foldminlines=1
8554 setlocal foldnestmax=20
8555 setlocal foldtext=foldtext()
8556 setlocal formatexpr=
8557 setlocal formatoptions=tcq
8558 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
8559 setlocal grepprg=
8560 setlocal iminsert=2
8561 setlocal imsearch=2
8562 setlocal include=
8563 setlocal includeexpr=
8564 setlocal indentexpr=
8565 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
8566 setlocal noinfercase
8567 setlocal iskeyword=@,48-57,_,192-255
8568 setlocal keywordprg=
8569 setlocal nolinebreak
8570 setlocal nolisp
8571 setlocal nolist
8572 setlocal makeprg=
8573 setlocal matchpairs=(:),{:},[:],<:>
8574 setlocal nomodeline
8575 setlocal modifiable
8576 setlocal nrformats=octal,hex
8577 setlocal nonumber
8578 setlocal numberwidth=4
8579 setlocal omnifunc=htmlcomplete#CompleteTags
8580 setlocal path=
8581 setlocal nopreserveindent
8582 setlocal nopreviewwindow
8583 setlocal quoteescape=\\
8584 setlocal noreadonly
8585 setlocal norightleft
8586 setlocal rightleftcmd=search
8587 setlocal noscrollbind
8588 setlocal shiftwidth=8
8589 setlocal noshortname
8590 setlocal nosmartindent
8591 setlocal softtabstop=0
8592 setlocal nospell
8593 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
8594 setlocal spellfile=
8595 setlocal spelllang=en
8596 setlocal statusline=
8597 setlocal suffixesadd=
8598 setlocal swapfile
8599 setlocal synmaxcol=3000
8600 if &syntax != 'html'
8601 setlocal syntax=html
8602 endif
8603 setlocal tabstop=2
8604 setlocal tags=
8605 setlocal textwidth=0
8606 setlocal thesaurus=
8607 setlocal nowinfixheight
8608 setlocal nowinfixwidth
8609 setlocal wrap
8610 setlocal wrapmargin=0
8611 silent! normal! zE
8612 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
8613 if s:l < 1 | let s:l = 1 | endif
8614 exe s:l
8615 normal! zt
8616 1
8617 normal! 0
8618 tabedit supergrubdisk.html
8619 set splitbelow splitright
8620 set nosplitbelow
8621 set nosplitright
8622 wincmd t
8623 set winheight=1 winwidth=1
8624 argglobal
8625 21argu
8626 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
8627 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
8628 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
8629 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
8630 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
8631 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
8632 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
8633 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
8634 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
8635 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
8636 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
8637 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
8638 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
8639 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
8640 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
8641 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
8642 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
8643 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
8644 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">')
8645 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">')
8646 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
8647 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
8648 nnoremap <buffer> <silent> ; 
8649 nnoremap <buffer> <silent> ;; ;
8650 vnoremap <buffer> <silent> ;; ;
8651 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
8652 inoremap <buffer> <silent> &hA &hArr;
8653 inoremap <buffer> <silent> &dA &dArr;
8654 inoremap <buffer> <silent> &rA &rArr;
8655 inoremap <buffer> <silent> &uA &uArr;
8656 inoremap <buffer> <silent> &lA &lArr;
8657 inoremap <buffer> <silent> &ha &harr;
8658 inoremap <buffer> <silent> &da &darr;
8659 inoremap <buffer> <silent> &ra &rarr;
8660 inoremap <buffer> <silent> &ua &uarr;
8661 inoremap <buffer> <silent> &la &larr;
8662 inoremap <buffer> <silent> &pv &piv;
8663 inoremap <buffer> <silent> &uh &upsih;
8664 inoremap <buffer> <silent> &ts &thetasym;
8665 inoremap <buffer> <silent> &og &omega;
8666 inoremap <buffer> <silent> &ps &psi;
8667 inoremap <buffer> <silent> &ch &chi;
8668 inoremap <buffer> <silent> &ph &phi;
8669 inoremap <buffer> <silent> &up &upsilon;
8670 inoremap <buffer> <silent> &ta &tau;
8671 inoremap <buffer> <silent> &sf &sigmaf;
8672 inoremap <buffer> <silent> &si &sigma;
8673 inoremap <buffer> <silent> &rh &rho;
8674 inoremap <buffer> <silent> &pi &pi;
8675 inoremap <buffer> <silent> &oc &omicron;
8676 inoremap <buffer> <silent> &xi &xi;
8677 inoremap <buffer> <silent> &nu &nu;
8678 inoremap <buffer> <silent> &mu &mu;
8679 inoremap <buffer> <silent> &lm &lambda;
8680 inoremap <buffer> <silent> &ka &kappa;
8681 inoremap <buffer> <silent> &io &iota;
8682 inoremap <buffer> <silent> &th &theta;
8683 inoremap <buffer> <silent> &et &eta;
8684 inoremap <buffer> <silent> &ze &zeta;
8685 inoremap <buffer> <silent> &ep &epsilon;
8686 inoremap <buffer> <silent> &de &delta;
8687 inoremap <buffer> <silent> &ga &gamma;
8688 inoremap <buffer> <silent> &be &beta;
8689 inoremap <buffer> <silent> &al &alpha;
8690 inoremap <buffer> <silent> &Ps &Psi;
8691 inoremap <buffer> <silent> &Ch &Chi;
8692 inoremap <buffer> <silent> &Ph &Phi;
8693 inoremap <buffer> <silent> &Up &Upsilon;
8694 inoremap <buffer> <silent> &Ta &Tau;
8695 inoremap <buffer> <silent> &Si &Sigma;
8696 inoremap <buffer> <silent> &Rh &Rho;
8697 inoremap <buffer> <silent> &Pi &Pi;
8698 inoremap <buffer> <silent> &Oc &Omicron;
8699 inoremap <buffer> <silent> &Xi &Xi;
8700 inoremap <buffer> <silent> &Nu &Nu;
8701 inoremap <buffer> <silent> &Mu &Mu;
8702 inoremap <buffer> <silent> &Lm &Lambda;
8703 inoremap <buffer> <silent> &Ka &Kappa;
8704 inoremap <buffer> <silent> &Io &Iota;
8705 inoremap <buffer> <silent> &Th &Theta;
8706 inoremap <buffer> <silent> &Et &Eta;
8707 inoremap <buffer> <silent> &Ze &Zeta;
8708 inoremap <buffer> <silent> &Ep &Epsilon;
8709 inoremap <buffer> <silent> &De &Delta;
8710 inoremap <buffer> <silent> &Ga &Gamma;
8711 inoremap <buffer> <silent> &Be &Beta;
8712 inoremap <buffer> <silent> &Al &Alpha;
8713 inoremap <buffer> <silent> &3. &hellip;
8714 inoremap <buffer> <silent> &-- &mdash;
8715 inoremap <buffer> <silent> &3- &mdash;
8716 inoremap <buffer> <silent> &m- &mdash;
8717 inoremap <buffer> <silent> &2- &ndash;
8718 inoremap <buffer> <silent> &n- &ndash;
8719 inoremap <buffer> <silent> &34 &frac34;
8720 inoremap <buffer> <silent> &12 &frac12;
8721 inoremap <buffer> <silent> &14 &frac14;
8722 inoremap <buffer> <silent> &. &middot;
8723 inoremap <buffer> <silent> &pa &para;
8724 inoremap <buffer> <silent> &mi &micro;
8725 inoremap <buffer> <silent> &dg &deg;
8726 inoremap <buffer> <silent> &? &iquest;
8727 inoremap <buffer> <silent> &! &iexcl;
8728 inoremap <buffer> <silent> &sz &szlig;
8729 inoremap <buffer> <silent> &o/ &oslash;
8730 inoremap <buffer> <silent> &/ &divide;
8731 inoremap <buffer> <silent> &" &uml;
8732 inoremap <buffer> <silent> &2> &raquo;
8733 inoremap <buffer> <silent> &2< &laquo;
8734 inoremap <buffer> <silent> &y" &yuml;
8735 inoremap <buffer> <silent> &y' &yacute;
8736 inoremap <buffer> <silent> &u" &uuml;
8737 inoremap <buffer> <silent> &u^ &ucirc;
8738 inoremap <buffer> <silent> &u' &uacute;
8739 inoremap <buffer> <silent> &u` &ugrave;
8740 inoremap <buffer> <silent> &x &times;
8741 inoremap <buffer> <silent> &o" &ouml;
8742 inoremap <buffer> <silent> &o~ &otilde;
8743 inoremap <buffer> <silent> &o^ &ocirc;
8744 inoremap <buffer> <silent> &o' &oacute;
8745 inoremap <buffer> <silent> &o` &ograve;
8746 inoremap <buffer> <silent> &n~ &ntilde;
8747 inoremap <buffer> <silent> &i" &iuml;
8748 inoremap <buffer> <silent> &i^ &icirc;
8749 inoremap <buffer> <silent> &i' &iacute;
8750 inoremap <buffer> <silent> &i` &igrave;
8751 inoremap <buffer> <silent> &e" &euml;
8752 inoremap <buffer> <silent> &e^ &ecirc;
8753 inoremap <buffer> <silent> &e' &eacute;
8754 inoremap <buffer> <silent> &e` &egrave;
8755 inoremap <buffer> <silent> &c, &ccedil;
8756 inoremap <buffer> <silent> &ae &aelig;
8757 inoremap <buffer> <silent> &ao &aring;
8758 inoremap <buffer> <silent> &a" &auml;
8759 inoremap <buffer> <silent> &a~ &atilde;
8760 inoremap <buffer> <silent> &a^ &acirc;
8761 inoremap <buffer> <silent> &a' &aacute;
8762 inoremap <buffer> <silent> &a` &agrave;
8763 inoremap <buffer> <silent> &Y' &Yacute;
8764 inoremap <buffer> <silent> &U" &Uuml;
8765 inoremap <buffer> <silent> &U^ &Ucirc;
8766 inoremap <buffer> <silent> &U' &Uacute;
8767 inoremap <buffer> <silent> &U` &Ugrave;
8768 inoremap <buffer> <silent> &O/ &Oslash;
8769 inoremap <buffer> <silent> &O" &Ouml;
8770 inoremap <buffer> <silent> &O~ &Otilde;
8771 inoremap <buffer> <silent> &O^ &Ocirc;
8772 inoremap <buffer> <silent> &O' &Oacute;
8773 inoremap <buffer> <silent> &O` &Ograve;
8774 inoremap <buffer> <silent> &N~ &Ntilde;
8775 inoremap <buffer> <silent> &I" &Iuml;
8776 inoremap <buffer> <silent> &I^ &Icirc;
8777 inoremap <buffer> <silent> &I' &Iacute;
8778 inoremap <buffer> <silent> &I` &Igrave;
8779 inoremap <buffer> <silent> &E" &Euml;
8780 inoremap <buffer> <silent> &E^ &Ecirc;
8781 inoremap <buffer> <silent> &E' &Eacute;
8782 inoremap <buffer> <silent> &E` &Egrave;
8783 inoremap <buffer> <silent> &C, &Ccedil;
8784 inoremap <buffer> <silent> &AE &AElig;
8785 inoremap <buffer> <silent> &Ao &Aring;
8786 inoremap <buffer> <silent> &A" &Auml;
8787 inoremap <buffer> <silent> &A~ &Atilde;
8788 inoremap <buffer> <silent> &A^ &Acirc;
8789 inoremap <buffer> <silent> &A' &Aacute;
8790 inoremap <buffer> <silent> &A` &Agrave;
8791 inoremap <buffer> <silent> &c| &cent;
8792 inoremap <buffer> <silent> &Y= &yen;
8793 inoremap <buffer> <silent> &# &pound;
8794 inoremap <buffer> <silent> & &nbsp;
8795 inoremap <buffer> <silent> &> &gt;
8796 inoremap <buffer> <silent> &< &lt;
8797 inoremap <buffer> <silent> &' &quot;
8798 inoremap <buffer> <silent> &tm &trade;
8799 inoremap <buffer> <silent> &rO &reg;
8800 inoremap <buffer> <silent> &cO &copy;
8801 inoremap <buffer> <silent> && &amp;
8802 inoremap <buffer> <silent> ; &nbsp;
8803 inoremap <buffer> <silent> ;la <label for=""></label>F"
8804 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
8805 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
8806 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
8807 </textarea>k$5F"i
8808 inoremap <buffer> <silent> ;og <optgroup label="">
8809 </optgroup>k$F"i
8810 inoremap <buffer> <silent> ;op <option></option>F<
8811 inoremap <buffer> <silent> ;ms <select name="" multiple>
8812 </select>O
8813 inoremap <buffer> <silent> ;se <select name="">
8814 </select>O
8815 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
8816 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
8817 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
8818 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
8819 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
8820 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
8821 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
8822 inoremap <buffer> <silent> ;fm <form action="">
8823 </form>k$F"i
8824 inoremap <buffer> <silent> ;if <iframe src="">
8825 </iframe>k$F"i
8826 inoremap <buffer> <silent> ;nf <noframes>
8827 </noframes>O
8828 inoremap <buffer> <silent> ;fr <frame src="">F"
8829 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
8830 </frameset>k$3F"i
8831 inoremap <buffer> <silent> ;th <th></th>F<
8832 inoremap <buffer> <silent> ;td <td>
8833 </td>O
8834 inoremap <buffer> <silent> ;tr <tr>
8835 </tr>O
8836 inoremap <buffer> <silent> ;tf <tfoot>
8837 </tfoot>O
8838 inoremap <buffer> <silent> ;tb <tbody>
8839 </tbody>O
8840 inoremap <buffer> <silent> ;tH <thead>
8841 </thead>O
8842 inoremap <buffer> <silent> ;ta <table>
8843 </table>O
8844 inoremap <buffer> <silent> ;ca <caption></caption>F<
8845 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
8846 </object>k$5F"i
8847 inoremap <buffer> <silent> ;ns <noscript>
8848 </noscripT>O
8849 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
8850 <noembed></noembed>k$5F"i
8851 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
8852 inoremap <buffer> <silent> ;va <var></var>F<
8853 inoremap <buffer> <silent> ;ul <ul>
8854 </ul>O
8855 inoremap <buffer> <silent> ;tt <tt></tt>F<
8856 inoremap <buffer> <silent> ;ti <title></title>F<
8857 inoremap <buffer> <silent> ;sp <sup></sup>F<
8858 inoremap <buffer> <silent> ;sb <sub></sub>F<
8859 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
8860 inoremap <buffer> <silent> ;cs <style type="text/css">
8861 <!--
8862 -->
8863 </style>kO
8864 inoremap <buffer> <silent> ;sm <small></small>F<
8865 inoremap <buffer> <silent> ;sa <samp></samp>F<
8866 inoremap <buffer> <silent> ;sk <strike></strike>F<
8867 inoremap <buffer> <silent> ;qu <q></q>F<
8868 inoremap <buffer> <silent> ;pr <pre>
8869 </pre>O
8870 inoremap <buffer> <silent> ;/p </p>
8871 
8872 <p>
8873 inoremap <buffer> <silent> ;pp <p>
8874 </p>O
8875 inoremap <buffer> <silent> ;ol <ol>
8876 </ol>O
8877 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
8878 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
8879 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
8880 inoremap <buffer> <silent> ;lk <link href="">F"
8881 inoremap <buffer> <silent> ;li <li></li>F<
8882 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
8883 inoremap <buffer> <silent> ;ii <isindex>
8884 inoremap <buffer> <silent> ;in <ins></ins>F<
8885 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
8886 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
8887 inoremap <buffer> <silent> ;ht <html>
8888 </html>O
8889 inoremap <buffer> <silent> ;Hr <hr width="75%">
8890 inoremap <buffer> <silent> ;hr <hr>
8891 inoremap <buffer> <silent> ;he <head>
8892 </head>O
8893 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
8894 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
8895 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
8896 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
8897 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
8898 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
8899 inoremap <buffer> <silent> ;h6 <h6></h6>F<
8900 inoremap <buffer> <silent> ;h5 <h5></h5>F<
8901 inoremap <buffer> <silent> ;h4 <h4></h4>F<
8902 inoremap <buffer> <silent> ;h3 <h3></h3>F<
8903 inoremap <buffer> <silent> ;h2 <h2></h2>F<
8904 inoremap <buffer> <silent> ;h1 <h1></h1>F<
8905 inoremap <buffer> <silent> ;fc <font color=""></font>F"
8906 inoremap <buffer> <silent> ;fo <font size=""></font>F"
8907 inoremap <buffer> <silent> ;sn <span></span>F<
8908 inoremap <buffer> <silent> ;dv <div>
8909 </div>O
8910 inoremap <buffer> <silent> ;df <dfn></dfn>F<
8911 inoremap <buffer> <silent> ;de <del></del>F<
8912 inoremap <buffer> <silent> ;dd <dd></dd>F<
8913 inoremap <buffer> <silent> ;dt <dt></dt>F<
8914 inoremap <buffer> <silent> ;dl <dl>
8915 </dl>O
8916 inoremap <buffer> <silent> ;co <code></code>F<
8917 inoremap <buffer> <silent> ;ci <cite></cite>F<
8918 inoremap <buffer> <silent> ;ce <center></center>F<
8919 inoremap <buffer> <silent> ;br <br>
8920 inoremap <buffer> <silent> ;bd <body>
8921 </body>O
8922 inoremap <buffer> <silent> ;bl <blockquote>
8923 </blockquote>O
8924 inoremap <buffer> <silent> ;bi <big></big>F<
8925 inoremap <buffer> <silent> ;bh <base href="">F"
8926 inoremap <buffer> <silent> ;ad <address></address>F<
8927 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
8928 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
8929 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
8930 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
8931 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
8932 inoremap <buffer> <silent> ;an <a name=""></a>F"
8933 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
8934 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
8935 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
8936 inoremap <buffer> <silent> ;ah <a href=""></a>F"
8937 imap <buffer> <silent> ;s4 ;s4
8938 imap <buffer> <silent> ;4 ;4
8939 inoremap <buffer> <silent> ;mi :call MangleImageTag()
8940 inoremap <buffer> <silent> ; 
8941 inoremap <buffer> <silent> ;& &
8942 inoremap <buffer> <silent> ;; ;
8943 setlocal keymap=
8944 setlocal noarabic
8945 setlocal autoindent
8946 setlocal balloonexpr=
8947 setlocal nobinary
8948 setlocal bufhidden=
8949 setlocal buflisted
8950 setlocal buftype=
8951 setlocal nocindent
8952 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
8953 setlocal cinoptions=
8954 setlocal cinwords=if,else,while,do,for,switch
8955 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
8956 setlocal commentstring=<!--%s-->
8957 setlocal complete=.,w,b,u,t,i
8958 setlocal completefunc=
8959 setlocal nocopyindent
8960 setlocal nocursorcolumn
8961 setlocal nocursorline
8962 setlocal define=
8963 setlocal dictionary=
8964 setlocal nodiff
8965 setlocal equalprg=
8966 setlocal errorformat=
8967 setlocal noexpandtab
8968 if &filetype != 'html'
8969 setlocal filetype=html
8970 endif
8971 setlocal foldcolumn=0
8972 setlocal foldenable
8973 setlocal foldexpr=0
8974 setlocal foldignore=#
8975 setlocal foldlevel=0
8976 setlocal foldmarker={{{,}}}
8977 setlocal foldmethod=manual
8978 setlocal foldminlines=1
8979 setlocal foldnestmax=20
8980 setlocal foldtext=foldtext()
8981 setlocal formatexpr=
8982 setlocal formatoptions=tcq
8983 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
8984 setlocal grepprg=
8985 setlocal iminsert=2
8986 setlocal imsearch=2
8987 setlocal include=
8988 setlocal includeexpr=
8989 setlocal indentexpr=
8990 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
8991 setlocal noinfercase
8992 setlocal iskeyword=@,48-57,_,192-255
8993 setlocal keywordprg=
8994 setlocal nolinebreak
8995 setlocal nolisp
8996 setlocal nolist
8997 setlocal makeprg=
8998 setlocal matchpairs=(:),{:},[:],<:>
8999 setlocal nomodeline
9000 setlocal modifiable
9001 setlocal nrformats=octal,hex
9002 setlocal nonumber
9003 setlocal numberwidth=4
9004 setlocal omnifunc=htmlcomplete#CompleteTags
9005 setlocal path=
9006 setlocal nopreserveindent
9007 setlocal nopreviewwindow
9008 setlocal quoteescape=\\
9009 setlocal noreadonly
9010 setlocal norightleft
9011 setlocal rightleftcmd=search
9012 setlocal noscrollbind
9013 setlocal shiftwidth=8
9014 setlocal noshortname
9015 setlocal nosmartindent
9016 setlocal softtabstop=0
9017 setlocal nospell
9018 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
9019 setlocal spellfile=
9020 setlocal spelllang=en
9021 setlocal statusline=
9022 setlocal suffixesadd=
9023 setlocal swapfile
9024 setlocal synmaxcol=3000
9025 if &syntax != 'html'
9026 setlocal syntax=html
9027 endif
9028 setlocal tabstop=2
9029 setlocal tags=
9030 setlocal textwidth=0
9031 setlocal thesaurus=
9032 setlocal nowinfixheight
9033 setlocal nowinfixwidth
9034 setlocal wrap
9035 setlocal wrapmargin=0
9036 silent! normal! zE
9037 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
9038 if s:l < 1 | let s:l = 1 | endif
9039 exe s:l
9040 normal! zt
9041 1
9042 normal! 0
9043 tabedit sysresccd.html
9044 set splitbelow splitright
9045 set nosplitbelow
9046 set nosplitright
9047 wincmd t
9048 set winheight=1 winwidth=1
9049 argglobal
9050 22argu
9051 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9052 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9053 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
9054 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
9055 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
9056 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
9057 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
9058 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
9059 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
9060 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
9061 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
9062 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
9063 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
9064 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
9065 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
9066 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
9067 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
9068 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
9069 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">')
9070 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">')
9071 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
9072 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
9073 nnoremap <buffer> <silent> ; 
9074 nnoremap <buffer> <silent> ;; ;
9075 vnoremap <buffer> <silent> ;; ;
9076 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
9077 inoremap <buffer> <silent> &hA &hArr;
9078 inoremap <buffer> <silent> &dA &dArr;
9079 inoremap <buffer> <silent> &rA &rArr;
9080 inoremap <buffer> <silent> &uA &uArr;
9081 inoremap <buffer> <silent> &lA &lArr;
9082 inoremap <buffer> <silent> &ha &harr;
9083 inoremap <buffer> <silent> &da &darr;
9084 inoremap <buffer> <silent> &ra &rarr;
9085 inoremap <buffer> <silent> &ua &uarr;
9086 inoremap <buffer> <silent> &la &larr;
9087 inoremap <buffer> <silent> &pv &piv;
9088 inoremap <buffer> <silent> &uh &upsih;
9089 inoremap <buffer> <silent> &ts &thetasym;
9090 inoremap <buffer> <silent> &og &omega;
9091 inoremap <buffer> <silent> &ps &psi;
9092 inoremap <buffer> <silent> &ch &chi;
9093 inoremap <buffer> <silent> &ph &phi;
9094 inoremap <buffer> <silent> &up &upsilon;
9095 inoremap <buffer> <silent> &ta &tau;
9096 inoremap <buffer> <silent> &sf &sigmaf;
9097 inoremap <buffer> <silent> &si &sigma;
9098 inoremap <buffer> <silent> &rh &rho;
9099 inoremap <buffer> <silent> &pi &pi;
9100 inoremap <buffer> <silent> &oc &omicron;
9101 inoremap <buffer> <silent> &xi &xi;
9102 inoremap <buffer> <silent> &nu &nu;
9103 inoremap <buffer> <silent> &mu &mu;
9104 inoremap <buffer> <silent> &lm &lambda;
9105 inoremap <buffer> <silent> &ka &kappa;
9106 inoremap <buffer> <silent> &io &iota;
9107 inoremap <buffer> <silent> &th &theta;
9108 inoremap <buffer> <silent> &et &eta;
9109 inoremap <buffer> <silent> &ze &zeta;
9110 inoremap <buffer> <silent> &ep &epsilon;
9111 inoremap <buffer> <silent> &de &delta;
9112 inoremap <buffer> <silent> &ga &gamma;
9113 inoremap <buffer> <silent> &be &beta;
9114 inoremap <buffer> <silent> &al &alpha;
9115 inoremap <buffer> <silent> &Ps &Psi;
9116 inoremap <buffer> <silent> &Ch &Chi;
9117 inoremap <buffer> <silent> &Ph &Phi;
9118 inoremap <buffer> <silent> &Up &Upsilon;
9119 inoremap <buffer> <silent> &Ta &Tau;
9120 inoremap <buffer> <silent> &Si &Sigma;
9121 inoremap <buffer> <silent> &Rh &Rho;
9122 inoremap <buffer> <silent> &Pi &Pi;
9123 inoremap <buffer> <silent> &Oc &Omicron;
9124 inoremap <buffer> <silent> &Xi &Xi;
9125 inoremap <buffer> <silent> &Nu &Nu;
9126 inoremap <buffer> <silent> &Mu &Mu;
9127 inoremap <buffer> <silent> &Lm &Lambda;
9128 inoremap <buffer> <silent> &Ka &Kappa;
9129 inoremap <buffer> <silent> &Io &Iota;
9130 inoremap <buffer> <silent> &Th &Theta;
9131 inoremap <buffer> <silent> &Et &Eta;
9132 inoremap <buffer> <silent> &Ze &Zeta;
9133 inoremap <buffer> <silent> &Ep &Epsilon;
9134 inoremap <buffer> <silent> &De &Delta;
9135 inoremap <buffer> <silent> &Ga &Gamma;
9136 inoremap <buffer> <silent> &Be &Beta;
9137 inoremap <buffer> <silent> &Al &Alpha;
9138 inoremap <buffer> <silent> &3. &hellip;
9139 inoremap <buffer> <silent> &-- &mdash;
9140 inoremap <buffer> <silent> &3- &mdash;
9141 inoremap <buffer> <silent> &m- &mdash;
9142 inoremap <buffer> <silent> &2- &ndash;
9143 inoremap <buffer> <silent> &n- &ndash;
9144 inoremap <buffer> <silent> &34 &frac34;
9145 inoremap <buffer> <silent> &12 &frac12;
9146 inoremap <buffer> <silent> &14 &frac14;
9147 inoremap <buffer> <silent> &. &middot;
9148 inoremap <buffer> <silent> &pa &para;
9149 inoremap <buffer> <silent> &mi &micro;
9150 inoremap <buffer> <silent> &dg &deg;
9151 inoremap <buffer> <silent> &? &iquest;
9152 inoremap <buffer> <silent> &! &iexcl;
9153 inoremap <buffer> <silent> &sz &szlig;
9154 inoremap <buffer> <silent> &o/ &oslash;
9155 inoremap <buffer> <silent> &/ &divide;
9156 inoremap <buffer> <silent> &" &uml;
9157 inoremap <buffer> <silent> &2> &raquo;
9158 inoremap <buffer> <silent> &2< &laquo;
9159 inoremap <buffer> <silent> &y" &yuml;
9160 inoremap <buffer> <silent> &y' &yacute;
9161 inoremap <buffer> <silent> &u" &uuml;
9162 inoremap <buffer> <silent> &u^ &ucirc;
9163 inoremap <buffer> <silent> &u' &uacute;
9164 inoremap <buffer> <silent> &u` &ugrave;
9165 inoremap <buffer> <silent> &x &times;
9166 inoremap <buffer> <silent> &o" &ouml;
9167 inoremap <buffer> <silent> &o~ &otilde;
9168 inoremap <buffer> <silent> &o^ &ocirc;
9169 inoremap <buffer> <silent> &o' &oacute;
9170 inoremap <buffer> <silent> &o` &ograve;
9171 inoremap <buffer> <silent> &n~ &ntilde;
9172 inoremap <buffer> <silent> &i" &iuml;
9173 inoremap <buffer> <silent> &i^ &icirc;
9174 inoremap <buffer> <silent> &i' &iacute;
9175 inoremap <buffer> <silent> &i` &igrave;
9176 inoremap <buffer> <silent> &e" &euml;
9177 inoremap <buffer> <silent> &e^ &ecirc;
9178 inoremap <buffer> <silent> &e' &eacute;
9179 inoremap <buffer> <silent> &e` &egrave;
9180 inoremap <buffer> <silent> &c, &ccedil;
9181 inoremap <buffer> <silent> &ae &aelig;
9182 inoremap <buffer> <silent> &ao &aring;
9183 inoremap <buffer> <silent> &a" &auml;
9184 inoremap <buffer> <silent> &a~ &atilde;
9185 inoremap <buffer> <silent> &a^ &acirc;
9186 inoremap <buffer> <silent> &a' &aacute;
9187 inoremap <buffer> <silent> &a` &agrave;
9188 inoremap <buffer> <silent> &Y' &Yacute;
9189 inoremap <buffer> <silent> &U" &Uuml;
9190 inoremap <buffer> <silent> &U^ &Ucirc;
9191 inoremap <buffer> <silent> &U' &Uacute;
9192 inoremap <buffer> <silent> &U` &Ugrave;
9193 inoremap <buffer> <silent> &O/ &Oslash;
9194 inoremap <buffer> <silent> &O" &Ouml;
9195 inoremap <buffer> <silent> &O~ &Otilde;
9196 inoremap <buffer> <silent> &O^ &Ocirc;
9197 inoremap <buffer> <silent> &O' &Oacute;
9198 inoremap <buffer> <silent> &O` &Ograve;
9199 inoremap <buffer> <silent> &N~ &Ntilde;
9200 inoremap <buffer> <silent> &I" &Iuml;
9201 inoremap <buffer> <silent> &I^ &Icirc;
9202 inoremap <buffer> <silent> &I' &Iacute;
9203 inoremap <buffer> <silent> &I` &Igrave;
9204 inoremap <buffer> <silent> &E" &Euml;
9205 inoremap <buffer> <silent> &E^ &Ecirc;
9206 inoremap <buffer> <silent> &E' &Eacute;
9207 inoremap <buffer> <silent> &E` &Egrave;
9208 inoremap <buffer> <silent> &C, &Ccedil;
9209 inoremap <buffer> <silent> &AE &AElig;
9210 inoremap <buffer> <silent> &Ao &Aring;
9211 inoremap <buffer> <silent> &A" &Auml;
9212 inoremap <buffer> <silent> &A~ &Atilde;
9213 inoremap <buffer> <silent> &A^ &Acirc;
9214 inoremap <buffer> <silent> &A' &Aacute;
9215 inoremap <buffer> <silent> &A` &Agrave;
9216 inoremap <buffer> <silent> &c| &cent;
9217 inoremap <buffer> <silent> &Y= &yen;
9218 inoremap <buffer> <silent> &# &pound;
9219 inoremap <buffer> <silent> & &nbsp;
9220 inoremap <buffer> <silent> &> &gt;
9221 inoremap <buffer> <silent> &< &lt;
9222 inoremap <buffer> <silent> &' &quot;
9223 inoremap <buffer> <silent> &tm &trade;
9224 inoremap <buffer> <silent> &rO &reg;
9225 inoremap <buffer> <silent> &cO &copy;
9226 inoremap <buffer> <silent> && &amp;
9227 inoremap <buffer> <silent> ; &nbsp;
9228 inoremap <buffer> <silent> ;la <label for=""></label>F"
9229 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
9230 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
9231 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
9232 </textarea>k$5F"i
9233 inoremap <buffer> <silent> ;og <optgroup label="">
9234 </optgroup>k$F"i
9235 inoremap <buffer> <silent> ;op <option></option>F<
9236 inoremap <buffer> <silent> ;ms <select name="" multiple>
9237 </select>O
9238 inoremap <buffer> <silent> ;se <select name="">
9239 </select>O
9240 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
9241 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
9242 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
9243 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
9244 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
9245 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
9246 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
9247 inoremap <buffer> <silent> ;fm <form action="">
9248 </form>k$F"i
9249 inoremap <buffer> <silent> ;if <iframe src="">
9250 </iframe>k$F"i
9251 inoremap <buffer> <silent> ;nf <noframes>
9252 </noframes>O
9253 inoremap <buffer> <silent> ;fr <frame src="">F"
9254 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
9255 </frameset>k$3F"i
9256 inoremap <buffer> <silent> ;th <th></th>F<
9257 inoremap <buffer> <silent> ;td <td>
9258 </td>O
9259 inoremap <buffer> <silent> ;tr <tr>
9260 </tr>O
9261 inoremap <buffer> <silent> ;tf <tfoot>
9262 </tfoot>O
9263 inoremap <buffer> <silent> ;tb <tbody>
9264 </tbody>O
9265 inoremap <buffer> <silent> ;tH <thead>
9266 </thead>O
9267 inoremap <buffer> <silent> ;ta <table>
9268 </table>O
9269 inoremap <buffer> <silent> ;ca <caption></caption>F<
9270 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
9271 </object>k$5F"i
9272 inoremap <buffer> <silent> ;ns <noscript>
9273 </noscripT>O
9274 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
9275 <noembed></noembed>k$5F"i
9276 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
9277 inoremap <buffer> <silent> ;va <var></var>F<
9278 inoremap <buffer> <silent> ;ul <ul>
9279 </ul>O
9280 inoremap <buffer> <silent> ;tt <tt></tt>F<
9281 inoremap <buffer> <silent> ;ti <title></title>F<
9282 inoremap <buffer> <silent> ;sp <sup></sup>F<
9283 inoremap <buffer> <silent> ;sb <sub></sub>F<
9284 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
9285 inoremap <buffer> <silent> ;cs <style type="text/css">
9286 <!--
9287 -->
9288 </style>kO
9289 inoremap <buffer> <silent> ;sm <small></small>F<
9290 inoremap <buffer> <silent> ;sa <samp></samp>F<
9291 inoremap <buffer> <silent> ;sk <strike></strike>F<
9292 inoremap <buffer> <silent> ;qu <q></q>F<
9293 inoremap <buffer> <silent> ;pr <pre>
9294 </pre>O
9295 inoremap <buffer> <silent> ;/p </p>
9296 
9297 <p>
9298 inoremap <buffer> <silent> ;pp <p>
9299 </p>O
9300 inoremap <buffer> <silent> ;ol <ol>
9301 </ol>O
9302 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
9303 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
9304 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
9305 inoremap <buffer> <silent> ;lk <link href="">F"
9306 inoremap <buffer> <silent> ;li <li></li>F<
9307 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
9308 inoremap <buffer> <silent> ;ii <isindex>
9309 inoremap <buffer> <silent> ;in <ins></ins>F<
9310 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
9311 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
9312 inoremap <buffer> <silent> ;ht <html>
9313 </html>O
9314 inoremap <buffer> <silent> ;Hr <hr width="75%">
9315 inoremap <buffer> <silent> ;hr <hr>
9316 inoremap <buffer> <silent> ;he <head>
9317 </head>O
9318 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
9319 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
9320 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
9321 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
9322 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
9323 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
9324 inoremap <buffer> <silent> ;h6 <h6></h6>F<
9325 inoremap <buffer> <silent> ;h5 <h5></h5>F<
9326 inoremap <buffer> <silent> ;h4 <h4></h4>F<
9327 inoremap <buffer> <silent> ;h3 <h3></h3>F<
9328 inoremap <buffer> <silent> ;h2 <h2></h2>F<
9329 inoremap <buffer> <silent> ;h1 <h1></h1>F<
9330 inoremap <buffer> <silent> ;fc <font color=""></font>F"
9331 inoremap <buffer> <silent> ;fo <font size=""></font>F"
9332 inoremap <buffer> <silent> ;sn <span></span>F<
9333 inoremap <buffer> <silent> ;dv <div>
9334 </div>O
9335 inoremap <buffer> <silent> ;df <dfn></dfn>F<
9336 inoremap <buffer> <silent> ;de <del></del>F<
9337 inoremap <buffer> <silent> ;dd <dd></dd>F<
9338 inoremap <buffer> <silent> ;dt <dt></dt>F<
9339 inoremap <buffer> <silent> ;dl <dl>
9340 </dl>O
9341 inoremap <buffer> <silent> ;co <code></code>F<
9342 inoremap <buffer> <silent> ;ci <cite></cite>F<
9343 inoremap <buffer> <silent> ;ce <center></center>F<
9344 inoremap <buffer> <silent> ;br <br>
9345 inoremap <buffer> <silent> ;bd <body>
9346 </body>O
9347 inoremap <buffer> <silent> ;bl <blockquote>
9348 </blockquote>O
9349 inoremap <buffer> <silent> ;bi <big></big>F<
9350 inoremap <buffer> <silent> ;bh <base href="">F"
9351 inoremap <buffer> <silent> ;ad <address></address>F<
9352 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
9353 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
9354 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
9355 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
9356 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
9357 inoremap <buffer> <silent> ;an <a name=""></a>F"
9358 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
9359 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
9360 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
9361 inoremap <buffer> <silent> ;ah <a href=""></a>F"
9362 imap <buffer> <silent> ;s4 ;s4
9363 imap <buffer> <silent> ;4 ;4
9364 inoremap <buffer> <silent> ;mi :call MangleImageTag()
9365 inoremap <buffer> <silent> ; 
9366 inoremap <buffer> <silent> ;& &
9367 inoremap <buffer> <silent> ;; ;
9368 setlocal keymap=
9369 setlocal noarabic
9370 setlocal autoindent
9371 setlocal balloonexpr=
9372 setlocal nobinary
9373 setlocal bufhidden=
9374 setlocal buflisted
9375 setlocal buftype=
9376 setlocal nocindent
9377 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
9378 setlocal cinoptions=
9379 setlocal cinwords=if,else,while,do,for,switch
9380 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
9381 setlocal commentstring=<!--%s-->
9382 setlocal complete=.,w,b,u,t,i
9383 setlocal completefunc=
9384 setlocal nocopyindent
9385 setlocal nocursorcolumn
9386 setlocal nocursorline
9387 setlocal define=
9388 setlocal dictionary=
9389 setlocal nodiff
9390 setlocal equalprg=
9391 setlocal errorformat=
9392 setlocal noexpandtab
9393 if &filetype != 'html'
9394 setlocal filetype=html
9395 endif
9396 setlocal foldcolumn=0
9397 setlocal foldenable
9398 setlocal foldexpr=0
9399 setlocal foldignore=#
9400 setlocal foldlevel=0
9401 setlocal foldmarker={{{,}}}
9402 setlocal foldmethod=manual
9403 setlocal foldminlines=1
9404 setlocal foldnestmax=20
9405 setlocal foldtext=foldtext()
9406 setlocal formatexpr=
9407 setlocal formatoptions=tcq
9408 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
9409 setlocal grepprg=
9410 setlocal iminsert=2
9411 setlocal imsearch=2
9412 setlocal include=
9413 setlocal includeexpr=
9414 setlocal indentexpr=
9415 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
9416 setlocal noinfercase
9417 setlocal iskeyword=@,48-57,_,192-255
9418 setlocal keywordprg=
9419 setlocal nolinebreak
9420 setlocal nolisp
9421 setlocal nolist
9422 setlocal makeprg=
9423 setlocal matchpairs=(:),{:},[:],<:>
9424 setlocal nomodeline
9425 setlocal modifiable
9426 setlocal nrformats=octal,hex
9427 setlocal nonumber
9428 setlocal numberwidth=4
9429 setlocal omnifunc=htmlcomplete#CompleteTags
9430 setlocal path=
9431 setlocal nopreserveindent
9432 setlocal nopreviewwindow
9433 setlocal quoteescape=\\
9434 setlocal noreadonly
9435 setlocal norightleft
9436 setlocal rightleftcmd=search
9437 setlocal noscrollbind
9438 setlocal shiftwidth=8
9439 setlocal noshortname
9440 setlocal nosmartindent
9441 setlocal softtabstop=0
9442 setlocal nospell
9443 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
9444 setlocal spellfile=
9445 setlocal spelllang=en
9446 setlocal statusline=
9447 setlocal suffixesadd=
9448 setlocal swapfile
9449 setlocal synmaxcol=3000
9450 if &syntax != 'html'
9451 setlocal syntax=html
9452 endif
9453 setlocal tabstop=2
9454 setlocal tags=
9455 setlocal textwidth=0
9456 setlocal thesaurus=
9457 setlocal nowinfixheight
9458 setlocal nowinfixwidth
9459 setlocal wrap
9460 setlocal wrapmargin=0
9461 silent! normal! zE
9462 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
9463 if s:l < 1 | let s:l = 1 | endif
9464 exe s:l
9465 normal! zt
9466 1
9467 normal! 0
9468 tabedit usb.html
9469 set splitbelow splitright
9470 set nosplitbelow
9471 set nosplitright
9472 wincmd t
9473 set winheight=1 winwidth=1
9474 argglobal
9475 23argu
9476 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9477 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9478 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
9479 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
9480 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
9481 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
9482 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
9483 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
9484 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
9485 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
9486 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
9487 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
9488 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
9489 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
9490 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
9491 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
9492 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
9493 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
9494 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">')
9495 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">')
9496 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
9497 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
9498 nnoremap <buffer> <silent> ; 
9499 nnoremap <buffer> <silent> ;; ;
9500 vnoremap <buffer> <silent> ;; ;
9501 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
9502 inoremap <buffer> <silent> &hA &hArr;
9503 inoremap <buffer> <silent> &dA &dArr;
9504 inoremap <buffer> <silent> &rA &rArr;
9505 inoremap <buffer> <silent> &uA &uArr;
9506 inoremap <buffer> <silent> &lA &lArr;
9507 inoremap <buffer> <silent> &ha &harr;
9508 inoremap <buffer> <silent> &da &darr;
9509 inoremap <buffer> <silent> &ra &rarr;
9510 inoremap <buffer> <silent> &ua &uarr;
9511 inoremap <buffer> <silent> &la &larr;
9512 inoremap <buffer> <silent> &pv &piv;
9513 inoremap <buffer> <silent> &uh &upsih;
9514 inoremap <buffer> <silent> &ts &thetasym;
9515 inoremap <buffer> <silent> &og &omega;
9516 inoremap <buffer> <silent> &ps &psi;
9517 inoremap <buffer> <silent> &ch &chi;
9518 inoremap <buffer> <silent> &ph &phi;
9519 inoremap <buffer> <silent> &up &upsilon;
9520 inoremap <buffer> <silent> &ta &tau;
9521 inoremap <buffer> <silent> &sf &sigmaf;
9522 inoremap <buffer> <silent> &si &sigma;
9523 inoremap <buffer> <silent> &rh &rho;
9524 inoremap <buffer> <silent> &pi &pi;
9525 inoremap <buffer> <silent> &oc &omicron;
9526 inoremap <buffer> <silent> &xi &xi;
9527 inoremap <buffer> <silent> &nu &nu;
9528 inoremap <buffer> <silent> &mu &mu;
9529 inoremap <buffer> <silent> &lm &lambda;
9530 inoremap <buffer> <silent> &ka &kappa;
9531 inoremap <buffer> <silent> &io &iota;
9532 inoremap <buffer> <silent> &th &theta;
9533 inoremap <buffer> <silent> &et &eta;
9534 inoremap <buffer> <silent> &ze &zeta;
9535 inoremap <buffer> <silent> &ep &epsilon;
9536 inoremap <buffer> <silent> &de &delta;
9537 inoremap <buffer> <silent> &ga &gamma;
9538 inoremap <buffer> <silent> &be &beta;
9539 inoremap <buffer> <silent> &al &alpha;
9540 inoremap <buffer> <silent> &Ps &Psi;
9541 inoremap <buffer> <silent> &Ch &Chi;
9542 inoremap <buffer> <silent> &Ph &Phi;
9543 inoremap <buffer> <silent> &Up &Upsilon;
9544 inoremap <buffer> <silent> &Ta &Tau;
9545 inoremap <buffer> <silent> &Si &Sigma;
9546 inoremap <buffer> <silent> &Rh &Rho;
9547 inoremap <buffer> <silent> &Pi &Pi;
9548 inoremap <buffer> <silent> &Oc &Omicron;
9549 inoremap <buffer> <silent> &Xi &Xi;
9550 inoremap <buffer> <silent> &Nu &Nu;
9551 inoremap <buffer> <silent> &Mu &Mu;
9552 inoremap <buffer> <silent> &Lm &Lambda;
9553 inoremap <buffer> <silent> &Ka &Kappa;
9554 inoremap <buffer> <silent> &Io &Iota;
9555 inoremap <buffer> <silent> &Th &Theta;
9556 inoremap <buffer> <silent> &Et &Eta;
9557 inoremap <buffer> <silent> &Ze &Zeta;
9558 inoremap <buffer> <silent> &Ep &Epsilon;
9559 inoremap <buffer> <silent> &De &Delta;
9560 inoremap <buffer> <silent> &Ga &Gamma;
9561 inoremap <buffer> <silent> &Be &Beta;
9562 inoremap <buffer> <silent> &Al &Alpha;
9563 inoremap <buffer> <silent> &3. &hellip;
9564 inoremap <buffer> <silent> &-- &mdash;
9565 inoremap <buffer> <silent> &3- &mdash;
9566 inoremap <buffer> <silent> &m- &mdash;
9567 inoremap <buffer> <silent> &2- &ndash;
9568 inoremap <buffer> <silent> &n- &ndash;
9569 inoremap <buffer> <silent> &34 &frac34;
9570 inoremap <buffer> <silent> &12 &frac12;
9571 inoremap <buffer> <silent> &14 &frac14;
9572 inoremap <buffer> <silent> &. &middot;
9573 inoremap <buffer> <silent> &pa &para;
9574 inoremap <buffer> <silent> &mi &micro;
9575 inoremap <buffer> <silent> &dg &deg;
9576 inoremap <buffer> <silent> &? &iquest;
9577 inoremap <buffer> <silent> &! &iexcl;
9578 inoremap <buffer> <silent> &sz &szlig;
9579 inoremap <buffer> <silent> &o/ &oslash;
9580 inoremap <buffer> <silent> &/ &divide;
9581 inoremap <buffer> <silent> &" &uml;
9582 inoremap <buffer> <silent> &2> &raquo;
9583 inoremap <buffer> <silent> &2< &laquo;
9584 inoremap <buffer> <silent> &y" &yuml;
9585 inoremap <buffer> <silent> &y' &yacute;
9586 inoremap <buffer> <silent> &u" &uuml;
9587 inoremap <buffer> <silent> &u^ &ucirc;
9588 inoremap <buffer> <silent> &u' &uacute;
9589 inoremap <buffer> <silent> &u` &ugrave;
9590 inoremap <buffer> <silent> &x &times;
9591 inoremap <buffer> <silent> &o" &ouml;
9592 inoremap <buffer> <silent> &o~ &otilde;
9593 inoremap <buffer> <silent> &o^ &ocirc;
9594 inoremap <buffer> <silent> &o' &oacute;
9595 inoremap <buffer> <silent> &o` &ograve;
9596 inoremap <buffer> <silent> &n~ &ntilde;
9597 inoremap <buffer> <silent> &i" &iuml;
9598 inoremap <buffer> <silent> &i^ &icirc;
9599 inoremap <buffer> <silent> &i' &iacute;
9600 inoremap <buffer> <silent> &i` &igrave;
9601 inoremap <buffer> <silent> &e" &euml;
9602 inoremap <buffer> <silent> &e^ &ecirc;
9603 inoremap <buffer> <silent> &e' &eacute;
9604 inoremap <buffer> <silent> &e` &egrave;
9605 inoremap <buffer> <silent> &c, &ccedil;
9606 inoremap <buffer> <silent> &ae &aelig;
9607 inoremap <buffer> <silent> &ao &aring;
9608 inoremap <buffer> <silent> &a" &auml;
9609 inoremap <buffer> <silent> &a~ &atilde;
9610 inoremap <buffer> <silent> &a^ &acirc;
9611 inoremap <buffer> <silent> &a' &aacute;
9612 inoremap <buffer> <silent> &a` &agrave;
9613 inoremap <buffer> <silent> &Y' &Yacute;
9614 inoremap <buffer> <silent> &U" &Uuml;
9615 inoremap <buffer> <silent> &U^ &Ucirc;
9616 inoremap <buffer> <silent> &U' &Uacute;
9617 inoremap <buffer> <silent> &U` &Ugrave;
9618 inoremap <buffer> <silent> &O/ &Oslash;
9619 inoremap <buffer> <silent> &O" &Ouml;
9620 inoremap <buffer> <silent> &O~ &Otilde;
9621 inoremap <buffer> <silent> &O^ &Ocirc;
9622 inoremap <buffer> <silent> &O' &Oacute;
9623 inoremap <buffer> <silent> &O` &Ograve;
9624 inoremap <buffer> <silent> &N~ &Ntilde;
9625 inoremap <buffer> <silent> &I" &Iuml;
9626 inoremap <buffer> <silent> &I^ &Icirc;
9627 inoremap <buffer> <silent> &I' &Iacute;
9628 inoremap <buffer> <silent> &I` &Igrave;
9629 inoremap <buffer> <silent> &E" &Euml;
9630 inoremap <buffer> <silent> &E^ &Ecirc;
9631 inoremap <buffer> <silent> &E' &Eacute;
9632 inoremap <buffer> <silent> &E` &Egrave;
9633 inoremap <buffer> <silent> &C, &Ccedil;
9634 inoremap <buffer> <silent> &AE &AElig;
9635 inoremap <buffer> <silent> &Ao &Aring;
9636 inoremap <buffer> <silent> &A" &Auml;
9637 inoremap <buffer> <silent> &A~ &Atilde;
9638 inoremap <buffer> <silent> &A^ &Acirc;
9639 inoremap <buffer> <silent> &A' &Aacute;
9640 inoremap <buffer> <silent> &A` &Agrave;
9641 inoremap <buffer> <silent> &c| &cent;
9642 inoremap <buffer> <silent> &Y= &yen;
9643 inoremap <buffer> <silent> &# &pound;
9644 inoremap <buffer> <silent> & &nbsp;
9645 inoremap <buffer> <silent> &> &gt;
9646 inoremap <buffer> <silent> &< &lt;
9647 inoremap <buffer> <silent> &' &quot;
9648 inoremap <buffer> <silent> &tm &trade;
9649 inoremap <buffer> <silent> &rO &reg;
9650 inoremap <buffer> <silent> &cO &copy;
9651 inoremap <buffer> <silent> && &amp;
9652 inoremap <buffer> <silent> ; &nbsp;
9653 inoremap <buffer> <silent> ;la <label for=""></label>F"
9654 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
9655 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
9656 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
9657 </textarea>k$5F"i
9658 inoremap <buffer> <silent> ;og <optgroup label="">
9659 </optgroup>k$F"i
9660 inoremap <buffer> <silent> ;op <option></option>F<
9661 inoremap <buffer> <silent> ;ms <select name="" multiple>
9662 </select>O
9663 inoremap <buffer> <silent> ;se <select name="">
9664 </select>O
9665 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
9666 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
9667 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
9668 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
9669 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
9670 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
9671 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
9672 inoremap <buffer> <silent> ;fm <form action="">
9673 </form>k$F"i
9674 inoremap <buffer> <silent> ;if <iframe src="">
9675 </iframe>k$F"i
9676 inoremap <buffer> <silent> ;nf <noframes>
9677 </noframes>O
9678 inoremap <buffer> <silent> ;fr <frame src="">F"
9679 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
9680 </frameset>k$3F"i
9681 inoremap <buffer> <silent> ;th <th></th>F<
9682 inoremap <buffer> <silent> ;td <td>
9683 </td>O
9684 inoremap <buffer> <silent> ;tr <tr>
9685 </tr>O
9686 inoremap <buffer> <silent> ;tf <tfoot>
9687 </tfoot>O
9688 inoremap <buffer> <silent> ;tb <tbody>
9689 </tbody>O
9690 inoremap <buffer> <silent> ;tH <thead>
9691 </thead>O
9692 inoremap <buffer> <silent> ;ta <table>
9693 </table>O
9694 inoremap <buffer> <silent> ;ca <caption></caption>F<
9695 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
9696 </object>k$5F"i
9697 inoremap <buffer> <silent> ;ns <noscript>
9698 </noscripT>O
9699 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
9700 <noembed></noembed>k$5F"i
9701 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
9702 inoremap <buffer> <silent> ;va <var></var>F<
9703 inoremap <buffer> <silent> ;ul <ul>
9704 </ul>O
9705 inoremap <buffer> <silent> ;tt <tt></tt>F<
9706 inoremap <buffer> <silent> ;ti <title></title>F<
9707 inoremap <buffer> <silent> ;sp <sup></sup>F<
9708 inoremap <buffer> <silent> ;sb <sub></sub>F<
9709 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
9710 inoremap <buffer> <silent> ;cs <style type="text/css">
9711 <!--
9712 -->
9713 </style>kO
9714 inoremap <buffer> <silent> ;sm <small></small>F<
9715 inoremap <buffer> <silent> ;sa <samp></samp>F<
9716 inoremap <buffer> <silent> ;sk <strike></strike>F<
9717 inoremap <buffer> <silent> ;qu <q></q>F<
9718 inoremap <buffer> <silent> ;pr <pre>
9719 </pre>O
9720 inoremap <buffer> <silent> ;/p </p>
9721 
9722 <p>
9723 inoremap <buffer> <silent> ;pp <p>
9724 </p>O
9725 inoremap <buffer> <silent> ;ol <ol>
9726 </ol>O
9727 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
9728 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
9729 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
9730 inoremap <buffer> <silent> ;lk <link href="">F"
9731 inoremap <buffer> <silent> ;li <li></li>F<
9732 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
9733 inoremap <buffer> <silent> ;ii <isindex>
9734 inoremap <buffer> <silent> ;in <ins></ins>F<
9735 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
9736 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
9737 inoremap <buffer> <silent> ;ht <html>
9738 </html>O
9739 inoremap <buffer> <silent> ;Hr <hr width="75%">
9740 inoremap <buffer> <silent> ;hr <hr>
9741 inoremap <buffer> <silent> ;he <head>
9742 </head>O
9743 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
9744 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
9745 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
9746 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
9747 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
9748 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
9749 inoremap <buffer> <silent> ;h6 <h6></h6>F<
9750 inoremap <buffer> <silent> ;h5 <h5></h5>F<
9751 inoremap <buffer> <silent> ;h4 <h4></h4>F<
9752 inoremap <buffer> <silent> ;h3 <h3></h3>F<
9753 inoremap <buffer> <silent> ;h2 <h2></h2>F<
9754 inoremap <buffer> <silent> ;h1 <h1></h1>F<
9755 inoremap <buffer> <silent> ;fc <font color=""></font>F"
9756 inoremap <buffer> <silent> ;fo <font size=""></font>F"
9757 inoremap <buffer> <silent> ;sn <span></span>F<
9758 inoremap <buffer> <silent> ;dv <div>
9759 </div>O
9760 inoremap <buffer> <silent> ;df <dfn></dfn>F<
9761 inoremap <buffer> <silent> ;de <del></del>F<
9762 inoremap <buffer> <silent> ;dd <dd></dd>F<
9763 inoremap <buffer> <silent> ;dt <dt></dt>F<
9764 inoremap <buffer> <silent> ;dl <dl>
9765 </dl>O
9766 inoremap <buffer> <silent> ;co <code></code>F<
9767 inoremap <buffer> <silent> ;ci <cite></cite>F<
9768 inoremap <buffer> <silent> ;ce <center></center>F<
9769 inoremap <buffer> <silent> ;br <br>
9770 inoremap <buffer> <silent> ;bd <body>
9771 </body>O
9772 inoremap <buffer> <silent> ;bl <blockquote>
9773 </blockquote>O
9774 inoremap <buffer> <silent> ;bi <big></big>F<
9775 inoremap <buffer> <silent> ;bh <base href="">F"
9776 inoremap <buffer> <silent> ;ad <address></address>F<
9777 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
9778 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
9779 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
9780 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
9781 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
9782 inoremap <buffer> <silent> ;an <a name=""></a>F"
9783 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
9784 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
9785 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
9786 inoremap <buffer> <silent> ;ah <a href=""></a>F"
9787 imap <buffer> <silent> ;s4 ;s4
9788 imap <buffer> <silent> ;4 ;4
9789 inoremap <buffer> <silent> ;mi :call MangleImageTag()
9790 inoremap <buffer> <silent> ; 
9791 inoremap <buffer> <silent> ;& &
9792 inoremap <buffer> <silent> ;; ;
9793 setlocal keymap=
9794 setlocal noarabic
9795 setlocal autoindent
9796 setlocal balloonexpr=
9797 setlocal nobinary
9798 setlocal bufhidden=
9799 setlocal buflisted
9800 setlocal buftype=
9801 setlocal nocindent
9802 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
9803 setlocal cinoptions=
9804 setlocal cinwords=if,else,while,do,for,switch
9805 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
9806 setlocal commentstring=<!--%s-->
9807 setlocal complete=.,w,b,u,t,i
9808 setlocal completefunc=
9809 setlocal nocopyindent
9810 setlocal nocursorcolumn
9811 setlocal nocursorline
9812 setlocal define=
9813 setlocal dictionary=
9814 setlocal nodiff
9815 setlocal equalprg=
9816 setlocal errorformat=
9817 setlocal noexpandtab
9818 if &filetype != 'html'
9819 setlocal filetype=html
9820 endif
9821 setlocal foldcolumn=0
9822 setlocal foldenable
9823 setlocal foldexpr=0
9824 setlocal foldignore=#
9825 setlocal foldlevel=0
9826 setlocal foldmarker={{{,}}}
9827 setlocal foldmethod=manual
9828 setlocal foldminlines=1
9829 setlocal foldnestmax=20
9830 setlocal foldtext=foldtext()
9831 setlocal formatexpr=
9832 setlocal formatoptions=tcq
9833 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
9834 setlocal grepprg=
9835 setlocal iminsert=2
9836 setlocal imsearch=2
9837 setlocal include=
9838 setlocal includeexpr=
9839 setlocal indentexpr=
9840 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
9841 setlocal noinfercase
9842 setlocal iskeyword=@,48-57,_,192-255
9843 setlocal keywordprg=
9844 setlocal nolinebreak
9845 setlocal nolisp
9846 setlocal nolist
9847 setlocal makeprg=
9848 setlocal matchpairs=(:),{:},[:],<:>
9849 setlocal nomodeline
9850 setlocal modifiable
9851 setlocal nrformats=octal,hex
9852 setlocal nonumber
9853 setlocal numberwidth=4
9854 setlocal omnifunc=htmlcomplete#CompleteTags
9855 setlocal path=
9856 setlocal nopreserveindent
9857 setlocal nopreviewwindow
9858 setlocal quoteescape=\\
9859 setlocal noreadonly
9860 setlocal norightleft
9861 setlocal rightleftcmd=search
9862 setlocal noscrollbind
9863 setlocal shiftwidth=8
9864 setlocal noshortname
9865 setlocal nosmartindent
9866 setlocal softtabstop=0
9867 setlocal nospell
9868 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
9869 setlocal spellfile=
9870 setlocal spelllang=en
9871 setlocal statusline=
9872 setlocal suffixesadd=
9873 setlocal swapfile
9874 setlocal synmaxcol=3000
9875 if &syntax != 'html'
9876 setlocal syntax=html
9877 endif
9878 setlocal tabstop=2
9879 setlocal tags=
9880 setlocal textwidth=0
9881 setlocal thesaurus=
9882 setlocal nowinfixheight
9883 setlocal nowinfixwidth
9884 setlocal wrap
9885 setlocal wrapmargin=0
9886 silent! normal! zE
9887 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
9888 if s:l < 1 | let s:l = 1 | endif
9889 exe s:l
9890 normal! zt
9891 1
9892 normal! 0
9893 tabedit news.php
9894 set splitbelow splitright
9895 set nosplitbelow
9896 set nosplitright
9897 wincmd t
9898 set winheight=1 winwidth=1
9899 argglobal
9900 24argu
9901 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9902 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9903 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
9904 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
9905 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
9906 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
9907 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
9908 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
9909 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
9910 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
9911 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
9912 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
9913 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
9914 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
9915 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
9916 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
9917 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
9918 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
9919 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">')
9920 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">')
9921 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
9922 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
9923 nnoremap <buffer> <silent> ; 
9924 nnoremap <buffer> <silent> ;; ;
9925 vnoremap <buffer> <silent> ;; ;
9926 onoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
9927 :nohls
9928 nnoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
9929 :nohls
9930 onoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
9931 :nohls
9932 nnoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
9933 :nohls
9934 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
9935 inoremap <buffer> <silent> &hA &hArr;
9936 inoremap <buffer> <silent> &dA &dArr;
9937 inoremap <buffer> <silent> &rA &rArr;
9938 inoremap <buffer> <silent> &uA &uArr;
9939 inoremap <buffer> <silent> &lA &lArr;
9940 inoremap <buffer> <silent> &ha &harr;
9941 inoremap <buffer> <silent> &da &darr;
9942 inoremap <buffer> <silent> &ra &rarr;
9943 inoremap <buffer> <silent> &ua &uarr;
9944 inoremap <buffer> <silent> &la &larr;
9945 inoremap <buffer> <silent> &pv &piv;
9946 inoremap <buffer> <silent> &uh &upsih;
9947 inoremap <buffer> <silent> &ts &thetasym;
9948 inoremap <buffer> <silent> &og &omega;
9949 inoremap <buffer> <silent> &ps &psi;
9950 inoremap <buffer> <silent> &ch &chi;
9951 inoremap <buffer> <silent> &ph &phi;
9952 inoremap <buffer> <silent> &up &upsilon;
9953 inoremap <buffer> <silent> &ta &tau;
9954 inoremap <buffer> <silent> &sf &sigmaf;
9955 inoremap <buffer> <silent> &si &sigma;
9956 inoremap <buffer> <silent> &rh &rho;
9957 inoremap <buffer> <silent> &pi &pi;
9958 inoremap <buffer> <silent> &oc &omicron;
9959 inoremap <buffer> <silent> &xi &xi;
9960 inoremap <buffer> <silent> &nu &nu;
9961 inoremap <buffer> <silent> &mu &mu;
9962 inoremap <buffer> <silent> &lm &lambda;
9963 inoremap <buffer> <silent> &ka &kappa;
9964 inoremap <buffer> <silent> &io &iota;
9965 inoremap <buffer> <silent> &th &theta;
9966 inoremap <buffer> <silent> &et &eta;
9967 inoremap <buffer> <silent> &ze &zeta;
9968 inoremap <buffer> <silent> &ep &epsilon;
9969 inoremap <buffer> <silent> &de &delta;
9970 inoremap <buffer> <silent> &ga &gamma;
9971 inoremap <buffer> <silent> &be &beta;
9972 inoremap <buffer> <silent> &al &alpha;
9973 inoremap <buffer> <silent> &Ps &Psi;
9974 inoremap <buffer> <silent> &Ch &Chi;
9975 inoremap <buffer> <silent> &Ph &Phi;
9976 inoremap <buffer> <silent> &Up &Upsilon;
9977 inoremap <buffer> <silent> &Ta &Tau;
9978 inoremap <buffer> <silent> &Si &Sigma;
9979 inoremap <buffer> <silent> &Rh &Rho;
9980 inoremap <buffer> <silent> &Pi &Pi;
9981 inoremap <buffer> <silent> &Oc &Omicron;
9982 inoremap <buffer> <silent> &Xi &Xi;
9983 inoremap <buffer> <silent> &Nu &Nu;
9984 inoremap <buffer> <silent> &Mu &Mu;
9985 inoremap <buffer> <silent> &Lm &Lambda;
9986 inoremap <buffer> <silent> &Ka &Kappa;
9987 inoremap <buffer> <silent> &Io &Iota;
9988 inoremap <buffer> <silent> &Th &Theta;
9989 inoremap <buffer> <silent> &Et &Eta;
9990 inoremap <buffer> <silent> &Ze &Zeta;
9991 inoremap <buffer> <silent> &Ep &Epsilon;
9992 inoremap <buffer> <silent> &De &Delta;
9993 inoremap <buffer> <silent> &Ga &Gamma;
9994 inoremap <buffer> <silent> &Be &Beta;
9995 inoremap <buffer> <silent> &Al &Alpha;
9996 inoremap <buffer> <silent> &3. &hellip;
9997 inoremap <buffer> <silent> &-- &mdash;
9998 inoremap <buffer> <silent> &3- &mdash;
9999 inoremap <buffer> <silent> &m- &mdash;
10000 inoremap <buffer> <silent> &2- &ndash;
10001 inoremap <buffer> <silent> &n- &ndash;
10002 inoremap <buffer> <silent> &34 &frac34;
10003 inoremap <buffer> <silent> &12 &frac12;
10004 inoremap <buffer> <silent> &14 &frac14;
10005 inoremap <buffer> <silent> &. &middot;
10006 inoremap <buffer> <silent> &pa &para;
10007 inoremap <buffer> <silent> &mi &micro;
10008 inoremap <buffer> <silent> &dg &deg;
10009 inoremap <buffer> <silent> &? &iquest;
10010 inoremap <buffer> <silent> &! &iexcl;
10011 inoremap <buffer> <silent> &sz &szlig;
10012 inoremap <buffer> <silent> &o/ &oslash;
10013 inoremap <buffer> <silent> &/ &divide;
10014 inoremap <buffer> <silent> &" &uml;
10015 inoremap <buffer> <silent> &2> &raquo;
10016 inoremap <buffer> <silent> &2< &laquo;
10017 inoremap <buffer> <silent> &y" &yuml;
10018 inoremap <buffer> <silent> &y' &yacute;
10019 inoremap <buffer> <silent> &u" &uuml;
10020 inoremap <buffer> <silent> &u^ &ucirc;
10021 inoremap <buffer> <silent> &u' &uacute;
10022 inoremap <buffer> <silent> &u` &ugrave;
10023 inoremap <buffer> <silent> &x &times;
10024 inoremap <buffer> <silent> &o" &ouml;
10025 inoremap <buffer> <silent> &o~ &otilde;
10026 inoremap <buffer> <silent> &o^ &ocirc;
10027 inoremap <buffer> <silent> &o' &oacute;
10028 inoremap <buffer> <silent> &o` &ograve;
10029 inoremap <buffer> <silent> &n~ &ntilde;
10030 inoremap <buffer> <silent> &i" &iuml;
10031 inoremap <buffer> <silent> &i^ &icirc;
10032 inoremap <buffer> <silent> &i' &iacute;
10033 inoremap <buffer> <silent> &i` &igrave;
10034 inoremap <buffer> <silent> &e" &euml;
10035 inoremap <buffer> <silent> &e^ &ecirc;
10036 inoremap <buffer> <silent> &e' &eacute;
10037 inoremap <buffer> <silent> &e` &egrave;
10038 inoremap <buffer> <silent> &c, &ccedil;
10039 inoremap <buffer> <silent> &ae &aelig;
10040 inoremap <buffer> <silent> &ao &aring;
10041 inoremap <buffer> <silent> &a" &auml;
10042 inoremap <buffer> <silent> &a~ &atilde;
10043 inoremap <buffer> <silent> &a^ &acirc;
10044 inoremap <buffer> <silent> &a' &aacute;
10045 inoremap <buffer> <silent> &a` &agrave;
10046 inoremap <buffer> <silent> &Y' &Yacute;
10047 inoremap <buffer> <silent> &U" &Uuml;
10048 inoremap <buffer> <silent> &U^ &Ucirc;
10049 inoremap <buffer> <silent> &U' &Uacute;
10050 inoremap <buffer> <silent> &U` &Ugrave;
10051 inoremap <buffer> <silent> &O/ &Oslash;
10052 inoremap <buffer> <silent> &O" &Ouml;
10053 inoremap <buffer> <silent> &O~ &Otilde;
10054 inoremap <buffer> <silent> &O^ &Ocirc;
10055 inoremap <buffer> <silent> &O' &Oacute;
10056 inoremap <buffer> <silent> &O` &Ograve;
10057 inoremap <buffer> <silent> &N~ &Ntilde;
10058 inoremap <buffer> <silent> &I" &Iuml;
10059 inoremap <buffer> <silent> &I^ &Icirc;
10060 inoremap <buffer> <silent> &I' &Iacute;
10061 inoremap <buffer> <silent> &I` &Igrave;
10062 inoremap <buffer> <silent> &E" &Euml;
10063 inoremap <buffer> <silent> &E^ &Ecirc;
10064 inoremap <buffer> <silent> &E' &Eacute;
10065 inoremap <buffer> <silent> &E` &Egrave;
10066 inoremap <buffer> <silent> &C, &Ccedil;
10067 inoremap <buffer> <silent> &AE &AElig;
10068 inoremap <buffer> <silent> &Ao &Aring;
10069 inoremap <buffer> <silent> &A" &Auml;
10070 inoremap <buffer> <silent> &A~ &Atilde;
10071 inoremap <buffer> <silent> &A^ &Acirc;
10072 inoremap <buffer> <silent> &A' &Aacute;
10073 inoremap <buffer> <silent> &A` &Agrave;
10074 inoremap <buffer> <silent> &c| &cent;
10075 inoremap <buffer> <silent> &Y= &yen;
10076 inoremap <buffer> <silent> &# &pound;
10077 inoremap <buffer> <silent> & &nbsp;
10078 inoremap <buffer> <silent> &> &gt;
10079 inoremap <buffer> <silent> &< &lt;
10080 inoremap <buffer> <silent> &' &quot;
10081 inoremap <buffer> <silent> &tm &trade;
10082 inoremap <buffer> <silent> &rO &reg;
10083 inoremap <buffer> <silent> &cO &copy;
10084 inoremap <buffer> <silent> && &amp;
10085 inoremap <buffer> <silent> ; &nbsp;
10086 inoremap <buffer> <silent> ;la <label for=""></label>F"
10087 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
10088 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
10089 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
10090 </textarea>k$5F"i
10091 inoremap <buffer> <silent> ;og <optgroup label="">
10092 </optgroup>k$F"i
10093 inoremap <buffer> <silent> ;op <option></option>F<
10094 inoremap <buffer> <silent> ;ms <select name="" multiple>
10095 </select>O
10096 inoremap <buffer> <silent> ;se <select name="">
10097 </select>O
10098 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
10099 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
10100 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
10101 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
10102 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
10103 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
10104 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
10105 inoremap <buffer> <silent> ;fm <form action="">
10106 </form>k$F"i
10107 inoremap <buffer> <silent> ;if <iframe src="">
10108 </iframe>k$F"i
10109 inoremap <buffer> <silent> ;nf <noframes>
10110 </noframes>O
10111 inoremap <buffer> <silent> ;fr <frame src="">F"
10112 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
10113 </frameset>k$3F"i
10114 inoremap <buffer> <silent> ;th <th></th>F<
10115 inoremap <buffer> <silent> ;td <td>
10116 </td>O
10117 inoremap <buffer> <silent> ;tr <tr>
10118 </tr>O
10119 inoremap <buffer> <silent> ;tf <tfoot>
10120 </tfoot>O
10121 inoremap <buffer> <silent> ;tb <tbody>
10122 </tbody>O
10123 inoremap <buffer> <silent> ;tH <thead>
10124 </thead>O
10125 inoremap <buffer> <silent> ;ta <table>
10126 </table>O
10127 inoremap <buffer> <silent> ;ca <caption></caption>F<
10128 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
10129 </object>k$5F"i
10130 inoremap <buffer> <silent> ;ns <noscript>
10131 </noscripT>O
10132 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
10133 <noembed></noembed>k$5F"i
10134 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
10135 inoremap <buffer> <silent> ;va <var></var>F<
10136 inoremap <buffer> <silent> ;ul <ul>
10137 </ul>O
10138 inoremap <buffer> <silent> ;tt <tt></tt>F<
10139 inoremap <buffer> <silent> ;ti <title></title>F<
10140 inoremap <buffer> <silent> ;sp <sup></sup>F<
10141 inoremap <buffer> <silent> ;sb <sub></sub>F<
10142 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
10143 inoremap <buffer> <silent> ;cs <style type="text/css">
10144 <!--
10145 -->
10146 </style>kO
10147 inoremap <buffer> <silent> ;sm <small></small>F<
10148 inoremap <buffer> <silent> ;sa <samp></samp>F<
10149 inoremap <buffer> <silent> ;sk <strike></strike>F<
10150 inoremap <buffer> <silent> ;qu <q></q>F<
10151 inoremap <buffer> <silent> ;pr <pre>
10152 </pre>O
10153 inoremap <buffer> <silent> ;/p </p>
10154 
10155 <p>
10156 inoremap <buffer> <silent> ;pp <p>
10157 </p>O
10158 inoremap <buffer> <silent> ;ol <ol>
10159 </ol>O
10160 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
10161 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
10162 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
10163 inoremap <buffer> <silent> ;lk <link href="">F"
10164 inoremap <buffer> <silent> ;li <li></li>F<
10165 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
10166 inoremap <buffer> <silent> ;ii <isindex>
10167 inoremap <buffer> <silent> ;in <ins></ins>F<
10168 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
10169 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
10170 inoremap <buffer> <silent> ;ht <html>
10171 </html>O
10172 inoremap <buffer> <silent> ;Hr <hr width="75%">
10173 inoremap <buffer> <silent> ;hr <hr>
10174 inoremap <buffer> <silent> ;he <head>
10175 </head>O
10176 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
10177 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
10178 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
10179 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
10180 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
10181 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
10182 inoremap <buffer> <silent> ;h6 <h6></h6>F<
10183 inoremap <buffer> <silent> ;h5 <h5></h5>F<
10184 inoremap <buffer> <silent> ;h4 <h4></h4>F<
10185 inoremap <buffer> <silent> ;h3 <h3></h3>F<
10186 inoremap <buffer> <silent> ;h2 <h2></h2>F<
10187 inoremap <buffer> <silent> ;h1 <h1></h1>F<
10188 inoremap <buffer> <silent> ;fc <font color=""></font>F"
10189 inoremap <buffer> <silent> ;fo <font size=""></font>F"
10190 inoremap <buffer> <silent> ;sn <span></span>F<
10191 inoremap <buffer> <silent> ;dv <div>
10192 </div>O
10193 inoremap <buffer> <silent> ;df <dfn></dfn>F<
10194 inoremap <buffer> <silent> ;de <del></del>F<
10195 inoremap <buffer> <silent> ;dd <dd></dd>F<
10196 inoremap <buffer> <silent> ;dt <dt></dt>F<
10197 inoremap <buffer> <silent> ;dl <dl>
10198 </dl>O
10199 inoremap <buffer> <silent> ;co <code></code>F<
10200 inoremap <buffer> <silent> ;ci <cite></cite>F<
10201 inoremap <buffer> <silent> ;ce <center></center>F<
10202 inoremap <buffer> <silent> ;br <br>
10203 inoremap <buffer> <silent> ;bd <body>
10204 </body>O
10205 inoremap <buffer> <silent> ;bl <blockquote>
10206 </blockquote>O
10207 inoremap <buffer> <silent> ;bi <big></big>F<
10208 inoremap <buffer> <silent> ;bh <base href="">F"
10209 inoremap <buffer> <silent> ;ad <address></address>F<
10210 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
10211 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
10212 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
10213 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
10214 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
10215 inoremap <buffer> <silent> ;an <a name=""></a>F"
10216 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
10217 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
10218 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
10219 inoremap <buffer> <silent> ;ah <a href=""></a>F"
10220 imap <buffer> <silent> ;s4 ;s4
10221 imap <buffer> <silent> ;4 ;4
10222 inoremap <buffer> <silent> ;mi :call MangleImageTag()
10223 inoremap <buffer> <silent> ; 
10224 inoremap <buffer> <silent> ;& &
10225 inoremap <buffer> <silent> ;; ;
10226 setlocal keymap=
10227 setlocal noarabic
10228 setlocal autoindent
10229 setlocal balloonexpr=
10230 setlocal nobinary
10231 setlocal bufhidden=
10232 setlocal buflisted
10233 setlocal buftype=
10234 setlocal nocindent
10235 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10236 setlocal cinoptions=
10237 setlocal cinwords=if,else,while,do,for,switch
10238 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
10239 setlocal commentstring=/*%s*/
10240 setlocal complete=.,w,b,u,t,i
10241 setlocal completefunc=
10242 setlocal nocopyindent
10243 setlocal nocursorcolumn
10244 setlocal nocursorline
10245 setlocal define=
10246 setlocal dictionary=
10247 setlocal nodiff
10248 setlocal equalprg=
10249 setlocal errorformat=
10250 setlocal noexpandtab
10251 if &filetype != 'php'
10252 setlocal filetype=php
10253 endif
10254 setlocal foldcolumn=0
10255 setlocal foldenable
10256 setlocal foldexpr=0
10257 setlocal foldignore=#
10258 setlocal foldlevel=0
10259 setlocal foldmarker={{{,}}}
10260 setlocal foldmethod=manual
10261 setlocal foldminlines=1
10262 setlocal foldnestmax=20
10263 setlocal foldtext=foldtext()
10264 setlocal formatexpr=
10265 setlocal formatoptions=tcq
10266 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
10267 setlocal grepprg=
10268 setlocal iminsert=2
10269 setlocal imsearch=2
10270 setlocal include=\\(require\\|include\\)\\(_once\\)\\?
10271 setlocal includeexpr=
10272 setlocal indentexpr=
10273 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
10274 setlocal noinfercase
10275 setlocal iskeyword=@,48-57,_,192-255
10276 setlocal keywordprg=
10277 setlocal nolinebreak
10278 setlocal nolisp
10279 setlocal nolist
10280 setlocal makeprg=
10281 setlocal matchpairs=(:),{:},[:],<:>
10282 setlocal nomodeline
10283 setlocal modifiable
10284 setlocal nrformats=octal,hex
10285 setlocal nonumber
10286 setlocal numberwidth=4
10287 setlocal omnifunc=phpcomplete#CompletePHP
10288 setlocal path=
10289 setlocal nopreserveindent
10290 setlocal nopreviewwindow
10291 setlocal quoteescape=\\
10292 setlocal noreadonly
10293 setlocal norightleft
10294 setlocal rightleftcmd=search
10295 setlocal noscrollbind
10296 setlocal shiftwidth=8
10297 setlocal noshortname
10298 setlocal nosmartindent
10299 setlocal softtabstop=0
10300 setlocal nospell
10301 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
10302 setlocal spellfile=
10303 setlocal spelllang=en
10304 setlocal statusline=
10305 setlocal suffixesadd=
10306 setlocal swapfile
10307 setlocal synmaxcol=3000
10308 if &syntax != 'php'
10309 setlocal syntax=php
10310 endif
10311 setlocal tabstop=2
10312 setlocal tags=
10313 setlocal textwidth=0
10314 setlocal thesaurus=
10315 setlocal nowinfixheight
10316 setlocal nowinfixwidth
10317 setlocal wrap
10318 setlocal wrapmargin=0
10319 silent! normal! zE
10320 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
10321 if s:l < 1 | let s:l = 1 | endif
10322 exe s:l
10323 normal! zt
10324 1
10325 normal! 0
10326 tabedit onepage.php
10327 set splitbelow splitright
10328 set nosplitbelow
10329 set nosplitright
10330 wincmd t
10331 set winheight=1 winwidth=1
10332 argglobal
10333 25argu
10334 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
10335 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
10336 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
10337 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
10338 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
10339 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
10340 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
10341 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
10342 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
10343 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
10344 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
10345 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
10346 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
10347 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
10348 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
10349 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
10350 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
10351 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
10352 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">')
10353 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">')
10354 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
10355 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
10356 nnoremap <buffer> <silent> ; 
10357 nnoremap <buffer> <silent> ;; ;
10358 vnoremap <buffer> <silent> ;; ;
10359 onoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
10360 :nohls
10361 nnoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
10362 :nohls
10363 onoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
10364 :nohls
10365 nnoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
10366 :nohls
10367 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
10368 inoremap <buffer> <silent> &hA &hArr;
10369 inoremap <buffer> <silent> &dA &dArr;
10370 inoremap <buffer> <silent> &rA &rArr;
10371 inoremap <buffer> <silent> &uA &uArr;
10372 inoremap <buffer> <silent> &lA &lArr;
10373 inoremap <buffer> <silent> &ha &harr;
10374 inoremap <buffer> <silent> &da &darr;
10375 inoremap <buffer> <silent> &ra &rarr;
10376 inoremap <buffer> <silent> &ua &uarr;
10377 inoremap <buffer> <silent> &la &larr;
10378 inoremap <buffer> <silent> &pv &piv;
10379 inoremap <buffer> <silent> &uh &upsih;
10380 inoremap <buffer> <silent> &ts &thetasym;
10381 inoremap <buffer> <silent> &og &omega;
10382 inoremap <buffer> <silent> &ps &psi;
10383 inoremap <buffer> <silent> &ch &chi;
10384 inoremap <buffer> <silent> &ph &phi;
10385 inoremap <buffer> <silent> &up &upsilon;
10386 inoremap <buffer> <silent> &ta &tau;
10387 inoremap <buffer> <silent> &sf &sigmaf;
10388 inoremap <buffer> <silent> &si &sigma;
10389 inoremap <buffer> <silent> &rh &rho;
10390 inoremap <buffer> <silent> &pi &pi;
10391 inoremap <buffer> <silent> &oc &omicron;
10392 inoremap <buffer> <silent> &xi &xi;
10393 inoremap <buffer> <silent> &nu &nu;
10394 inoremap <buffer> <silent> &mu &mu;
10395 inoremap <buffer> <silent> &lm &lambda;
10396 inoremap <buffer> <silent> &ka &kappa;
10397 inoremap <buffer> <silent> &io &iota;
10398 inoremap <buffer> <silent> &th &theta;
10399 inoremap <buffer> <silent> &et &eta;
10400 inoremap <buffer> <silent> &ze &zeta;
10401 inoremap <buffer> <silent> &ep &epsilon;
10402 inoremap <buffer> <silent> &de &delta;
10403 inoremap <buffer> <silent> &ga &gamma;
10404 inoremap <buffer> <silent> &be &beta;
10405 inoremap <buffer> <silent> &al &alpha;
10406 inoremap <buffer> <silent> &Ps &Psi;
10407 inoremap <buffer> <silent> &Ch &Chi;
10408 inoremap <buffer> <silent> &Ph &Phi;
10409 inoremap <buffer> <silent> &Up &Upsilon;
10410 inoremap <buffer> <silent> &Ta &Tau;
10411 inoremap <buffer> <silent> &Si &Sigma;
10412 inoremap <buffer> <silent> &Rh &Rho;
10413 inoremap <buffer> <silent> &Pi &Pi;
10414 inoremap <buffer> <silent> &Oc &Omicron;
10415 inoremap <buffer> <silent> &Xi &Xi;
10416 inoremap <buffer> <silent> &Nu &Nu;
10417 inoremap <buffer> <silent> &Mu &Mu;
10418 inoremap <buffer> <silent> &Lm &Lambda;
10419 inoremap <buffer> <silent> &Ka &Kappa;
10420 inoremap <buffer> <silent> &Io &Iota;
10421 inoremap <buffer> <silent> &Th &Theta;
10422 inoremap <buffer> <silent> &Et &Eta;
10423 inoremap <buffer> <silent> &Ze &Zeta;
10424 inoremap <buffer> <silent> &Ep &Epsilon;
10425 inoremap <buffer> <silent> &De &Delta;
10426 inoremap <buffer> <silent> &Ga &Gamma;
10427 inoremap <buffer> <silent> &Be &Beta;
10428 inoremap <buffer> <silent> &Al &Alpha;
10429 inoremap <buffer> <silent> &3. &hellip;
10430 inoremap <buffer> <silent> &-- &mdash;
10431 inoremap <buffer> <silent> &3- &mdash;
10432 inoremap <buffer> <silent> &m- &mdash;
10433 inoremap <buffer> <silent> &2- &ndash;
10434 inoremap <buffer> <silent> &n- &ndash;
10435 inoremap <buffer> <silent> &34 &frac34;
10436 inoremap <buffer> <silent> &12 &frac12;
10437 inoremap <buffer> <silent> &14 &frac14;
10438 inoremap <buffer> <silent> &. &middot;
10439 inoremap <buffer> <silent> &pa &para;
10440 inoremap <buffer> <silent> &mi &micro;
10441 inoremap <buffer> <silent> &dg &deg;
10442 inoremap <buffer> <silent> &? &iquest;
10443 inoremap <buffer> <silent> &! &iexcl;
10444 inoremap <buffer> <silent> &sz &szlig;
10445 inoremap <buffer> <silent> &o/ &oslash;
10446 inoremap <buffer> <silent> &/ &divide;
10447 inoremap <buffer> <silent> &" &uml;
10448 inoremap <buffer> <silent> &2> &raquo;
10449 inoremap <buffer> <silent> &2< &laquo;
10450 inoremap <buffer> <silent> &y" &yuml;
10451 inoremap <buffer> <silent> &y' &yacute;
10452 inoremap <buffer> <silent> &u" &uuml;
10453 inoremap <buffer> <silent> &u^ &ucirc;
10454 inoremap <buffer> <silent> &u' &uacute;
10455 inoremap <buffer> <silent> &u` &ugrave;
10456 inoremap <buffer> <silent> &x &times;
10457 inoremap <buffer> <silent> &o" &ouml;
10458 inoremap <buffer> <silent> &o~ &otilde;
10459 inoremap <buffer> <silent> &o^ &ocirc;
10460 inoremap <buffer> <silent> &o' &oacute;
10461 inoremap <buffer> <silent> &o` &ograve;
10462 inoremap <buffer> <silent> &n~ &ntilde;
10463 inoremap <buffer> <silent> &i" &iuml;
10464 inoremap <buffer> <silent> &i^ &icirc;
10465 inoremap <buffer> <silent> &i' &iacute;
10466 inoremap <buffer> <silent> &i` &igrave;
10467 inoremap <buffer> <silent> &e" &euml;
10468 inoremap <buffer> <silent> &e^ &ecirc;
10469 inoremap <buffer> <silent> &e' &eacute;
10470 inoremap <buffer> <silent> &e` &egrave;
10471 inoremap <buffer> <silent> &c, &ccedil;
10472 inoremap <buffer> <silent> &ae &aelig;
10473 inoremap <buffer> <silent> &ao &aring;
10474 inoremap <buffer> <silent> &a" &auml;
10475 inoremap <buffer> <silent> &a~ &atilde;
10476 inoremap <buffer> <silent> &a^ &acirc;
10477 inoremap <buffer> <silent> &a' &aacute;
10478 inoremap <buffer> <silent> &a` &agrave;
10479 inoremap <buffer> <silent> &Y' &Yacute;
10480 inoremap <buffer> <silent> &U" &Uuml;
10481 inoremap <buffer> <silent> &U^ &Ucirc;
10482 inoremap <buffer> <silent> &U' &Uacute;
10483 inoremap <buffer> <silent> &U` &Ugrave;
10484 inoremap <buffer> <silent> &O/ &Oslash;
10485 inoremap <buffer> <silent> &O" &Ouml;
10486 inoremap <buffer> <silent> &O~ &Otilde;
10487 inoremap <buffer> <silent> &O^ &Ocirc;
10488 inoremap <buffer> <silent> &O' &Oacute;
10489 inoremap <buffer> <silent> &O` &Ograve;
10490 inoremap <buffer> <silent> &N~ &Ntilde;
10491 inoremap <buffer> <silent> &I" &Iuml;
10492 inoremap <buffer> <silent> &I^ &Icirc;
10493 inoremap <buffer> <silent> &I' &Iacute;
10494 inoremap <buffer> <silent> &I` &Igrave;
10495 inoremap <buffer> <silent> &E" &Euml;
10496 inoremap <buffer> <silent> &E^ &Ecirc;
10497 inoremap <buffer> <silent> &E' &Eacute;
10498 inoremap <buffer> <silent> &E` &Egrave;
10499 inoremap <buffer> <silent> &C, &Ccedil;
10500 inoremap <buffer> <silent> &AE &AElig;
10501 inoremap <buffer> <silent> &Ao &Aring;
10502 inoremap <buffer> <silent> &A" &Auml;
10503 inoremap <buffer> <silent> &A~ &Atilde;
10504 inoremap <buffer> <silent> &A^ &Acirc;
10505 inoremap <buffer> <silent> &A' &Aacute;
10506 inoremap <buffer> <silent> &A` &Agrave;
10507 inoremap <buffer> <silent> &c| &cent;
10508 inoremap <buffer> <silent> &Y= &yen;
10509 inoremap <buffer> <silent> &# &pound;
10510 inoremap <buffer> <silent> & &nbsp;
10511 inoremap <buffer> <silent> &> &gt;
10512 inoremap <buffer> <silent> &< &lt;
10513 inoremap <buffer> <silent> &' &quot;
10514 inoremap <buffer> <silent> &tm &trade;
10515 inoremap <buffer> <silent> &rO &reg;
10516 inoremap <buffer> <silent> &cO &copy;
10517 inoremap <buffer> <silent> && &amp;
10518 inoremap <buffer> <silent> ; &nbsp;
10519 inoremap <buffer> <silent> ;la <label for=""></label>F"
10520 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
10521 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
10522 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
10523 </textarea>k$5F"i
10524 inoremap <buffer> <silent> ;og <optgroup label="">
10525 </optgroup>k$F"i
10526 inoremap <buffer> <silent> ;op <option></option>F<
10527 inoremap <buffer> <silent> ;ms <select name="" multiple>
10528 </select>O
10529 inoremap <buffer> <silent> ;se <select name="">
10530 </select>O
10531 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
10532 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
10533 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
10534 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
10535 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
10536 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
10537 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
10538 inoremap <buffer> <silent> ;fm <form action="">
10539 </form>k$F"i
10540 inoremap <buffer> <silent> ;if <iframe src="">
10541 </iframe>k$F"i
10542 inoremap <buffer> <silent> ;nf <noframes>
10543 </noframes>O
10544 inoremap <buffer> <silent> ;fr <frame src="">F"
10545 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
10546 </frameset>k$3F"i
10547 inoremap <buffer> <silent> ;th <th></th>F<
10548 inoremap <buffer> <silent> ;td <td>
10549 </td>O
10550 inoremap <buffer> <silent> ;tr <tr>
10551 </tr>O
10552 inoremap <buffer> <silent> ;tf <tfoot>
10553 </tfoot>O
10554 inoremap <buffer> <silent> ;tb <tbody>
10555 </tbody>O
10556 inoremap <buffer> <silent> ;tH <thead>
10557 </thead>O
10558 inoremap <buffer> <silent> ;ta <table>
10559 </table>O
10560 inoremap <buffer> <silent> ;ca <caption></caption>F<
10561 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
10562 </object>k$5F"i
10563 inoremap <buffer> <silent> ;ns <noscript>
10564 </noscripT>O
10565 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
10566 <noembed></noembed>k$5F"i
10567 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
10568 inoremap <buffer> <silent> ;va <var></var>F<
10569 inoremap <buffer> <silent> ;ul <ul>
10570 </ul>O
10571 inoremap <buffer> <silent> ;tt <tt></tt>F<
10572 inoremap <buffer> <silent> ;ti <title></title>F<
10573 inoremap <buffer> <silent> ;sp <sup></sup>F<
10574 inoremap <buffer> <silent> ;sb <sub></sub>F<
10575 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
10576 inoremap <buffer> <silent> ;cs <style type="text/css">
10577 <!--
10578 -->
10579 </style>kO
10580 inoremap <buffer> <silent> ;sm <small></small>F<
10581 inoremap <buffer> <silent> ;sa <samp></samp>F<
10582 inoremap <buffer> <silent> ;sk <strike></strike>F<
10583 inoremap <buffer> <silent> ;qu <q></q>F<
10584 inoremap <buffer> <silent> ;pr <pre>
10585 </pre>O
10586 inoremap <buffer> <silent> ;/p </p>
10587 
10588 <p>
10589 inoremap <buffer> <silent> ;pp <p>
10590 </p>O
10591 inoremap <buffer> <silent> ;ol <ol>
10592 </ol>O
10593 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
10594 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
10595 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
10596 inoremap <buffer> <silent> ;lk <link href="">F"
10597 inoremap <buffer> <silent> ;li <li></li>F<
10598 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
10599 inoremap <buffer> <silent> ;ii <isindex>
10600 inoremap <buffer> <silent> ;in <ins></ins>F<
10601 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
10602 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
10603 inoremap <buffer> <silent> ;ht <html>
10604 </html>O
10605 inoremap <buffer> <silent> ;Hr <hr width="75%">
10606 inoremap <buffer> <silent> ;hr <hr>
10607 inoremap <buffer> <silent> ;he <head>
10608 </head>O
10609 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
10610 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
10611 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
10612 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
10613 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
10614 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
10615 inoremap <buffer> <silent> ;h6 <h6></h6>F<
10616 inoremap <buffer> <silent> ;h5 <h5></h5>F<
10617 inoremap <buffer> <silent> ;h4 <h4></h4>F<
10618 inoremap <buffer> <silent> ;h3 <h3></h3>F<
10619 inoremap <buffer> <silent> ;h2 <h2></h2>F<
10620 inoremap <buffer> <silent> ;h1 <h1></h1>F<
10621 inoremap <buffer> <silent> ;fc <font color=""></font>F"
10622 inoremap <buffer> <silent> ;fo <font size=""></font>F"
10623 inoremap <buffer> <silent> ;sn <span></span>F<
10624 inoremap <buffer> <silent> ;dv <div>
10625 </div>O
10626 inoremap <buffer> <silent> ;df <dfn></dfn>F<
10627 inoremap <buffer> <silent> ;de <del></del>F<
10628 inoremap <buffer> <silent> ;dd <dd></dd>F<
10629 inoremap <buffer> <silent> ;dt <dt></dt>F<
10630 inoremap <buffer> <silent> ;dl <dl>
10631 </dl>O
10632 inoremap <buffer> <silent> ;co <code></code>F<
10633 inoremap <buffer> <silent> ;ci <cite></cite>F<
10634 inoremap <buffer> <silent> ;ce <center></center>F<
10635 inoremap <buffer> <silent> ;br <br>
10636 inoremap <buffer> <silent> ;bd <body>
10637 </body>O
10638 inoremap <buffer> <silent> ;bl <blockquote>
10639 </blockquote>O
10640 inoremap <buffer> <silent> ;bi <big></big>F<
10641 inoremap <buffer> <silent> ;bh <base href="">F"
10642 inoremap <buffer> <silent> ;ad <address></address>F<
10643 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
10644 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
10645 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
10646 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
10647 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
10648 inoremap <buffer> <silent> ;an <a name=""></a>F"
10649 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
10650 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
10651 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
10652 inoremap <buffer> <silent> ;ah <a href=""></a>F"
10653 imap <buffer> <silent> ;s4 ;s4
10654 imap <buffer> <silent> ;4 ;4
10655 inoremap <buffer> <silent> ;mi :call MangleImageTag()
10656 inoremap <buffer> <silent> ; 
10657 inoremap <buffer> <silent> ;& &
10658 inoremap <buffer> <silent> ;; ;
10659 setlocal keymap=
10660 setlocal noarabic
10661 setlocal autoindent
10662 setlocal balloonexpr=
10663 setlocal nobinary
10664 setlocal bufhidden=
10665 setlocal buflisted
10666 setlocal buftype=
10667 setlocal nocindent
10668 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10669 setlocal cinoptions=
10670 setlocal cinwords=if,else,while,do,for,switch
10671 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
10672 setlocal commentstring=/*%s*/
10673 setlocal complete=.,w,b,u,t,i
10674 setlocal completefunc=
10675 setlocal nocopyindent
10676 setlocal nocursorcolumn
10677 setlocal nocursorline
10678 setlocal define=
10679 setlocal dictionary=
10680 setlocal nodiff
10681 setlocal equalprg=
10682 setlocal errorformat=
10683 setlocal noexpandtab
10684 if &filetype != 'php'
10685 setlocal filetype=php
10686 endif
10687 setlocal foldcolumn=0
10688 setlocal foldenable
10689 setlocal foldexpr=0
10690 setlocal foldignore=#
10691 setlocal foldlevel=0
10692 setlocal foldmarker={{{,}}}
10693 setlocal foldmethod=manual
10694 setlocal foldminlines=1
10695 setlocal foldnestmax=20
10696 setlocal foldtext=foldtext()
10697 setlocal formatexpr=
10698 setlocal formatoptions=tcq
10699 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
10700 setlocal grepprg=
10701 setlocal iminsert=2
10702 setlocal imsearch=2
10703 setlocal include=\\(require\\|include\\)\\(_once\\)\\?
10704 setlocal includeexpr=
10705 setlocal indentexpr=
10706 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
10707 setlocal noinfercase
10708 setlocal iskeyword=@,48-57,_,192-255
10709 setlocal keywordprg=
10710 setlocal nolinebreak
10711 setlocal nolisp
10712 setlocal nolist
10713 setlocal makeprg=
10714 setlocal matchpairs=(:),{:},[:],<:>
10715 setlocal nomodeline
10716 setlocal modifiable
10717 setlocal nrformats=octal,hex
10718 setlocal nonumber
10719 setlocal numberwidth=4
10720 setlocal omnifunc=phpcomplete#CompletePHP
10721 setlocal path=
10722 setlocal nopreserveindent
10723 setlocal nopreviewwindow
10724 setlocal quoteescape=\\
10725 setlocal noreadonly
10726 setlocal norightleft
10727 setlocal rightleftcmd=search
10728 setlocal noscrollbind
10729 setlocal shiftwidth=8
10730 setlocal noshortname
10731 setlocal nosmartindent
10732 setlocal softtabstop=0
10733 setlocal nospell
10734 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
10735 setlocal spellfile=
10736 setlocal spelllang=en
10737 setlocal statusline=
10738 setlocal suffixesadd=
10739 setlocal swapfile
10740 setlocal synmaxcol=3000
10741 if &syntax != 'php'
10742 setlocal syntax=php
10743 endif
10744 setlocal tabstop=2
10745 setlocal tags=
10746 setlocal textwidth=0
10747 setlocal thesaurus=
10748 setlocal nowinfixheight
10749 setlocal nowinfixwidth
10750 setlocal wrap
10751 setlocal wrapmargin=0
10752 silent! normal! zE
10753 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
10754 if s:l < 1 | let s:l = 1 | endif
10755 exe s:l
10756 normal! zt
10757 1
10758 normal! 0
10759 tabedit printable.php
10760 set splitbelow splitright
10761 set nosplitbelow
10762 set nosplitright
10763 wincmd t
10764 set winheight=1 winwidth=1
10765 argglobal
10766 26argu
10767 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
10768 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
10769 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
10770 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
10771 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
10772 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
10773 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
10774 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
10775 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
10776 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
10777 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
10778 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
10779 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
10780 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
10781 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
10782 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
10783 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
10784 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
10785 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">')
10786 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">')
10787 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
10788 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
10789 nnoremap <buffer> <silent> ; 
10790 nnoremap <buffer> <silent> ;; ;
10791 vnoremap <buffer> <silent> ;; ;
10792 onoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
10793 :nohls
10794 nnoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
10795 :nohls
10796 onoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
10797 :nohls
10798 nnoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
10799 :nohls
10800 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
10801 inoremap <buffer> <silent> &hA &hArr;
10802 inoremap <buffer> <silent> &dA &dArr;
10803 inoremap <buffer> <silent> &rA &rArr;
10804 inoremap <buffer> <silent> &uA &uArr;
10805 inoremap <buffer> <silent> &lA &lArr;
10806 inoremap <buffer> <silent> &ha &harr;
10807 inoremap <buffer> <silent> &da &darr;
10808 inoremap <buffer> <silent> &ra &rarr;
10809 inoremap <buffer> <silent> &ua &uarr;
10810 inoremap <buffer> <silent> &la &larr;
10811 inoremap <buffer> <silent> &pv &piv;
10812 inoremap <buffer> <silent> &uh &upsih;
10813 inoremap <buffer> <silent> &ts &thetasym;
10814 inoremap <buffer> <silent> &og &omega;
10815 inoremap <buffer> <silent> &ps &psi;
10816 inoremap <buffer> <silent> &ch &chi;
10817 inoremap <buffer> <silent> &ph &phi;
10818 inoremap <buffer> <silent> &up &upsilon;
10819 inoremap <buffer> <silent> &ta &tau;
10820 inoremap <buffer> <silent> &sf &sigmaf;
10821 inoremap <buffer> <silent> &si &sigma;
10822 inoremap <buffer> <silent> &rh &rho;
10823 inoremap <buffer> <silent> &pi &pi;
10824 inoremap <buffer> <silent> &oc &omicron;
10825 inoremap <buffer> <silent> &xi &xi;
10826 inoremap <buffer> <silent> &nu &nu;
10827 inoremap <buffer> <silent> &mu &mu;
10828 inoremap <buffer> <silent> &lm &lambda;
10829 inoremap <buffer> <silent> &ka &kappa;
10830 inoremap <buffer> <silent> &io &iota;
10831 inoremap <buffer> <silent> &th &theta;
10832 inoremap <buffer> <silent> &et &eta;
10833 inoremap <buffer> <silent> &ze &zeta;
10834 inoremap <buffer> <silent> &ep &epsilon;
10835 inoremap <buffer> <silent> &de &delta;
10836 inoremap <buffer> <silent> &ga &gamma;
10837 inoremap <buffer> <silent> &be &beta;
10838 inoremap <buffer> <silent> &al &alpha;
10839 inoremap <buffer> <silent> &Ps &Psi;
10840 inoremap <buffer> <silent> &Ch &Chi;
10841 inoremap <buffer> <silent> &Ph &Phi;
10842 inoremap <buffer> <silent> &Up &Upsilon;
10843 inoremap <buffer> <silent> &Ta &Tau;
10844 inoremap <buffer> <silent> &Si &Sigma;
10845 inoremap <buffer> <silent> &Rh &Rho;
10846 inoremap <buffer> <silent> &Pi &Pi;
10847 inoremap <buffer> <silent> &Oc &Omicron;
10848 inoremap <buffer> <silent> &Xi &Xi;
10849 inoremap <buffer> <silent> &Nu &Nu;
10850 inoremap <buffer> <silent> &Mu &Mu;
10851 inoremap <buffer> <silent> &Lm &Lambda;
10852 inoremap <buffer> <silent> &Ka &Kappa;
10853 inoremap <buffer> <silent> &Io &Iota;
10854 inoremap <buffer> <silent> &Th &Theta;
10855 inoremap <buffer> <silent> &Et &Eta;
10856 inoremap <buffer> <silent> &Ze &Zeta;
10857 inoremap <buffer> <silent> &Ep &Epsilon;
10858 inoremap <buffer> <silent> &De &Delta;
10859 inoremap <buffer> <silent> &Ga &Gamma;
10860 inoremap <buffer> <silent> &Be &Beta;
10861 inoremap <buffer> <silent> &Al &Alpha;
10862 inoremap <buffer> <silent> &3. &hellip;
10863 inoremap <buffer> <silent> &-- &mdash;
10864 inoremap <buffer> <silent> &3- &mdash;
10865 inoremap <buffer> <silent> &m- &mdash;
10866 inoremap <buffer> <silent> &2- &ndash;
10867 inoremap <buffer> <silent> &n- &ndash;
10868 inoremap <buffer> <silent> &34 &frac34;
10869 inoremap <buffer> <silent> &12 &frac12;
10870 inoremap <buffer> <silent> &14 &frac14;
10871 inoremap <buffer> <silent> &. &middot;
10872 inoremap <buffer> <silent> &pa &para;
10873 inoremap <buffer> <silent> &mi &micro;
10874 inoremap <buffer> <silent> &dg &deg;
10875 inoremap <buffer> <silent> &? &iquest;
10876 inoremap <buffer> <silent> &! &iexcl;
10877 inoremap <buffer> <silent> &sz &szlig;
10878 inoremap <buffer> <silent> &o/ &oslash;
10879 inoremap <buffer> <silent> &/ &divide;
10880 inoremap <buffer> <silent> &" &uml;
10881 inoremap <buffer> <silent> &2> &raquo;
10882 inoremap <buffer> <silent> &2< &laquo;
10883 inoremap <buffer> <silent> &y" &yuml;
10884 inoremap <buffer> <silent> &y' &yacute;
10885 inoremap <buffer> <silent> &u" &uuml;
10886 inoremap <buffer> <silent> &u^ &ucirc;
10887 inoremap <buffer> <silent> &u' &uacute;
10888 inoremap <buffer> <silent> &u` &ugrave;
10889 inoremap <buffer> <silent> &x &times;
10890 inoremap <buffer> <silent> &o" &ouml;
10891 inoremap <buffer> <silent> &o~ &otilde;
10892 inoremap <buffer> <silent> &o^ &ocirc;
10893 inoremap <buffer> <silent> &o' &oacute;
10894 inoremap <buffer> <silent> &o` &ograve;
10895 inoremap <buffer> <silent> &n~ &ntilde;
10896 inoremap <buffer> <silent> &i" &iuml;
10897 inoremap <buffer> <silent> &i^ &icirc;
10898 inoremap <buffer> <silent> &i' &iacute;
10899 inoremap <buffer> <silent> &i` &igrave;
10900 inoremap <buffer> <silent> &e" &euml;
10901 inoremap <buffer> <silent> &e^ &ecirc;
10902 inoremap <buffer> <silent> &e' &eacute;
10903 inoremap <buffer> <silent> &e` &egrave;
10904 inoremap <buffer> <silent> &c, &ccedil;
10905 inoremap <buffer> <silent> &ae &aelig;
10906 inoremap <buffer> <silent> &ao &aring;
10907 inoremap <buffer> <silent> &a" &auml;
10908 inoremap <buffer> <silent> &a~ &atilde;
10909 inoremap <buffer> <silent> &a^ &acirc;
10910 inoremap <buffer> <silent> &a' &aacute;
10911 inoremap <buffer> <silent> &a` &agrave;
10912 inoremap <buffer> <silent> &Y' &Yacute;
10913 inoremap <buffer> <silent> &U" &Uuml;
10914 inoremap <buffer> <silent> &U^ &Ucirc;
10915 inoremap <buffer> <silent> &U' &Uacute;
10916 inoremap <buffer> <silent> &U` &Ugrave;
10917 inoremap <buffer> <silent> &O/ &Oslash;
10918 inoremap <buffer> <silent> &O" &Ouml;
10919 inoremap <buffer> <silent> &O~ &Otilde;
10920 inoremap <buffer> <silent> &O^ &Ocirc;
10921 inoremap <buffer> <silent> &O' &Oacute;
10922 inoremap <buffer> <silent> &O` &Ograve;
10923 inoremap <buffer> <silent> &N~ &Ntilde;
10924 inoremap <buffer> <silent> &I" &Iuml;
10925 inoremap <buffer> <silent> &I^ &Icirc;
10926 inoremap <buffer> <silent> &I' &Iacute;
10927 inoremap <buffer> <silent> &I` &Igrave;
10928 inoremap <buffer> <silent> &E" &Euml;
10929 inoremap <buffer> <silent> &E^ &Ecirc;
10930 inoremap <buffer> <silent> &E' &Eacute;
10931 inoremap <buffer> <silent> &E` &Egrave;
10932 inoremap <buffer> <silent> &C, &Ccedil;
10933 inoremap <buffer> <silent> &AE &AElig;
10934 inoremap <buffer> <silent> &Ao &Aring;
10935 inoremap <buffer> <silent> &A" &Auml;
10936 inoremap <buffer> <silent> &A~ &Atilde;
10937 inoremap <buffer> <silent> &A^ &Acirc;
10938 inoremap <buffer> <silent> &A' &Aacute;
10939 inoremap <buffer> <silent> &A` &Agrave;
10940 inoremap <buffer> <silent> &c| &cent;
10941 inoremap <buffer> <silent> &Y= &yen;
10942 inoremap <buffer> <silent> &# &pound;
10943 inoremap <buffer> <silent> & &nbsp;
10944 inoremap <buffer> <silent> &> &gt;
10945 inoremap <buffer> <silent> &< &lt;
10946 inoremap <buffer> <silent> &' &quot;
10947 inoremap <buffer> <silent> &tm &trade;
10948 inoremap <buffer> <silent> &rO &reg;
10949 inoremap <buffer> <silent> &cO &copy;
10950 inoremap <buffer> <silent> && &amp;
10951 inoremap <buffer> <silent> ; &nbsp;
10952 inoremap <buffer> <silent> ;la <label for=""></label>F"
10953 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
10954 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
10955 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
10956 </textarea>k$5F"i
10957 inoremap <buffer> <silent> ;og <optgroup label="">
10958 </optgroup>k$F"i
10959 inoremap <buffer> <silent> ;op <option></option>F<
10960 inoremap <buffer> <silent> ;ms <select name="" multiple>
10961 </select>O
10962 inoremap <buffer> <silent> ;se <select name="">
10963 </select>O
10964 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
10965 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
10966 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
10967 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
10968 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
10969 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
10970 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
10971 inoremap <buffer> <silent> ;fm <form action="">
10972 </form>k$F"i
10973 inoremap <buffer> <silent> ;if <iframe src="">
10974 </iframe>k$F"i
10975 inoremap <buffer> <silent> ;nf <noframes>
10976 </noframes>O
10977 inoremap <buffer> <silent> ;fr <frame src="">F"
10978 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
10979 </frameset>k$3F"i
10980 inoremap <buffer> <silent> ;th <th></th>F<
10981 inoremap <buffer> <silent> ;td <td>
10982 </td>O
10983 inoremap <buffer> <silent> ;tr <tr>
10984 </tr>O
10985 inoremap <buffer> <silent> ;tf <tfoot>
10986 </tfoot>O
10987 inoremap <buffer> <silent> ;tb <tbody>
10988 </tbody>O
10989 inoremap <buffer> <silent> ;tH <thead>
10990 </thead>O
10991 inoremap <buffer> <silent> ;ta <table>
10992 </table>O
10993 inoremap <buffer> <silent> ;ca <caption></caption>F<
10994 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
10995 </object>k$5F"i
10996 inoremap <buffer> <silent> ;ns <noscript>
10997 </noscripT>O
10998 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
10999 <noembed></noembed>k$5F"i
11000 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
11001 inoremap <buffer> <silent> ;va <var></var>F<
11002 inoremap <buffer> <silent> ;ul <ul>
11003 </ul>O
11004 inoremap <buffer> <silent> ;tt <tt></tt>F<
11005 inoremap <buffer> <silent> ;ti <title></title>F<
11006 inoremap <buffer> <silent> ;sp <sup></sup>F<
11007 inoremap <buffer> <silent> ;sb <sub></sub>F<
11008 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
11009 inoremap <buffer> <silent> ;cs <style type="text/css">
11010 <!--
11011 -->
11012 </style>kO
11013 inoremap <buffer> <silent> ;sm <small></small>F<
11014 inoremap <buffer> <silent> ;sa <samp></samp>F<
11015 inoremap <buffer> <silent> ;sk <strike></strike>F<
11016 inoremap <buffer> <silent> ;qu <q></q>F<
11017 inoremap <buffer> <silent> ;pr <pre>
11018 </pre>O
11019 inoremap <buffer> <silent> ;/p </p>
11020 
11021 <p>
11022 inoremap <buffer> <silent> ;pp <p>
11023 </p>O
11024 inoremap <buffer> <silent> ;ol <ol>
11025 </ol>O
11026 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
11027 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
11028 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
11029 inoremap <buffer> <silent> ;lk <link href="">F"
11030 inoremap <buffer> <silent> ;li <li></li>F<
11031 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
11032 inoremap <buffer> <silent> ;ii <isindex>
11033 inoremap <buffer> <silent> ;in <ins></ins>F<
11034 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
11035 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
11036 inoremap <buffer> <silent> ;ht <html>
11037 </html>O
11038 inoremap <buffer> <silent> ;Hr <hr width="75%">
11039 inoremap <buffer> <silent> ;hr <hr>
11040 inoremap <buffer> <silent> ;he <head>
11041 </head>O
11042 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
11043 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
11044 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
11045 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
11046 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
11047 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
11048 inoremap <buffer> <silent> ;h6 <h6></h6>F<
11049 inoremap <buffer> <silent> ;h5 <h5></h5>F<
11050 inoremap <buffer> <silent> ;h4 <h4></h4>F<
11051 inoremap <buffer> <silent> ;h3 <h3></h3>F<
11052 inoremap <buffer> <silent> ;h2 <h2></h2>F<
11053 inoremap <buffer> <silent> ;h1 <h1></h1>F<
11054 inoremap <buffer> <silent> ;fc <font color=""></font>F"
11055 inoremap <buffer> <silent> ;fo <font size=""></font>F"
11056 inoremap <buffer> <silent> ;sn <span></span>F<
11057 inoremap <buffer> <silent> ;dv <div>
11058 </div>O
11059 inoremap <buffer> <silent> ;df <dfn></dfn>F<
11060 inoremap <buffer> <silent> ;de <del></del>F<
11061 inoremap <buffer> <silent> ;dd <dd></dd>F<
11062 inoremap <buffer> <silent> ;dt <dt></dt>F<
11063 inoremap <buffer> <silent> ;dl <dl>
11064 </dl>O
11065 inoremap <buffer> <silent> ;co <code></code>F<
11066 inoremap <buffer> <silent> ;ci <cite></cite>F<
11067 inoremap <buffer> <silent> ;ce <center></center>F<
11068 inoremap <buffer> <silent> ;br <br>
11069 inoremap <buffer> <silent> ;bd <body>
11070 </body>O
11071 inoremap <buffer> <silent> ;bl <blockquote>
11072 </blockquote>O
11073 inoremap <buffer> <silent> ;bi <big></big>F<
11074 inoremap <buffer> <silent> ;bh <base href="">F"
11075 inoremap <buffer> <silent> ;ad <address></address>F<
11076 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
11077 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
11078 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
11079 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
11080 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
11081 inoremap <buffer> <silent> ;an <a name=""></a>F"
11082 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
11083 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
11084 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
11085 inoremap <buffer> <silent> ;ah <a href=""></a>F"
11086 imap <buffer> <silent> ;s4 ;s4
11087 imap <buffer> <silent> ;4 ;4
11088 inoremap <buffer> <silent> ;mi :call MangleImageTag()
11089 inoremap <buffer> <silent> ; 
11090 inoremap <buffer> <silent> ;& &
11091 inoremap <buffer> <silent> ;; ;
11092 setlocal keymap=
11093 setlocal noarabic
11094 setlocal autoindent
11095 setlocal balloonexpr=
11096 setlocal nobinary
11097 setlocal bufhidden=
11098 setlocal buflisted
11099 setlocal buftype=
11100 setlocal nocindent
11101 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11102 setlocal cinoptions=
11103 setlocal cinwords=if,else,while,do,for,switch
11104 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
11105 setlocal commentstring=/*%s*/
11106 setlocal complete=.,w,b,u,t,i
11107 setlocal completefunc=
11108 setlocal nocopyindent
11109 setlocal nocursorcolumn
11110 setlocal nocursorline
11111 setlocal define=
11112 setlocal dictionary=
11113 setlocal nodiff
11114 setlocal equalprg=
11115 setlocal errorformat=
11116 setlocal noexpandtab
11117 if &filetype != 'php'
11118 setlocal filetype=php
11119 endif
11120 setlocal foldcolumn=0
11121 setlocal foldenable
11122 setlocal foldexpr=0
11123 setlocal foldignore=#
11124 setlocal foldlevel=0
11125 setlocal foldmarker={{{,}}}
11126 setlocal foldmethod=manual
11127 setlocal foldminlines=1
11128 setlocal foldnestmax=20
11129 setlocal foldtext=foldtext()
11130 setlocal formatexpr=
11131 setlocal formatoptions=tcq
11132 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11133 setlocal grepprg=
11134 setlocal iminsert=2
11135 setlocal imsearch=2
11136 setlocal include=\\(require\\|include\\)\\(_once\\)\\?
11137 setlocal includeexpr=
11138 setlocal indentexpr=
11139 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
11140 setlocal noinfercase
11141 setlocal iskeyword=@,48-57,_,192-255
11142 setlocal keywordprg=
11143 setlocal nolinebreak
11144 setlocal nolisp
11145 setlocal nolist
11146 setlocal makeprg=
11147 setlocal matchpairs=(:),{:},[:],<:>
11148 setlocal nomodeline
11149 setlocal modifiable
11150 setlocal nrformats=octal,hex
11151 setlocal nonumber
11152 setlocal numberwidth=4
11153 setlocal omnifunc=phpcomplete#CompletePHP
11154 setlocal path=
11155 setlocal nopreserveindent
11156 setlocal nopreviewwindow
11157 setlocal quoteescape=\\
11158 setlocal noreadonly
11159 setlocal norightleft
11160 setlocal rightleftcmd=search
11161 setlocal noscrollbind
11162 setlocal shiftwidth=8
11163 setlocal noshortname
11164 setlocal nosmartindent
11165 setlocal softtabstop=0
11166 setlocal nospell
11167 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
11168 setlocal spellfile=
11169 setlocal spelllang=en
11170 setlocal statusline=
11171 setlocal suffixesadd=
11172 setlocal swapfile
11173 setlocal synmaxcol=3000
11174 if &syntax != 'php'
11175 setlocal syntax=php
11176 endif
11177 setlocal tabstop=2
11178 setlocal tags=
11179 setlocal textwidth=0
11180 setlocal thesaurus=
11181 setlocal nowinfixheight
11182 setlocal nowinfixwidth
11183 setlocal wrap
11184 setlocal wrapmargin=0
11185 silent! normal! zE
11186 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
11187 if s:l < 1 | let s:l = 1 | endif
11188 exe s:l
11189 normal! zt
11190 1
11191 normal! 0
11192 tabedit clonezilla-sysresccd.rss
11193 set splitbelow splitright
11194 set nosplitbelow
11195 set nosplitright
11196 wincmd t
11197 set winheight=1 winwidth=1
11198 argglobal
11199 27argu
11200 setlocal keymap=
11201 setlocal noarabic
11202 setlocal autoindent
11203 setlocal balloonexpr=
11204 setlocal nobinary
11205 setlocal bufhidden=
11206 setlocal buflisted
11207 setlocal buftype=
11208 setlocal nocindent
11209 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11210 setlocal cinoptions=
11211 setlocal cinwords=if,else,while,do,for,switch
11212 setlocal comments=s:<!--,m:\ \ \ \ \ ,e:-->
11213 setlocal commentstring=<!--%s-->
11214 setlocal complete=.,w,b,u,t,i
11215 setlocal completefunc=
11216 setlocal nocopyindent
11217 setlocal nocursorcolumn
11218 setlocal nocursorline
11219 setlocal define=
11220 setlocal dictionary=
11221 setlocal nodiff
11222 setlocal equalprg=
11223 setlocal errorformat=
11224 setlocal noexpandtab
11225 if &filetype != 'xml'
11226 setlocal filetype=xml
11227 endif
11228 setlocal foldcolumn=0
11229 setlocal foldenable
11230 setlocal foldexpr=0
11231 setlocal foldignore=#
11232 setlocal foldlevel=0
11233 setlocal foldmarker={{{,}}}
11234 setlocal foldmethod=manual
11235 setlocal foldminlines=1
11236 setlocal foldnestmax=20
11237 setlocal foldtext=foldtext()
11238 setlocal formatexpr=
11239 setlocal formatoptions=roqltc
11240 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11241 setlocal grepprg=
11242 setlocal iminsert=2
11243 setlocal imsearch=2
11244 setlocal include=
11245 setlocal includeexpr=
11246 setlocal indentexpr=
11247 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
11248 setlocal noinfercase
11249 setlocal iskeyword=@,48-57,_,192-255
11250 setlocal keywordprg=
11251 setlocal nolinebreak
11252 setlocal nolisp
11253 setlocal nolist
11254 setlocal makeprg=
11255 setlocal matchpairs=(:),{:},[:]
11256 setlocal nomodeline
11257 setlocal modifiable
11258 setlocal nrformats=octal,hex
11259 setlocal nonumber
11260 setlocal numberwidth=4
11261 setlocal omnifunc=xmlcomplete#CompleteTags
11262 setlocal path=
11263 setlocal nopreserveindent
11264 setlocal nopreviewwindow
11265 setlocal quoteescape=\\
11266 setlocal noreadonly
11267 setlocal norightleft
11268 setlocal rightleftcmd=search
11269 setlocal noscrollbind
11270 setlocal shiftwidth=8
11271 setlocal noshortname
11272 setlocal nosmartindent
11273 setlocal softtabstop=0
11274 setlocal nospell
11275 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
11276 setlocal spellfile=
11277 setlocal spelllang=en
11278 setlocal statusline=
11279 setlocal suffixesadd=
11280 setlocal swapfile
11281 setlocal synmaxcol=3000
11282 if &syntax != 'xml'
11283 setlocal syntax=xml
11284 endif
11285 setlocal tabstop=2
11286 setlocal tags=
11287 setlocal textwidth=0
11288 setlocal thesaurus=
11289 setlocal nowinfixheight
11290 setlocal nowinfixwidth
11291 setlocal wrap
11292 setlocal wrapmargin=0
11293 silent! normal! zE
11294 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
11295 if s:l < 1 | let s:l = 1 | endif
11296 exe s:l
11297 normal! zt
11298 1
11299 normal! 0
11300 tabedit ../.htaccess
11301 set splitbelow splitright
11302 set nosplitbelow
11303 set nosplitright
11304 wincmd t
11305 set winheight=1 winwidth=1
11306 argglobal
11307 28argu
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=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
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 != 'apache'
11334 setlocal filetype=apache
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=
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 != 'apache'
11391 setlocal syntax=apache
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) + 11) / 23)
11403 if s:l < 1 | let s:l = 1 | endif
11404 exe s:l
11405 normal! zt
11406 1
11407 normal! 0
11408 tabedit ../.404.html
11409 set splitbelow splitright
11410 set nosplitbelow
11411 set nosplitright
11412 wincmd t
11413 set winheight=1 winwidth=1
11414 argglobal
11415 29argu
11416 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
11417 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
11418 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
11419 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
11420 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
11421 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
11422 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
11423 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
11424 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
11425 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
11426 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
11427 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
11428 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
11429 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
11430 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
11431 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
11432 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
11433 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
11434 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
11435 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
11436 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
11437 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
11438 nnoremap <buffer> <silent> ; 
11439 nnoremap <buffer> <silent> ;; ;
11440 vnoremap <buffer> <silent> ;; ;
11441 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
11442 inoremap <buffer> <silent> &hA &hArr;
11443 inoremap <buffer> <silent> &dA &dArr;
11444 inoremap <buffer> <silent> &rA &rArr;
11445 inoremap <buffer> <silent> &uA &uArr;
11446 inoremap <buffer> <silent> &lA &lArr;
11447 inoremap <buffer> <silent> &ha &harr;
11448 inoremap <buffer> <silent> &da &darr;
11449 inoremap <buffer> <silent> &ra &rarr;
11450 inoremap <buffer> <silent> &ua &uarr;
11451 inoremap <buffer> <silent> &la &larr;
11452 inoremap <buffer> <silent> &pv &piv;
11453 inoremap <buffer> <silent> &uh &upsih;
11454 inoremap <buffer> <silent> &ts &thetasym;
11455 inoremap <buffer> <silent> &og &omega;
11456 inoremap <buffer> <silent> &ps &psi;
11457 inoremap <buffer> <silent> &ch &chi;
11458 inoremap <buffer> <silent> &ph &phi;
11459 inoremap <buffer> <silent> &up &upsilon;
11460 inoremap <buffer> <silent> &ta &tau;
11461 inoremap <buffer> <silent> &sf &sigmaf;
11462 inoremap <buffer> <silent> &si &sigma;
11463 inoremap <buffer> <silent> &rh &rho;
11464 inoremap <buffer> <silent> &pi &pi;
11465 inoremap <buffer> <silent> &oc &omicron;
11466 inoremap <buffer> <silent> &xi &xi;
11467 inoremap <buffer> <silent> &nu &nu;
11468 inoremap <buffer> <silent> &mu &mu;
11469 inoremap <buffer> <silent> &lm &lambda;
11470 inoremap <buffer> <silent> &ka &kappa;
11471 inoremap <buffer> <silent> &io &iota;
11472 inoremap <buffer> <silent> &th &theta;
11473 inoremap <buffer> <silent> &et &eta;
11474 inoremap <buffer> <silent> &ze &zeta;
11475 inoremap <buffer> <silent> &ep &epsilon;
11476 inoremap <buffer> <silent> &de &delta;
11477 inoremap <buffer> <silent> &ga &gamma;
11478 inoremap <buffer> <silent> &be &beta;
11479 inoremap <buffer> <silent> &al &alpha;
11480 inoremap <buffer> <silent> &Ps &Psi;
11481 inoremap <buffer> <silent> &Ch &Chi;
11482 inoremap <buffer> <silent> &Ph &Phi;
11483 inoremap <buffer> <silent> &Up &Upsilon;
11484 inoremap <buffer> <silent> &Ta &Tau;
11485 inoremap <buffer> <silent> &Si &Sigma;
11486 inoremap <buffer> <silent> &Rh &Rho;
11487 inoremap <buffer> <silent> &Pi &Pi;
11488 inoremap <buffer> <silent> &Oc &Omicron;
11489 inoremap <buffer> <silent> &Xi &Xi;
11490 inoremap <buffer> <silent> &Nu &Nu;
11491 inoremap <buffer> <silent> &Mu &Mu;
11492 inoremap <buffer> <silent> &Lm &Lambda;
11493 inoremap <buffer> <silent> &Ka &Kappa;
11494 inoremap <buffer> <silent> &Io &Iota;
11495 inoremap <buffer> <silent> &Th &Theta;
11496 inoremap <buffer> <silent> &Et &Eta;
11497 inoremap <buffer> <silent> &Ze &Zeta;
11498 inoremap <buffer> <silent> &Ep &Epsilon;
11499 inoremap <buffer> <silent> &De &Delta;
11500 inoremap <buffer> <silent> &Ga &Gamma;
11501 inoremap <buffer> <silent> &Be &Beta;
11502 inoremap <buffer> <silent> &Al &Alpha;
11503 inoremap <buffer> <silent> &3. &hellip;
11504 inoremap <buffer> <silent> &-- &mdash;
11505 inoremap <buffer> <silent> &3- &mdash;
11506 inoremap <buffer> <silent> &m- &mdash;
11507 inoremap <buffer> <silent> &2- &ndash;
11508 inoremap <buffer> <silent> &n- &ndash;
11509 inoremap <buffer> <silent> &34 &frac34;
11510 inoremap <buffer> <silent> &12 &frac12;
11511 inoremap <buffer> <silent> &14 &frac14;
11512 inoremap <buffer> <silent> &. &middot;
11513 inoremap <buffer> <silent> &pa &para;
11514 inoremap <buffer> <silent> &mi &micro;
11515 inoremap <buffer> <silent> &dg &deg;
11516 inoremap <buffer> <silent> &? &iquest;
11517 inoremap <buffer> <silent> &! &iexcl;
11518 inoremap <buffer> <silent> &sz &szlig;
11519 inoremap <buffer> <silent> &o/ &oslash;
11520 inoremap <buffer> <silent> &/ &divide;
11521 inoremap <buffer> <silent> &" &uml;
11522 inoremap <buffer> <silent> &2> &raquo;
11523 inoremap <buffer> <silent> &2< &laquo;
11524 inoremap <buffer> <silent> &y" &yuml;
11525 inoremap <buffer> <silent> &y' &yacute;
11526 inoremap <buffer> <silent> &u" &uuml;
11527 inoremap <buffer> <silent> &u^ &ucirc;
11528 inoremap <buffer> <silent> &u' &uacute;
11529 inoremap <buffer> <silent> &u` &ugrave;
11530 inoremap <buffer> <silent> &x &times;
11531 inoremap <buffer> <silent> &o" &ouml;
11532 inoremap <buffer> <silent> &o~ &otilde;
11533 inoremap <buffer> <silent> &o^ &ocirc;
11534 inoremap <buffer> <silent> &o' &oacute;
11535 inoremap <buffer> <silent> &o` &ograve;
11536 inoremap <buffer> <silent> &n~ &ntilde;
11537 inoremap <buffer> <silent> &i" &iuml;
11538 inoremap <buffer> <silent> &i^ &icirc;
11539 inoremap <buffer> <silent> &i' &iacute;
11540 inoremap <buffer> <silent> &i` &igrave;
11541 inoremap <buffer> <silent> &e" &euml;
11542 inoremap <buffer> <silent> &e^ &ecirc;
11543 inoremap <buffer> <silent> &e' &eacute;
11544 inoremap <buffer> <silent> &e` &egrave;
11545 inoremap <buffer> <silent> &c, &ccedil;
11546 inoremap <buffer> <silent> &ae &aelig;
11547 inoremap <buffer> <silent> &ao &aring;
11548 inoremap <buffer> <silent> &a" &auml;
11549 inoremap <buffer> <silent> &a~ &atilde;
11550 inoremap <buffer> <silent> &a^ &acirc;
11551 inoremap <buffer> <silent> &a' &aacute;
11552 inoremap <buffer> <silent> &a` &agrave;
11553 inoremap <buffer> <silent> &Y' &Yacute;
11554 inoremap <buffer> <silent> &U" &Uuml;
11555 inoremap <buffer> <silent> &U^ &Ucirc;
11556 inoremap <buffer> <silent> &U' &Uacute;
11557 inoremap <buffer> <silent> &U` &Ugrave;
11558 inoremap <buffer> <silent> &O/ &Oslash;
11559 inoremap <buffer> <silent> &O" &Ouml;
11560 inoremap <buffer> <silent> &O~ &Otilde;
11561 inoremap <buffer> <silent> &O^ &Ocirc;
11562 inoremap <buffer> <silent> &O' &Oacute;
11563 inoremap <buffer> <silent> &O` &Ograve;
11564 inoremap <buffer> <silent> &N~ &Ntilde;
11565 inoremap <buffer> <silent> &I" &Iuml;
11566 inoremap <buffer> <silent> &I^ &Icirc;
11567 inoremap <buffer> <silent> &I' &Iacute;
11568 inoremap <buffer> <silent> &I` &Igrave;
11569 inoremap <buffer> <silent> &E" &Euml;
11570 inoremap <buffer> <silent> &E^ &Ecirc;
11571 inoremap <buffer> <silent> &E' &Eacute;
11572 inoremap <buffer> <silent> &E` &Egrave;
11573 inoremap <buffer> <silent> &C, &Ccedil;
11574 inoremap <buffer> <silent> &AE &AElig;
11575 inoremap <buffer> <silent> &Ao &Aring;
11576 inoremap <buffer> <silent> &A" &Auml;
11577 inoremap <buffer> <silent> &A~ &Atilde;
11578 inoremap <buffer> <silent> &A^ &Acirc;
11579 inoremap <buffer> <silent> &A' &Aacute;
11580 inoremap <buffer> <silent> &A` &Agrave;
11581 inoremap <buffer> <silent> &c| &cent;
11582 inoremap <buffer> <silent> &Y= &yen;
11583 inoremap <buffer> <silent> &# &pound;
11584 inoremap <buffer> <silent> & &nbsp;
11585 inoremap <buffer> <silent> &> &gt;
11586 inoremap <buffer> <silent> &< &lt;
11587 inoremap <buffer> <silent> &' &quot;
11588 inoremap <buffer> <silent> &tm &trade;
11589 inoremap <buffer> <silent> &rO &reg;
11590 inoremap <buffer> <silent> &cO &copy;
11591 inoremap <buffer> <silent> && &amp;
11592 inoremap <buffer> <silent> ; &nbsp;
11593 inoremap <buffer> <silent> ;la <label for=""></label>F"
11594 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
11595 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
11596 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
11597 </textarea>k$5F"i
11598 inoremap <buffer> <silent> ;og <optgroup label="">
11599 </optgroup>k$F"i
11600 inoremap <buffer> <silent> ;op <option></option>F<
11601 inoremap <buffer> <silent> ;ms <select name="" multiple>
11602 </select>O
11603 inoremap <buffer> <silent> ;se <select name="">
11604 </select>O
11605 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
11606 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
11607 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
11608 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
11609 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
11610 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
11611 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
11612 inoremap <buffer> <silent> ;fm <form action="">
11613 </form>k$F"i
11614 inoremap <buffer> <silent> ;if <iframe src="">
11615 </iframe>k$F"i
11616 inoremap <buffer> <silent> ;nf <noframes>
11617 </noframes>O
11618 inoremap <buffer> <silent> ;fr <frame src="">F"
11619 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
11620 </frameset>k$3F"i
11621 inoremap <buffer> <silent> ;th <th></th>F<
11622 inoremap <buffer> <silent> ;td <td>
11623 </td>O
11624 inoremap <buffer> <silent> ;tr <tr>
11625 </tr>O
11626 inoremap <buffer> <silent> ;tf <tfoot>
11627 </tfoot>O
11628 inoremap <buffer> <silent> ;tb <tbody>
11629 </tbody>O
11630 inoremap <buffer> <silent> ;tH <thead>
11631 </thead>O
11632 inoremap <buffer> <silent> ;ta <table>
11633 </table>O
11634 inoremap <buffer> <silent> ;ca <caption></caption>F<
11635 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
11636 </object>k$5F"i
11637 inoremap <buffer> <silent> ;ns <noscript>
11638 </noscripT>O
11639 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
11640 <noembed></noembed>k$5F"i
11641 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
11642 inoremap <buffer> <silent> ;va <var></var>F<
11643 inoremap <buffer> <silent> ;ul <ul>
11644 </ul>O
11645 inoremap <buffer> <silent> ;tt <tt></tt>F<
11646 inoremap <buffer> <silent> ;ti <title></title>F<
11647 inoremap <buffer> <silent> ;sp <sup></sup>F<
11648 inoremap <buffer> <silent> ;sb <sub></sub>F<
11649 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
11650 inoremap <buffer> <silent> ;cs <style type="text/css">
11651 <!--
11652 -->
11653 </style>kO
11654 inoremap <buffer> <silent> ;sm <small></small>F<
11655 inoremap <buffer> <silent> ;sa <samp></samp>F<
11656 inoremap <buffer> <silent> ;sk <strike></strike>F<
11657 inoremap <buffer> <silent> ;qu <q></q>F<
11658 inoremap <buffer> <silent> ;pr <pre>
11659 </pre>O
11660 inoremap <buffer> <silent> ;/p </p>
11661 
11662 <p>
11663 inoremap <buffer> <silent> ;pp <p>
11664 </p>O
11665 inoremap <buffer> <silent> ;ol <ol>
11666 </ol>O
11667 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
11668 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
11669 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
11670 inoremap <buffer> <silent> ;lk <link href="">F"
11671 inoremap <buffer> <silent> ;li <li></li>F<
11672 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
11673 inoremap <buffer> <silent> ;ii <isindex>
11674 inoremap <buffer> <silent> ;in <ins></ins>F<
11675 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
11676 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
11677 inoremap <buffer> <silent> ;ht <html>
11678 </html>O
11679 inoremap <buffer> <silent> ;Hr <hr width="75%">
11680 inoremap <buffer> <silent> ;hr <hr>
11681 inoremap <buffer> <silent> ;he <head>
11682 </head>O
11683 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
11684 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
11685 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
11686 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
11687 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
11688 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
11689 inoremap <buffer> <silent> ;h6 <h6></h6>F<
11690 inoremap <buffer> <silent> ;h5 <h5></h5>F<
11691 inoremap <buffer> <silent> ;h4 <h4></h4>F<
11692 inoremap <buffer> <silent> ;h3 <h3></h3>F<
11693 inoremap <buffer> <silent> ;h2 <h2></h2>F<
11694 inoremap <buffer> <silent> ;h1 <h1></h1>F<
11695 inoremap <buffer> <silent> ;fc <font color=""></font>F"
11696 inoremap <buffer> <silent> ;fo <font size=""></font>F"
11697 inoremap <buffer> <silent> ;sn <span></span>F<
11698 inoremap <buffer> <silent> ;dv <div>
11699 </div>O
11700 inoremap <buffer> <silent> ;df <dfn></dfn>F<
11701 inoremap <buffer> <silent> ;de <del></del>F<
11702 inoremap <buffer> <silent> ;dd <dd></dd>F<
11703 inoremap <buffer> <silent> ;dt <dt></dt>F<
11704 inoremap <buffer> <silent> ;dl <dl>
11705 </dl>O
11706 inoremap <buffer> <silent> ;co <code></code>F<
11707 inoremap <buffer> <silent> ;ci <cite></cite>F<
11708 inoremap <buffer> <silent> ;ce <center></center>F<
11709 inoremap <buffer> <silent> ;br <br>
11710 inoremap <buffer> <silent> ;bd <body>
11711 </body>O
11712 inoremap <buffer> <silent> ;bl <blockquote>
11713 </blockquote>O
11714 inoremap <buffer> <silent> ;bi <big></big>F<
11715 inoremap <buffer> <silent> ;bh <base href="">F"
11716 inoremap <buffer> <silent> ;ad <address></address>F<
11717 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
11718 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
11719 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
11720 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
11721 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
11722 inoremap <buffer> <silent> ;an <a name=""></a>F"
11723 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
11724 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
11725 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
11726 inoremap <buffer> <silent> ;ah <a href=""></a>F"
11727 imap <buffer> <silent> ;s4 ;s4
11728 imap <buffer> <silent> ;4 ;4
11729 inoremap <buffer> <silent> ;mi :call MangleImageTag()
11730 inoremap <buffer> <silent> ; 
11731 inoremap <buffer> <silent> ;& &
11732 inoremap <buffer> <silent> ;; ;
11733 setlocal keymap=
11734 setlocal noarabic
11735 setlocal autoindent
11736 setlocal balloonexpr=
11737 setlocal nobinary
11738 setlocal bufhidden=
11739 setlocal buflisted
11740 setlocal buftype=
11741 setlocal nocindent
11742 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11743 setlocal cinoptions=
11744 setlocal cinwords=if,else,while,do,for,switch
11745 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
11746 setlocal commentstring=<!--%s-->
11747 setlocal complete=.,w,b,u,t,i
11748 setlocal completefunc=
11749 setlocal nocopyindent
11750 setlocal nocursorcolumn
11751 setlocal nocursorline
11752 setlocal define=
11753 setlocal dictionary=
11754 setlocal nodiff
11755 setlocal equalprg=
11756 setlocal errorformat=
11757 setlocal noexpandtab
11758 if &filetype != 'html'
11759 setlocal filetype=html
11760 endif
11761 setlocal foldcolumn=0
11762 setlocal foldenable
11763 setlocal foldexpr=0
11764 setlocal foldignore=#
11765 setlocal foldlevel=0
11766 setlocal foldmarker={{{,}}}
11767 setlocal foldmethod=manual
11768 setlocal foldminlines=1
11769 setlocal foldnestmax=20
11770 setlocal foldtext=foldtext()
11771 setlocal formatexpr=
11772 setlocal formatoptions=tcq
11773 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11774 setlocal grepprg=
11775 setlocal iminsert=2
11776 setlocal imsearch=2
11777 setlocal include=
11778 setlocal includeexpr=
11779 setlocal indentexpr=
11780 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
11781 setlocal noinfercase
11782 setlocal iskeyword=@,48-57,_,192-255
11783 setlocal keywordprg=
11784 setlocal nolinebreak
11785 setlocal nolisp
11786 setlocal nolist
11787 setlocal makeprg=
11788 setlocal matchpairs=(:),{:},[:],<:>
11789 setlocal nomodeline
11790 setlocal modifiable
11791 setlocal nrformats=octal,hex
11792 setlocal nonumber
11793 setlocal numberwidth=4
11794 setlocal omnifunc=htmlcomplete#CompleteTags
11795 setlocal path=
11796 setlocal nopreserveindent
11797 setlocal nopreviewwindow
11798 setlocal quoteescape=\\
11799 setlocal noreadonly
11800 setlocal norightleft
11801 setlocal rightleftcmd=search
11802 setlocal noscrollbind
11803 setlocal shiftwidth=8
11804 setlocal noshortname
11805 setlocal nosmartindent
11806 setlocal softtabstop=0
11807 setlocal nospell
11808 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
11809 setlocal spellfile=
11810 setlocal spelllang=en
11811 setlocal statusline=
11812 setlocal suffixesadd=
11813 setlocal swapfile
11814 setlocal synmaxcol=3000
11815 if &syntax != 'html'
11816 setlocal syntax=html
11817 endif
11818 setlocal tabstop=2
11819 setlocal tags=
11820 setlocal textwidth=0
11821 setlocal thesaurus=
11822 setlocal nowinfixheight
11823 setlocal nowinfixwidth
11824 setlocal wrap
11825 setlocal wrapmargin=0
11826 silent! normal! zE
11827 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
11828 if s:l < 1 | let s:l = 1 | endif
11829 exe s:l
11830 normal! zt
11831 1
11832 normal! 0
11833 tabedit ../.news.php
11834 set splitbelow splitright
11835 set nosplitbelow
11836 set nosplitright
11837 wincmd t
11838 set winheight=1 winwidth=1
11839 argglobal
11840 30argu
11841 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
11842 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
11843 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
11844 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
11845 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
11846 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
11847 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
11848 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
11849 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
11850 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
11851 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
11852 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
11853 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
11854 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
11855 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
11856 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
11857 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
11858 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
11859 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">')
11860 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">')
11861 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
11862 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
11863 nnoremap <buffer> <silent> ; 
11864 nnoremap <buffer> <silent> ;; ;
11865 vnoremap <buffer> <silent> ;; ;
11866 onoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
11867 :nohls
11868 nnoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
11869 :nohls
11870 onoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
11871 :nohls
11872 nnoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
11873 :nohls
11874 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
11875 inoremap <buffer> <silent> &hA &hArr;
11876 inoremap <buffer> <silent> &dA &dArr;
11877 inoremap <buffer> <silent> &rA &rArr;
11878 inoremap <buffer> <silent> &uA &uArr;
11879 inoremap <buffer> <silent> &lA &lArr;
11880 inoremap <buffer> <silent> &ha &harr;
11881 inoremap <buffer> <silent> &da &darr;
11882 inoremap <buffer> <silent> &ra &rarr;
11883 inoremap <buffer> <silent> &ua &uarr;
11884 inoremap <buffer> <silent> &la &larr;
11885 inoremap <buffer> <silent> &pv &piv;
11886 inoremap <buffer> <silent> &uh &upsih;
11887 inoremap <buffer> <silent> &ts &thetasym;
11888 inoremap <buffer> <silent> &og &omega;
11889 inoremap <buffer> <silent> &ps &psi;
11890 inoremap <buffer> <silent> &ch &chi;
11891 inoremap <buffer> <silent> &ph &phi;
11892 inoremap <buffer> <silent> &up &upsilon;
11893 inoremap <buffer> <silent> &ta &tau;
11894 inoremap <buffer> <silent> &sf &sigmaf;
11895 inoremap <buffer> <silent> &si &sigma;
11896 inoremap <buffer> <silent> &rh &rho;
11897 inoremap <buffer> <silent> &pi &pi;
11898 inoremap <buffer> <silent> &oc &omicron;
11899 inoremap <buffer> <silent> &xi &xi;
11900 inoremap <buffer> <silent> &nu &nu;
11901 inoremap <buffer> <silent> &mu &mu;
11902 inoremap <buffer> <silent> &lm &lambda;
11903 inoremap <buffer> <silent> &ka &kappa;
11904 inoremap <buffer> <silent> &io &iota;
11905 inoremap <buffer> <silent> &th &theta;
11906 inoremap <buffer> <silent> &et &eta;
11907 inoremap <buffer> <silent> &ze &zeta;
11908 inoremap <buffer> <silent> &ep &epsilon;
11909 inoremap <buffer> <silent> &de &delta;
11910 inoremap <buffer> <silent> &ga &gamma;
11911 inoremap <buffer> <silent> &be &beta;
11912 inoremap <buffer> <silent> &al &alpha;
11913 inoremap <buffer> <silent> &Ps &Psi;
11914 inoremap <buffer> <silent> &Ch &Chi;
11915 inoremap <buffer> <silent> &Ph &Phi;
11916 inoremap <buffer> <silent> &Up &Upsilon;
11917 inoremap <buffer> <silent> &Ta &Tau;
11918 inoremap <buffer> <silent> &Si &Sigma;
11919 inoremap <buffer> <silent> &Rh &Rho;
11920 inoremap <buffer> <silent> &Pi &Pi;
11921 inoremap <buffer> <silent> &Oc &Omicron;
11922 inoremap <buffer> <silent> &Xi &Xi;
11923 inoremap <buffer> <silent> &Nu &Nu;
11924 inoremap <buffer> <silent> &Mu &Mu;
11925 inoremap <buffer> <silent> &Lm &Lambda;
11926 inoremap <buffer> <silent> &Ka &Kappa;
11927 inoremap <buffer> <silent> &Io &Iota;
11928 inoremap <buffer> <silent> &Th &Theta;
11929 inoremap <buffer> <silent> &Et &Eta;
11930 inoremap <buffer> <silent> &Ze &Zeta;
11931 inoremap <buffer> <silent> &Ep &Epsilon;
11932 inoremap <buffer> <silent> &De &Delta;
11933 inoremap <buffer> <silent> &Ga &Gamma;
11934 inoremap <buffer> <silent> &Be &Beta;
11935 inoremap <buffer> <silent> &Al &Alpha;
11936 inoremap <buffer> <silent> &3. &hellip;
11937 inoremap <buffer> <silent> &-- &mdash;
11938 inoremap <buffer> <silent> &3- &mdash;
11939 inoremap <buffer> <silent> &m- &mdash;
11940 inoremap <buffer> <silent> &2- &ndash;
11941 inoremap <buffer> <silent> &n- &ndash;
11942 inoremap <buffer> <silent> &34 &frac34;
11943 inoremap <buffer> <silent> &12 &frac12;
11944 inoremap <buffer> <silent> &14 &frac14;
11945 inoremap <buffer> <silent> &. &middot;
11946 inoremap <buffer> <silent> &pa &para;
11947 inoremap <buffer> <silent> &mi &micro;
11948 inoremap <buffer> <silent> &dg &deg;
11949 inoremap <buffer> <silent> &? &iquest;
11950 inoremap <buffer> <silent> &! &iexcl;
11951 inoremap <buffer> <silent> &sz &szlig;
11952 inoremap <buffer> <silent> &o/ &oslash;
11953 inoremap <buffer> <silent> &/ &divide;
11954 inoremap <buffer> <silent> &" &uml;
11955 inoremap <buffer> <silent> &2> &raquo;
11956 inoremap <buffer> <silent> &2< &laquo;
11957 inoremap <buffer> <silent> &y" &yuml;
11958 inoremap <buffer> <silent> &y' &yacute;
11959 inoremap <buffer> <silent> &u" &uuml;
11960 inoremap <buffer> <silent> &u^ &ucirc;
11961 inoremap <buffer> <silent> &u' &uacute;
11962 inoremap <buffer> <silent> &u` &ugrave;
11963 inoremap <buffer> <silent> &x &times;
11964 inoremap <buffer> <silent> &o" &ouml;
11965 inoremap <buffer> <silent> &o~ &otilde;
11966 inoremap <buffer> <silent> &o^ &ocirc;
11967 inoremap <buffer> <silent> &o' &oacute;
11968 inoremap <buffer> <silent> &o` &ograve;
11969 inoremap <buffer> <silent> &n~ &ntilde;
11970 inoremap <buffer> <silent> &i" &iuml;
11971 inoremap <buffer> <silent> &i^ &icirc;
11972 inoremap <buffer> <silent> &i' &iacute;
11973 inoremap <buffer> <silent> &i` &igrave;
11974 inoremap <buffer> <silent> &e" &euml;
11975 inoremap <buffer> <silent> &e^ &ecirc;
11976 inoremap <buffer> <silent> &e' &eacute;
11977 inoremap <buffer> <silent> &e` &egrave;
11978 inoremap <buffer> <silent> &c, &ccedil;
11979 inoremap <buffer> <silent> &ae &aelig;
11980 inoremap <buffer> <silent> &ao &aring;
11981 inoremap <buffer> <silent> &a" &auml;
11982 inoremap <buffer> <silent> &a~ &atilde;
11983 inoremap <buffer> <silent> &a^ &acirc;
11984 inoremap <buffer> <silent> &a' &aacute;
11985 inoremap <buffer> <silent> &a` &agrave;
11986 inoremap <buffer> <silent> &Y' &Yacute;
11987 inoremap <buffer> <silent> &U" &Uuml;
11988 inoremap <buffer> <silent> &U^ &Ucirc;
11989 inoremap <buffer> <silent> &U' &Uacute;
11990 inoremap <buffer> <silent> &U` &Ugrave;
11991 inoremap <buffer> <silent> &O/ &Oslash;
11992 inoremap <buffer> <silent> &O" &Ouml;
11993 inoremap <buffer> <silent> &O~ &Otilde;
11994 inoremap <buffer> <silent> &O^ &Ocirc;
11995 inoremap <buffer> <silent> &O' &Oacute;
11996 inoremap <buffer> <silent> &O` &Ograve;
11997 inoremap <buffer> <silent> &N~ &Ntilde;
11998 inoremap <buffer> <silent> &I" &Iuml;
11999 inoremap <buffer> <silent> &I^ &Icirc;
12000 inoremap <buffer> <silent> &I' &Iacute;
12001 inoremap <buffer> <silent> &I` &Igrave;
12002 inoremap <buffer> <silent> &E" &Euml;
12003 inoremap <buffer> <silent> &E^ &Ecirc;
12004 inoremap <buffer> <silent> &E' &Eacute;
12005 inoremap <buffer> <silent> &E` &Egrave;
12006 inoremap <buffer> <silent> &C, &Ccedil;
12007 inoremap <buffer> <silent> &AE &AElig;
12008 inoremap <buffer> <silent> &Ao &Aring;
12009 inoremap <buffer> <silent> &A" &Auml;
12010 inoremap <buffer> <silent> &A~ &Atilde;
12011 inoremap <buffer> <silent> &A^ &Acirc;
12012 inoremap <buffer> <silent> &A' &Aacute;
12013 inoremap <buffer> <silent> &A` &Agrave;
12014 inoremap <buffer> <silent> &c| &cent;
12015 inoremap <buffer> <silent> &Y= &yen;
12016 inoremap <buffer> <silent> &# &pound;
12017 inoremap <buffer> <silent> & &nbsp;
12018 inoremap <buffer> <silent> &> &gt;
12019 inoremap <buffer> <silent> &< &lt;
12020 inoremap <buffer> <silent> &' &quot;
12021 inoremap <buffer> <silent> &tm &trade;
12022 inoremap <buffer> <silent> &rO &reg;
12023 inoremap <buffer> <silent> &cO &copy;
12024 inoremap <buffer> <silent> && &amp;
12025 inoremap <buffer> <silent> ; &nbsp;
12026 inoremap <buffer> <silent> ;la <label for=""></label>F"
12027 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
12028 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
12029 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
12030 </textarea>k$5F"i
12031 inoremap <buffer> <silent> ;og <optgroup label="">
12032 </optgroup>k$F"i
12033 inoremap <buffer> <silent> ;op <option></option>F<
12034 inoremap <buffer> <silent> ;ms <select name="" multiple>
12035 </select>O
12036 inoremap <buffer> <silent> ;se <select name="">
12037 </select>O
12038 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
12039 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
12040 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
12041 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
12042 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
12043 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
12044 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
12045 inoremap <buffer> <silent> ;fm <form action="">
12046 </form>k$F"i
12047 inoremap <buffer> <silent> ;if <iframe src="">
12048 </iframe>k$F"i
12049 inoremap <buffer> <silent> ;nf <noframes>
12050 </noframes>O
12051 inoremap <buffer> <silent> ;fr <frame src="">F"
12052 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
12053 </frameset>k$3F"i
12054 inoremap <buffer> <silent> ;th <th></th>F<
12055 inoremap <buffer> <silent> ;td <td>
12056 </td>O
12057 inoremap <buffer> <silent> ;tr <tr>
12058 </tr>O
12059 inoremap <buffer> <silent> ;tf <tfoot>
12060 </tfoot>O
12061 inoremap <buffer> <silent> ;tb <tbody>
12062 </tbody>O
12063 inoremap <buffer> <silent> ;tH <thead>
12064 </thead>O
12065 inoremap <buffer> <silent> ;ta <table>
12066 </table>O
12067 inoremap <buffer> <silent> ;ca <caption></caption>F<
12068 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
12069 </object>k$5F"i
12070 inoremap <buffer> <silent> ;ns <noscript>
12071 </noscripT>O
12072 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
12073 <noembed></noembed>k$5F"i
12074 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
12075 inoremap <buffer> <silent> ;va <var></var>F<
12076 inoremap <buffer> <silent> ;ul <ul>
12077 </ul>O
12078 inoremap <buffer> <silent> ;tt <tt></tt>F<
12079 inoremap <buffer> <silent> ;ti <title></title>F<
12080 inoremap <buffer> <silent> ;sp <sup></sup>F<
12081 inoremap <buffer> <silent> ;sb <sub></sub>F<
12082 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
12083 inoremap <buffer> <silent> ;cs <style type="text/css">
12084 <!--
12085 -->
12086 </style>kO
12087 inoremap <buffer> <silent> ;sm <small></small>F<
12088 inoremap <buffer> <silent> ;sa <samp></samp>F<
12089 inoremap <buffer> <silent> ;sk <strike></strike>F<
12090 inoremap <buffer> <silent> ;qu <q></q>F<
12091 inoremap <buffer> <silent> ;pr <pre>
12092 </pre>O
12093 inoremap <buffer> <silent> ;/p </p>
12094 
12095 <p>
12096 inoremap <buffer> <silent> ;pp <p>
12097 </p>O
12098 inoremap <buffer> <silent> ;ol <ol>
12099 </ol>O
12100 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
12101 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
12102 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
12103 inoremap <buffer> <silent> ;lk <link href="">F"
12104 inoremap <buffer> <silent> ;li <li></li>F<
12105 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
12106 inoremap <buffer> <silent> ;ii <isindex>
12107 inoremap <buffer> <silent> ;in <ins></ins>F<
12108 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
12109 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
12110 inoremap <buffer> <silent> ;ht <html>
12111 </html>O
12112 inoremap <buffer> <silent> ;Hr <hr width="75%">
12113 inoremap <buffer> <silent> ;hr <hr>
12114 inoremap <buffer> <silent> ;he <head>
12115 </head>O
12116 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
12117 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
12118 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
12119 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
12120 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
12121 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
12122 inoremap <buffer> <silent> ;h6 <h6></h6>F<
12123 inoremap <buffer> <silent> ;h5 <h5></h5>F<
12124 inoremap <buffer> <silent> ;h4 <h4></h4>F<
12125 inoremap <buffer> <silent> ;h3 <h3></h3>F<
12126 inoremap <buffer> <silent> ;h2 <h2></h2>F<
12127 inoremap <buffer> <silent> ;h1 <h1></h1>F<
12128 inoremap <buffer> <silent> ;fc <font color=""></font>F"
12129 inoremap <buffer> <silent> ;fo <font size=""></font>F"
12130 inoremap <buffer> <silent> ;sn <span></span>F<
12131 inoremap <buffer> <silent> ;dv <div>
12132 </div>O
12133 inoremap <buffer> <silent> ;df <dfn></dfn>F<
12134 inoremap <buffer> <silent> ;de <del></del>F<
12135 inoremap <buffer> <silent> ;dd <dd></dd>F<
12136 inoremap <buffer> <silent> ;dt <dt></dt>F<
12137 inoremap <buffer> <silent> ;dl <dl>
12138 </dl>O
12139 inoremap <buffer> <silent> ;co <code></code>F<
12140 inoremap <buffer> <silent> ;ci <cite></cite>F<
12141 inoremap <buffer> <silent> ;ce <center></center>F<
12142 inoremap <buffer> <silent> ;br <br>
12143 inoremap <buffer> <silent> ;bd <body>
12144 </body>O
12145 inoremap <buffer> <silent> ;bl <blockquote>
12146 </blockquote>O
12147 inoremap <buffer> <silent> ;bi <big></big>F<
12148 inoremap <buffer> <silent> ;bh <base href="">F"
12149 inoremap <buffer> <silent> ;ad <address></address>F<
12150 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
12151 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
12152 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
12153 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
12154 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
12155 inoremap <buffer> <silent> ;an <a name=""></a>F"
12156 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
12157 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
12158 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
12159 inoremap <buffer> <silent> ;ah <a href=""></a>F"
12160 imap <buffer> <silent> ;s4 ;s4
12161 imap <buffer> <silent> ;4 ;4
12162 inoremap <buffer> <silent> ;mi :call MangleImageTag()
12163 inoremap <buffer> <silent> ; 
12164 inoremap <buffer> <silent> ;& &
12165 inoremap <buffer> <silent> ;; ;
12166 setlocal keymap=
12167 setlocal noarabic
12168 setlocal autoindent
12169 setlocal balloonexpr=
12170 setlocal nobinary
12171 setlocal bufhidden=
12172 setlocal buflisted
12173 setlocal buftype=
12174 setlocal nocindent
12175 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12176 setlocal cinoptions=
12177 setlocal cinwords=if,else,while,do,for,switch
12178 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
12179 setlocal commentstring=/*%s*/
12180 setlocal complete=.,w,b,u,t,i
12181 setlocal completefunc=
12182 setlocal nocopyindent
12183 setlocal nocursorcolumn
12184 setlocal nocursorline
12185 setlocal define=
12186 setlocal dictionary=
12187 setlocal nodiff
12188 setlocal equalprg=
12189 setlocal errorformat=
12190 setlocal noexpandtab
12191 if &filetype != 'php'
12192 setlocal filetype=php
12193 endif
12194 setlocal foldcolumn=0
12195 setlocal foldenable
12196 setlocal foldexpr=0
12197 setlocal foldignore=#
12198 setlocal foldlevel=0
12199 setlocal foldmarker={{{,}}}
12200 setlocal foldmethod=manual
12201 setlocal foldminlines=1
12202 setlocal foldnestmax=20
12203 setlocal foldtext=foldtext()
12204 setlocal formatexpr=
12205 setlocal formatoptions=tcq
12206 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12207 setlocal grepprg=
12208 setlocal iminsert=2
12209 setlocal imsearch=2
12210 setlocal include=\\(require\\|include\\)\\(_once\\)\\?
12211 setlocal includeexpr=
12212 setlocal indentexpr=
12213 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12214 setlocal noinfercase
12215 setlocal iskeyword=@,48-57,_,192-255
12216 setlocal keywordprg=
12217 setlocal nolinebreak
12218 setlocal nolisp
12219 setlocal nolist
12220 setlocal makeprg=
12221 setlocal matchpairs=(:),{:},[:],<:>
12222 setlocal nomodeline
12223 setlocal modifiable
12224 setlocal nrformats=octal,hex
12225 setlocal nonumber
12226 setlocal numberwidth=4
12227 setlocal omnifunc=phpcomplete#CompletePHP
12228 setlocal path=
12229 setlocal nopreserveindent
12230 setlocal nopreviewwindow
12231 setlocal quoteescape=\\
12232 setlocal noreadonly
12233 setlocal norightleft
12234 setlocal rightleftcmd=search
12235 setlocal noscrollbind
12236 setlocal shiftwidth=8
12237 setlocal noshortname
12238 setlocal nosmartindent
12239 setlocal softtabstop=0
12240 setlocal nospell
12241 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
12242 setlocal spellfile=
12243 setlocal spelllang=en
12244 setlocal statusline=
12245 setlocal suffixesadd=
12246 setlocal swapfile
12247 setlocal synmaxcol=3000
12248 if &syntax != 'php'
12249 setlocal syntax=php
12250 endif
12251 setlocal tabstop=2
12252 setlocal tags=
12253 setlocal textwidth=0
12254 setlocal thesaurus=
12255 setlocal nowinfixheight
12256 setlocal nowinfixwidth
12257 setlocal wrap
12258 setlocal wrapmargin=0
12259 silent! normal! zE
12260 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
12261 if s:l < 1 | let s:l = 1 | endif
12262 exe s:l
12263 normal! zt
12264 1
12265 normal! 01l
12266 tabedit ../.template.html
12267 set splitbelow splitright
12268 set nosplitbelow
12269 set nosplitright
12270 wincmd t
12271 set winheight=1 winwidth=1
12272 argglobal
12273 31argu
12274 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
12275 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
12276 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
12277 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
12278 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
12279 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
12280 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
12281 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
12282 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
12283 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
12284 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
12285 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
12286 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
12287 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
12288 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
12289 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
12290 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
12291 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
12292 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">')
12293 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">')
12294 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
12295 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
12296 nnoremap <buffer> <silent> ; 
12297 nnoremap <buffer> <silent> ;; ;
12298 vnoremap <buffer> <silent> ;; ;
12299 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
12300 inoremap <buffer> <silent> &hA &hArr;
12301 inoremap <buffer> <silent> &dA &dArr;
12302 inoremap <buffer> <silent> &rA &rArr;
12303 inoremap <buffer> <silent> &uA &uArr;
12304 inoremap <buffer> <silent> &lA &lArr;
12305 inoremap <buffer> <silent> &ha &harr;
12306 inoremap <buffer> <silent> &da &darr;
12307 inoremap <buffer> <silent> &ra &rarr;
12308 inoremap <buffer> <silent> &ua &uarr;
12309 inoremap <buffer> <silent> &la &larr;
12310 inoremap <buffer> <silent> &pv &piv;
12311 inoremap <buffer> <silent> &uh &upsih;
12312 inoremap <buffer> <silent> &ts &thetasym;
12313 inoremap <buffer> <silent> &og &omega;
12314 inoremap <buffer> <silent> &ps &psi;
12315 inoremap <buffer> <silent> &ch &chi;
12316 inoremap <buffer> <silent> &ph &phi;
12317 inoremap <buffer> <silent> &up &upsilon;
12318 inoremap <buffer> <silent> &ta &tau;
12319 inoremap <buffer> <silent> &sf &sigmaf;
12320 inoremap <buffer> <silent> &si &sigma;
12321 inoremap <buffer> <silent> &rh &rho;
12322 inoremap <buffer> <silent> &pi &pi;
12323 inoremap <buffer> <silent> &oc &omicron;
12324 inoremap <buffer> <silent> &xi &xi;
12325 inoremap <buffer> <silent> &nu &nu;
12326 inoremap <buffer> <silent> &mu &mu;
12327 inoremap <buffer> <silent> &lm &lambda;
12328 inoremap <buffer> <silent> &ka &kappa;
12329 inoremap <buffer> <silent> &io &iota;
12330 inoremap <buffer> <silent> &th &theta;
12331 inoremap <buffer> <silent> &et &eta;
12332 inoremap <buffer> <silent> &ze &zeta;
12333 inoremap <buffer> <silent> &ep &epsilon;
12334 inoremap <buffer> <silent> &de &delta;
12335 inoremap <buffer> <silent> &ga &gamma;
12336 inoremap <buffer> <silent> &be &beta;
12337 inoremap <buffer> <silent> &al &alpha;
12338 inoremap <buffer> <silent> &Ps &Psi;
12339 inoremap <buffer> <silent> &Ch &Chi;
12340 inoremap <buffer> <silent> &Ph &Phi;
12341 inoremap <buffer> <silent> &Up &Upsilon;
12342 inoremap <buffer> <silent> &Ta &Tau;
12343 inoremap <buffer> <silent> &Si &Sigma;
12344 inoremap <buffer> <silent> &Rh &Rho;
12345 inoremap <buffer> <silent> &Pi &Pi;
12346 inoremap <buffer> <silent> &Oc &Omicron;
12347 inoremap <buffer> <silent> &Xi &Xi;
12348 inoremap <buffer> <silent> &Nu &Nu;
12349 inoremap <buffer> <silent> &Mu &Mu;
12350 inoremap <buffer> <silent> &Lm &Lambda;
12351 inoremap <buffer> <silent> &Ka &Kappa;
12352 inoremap <buffer> <silent> &Io &Iota;
12353 inoremap <buffer> <silent> &Th &Theta;
12354 inoremap <buffer> <silent> &Et &Eta;
12355 inoremap <buffer> <silent> &Ze &Zeta;
12356 inoremap <buffer> <silent> &Ep &Epsilon;
12357 inoremap <buffer> <silent> &De &Delta;
12358 inoremap <buffer> <silent> &Ga &Gamma;
12359 inoremap <buffer> <silent> &Be &Beta;
12360 inoremap <buffer> <silent> &Al &Alpha;
12361 inoremap <buffer> <silent> &3. &hellip;
12362 inoremap <buffer> <silent> &-- &mdash;
12363 inoremap <buffer> <silent> &3- &mdash;
12364 inoremap <buffer> <silent> &m- &mdash;
12365 inoremap <buffer> <silent> &2- &ndash;
12366 inoremap <buffer> <silent> &n- &ndash;
12367 inoremap <buffer> <silent> &34 &frac34;
12368 inoremap <buffer> <silent> &12 &frac12;
12369 inoremap <buffer> <silent> &14 &frac14;
12370 inoremap <buffer> <silent> &. &middot;
12371 inoremap <buffer> <silent> &pa &para;
12372 inoremap <buffer> <silent> &mi &micro;
12373 inoremap <buffer> <silent> &dg &deg;
12374 inoremap <buffer> <silent> &? &iquest;
12375 inoremap <buffer> <silent> &! &iexcl;
12376 inoremap <buffer> <silent> &sz &szlig;
12377 inoremap <buffer> <silent> &o/ &oslash;
12378 inoremap <buffer> <silent> &/ &divide;
12379 inoremap <buffer> <silent> &" &uml;
12380 inoremap <buffer> <silent> &2> &raquo;
12381 inoremap <buffer> <silent> &2< &laquo;
12382 inoremap <buffer> <silent> &y" &yuml;
12383 inoremap <buffer> <silent> &y' &yacute;
12384 inoremap <buffer> <silent> &u" &uuml;
12385 inoremap <buffer> <silent> &u^ &ucirc;
12386 inoremap <buffer> <silent> &u' &uacute;
12387 inoremap <buffer> <silent> &u` &ugrave;
12388 inoremap <buffer> <silent> &x &times;
12389 inoremap <buffer> <silent> &o" &ouml;
12390 inoremap <buffer> <silent> &o~ &otilde;
12391 inoremap <buffer> <silent> &o^ &ocirc;
12392 inoremap <buffer> <silent> &o' &oacute;
12393 inoremap <buffer> <silent> &o` &ograve;
12394 inoremap <buffer> <silent> &n~ &ntilde;
12395 inoremap <buffer> <silent> &i" &iuml;
12396 inoremap <buffer> <silent> &i^ &icirc;
12397 inoremap <buffer> <silent> &i' &iacute;
12398 inoremap <buffer> <silent> &i` &igrave;
12399 inoremap <buffer> <silent> &e" &euml;
12400 inoremap <buffer> <silent> &e^ &ecirc;
12401 inoremap <buffer> <silent> &e' &eacute;
12402 inoremap <buffer> <silent> &e` &egrave;
12403 inoremap <buffer> <silent> &c, &ccedil;
12404 inoremap <buffer> <silent> &ae &aelig;
12405 inoremap <buffer> <silent> &ao &aring;
12406 inoremap <buffer> <silent> &a" &auml;
12407 inoremap <buffer> <silent> &a~ &atilde;
12408 inoremap <buffer> <silent> &a^ &acirc;
12409 inoremap <buffer> <silent> &a' &aacute;
12410 inoremap <buffer> <silent> &a` &agrave;
12411 inoremap <buffer> <silent> &Y' &Yacute;
12412 inoremap <buffer> <silent> &U" &Uuml;
12413 inoremap <buffer> <silent> &U^ &Ucirc;
12414 inoremap <buffer> <silent> &U' &Uacute;
12415 inoremap <buffer> <silent> &U` &Ugrave;
12416 inoremap <buffer> <silent> &O/ &Oslash;
12417 inoremap <buffer> <silent> &O" &Ouml;
12418 inoremap <buffer> <silent> &O~ &Otilde;
12419 inoremap <buffer> <silent> &O^ &Ocirc;
12420 inoremap <buffer> <silent> &O' &Oacute;
12421 inoremap <buffer> <silent> &O` &Ograve;
12422 inoremap <buffer> <silent> &N~ &Ntilde;
12423 inoremap <buffer> <silent> &I" &Iuml;
12424 inoremap <buffer> <silent> &I^ &Icirc;
12425 inoremap <buffer> <silent> &I' &Iacute;
12426 inoremap <buffer> <silent> &I` &Igrave;
12427 inoremap <buffer> <silent> &E" &Euml;
12428 inoremap <buffer> <silent> &E^ &Ecirc;
12429 inoremap <buffer> <silent> &E' &Eacute;
12430 inoremap <buffer> <silent> &E` &Egrave;
12431 inoremap <buffer> <silent> &C, &Ccedil;
12432 inoremap <buffer> <silent> &AE &AElig;
12433 inoremap <buffer> <silent> &Ao &Aring;
12434 inoremap <buffer> <silent> &A" &Auml;
12435 inoremap <buffer> <silent> &A~ &Atilde;
12436 inoremap <buffer> <silent> &A^ &Acirc;
12437 inoremap <buffer> <silent> &A' &Aacute;
12438 inoremap <buffer> <silent> &A` &Agrave;
12439 inoremap <buffer> <silent> &c| &cent;
12440 inoremap <buffer> <silent> &Y= &yen;
12441 inoremap <buffer> <silent> &# &pound;
12442 inoremap <buffer> <silent> & &nbsp;
12443 inoremap <buffer> <silent> &> &gt;
12444 inoremap <buffer> <silent> &< &lt;
12445 inoremap <buffer> <silent> &' &quot;
12446 inoremap <buffer> <silent> &tm &trade;
12447 inoremap <buffer> <silent> &rO &reg;
12448 inoremap <buffer> <silent> &cO &copy;
12449 inoremap <buffer> <silent> && &amp;
12450 inoremap <buffer> <silent> ; &nbsp;
12451 inoremap <buffer> <silent> ;la <label for=""></label>F"
12452 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
12453 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
12454 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
12455 </textarea>k$5F"i
12456 inoremap <buffer> <silent> ;og <optgroup label="">
12457 </optgroup>k$F"i
12458 inoremap <buffer> <silent> ;op <option></option>F<
12459 inoremap <buffer> <silent> ;ms <select name="" multiple>
12460 </select>O
12461 inoremap <buffer> <silent> ;se <select name="">
12462 </select>O
12463 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
12464 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
12465 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
12466 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
12467 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
12468 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
12469 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
12470 inoremap <buffer> <silent> ;fm <form action="">
12471 </form>k$F"i
12472 inoremap <buffer> <silent> ;if <iframe src="">
12473 </iframe>k$F"i
12474 inoremap <buffer> <silent> ;nf <noframes>
12475 </noframes>O
12476 inoremap <buffer> <silent> ;fr <frame src="">F"
12477 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
12478 </frameset>k$3F"i
12479 inoremap <buffer> <silent> ;th <th></th>F<
12480 inoremap <buffer> <silent> ;td <td>
12481 </td>O
12482 inoremap <buffer> <silent> ;tr <tr>
12483 </tr>O
12484 inoremap <buffer> <silent> ;tf <tfoot>
12485 </tfoot>O
12486 inoremap <buffer> <silent> ;tb <tbody>
12487 </tbody>O
12488 inoremap <buffer> <silent> ;tH <thead>
12489 </thead>O
12490 inoremap <buffer> <silent> ;ta <table>
12491 </table>O
12492 inoremap <buffer> <silent> ;ca <caption></caption>F<
12493 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
12494 </object>k$5F"i
12495 inoremap <buffer> <silent> ;ns <noscript>
12496 </noscripT>O
12497 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
12498 <noembed></noembed>k$5F"i
12499 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
12500 inoremap <buffer> <silent> ;va <var></var>F<
12501 inoremap <buffer> <silent> ;ul <ul>
12502 </ul>O
12503 inoremap <buffer> <silent> ;tt <tt></tt>F<
12504 inoremap <buffer> <silent> ;ti <title></title>F<
12505 inoremap <buffer> <silent> ;sp <sup></sup>F<
12506 inoremap <buffer> <silent> ;sb <sub></sub>F<
12507 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
12508 inoremap <buffer> <silent> ;cs <style type="text/css">
12509 <!--
12510 -->
12511 </style>kO
12512 inoremap <buffer> <silent> ;sm <small></small>F<
12513 inoremap <buffer> <silent> ;sa <samp></samp>F<
12514 inoremap <buffer> <silent> ;sk <strike></strike>F<
12515 inoremap <buffer> <silent> ;qu <q></q>F<
12516 inoremap <buffer> <silent> ;pr <pre>
12517 </pre>O
12518 inoremap <buffer> <silent> ;/p </p>
12519 
12520 <p>
12521 inoremap <buffer> <silent> ;pp <p>
12522 </p>O
12523 inoremap <buffer> <silent> ;ol <ol>
12524 </ol>O
12525 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
12526 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
12527 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
12528 inoremap <buffer> <silent> ;lk <link href="">F"
12529 inoremap <buffer> <silent> ;li <li></li>F<
12530 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
12531 inoremap <buffer> <silent> ;ii <isindex>
12532 inoremap <buffer> <silent> ;in <ins></ins>F<
12533 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
12534 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
12535 inoremap <buffer> <silent> ;ht <html>
12536 </html>O
12537 inoremap <buffer> <silent> ;Hr <hr width="75%">
12538 inoremap <buffer> <silent> ;hr <hr>
12539 inoremap <buffer> <silent> ;he <head>
12540 </head>O
12541 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
12542 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
12543 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
12544 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
12545 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
12546 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
12547 inoremap <buffer> <silent> ;h6 <h6></h6>F<
12548 inoremap <buffer> <silent> ;h5 <h5></h5>F<
12549 inoremap <buffer> <silent> ;h4 <h4></h4>F<
12550 inoremap <buffer> <silent> ;h3 <h3></h3>F<
12551 inoremap <buffer> <silent> ;h2 <h2></h2>F<
12552 inoremap <buffer> <silent> ;h1 <h1></h1>F<
12553 inoremap <buffer> <silent> ;fc <font color=""></font>F"
12554 inoremap <buffer> <silent> ;fo <font size=""></font>F"
12555 inoremap <buffer> <silent> ;sn <span></span>F<
12556 inoremap <buffer> <silent> ;dv <div>
12557 </div>O
12558 inoremap <buffer> <silent> ;df <dfn></dfn>F<
12559 inoremap <buffer> <silent> ;de <del></del>F<
12560 inoremap <buffer> <silent> ;dd <dd></dd>F<
12561 inoremap <buffer> <silent> ;dt <dt></dt>F<
12562 inoremap <buffer> <silent> ;dl <dl>
12563 </dl>O
12564 inoremap <buffer> <silent> ;co <code></code>F<
12565 inoremap <buffer> <silent> ;ci <cite></cite>F<
12566 inoremap <buffer> <silent> ;ce <center></center>F<
12567 inoremap <buffer> <silent> ;br <br>
12568 inoremap <buffer> <silent> ;bd <body>
12569 </body>O
12570 inoremap <buffer> <silent> ;bl <blockquote>
12571 </blockquote>O
12572 inoremap <buffer> <silent> ;bi <big></big>F<
12573 inoremap <buffer> <silent> ;bh <base href="">F"
12574 inoremap <buffer> <silent> ;ad <address></address>F<
12575 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
12576 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
12577 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
12578 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
12579 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
12580 inoremap <buffer> <silent> ;an <a name=""></a>F"
12581 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
12582 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
12583 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
12584 inoremap <buffer> <silent> ;ah <a href=""></a>F"
12585 imap <buffer> <silent> ;s4 ;s4
12586 imap <buffer> <silent> ;4 ;4
12587 inoremap <buffer> <silent> ;mi :call MangleImageTag()
12588 inoremap <buffer> <silent> ; 
12589 inoremap <buffer> <silent> ;& &
12590 inoremap <buffer> <silent> ;; ;
12591 setlocal keymap=
12592 setlocal noarabic
12593 setlocal autoindent
12594 setlocal balloonexpr=
12595 setlocal nobinary
12596 setlocal bufhidden=
12597 setlocal buflisted
12598 setlocal buftype=
12599 setlocal nocindent
12600 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12601 setlocal cinoptions=
12602 setlocal cinwords=if,else,while,do,for,switch
12603 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
12604 setlocal commentstring=<!--%s-->
12605 setlocal complete=.,w,b,u,t,i
12606 setlocal completefunc=
12607 setlocal nocopyindent
12608 setlocal nocursorcolumn
12609 setlocal nocursorline
12610 setlocal define=
12611 setlocal dictionary=
12612 setlocal nodiff
12613 setlocal equalprg=
12614 setlocal errorformat=
12615 setlocal noexpandtab
12616 if &filetype != 'html'
12617 setlocal filetype=html
12618 endif
12619 setlocal foldcolumn=0
12620 setlocal foldenable
12621 setlocal foldexpr=0
12622 setlocal foldignore=#
12623 setlocal foldlevel=0
12624 setlocal foldmarker={{{,}}}
12625 setlocal foldmethod=manual
12626 setlocal foldminlines=1
12627 setlocal foldnestmax=20
12628 setlocal foldtext=foldtext()
12629 setlocal formatexpr=
12630 setlocal formatoptions=tcq
12631 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12632 setlocal grepprg=
12633 setlocal iminsert=2
12634 setlocal imsearch=2
12635 setlocal include=
12636 setlocal includeexpr=
12637 setlocal indentexpr=
12638 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12639 setlocal noinfercase
12640 setlocal iskeyword=@,48-57,_,192-255
12641 setlocal keywordprg=
12642 setlocal nolinebreak
12643 setlocal nolisp
12644 setlocal nolist
12645 setlocal makeprg=
12646 setlocal matchpairs=(:),{:},[:],<:>
12647 setlocal nomodeline
12648 setlocal modifiable
12649 setlocal nrformats=octal,hex
12650 setlocal nonumber
12651 setlocal numberwidth=4
12652 setlocal omnifunc=htmlcomplete#CompleteTags
12653 setlocal path=
12654 setlocal nopreserveindent
12655 setlocal nopreviewwindow
12656 setlocal quoteescape=\\
12657 setlocal noreadonly
12658 setlocal norightleft
12659 setlocal rightleftcmd=search
12660 setlocal noscrollbind
12661 setlocal shiftwidth=8
12662 setlocal noshortname
12663 setlocal nosmartindent
12664 setlocal softtabstop=0
12665 setlocal nospell
12666 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
12667 setlocal spellfile=
12668 setlocal spelllang=en
12669 setlocal statusline=
12670 setlocal suffixesadd=
12671 setlocal swapfile
12672 setlocal synmaxcol=3000
12673 if &syntax != 'html'
12674 setlocal syntax=html
12675 endif
12676 setlocal tabstop=2
12677 setlocal tags=
12678 setlocal textwidth=0
12679 setlocal thesaurus=
12680 setlocal nowinfixheight
12681 setlocal nowinfixwidth
12682 setlocal wrap
12683 setlocal wrapmargin=0
12684 silent! normal! zE
12685 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
12686 if s:l < 1 | let s:l = 1 | endif
12687 exe s:l
12688 normal! zt
12689 1
12690 normal! 0
12691 tabedit ../2site
12692 set splitbelow splitright
12693 set nosplitbelow
12694 set nosplitright
12695 wincmd t
12696 set winheight=1 winwidth=1
12697 argglobal
12698 32argu
12699 setlocal keymap=
12700 setlocal noarabic
12701 setlocal autoindent
12702 setlocal balloonexpr=
12703 setlocal nobinary
12704 setlocal bufhidden=
12705 setlocal buflisted
12706 setlocal buftype=
12707 setlocal nocindent
12708 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12709 setlocal cinoptions=
12710 setlocal cinwords=if,else,while,do,for,switch
12711 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
12712 setlocal commentstring=#%s
12713 setlocal complete=.,w,b,u,t,i
12714 setlocal completefunc=
12715 setlocal nocopyindent
12716 setlocal nocursorcolumn
12717 setlocal nocursorline
12718 setlocal define=
12719 setlocal dictionary=
12720 setlocal nodiff
12721 setlocal equalprg=
12722 setlocal errorformat=
12723 setlocal noexpandtab
12724 if &filetype != 'sh'
12725 setlocal filetype=sh
12726 endif
12727 setlocal foldcolumn=0
12728 setlocal foldenable
12729 setlocal foldexpr=0
12730 setlocal foldignore=#
12731 setlocal foldlevel=0
12732 setlocal foldmarker={{{,}}}
12733 setlocal foldmethod=manual
12734 setlocal foldminlines=1
12735 setlocal foldnestmax=20
12736 setlocal foldtext=foldtext()
12737 setlocal formatexpr=
12738 setlocal formatoptions=tcq
12739 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12740 setlocal grepprg=
12741 setlocal iminsert=2
12742 setlocal imsearch=2
12743 setlocal include=
12744 setlocal includeexpr=
12745 setlocal indentexpr=
12746 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12747 setlocal noinfercase
12748 setlocal iskeyword=@,48-57,_,192-255
12749 setlocal keywordprg=
12750 setlocal nolinebreak
12751 setlocal nolisp
12752 setlocal nolist
12753 setlocal makeprg=
12754 setlocal matchpairs=(:),{:},[:]
12755 setlocal nomodeline
12756 setlocal modifiable
12757 setlocal nrformats=octal,hex
12758 setlocal nonumber
12759 setlocal numberwidth=4
12760 setlocal omnifunc=
12761 setlocal path=
12762 setlocal nopreserveindent
12763 setlocal nopreviewwindow
12764 setlocal quoteescape=\\
12765 setlocal noreadonly
12766 setlocal norightleft
12767 setlocal rightleftcmd=search
12768 setlocal noscrollbind
12769 setlocal shiftwidth=8
12770 setlocal noshortname
12771 setlocal nosmartindent
12772 setlocal softtabstop=0
12773 setlocal nospell
12774 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
12775 setlocal spellfile=
12776 setlocal spelllang=en
12777 setlocal statusline=
12778 setlocal suffixesadd=
12779 setlocal swapfile
12780 setlocal synmaxcol=3000
12781 if &syntax != 'sh'
12782 setlocal syntax=sh
12783 endif
12784 setlocal tabstop=2
12785 setlocal tags=
12786 setlocal textwidth=0
12787 setlocal thesaurus=
12788 setlocal nowinfixheight
12789 setlocal nowinfixwidth
12790 setlocal wrap
12791 setlocal wrapmargin=0
12792 silent! normal! zE
12793 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
12794 if s:l < 1 | let s:l = 1 | endif
12795 exe s:l
12796 normal! zt
12797 1
12798 normal! 0
12799 tabedit html2txt
12800 set splitbelow splitright
12801 set nosplitbelow
12802 set nosplitright
12803 wincmd t
12804 set winheight=1 winwidth=1
12805 argglobal
12806 33argu
12807 setlocal keymap=
12808 setlocal noarabic
12809 setlocal autoindent
12810 setlocal balloonexpr=
12811 setlocal nobinary
12812 setlocal bufhidden=
12813 setlocal buflisted
12814 setlocal buftype=
12815 setlocal nocindent
12816 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12817 setlocal cinoptions=
12818 setlocal cinwords=if,else,while,do,for,switch
12819 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
12820 setlocal commentstring=/*%s*/
12821 setlocal complete=.,w,b,u,t,i
12822 setlocal completefunc=
12823 setlocal nocopyindent
12824 setlocal nocursorcolumn
12825 setlocal nocursorline
12826 setlocal define=
12827 setlocal dictionary=
12828 setlocal nodiff
12829 setlocal equalprg=
12830 setlocal errorformat=
12831 setlocal noexpandtab
12832 if &filetype != ''
12833 setlocal filetype=
12834 endif
12835 setlocal foldcolumn=0
12836 setlocal foldenable
12837 setlocal foldexpr=0
12838 setlocal foldignore=#
12839 setlocal foldlevel=0
12840 setlocal foldmarker={{{,}}}
12841 setlocal foldmethod=manual
12842 setlocal foldminlines=1
12843 setlocal foldnestmax=20
12844 setlocal foldtext=foldtext()
12845 setlocal formatexpr=
12846 setlocal formatoptions=tcq
12847 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12848 setlocal grepprg=
12849 setlocal iminsert=2
12850 setlocal imsearch=2
12851 setlocal include=
12852 setlocal includeexpr=
12853 setlocal indentexpr=
12854 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12855 setlocal noinfercase
12856 setlocal iskeyword=@,48-57,_,192-255
12857 setlocal keywordprg=
12858 setlocal nolinebreak
12859 setlocal nolisp
12860 setlocal nolist
12861 setlocal makeprg=
12862 setlocal matchpairs=(:),{:},[:]
12863 setlocal nomodeline
12864 setlocal modifiable
12865 setlocal nrformats=octal,hex
12866 setlocal nonumber
12867 setlocal numberwidth=4
12868 setlocal omnifunc=
12869 setlocal path=
12870 setlocal nopreserveindent
12871 setlocal nopreviewwindow
12872 setlocal quoteescape=\\
12873 setlocal noreadonly
12874 setlocal norightleft
12875 setlocal rightleftcmd=search
12876 setlocal noscrollbind
12877 setlocal shiftwidth=8
12878 setlocal noshortname
12879 setlocal nosmartindent
12880 setlocal softtabstop=0
12881 setlocal nospell
12882 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
12883 setlocal spellfile=
12884 setlocal spelllang=en
12885 setlocal statusline=
12886 setlocal suffixesadd=
12887 setlocal swapfile
12888 setlocal synmaxcol=3000
12889 if &syntax != ''
12890 setlocal syntax=
12891 endif
12892 setlocal tabstop=2
12893 setlocal tags=
12894 setlocal textwidth=0
12895 setlocal thesaurus=
12896 setlocal nowinfixheight
12897 setlocal nowinfixwidth
12898 setlocal wrap
12899 setlocal wrapmargin=0
12900 silent! normal! zE
12901 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
12902 if s:l < 1 | let s:l = 1 | endif
12903 exe s:l
12904 normal! zt
12905 1
12906 normal! 0
12907 tabedit ../chkNamedLinks
12908 set splitbelow splitright
12909 set nosplitbelow
12910 set nosplitright
12911 wincmd t
12912 set winheight=1 winwidth=1
12913 argglobal
12914 34argu
12915 setlocal keymap=
12916 setlocal noarabic
12917 setlocal autoindent
12918 setlocal balloonexpr=
12919 setlocal nobinary
12920 setlocal bufhidden=
12921 setlocal buflisted
12922 setlocal buftype=
12923 setlocal nocindent
12924 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12925 setlocal cinoptions=
12926 setlocal cinwords=if,else,while,do,for,switch
12927 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
12928 setlocal commentstring=#%s
12929 setlocal complete=.,w,b,u,t,i
12930 setlocal completefunc=
12931 setlocal nocopyindent
12932 setlocal nocursorcolumn
12933 setlocal nocursorline
12934 setlocal define=
12935 setlocal dictionary=
12936 setlocal nodiff
12937 setlocal equalprg=
12938 setlocal errorformat=
12939 setlocal noexpandtab
12940 if &filetype != 'sh'
12941 setlocal filetype=sh
12942 endif
12943 setlocal foldcolumn=0
12944 setlocal foldenable
12945 setlocal foldexpr=0
12946 setlocal foldignore=#
12947 setlocal foldlevel=0
12948 setlocal foldmarker={{{,}}}
12949 setlocal foldmethod=manual
12950 setlocal foldminlines=1
12951 setlocal foldnestmax=20
12952 setlocal foldtext=foldtext()
12953 setlocal formatexpr=
12954 setlocal formatoptions=tcq
12955 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12956 setlocal grepprg=
12957 setlocal iminsert=2
12958 setlocal imsearch=2
12959 setlocal include=
12960 setlocal includeexpr=
12961 setlocal indentexpr=
12962 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12963 setlocal noinfercase
12964 setlocal iskeyword=@,48-57,_,192-255
12965 setlocal keywordprg=
12966 setlocal nolinebreak
12967 setlocal nolisp
12968 setlocal nolist
12969 setlocal makeprg=
12970 setlocal matchpairs=(:),{:},[:]
12971 setlocal nomodeline
12972 setlocal modifiable
12973 setlocal nrformats=octal,hex
12974 setlocal nonumber
12975 setlocal numberwidth=4
12976 setlocal omnifunc=
12977 setlocal path=
12978 setlocal nopreserveindent
12979 setlocal nopreviewwindow
12980 setlocal quoteescape=\\
12981 setlocal noreadonly
12982 setlocal norightleft
12983 setlocal rightleftcmd=search
12984 setlocal noscrollbind
12985 setlocal shiftwidth=8
12986 setlocal noshortname
12987 setlocal nosmartindent
12988 setlocal softtabstop=0
12989 setlocal nospell
12990 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
12991 setlocal spellfile=
12992 setlocal spelllang=en
12993 setlocal statusline=
12994 setlocal suffixesadd=
12995 setlocal swapfile
12996 setlocal synmaxcol=3000
12997 if &syntax != 'sh'
12998 setlocal syntax=sh
12999 endif
13000 setlocal tabstop=2
13001 setlocal tags=
13002 setlocal textwidth=0
13003 setlocal thesaurus=
13004 setlocal nowinfixheight
13005 setlocal nowinfixwidth
13006 setlocal wrap
13007 setlocal wrapmargin=0
13008 silent! normal! zE
13009 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
13010 if s:l < 1 | let s:l = 1 | endif
13011 exe s:l
13012 normal! zt
13013 1
13014 normal! 0
13015 tabnext 1
13016 if exists('s:wipebuf')
13017 silent exe 'bwipe ' . s:wipebuf
13018 endif
13019 unlet! s:wipebuf
13020 set winheight=1 winwidth=20 shortmess=filnxtToO
13021 let s:sx = expand("<sfile>:p:r")."x.vim"
13022 if file_readable(s:sx)
13023 exe "source " . fnameescape(s:sx)
13024 endif
13025 let &so = s:so_save | let &siso = s:siso_save
13026 doautoall SessionLoadPost
13027 unlet SessionLoad
13028 " vim: set ft=vim :

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26