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

Contents of /Documentation.vim

Parent Directory Parent Directory | Revision Log Revision Log


Revision 51 - (show annotations)
Thu May 20 16:05:47 2010 UTC (13 years, 11 months ago) by sng
File size: 477298 byte(s)
renaming html2html to html2offline
1 let SessionLoad = 1
2 if &cp | set nocp | endif
3 let s:cpo_save=&cpo
4 set cpo&vim
5 map! <S-Insert> <MiddleMouse>
6 map \dk <Plug>DirDiffPrev
7 map \dj <Plug>DirDiffNext
8 map \dp <Plug>DirDiffPut
9 map \dg <Plug>DirDiffGet
10 nmap gx <Plug>NetrwBrowseX
11 nnoremap <silent> <Plug>NetrwBrowseX :call netrw#NetrwBrowseX(expand("<cWORD>"),0)
12 map <S-Insert> <MiddleMouse>
13 noremap ë gt
14 noremap ê gT
15 iabbr Cs case "$" in
16 )
17 
18 ;;
19 )
20 
21 ;;
22 *)
23 
24 ;;
25 esac
26 iabbr Un until [ ];do
27 
28 done
29 iabbr Wh while [ ];do
30 
31 done
32 iabbr Ifil if [ ];then
33 
34 elif [ ];then
35 
36 else
37 
38 fi
39 iabbr Ifl if [ ];then
40 
41 else
42 
43 fi
44 iabbr Ifn if [ ];then
45 
46 fi
47 iabbr Fn for n in ;do
48 
49 done
50 let &cpo=s:cpo_save
51 unlet s:cpo_save
52 set autoindent
53 set background=dark
54 set backspace=indent,eol,start
55 set fileencodings=ucs-bom,utf-8,default,latin1
56 set guifont=Monospace\ 13
57 set helplang=el
58 set history=50
59 set iminsert=0
60 set nomodeline
61 set mouse=a
62 set pastetoggle=<F10>
63 set printoptions=paper:a4
64 set ruler
65 set runtimepath=~/.vim,/var/lib/vim/addons,/usr/share/vim/vimfiles,/usr/share/vim/vim72,/usr/share/vim/vimfiles/after,/var/lib/vim/addons/after,~/.vim/after
66 set showbreak=
67 set showcmd
68 set showmatch
69 set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc
70 set tabpagemax=1000
71 set tabstop=2
72 set termencoding=utf-8
73 set wildmenu
74 set window=38
75 let s:so_save = &so | let s:siso_save = &siso | set so=0 siso=0
76 let v:this_session=expand("<sfile>:p")
77 silent only
78 cd ~/clonezilla-sysresccd/trunk/www/working
79 if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == ''
80 let s:wipebuf = bufnr('%')
81 endif
82 set shortmess=aoO
83 badd +1 annex-a-devices.html
84 badd +1 backup.html
85 badd +1 backup-smb.html
86 badd +1 boot-params.html
87 badd +1 clonezilla.html
88 badd +1 custom-cd.html
89 badd +1 flash-backup.html
90 badd +1 help.html
91 badd +1 index.html
92 badd +1 intro.html
93 badd +1 oldboot.html
94 badd +1 own-scripts.html
95 badd +1 partitions.html
96 badd +1 project.html
97 badd +1 recover.html
98 badd +1 reloc-img.html
99 badd +1 restoration.html
100 badd +1 restore-burn.html
101 badd +1 restore.html
102 badd +1 screenshots.html
103 badd +1 supergrubdisk.html
104 badd +1 sysresccd.html
105 badd +1 usb.html
106 badd +1 news.php
107 badd +1 onepage.php
108 badd +1 printable.php
109 badd +1 clonezilla-sysresccd.rss
110 badd +1 ../.htaccess
111 badd +1 ../.404.html
112 badd +1 ../.news.php
113 badd +1 ../.template.html
114 badd +1 ../2site
115 badd +1 html2txt
116 badd +1 ../chkNamedLinks
117 badd +1 .404.html
118 badd +1 .news.php
119 badd +1 .template.html
120 badd +1 scripts/2site
121 badd +2 scripts/html2txt
122 badd +1 scripts/update-boot-params
123 badd +1 scripts/html2html
124 badd +0 scripts/html2offline
125 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
126 edit annex-a-devices.html
127 set splitbelow splitright
128 set nosplitbelow
129 set nosplitright
130 wincmd t
131 set winheight=1 winwidth=1
132 argglobal
133 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
134 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
135 nnoremap <buffer> <silent> ;# :ColorSelect
136 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
137 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
138 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
139 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
140 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
141 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
142 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
143 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
144 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
145 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
146 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
147 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
148 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
149 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
150 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
151 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
152 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">')
153 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">')
154 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
155 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
156 nnoremap <buffer> <silent> ; 
157 nnoremap <buffer> <silent> ;; ;
158 vnoremap <buffer> <silent> ;; ;
159 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
160 inoremap <buffer> <silent> &hA &hArr;
161 inoremap <buffer> <silent> &dA &dArr;
162 inoremap <buffer> <silent> &rA &rArr;
163 inoremap <buffer> <silent> &uA &uArr;
164 inoremap <buffer> <silent> &lA &lArr;
165 inoremap <buffer> <silent> &ha &harr;
166 inoremap <buffer> <silent> &da &darr;
167 inoremap <buffer> <silent> &ra &rarr;
168 inoremap <buffer> <silent> &ua &uarr;
169 inoremap <buffer> <silent> &la &larr;
170 inoremap <buffer> <silent> &pv &piv;
171 inoremap <buffer> <silent> &uh &upsih;
172 inoremap <buffer> <silent> &ts &thetasym;
173 inoremap <buffer> <silent> &og &omega;
174 inoremap <buffer> <silent> &ps &psi;
175 inoremap <buffer> <silent> &ch &chi;
176 inoremap <buffer> <silent> &ph &phi;
177 inoremap <buffer> <silent> &up &upsilon;
178 inoremap <buffer> <silent> &ta &tau;
179 inoremap <buffer> <silent> &sf &sigmaf;
180 inoremap <buffer> <silent> &si &sigma;
181 inoremap <buffer> <silent> &rh &rho;
182 inoremap <buffer> <silent> &pi &pi;
183 inoremap <buffer> <silent> &oc &omicron;
184 inoremap <buffer> <silent> &xi &xi;
185 inoremap <buffer> <silent> &nu &nu;
186 inoremap <buffer> <silent> &mu &mu;
187 inoremap <buffer> <silent> &lm &lambda;
188 inoremap <buffer> <silent> &ka &kappa;
189 inoremap <buffer> <silent> &io &iota;
190 inoremap <buffer> <silent> &th &theta;
191 inoremap <buffer> <silent> &et &eta;
192 inoremap <buffer> <silent> &ze &zeta;
193 inoremap <buffer> <silent> &ep &epsilon;
194 inoremap <buffer> <silent> &de &delta;
195 inoremap <buffer> <silent> &ga &gamma;
196 inoremap <buffer> <silent> &be &beta;
197 inoremap <buffer> <silent> &al &alpha;
198 inoremap <buffer> <silent> &Ps &Psi;
199 inoremap <buffer> <silent> &Ch &Chi;
200 inoremap <buffer> <silent> &Ph &Phi;
201 inoremap <buffer> <silent> &Up &Upsilon;
202 inoremap <buffer> <silent> &Ta &Tau;
203 inoremap <buffer> <silent> &Si &Sigma;
204 inoremap <buffer> <silent> &Rh &Rho;
205 inoremap <buffer> <silent> &Pi &Pi;
206 inoremap <buffer> <silent> &Oc &Omicron;
207 inoremap <buffer> <silent> &Xi &Xi;
208 inoremap <buffer> <silent> &Nu &Nu;
209 inoremap <buffer> <silent> &Mu &Mu;
210 inoremap <buffer> <silent> &Lm &Lambda;
211 inoremap <buffer> <silent> &Ka &Kappa;
212 inoremap <buffer> <silent> &Io &Iota;
213 inoremap <buffer> <silent> &Th &Theta;
214 inoremap <buffer> <silent> &Et &Eta;
215 inoremap <buffer> <silent> &Ze &Zeta;
216 inoremap <buffer> <silent> &Ep &Epsilon;
217 inoremap <buffer> <silent> &De &Delta;
218 inoremap <buffer> <silent> &Ga &Gamma;
219 inoremap <buffer> <silent> &Be &Beta;
220 inoremap <buffer> <silent> &Al &Alpha;
221 inoremap <buffer> <silent> &3. &hellip;
222 inoremap <buffer> <silent> &-- &mdash;
223 inoremap <buffer> <silent> &3- &mdash;
224 inoremap <buffer> <silent> &m- &mdash;
225 inoremap <buffer> <silent> &2- &ndash;
226 inoremap <buffer> <silent> &n- &ndash;
227 inoremap <buffer> <silent> &34 &frac34;
228 inoremap <buffer> <silent> &12 &frac12;
229 inoremap <buffer> <silent> &14 &frac14;
230 inoremap <buffer> <silent> &. &middot;
231 inoremap <buffer> <silent> &pa &para;
232 inoremap <buffer> <silent> &mi &micro;
233 inoremap <buffer> <silent> &dg &deg;
234 inoremap <buffer> <silent> &? &iquest;
235 inoremap <buffer> <silent> &! &iexcl;
236 inoremap <buffer> <silent> &sz &szlig;
237 inoremap <buffer> <silent> &o/ &oslash;
238 inoremap <buffer> <silent> &/ &divide;
239 inoremap <buffer> <silent> &" &uml;
240 inoremap <buffer> <silent> &2> &raquo;
241 inoremap <buffer> <silent> &2< &laquo;
242 inoremap <buffer> <silent> &y" &yuml;
243 inoremap <buffer> <silent> &y' &yacute;
244 inoremap <buffer> <silent> &u" &uuml;
245 inoremap <buffer> <silent> &u^ &ucirc;
246 inoremap <buffer> <silent> &u' &uacute;
247 inoremap <buffer> <silent> &u` &ugrave;
248 inoremap <buffer> <silent> &x &times;
249 inoremap <buffer> <silent> &o" &ouml;
250 inoremap <buffer> <silent> &o~ &otilde;
251 inoremap <buffer> <silent> &o^ &ocirc;
252 inoremap <buffer> <silent> &o' &oacute;
253 inoremap <buffer> <silent> &o` &ograve;
254 inoremap <buffer> <silent> &n~ &ntilde;
255 inoremap <buffer> <silent> &i" &iuml;
256 inoremap <buffer> <silent> &i^ &icirc;
257 inoremap <buffer> <silent> &i' &iacute;
258 inoremap <buffer> <silent> &i` &igrave;
259 inoremap <buffer> <silent> &e" &euml;
260 inoremap <buffer> <silent> &e^ &ecirc;
261 inoremap <buffer> <silent> &e' &eacute;
262 inoremap <buffer> <silent> &e` &egrave;
263 inoremap <buffer> <silent> &c, &ccedil;
264 inoremap <buffer> <silent> &ae &aelig;
265 inoremap <buffer> <silent> &ao &aring;
266 inoremap <buffer> <silent> &a" &auml;
267 inoremap <buffer> <silent> &a~ &atilde;
268 inoremap <buffer> <silent> &a^ &acirc;
269 inoremap <buffer> <silent> &a' &aacute;
270 inoremap <buffer> <silent> &a` &agrave;
271 inoremap <buffer> <silent> &Y' &Yacute;
272 inoremap <buffer> <silent> &U" &Uuml;
273 inoremap <buffer> <silent> &U^ &Ucirc;
274 inoremap <buffer> <silent> &U' &Uacute;
275 inoremap <buffer> <silent> &U` &Ugrave;
276 inoremap <buffer> <silent> &O/ &Oslash;
277 inoremap <buffer> <silent> &O" &Ouml;
278 inoremap <buffer> <silent> &O~ &Otilde;
279 inoremap <buffer> <silent> &O^ &Ocirc;
280 inoremap <buffer> <silent> &O' &Oacute;
281 inoremap <buffer> <silent> &O` &Ograve;
282 inoremap <buffer> <silent> &N~ &Ntilde;
283 inoremap <buffer> <silent> &I" &Iuml;
284 inoremap <buffer> <silent> &I^ &Icirc;
285 inoremap <buffer> <silent> &I' &Iacute;
286 inoremap <buffer> <silent> &I` &Igrave;
287 inoremap <buffer> <silent> &E" &Euml;
288 inoremap <buffer> <silent> &E^ &Ecirc;
289 inoremap <buffer> <silent> &E' &Eacute;
290 inoremap <buffer> <silent> &E` &Egrave;
291 inoremap <buffer> <silent> &C, &Ccedil;
292 inoremap <buffer> <silent> &AE &AElig;
293 inoremap <buffer> <silent> &Ao &Aring;
294 inoremap <buffer> <silent> &A" &Auml;
295 inoremap <buffer> <silent> &A~ &Atilde;
296 inoremap <buffer> <silent> &A^ &Acirc;
297 inoremap <buffer> <silent> &A' &Aacute;
298 inoremap <buffer> <silent> &A` &Agrave;
299 inoremap <buffer> <silent> &c| &cent;
300 inoremap <buffer> <silent> &Y= &yen;
301 inoremap <buffer> <silent> &# &pound;
302 inoremap <buffer> <silent> & &nbsp;
303 inoremap <buffer> <silent> &> &gt;
304 inoremap <buffer> <silent> &< &lt;
305 inoremap <buffer> <silent> &' &quot;
306 inoremap <buffer> <silent> &tm &trade;
307 inoremap <buffer> <silent> &rO &reg;
308 inoremap <buffer> <silent> &cO &copy;
309 inoremap <buffer> <silent> && &amp;
310 inoremap <buffer> <silent> ;# :ColorSelect
311 inoremap <buffer> <silent> ; &nbsp;
312 inoremap <buffer> <silent> ;la <label for=""></label>F"
313 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
314 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
315 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
316 </textarea>k$5F"i
317 inoremap <buffer> <silent> ;og <optgroup label="">
318 </optgroup>k$F"i
319 inoremap <buffer> <silent> ;op <option></option>F<
320 inoremap <buffer> <silent> ;ms <select name="" multiple>
321 </select>O
322 inoremap <buffer> <silent> ;se <select name="">
323 </select>O
324 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
325 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
326 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
327 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
328 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
329 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
330 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
331 inoremap <buffer> <silent> ;fm <form action="">
332 </form>k$F"i
333 inoremap <buffer> <silent> ;if <iframe src="">
334 </iframe>k$F"i
335 inoremap <buffer> <silent> ;nf <noframes>
336 </noframes>O
337 inoremap <buffer> <silent> ;fr <frame src="">F"
338 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
339 </frameset>k$3F"i
340 inoremap <buffer> <silent> ;th <th></th>F<
341 inoremap <buffer> <silent> ;td <td>
342 </td>O
343 inoremap <buffer> <silent> ;tr <tr>
344 </tr>O
345 inoremap <buffer> <silent> ;tf <tfoot>
346 </tfoot>O
347 inoremap <buffer> <silent> ;tb <tbody>
348 </tbody>O
349 inoremap <buffer> <silent> ;tH <thead>
350 </thead>O
351 inoremap <buffer> <silent> ;ta <table>
352 </table>O
353 inoremap <buffer> <silent> ;ca <caption></caption>F<
354 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
355 </object>k$5F"i
356 inoremap <buffer> <silent> ;ns <noscript>
357 </noscripT>O
358 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
359 <noembed></noembed>k$5F"i
360 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
361 inoremap <buffer> <silent> ;va <var></var>F<
362 inoremap <buffer> <silent> ;ul <ul>
363 </ul>O
364 inoremap <buffer> <silent> ;tt <tt></tt>F<
365 inoremap <buffer> <silent> ;ti <title></title>F<
366 inoremap <buffer> <silent> ;sp <sup></sup>F<
367 inoremap <buffer> <silent> ;sb <sub></sub>F<
368 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
369 inoremap <buffer> <silent> ;cs <style type="text/css">
370 <!--
371 -->
372 </style>kO
373 inoremap <buffer> <silent> ;sm <small></small>F<
374 inoremap <buffer> <silent> ;sa <samp></samp>F<
375 inoremap <buffer> <silent> ;sk <strike></strike>F<
376 inoremap <buffer> <silent> ;qu <q></q>F<
377 inoremap <buffer> <silent> ;pr <pre>
378 </pre>O
379 inoremap <buffer> <silent> ;/p </p>
380 
381 <p>
382 inoremap <buffer> <silent> ;pp <p>
383 </p>O
384 inoremap <buffer> <silent> ;ol <ol>
385 </ol>O
386 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
387 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
388 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
389 inoremap <buffer> <silent> ;lk <link href="">F"
390 inoremap <buffer> <silent> ;li <li></li>F<
391 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
392 inoremap <buffer> <silent> ;ii <isindex>
393 inoremap <buffer> <silent> ;in <ins></ins>F<
394 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
395 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
396 inoremap <buffer> <silent> ;ht <html>
397 </html>O
398 inoremap <buffer> <silent> ;Hr <hr width="75%">
399 inoremap <buffer> <silent> ;hr <hr>
400 inoremap <buffer> <silent> ;he <head>
401 </head>O
402 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
403 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
404 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
405 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
406 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
407 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
408 inoremap <buffer> <silent> ;h6 <h6></h6>F<
409 inoremap <buffer> <silent> ;h5 <h5></h5>F<
410 inoremap <buffer> <silent> ;h4 <h4></h4>F<
411 inoremap <buffer> <silent> ;h3 <h3></h3>F<
412 inoremap <buffer> <silent> ;h2 <h2></h2>F<
413 inoremap <buffer> <silent> ;h1 <h1></h1>F<
414 inoremap <buffer> <silent> ;fc <font color=""></font>F"
415 inoremap <buffer> <silent> ;fo <font size=""></font>F"
416 inoremap <buffer> <silent> ;sn <span></span>F<
417 inoremap <buffer> <silent> ;dv <div>
418 </div>O
419 inoremap <buffer> <silent> ;df <dfn></dfn>F<
420 inoremap <buffer> <silent> ;de <del></del>F<
421 inoremap <buffer> <silent> ;dd <dd></dd>F<
422 inoremap <buffer> <silent> ;dt <dt></dt>F<
423 inoremap <buffer> <silent> ;dl <dl>
424 </dl>O
425 inoremap <buffer> <silent> ;co <code></code>F<
426 inoremap <buffer> <silent> ;ci <cite></cite>F<
427 inoremap <buffer> <silent> ;ce <center></center>F<
428 inoremap <buffer> <silent> ;br <br>
429 inoremap <buffer> <silent> ;bd <body>
430 </body>O
431 inoremap <buffer> <silent> ;bl <blockquote>
432 </blockquote>O
433 inoremap <buffer> <silent> ;bi <big></big>F<
434 inoremap <buffer> <silent> ;bh <base href="">F"
435 inoremap <buffer> <silent> ;ad <address></address>F<
436 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
437 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
438 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
439 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
440 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
441 inoremap <buffer> <silent> ;an <a name=""></a>F"
442 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
443 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
444 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
445 inoremap <buffer> <silent> ;ah <a href=""></a>F"
446 imap <buffer> <silent> ;s4 ;s4
447 imap <buffer> <silent> ;4 ;4
448 inoremap <buffer> <silent> ;mi :call MangleImageTag()
449 inoremap <buffer> <silent> ; 
450 inoremap <buffer> <silent> ;& &
451 inoremap <buffer> <silent> ;; ;
452 setlocal keymap=
453 setlocal noarabic
454 setlocal autoindent
455 setlocal balloonexpr=
456 setlocal nobinary
457 setlocal bufhidden=
458 setlocal buflisted
459 setlocal buftype=
460 setlocal nocindent
461 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
462 setlocal cinoptions=
463 setlocal cinwords=if,else,while,do,for,switch
464 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
465 setlocal commentstring=<!--%s-->
466 setlocal complete=.,w,b,u,t,i
467 setlocal completefunc=
468 setlocal nocopyindent
469 setlocal nocursorcolumn
470 setlocal nocursorline
471 setlocal define=
472 setlocal dictionary=
473 setlocal nodiff
474 setlocal equalprg=
475 setlocal errorformat=
476 setlocal noexpandtab
477 if &filetype != 'html'
478 setlocal filetype=html
479 endif
480 setlocal foldcolumn=0
481 setlocal foldenable
482 setlocal foldexpr=0
483 setlocal foldignore=#
484 setlocal foldlevel=0
485 setlocal foldmarker={{{,}}}
486 setlocal foldmethod=manual
487 setlocal foldminlines=1
488 setlocal foldnestmax=20
489 setlocal foldtext=foldtext()
490 setlocal formatexpr=
491 setlocal formatoptions=tcq
492 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
493 setlocal grepprg=
494 setlocal iminsert=2
495 setlocal imsearch=2
496 setlocal include=
497 setlocal includeexpr=
498 setlocal indentexpr=
499 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
500 setlocal noinfercase
501 setlocal iskeyword=@,48-57,_,192-255
502 setlocal keywordprg=
503 setlocal nolinebreak
504 setlocal nolisp
505 setlocal nolist
506 setlocal makeprg=
507 setlocal matchpairs=(:),{:},[:],<:>
508 setlocal nomodeline
509 setlocal modifiable
510 setlocal nrformats=octal,hex
511 setlocal nonumber
512 setlocal numberwidth=4
513 setlocal omnifunc=htmlcomplete#CompleteTags
514 setlocal path=
515 setlocal nopreserveindent
516 setlocal nopreviewwindow
517 setlocal quoteescape=\\
518 setlocal noreadonly
519 setlocal norightleft
520 setlocal rightleftcmd=search
521 setlocal noscrollbind
522 setlocal shiftwidth=8
523 setlocal noshortname
524 setlocal nosmartindent
525 setlocal softtabstop=0
526 setlocal nospell
527 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
528 setlocal spellfile=
529 setlocal spelllang=en
530 setlocal statusline=
531 setlocal suffixesadd=
532 setlocal swapfile
533 setlocal synmaxcol=3000
534 if &syntax != 'html'
535 setlocal syntax=html
536 endif
537 setlocal tabstop=2
538 setlocal tags=
539 setlocal textwidth=0
540 setlocal thesaurus=
541 setlocal nowinfixheight
542 setlocal nowinfixwidth
543 setlocal wrap
544 setlocal wrapmargin=0
545 silent! normal! zE
546 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
547 if s:l < 1 | let s:l = 1 | endif
548 exe s:l
549 normal! zt
550 1
551 normal! 0
552 tabedit backup.html
553 set splitbelow splitright
554 set nosplitbelow
555 set nosplitright
556 wincmd t
557 set winheight=1 winwidth=1
558 argglobal
559 2argu
560 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
561 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
562 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
563 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
564 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
565 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
566 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
567 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
568 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
569 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
570 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
571 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
572 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
573 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
574 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
575 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
576 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
577 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
578 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">')
579 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">')
580 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
581 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
582 nnoremap <buffer> <silent> ; 
583 nnoremap <buffer> <silent> ;; ;
584 vnoremap <buffer> <silent> ;; ;
585 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
586 inoremap <buffer> <silent> &hA &hArr;
587 inoremap <buffer> <silent> &dA &dArr;
588 inoremap <buffer> <silent> &rA &rArr;
589 inoremap <buffer> <silent> &uA &uArr;
590 inoremap <buffer> <silent> &lA &lArr;
591 inoremap <buffer> <silent> &ha &harr;
592 inoremap <buffer> <silent> &da &darr;
593 inoremap <buffer> <silent> &ra &rarr;
594 inoremap <buffer> <silent> &ua &uarr;
595 inoremap <buffer> <silent> &la &larr;
596 inoremap <buffer> <silent> &pv &piv;
597 inoremap <buffer> <silent> &uh &upsih;
598 inoremap <buffer> <silent> &ts &thetasym;
599 inoremap <buffer> <silent> &og &omega;
600 inoremap <buffer> <silent> &ps &psi;
601 inoremap <buffer> <silent> &ch &chi;
602 inoremap <buffer> <silent> &ph &phi;
603 inoremap <buffer> <silent> &up &upsilon;
604 inoremap <buffer> <silent> &ta &tau;
605 inoremap <buffer> <silent> &sf &sigmaf;
606 inoremap <buffer> <silent> &si &sigma;
607 inoremap <buffer> <silent> &rh &rho;
608 inoremap <buffer> <silent> &pi &pi;
609 inoremap <buffer> <silent> &oc &omicron;
610 inoremap <buffer> <silent> &xi &xi;
611 inoremap <buffer> <silent> &nu &nu;
612 inoremap <buffer> <silent> &mu &mu;
613 inoremap <buffer> <silent> &lm &lambda;
614 inoremap <buffer> <silent> &ka &kappa;
615 inoremap <buffer> <silent> &io &iota;
616 inoremap <buffer> <silent> &th &theta;
617 inoremap <buffer> <silent> &et &eta;
618 inoremap <buffer> <silent> &ze &zeta;
619 inoremap <buffer> <silent> &ep &epsilon;
620 inoremap <buffer> <silent> &de &delta;
621 inoremap <buffer> <silent> &ga &gamma;
622 inoremap <buffer> <silent> &be &beta;
623 inoremap <buffer> <silent> &al &alpha;
624 inoremap <buffer> <silent> &Ps &Psi;
625 inoremap <buffer> <silent> &Ch &Chi;
626 inoremap <buffer> <silent> &Ph &Phi;
627 inoremap <buffer> <silent> &Up &Upsilon;
628 inoremap <buffer> <silent> &Ta &Tau;
629 inoremap <buffer> <silent> &Si &Sigma;
630 inoremap <buffer> <silent> &Rh &Rho;
631 inoremap <buffer> <silent> &Pi &Pi;
632 inoremap <buffer> <silent> &Oc &Omicron;
633 inoremap <buffer> <silent> &Xi &Xi;
634 inoremap <buffer> <silent> &Nu &Nu;
635 inoremap <buffer> <silent> &Mu &Mu;
636 inoremap <buffer> <silent> &Lm &Lambda;
637 inoremap <buffer> <silent> &Ka &Kappa;
638 inoremap <buffer> <silent> &Io &Iota;
639 inoremap <buffer> <silent> &Th &Theta;
640 inoremap <buffer> <silent> &Et &Eta;
641 inoremap <buffer> <silent> &Ze &Zeta;
642 inoremap <buffer> <silent> &Ep &Epsilon;
643 inoremap <buffer> <silent> &De &Delta;
644 inoremap <buffer> <silent> &Ga &Gamma;
645 inoremap <buffer> <silent> &Be &Beta;
646 inoremap <buffer> <silent> &Al &Alpha;
647 inoremap <buffer> <silent> &3. &hellip;
648 inoremap <buffer> <silent> &-- &mdash;
649 inoremap <buffer> <silent> &3- &mdash;
650 inoremap <buffer> <silent> &m- &mdash;
651 inoremap <buffer> <silent> &2- &ndash;
652 inoremap <buffer> <silent> &n- &ndash;
653 inoremap <buffer> <silent> &34 &frac34;
654 inoremap <buffer> <silent> &12 &frac12;
655 inoremap <buffer> <silent> &14 &frac14;
656 inoremap <buffer> <silent> &. &middot;
657 inoremap <buffer> <silent> &pa &para;
658 inoremap <buffer> <silent> &mi &micro;
659 inoremap <buffer> <silent> &dg &deg;
660 inoremap <buffer> <silent> &? &iquest;
661 inoremap <buffer> <silent> &! &iexcl;
662 inoremap <buffer> <silent> &sz &szlig;
663 inoremap <buffer> <silent> &o/ &oslash;
664 inoremap <buffer> <silent> &/ &divide;
665 inoremap <buffer> <silent> &" &uml;
666 inoremap <buffer> <silent> &2> &raquo;
667 inoremap <buffer> <silent> &2< &laquo;
668 inoremap <buffer> <silent> &y" &yuml;
669 inoremap <buffer> <silent> &y' &yacute;
670 inoremap <buffer> <silent> &u" &uuml;
671 inoremap <buffer> <silent> &u^ &ucirc;
672 inoremap <buffer> <silent> &u' &uacute;
673 inoremap <buffer> <silent> &u` &ugrave;
674 inoremap <buffer> <silent> &x &times;
675 inoremap <buffer> <silent> &o" &ouml;
676 inoremap <buffer> <silent> &o~ &otilde;
677 inoremap <buffer> <silent> &o^ &ocirc;
678 inoremap <buffer> <silent> &o' &oacute;
679 inoremap <buffer> <silent> &o` &ograve;
680 inoremap <buffer> <silent> &n~ &ntilde;
681 inoremap <buffer> <silent> &i" &iuml;
682 inoremap <buffer> <silent> &i^ &icirc;
683 inoremap <buffer> <silent> &i' &iacute;
684 inoremap <buffer> <silent> &i` &igrave;
685 inoremap <buffer> <silent> &e" &euml;
686 inoremap <buffer> <silent> &e^ &ecirc;
687 inoremap <buffer> <silent> &e' &eacute;
688 inoremap <buffer> <silent> &e` &egrave;
689 inoremap <buffer> <silent> &c, &ccedil;
690 inoremap <buffer> <silent> &ae &aelig;
691 inoremap <buffer> <silent> &ao &aring;
692 inoremap <buffer> <silent> &a" &auml;
693 inoremap <buffer> <silent> &a~ &atilde;
694 inoremap <buffer> <silent> &a^ &acirc;
695 inoremap <buffer> <silent> &a' &aacute;
696 inoremap <buffer> <silent> &a` &agrave;
697 inoremap <buffer> <silent> &Y' &Yacute;
698 inoremap <buffer> <silent> &U" &Uuml;
699 inoremap <buffer> <silent> &U^ &Ucirc;
700 inoremap <buffer> <silent> &U' &Uacute;
701 inoremap <buffer> <silent> &U` &Ugrave;
702 inoremap <buffer> <silent> &O/ &Oslash;
703 inoremap <buffer> <silent> &O" &Ouml;
704 inoremap <buffer> <silent> &O~ &Otilde;
705 inoremap <buffer> <silent> &O^ &Ocirc;
706 inoremap <buffer> <silent> &O' &Oacute;
707 inoremap <buffer> <silent> &O` &Ograve;
708 inoremap <buffer> <silent> &N~ &Ntilde;
709 inoremap <buffer> <silent> &I" &Iuml;
710 inoremap <buffer> <silent> &I^ &Icirc;
711 inoremap <buffer> <silent> &I' &Iacute;
712 inoremap <buffer> <silent> &I` &Igrave;
713 inoremap <buffer> <silent> &E" &Euml;
714 inoremap <buffer> <silent> &E^ &Ecirc;
715 inoremap <buffer> <silent> &E' &Eacute;
716 inoremap <buffer> <silent> &E` &Egrave;
717 inoremap <buffer> <silent> &C, &Ccedil;
718 inoremap <buffer> <silent> &AE &AElig;
719 inoremap <buffer> <silent> &Ao &Aring;
720 inoremap <buffer> <silent> &A" &Auml;
721 inoremap <buffer> <silent> &A~ &Atilde;
722 inoremap <buffer> <silent> &A^ &Acirc;
723 inoremap <buffer> <silent> &A' &Aacute;
724 inoremap <buffer> <silent> &A` &Agrave;
725 inoremap <buffer> <silent> &c| &cent;
726 inoremap <buffer> <silent> &Y= &yen;
727 inoremap <buffer> <silent> &# &pound;
728 inoremap <buffer> <silent> & &nbsp;
729 inoremap <buffer> <silent> &> &gt;
730 inoremap <buffer> <silent> &< &lt;
731 inoremap <buffer> <silent> &' &quot;
732 inoremap <buffer> <silent> &tm &trade;
733 inoremap <buffer> <silent> &rO &reg;
734 inoremap <buffer> <silent> &cO &copy;
735 inoremap <buffer> <silent> && &amp;
736 inoremap <buffer> <silent> ; &nbsp;
737 inoremap <buffer> <silent> ;la <label for=""></label>F"
738 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
739 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
740 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
741 </textarea>k$5F"i
742 inoremap <buffer> <silent> ;og <optgroup label="">
743 </optgroup>k$F"i
744 inoremap <buffer> <silent> ;op <option></option>F<
745 inoremap <buffer> <silent> ;ms <select name="" multiple>
746 </select>O
747 inoremap <buffer> <silent> ;se <select name="">
748 </select>O
749 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
750 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
751 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
752 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
753 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
754 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
755 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
756 inoremap <buffer> <silent> ;fm <form action="">
757 </form>k$F"i
758 inoremap <buffer> <silent> ;if <iframe src="">
759 </iframe>k$F"i
760 inoremap <buffer> <silent> ;nf <noframes>
761 </noframes>O
762 inoremap <buffer> <silent> ;fr <frame src="">F"
763 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
764 </frameset>k$3F"i
765 inoremap <buffer> <silent> ;th <th></th>F<
766 inoremap <buffer> <silent> ;td <td>
767 </td>O
768 inoremap <buffer> <silent> ;tr <tr>
769 </tr>O
770 inoremap <buffer> <silent> ;tf <tfoot>
771 </tfoot>O
772 inoremap <buffer> <silent> ;tb <tbody>
773 </tbody>O
774 inoremap <buffer> <silent> ;tH <thead>
775 </thead>O
776 inoremap <buffer> <silent> ;ta <table>
777 </table>O
778 inoremap <buffer> <silent> ;ca <caption></caption>F<
779 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
780 </object>k$5F"i
781 inoremap <buffer> <silent> ;ns <noscript>
782 </noscripT>O
783 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
784 <noembed></noembed>k$5F"i
785 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
786 inoremap <buffer> <silent> ;va <var></var>F<
787 inoremap <buffer> <silent> ;ul <ul>
788 </ul>O
789 inoremap <buffer> <silent> ;tt <tt></tt>F<
790 inoremap <buffer> <silent> ;ti <title></title>F<
791 inoremap <buffer> <silent> ;sp <sup></sup>F<
792 inoremap <buffer> <silent> ;sb <sub></sub>F<
793 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
794 inoremap <buffer> <silent> ;cs <style type="text/css">
795 <!--
796 -->
797 </style>kO
798 inoremap <buffer> <silent> ;sm <small></small>F<
799 inoremap <buffer> <silent> ;sa <samp></samp>F<
800 inoremap <buffer> <silent> ;sk <strike></strike>F<
801 inoremap <buffer> <silent> ;qu <q></q>F<
802 inoremap <buffer> <silent> ;pr <pre>
803 </pre>O
804 inoremap <buffer> <silent> ;/p </p>
805 
806 <p>
807 inoremap <buffer> <silent> ;pp <p>
808 </p>O
809 inoremap <buffer> <silent> ;ol <ol>
810 </ol>O
811 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
812 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
813 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
814 inoremap <buffer> <silent> ;lk <link href="">F"
815 inoremap <buffer> <silent> ;li <li></li>F<
816 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
817 inoremap <buffer> <silent> ;ii <isindex>
818 inoremap <buffer> <silent> ;in <ins></ins>F<
819 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
820 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
821 inoremap <buffer> <silent> ;ht <html>
822 </html>O
823 inoremap <buffer> <silent> ;Hr <hr width="75%">
824 inoremap <buffer> <silent> ;hr <hr>
825 inoremap <buffer> <silent> ;he <head>
826 </head>O
827 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
828 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
829 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
830 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
831 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
832 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
833 inoremap <buffer> <silent> ;h6 <h6></h6>F<
834 inoremap <buffer> <silent> ;h5 <h5></h5>F<
835 inoremap <buffer> <silent> ;h4 <h4></h4>F<
836 inoremap <buffer> <silent> ;h3 <h3></h3>F<
837 inoremap <buffer> <silent> ;h2 <h2></h2>F<
838 inoremap <buffer> <silent> ;h1 <h1></h1>F<
839 inoremap <buffer> <silent> ;fc <font color=""></font>F"
840 inoremap <buffer> <silent> ;fo <font size=""></font>F"
841 inoremap <buffer> <silent> ;sn <span></span>F<
842 inoremap <buffer> <silent> ;dv <div>
843 </div>O
844 inoremap <buffer> <silent> ;df <dfn></dfn>F<
845 inoremap <buffer> <silent> ;de <del></del>F<
846 inoremap <buffer> <silent> ;dd <dd></dd>F<
847 inoremap <buffer> <silent> ;dt <dt></dt>F<
848 inoremap <buffer> <silent> ;dl <dl>
849 </dl>O
850 inoremap <buffer> <silent> ;co <code></code>F<
851 inoremap <buffer> <silent> ;ci <cite></cite>F<
852 inoremap <buffer> <silent> ;ce <center></center>F<
853 inoremap <buffer> <silent> ;br <br>
854 inoremap <buffer> <silent> ;bd <body>
855 </body>O
856 inoremap <buffer> <silent> ;bl <blockquote>
857 </blockquote>O
858 inoremap <buffer> <silent> ;bi <big></big>F<
859 inoremap <buffer> <silent> ;bh <base href="">F"
860 inoremap <buffer> <silent> ;ad <address></address>F<
861 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
862 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
863 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
864 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
865 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
866 inoremap <buffer> <silent> ;an <a name=""></a>F"
867 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
868 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
869 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
870 inoremap <buffer> <silent> ;ah <a href=""></a>F"
871 imap <buffer> <silent> ;s4 ;s4
872 imap <buffer> <silent> ;4 ;4
873 inoremap <buffer> <silent> ;mi :call MangleImageTag()
874 inoremap <buffer> <silent> ; 
875 inoremap <buffer> <silent> ;& &
876 inoremap <buffer> <silent> ;; ;
877 setlocal keymap=
878 setlocal noarabic
879 setlocal autoindent
880 setlocal balloonexpr=
881 setlocal nobinary
882 setlocal bufhidden=
883 setlocal buflisted
884 setlocal buftype=
885 setlocal nocindent
886 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
887 setlocal cinoptions=
888 setlocal cinwords=if,else,while,do,for,switch
889 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
890 setlocal commentstring=<!--%s-->
891 setlocal complete=.,w,b,u,t,i
892 setlocal completefunc=
893 setlocal nocopyindent
894 setlocal nocursorcolumn
895 setlocal nocursorline
896 setlocal define=
897 setlocal dictionary=
898 setlocal nodiff
899 setlocal equalprg=
900 setlocal errorformat=
901 setlocal noexpandtab
902 if &filetype != 'html'
903 setlocal filetype=html
904 endif
905 setlocal foldcolumn=0
906 setlocal foldenable
907 setlocal foldexpr=0
908 setlocal foldignore=#
909 setlocal foldlevel=0
910 setlocal foldmarker={{{,}}}
911 setlocal foldmethod=manual
912 setlocal foldminlines=1
913 setlocal foldnestmax=20
914 setlocal foldtext=foldtext()
915 setlocal formatexpr=
916 setlocal formatoptions=tcq
917 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
918 setlocal grepprg=
919 setlocal iminsert=2
920 setlocal imsearch=2
921 setlocal include=
922 setlocal includeexpr=
923 setlocal indentexpr=
924 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
925 setlocal noinfercase
926 setlocal iskeyword=@,48-57,_,192-255
927 setlocal keywordprg=
928 setlocal nolinebreak
929 setlocal nolisp
930 setlocal nolist
931 setlocal makeprg=
932 setlocal matchpairs=(:),{:},[:],<:>
933 setlocal nomodeline
934 setlocal modifiable
935 setlocal nrformats=octal,hex
936 setlocal nonumber
937 setlocal numberwidth=4
938 setlocal omnifunc=htmlcomplete#CompleteTags
939 setlocal path=
940 setlocal nopreserveindent
941 setlocal nopreviewwindow
942 setlocal quoteescape=\\
943 setlocal noreadonly
944 setlocal norightleft
945 setlocal rightleftcmd=search
946 setlocal noscrollbind
947 setlocal shiftwidth=8
948 setlocal noshortname
949 setlocal nosmartindent
950 setlocal softtabstop=0
951 setlocal nospell
952 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
953 setlocal spellfile=
954 setlocal spelllang=en
955 setlocal statusline=
956 setlocal suffixesadd=
957 setlocal swapfile
958 setlocal synmaxcol=3000
959 if &syntax != 'html'
960 setlocal syntax=html
961 endif
962 setlocal tabstop=2
963 setlocal tags=
964 setlocal textwidth=0
965 setlocal thesaurus=
966 setlocal nowinfixheight
967 setlocal nowinfixwidth
968 setlocal wrap
969 setlocal wrapmargin=0
970 silent! normal! zE
971 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
972 if s:l < 1 | let s:l = 1 | endif
973 exe s:l
974 normal! zt
975 1
976 normal! 0
977 tabedit backup-smb.html
978 set splitbelow splitright
979 set nosplitbelow
980 set nosplitright
981 wincmd t
982 set winheight=1 winwidth=1
983 argglobal
984 3argu
985 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
986 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
987 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
988 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
989 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
990 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
991 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
992 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
993 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
994 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
995 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
996 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
997 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
998 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
999 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
1000 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
1001 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
1002 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
1003 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">')
1004 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">')
1005 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
1006 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
1007 nnoremap <buffer> <silent> ; 
1008 nnoremap <buffer> <silent> ;; ;
1009 vnoremap <buffer> <silent> ;; ;
1010 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
1011 inoremap <buffer> <silent> &hA &hArr;
1012 inoremap <buffer> <silent> &dA &dArr;
1013 inoremap <buffer> <silent> &rA &rArr;
1014 inoremap <buffer> <silent> &uA &uArr;
1015 inoremap <buffer> <silent> &lA &lArr;
1016 inoremap <buffer> <silent> &ha &harr;
1017 inoremap <buffer> <silent> &da &darr;
1018 inoremap <buffer> <silent> &ra &rarr;
1019 inoremap <buffer> <silent> &ua &uarr;
1020 inoremap <buffer> <silent> &la &larr;
1021 inoremap <buffer> <silent> &pv &piv;
1022 inoremap <buffer> <silent> &uh &upsih;
1023 inoremap <buffer> <silent> &ts &thetasym;
1024 inoremap <buffer> <silent> &og &omega;
1025 inoremap <buffer> <silent> &ps &psi;
1026 inoremap <buffer> <silent> &ch &chi;
1027 inoremap <buffer> <silent> &ph &phi;
1028 inoremap <buffer> <silent> &up &upsilon;
1029 inoremap <buffer> <silent> &ta &tau;
1030 inoremap <buffer> <silent> &sf &sigmaf;
1031 inoremap <buffer> <silent> &si &sigma;
1032 inoremap <buffer> <silent> &rh &rho;
1033 inoremap <buffer> <silent> &pi &pi;
1034 inoremap <buffer> <silent> &oc &omicron;
1035 inoremap <buffer> <silent> &xi &xi;
1036 inoremap <buffer> <silent> &nu &nu;
1037 inoremap <buffer> <silent> &mu &mu;
1038 inoremap <buffer> <silent> &lm &lambda;
1039 inoremap <buffer> <silent> &ka &kappa;
1040 inoremap <buffer> <silent> &io &iota;
1041 inoremap <buffer> <silent> &th &theta;
1042 inoremap <buffer> <silent> &et &eta;
1043 inoremap <buffer> <silent> &ze &zeta;
1044 inoremap <buffer> <silent> &ep &epsilon;
1045 inoremap <buffer> <silent> &de &delta;
1046 inoremap <buffer> <silent> &ga &gamma;
1047 inoremap <buffer> <silent> &be &beta;
1048 inoremap <buffer> <silent> &al &alpha;
1049 inoremap <buffer> <silent> &Ps &Psi;
1050 inoremap <buffer> <silent> &Ch &Chi;
1051 inoremap <buffer> <silent> &Ph &Phi;
1052 inoremap <buffer> <silent> &Up &Upsilon;
1053 inoremap <buffer> <silent> &Ta &Tau;
1054 inoremap <buffer> <silent> &Si &Sigma;
1055 inoremap <buffer> <silent> &Rh &Rho;
1056 inoremap <buffer> <silent> &Pi &Pi;
1057 inoremap <buffer> <silent> &Oc &Omicron;
1058 inoremap <buffer> <silent> &Xi &Xi;
1059 inoremap <buffer> <silent> &Nu &Nu;
1060 inoremap <buffer> <silent> &Mu &Mu;
1061 inoremap <buffer> <silent> &Lm &Lambda;
1062 inoremap <buffer> <silent> &Ka &Kappa;
1063 inoremap <buffer> <silent> &Io &Iota;
1064 inoremap <buffer> <silent> &Th &Theta;
1065 inoremap <buffer> <silent> &Et &Eta;
1066 inoremap <buffer> <silent> &Ze &Zeta;
1067 inoremap <buffer> <silent> &Ep &Epsilon;
1068 inoremap <buffer> <silent> &De &Delta;
1069 inoremap <buffer> <silent> &Ga &Gamma;
1070 inoremap <buffer> <silent> &Be &Beta;
1071 inoremap <buffer> <silent> &Al &Alpha;
1072 inoremap <buffer> <silent> &3. &hellip;
1073 inoremap <buffer> <silent> &-- &mdash;
1074 inoremap <buffer> <silent> &3- &mdash;
1075 inoremap <buffer> <silent> &m- &mdash;
1076 inoremap <buffer> <silent> &2- &ndash;
1077 inoremap <buffer> <silent> &n- &ndash;
1078 inoremap <buffer> <silent> &34 &frac34;
1079 inoremap <buffer> <silent> &12 &frac12;
1080 inoremap <buffer> <silent> &14 &frac14;
1081 inoremap <buffer> <silent> &. &middot;
1082 inoremap <buffer> <silent> &pa &para;
1083 inoremap <buffer> <silent> &mi &micro;
1084 inoremap <buffer> <silent> &dg &deg;
1085 inoremap <buffer> <silent> &? &iquest;
1086 inoremap <buffer> <silent> &! &iexcl;
1087 inoremap <buffer> <silent> &sz &szlig;
1088 inoremap <buffer> <silent> &o/ &oslash;
1089 inoremap <buffer> <silent> &/ &divide;
1090 inoremap <buffer> <silent> &" &uml;
1091 inoremap <buffer> <silent> &2> &raquo;
1092 inoremap <buffer> <silent> &2< &laquo;
1093 inoremap <buffer> <silent> &y" &yuml;
1094 inoremap <buffer> <silent> &y' &yacute;
1095 inoremap <buffer> <silent> &u" &uuml;
1096 inoremap <buffer> <silent> &u^ &ucirc;
1097 inoremap <buffer> <silent> &u' &uacute;
1098 inoremap <buffer> <silent> &u` &ugrave;
1099 inoremap <buffer> <silent> &x &times;
1100 inoremap <buffer> <silent> &o" &ouml;
1101 inoremap <buffer> <silent> &o~ &otilde;
1102 inoremap <buffer> <silent> &o^ &ocirc;
1103 inoremap <buffer> <silent> &o' &oacute;
1104 inoremap <buffer> <silent> &o` &ograve;
1105 inoremap <buffer> <silent> &n~ &ntilde;
1106 inoremap <buffer> <silent> &i" &iuml;
1107 inoremap <buffer> <silent> &i^ &icirc;
1108 inoremap <buffer> <silent> &i' &iacute;
1109 inoremap <buffer> <silent> &i` &igrave;
1110 inoremap <buffer> <silent> &e" &euml;
1111 inoremap <buffer> <silent> &e^ &ecirc;
1112 inoremap <buffer> <silent> &e' &eacute;
1113 inoremap <buffer> <silent> &e` &egrave;
1114 inoremap <buffer> <silent> &c, &ccedil;
1115 inoremap <buffer> <silent> &ae &aelig;
1116 inoremap <buffer> <silent> &ao &aring;
1117 inoremap <buffer> <silent> &a" &auml;
1118 inoremap <buffer> <silent> &a~ &atilde;
1119 inoremap <buffer> <silent> &a^ &acirc;
1120 inoremap <buffer> <silent> &a' &aacute;
1121 inoremap <buffer> <silent> &a` &agrave;
1122 inoremap <buffer> <silent> &Y' &Yacute;
1123 inoremap <buffer> <silent> &U" &Uuml;
1124 inoremap <buffer> <silent> &U^ &Ucirc;
1125 inoremap <buffer> <silent> &U' &Uacute;
1126 inoremap <buffer> <silent> &U` &Ugrave;
1127 inoremap <buffer> <silent> &O/ &Oslash;
1128 inoremap <buffer> <silent> &O" &Ouml;
1129 inoremap <buffer> <silent> &O~ &Otilde;
1130 inoremap <buffer> <silent> &O^ &Ocirc;
1131 inoremap <buffer> <silent> &O' &Oacute;
1132 inoremap <buffer> <silent> &O` &Ograve;
1133 inoremap <buffer> <silent> &N~ &Ntilde;
1134 inoremap <buffer> <silent> &I" &Iuml;
1135 inoremap <buffer> <silent> &I^ &Icirc;
1136 inoremap <buffer> <silent> &I' &Iacute;
1137 inoremap <buffer> <silent> &I` &Igrave;
1138 inoremap <buffer> <silent> &E" &Euml;
1139 inoremap <buffer> <silent> &E^ &Ecirc;
1140 inoremap <buffer> <silent> &E' &Eacute;
1141 inoremap <buffer> <silent> &E` &Egrave;
1142 inoremap <buffer> <silent> &C, &Ccedil;
1143 inoremap <buffer> <silent> &AE &AElig;
1144 inoremap <buffer> <silent> &Ao &Aring;
1145 inoremap <buffer> <silent> &A" &Auml;
1146 inoremap <buffer> <silent> &A~ &Atilde;
1147 inoremap <buffer> <silent> &A^ &Acirc;
1148 inoremap <buffer> <silent> &A' &Aacute;
1149 inoremap <buffer> <silent> &A` &Agrave;
1150 inoremap <buffer> <silent> &c| &cent;
1151 inoremap <buffer> <silent> &Y= &yen;
1152 inoremap <buffer> <silent> &# &pound;
1153 inoremap <buffer> <silent> & &nbsp;
1154 inoremap <buffer> <silent> &> &gt;
1155 inoremap <buffer> <silent> &< &lt;
1156 inoremap <buffer> <silent> &' &quot;
1157 inoremap <buffer> <silent> &tm &trade;
1158 inoremap <buffer> <silent> &rO &reg;
1159 inoremap <buffer> <silent> &cO &copy;
1160 inoremap <buffer> <silent> && &amp;
1161 inoremap <buffer> <silent> ; &nbsp;
1162 inoremap <buffer> <silent> ;la <label for=""></label>F"
1163 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
1164 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
1165 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
1166 </textarea>k$5F"i
1167 inoremap <buffer> <silent> ;og <optgroup label="">
1168 </optgroup>k$F"i
1169 inoremap <buffer> <silent> ;op <option></option>F<
1170 inoremap <buffer> <silent> ;ms <select name="" multiple>
1171 </select>O
1172 inoremap <buffer> <silent> ;se <select name="">
1173 </select>O
1174 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
1175 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
1176 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
1177 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
1178 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
1179 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
1180 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
1181 inoremap <buffer> <silent> ;fm <form action="">
1182 </form>k$F"i
1183 inoremap <buffer> <silent> ;if <iframe src="">
1184 </iframe>k$F"i
1185 inoremap <buffer> <silent> ;nf <noframes>
1186 </noframes>O
1187 inoremap <buffer> <silent> ;fr <frame src="">F"
1188 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
1189 </frameset>k$3F"i
1190 inoremap <buffer> <silent> ;th <th></th>F<
1191 inoremap <buffer> <silent> ;td <td>
1192 </td>O
1193 inoremap <buffer> <silent> ;tr <tr>
1194 </tr>O
1195 inoremap <buffer> <silent> ;tf <tfoot>
1196 </tfoot>O
1197 inoremap <buffer> <silent> ;tb <tbody>
1198 </tbody>O
1199 inoremap <buffer> <silent> ;tH <thead>
1200 </thead>O
1201 inoremap <buffer> <silent> ;ta <table>
1202 </table>O
1203 inoremap <buffer> <silent> ;ca <caption></caption>F<
1204 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
1205 </object>k$5F"i
1206 inoremap <buffer> <silent> ;ns <noscript>
1207 </noscripT>O
1208 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
1209 <noembed></noembed>k$5F"i
1210 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
1211 inoremap <buffer> <silent> ;va <var></var>F<
1212 inoremap <buffer> <silent> ;ul <ul>
1213 </ul>O
1214 inoremap <buffer> <silent> ;tt <tt></tt>F<
1215 inoremap <buffer> <silent> ;ti <title></title>F<
1216 inoremap <buffer> <silent> ;sp <sup></sup>F<
1217 inoremap <buffer> <silent> ;sb <sub></sub>F<
1218 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
1219 inoremap <buffer> <silent> ;cs <style type="text/css">
1220 <!--
1221 -->
1222 </style>kO
1223 inoremap <buffer> <silent> ;sm <small></small>F<
1224 inoremap <buffer> <silent> ;sa <samp></samp>F<
1225 inoremap <buffer> <silent> ;sk <strike></strike>F<
1226 inoremap <buffer> <silent> ;qu <q></q>F<
1227 inoremap <buffer> <silent> ;pr <pre>
1228 </pre>O
1229 inoremap <buffer> <silent> ;/p </p>
1230 
1231 <p>
1232 inoremap <buffer> <silent> ;pp <p>
1233 </p>O
1234 inoremap <buffer> <silent> ;ol <ol>
1235 </ol>O
1236 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
1237 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
1238 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
1239 inoremap <buffer> <silent> ;lk <link href="">F"
1240 inoremap <buffer> <silent> ;li <li></li>F<
1241 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
1242 inoremap <buffer> <silent> ;ii <isindex>
1243 inoremap <buffer> <silent> ;in <ins></ins>F<
1244 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
1245 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
1246 inoremap <buffer> <silent> ;ht <html>
1247 </html>O
1248 inoremap <buffer> <silent> ;Hr <hr width="75%">
1249 inoremap <buffer> <silent> ;hr <hr>
1250 inoremap <buffer> <silent> ;he <head>
1251 </head>O
1252 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
1253 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
1254 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
1255 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
1256 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
1257 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
1258 inoremap <buffer> <silent> ;h6 <h6></h6>F<
1259 inoremap <buffer> <silent> ;h5 <h5></h5>F<
1260 inoremap <buffer> <silent> ;h4 <h4></h4>F<
1261 inoremap <buffer> <silent> ;h3 <h3></h3>F<
1262 inoremap <buffer> <silent> ;h2 <h2></h2>F<
1263 inoremap <buffer> <silent> ;h1 <h1></h1>F<
1264 inoremap <buffer> <silent> ;fc <font color=""></font>F"
1265 inoremap <buffer> <silent> ;fo <font size=""></font>F"
1266 inoremap <buffer> <silent> ;sn <span></span>F<
1267 inoremap <buffer> <silent> ;dv <div>
1268 </div>O
1269 inoremap <buffer> <silent> ;df <dfn></dfn>F<
1270 inoremap <buffer> <silent> ;de <del></del>F<
1271 inoremap <buffer> <silent> ;dd <dd></dd>F<
1272 inoremap <buffer> <silent> ;dt <dt></dt>F<
1273 inoremap <buffer> <silent> ;dl <dl>
1274 </dl>O
1275 inoremap <buffer> <silent> ;co <code></code>F<
1276 inoremap <buffer> <silent> ;ci <cite></cite>F<
1277 inoremap <buffer> <silent> ;ce <center></center>F<
1278 inoremap <buffer> <silent> ;br <br>
1279 inoremap <buffer> <silent> ;bd <body>
1280 </body>O
1281 inoremap <buffer> <silent> ;bl <blockquote>
1282 </blockquote>O
1283 inoremap <buffer> <silent> ;bi <big></big>F<
1284 inoremap <buffer> <silent> ;bh <base href="">F"
1285 inoremap <buffer> <silent> ;ad <address></address>F<
1286 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
1287 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
1288 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
1289 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
1290 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
1291 inoremap <buffer> <silent> ;an <a name=""></a>F"
1292 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
1293 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
1294 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
1295 inoremap <buffer> <silent> ;ah <a href=""></a>F"
1296 imap <buffer> <silent> ;s4 ;s4
1297 imap <buffer> <silent> ;4 ;4
1298 inoremap <buffer> <silent> ;mi :call MangleImageTag()
1299 inoremap <buffer> <silent> ; 
1300 inoremap <buffer> <silent> ;& &
1301 inoremap <buffer> <silent> ;; ;
1302 setlocal keymap=
1303 setlocal noarabic
1304 setlocal autoindent
1305 setlocal balloonexpr=
1306 setlocal nobinary
1307 setlocal bufhidden=
1308 setlocal buflisted
1309 setlocal buftype=
1310 setlocal nocindent
1311 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
1312 setlocal cinoptions=
1313 setlocal cinwords=if,else,while,do,for,switch
1314 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
1315 setlocal commentstring=<!--%s-->
1316 setlocal complete=.,w,b,u,t,i
1317 setlocal completefunc=
1318 setlocal nocopyindent
1319 setlocal nocursorcolumn
1320 setlocal nocursorline
1321 setlocal define=
1322 setlocal dictionary=
1323 setlocal nodiff
1324 setlocal equalprg=
1325 setlocal errorformat=
1326 setlocal noexpandtab
1327 if &filetype != 'html'
1328 setlocal filetype=html
1329 endif
1330 setlocal foldcolumn=0
1331 setlocal foldenable
1332 setlocal foldexpr=0
1333 setlocal foldignore=#
1334 setlocal foldlevel=0
1335 setlocal foldmarker={{{,}}}
1336 setlocal foldmethod=manual
1337 setlocal foldminlines=1
1338 setlocal foldnestmax=20
1339 setlocal foldtext=foldtext()
1340 setlocal formatexpr=
1341 setlocal formatoptions=tcq
1342 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
1343 setlocal grepprg=
1344 setlocal iminsert=2
1345 setlocal imsearch=2
1346 setlocal include=
1347 setlocal includeexpr=
1348 setlocal indentexpr=
1349 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
1350 setlocal noinfercase
1351 setlocal iskeyword=@,48-57,_,192-255
1352 setlocal keywordprg=
1353 setlocal nolinebreak
1354 setlocal nolisp
1355 setlocal nolist
1356 setlocal makeprg=
1357 setlocal matchpairs=(:),{:},[:],<:>
1358 setlocal nomodeline
1359 setlocal modifiable
1360 setlocal nrformats=octal,hex
1361 setlocal nonumber
1362 setlocal numberwidth=4
1363 setlocal omnifunc=htmlcomplete#CompleteTags
1364 setlocal path=
1365 setlocal nopreserveindent
1366 setlocal nopreviewwindow
1367 setlocal quoteescape=\\
1368 setlocal noreadonly
1369 setlocal norightleft
1370 setlocal rightleftcmd=search
1371 setlocal noscrollbind
1372 setlocal shiftwidth=8
1373 setlocal noshortname
1374 setlocal nosmartindent
1375 setlocal softtabstop=0
1376 setlocal nospell
1377 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
1378 setlocal spellfile=
1379 setlocal spelllang=en
1380 setlocal statusline=
1381 setlocal suffixesadd=
1382 setlocal swapfile
1383 setlocal synmaxcol=3000
1384 if &syntax != 'html'
1385 setlocal syntax=html
1386 endif
1387 setlocal tabstop=2
1388 setlocal tags=
1389 setlocal textwidth=0
1390 setlocal thesaurus=
1391 setlocal nowinfixheight
1392 setlocal nowinfixwidth
1393 setlocal wrap
1394 setlocal wrapmargin=0
1395 silent! normal! zE
1396 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
1397 if s:l < 1 | let s:l = 1 | endif
1398 exe s:l
1399 normal! zt
1400 1
1401 normal! 0
1402 tabedit boot-params.html
1403 set splitbelow splitright
1404 set nosplitbelow
1405 set nosplitright
1406 wincmd t
1407 set winheight=1 winwidth=1
1408 argglobal
1409 4argu
1410 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
1411 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
1412 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
1413 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
1414 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
1415 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
1416 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
1417 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
1418 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
1419 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
1420 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
1421 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
1422 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
1423 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
1424 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
1425 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
1426 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
1427 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
1428 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">')
1429 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">')
1430 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
1431 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
1432 nnoremap <buffer> <silent> ; 
1433 nnoremap <buffer> <silent> ;; ;
1434 vnoremap <buffer> <silent> ;; ;
1435 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
1436 inoremap <buffer> <silent> &hA &hArr;
1437 inoremap <buffer> <silent> &dA &dArr;
1438 inoremap <buffer> <silent> &rA &rArr;
1439 inoremap <buffer> <silent> &uA &uArr;
1440 inoremap <buffer> <silent> &lA &lArr;
1441 inoremap <buffer> <silent> &ha &harr;
1442 inoremap <buffer> <silent> &da &darr;
1443 inoremap <buffer> <silent> &ra &rarr;
1444 inoremap <buffer> <silent> &ua &uarr;
1445 inoremap <buffer> <silent> &la &larr;
1446 inoremap <buffer> <silent> &pv &piv;
1447 inoremap <buffer> <silent> &uh &upsih;
1448 inoremap <buffer> <silent> &ts &thetasym;
1449 inoremap <buffer> <silent> &og &omega;
1450 inoremap <buffer> <silent> &ps &psi;
1451 inoremap <buffer> <silent> &ch &chi;
1452 inoremap <buffer> <silent> &ph &phi;
1453 inoremap <buffer> <silent> &up &upsilon;
1454 inoremap <buffer> <silent> &ta &tau;
1455 inoremap <buffer> <silent> &sf &sigmaf;
1456 inoremap <buffer> <silent> &si &sigma;
1457 inoremap <buffer> <silent> &rh &rho;
1458 inoremap <buffer> <silent> &pi &pi;
1459 inoremap <buffer> <silent> &oc &omicron;
1460 inoremap <buffer> <silent> &xi &xi;
1461 inoremap <buffer> <silent> &nu &nu;
1462 inoremap <buffer> <silent> &mu &mu;
1463 inoremap <buffer> <silent> &lm &lambda;
1464 inoremap <buffer> <silent> &ka &kappa;
1465 inoremap <buffer> <silent> &io &iota;
1466 inoremap <buffer> <silent> &th &theta;
1467 inoremap <buffer> <silent> &et &eta;
1468 inoremap <buffer> <silent> &ze &zeta;
1469 inoremap <buffer> <silent> &ep &epsilon;
1470 inoremap <buffer> <silent> &de &delta;
1471 inoremap <buffer> <silent> &ga &gamma;
1472 inoremap <buffer> <silent> &be &beta;
1473 inoremap <buffer> <silent> &al &alpha;
1474 inoremap <buffer> <silent> &Ps &Psi;
1475 inoremap <buffer> <silent> &Ch &Chi;
1476 inoremap <buffer> <silent> &Ph &Phi;
1477 inoremap <buffer> <silent> &Up &Upsilon;
1478 inoremap <buffer> <silent> &Ta &Tau;
1479 inoremap <buffer> <silent> &Si &Sigma;
1480 inoremap <buffer> <silent> &Rh &Rho;
1481 inoremap <buffer> <silent> &Pi &Pi;
1482 inoremap <buffer> <silent> &Oc &Omicron;
1483 inoremap <buffer> <silent> &Xi &Xi;
1484 inoremap <buffer> <silent> &Nu &Nu;
1485 inoremap <buffer> <silent> &Mu &Mu;
1486 inoremap <buffer> <silent> &Lm &Lambda;
1487 inoremap <buffer> <silent> &Ka &Kappa;
1488 inoremap <buffer> <silent> &Io &Iota;
1489 inoremap <buffer> <silent> &Th &Theta;
1490 inoremap <buffer> <silent> &Et &Eta;
1491 inoremap <buffer> <silent> &Ze &Zeta;
1492 inoremap <buffer> <silent> &Ep &Epsilon;
1493 inoremap <buffer> <silent> &De &Delta;
1494 inoremap <buffer> <silent> &Ga &Gamma;
1495 inoremap <buffer> <silent> &Be &Beta;
1496 inoremap <buffer> <silent> &Al &Alpha;
1497 inoremap <buffer> <silent> &3. &hellip;
1498 inoremap <buffer> <silent> &-- &mdash;
1499 inoremap <buffer> <silent> &3- &mdash;
1500 inoremap <buffer> <silent> &m- &mdash;
1501 inoremap <buffer> <silent> &2- &ndash;
1502 inoremap <buffer> <silent> &n- &ndash;
1503 inoremap <buffer> <silent> &34 &frac34;
1504 inoremap <buffer> <silent> &12 &frac12;
1505 inoremap <buffer> <silent> &14 &frac14;
1506 inoremap <buffer> <silent> &. &middot;
1507 inoremap <buffer> <silent> &pa &para;
1508 inoremap <buffer> <silent> &mi &micro;
1509 inoremap <buffer> <silent> &dg &deg;
1510 inoremap <buffer> <silent> &? &iquest;
1511 inoremap <buffer> <silent> &! &iexcl;
1512 inoremap <buffer> <silent> &sz &szlig;
1513 inoremap <buffer> <silent> &o/ &oslash;
1514 inoremap <buffer> <silent> &/ &divide;
1515 inoremap <buffer> <silent> &" &uml;
1516 inoremap <buffer> <silent> &2> &raquo;
1517 inoremap <buffer> <silent> &2< &laquo;
1518 inoremap <buffer> <silent> &y" &yuml;
1519 inoremap <buffer> <silent> &y' &yacute;
1520 inoremap <buffer> <silent> &u" &uuml;
1521 inoremap <buffer> <silent> &u^ &ucirc;
1522 inoremap <buffer> <silent> &u' &uacute;
1523 inoremap <buffer> <silent> &u` &ugrave;
1524 inoremap <buffer> <silent> &x &times;
1525 inoremap <buffer> <silent> &o" &ouml;
1526 inoremap <buffer> <silent> &o~ &otilde;
1527 inoremap <buffer> <silent> &o^ &ocirc;
1528 inoremap <buffer> <silent> &o' &oacute;
1529 inoremap <buffer> <silent> &o` &ograve;
1530 inoremap <buffer> <silent> &n~ &ntilde;
1531 inoremap <buffer> <silent> &i" &iuml;
1532 inoremap <buffer> <silent> &i^ &icirc;
1533 inoremap <buffer> <silent> &i' &iacute;
1534 inoremap <buffer> <silent> &i` &igrave;
1535 inoremap <buffer> <silent> &e" &euml;
1536 inoremap <buffer> <silent> &e^ &ecirc;
1537 inoremap <buffer> <silent> &e' &eacute;
1538 inoremap <buffer> <silent> &e` &egrave;
1539 inoremap <buffer> <silent> &c, &ccedil;
1540 inoremap <buffer> <silent> &ae &aelig;
1541 inoremap <buffer> <silent> &ao &aring;
1542 inoremap <buffer> <silent> &a" &auml;
1543 inoremap <buffer> <silent> &a~ &atilde;
1544 inoremap <buffer> <silent> &a^ &acirc;
1545 inoremap <buffer> <silent> &a' &aacute;
1546 inoremap <buffer> <silent> &a` &agrave;
1547 inoremap <buffer> <silent> &Y' &Yacute;
1548 inoremap <buffer> <silent> &U" &Uuml;
1549 inoremap <buffer> <silent> &U^ &Ucirc;
1550 inoremap <buffer> <silent> &U' &Uacute;
1551 inoremap <buffer> <silent> &U` &Ugrave;
1552 inoremap <buffer> <silent> &O/ &Oslash;
1553 inoremap <buffer> <silent> &O" &Ouml;
1554 inoremap <buffer> <silent> &O~ &Otilde;
1555 inoremap <buffer> <silent> &O^ &Ocirc;
1556 inoremap <buffer> <silent> &O' &Oacute;
1557 inoremap <buffer> <silent> &O` &Ograve;
1558 inoremap <buffer> <silent> &N~ &Ntilde;
1559 inoremap <buffer> <silent> &I" &Iuml;
1560 inoremap <buffer> <silent> &I^ &Icirc;
1561 inoremap <buffer> <silent> &I' &Iacute;
1562 inoremap <buffer> <silent> &I` &Igrave;
1563 inoremap <buffer> <silent> &E" &Euml;
1564 inoremap <buffer> <silent> &E^ &Ecirc;
1565 inoremap <buffer> <silent> &E' &Eacute;
1566 inoremap <buffer> <silent> &E` &Egrave;
1567 inoremap <buffer> <silent> &C, &Ccedil;
1568 inoremap <buffer> <silent> &AE &AElig;
1569 inoremap <buffer> <silent> &Ao &Aring;
1570 inoremap <buffer> <silent> &A" &Auml;
1571 inoremap <buffer> <silent> &A~ &Atilde;
1572 inoremap <buffer> <silent> &A^ &Acirc;
1573 inoremap <buffer> <silent> &A' &Aacute;
1574 inoremap <buffer> <silent> &A` &Agrave;
1575 inoremap <buffer> <silent> &c| &cent;
1576 inoremap <buffer> <silent> &Y= &yen;
1577 inoremap <buffer> <silent> &# &pound;
1578 inoremap <buffer> <silent> & &nbsp;
1579 inoremap <buffer> <silent> &> &gt;
1580 inoremap <buffer> <silent> &< &lt;
1581 inoremap <buffer> <silent> &' &quot;
1582 inoremap <buffer> <silent> &tm &trade;
1583 inoremap <buffer> <silent> &rO &reg;
1584 inoremap <buffer> <silent> &cO &copy;
1585 inoremap <buffer> <silent> && &amp;
1586 inoremap <buffer> <silent> ; &nbsp;
1587 inoremap <buffer> <silent> ;la <label for=""></label>F"
1588 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
1589 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
1590 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
1591 </textarea>k$5F"i
1592 inoremap <buffer> <silent> ;og <optgroup label="">
1593 </optgroup>k$F"i
1594 inoremap <buffer> <silent> ;op <option></option>F<
1595 inoremap <buffer> <silent> ;ms <select name="" multiple>
1596 </select>O
1597 inoremap <buffer> <silent> ;se <select name="">
1598 </select>O
1599 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
1600 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
1601 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
1602 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
1603 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
1604 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
1605 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
1606 inoremap <buffer> <silent> ;fm <form action="">
1607 </form>k$F"i
1608 inoremap <buffer> <silent> ;if <iframe src="">
1609 </iframe>k$F"i
1610 inoremap <buffer> <silent> ;nf <noframes>
1611 </noframes>O
1612 inoremap <buffer> <silent> ;fr <frame src="">F"
1613 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
1614 </frameset>k$3F"i
1615 inoremap <buffer> <silent> ;th <th></th>F<
1616 inoremap <buffer> <silent> ;td <td>
1617 </td>O
1618 inoremap <buffer> <silent> ;tr <tr>
1619 </tr>O
1620 inoremap <buffer> <silent> ;tf <tfoot>
1621 </tfoot>O
1622 inoremap <buffer> <silent> ;tb <tbody>
1623 </tbody>O
1624 inoremap <buffer> <silent> ;tH <thead>
1625 </thead>O
1626 inoremap <buffer> <silent> ;ta <table>
1627 </table>O
1628 inoremap <buffer> <silent> ;ca <caption></caption>F<
1629 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
1630 </object>k$5F"i
1631 inoremap <buffer> <silent> ;ns <noscript>
1632 </noscripT>O
1633 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
1634 <noembed></noembed>k$5F"i
1635 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
1636 inoremap <buffer> <silent> ;va <var></var>F<
1637 inoremap <buffer> <silent> ;ul <ul>
1638 </ul>O
1639 inoremap <buffer> <silent> ;tt <tt></tt>F<
1640 inoremap <buffer> <silent> ;ti <title></title>F<
1641 inoremap <buffer> <silent> ;sp <sup></sup>F<
1642 inoremap <buffer> <silent> ;sb <sub></sub>F<
1643 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
1644 inoremap <buffer> <silent> ;cs <style type="text/css">
1645 <!--
1646 -->
1647 </style>kO
1648 inoremap <buffer> <silent> ;sm <small></small>F<
1649 inoremap <buffer> <silent> ;sa <samp></samp>F<
1650 inoremap <buffer> <silent> ;sk <strike></strike>F<
1651 inoremap <buffer> <silent> ;qu <q></q>F<
1652 inoremap <buffer> <silent> ;pr <pre>
1653 </pre>O
1654 inoremap <buffer> <silent> ;/p </p>
1655 
1656 <p>
1657 inoremap <buffer> <silent> ;pp <p>
1658 </p>O
1659 inoremap <buffer> <silent> ;ol <ol>
1660 </ol>O
1661 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
1662 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
1663 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
1664 inoremap <buffer> <silent> ;lk <link href="">F"
1665 inoremap <buffer> <silent> ;li <li></li>F<
1666 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
1667 inoremap <buffer> <silent> ;ii <isindex>
1668 inoremap <buffer> <silent> ;in <ins></ins>F<
1669 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
1670 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
1671 inoremap <buffer> <silent> ;ht <html>
1672 </html>O
1673 inoremap <buffer> <silent> ;Hr <hr width="75%">
1674 inoremap <buffer> <silent> ;hr <hr>
1675 inoremap <buffer> <silent> ;he <head>
1676 </head>O
1677 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
1678 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
1679 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
1680 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
1681 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
1682 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
1683 inoremap <buffer> <silent> ;h6 <h6></h6>F<
1684 inoremap <buffer> <silent> ;h5 <h5></h5>F<
1685 inoremap <buffer> <silent> ;h4 <h4></h4>F<
1686 inoremap <buffer> <silent> ;h3 <h3></h3>F<
1687 inoremap <buffer> <silent> ;h2 <h2></h2>F<
1688 inoremap <buffer> <silent> ;h1 <h1></h1>F<
1689 inoremap <buffer> <silent> ;fc <font color=""></font>F"
1690 inoremap <buffer> <silent> ;fo <font size=""></font>F"
1691 inoremap <buffer> <silent> ;sn <span></span>F<
1692 inoremap <buffer> <silent> ;dv <div>
1693 </div>O
1694 inoremap <buffer> <silent> ;df <dfn></dfn>F<
1695 inoremap <buffer> <silent> ;de <del></del>F<
1696 inoremap <buffer> <silent> ;dd <dd></dd>F<
1697 inoremap <buffer> <silent> ;dt <dt></dt>F<
1698 inoremap <buffer> <silent> ;dl <dl>
1699 </dl>O
1700 inoremap <buffer> <silent> ;co <code></code>F<
1701 inoremap <buffer> <silent> ;ci <cite></cite>F<
1702 inoremap <buffer> <silent> ;ce <center></center>F<
1703 inoremap <buffer> <silent> ;br <br>
1704 inoremap <buffer> <silent> ;bd <body>
1705 </body>O
1706 inoremap <buffer> <silent> ;bl <blockquote>
1707 </blockquote>O
1708 inoremap <buffer> <silent> ;bi <big></big>F<
1709 inoremap <buffer> <silent> ;bh <base href="">F"
1710 inoremap <buffer> <silent> ;ad <address></address>F<
1711 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
1712 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
1713 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
1714 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
1715 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
1716 inoremap <buffer> <silent> ;an <a name=""></a>F"
1717 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
1718 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
1719 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
1720 inoremap <buffer> <silent> ;ah <a href=""></a>F"
1721 imap <buffer> <silent> ;s4 ;s4
1722 imap <buffer> <silent> ;4 ;4
1723 inoremap <buffer> <silent> ;mi :call MangleImageTag()
1724 inoremap <buffer> <silent> ; 
1725 inoremap <buffer> <silent> ;& &
1726 inoremap <buffer> <silent> ;; ;
1727 setlocal keymap=
1728 setlocal noarabic
1729 setlocal autoindent
1730 setlocal balloonexpr=
1731 setlocal nobinary
1732 setlocal bufhidden=
1733 setlocal buflisted
1734 setlocal buftype=
1735 setlocal nocindent
1736 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
1737 setlocal cinoptions=
1738 setlocal cinwords=if,else,while,do,for,switch
1739 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
1740 setlocal commentstring=<!--%s-->
1741 setlocal complete=.,w,b,u,t,i
1742 setlocal completefunc=
1743 setlocal nocopyindent
1744 setlocal nocursorcolumn
1745 setlocal nocursorline
1746 setlocal define=
1747 setlocal dictionary=
1748 setlocal nodiff
1749 setlocal equalprg=
1750 setlocal errorformat=
1751 setlocal noexpandtab
1752 if &filetype != 'html'
1753 setlocal filetype=html
1754 endif
1755 setlocal foldcolumn=0
1756 setlocal foldenable
1757 setlocal foldexpr=0
1758 setlocal foldignore=#
1759 setlocal foldlevel=0
1760 setlocal foldmarker={{{,}}}
1761 setlocal foldmethod=manual
1762 setlocal foldminlines=1
1763 setlocal foldnestmax=20
1764 setlocal foldtext=foldtext()
1765 setlocal formatexpr=
1766 setlocal formatoptions=tcq
1767 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
1768 setlocal grepprg=
1769 setlocal iminsert=2
1770 setlocal imsearch=2
1771 setlocal include=
1772 setlocal includeexpr=
1773 setlocal indentexpr=
1774 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
1775 setlocal noinfercase
1776 setlocal iskeyword=@,48-57,_,192-255
1777 setlocal keywordprg=
1778 setlocal nolinebreak
1779 setlocal nolisp
1780 setlocal nolist
1781 setlocal makeprg=
1782 setlocal matchpairs=(:),{:},[:],<:>
1783 setlocal nomodeline
1784 setlocal modifiable
1785 setlocal nrformats=octal,hex
1786 setlocal nonumber
1787 setlocal numberwidth=4
1788 setlocal omnifunc=htmlcomplete#CompleteTags
1789 setlocal path=
1790 setlocal nopreserveindent
1791 setlocal nopreviewwindow
1792 setlocal quoteescape=\\
1793 setlocal noreadonly
1794 setlocal norightleft
1795 setlocal rightleftcmd=search
1796 setlocal noscrollbind
1797 setlocal shiftwidth=8
1798 setlocal noshortname
1799 setlocal nosmartindent
1800 setlocal softtabstop=0
1801 setlocal nospell
1802 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
1803 setlocal spellfile=
1804 setlocal spelllang=en
1805 setlocal statusline=
1806 setlocal suffixesadd=
1807 setlocal swapfile
1808 setlocal synmaxcol=3000
1809 if &syntax != 'html'
1810 setlocal syntax=html
1811 endif
1812 setlocal tabstop=2
1813 setlocal tags=
1814 setlocal textwidth=0
1815 setlocal thesaurus=
1816 setlocal nowinfixheight
1817 setlocal nowinfixwidth
1818 setlocal wrap
1819 setlocal wrapmargin=0
1820 silent! normal! zE
1821 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
1822 if s:l < 1 | let s:l = 1 | endif
1823 exe s:l
1824 normal! zt
1825 1
1826 normal! 0
1827 tabedit clonezilla.html
1828 set splitbelow splitright
1829 set nosplitbelow
1830 set nosplitright
1831 wincmd t
1832 set winheight=1 winwidth=1
1833 argglobal
1834 5argu
1835 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
1836 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
1837 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
1838 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
1839 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
1840 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
1841 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
1842 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
1843 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
1844 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
1845 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
1846 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
1847 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
1848 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
1849 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
1850 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
1851 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
1852 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
1853 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">')
1854 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">')
1855 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
1856 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
1857 nnoremap <buffer> <silent> ; 
1858 nnoremap <buffer> <silent> ;; ;
1859 vnoremap <buffer> <silent> ;; ;
1860 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
1861 inoremap <buffer> <silent> &hA &hArr;
1862 inoremap <buffer> <silent> &dA &dArr;
1863 inoremap <buffer> <silent> &rA &rArr;
1864 inoremap <buffer> <silent> &uA &uArr;
1865 inoremap <buffer> <silent> &lA &lArr;
1866 inoremap <buffer> <silent> &ha &harr;
1867 inoremap <buffer> <silent> &da &darr;
1868 inoremap <buffer> <silent> &ra &rarr;
1869 inoremap <buffer> <silent> &ua &uarr;
1870 inoremap <buffer> <silent> &la &larr;
1871 inoremap <buffer> <silent> &pv &piv;
1872 inoremap <buffer> <silent> &uh &upsih;
1873 inoremap <buffer> <silent> &ts &thetasym;
1874 inoremap <buffer> <silent> &og &omega;
1875 inoremap <buffer> <silent> &ps &psi;
1876 inoremap <buffer> <silent> &ch &chi;
1877 inoremap <buffer> <silent> &ph &phi;
1878 inoremap <buffer> <silent> &up &upsilon;
1879 inoremap <buffer> <silent> &ta &tau;
1880 inoremap <buffer> <silent> &sf &sigmaf;
1881 inoremap <buffer> <silent> &si &sigma;
1882 inoremap <buffer> <silent> &rh &rho;
1883 inoremap <buffer> <silent> &pi &pi;
1884 inoremap <buffer> <silent> &oc &omicron;
1885 inoremap <buffer> <silent> &xi &xi;
1886 inoremap <buffer> <silent> &nu &nu;
1887 inoremap <buffer> <silent> &mu &mu;
1888 inoremap <buffer> <silent> &lm &lambda;
1889 inoremap <buffer> <silent> &ka &kappa;
1890 inoremap <buffer> <silent> &io &iota;
1891 inoremap <buffer> <silent> &th &theta;
1892 inoremap <buffer> <silent> &et &eta;
1893 inoremap <buffer> <silent> &ze &zeta;
1894 inoremap <buffer> <silent> &ep &epsilon;
1895 inoremap <buffer> <silent> &de &delta;
1896 inoremap <buffer> <silent> &ga &gamma;
1897 inoremap <buffer> <silent> &be &beta;
1898 inoremap <buffer> <silent> &al &alpha;
1899 inoremap <buffer> <silent> &Ps &Psi;
1900 inoremap <buffer> <silent> &Ch &Chi;
1901 inoremap <buffer> <silent> &Ph &Phi;
1902 inoremap <buffer> <silent> &Up &Upsilon;
1903 inoremap <buffer> <silent> &Ta &Tau;
1904 inoremap <buffer> <silent> &Si &Sigma;
1905 inoremap <buffer> <silent> &Rh &Rho;
1906 inoremap <buffer> <silent> &Pi &Pi;
1907 inoremap <buffer> <silent> &Oc &Omicron;
1908 inoremap <buffer> <silent> &Xi &Xi;
1909 inoremap <buffer> <silent> &Nu &Nu;
1910 inoremap <buffer> <silent> &Mu &Mu;
1911 inoremap <buffer> <silent> &Lm &Lambda;
1912 inoremap <buffer> <silent> &Ka &Kappa;
1913 inoremap <buffer> <silent> &Io &Iota;
1914 inoremap <buffer> <silent> &Th &Theta;
1915 inoremap <buffer> <silent> &Et &Eta;
1916 inoremap <buffer> <silent> &Ze &Zeta;
1917 inoremap <buffer> <silent> &Ep &Epsilon;
1918 inoremap <buffer> <silent> &De &Delta;
1919 inoremap <buffer> <silent> &Ga &Gamma;
1920 inoremap <buffer> <silent> &Be &Beta;
1921 inoremap <buffer> <silent> &Al &Alpha;
1922 inoremap <buffer> <silent> &3. &hellip;
1923 inoremap <buffer> <silent> &-- &mdash;
1924 inoremap <buffer> <silent> &3- &mdash;
1925 inoremap <buffer> <silent> &m- &mdash;
1926 inoremap <buffer> <silent> &2- &ndash;
1927 inoremap <buffer> <silent> &n- &ndash;
1928 inoremap <buffer> <silent> &34 &frac34;
1929 inoremap <buffer> <silent> &12 &frac12;
1930 inoremap <buffer> <silent> &14 &frac14;
1931 inoremap <buffer> <silent> &. &middot;
1932 inoremap <buffer> <silent> &pa &para;
1933 inoremap <buffer> <silent> &mi &micro;
1934 inoremap <buffer> <silent> &dg &deg;
1935 inoremap <buffer> <silent> &? &iquest;
1936 inoremap <buffer> <silent> &! &iexcl;
1937 inoremap <buffer> <silent> &sz &szlig;
1938 inoremap <buffer> <silent> &o/ &oslash;
1939 inoremap <buffer> <silent> &/ &divide;
1940 inoremap <buffer> <silent> &" &uml;
1941 inoremap <buffer> <silent> &2> &raquo;
1942 inoremap <buffer> <silent> &2< &laquo;
1943 inoremap <buffer> <silent> &y" &yuml;
1944 inoremap <buffer> <silent> &y' &yacute;
1945 inoremap <buffer> <silent> &u" &uuml;
1946 inoremap <buffer> <silent> &u^ &ucirc;
1947 inoremap <buffer> <silent> &u' &uacute;
1948 inoremap <buffer> <silent> &u` &ugrave;
1949 inoremap <buffer> <silent> &x &times;
1950 inoremap <buffer> <silent> &o" &ouml;
1951 inoremap <buffer> <silent> &o~ &otilde;
1952 inoremap <buffer> <silent> &o^ &ocirc;
1953 inoremap <buffer> <silent> &o' &oacute;
1954 inoremap <buffer> <silent> &o` &ograve;
1955 inoremap <buffer> <silent> &n~ &ntilde;
1956 inoremap <buffer> <silent> &i" &iuml;
1957 inoremap <buffer> <silent> &i^ &icirc;
1958 inoremap <buffer> <silent> &i' &iacute;
1959 inoremap <buffer> <silent> &i` &igrave;
1960 inoremap <buffer> <silent> &e" &euml;
1961 inoremap <buffer> <silent> &e^ &ecirc;
1962 inoremap <buffer> <silent> &e' &eacute;
1963 inoremap <buffer> <silent> &e` &egrave;
1964 inoremap <buffer> <silent> &c, &ccedil;
1965 inoremap <buffer> <silent> &ae &aelig;
1966 inoremap <buffer> <silent> &ao &aring;
1967 inoremap <buffer> <silent> &a" &auml;
1968 inoremap <buffer> <silent> &a~ &atilde;
1969 inoremap <buffer> <silent> &a^ &acirc;
1970 inoremap <buffer> <silent> &a' &aacute;
1971 inoremap <buffer> <silent> &a` &agrave;
1972 inoremap <buffer> <silent> &Y' &Yacute;
1973 inoremap <buffer> <silent> &U" &Uuml;
1974 inoremap <buffer> <silent> &U^ &Ucirc;
1975 inoremap <buffer> <silent> &U' &Uacute;
1976 inoremap <buffer> <silent> &U` &Ugrave;
1977 inoremap <buffer> <silent> &O/ &Oslash;
1978 inoremap <buffer> <silent> &O" &Ouml;
1979 inoremap <buffer> <silent> &O~ &Otilde;
1980 inoremap <buffer> <silent> &O^ &Ocirc;
1981 inoremap <buffer> <silent> &O' &Oacute;
1982 inoremap <buffer> <silent> &O` &Ograve;
1983 inoremap <buffer> <silent> &N~ &Ntilde;
1984 inoremap <buffer> <silent> &I" &Iuml;
1985 inoremap <buffer> <silent> &I^ &Icirc;
1986 inoremap <buffer> <silent> &I' &Iacute;
1987 inoremap <buffer> <silent> &I` &Igrave;
1988 inoremap <buffer> <silent> &E" &Euml;
1989 inoremap <buffer> <silent> &E^ &Ecirc;
1990 inoremap <buffer> <silent> &E' &Eacute;
1991 inoremap <buffer> <silent> &E` &Egrave;
1992 inoremap <buffer> <silent> &C, &Ccedil;
1993 inoremap <buffer> <silent> &AE &AElig;
1994 inoremap <buffer> <silent> &Ao &Aring;
1995 inoremap <buffer> <silent> &A" &Auml;
1996 inoremap <buffer> <silent> &A~ &Atilde;
1997 inoremap <buffer> <silent> &A^ &Acirc;
1998 inoremap <buffer> <silent> &A' &Aacute;
1999 inoremap <buffer> <silent> &A` &Agrave;
2000 inoremap <buffer> <silent> &c| &cent;
2001 inoremap <buffer> <silent> &Y= &yen;
2002 inoremap <buffer> <silent> &# &pound;
2003 inoremap <buffer> <silent> & &nbsp;
2004 inoremap <buffer> <silent> &> &gt;
2005 inoremap <buffer> <silent> &< &lt;
2006 inoremap <buffer> <silent> &' &quot;
2007 inoremap <buffer> <silent> &tm &trade;
2008 inoremap <buffer> <silent> &rO &reg;
2009 inoremap <buffer> <silent> &cO &copy;
2010 inoremap <buffer> <silent> && &amp;
2011 inoremap <buffer> <silent> ; &nbsp;
2012 inoremap <buffer> <silent> ;la <label for=""></label>F"
2013 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
2014 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
2015 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
2016 </textarea>k$5F"i
2017 inoremap <buffer> <silent> ;og <optgroup label="">
2018 </optgroup>k$F"i
2019 inoremap <buffer> <silent> ;op <option></option>F<
2020 inoremap <buffer> <silent> ;ms <select name="" multiple>
2021 </select>O
2022 inoremap <buffer> <silent> ;se <select name="">
2023 </select>O
2024 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
2025 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
2026 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
2027 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
2028 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
2029 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
2030 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
2031 inoremap <buffer> <silent> ;fm <form action="">
2032 </form>k$F"i
2033 inoremap <buffer> <silent> ;if <iframe src="">
2034 </iframe>k$F"i
2035 inoremap <buffer> <silent> ;nf <noframes>
2036 </noframes>O
2037 inoremap <buffer> <silent> ;fr <frame src="">F"
2038 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
2039 </frameset>k$3F"i
2040 inoremap <buffer> <silent> ;th <th></th>F<
2041 inoremap <buffer> <silent> ;td <td>
2042 </td>O
2043 inoremap <buffer> <silent> ;tr <tr>
2044 </tr>O
2045 inoremap <buffer> <silent> ;tf <tfoot>
2046 </tfoot>O
2047 inoremap <buffer> <silent> ;tb <tbody>
2048 </tbody>O
2049 inoremap <buffer> <silent> ;tH <thead>
2050 </thead>O
2051 inoremap <buffer> <silent> ;ta <table>
2052 </table>O
2053 inoremap <buffer> <silent> ;ca <caption></caption>F<
2054 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
2055 </object>k$5F"i
2056 inoremap <buffer> <silent> ;ns <noscript>
2057 </noscripT>O
2058 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
2059 <noembed></noembed>k$5F"i
2060 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
2061 inoremap <buffer> <silent> ;va <var></var>F<
2062 inoremap <buffer> <silent> ;ul <ul>
2063 </ul>O
2064 inoremap <buffer> <silent> ;tt <tt></tt>F<
2065 inoremap <buffer> <silent> ;ti <title></title>F<
2066 inoremap <buffer> <silent> ;sp <sup></sup>F<
2067 inoremap <buffer> <silent> ;sb <sub></sub>F<
2068 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
2069 inoremap <buffer> <silent> ;cs <style type="text/css">
2070 <!--
2071 -->
2072 </style>kO
2073 inoremap <buffer> <silent> ;sm <small></small>F<
2074 inoremap <buffer> <silent> ;sa <samp></samp>F<
2075 inoremap <buffer> <silent> ;sk <strike></strike>F<
2076 inoremap <buffer> <silent> ;qu <q></q>F<
2077 inoremap <buffer> <silent> ;pr <pre>
2078 </pre>O
2079 inoremap <buffer> <silent> ;/p </p>
2080 
2081 <p>
2082 inoremap <buffer> <silent> ;pp <p>
2083 </p>O
2084 inoremap <buffer> <silent> ;ol <ol>
2085 </ol>O
2086 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
2087 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
2088 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
2089 inoremap <buffer> <silent> ;lk <link href="">F"
2090 inoremap <buffer> <silent> ;li <li></li>F<
2091 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
2092 inoremap <buffer> <silent> ;ii <isindex>
2093 inoremap <buffer> <silent> ;in <ins></ins>F<
2094 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
2095 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
2096 inoremap <buffer> <silent> ;ht <html>
2097 </html>O
2098 inoremap <buffer> <silent> ;Hr <hr width="75%">
2099 inoremap <buffer> <silent> ;hr <hr>
2100 inoremap <buffer> <silent> ;he <head>
2101 </head>O
2102 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
2103 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
2104 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
2105 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
2106 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
2107 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
2108 inoremap <buffer> <silent> ;h6 <h6></h6>F<
2109 inoremap <buffer> <silent> ;h5 <h5></h5>F<
2110 inoremap <buffer> <silent> ;h4 <h4></h4>F<
2111 inoremap <buffer> <silent> ;h3 <h3></h3>F<
2112 inoremap <buffer> <silent> ;h2 <h2></h2>F<
2113 inoremap <buffer> <silent> ;h1 <h1></h1>F<
2114 inoremap <buffer> <silent> ;fc <font color=""></font>F"
2115 inoremap <buffer> <silent> ;fo <font size=""></font>F"
2116 inoremap <buffer> <silent> ;sn <span></span>F<
2117 inoremap <buffer> <silent> ;dv <div>
2118 </div>O
2119 inoremap <buffer> <silent> ;df <dfn></dfn>F<
2120 inoremap <buffer> <silent> ;de <del></del>F<
2121 inoremap <buffer> <silent> ;dd <dd></dd>F<
2122 inoremap <buffer> <silent> ;dt <dt></dt>F<
2123 inoremap <buffer> <silent> ;dl <dl>
2124 </dl>O
2125 inoremap <buffer> <silent> ;co <code></code>F<
2126 inoremap <buffer> <silent> ;ci <cite></cite>F<
2127 inoremap <buffer> <silent> ;ce <center></center>F<
2128 inoremap <buffer> <silent> ;br <br>
2129 inoremap <buffer> <silent> ;bd <body>
2130 </body>O
2131 inoremap <buffer> <silent> ;bl <blockquote>
2132 </blockquote>O
2133 inoremap <buffer> <silent> ;bi <big></big>F<
2134 inoremap <buffer> <silent> ;bh <base href="">F"
2135 inoremap <buffer> <silent> ;ad <address></address>F<
2136 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
2137 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
2138 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
2139 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
2140 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
2141 inoremap <buffer> <silent> ;an <a name=""></a>F"
2142 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
2143 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
2144 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
2145 inoremap <buffer> <silent> ;ah <a href=""></a>F"
2146 imap <buffer> <silent> ;s4 ;s4
2147 imap <buffer> <silent> ;4 ;4
2148 inoremap <buffer> <silent> ;mi :call MangleImageTag()
2149 inoremap <buffer> <silent> ; 
2150 inoremap <buffer> <silent> ;& &
2151 inoremap <buffer> <silent> ;; ;
2152 setlocal keymap=
2153 setlocal noarabic
2154 setlocal autoindent
2155 setlocal balloonexpr=
2156 setlocal nobinary
2157 setlocal bufhidden=
2158 setlocal buflisted
2159 setlocal buftype=
2160 setlocal nocindent
2161 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
2162 setlocal cinoptions=
2163 setlocal cinwords=if,else,while,do,for,switch
2164 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
2165 setlocal commentstring=<!--%s-->
2166 setlocal complete=.,w,b,u,t,i
2167 setlocal completefunc=
2168 setlocal nocopyindent
2169 setlocal nocursorcolumn
2170 setlocal nocursorline
2171 setlocal define=
2172 setlocal dictionary=
2173 setlocal nodiff
2174 setlocal equalprg=
2175 setlocal errorformat=
2176 setlocal noexpandtab
2177 if &filetype != 'html'
2178 setlocal filetype=html
2179 endif
2180 setlocal foldcolumn=0
2181 setlocal foldenable
2182 setlocal foldexpr=0
2183 setlocal foldignore=#
2184 setlocal foldlevel=0
2185 setlocal foldmarker={{{,}}}
2186 setlocal foldmethod=manual
2187 setlocal foldminlines=1
2188 setlocal foldnestmax=20
2189 setlocal foldtext=foldtext()
2190 setlocal formatexpr=
2191 setlocal formatoptions=tcq
2192 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
2193 setlocal grepprg=
2194 setlocal iminsert=2
2195 setlocal imsearch=2
2196 setlocal include=
2197 setlocal includeexpr=
2198 setlocal indentexpr=
2199 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
2200 setlocal noinfercase
2201 setlocal iskeyword=@,48-57,_,192-255
2202 setlocal keywordprg=
2203 setlocal nolinebreak
2204 setlocal nolisp
2205 setlocal nolist
2206 setlocal makeprg=
2207 setlocal matchpairs=(:),{:},[:],<:>
2208 setlocal nomodeline
2209 setlocal modifiable
2210 setlocal nrformats=octal,hex
2211 setlocal nonumber
2212 setlocal numberwidth=4
2213 setlocal omnifunc=htmlcomplete#CompleteTags
2214 setlocal path=
2215 setlocal nopreserveindent
2216 setlocal nopreviewwindow
2217 setlocal quoteescape=\\
2218 setlocal noreadonly
2219 setlocal norightleft
2220 setlocal rightleftcmd=search
2221 setlocal noscrollbind
2222 setlocal shiftwidth=8
2223 setlocal noshortname
2224 setlocal nosmartindent
2225 setlocal softtabstop=0
2226 setlocal nospell
2227 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
2228 setlocal spellfile=
2229 setlocal spelllang=en
2230 setlocal statusline=
2231 setlocal suffixesadd=
2232 setlocal swapfile
2233 setlocal synmaxcol=3000
2234 if &syntax != 'html'
2235 setlocal syntax=html
2236 endif
2237 setlocal tabstop=2
2238 setlocal tags=
2239 setlocal textwidth=0
2240 setlocal thesaurus=
2241 setlocal nowinfixheight
2242 setlocal nowinfixwidth
2243 setlocal wrap
2244 setlocal wrapmargin=0
2245 silent! normal! zE
2246 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
2247 if s:l < 1 | let s:l = 1 | endif
2248 exe s:l
2249 normal! zt
2250 1
2251 normal! 0
2252 tabedit custom-cd.html
2253 set splitbelow splitright
2254 set nosplitbelow
2255 set nosplitright
2256 wincmd t
2257 set winheight=1 winwidth=1
2258 argglobal
2259 6argu
2260 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
2261 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
2262 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
2263 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
2264 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
2265 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
2266 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
2267 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
2268 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
2269 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
2270 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
2271 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
2272 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
2273 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
2274 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
2275 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
2276 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
2277 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
2278 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">')
2279 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">')
2280 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
2281 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
2282 nnoremap <buffer> <silent> ; 
2283 nnoremap <buffer> <silent> ;; ;
2284 vnoremap <buffer> <silent> ;; ;
2285 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
2286 inoremap <buffer> <silent> &hA &hArr;
2287 inoremap <buffer> <silent> &dA &dArr;
2288 inoremap <buffer> <silent> &rA &rArr;
2289 inoremap <buffer> <silent> &uA &uArr;
2290 inoremap <buffer> <silent> &lA &lArr;
2291 inoremap <buffer> <silent> &ha &harr;
2292 inoremap <buffer> <silent> &da &darr;
2293 inoremap <buffer> <silent> &ra &rarr;
2294 inoremap <buffer> <silent> &ua &uarr;
2295 inoremap <buffer> <silent> &la &larr;
2296 inoremap <buffer> <silent> &pv &piv;
2297 inoremap <buffer> <silent> &uh &upsih;
2298 inoremap <buffer> <silent> &ts &thetasym;
2299 inoremap <buffer> <silent> &og &omega;
2300 inoremap <buffer> <silent> &ps &psi;
2301 inoremap <buffer> <silent> &ch &chi;
2302 inoremap <buffer> <silent> &ph &phi;
2303 inoremap <buffer> <silent> &up &upsilon;
2304 inoremap <buffer> <silent> &ta &tau;
2305 inoremap <buffer> <silent> &sf &sigmaf;
2306 inoremap <buffer> <silent> &si &sigma;
2307 inoremap <buffer> <silent> &rh &rho;
2308 inoremap <buffer> <silent> &pi &pi;
2309 inoremap <buffer> <silent> &oc &omicron;
2310 inoremap <buffer> <silent> &xi &xi;
2311 inoremap <buffer> <silent> &nu &nu;
2312 inoremap <buffer> <silent> &mu &mu;
2313 inoremap <buffer> <silent> &lm &lambda;
2314 inoremap <buffer> <silent> &ka &kappa;
2315 inoremap <buffer> <silent> &io &iota;
2316 inoremap <buffer> <silent> &th &theta;
2317 inoremap <buffer> <silent> &et &eta;
2318 inoremap <buffer> <silent> &ze &zeta;
2319 inoremap <buffer> <silent> &ep &epsilon;
2320 inoremap <buffer> <silent> &de &delta;
2321 inoremap <buffer> <silent> &ga &gamma;
2322 inoremap <buffer> <silent> &be &beta;
2323 inoremap <buffer> <silent> &al &alpha;
2324 inoremap <buffer> <silent> &Ps &Psi;
2325 inoremap <buffer> <silent> &Ch &Chi;
2326 inoremap <buffer> <silent> &Ph &Phi;
2327 inoremap <buffer> <silent> &Up &Upsilon;
2328 inoremap <buffer> <silent> &Ta &Tau;
2329 inoremap <buffer> <silent> &Si &Sigma;
2330 inoremap <buffer> <silent> &Rh &Rho;
2331 inoremap <buffer> <silent> &Pi &Pi;
2332 inoremap <buffer> <silent> &Oc &Omicron;
2333 inoremap <buffer> <silent> &Xi &Xi;
2334 inoremap <buffer> <silent> &Nu &Nu;
2335 inoremap <buffer> <silent> &Mu &Mu;
2336 inoremap <buffer> <silent> &Lm &Lambda;
2337 inoremap <buffer> <silent> &Ka &Kappa;
2338 inoremap <buffer> <silent> &Io &Iota;
2339 inoremap <buffer> <silent> &Th &Theta;
2340 inoremap <buffer> <silent> &Et &Eta;
2341 inoremap <buffer> <silent> &Ze &Zeta;
2342 inoremap <buffer> <silent> &Ep &Epsilon;
2343 inoremap <buffer> <silent> &De &Delta;
2344 inoremap <buffer> <silent> &Ga &Gamma;
2345 inoremap <buffer> <silent> &Be &Beta;
2346 inoremap <buffer> <silent> &Al &Alpha;
2347 inoremap <buffer> <silent> &3. &hellip;
2348 inoremap <buffer> <silent> &-- &mdash;
2349 inoremap <buffer> <silent> &3- &mdash;
2350 inoremap <buffer> <silent> &m- &mdash;
2351 inoremap <buffer> <silent> &2- &ndash;
2352 inoremap <buffer> <silent> &n- &ndash;
2353 inoremap <buffer> <silent> &34 &frac34;
2354 inoremap <buffer> <silent> &12 &frac12;
2355 inoremap <buffer> <silent> &14 &frac14;
2356 inoremap <buffer> <silent> &. &middot;
2357 inoremap <buffer> <silent> &pa &para;
2358 inoremap <buffer> <silent> &mi &micro;
2359 inoremap <buffer> <silent> &dg &deg;
2360 inoremap <buffer> <silent> &? &iquest;
2361 inoremap <buffer> <silent> &! &iexcl;
2362 inoremap <buffer> <silent> &sz &szlig;
2363 inoremap <buffer> <silent> &o/ &oslash;
2364 inoremap <buffer> <silent> &/ &divide;
2365 inoremap <buffer> <silent> &" &uml;
2366 inoremap <buffer> <silent> &2> &raquo;
2367 inoremap <buffer> <silent> &2< &laquo;
2368 inoremap <buffer> <silent> &y" &yuml;
2369 inoremap <buffer> <silent> &y' &yacute;
2370 inoremap <buffer> <silent> &u" &uuml;
2371 inoremap <buffer> <silent> &u^ &ucirc;
2372 inoremap <buffer> <silent> &u' &uacute;
2373 inoremap <buffer> <silent> &u` &ugrave;
2374 inoremap <buffer> <silent> &x &times;
2375 inoremap <buffer> <silent> &o" &ouml;
2376 inoremap <buffer> <silent> &o~ &otilde;
2377 inoremap <buffer> <silent> &o^ &ocirc;
2378 inoremap <buffer> <silent> &o' &oacute;
2379 inoremap <buffer> <silent> &o` &ograve;
2380 inoremap <buffer> <silent> &n~ &ntilde;
2381 inoremap <buffer> <silent> &i" &iuml;
2382 inoremap <buffer> <silent> &i^ &icirc;
2383 inoremap <buffer> <silent> &i' &iacute;
2384 inoremap <buffer> <silent> &i` &igrave;
2385 inoremap <buffer> <silent> &e" &euml;
2386 inoremap <buffer> <silent> &e^ &ecirc;
2387 inoremap <buffer> <silent> &e' &eacute;
2388 inoremap <buffer> <silent> &e` &egrave;
2389 inoremap <buffer> <silent> &c, &ccedil;
2390 inoremap <buffer> <silent> &ae &aelig;
2391 inoremap <buffer> <silent> &ao &aring;
2392 inoremap <buffer> <silent> &a" &auml;
2393 inoremap <buffer> <silent> &a~ &atilde;
2394 inoremap <buffer> <silent> &a^ &acirc;
2395 inoremap <buffer> <silent> &a' &aacute;
2396 inoremap <buffer> <silent> &a` &agrave;
2397 inoremap <buffer> <silent> &Y' &Yacute;
2398 inoremap <buffer> <silent> &U" &Uuml;
2399 inoremap <buffer> <silent> &U^ &Ucirc;
2400 inoremap <buffer> <silent> &U' &Uacute;
2401 inoremap <buffer> <silent> &U` &Ugrave;
2402 inoremap <buffer> <silent> &O/ &Oslash;
2403 inoremap <buffer> <silent> &O" &Ouml;
2404 inoremap <buffer> <silent> &O~ &Otilde;
2405 inoremap <buffer> <silent> &O^ &Ocirc;
2406 inoremap <buffer> <silent> &O' &Oacute;
2407 inoremap <buffer> <silent> &O` &Ograve;
2408 inoremap <buffer> <silent> &N~ &Ntilde;
2409 inoremap <buffer> <silent> &I" &Iuml;
2410 inoremap <buffer> <silent> &I^ &Icirc;
2411 inoremap <buffer> <silent> &I' &Iacute;
2412 inoremap <buffer> <silent> &I` &Igrave;
2413 inoremap <buffer> <silent> &E" &Euml;
2414 inoremap <buffer> <silent> &E^ &Ecirc;
2415 inoremap <buffer> <silent> &E' &Eacute;
2416 inoremap <buffer> <silent> &E` &Egrave;
2417 inoremap <buffer> <silent> &C, &Ccedil;
2418 inoremap <buffer> <silent> &AE &AElig;
2419 inoremap <buffer> <silent> &Ao &Aring;
2420 inoremap <buffer> <silent> &A" &Auml;
2421 inoremap <buffer> <silent> &A~ &Atilde;
2422 inoremap <buffer> <silent> &A^ &Acirc;
2423 inoremap <buffer> <silent> &A' &Aacute;
2424 inoremap <buffer> <silent> &A` &Agrave;
2425 inoremap <buffer> <silent> &c| &cent;
2426 inoremap <buffer> <silent> &Y= &yen;
2427 inoremap <buffer> <silent> &# &pound;
2428 inoremap <buffer> <silent> & &nbsp;
2429 inoremap <buffer> <silent> &> &gt;
2430 inoremap <buffer> <silent> &< &lt;
2431 inoremap <buffer> <silent> &' &quot;
2432 inoremap <buffer> <silent> &tm &trade;
2433 inoremap <buffer> <silent> &rO &reg;
2434 inoremap <buffer> <silent> &cO &copy;
2435 inoremap <buffer> <silent> && &amp;
2436 inoremap <buffer> <silent> ; &nbsp;
2437 inoremap <buffer> <silent> ;la <label for=""></label>F"
2438 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
2439 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
2440 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
2441 </textarea>k$5F"i
2442 inoremap <buffer> <silent> ;og <optgroup label="">
2443 </optgroup>k$F"i
2444 inoremap <buffer> <silent> ;op <option></option>F<
2445 inoremap <buffer> <silent> ;ms <select name="" multiple>
2446 </select>O
2447 inoremap <buffer> <silent> ;se <select name="">
2448 </select>O
2449 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
2450 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
2451 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
2452 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
2453 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
2454 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
2455 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
2456 inoremap <buffer> <silent> ;fm <form action="">
2457 </form>k$F"i
2458 inoremap <buffer> <silent> ;if <iframe src="">
2459 </iframe>k$F"i
2460 inoremap <buffer> <silent> ;nf <noframes>
2461 </noframes>O
2462 inoremap <buffer> <silent> ;fr <frame src="">F"
2463 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
2464 </frameset>k$3F"i
2465 inoremap <buffer> <silent> ;th <th></th>F<
2466 inoremap <buffer> <silent> ;td <td>
2467 </td>O
2468 inoremap <buffer> <silent> ;tr <tr>
2469 </tr>O
2470 inoremap <buffer> <silent> ;tf <tfoot>
2471 </tfoot>O
2472 inoremap <buffer> <silent> ;tb <tbody>
2473 </tbody>O
2474 inoremap <buffer> <silent> ;tH <thead>
2475 </thead>O
2476 inoremap <buffer> <silent> ;ta <table>
2477 </table>O
2478 inoremap <buffer> <silent> ;ca <caption></caption>F<
2479 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
2480 </object>k$5F"i
2481 inoremap <buffer> <silent> ;ns <noscript>
2482 </noscripT>O
2483 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
2484 <noembed></noembed>k$5F"i
2485 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
2486 inoremap <buffer> <silent> ;va <var></var>F<
2487 inoremap <buffer> <silent> ;ul <ul>
2488 </ul>O
2489 inoremap <buffer> <silent> ;tt <tt></tt>F<
2490 inoremap <buffer> <silent> ;ti <title></title>F<
2491 inoremap <buffer> <silent> ;sp <sup></sup>F<
2492 inoremap <buffer> <silent> ;sb <sub></sub>F<
2493 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
2494 inoremap <buffer> <silent> ;cs <style type="text/css">
2495 <!--
2496 -->
2497 </style>kO
2498 inoremap <buffer> <silent> ;sm <small></small>F<
2499 inoremap <buffer> <silent> ;sa <samp></samp>F<
2500 inoremap <buffer> <silent> ;sk <strike></strike>F<
2501 inoremap <buffer> <silent> ;qu <q></q>F<
2502 inoremap <buffer> <silent> ;pr <pre>
2503 </pre>O
2504 inoremap <buffer> <silent> ;/p </p>
2505 
2506 <p>
2507 inoremap <buffer> <silent> ;pp <p>
2508 </p>O
2509 inoremap <buffer> <silent> ;ol <ol>
2510 </ol>O
2511 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
2512 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
2513 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
2514 inoremap <buffer> <silent> ;lk <link href="">F"
2515 inoremap <buffer> <silent> ;li <li></li>F<
2516 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
2517 inoremap <buffer> <silent> ;ii <isindex>
2518 inoremap <buffer> <silent> ;in <ins></ins>F<
2519 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
2520 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
2521 inoremap <buffer> <silent> ;ht <html>
2522 </html>O
2523 inoremap <buffer> <silent> ;Hr <hr width="75%">
2524 inoremap <buffer> <silent> ;hr <hr>
2525 inoremap <buffer> <silent> ;he <head>
2526 </head>O
2527 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
2528 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
2529 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
2530 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
2531 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
2532 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
2533 inoremap <buffer> <silent> ;h6 <h6></h6>F<
2534 inoremap <buffer> <silent> ;h5 <h5></h5>F<
2535 inoremap <buffer> <silent> ;h4 <h4></h4>F<
2536 inoremap <buffer> <silent> ;h3 <h3></h3>F<
2537 inoremap <buffer> <silent> ;h2 <h2></h2>F<
2538 inoremap <buffer> <silent> ;h1 <h1></h1>F<
2539 inoremap <buffer> <silent> ;fc <font color=""></font>F"
2540 inoremap <buffer> <silent> ;fo <font size=""></font>F"
2541 inoremap <buffer> <silent> ;sn <span></span>F<
2542 inoremap <buffer> <silent> ;dv <div>
2543 </div>O
2544 inoremap <buffer> <silent> ;df <dfn></dfn>F<
2545 inoremap <buffer> <silent> ;de <del></del>F<
2546 inoremap <buffer> <silent> ;dd <dd></dd>F<
2547 inoremap <buffer> <silent> ;dt <dt></dt>F<
2548 inoremap <buffer> <silent> ;dl <dl>
2549 </dl>O
2550 inoremap <buffer> <silent> ;co <code></code>F<
2551 inoremap <buffer> <silent> ;ci <cite></cite>F<
2552 inoremap <buffer> <silent> ;ce <center></center>F<
2553 inoremap <buffer> <silent> ;br <br>
2554 inoremap <buffer> <silent> ;bd <body>
2555 </body>O
2556 inoremap <buffer> <silent> ;bl <blockquote>
2557 </blockquote>O
2558 inoremap <buffer> <silent> ;bi <big></big>F<
2559 inoremap <buffer> <silent> ;bh <base href="">F"
2560 inoremap <buffer> <silent> ;ad <address></address>F<
2561 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
2562 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
2563 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
2564 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
2565 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
2566 inoremap <buffer> <silent> ;an <a name=""></a>F"
2567 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
2568 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
2569 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
2570 inoremap <buffer> <silent> ;ah <a href=""></a>F"
2571 imap <buffer> <silent> ;s4 ;s4
2572 imap <buffer> <silent> ;4 ;4
2573 inoremap <buffer> <silent> ;mi :call MangleImageTag()
2574 inoremap <buffer> <silent> ; 
2575 inoremap <buffer> <silent> ;& &
2576 inoremap <buffer> <silent> ;; ;
2577 setlocal keymap=
2578 setlocal noarabic
2579 setlocal autoindent
2580 setlocal balloonexpr=
2581 setlocal nobinary
2582 setlocal bufhidden=
2583 setlocal buflisted
2584 setlocal buftype=
2585 setlocal nocindent
2586 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
2587 setlocal cinoptions=
2588 setlocal cinwords=if,else,while,do,for,switch
2589 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
2590 setlocal commentstring=<!--%s-->
2591 setlocal complete=.,w,b,u,t,i
2592 setlocal completefunc=
2593 setlocal nocopyindent
2594 setlocal nocursorcolumn
2595 setlocal nocursorline
2596 setlocal define=
2597 setlocal dictionary=
2598 setlocal nodiff
2599 setlocal equalprg=
2600 setlocal errorformat=
2601 setlocal noexpandtab
2602 if &filetype != 'html'
2603 setlocal filetype=html
2604 endif
2605 setlocal foldcolumn=0
2606 setlocal foldenable
2607 setlocal foldexpr=0
2608 setlocal foldignore=#
2609 setlocal foldlevel=0
2610 setlocal foldmarker={{{,}}}
2611 setlocal foldmethod=manual
2612 setlocal foldminlines=1
2613 setlocal foldnestmax=20
2614 setlocal foldtext=foldtext()
2615 setlocal formatexpr=
2616 setlocal formatoptions=tcq
2617 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
2618 setlocal grepprg=
2619 setlocal iminsert=2
2620 setlocal imsearch=2
2621 setlocal include=
2622 setlocal includeexpr=
2623 setlocal indentexpr=
2624 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
2625 setlocal noinfercase
2626 setlocal iskeyword=@,48-57,_,192-255
2627 setlocal keywordprg=
2628 setlocal nolinebreak
2629 setlocal nolisp
2630 setlocal nolist
2631 setlocal makeprg=
2632 setlocal matchpairs=(:),{:},[:],<:>
2633 setlocal nomodeline
2634 setlocal modifiable
2635 setlocal nrformats=octal,hex
2636 setlocal nonumber
2637 setlocal numberwidth=4
2638 setlocal omnifunc=htmlcomplete#CompleteTags
2639 setlocal path=
2640 setlocal nopreserveindent
2641 setlocal nopreviewwindow
2642 setlocal quoteescape=\\
2643 setlocal noreadonly
2644 setlocal norightleft
2645 setlocal rightleftcmd=search
2646 setlocal noscrollbind
2647 setlocal shiftwidth=8
2648 setlocal noshortname
2649 setlocal nosmartindent
2650 setlocal softtabstop=0
2651 setlocal nospell
2652 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
2653 setlocal spellfile=
2654 setlocal spelllang=en
2655 setlocal statusline=
2656 setlocal suffixesadd=
2657 setlocal swapfile
2658 setlocal synmaxcol=3000
2659 if &syntax != 'html'
2660 setlocal syntax=html
2661 endif
2662 setlocal tabstop=2
2663 setlocal tags=
2664 setlocal textwidth=0
2665 setlocal thesaurus=
2666 setlocal nowinfixheight
2667 setlocal nowinfixwidth
2668 setlocal wrap
2669 setlocal wrapmargin=0
2670 silent! normal! zE
2671 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
2672 if s:l < 1 | let s:l = 1 | endif
2673 exe s:l
2674 normal! zt
2675 1
2676 normal! 0
2677 tabedit flash-backup.html
2678 set splitbelow splitright
2679 set nosplitbelow
2680 set nosplitright
2681 wincmd t
2682 set winheight=1 winwidth=1
2683 argglobal
2684 7argu
2685 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
2686 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
2687 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
2688 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
2689 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
2690 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
2691 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
2692 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
2693 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
2694 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
2695 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
2696 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
2697 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
2698 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
2699 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
2700 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
2701 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
2702 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
2703 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">')
2704 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">')
2705 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
2706 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
2707 nnoremap <buffer> <silent> ; 
2708 nnoremap <buffer> <silent> ;; ;
2709 vnoremap <buffer> <silent> ;; ;
2710 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
2711 inoremap <buffer> <silent> &hA &hArr;
2712 inoremap <buffer> <silent> &dA &dArr;
2713 inoremap <buffer> <silent> &rA &rArr;
2714 inoremap <buffer> <silent> &uA &uArr;
2715 inoremap <buffer> <silent> &lA &lArr;
2716 inoremap <buffer> <silent> &ha &harr;
2717 inoremap <buffer> <silent> &da &darr;
2718 inoremap <buffer> <silent> &ra &rarr;
2719 inoremap <buffer> <silent> &ua &uarr;
2720 inoremap <buffer> <silent> &la &larr;
2721 inoremap <buffer> <silent> &pv &piv;
2722 inoremap <buffer> <silent> &uh &upsih;
2723 inoremap <buffer> <silent> &ts &thetasym;
2724 inoremap <buffer> <silent> &og &omega;
2725 inoremap <buffer> <silent> &ps &psi;
2726 inoremap <buffer> <silent> &ch &chi;
2727 inoremap <buffer> <silent> &ph &phi;
2728 inoremap <buffer> <silent> &up &upsilon;
2729 inoremap <buffer> <silent> &ta &tau;
2730 inoremap <buffer> <silent> &sf &sigmaf;
2731 inoremap <buffer> <silent> &si &sigma;
2732 inoremap <buffer> <silent> &rh &rho;
2733 inoremap <buffer> <silent> &pi &pi;
2734 inoremap <buffer> <silent> &oc &omicron;
2735 inoremap <buffer> <silent> &xi &xi;
2736 inoremap <buffer> <silent> &nu &nu;
2737 inoremap <buffer> <silent> &mu &mu;
2738 inoremap <buffer> <silent> &lm &lambda;
2739 inoremap <buffer> <silent> &ka &kappa;
2740 inoremap <buffer> <silent> &io &iota;
2741 inoremap <buffer> <silent> &th &theta;
2742 inoremap <buffer> <silent> &et &eta;
2743 inoremap <buffer> <silent> &ze &zeta;
2744 inoremap <buffer> <silent> &ep &epsilon;
2745 inoremap <buffer> <silent> &de &delta;
2746 inoremap <buffer> <silent> &ga &gamma;
2747 inoremap <buffer> <silent> &be &beta;
2748 inoremap <buffer> <silent> &al &alpha;
2749 inoremap <buffer> <silent> &Ps &Psi;
2750 inoremap <buffer> <silent> &Ch &Chi;
2751 inoremap <buffer> <silent> &Ph &Phi;
2752 inoremap <buffer> <silent> &Up &Upsilon;
2753 inoremap <buffer> <silent> &Ta &Tau;
2754 inoremap <buffer> <silent> &Si &Sigma;
2755 inoremap <buffer> <silent> &Rh &Rho;
2756 inoremap <buffer> <silent> &Pi &Pi;
2757 inoremap <buffer> <silent> &Oc &Omicron;
2758 inoremap <buffer> <silent> &Xi &Xi;
2759 inoremap <buffer> <silent> &Nu &Nu;
2760 inoremap <buffer> <silent> &Mu &Mu;
2761 inoremap <buffer> <silent> &Lm &Lambda;
2762 inoremap <buffer> <silent> &Ka &Kappa;
2763 inoremap <buffer> <silent> &Io &Iota;
2764 inoremap <buffer> <silent> &Th &Theta;
2765 inoremap <buffer> <silent> &Et &Eta;
2766 inoremap <buffer> <silent> &Ze &Zeta;
2767 inoremap <buffer> <silent> &Ep &Epsilon;
2768 inoremap <buffer> <silent> &De &Delta;
2769 inoremap <buffer> <silent> &Ga &Gamma;
2770 inoremap <buffer> <silent> &Be &Beta;
2771 inoremap <buffer> <silent> &Al &Alpha;
2772 inoremap <buffer> <silent> &3. &hellip;
2773 inoremap <buffer> <silent> &-- &mdash;
2774 inoremap <buffer> <silent> &3- &mdash;
2775 inoremap <buffer> <silent> &m- &mdash;
2776 inoremap <buffer> <silent> &2- &ndash;
2777 inoremap <buffer> <silent> &n- &ndash;
2778 inoremap <buffer> <silent> &34 &frac34;
2779 inoremap <buffer> <silent> &12 &frac12;
2780 inoremap <buffer> <silent> &14 &frac14;
2781 inoremap <buffer> <silent> &. &middot;
2782 inoremap <buffer> <silent> &pa &para;
2783 inoremap <buffer> <silent> &mi &micro;
2784 inoremap <buffer> <silent> &dg &deg;
2785 inoremap <buffer> <silent> &? &iquest;
2786 inoremap <buffer> <silent> &! &iexcl;
2787 inoremap <buffer> <silent> &sz &szlig;
2788 inoremap <buffer> <silent> &o/ &oslash;
2789 inoremap <buffer> <silent> &/ &divide;
2790 inoremap <buffer> <silent> &" &uml;
2791 inoremap <buffer> <silent> &2> &raquo;
2792 inoremap <buffer> <silent> &2< &laquo;
2793 inoremap <buffer> <silent> &y" &yuml;
2794 inoremap <buffer> <silent> &y' &yacute;
2795 inoremap <buffer> <silent> &u" &uuml;
2796 inoremap <buffer> <silent> &u^ &ucirc;
2797 inoremap <buffer> <silent> &u' &uacute;
2798 inoremap <buffer> <silent> &u` &ugrave;
2799 inoremap <buffer> <silent> &x &times;
2800 inoremap <buffer> <silent> &o" &ouml;
2801 inoremap <buffer> <silent> &o~ &otilde;
2802 inoremap <buffer> <silent> &o^ &ocirc;
2803 inoremap <buffer> <silent> &o' &oacute;
2804 inoremap <buffer> <silent> &o` &ograve;
2805 inoremap <buffer> <silent> &n~ &ntilde;
2806 inoremap <buffer> <silent> &i" &iuml;
2807 inoremap <buffer> <silent> &i^ &icirc;
2808 inoremap <buffer> <silent> &i' &iacute;
2809 inoremap <buffer> <silent> &i` &igrave;
2810 inoremap <buffer> <silent> &e" &euml;
2811 inoremap <buffer> <silent> &e^ &ecirc;
2812 inoremap <buffer> <silent> &e' &eacute;
2813 inoremap <buffer> <silent> &e` &egrave;
2814 inoremap <buffer> <silent> &c, &ccedil;
2815 inoremap <buffer> <silent> &ae &aelig;
2816 inoremap <buffer> <silent> &ao &aring;
2817 inoremap <buffer> <silent> &a" &auml;
2818 inoremap <buffer> <silent> &a~ &atilde;
2819 inoremap <buffer> <silent> &a^ &acirc;
2820 inoremap <buffer> <silent> &a' &aacute;
2821 inoremap <buffer> <silent> &a` &agrave;
2822 inoremap <buffer> <silent> &Y' &Yacute;
2823 inoremap <buffer> <silent> &U" &Uuml;
2824 inoremap <buffer> <silent> &U^ &Ucirc;
2825 inoremap <buffer> <silent> &U' &Uacute;
2826 inoremap <buffer> <silent> &U` &Ugrave;
2827 inoremap <buffer> <silent> &O/ &Oslash;
2828 inoremap <buffer> <silent> &O" &Ouml;
2829 inoremap <buffer> <silent> &O~ &Otilde;
2830 inoremap <buffer> <silent> &O^ &Ocirc;
2831 inoremap <buffer> <silent> &O' &Oacute;
2832 inoremap <buffer> <silent> &O` &Ograve;
2833 inoremap <buffer> <silent> &N~ &Ntilde;
2834 inoremap <buffer> <silent> &I" &Iuml;
2835 inoremap <buffer> <silent> &I^ &Icirc;
2836 inoremap <buffer> <silent> &I' &Iacute;
2837 inoremap <buffer> <silent> &I` &Igrave;
2838 inoremap <buffer> <silent> &E" &Euml;
2839 inoremap <buffer> <silent> &E^ &Ecirc;
2840 inoremap <buffer> <silent> &E' &Eacute;
2841 inoremap <buffer> <silent> &E` &Egrave;
2842 inoremap <buffer> <silent> &C, &Ccedil;
2843 inoremap <buffer> <silent> &AE &AElig;
2844 inoremap <buffer> <silent> &Ao &Aring;
2845 inoremap <buffer> <silent> &A" &Auml;
2846 inoremap <buffer> <silent> &A~ &Atilde;
2847 inoremap <buffer> <silent> &A^ &Acirc;
2848 inoremap <buffer> <silent> &A' &Aacute;
2849 inoremap <buffer> <silent> &A` &Agrave;
2850 inoremap <buffer> <silent> &c| &cent;
2851 inoremap <buffer> <silent> &Y= &yen;
2852 inoremap <buffer> <silent> &# &pound;
2853 inoremap <buffer> <silent> & &nbsp;
2854 inoremap <buffer> <silent> &> &gt;
2855 inoremap <buffer> <silent> &< &lt;
2856 inoremap <buffer> <silent> &' &quot;
2857 inoremap <buffer> <silent> &tm &trade;
2858 inoremap <buffer> <silent> &rO &reg;
2859 inoremap <buffer> <silent> &cO &copy;
2860 inoremap <buffer> <silent> && &amp;
2861 inoremap <buffer> <silent> ; &nbsp;
2862 inoremap <buffer> <silent> ;la <label for=""></label>F"
2863 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
2864 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
2865 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
2866 </textarea>k$5F"i
2867 inoremap <buffer> <silent> ;og <optgroup label="">
2868 </optgroup>k$F"i
2869 inoremap <buffer> <silent> ;op <option></option>F<
2870 inoremap <buffer> <silent> ;ms <select name="" multiple>
2871 </select>O
2872 inoremap <buffer> <silent> ;se <select name="">
2873 </select>O
2874 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
2875 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
2876 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
2877 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
2878 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
2879 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
2880 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
2881 inoremap <buffer> <silent> ;fm <form action="">
2882 </form>k$F"i
2883 inoremap <buffer> <silent> ;if <iframe src="">
2884 </iframe>k$F"i
2885 inoremap <buffer> <silent> ;nf <noframes>
2886 </noframes>O
2887 inoremap <buffer> <silent> ;fr <frame src="">F"
2888 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
2889 </frameset>k$3F"i
2890 inoremap <buffer> <silent> ;th <th></th>F<
2891 inoremap <buffer> <silent> ;td <td>
2892 </td>O
2893 inoremap <buffer> <silent> ;tr <tr>
2894 </tr>O
2895 inoremap <buffer> <silent> ;tf <tfoot>
2896 </tfoot>O
2897 inoremap <buffer> <silent> ;tb <tbody>
2898 </tbody>O
2899 inoremap <buffer> <silent> ;tH <thead>
2900 </thead>O
2901 inoremap <buffer> <silent> ;ta <table>
2902 </table>O
2903 inoremap <buffer> <silent> ;ca <caption></caption>F<
2904 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
2905 </object>k$5F"i
2906 inoremap <buffer> <silent> ;ns <noscript>
2907 </noscripT>O
2908 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
2909 <noembed></noembed>k$5F"i
2910 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
2911 inoremap <buffer> <silent> ;va <var></var>F<
2912 inoremap <buffer> <silent> ;ul <ul>
2913 </ul>O
2914 inoremap <buffer> <silent> ;tt <tt></tt>F<
2915 inoremap <buffer> <silent> ;ti <title></title>F<
2916 inoremap <buffer> <silent> ;sp <sup></sup>F<
2917 inoremap <buffer> <silent> ;sb <sub></sub>F<
2918 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
2919 inoremap <buffer> <silent> ;cs <style type="text/css">
2920 <!--
2921 -->
2922 </style>kO
2923 inoremap <buffer> <silent> ;sm <small></small>F<
2924 inoremap <buffer> <silent> ;sa <samp></samp>F<
2925 inoremap <buffer> <silent> ;sk <strike></strike>F<
2926 inoremap <buffer> <silent> ;qu <q></q>F<
2927 inoremap <buffer> <silent> ;pr <pre>
2928 </pre>O
2929 inoremap <buffer> <silent> ;/p </p>
2930 
2931 <p>
2932 inoremap <buffer> <silent> ;pp <p>
2933 </p>O
2934 inoremap <buffer> <silent> ;ol <ol>
2935 </ol>O
2936 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
2937 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
2938 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
2939 inoremap <buffer> <silent> ;lk <link href="">F"
2940 inoremap <buffer> <silent> ;li <li></li>F<
2941 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
2942 inoremap <buffer> <silent> ;ii <isindex>
2943 inoremap <buffer> <silent> ;in <ins></ins>F<
2944 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
2945 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
2946 inoremap <buffer> <silent> ;ht <html>
2947 </html>O
2948 inoremap <buffer> <silent> ;Hr <hr width="75%">
2949 inoremap <buffer> <silent> ;hr <hr>
2950 inoremap <buffer> <silent> ;he <head>
2951 </head>O
2952 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
2953 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
2954 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
2955 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
2956 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
2957 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
2958 inoremap <buffer> <silent> ;h6 <h6></h6>F<
2959 inoremap <buffer> <silent> ;h5 <h5></h5>F<
2960 inoremap <buffer> <silent> ;h4 <h4></h4>F<
2961 inoremap <buffer> <silent> ;h3 <h3></h3>F<
2962 inoremap <buffer> <silent> ;h2 <h2></h2>F<
2963 inoremap <buffer> <silent> ;h1 <h1></h1>F<
2964 inoremap <buffer> <silent> ;fc <font color=""></font>F"
2965 inoremap <buffer> <silent> ;fo <font size=""></font>F"
2966 inoremap <buffer> <silent> ;sn <span></span>F<
2967 inoremap <buffer> <silent> ;dv <div>
2968 </div>O
2969 inoremap <buffer> <silent> ;df <dfn></dfn>F<
2970 inoremap <buffer> <silent> ;de <del></del>F<
2971 inoremap <buffer> <silent> ;dd <dd></dd>F<
2972 inoremap <buffer> <silent> ;dt <dt></dt>F<
2973 inoremap <buffer> <silent> ;dl <dl>
2974 </dl>O
2975 inoremap <buffer> <silent> ;co <code></code>F<
2976 inoremap <buffer> <silent> ;ci <cite></cite>F<
2977 inoremap <buffer> <silent> ;ce <center></center>F<
2978 inoremap <buffer> <silent> ;br <br>
2979 inoremap <buffer> <silent> ;bd <body>
2980 </body>O
2981 inoremap <buffer> <silent> ;bl <blockquote>
2982 </blockquote>O
2983 inoremap <buffer> <silent> ;bi <big></big>F<
2984 inoremap <buffer> <silent> ;bh <base href="">F"
2985 inoremap <buffer> <silent> ;ad <address></address>F<
2986 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
2987 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
2988 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
2989 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
2990 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
2991 inoremap <buffer> <silent> ;an <a name=""></a>F"
2992 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
2993 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
2994 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
2995 inoremap <buffer> <silent> ;ah <a href=""></a>F"
2996 imap <buffer> <silent> ;s4 ;s4
2997 imap <buffer> <silent> ;4 ;4
2998 inoremap <buffer> <silent> ;mi :call MangleImageTag()
2999 inoremap <buffer> <silent> ; 
3000 inoremap <buffer> <silent> ;& &
3001 inoremap <buffer> <silent> ;; ;
3002 setlocal keymap=
3003 setlocal noarabic
3004 setlocal autoindent
3005 setlocal balloonexpr=
3006 setlocal nobinary
3007 setlocal bufhidden=
3008 setlocal buflisted
3009 setlocal buftype=
3010 setlocal nocindent
3011 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
3012 setlocal cinoptions=
3013 setlocal cinwords=if,else,while,do,for,switch
3014 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
3015 setlocal commentstring=<!--%s-->
3016 setlocal complete=.,w,b,u,t,i
3017 setlocal completefunc=
3018 setlocal nocopyindent
3019 setlocal nocursorcolumn
3020 setlocal nocursorline
3021 setlocal define=
3022 setlocal dictionary=
3023 setlocal nodiff
3024 setlocal equalprg=
3025 setlocal errorformat=
3026 setlocal noexpandtab
3027 if &filetype != 'html'
3028 setlocal filetype=html
3029 endif
3030 setlocal foldcolumn=0
3031 setlocal foldenable
3032 setlocal foldexpr=0
3033 setlocal foldignore=#
3034 setlocal foldlevel=0
3035 setlocal foldmarker={{{,}}}
3036 setlocal foldmethod=manual
3037 setlocal foldminlines=1
3038 setlocal foldnestmax=20
3039 setlocal foldtext=foldtext()
3040 setlocal formatexpr=
3041 setlocal formatoptions=tcq
3042 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
3043 setlocal grepprg=
3044 setlocal iminsert=2
3045 setlocal imsearch=2
3046 setlocal include=
3047 setlocal includeexpr=
3048 setlocal indentexpr=
3049 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
3050 setlocal noinfercase
3051 setlocal iskeyword=@,48-57,_,192-255
3052 setlocal keywordprg=
3053 setlocal nolinebreak
3054 setlocal nolisp
3055 setlocal nolist
3056 setlocal makeprg=
3057 setlocal matchpairs=(:),{:},[:],<:>
3058 setlocal nomodeline
3059 setlocal modifiable
3060 setlocal nrformats=octal,hex
3061 setlocal nonumber
3062 setlocal numberwidth=4
3063 setlocal omnifunc=htmlcomplete#CompleteTags
3064 setlocal path=
3065 setlocal nopreserveindent
3066 setlocal nopreviewwindow
3067 setlocal quoteescape=\\
3068 setlocal noreadonly
3069 setlocal norightleft
3070 setlocal rightleftcmd=search
3071 setlocal noscrollbind
3072 setlocal shiftwidth=8
3073 setlocal noshortname
3074 setlocal nosmartindent
3075 setlocal softtabstop=0
3076 setlocal nospell
3077 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
3078 setlocal spellfile=
3079 setlocal spelllang=en
3080 setlocal statusline=
3081 setlocal suffixesadd=
3082 setlocal swapfile
3083 setlocal synmaxcol=3000
3084 if &syntax != 'html'
3085 setlocal syntax=html
3086 endif
3087 setlocal tabstop=2
3088 setlocal tags=
3089 setlocal textwidth=0
3090 setlocal thesaurus=
3091 setlocal nowinfixheight
3092 setlocal nowinfixwidth
3093 setlocal wrap
3094 setlocal wrapmargin=0
3095 silent! normal! zE
3096 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
3097 if s:l < 1 | let s:l = 1 | endif
3098 exe s:l
3099 normal! zt
3100 1
3101 normal! 0
3102 tabedit help.html
3103 set splitbelow splitright
3104 set nosplitbelow
3105 set nosplitright
3106 wincmd t
3107 set winheight=1 winwidth=1
3108 argglobal
3109 8argu
3110 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3111 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3112 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
3113 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
3114 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
3115 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
3116 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
3117 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
3118 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
3119 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
3120 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
3121 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
3122 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
3123 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
3124 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
3125 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
3126 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
3127 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
3128 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">')
3129 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">')
3130 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
3131 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
3132 nnoremap <buffer> <silent> ; 
3133 nnoremap <buffer> <silent> ;; ;
3134 vnoremap <buffer> <silent> ;; ;
3135 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
3136 inoremap <buffer> <silent> &hA &hArr;
3137 inoremap <buffer> <silent> &dA &dArr;
3138 inoremap <buffer> <silent> &rA &rArr;
3139 inoremap <buffer> <silent> &uA &uArr;
3140 inoremap <buffer> <silent> &lA &lArr;
3141 inoremap <buffer> <silent> &ha &harr;
3142 inoremap <buffer> <silent> &da &darr;
3143 inoremap <buffer> <silent> &ra &rarr;
3144 inoremap <buffer> <silent> &ua &uarr;
3145 inoremap <buffer> <silent> &la &larr;
3146 inoremap <buffer> <silent> &pv &piv;
3147 inoremap <buffer> <silent> &uh &upsih;
3148 inoremap <buffer> <silent> &ts &thetasym;
3149 inoremap <buffer> <silent> &og &omega;
3150 inoremap <buffer> <silent> &ps &psi;
3151 inoremap <buffer> <silent> &ch &chi;
3152 inoremap <buffer> <silent> &ph &phi;
3153 inoremap <buffer> <silent> &up &upsilon;
3154 inoremap <buffer> <silent> &ta &tau;
3155 inoremap <buffer> <silent> &sf &sigmaf;
3156 inoremap <buffer> <silent> &si &sigma;
3157 inoremap <buffer> <silent> &rh &rho;
3158 inoremap <buffer> <silent> &pi &pi;
3159 inoremap <buffer> <silent> &oc &omicron;
3160 inoremap <buffer> <silent> &xi &xi;
3161 inoremap <buffer> <silent> &nu &nu;
3162 inoremap <buffer> <silent> &mu &mu;
3163 inoremap <buffer> <silent> &lm &lambda;
3164 inoremap <buffer> <silent> &ka &kappa;
3165 inoremap <buffer> <silent> &io &iota;
3166 inoremap <buffer> <silent> &th &theta;
3167 inoremap <buffer> <silent> &et &eta;
3168 inoremap <buffer> <silent> &ze &zeta;
3169 inoremap <buffer> <silent> &ep &epsilon;
3170 inoremap <buffer> <silent> &de &delta;
3171 inoremap <buffer> <silent> &ga &gamma;
3172 inoremap <buffer> <silent> &be &beta;
3173 inoremap <buffer> <silent> &al &alpha;
3174 inoremap <buffer> <silent> &Ps &Psi;
3175 inoremap <buffer> <silent> &Ch &Chi;
3176 inoremap <buffer> <silent> &Ph &Phi;
3177 inoremap <buffer> <silent> &Up &Upsilon;
3178 inoremap <buffer> <silent> &Ta &Tau;
3179 inoremap <buffer> <silent> &Si &Sigma;
3180 inoremap <buffer> <silent> &Rh &Rho;
3181 inoremap <buffer> <silent> &Pi &Pi;
3182 inoremap <buffer> <silent> &Oc &Omicron;
3183 inoremap <buffer> <silent> &Xi &Xi;
3184 inoremap <buffer> <silent> &Nu &Nu;
3185 inoremap <buffer> <silent> &Mu &Mu;
3186 inoremap <buffer> <silent> &Lm &Lambda;
3187 inoremap <buffer> <silent> &Ka &Kappa;
3188 inoremap <buffer> <silent> &Io &Iota;
3189 inoremap <buffer> <silent> &Th &Theta;
3190 inoremap <buffer> <silent> &Et &Eta;
3191 inoremap <buffer> <silent> &Ze &Zeta;
3192 inoremap <buffer> <silent> &Ep &Epsilon;
3193 inoremap <buffer> <silent> &De &Delta;
3194 inoremap <buffer> <silent> &Ga &Gamma;
3195 inoremap <buffer> <silent> &Be &Beta;
3196 inoremap <buffer> <silent> &Al &Alpha;
3197 inoremap <buffer> <silent> &3. &hellip;
3198 inoremap <buffer> <silent> &-- &mdash;
3199 inoremap <buffer> <silent> &3- &mdash;
3200 inoremap <buffer> <silent> &m- &mdash;
3201 inoremap <buffer> <silent> &2- &ndash;
3202 inoremap <buffer> <silent> &n- &ndash;
3203 inoremap <buffer> <silent> &34 &frac34;
3204 inoremap <buffer> <silent> &12 &frac12;
3205 inoremap <buffer> <silent> &14 &frac14;
3206 inoremap <buffer> <silent> &. &middot;
3207 inoremap <buffer> <silent> &pa &para;
3208 inoremap <buffer> <silent> &mi &micro;
3209 inoremap <buffer> <silent> &dg &deg;
3210 inoremap <buffer> <silent> &? &iquest;
3211 inoremap <buffer> <silent> &! &iexcl;
3212 inoremap <buffer> <silent> &sz &szlig;
3213 inoremap <buffer> <silent> &o/ &oslash;
3214 inoremap <buffer> <silent> &/ &divide;
3215 inoremap <buffer> <silent> &" &uml;
3216 inoremap <buffer> <silent> &2> &raquo;
3217 inoremap <buffer> <silent> &2< &laquo;
3218 inoremap <buffer> <silent> &y" &yuml;
3219 inoremap <buffer> <silent> &y' &yacute;
3220 inoremap <buffer> <silent> &u" &uuml;
3221 inoremap <buffer> <silent> &u^ &ucirc;
3222 inoremap <buffer> <silent> &u' &uacute;
3223 inoremap <buffer> <silent> &u` &ugrave;
3224 inoremap <buffer> <silent> &x &times;
3225 inoremap <buffer> <silent> &o" &ouml;
3226 inoremap <buffer> <silent> &o~ &otilde;
3227 inoremap <buffer> <silent> &o^ &ocirc;
3228 inoremap <buffer> <silent> &o' &oacute;
3229 inoremap <buffer> <silent> &o` &ograve;
3230 inoremap <buffer> <silent> &n~ &ntilde;
3231 inoremap <buffer> <silent> &i" &iuml;
3232 inoremap <buffer> <silent> &i^ &icirc;
3233 inoremap <buffer> <silent> &i' &iacute;
3234 inoremap <buffer> <silent> &i` &igrave;
3235 inoremap <buffer> <silent> &e" &euml;
3236 inoremap <buffer> <silent> &e^ &ecirc;
3237 inoremap <buffer> <silent> &e' &eacute;
3238 inoremap <buffer> <silent> &e` &egrave;
3239 inoremap <buffer> <silent> &c, &ccedil;
3240 inoremap <buffer> <silent> &ae &aelig;
3241 inoremap <buffer> <silent> &ao &aring;
3242 inoremap <buffer> <silent> &a" &auml;
3243 inoremap <buffer> <silent> &a~ &atilde;
3244 inoremap <buffer> <silent> &a^ &acirc;
3245 inoremap <buffer> <silent> &a' &aacute;
3246 inoremap <buffer> <silent> &a` &agrave;
3247 inoremap <buffer> <silent> &Y' &Yacute;
3248 inoremap <buffer> <silent> &U" &Uuml;
3249 inoremap <buffer> <silent> &U^ &Ucirc;
3250 inoremap <buffer> <silent> &U' &Uacute;
3251 inoremap <buffer> <silent> &U` &Ugrave;
3252 inoremap <buffer> <silent> &O/ &Oslash;
3253 inoremap <buffer> <silent> &O" &Ouml;
3254 inoremap <buffer> <silent> &O~ &Otilde;
3255 inoremap <buffer> <silent> &O^ &Ocirc;
3256 inoremap <buffer> <silent> &O' &Oacute;
3257 inoremap <buffer> <silent> &O` &Ograve;
3258 inoremap <buffer> <silent> &N~ &Ntilde;
3259 inoremap <buffer> <silent> &I" &Iuml;
3260 inoremap <buffer> <silent> &I^ &Icirc;
3261 inoremap <buffer> <silent> &I' &Iacute;
3262 inoremap <buffer> <silent> &I` &Igrave;
3263 inoremap <buffer> <silent> &E" &Euml;
3264 inoremap <buffer> <silent> &E^ &Ecirc;
3265 inoremap <buffer> <silent> &E' &Eacute;
3266 inoremap <buffer> <silent> &E` &Egrave;
3267 inoremap <buffer> <silent> &C, &Ccedil;
3268 inoremap <buffer> <silent> &AE &AElig;
3269 inoremap <buffer> <silent> &Ao &Aring;
3270 inoremap <buffer> <silent> &A" &Auml;
3271 inoremap <buffer> <silent> &A~ &Atilde;
3272 inoremap <buffer> <silent> &A^ &Acirc;
3273 inoremap <buffer> <silent> &A' &Aacute;
3274 inoremap <buffer> <silent> &A` &Agrave;
3275 inoremap <buffer> <silent> &c| &cent;
3276 inoremap <buffer> <silent> &Y= &yen;
3277 inoremap <buffer> <silent> &# &pound;
3278 inoremap <buffer> <silent> & &nbsp;
3279 inoremap <buffer> <silent> &> &gt;
3280 inoremap <buffer> <silent> &< &lt;
3281 inoremap <buffer> <silent> &' &quot;
3282 inoremap <buffer> <silent> &tm &trade;
3283 inoremap <buffer> <silent> &rO &reg;
3284 inoremap <buffer> <silent> &cO &copy;
3285 inoremap <buffer> <silent> && &amp;
3286 inoremap <buffer> <silent> ; &nbsp;
3287 inoremap <buffer> <silent> ;la <label for=""></label>F"
3288 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
3289 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
3290 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
3291 </textarea>k$5F"i
3292 inoremap <buffer> <silent> ;og <optgroup label="">
3293 </optgroup>k$F"i
3294 inoremap <buffer> <silent> ;op <option></option>F<
3295 inoremap <buffer> <silent> ;ms <select name="" multiple>
3296 </select>O
3297 inoremap <buffer> <silent> ;se <select name="">
3298 </select>O
3299 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
3300 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
3301 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
3302 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
3303 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
3304 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
3305 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
3306 inoremap <buffer> <silent> ;fm <form action="">
3307 </form>k$F"i
3308 inoremap <buffer> <silent> ;if <iframe src="">
3309 </iframe>k$F"i
3310 inoremap <buffer> <silent> ;nf <noframes>
3311 </noframes>O
3312 inoremap <buffer> <silent> ;fr <frame src="">F"
3313 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
3314 </frameset>k$3F"i
3315 inoremap <buffer> <silent> ;th <th></th>F<
3316 inoremap <buffer> <silent> ;td <td>
3317 </td>O
3318 inoremap <buffer> <silent> ;tr <tr>
3319 </tr>O
3320 inoremap <buffer> <silent> ;tf <tfoot>
3321 </tfoot>O
3322 inoremap <buffer> <silent> ;tb <tbody>
3323 </tbody>O
3324 inoremap <buffer> <silent> ;tH <thead>
3325 </thead>O
3326 inoremap <buffer> <silent> ;ta <table>
3327 </table>O
3328 inoremap <buffer> <silent> ;ca <caption></caption>F<
3329 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
3330 </object>k$5F"i
3331 inoremap <buffer> <silent> ;ns <noscript>
3332 </noscripT>O
3333 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
3334 <noembed></noembed>k$5F"i
3335 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
3336 inoremap <buffer> <silent> ;va <var></var>F<
3337 inoremap <buffer> <silent> ;ul <ul>
3338 </ul>O
3339 inoremap <buffer> <silent> ;tt <tt></tt>F<
3340 inoremap <buffer> <silent> ;ti <title></title>F<
3341 inoremap <buffer> <silent> ;sp <sup></sup>F<
3342 inoremap <buffer> <silent> ;sb <sub></sub>F<
3343 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
3344 inoremap <buffer> <silent> ;cs <style type="text/css">
3345 <!--
3346 -->
3347 </style>kO
3348 inoremap <buffer> <silent> ;sm <small></small>F<
3349 inoremap <buffer> <silent> ;sa <samp></samp>F<
3350 inoremap <buffer> <silent> ;sk <strike></strike>F<
3351 inoremap <buffer> <silent> ;qu <q></q>F<
3352 inoremap <buffer> <silent> ;pr <pre>
3353 </pre>O
3354 inoremap <buffer> <silent> ;/p </p>
3355 
3356 <p>
3357 inoremap <buffer> <silent> ;pp <p>
3358 </p>O
3359 inoremap <buffer> <silent> ;ol <ol>
3360 </ol>O
3361 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
3362 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
3363 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
3364 inoremap <buffer> <silent> ;lk <link href="">F"
3365 inoremap <buffer> <silent> ;li <li></li>F<
3366 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
3367 inoremap <buffer> <silent> ;ii <isindex>
3368 inoremap <buffer> <silent> ;in <ins></ins>F<
3369 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
3370 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
3371 inoremap <buffer> <silent> ;ht <html>
3372 </html>O
3373 inoremap <buffer> <silent> ;Hr <hr width="75%">
3374 inoremap <buffer> <silent> ;hr <hr>
3375 inoremap <buffer> <silent> ;he <head>
3376 </head>O
3377 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
3378 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
3379 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
3380 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
3381 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
3382 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
3383 inoremap <buffer> <silent> ;h6 <h6></h6>F<
3384 inoremap <buffer> <silent> ;h5 <h5></h5>F<
3385 inoremap <buffer> <silent> ;h4 <h4></h4>F<
3386 inoremap <buffer> <silent> ;h3 <h3></h3>F<
3387 inoremap <buffer> <silent> ;h2 <h2></h2>F<
3388 inoremap <buffer> <silent> ;h1 <h1></h1>F<
3389 inoremap <buffer> <silent> ;fc <font color=""></font>F"
3390 inoremap <buffer> <silent> ;fo <font size=""></font>F"
3391 inoremap <buffer> <silent> ;sn <span></span>F<
3392 inoremap <buffer> <silent> ;dv <div>
3393 </div>O
3394 inoremap <buffer> <silent> ;df <dfn></dfn>F<
3395 inoremap <buffer> <silent> ;de <del></del>F<
3396 inoremap <buffer> <silent> ;dd <dd></dd>F<
3397 inoremap <buffer> <silent> ;dt <dt></dt>F<
3398 inoremap <buffer> <silent> ;dl <dl>
3399 </dl>O
3400 inoremap <buffer> <silent> ;co <code></code>F<
3401 inoremap <buffer> <silent> ;ci <cite></cite>F<
3402 inoremap <buffer> <silent> ;ce <center></center>F<
3403 inoremap <buffer> <silent> ;br <br>
3404 inoremap <buffer> <silent> ;bd <body>
3405 </body>O
3406 inoremap <buffer> <silent> ;bl <blockquote>
3407 </blockquote>O
3408 inoremap <buffer> <silent> ;bi <big></big>F<
3409 inoremap <buffer> <silent> ;bh <base href="">F"
3410 inoremap <buffer> <silent> ;ad <address></address>F<
3411 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
3412 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
3413 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
3414 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
3415 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
3416 inoremap <buffer> <silent> ;an <a name=""></a>F"
3417 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
3418 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
3419 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
3420 inoremap <buffer> <silent> ;ah <a href=""></a>F"
3421 imap <buffer> <silent> ;s4 ;s4
3422 imap <buffer> <silent> ;4 ;4
3423 inoremap <buffer> <silent> ;mi :call MangleImageTag()
3424 inoremap <buffer> <silent> ; 
3425 inoremap <buffer> <silent> ;& &
3426 inoremap <buffer> <silent> ;; ;
3427 setlocal keymap=
3428 setlocal noarabic
3429 setlocal autoindent
3430 setlocal balloonexpr=
3431 setlocal nobinary
3432 setlocal bufhidden=
3433 setlocal buflisted
3434 setlocal buftype=
3435 setlocal nocindent
3436 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
3437 setlocal cinoptions=
3438 setlocal cinwords=if,else,while,do,for,switch
3439 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
3440 setlocal commentstring=<!--%s-->
3441 setlocal complete=.,w,b,u,t,i
3442 setlocal completefunc=
3443 setlocal nocopyindent
3444 setlocal nocursorcolumn
3445 setlocal nocursorline
3446 setlocal define=
3447 setlocal dictionary=
3448 setlocal nodiff
3449 setlocal equalprg=
3450 setlocal errorformat=
3451 setlocal noexpandtab
3452 if &filetype != 'html'
3453 setlocal filetype=html
3454 endif
3455 setlocal foldcolumn=0
3456 setlocal foldenable
3457 setlocal foldexpr=0
3458 setlocal foldignore=#
3459 setlocal foldlevel=0
3460 setlocal foldmarker={{{,}}}
3461 setlocal foldmethod=manual
3462 setlocal foldminlines=1
3463 setlocal foldnestmax=20
3464 setlocal foldtext=foldtext()
3465 setlocal formatexpr=
3466 setlocal formatoptions=tcq
3467 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
3468 setlocal grepprg=
3469 setlocal iminsert=2
3470 setlocal imsearch=2
3471 setlocal include=
3472 setlocal includeexpr=
3473 setlocal indentexpr=
3474 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
3475 setlocal noinfercase
3476 setlocal iskeyword=@,48-57,_,192-255
3477 setlocal keywordprg=
3478 setlocal nolinebreak
3479 setlocal nolisp
3480 setlocal nolist
3481 setlocal makeprg=
3482 setlocal matchpairs=(:),{:},[:],<:>
3483 setlocal nomodeline
3484 setlocal modifiable
3485 setlocal nrformats=octal,hex
3486 setlocal nonumber
3487 setlocal numberwidth=4
3488 setlocal omnifunc=htmlcomplete#CompleteTags
3489 setlocal path=
3490 setlocal nopreserveindent
3491 setlocal nopreviewwindow
3492 setlocal quoteescape=\\
3493 setlocal noreadonly
3494 setlocal norightleft
3495 setlocal rightleftcmd=search
3496 setlocal noscrollbind
3497 setlocal shiftwidth=8
3498 setlocal noshortname
3499 setlocal nosmartindent
3500 setlocal softtabstop=0
3501 setlocal nospell
3502 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
3503 setlocal spellfile=
3504 setlocal spelllang=en
3505 setlocal statusline=
3506 setlocal suffixesadd=
3507 setlocal swapfile
3508 setlocal synmaxcol=3000
3509 if &syntax != 'html'
3510 setlocal syntax=html
3511 endif
3512 setlocal tabstop=2
3513 setlocal tags=
3514 setlocal textwidth=0
3515 setlocal thesaurus=
3516 setlocal nowinfixheight
3517 setlocal nowinfixwidth
3518 setlocal wrap
3519 setlocal wrapmargin=0
3520 silent! normal! zE
3521 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
3522 if s:l < 1 | let s:l = 1 | endif
3523 exe s:l
3524 normal! zt
3525 1
3526 normal! 0
3527 tabedit index.html
3528 set splitbelow splitright
3529 set nosplitbelow
3530 set nosplitright
3531 wincmd t
3532 set winheight=1 winwidth=1
3533 argglobal
3534 9argu
3535 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3536 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3537 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
3538 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
3539 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
3540 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
3541 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
3542 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
3543 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
3544 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
3545 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
3546 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
3547 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
3548 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
3549 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
3550 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
3551 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
3552 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
3553 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">')
3554 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">')
3555 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
3556 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
3557 nnoremap <buffer> <silent> ; 
3558 nnoremap <buffer> <silent> ;; ;
3559 vnoremap <buffer> <silent> ;; ;
3560 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
3561 inoremap <buffer> <silent> &hA &hArr;
3562 inoremap <buffer> <silent> &dA &dArr;
3563 inoremap <buffer> <silent> &rA &rArr;
3564 inoremap <buffer> <silent> &uA &uArr;
3565 inoremap <buffer> <silent> &lA &lArr;
3566 inoremap <buffer> <silent> &ha &harr;
3567 inoremap <buffer> <silent> &da &darr;
3568 inoremap <buffer> <silent> &ra &rarr;
3569 inoremap <buffer> <silent> &ua &uarr;
3570 inoremap <buffer> <silent> &la &larr;
3571 inoremap <buffer> <silent> &pv &piv;
3572 inoremap <buffer> <silent> &uh &upsih;
3573 inoremap <buffer> <silent> &ts &thetasym;
3574 inoremap <buffer> <silent> &og &omega;
3575 inoremap <buffer> <silent> &ps &psi;
3576 inoremap <buffer> <silent> &ch &chi;
3577 inoremap <buffer> <silent> &ph &phi;
3578 inoremap <buffer> <silent> &up &upsilon;
3579 inoremap <buffer> <silent> &ta &tau;
3580 inoremap <buffer> <silent> &sf &sigmaf;
3581 inoremap <buffer> <silent> &si &sigma;
3582 inoremap <buffer> <silent> &rh &rho;
3583 inoremap <buffer> <silent> &pi &pi;
3584 inoremap <buffer> <silent> &oc &omicron;
3585 inoremap <buffer> <silent> &xi &xi;
3586 inoremap <buffer> <silent> &nu &nu;
3587 inoremap <buffer> <silent> &mu &mu;
3588 inoremap <buffer> <silent> &lm &lambda;
3589 inoremap <buffer> <silent> &ka &kappa;
3590 inoremap <buffer> <silent> &io &iota;
3591 inoremap <buffer> <silent> &th &theta;
3592 inoremap <buffer> <silent> &et &eta;
3593 inoremap <buffer> <silent> &ze &zeta;
3594 inoremap <buffer> <silent> &ep &epsilon;
3595 inoremap <buffer> <silent> &de &delta;
3596 inoremap <buffer> <silent> &ga &gamma;
3597 inoremap <buffer> <silent> &be &beta;
3598 inoremap <buffer> <silent> &al &alpha;
3599 inoremap <buffer> <silent> &Ps &Psi;
3600 inoremap <buffer> <silent> &Ch &Chi;
3601 inoremap <buffer> <silent> &Ph &Phi;
3602 inoremap <buffer> <silent> &Up &Upsilon;
3603 inoremap <buffer> <silent> &Ta &Tau;
3604 inoremap <buffer> <silent> &Si &Sigma;
3605 inoremap <buffer> <silent> &Rh &Rho;
3606 inoremap <buffer> <silent> &Pi &Pi;
3607 inoremap <buffer> <silent> &Oc &Omicron;
3608 inoremap <buffer> <silent> &Xi &Xi;
3609 inoremap <buffer> <silent> &Nu &Nu;
3610 inoremap <buffer> <silent> &Mu &Mu;
3611 inoremap <buffer> <silent> &Lm &Lambda;
3612 inoremap <buffer> <silent> &Ka &Kappa;
3613 inoremap <buffer> <silent> &Io &Iota;
3614 inoremap <buffer> <silent> &Th &Theta;
3615 inoremap <buffer> <silent> &Et &Eta;
3616 inoremap <buffer> <silent> &Ze &Zeta;
3617 inoremap <buffer> <silent> &Ep &Epsilon;
3618 inoremap <buffer> <silent> &De &Delta;
3619 inoremap <buffer> <silent> &Ga &Gamma;
3620 inoremap <buffer> <silent> &Be &Beta;
3621 inoremap <buffer> <silent> &Al &Alpha;
3622 inoremap <buffer> <silent> &3. &hellip;
3623 inoremap <buffer> <silent> &-- &mdash;
3624 inoremap <buffer> <silent> &3- &mdash;
3625 inoremap <buffer> <silent> &m- &mdash;
3626 inoremap <buffer> <silent> &2- &ndash;
3627 inoremap <buffer> <silent> &n- &ndash;
3628 inoremap <buffer> <silent> &34 &frac34;
3629 inoremap <buffer> <silent> &12 &frac12;
3630 inoremap <buffer> <silent> &14 &frac14;
3631 inoremap <buffer> <silent> &. &middot;
3632 inoremap <buffer> <silent> &pa &para;
3633 inoremap <buffer> <silent> &mi &micro;
3634 inoremap <buffer> <silent> &dg &deg;
3635 inoremap <buffer> <silent> &? &iquest;
3636 inoremap <buffer> <silent> &! &iexcl;
3637 inoremap <buffer> <silent> &sz &szlig;
3638 inoremap <buffer> <silent> &o/ &oslash;
3639 inoremap <buffer> <silent> &/ &divide;
3640 inoremap <buffer> <silent> &" &uml;
3641 inoremap <buffer> <silent> &2> &raquo;
3642 inoremap <buffer> <silent> &2< &laquo;
3643 inoremap <buffer> <silent> &y" &yuml;
3644 inoremap <buffer> <silent> &y' &yacute;
3645 inoremap <buffer> <silent> &u" &uuml;
3646 inoremap <buffer> <silent> &u^ &ucirc;
3647 inoremap <buffer> <silent> &u' &uacute;
3648 inoremap <buffer> <silent> &u` &ugrave;
3649 inoremap <buffer> <silent> &x &times;
3650 inoremap <buffer> <silent> &o" &ouml;
3651 inoremap <buffer> <silent> &o~ &otilde;
3652 inoremap <buffer> <silent> &o^ &ocirc;
3653 inoremap <buffer> <silent> &o' &oacute;
3654 inoremap <buffer> <silent> &o` &ograve;
3655 inoremap <buffer> <silent> &n~ &ntilde;
3656 inoremap <buffer> <silent> &i" &iuml;
3657 inoremap <buffer> <silent> &i^ &icirc;
3658 inoremap <buffer> <silent> &i' &iacute;
3659 inoremap <buffer> <silent> &i` &igrave;
3660 inoremap <buffer> <silent> &e" &euml;
3661 inoremap <buffer> <silent> &e^ &ecirc;
3662 inoremap <buffer> <silent> &e' &eacute;
3663 inoremap <buffer> <silent> &e` &egrave;
3664 inoremap <buffer> <silent> &c, &ccedil;
3665 inoremap <buffer> <silent> &ae &aelig;
3666 inoremap <buffer> <silent> &ao &aring;
3667 inoremap <buffer> <silent> &a" &auml;
3668 inoremap <buffer> <silent> &a~ &atilde;
3669 inoremap <buffer> <silent> &a^ &acirc;
3670 inoremap <buffer> <silent> &a' &aacute;
3671 inoremap <buffer> <silent> &a` &agrave;
3672 inoremap <buffer> <silent> &Y' &Yacute;
3673 inoremap <buffer> <silent> &U" &Uuml;
3674 inoremap <buffer> <silent> &U^ &Ucirc;
3675 inoremap <buffer> <silent> &U' &Uacute;
3676 inoremap <buffer> <silent> &U` &Ugrave;
3677 inoremap <buffer> <silent> &O/ &Oslash;
3678 inoremap <buffer> <silent> &O" &Ouml;
3679 inoremap <buffer> <silent> &O~ &Otilde;
3680 inoremap <buffer> <silent> &O^ &Ocirc;
3681 inoremap <buffer> <silent> &O' &Oacute;
3682 inoremap <buffer> <silent> &O` &Ograve;
3683 inoremap <buffer> <silent> &N~ &Ntilde;
3684 inoremap <buffer> <silent> &I" &Iuml;
3685 inoremap <buffer> <silent> &I^ &Icirc;
3686 inoremap <buffer> <silent> &I' &Iacute;
3687 inoremap <buffer> <silent> &I` &Igrave;
3688 inoremap <buffer> <silent> &E" &Euml;
3689 inoremap <buffer> <silent> &E^ &Ecirc;
3690 inoremap <buffer> <silent> &E' &Eacute;
3691 inoremap <buffer> <silent> &E` &Egrave;
3692 inoremap <buffer> <silent> &C, &Ccedil;
3693 inoremap <buffer> <silent> &AE &AElig;
3694 inoremap <buffer> <silent> &Ao &Aring;
3695 inoremap <buffer> <silent> &A" &Auml;
3696 inoremap <buffer> <silent> &A~ &Atilde;
3697 inoremap <buffer> <silent> &A^ &Acirc;
3698 inoremap <buffer> <silent> &A' &Aacute;
3699 inoremap <buffer> <silent> &A` &Agrave;
3700 inoremap <buffer> <silent> &c| &cent;
3701 inoremap <buffer> <silent> &Y= &yen;
3702 inoremap <buffer> <silent> &# &pound;
3703 inoremap <buffer> <silent> & &nbsp;
3704 inoremap <buffer> <silent> &> &gt;
3705 inoremap <buffer> <silent> &< &lt;
3706 inoremap <buffer> <silent> &' &quot;
3707 inoremap <buffer> <silent> &tm &trade;
3708 inoremap <buffer> <silent> &rO &reg;
3709 inoremap <buffer> <silent> &cO &copy;
3710 inoremap <buffer> <silent> && &amp;
3711 inoremap <buffer> <silent> ; &nbsp;
3712 inoremap <buffer> <silent> ;la <label for=""></label>F"
3713 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
3714 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
3715 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
3716 </textarea>k$5F"i
3717 inoremap <buffer> <silent> ;og <optgroup label="">
3718 </optgroup>k$F"i
3719 inoremap <buffer> <silent> ;op <option></option>F<
3720 inoremap <buffer> <silent> ;ms <select name="" multiple>
3721 </select>O
3722 inoremap <buffer> <silent> ;se <select name="">
3723 </select>O
3724 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
3725 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
3726 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
3727 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
3728 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
3729 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
3730 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
3731 inoremap <buffer> <silent> ;fm <form action="">
3732 </form>k$F"i
3733 inoremap <buffer> <silent> ;if <iframe src="">
3734 </iframe>k$F"i
3735 inoremap <buffer> <silent> ;nf <noframes>
3736 </noframes>O
3737 inoremap <buffer> <silent> ;fr <frame src="">F"
3738 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
3739 </frameset>k$3F"i
3740 inoremap <buffer> <silent> ;th <th></th>F<
3741 inoremap <buffer> <silent> ;td <td>
3742 </td>O
3743 inoremap <buffer> <silent> ;tr <tr>
3744 </tr>O
3745 inoremap <buffer> <silent> ;tf <tfoot>
3746 </tfoot>O
3747 inoremap <buffer> <silent> ;tb <tbody>
3748 </tbody>O
3749 inoremap <buffer> <silent> ;tH <thead>
3750 </thead>O
3751 inoremap <buffer> <silent> ;ta <table>
3752 </table>O
3753 inoremap <buffer> <silent> ;ca <caption></caption>F<
3754 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
3755 </object>k$5F"i
3756 inoremap <buffer> <silent> ;ns <noscript>
3757 </noscripT>O
3758 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
3759 <noembed></noembed>k$5F"i
3760 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
3761 inoremap <buffer> <silent> ;va <var></var>F<
3762 inoremap <buffer> <silent> ;ul <ul>
3763 </ul>O
3764 inoremap <buffer> <silent> ;tt <tt></tt>F<
3765 inoremap <buffer> <silent> ;ti <title></title>F<
3766 inoremap <buffer> <silent> ;sp <sup></sup>F<
3767 inoremap <buffer> <silent> ;sb <sub></sub>F<
3768 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
3769 inoremap <buffer> <silent> ;cs <style type="text/css">
3770 <!--
3771 -->
3772 </style>kO
3773 inoremap <buffer> <silent> ;sm <small></small>F<
3774 inoremap <buffer> <silent> ;sa <samp></samp>F<
3775 inoremap <buffer> <silent> ;sk <strike></strike>F<
3776 inoremap <buffer> <silent> ;qu <q></q>F<
3777 inoremap <buffer> <silent> ;pr <pre>
3778 </pre>O
3779 inoremap <buffer> <silent> ;/p </p>
3780 
3781 <p>
3782 inoremap <buffer> <silent> ;pp <p>
3783 </p>O
3784 inoremap <buffer> <silent> ;ol <ol>
3785 </ol>O
3786 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
3787 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
3788 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
3789 inoremap <buffer> <silent> ;lk <link href="">F"
3790 inoremap <buffer> <silent> ;li <li></li>F<
3791 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
3792 inoremap <buffer> <silent> ;ii <isindex>
3793 inoremap <buffer> <silent> ;in <ins></ins>F<
3794 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
3795 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
3796 inoremap <buffer> <silent> ;ht <html>
3797 </html>O
3798 inoremap <buffer> <silent> ;Hr <hr width="75%">
3799 inoremap <buffer> <silent> ;hr <hr>
3800 inoremap <buffer> <silent> ;he <head>
3801 </head>O
3802 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
3803 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
3804 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
3805 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
3806 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
3807 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
3808 inoremap <buffer> <silent> ;h6 <h6></h6>F<
3809 inoremap <buffer> <silent> ;h5 <h5></h5>F<
3810 inoremap <buffer> <silent> ;h4 <h4></h4>F<
3811 inoremap <buffer> <silent> ;h3 <h3></h3>F<
3812 inoremap <buffer> <silent> ;h2 <h2></h2>F<
3813 inoremap <buffer> <silent> ;h1 <h1></h1>F<
3814 inoremap <buffer> <silent> ;fc <font color=""></font>F"
3815 inoremap <buffer> <silent> ;fo <font size=""></font>F"
3816 inoremap <buffer> <silent> ;sn <span></span>F<
3817 inoremap <buffer> <silent> ;dv <div>
3818 </div>O
3819 inoremap <buffer> <silent> ;df <dfn></dfn>F<
3820 inoremap <buffer> <silent> ;de <del></del>F<
3821 inoremap <buffer> <silent> ;dd <dd></dd>F<
3822 inoremap <buffer> <silent> ;dt <dt></dt>F<
3823 inoremap <buffer> <silent> ;dl <dl>
3824 </dl>O
3825 inoremap <buffer> <silent> ;co <code></code>F<
3826 inoremap <buffer> <silent> ;ci <cite></cite>F<
3827 inoremap <buffer> <silent> ;ce <center></center>F<
3828 inoremap <buffer> <silent> ;br <br>
3829 inoremap <buffer> <silent> ;bd <body>
3830 </body>O
3831 inoremap <buffer> <silent> ;bl <blockquote>
3832 </blockquote>O
3833 inoremap <buffer> <silent> ;bi <big></big>F<
3834 inoremap <buffer> <silent> ;bh <base href="">F"
3835 inoremap <buffer> <silent> ;ad <address></address>F<
3836 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
3837 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
3838 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
3839 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
3840 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
3841 inoremap <buffer> <silent> ;an <a name=""></a>F"
3842 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
3843 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
3844 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
3845 inoremap <buffer> <silent> ;ah <a href=""></a>F"
3846 imap <buffer> <silent> ;s4 ;s4
3847 imap <buffer> <silent> ;4 ;4
3848 inoremap <buffer> <silent> ;mi :call MangleImageTag()
3849 inoremap <buffer> <silent> ; 
3850 inoremap <buffer> <silent> ;& &
3851 inoremap <buffer> <silent> ;; ;
3852 setlocal keymap=
3853 setlocal noarabic
3854 setlocal autoindent
3855 setlocal balloonexpr=
3856 setlocal nobinary
3857 setlocal bufhidden=
3858 setlocal buflisted
3859 setlocal buftype=
3860 setlocal nocindent
3861 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
3862 setlocal cinoptions=
3863 setlocal cinwords=if,else,while,do,for,switch
3864 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
3865 setlocal commentstring=<!--%s-->
3866 setlocal complete=.,w,b,u,t,i
3867 setlocal completefunc=
3868 setlocal nocopyindent
3869 setlocal nocursorcolumn
3870 setlocal nocursorline
3871 setlocal define=
3872 setlocal dictionary=
3873 setlocal nodiff
3874 setlocal equalprg=
3875 setlocal errorformat=
3876 setlocal noexpandtab
3877 if &filetype != 'html'
3878 setlocal filetype=html
3879 endif
3880 setlocal foldcolumn=0
3881 setlocal foldenable
3882 setlocal foldexpr=0
3883 setlocal foldignore=#
3884 setlocal foldlevel=0
3885 setlocal foldmarker={{{,}}}
3886 setlocal foldmethod=manual
3887 setlocal foldminlines=1
3888 setlocal foldnestmax=20
3889 setlocal foldtext=foldtext()
3890 setlocal formatexpr=
3891 setlocal formatoptions=tcq
3892 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
3893 setlocal grepprg=
3894 setlocal iminsert=2
3895 setlocal imsearch=2
3896 setlocal include=
3897 setlocal includeexpr=
3898 setlocal indentexpr=
3899 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
3900 setlocal noinfercase
3901 setlocal iskeyword=@,48-57,_,192-255
3902 setlocal keywordprg=
3903 setlocal nolinebreak
3904 setlocal nolisp
3905 setlocal nolist
3906 setlocal makeprg=
3907 setlocal matchpairs=(:),{:},[:],<:>
3908 setlocal nomodeline
3909 setlocal modifiable
3910 setlocal nrformats=octal,hex
3911 setlocal nonumber
3912 setlocal numberwidth=4
3913 setlocal omnifunc=htmlcomplete#CompleteTags
3914 setlocal path=
3915 setlocal nopreserveindent
3916 setlocal nopreviewwindow
3917 setlocal quoteescape=\\
3918 setlocal noreadonly
3919 setlocal norightleft
3920 setlocal rightleftcmd=search
3921 setlocal noscrollbind
3922 setlocal shiftwidth=8
3923 setlocal noshortname
3924 setlocal nosmartindent
3925 setlocal softtabstop=0
3926 setlocal nospell
3927 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
3928 setlocal spellfile=
3929 setlocal spelllang=en
3930 setlocal statusline=
3931 setlocal suffixesadd=
3932 setlocal swapfile
3933 setlocal synmaxcol=3000
3934 if &syntax != 'html'
3935 setlocal syntax=html
3936 endif
3937 setlocal tabstop=2
3938 setlocal tags=
3939 setlocal textwidth=0
3940 setlocal thesaurus=
3941 setlocal nowinfixheight
3942 setlocal nowinfixwidth
3943 setlocal wrap
3944 setlocal wrapmargin=0
3945 silent! normal! zE
3946 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
3947 if s:l < 1 | let s:l = 1 | endif
3948 exe s:l
3949 normal! zt
3950 1
3951 normal! 0
3952 tabedit intro.html
3953 set splitbelow splitright
3954 set nosplitbelow
3955 set nosplitright
3956 wincmd t
3957 set winheight=1 winwidth=1
3958 argglobal
3959 10argu
3960 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3961 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3962 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
3963 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
3964 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
3965 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
3966 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
3967 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
3968 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
3969 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
3970 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
3971 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
3972 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
3973 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
3974 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
3975 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
3976 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
3977 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
3978 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">')
3979 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">')
3980 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
3981 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
3982 nnoremap <buffer> <silent> ; 
3983 nnoremap <buffer> <silent> ;; ;
3984 vnoremap <buffer> <silent> ;; ;
3985 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
3986 inoremap <buffer> <silent> &hA &hArr;
3987 inoremap <buffer> <silent> &dA &dArr;
3988 inoremap <buffer> <silent> &rA &rArr;
3989 inoremap <buffer> <silent> &uA &uArr;
3990 inoremap <buffer> <silent> &lA &lArr;
3991 inoremap <buffer> <silent> &ha &harr;
3992 inoremap <buffer> <silent> &da &darr;
3993 inoremap <buffer> <silent> &ra &rarr;
3994 inoremap <buffer> <silent> &ua &uarr;
3995 inoremap <buffer> <silent> &la &larr;
3996 inoremap <buffer> <silent> &pv &piv;
3997 inoremap <buffer> <silent> &uh &upsih;
3998 inoremap <buffer> <silent> &ts &thetasym;
3999 inoremap <buffer> <silent> &og &omega;
4000 inoremap <buffer> <silent> &ps &psi;
4001 inoremap <buffer> <silent> &ch &chi;
4002 inoremap <buffer> <silent> &ph &phi;
4003 inoremap <buffer> <silent> &up &upsilon;
4004 inoremap <buffer> <silent> &ta &tau;
4005 inoremap <buffer> <silent> &sf &sigmaf;
4006 inoremap <buffer> <silent> &si &sigma;
4007 inoremap <buffer> <silent> &rh &rho;
4008 inoremap <buffer> <silent> &pi &pi;
4009 inoremap <buffer> <silent> &oc &omicron;
4010 inoremap <buffer> <silent> &xi &xi;
4011 inoremap <buffer> <silent> &nu &nu;
4012 inoremap <buffer> <silent> &mu &mu;
4013 inoremap <buffer> <silent> &lm &lambda;
4014 inoremap <buffer> <silent> &ka &kappa;
4015 inoremap <buffer> <silent> &io &iota;
4016 inoremap <buffer> <silent> &th &theta;
4017 inoremap <buffer> <silent> &et &eta;
4018 inoremap <buffer> <silent> &ze &zeta;
4019 inoremap <buffer> <silent> &ep &epsilon;
4020 inoremap <buffer> <silent> &de &delta;
4021 inoremap <buffer> <silent> &ga &gamma;
4022 inoremap <buffer> <silent> &be &beta;
4023 inoremap <buffer> <silent> &al &alpha;
4024 inoremap <buffer> <silent> &Ps &Psi;
4025 inoremap <buffer> <silent> &Ch &Chi;
4026 inoremap <buffer> <silent> &Ph &Phi;
4027 inoremap <buffer> <silent> &Up &Upsilon;
4028 inoremap <buffer> <silent> &Ta &Tau;
4029 inoremap <buffer> <silent> &Si &Sigma;
4030 inoremap <buffer> <silent> &Rh &Rho;
4031 inoremap <buffer> <silent> &Pi &Pi;
4032 inoremap <buffer> <silent> &Oc &Omicron;
4033 inoremap <buffer> <silent> &Xi &Xi;
4034 inoremap <buffer> <silent> &Nu &Nu;
4035 inoremap <buffer> <silent> &Mu &Mu;
4036 inoremap <buffer> <silent> &Lm &Lambda;
4037 inoremap <buffer> <silent> &Ka &Kappa;
4038 inoremap <buffer> <silent> &Io &Iota;
4039 inoremap <buffer> <silent> &Th &Theta;
4040 inoremap <buffer> <silent> &Et &Eta;
4041 inoremap <buffer> <silent> &Ze &Zeta;
4042 inoremap <buffer> <silent> &Ep &Epsilon;
4043 inoremap <buffer> <silent> &De &Delta;
4044 inoremap <buffer> <silent> &Ga &Gamma;
4045 inoremap <buffer> <silent> &Be &Beta;
4046 inoremap <buffer> <silent> &Al &Alpha;
4047 inoremap <buffer> <silent> &3. &hellip;
4048 inoremap <buffer> <silent> &-- &mdash;
4049 inoremap <buffer> <silent> &3- &mdash;
4050 inoremap <buffer> <silent> &m- &mdash;
4051 inoremap <buffer> <silent> &2- &ndash;
4052 inoremap <buffer> <silent> &n- &ndash;
4053 inoremap <buffer> <silent> &34 &frac34;
4054 inoremap <buffer> <silent> &12 &frac12;
4055 inoremap <buffer> <silent> &14 &frac14;
4056 inoremap <buffer> <silent> &. &middot;
4057 inoremap <buffer> <silent> &pa &para;
4058 inoremap <buffer> <silent> &mi &micro;
4059 inoremap <buffer> <silent> &dg &deg;
4060 inoremap <buffer> <silent> &? &iquest;
4061 inoremap <buffer> <silent> &! &iexcl;
4062 inoremap <buffer> <silent> &sz &szlig;
4063 inoremap <buffer> <silent> &o/ &oslash;
4064 inoremap <buffer> <silent> &/ &divide;
4065 inoremap <buffer> <silent> &" &uml;
4066 inoremap <buffer> <silent> &2> &raquo;
4067 inoremap <buffer> <silent> &2< &laquo;
4068 inoremap <buffer> <silent> &y" &yuml;
4069 inoremap <buffer> <silent> &y' &yacute;
4070 inoremap <buffer> <silent> &u" &uuml;
4071 inoremap <buffer> <silent> &u^ &ucirc;
4072 inoremap <buffer> <silent> &u' &uacute;
4073 inoremap <buffer> <silent> &u` &ugrave;
4074 inoremap <buffer> <silent> &x &times;
4075 inoremap <buffer> <silent> &o" &ouml;
4076 inoremap <buffer> <silent> &o~ &otilde;
4077 inoremap <buffer> <silent> &o^ &ocirc;
4078 inoremap <buffer> <silent> &o' &oacute;
4079 inoremap <buffer> <silent> &o` &ograve;
4080 inoremap <buffer> <silent> &n~ &ntilde;
4081 inoremap <buffer> <silent> &i" &iuml;
4082 inoremap <buffer> <silent> &i^ &icirc;
4083 inoremap <buffer> <silent> &i' &iacute;
4084 inoremap <buffer> <silent> &i` &igrave;
4085 inoremap <buffer> <silent> &e" &euml;
4086 inoremap <buffer> <silent> &e^ &ecirc;
4087 inoremap <buffer> <silent> &e' &eacute;
4088 inoremap <buffer> <silent> &e` &egrave;
4089 inoremap <buffer> <silent> &c, &ccedil;
4090 inoremap <buffer> <silent> &ae &aelig;
4091 inoremap <buffer> <silent> &ao &aring;
4092 inoremap <buffer> <silent> &a" &auml;
4093 inoremap <buffer> <silent> &a~ &atilde;
4094 inoremap <buffer> <silent> &a^ &acirc;
4095 inoremap <buffer> <silent> &a' &aacute;
4096 inoremap <buffer> <silent> &a` &agrave;
4097 inoremap <buffer> <silent> &Y' &Yacute;
4098 inoremap <buffer> <silent> &U" &Uuml;
4099 inoremap <buffer> <silent> &U^ &Ucirc;
4100 inoremap <buffer> <silent> &U' &Uacute;
4101 inoremap <buffer> <silent> &U` &Ugrave;
4102 inoremap <buffer> <silent> &O/ &Oslash;
4103 inoremap <buffer> <silent> &O" &Ouml;
4104 inoremap <buffer> <silent> &O~ &Otilde;
4105 inoremap <buffer> <silent> &O^ &Ocirc;
4106 inoremap <buffer> <silent> &O' &Oacute;
4107 inoremap <buffer> <silent> &O` &Ograve;
4108 inoremap <buffer> <silent> &N~ &Ntilde;
4109 inoremap <buffer> <silent> &I" &Iuml;
4110 inoremap <buffer> <silent> &I^ &Icirc;
4111 inoremap <buffer> <silent> &I' &Iacute;
4112 inoremap <buffer> <silent> &I` &Igrave;
4113 inoremap <buffer> <silent> &E" &Euml;
4114 inoremap <buffer> <silent> &E^ &Ecirc;
4115 inoremap <buffer> <silent> &E' &Eacute;
4116 inoremap <buffer> <silent> &E` &Egrave;
4117 inoremap <buffer> <silent> &C, &Ccedil;
4118 inoremap <buffer> <silent> &AE &AElig;
4119 inoremap <buffer> <silent> &Ao &Aring;
4120 inoremap <buffer> <silent> &A" &Auml;
4121 inoremap <buffer> <silent> &A~ &Atilde;
4122 inoremap <buffer> <silent> &A^ &Acirc;
4123 inoremap <buffer> <silent> &A' &Aacute;
4124 inoremap <buffer> <silent> &A` &Agrave;
4125 inoremap <buffer> <silent> &c| &cent;
4126 inoremap <buffer> <silent> &Y= &yen;
4127 inoremap <buffer> <silent> &# &pound;
4128 inoremap <buffer> <silent> & &nbsp;
4129 inoremap <buffer> <silent> &> &gt;
4130 inoremap <buffer> <silent> &< &lt;
4131 inoremap <buffer> <silent> &' &quot;
4132 inoremap <buffer> <silent> &tm &trade;
4133 inoremap <buffer> <silent> &rO &reg;
4134 inoremap <buffer> <silent> &cO &copy;
4135 inoremap <buffer> <silent> && &amp;
4136 inoremap <buffer> <silent> ; &nbsp;
4137 inoremap <buffer> <silent> ;la <label for=""></label>F"
4138 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
4139 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
4140 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
4141 </textarea>k$5F"i
4142 inoremap <buffer> <silent> ;og <optgroup label="">
4143 </optgroup>k$F"i
4144 inoremap <buffer> <silent> ;op <option></option>F<
4145 inoremap <buffer> <silent> ;ms <select name="" multiple>
4146 </select>O
4147 inoremap <buffer> <silent> ;se <select name="">
4148 </select>O
4149 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
4150 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
4151 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
4152 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
4153 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
4154 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
4155 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
4156 inoremap <buffer> <silent> ;fm <form action="">
4157 </form>k$F"i
4158 inoremap <buffer> <silent> ;if <iframe src="">
4159 </iframe>k$F"i
4160 inoremap <buffer> <silent> ;nf <noframes>
4161 </noframes>O
4162 inoremap <buffer> <silent> ;fr <frame src="">F"
4163 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
4164 </frameset>k$3F"i
4165 inoremap <buffer> <silent> ;th <th></th>F<
4166 inoremap <buffer> <silent> ;td <td>
4167 </td>O
4168 inoremap <buffer> <silent> ;tr <tr>
4169 </tr>O
4170 inoremap <buffer> <silent> ;tf <tfoot>
4171 </tfoot>O
4172 inoremap <buffer> <silent> ;tb <tbody>
4173 </tbody>O
4174 inoremap <buffer> <silent> ;tH <thead>
4175 </thead>O
4176 inoremap <buffer> <silent> ;ta <table>
4177 </table>O
4178 inoremap <buffer> <silent> ;ca <caption></caption>F<
4179 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
4180 </object>k$5F"i
4181 inoremap <buffer> <silent> ;ns <noscript>
4182 </noscripT>O
4183 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
4184 <noembed></noembed>k$5F"i
4185 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
4186 inoremap <buffer> <silent> ;va <var></var>F<
4187 inoremap <buffer> <silent> ;ul <ul>
4188 </ul>O
4189 inoremap <buffer> <silent> ;tt <tt></tt>F<
4190 inoremap <buffer> <silent> ;ti <title></title>F<
4191 inoremap <buffer> <silent> ;sp <sup></sup>F<
4192 inoremap <buffer> <silent> ;sb <sub></sub>F<
4193 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
4194 inoremap <buffer> <silent> ;cs <style type="text/css">
4195 <!--
4196 -->
4197 </style>kO
4198 inoremap <buffer> <silent> ;sm <small></small>F<
4199 inoremap <buffer> <silent> ;sa <samp></samp>F<
4200 inoremap <buffer> <silent> ;sk <strike></strike>F<
4201 inoremap <buffer> <silent> ;qu <q></q>F<
4202 inoremap <buffer> <silent> ;pr <pre>
4203 </pre>O
4204 inoremap <buffer> <silent> ;/p </p>
4205 
4206 <p>
4207 inoremap <buffer> <silent> ;pp <p>
4208 </p>O
4209 inoremap <buffer> <silent> ;ol <ol>
4210 </ol>O
4211 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
4212 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
4213 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
4214 inoremap <buffer> <silent> ;lk <link href="">F"
4215 inoremap <buffer> <silent> ;li <li></li>F<
4216 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
4217 inoremap <buffer> <silent> ;ii <isindex>
4218 inoremap <buffer> <silent> ;in <ins></ins>F<
4219 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
4220 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
4221 inoremap <buffer> <silent> ;ht <html>
4222 </html>O
4223 inoremap <buffer> <silent> ;Hr <hr width="75%">
4224 inoremap <buffer> <silent> ;hr <hr>
4225 inoremap <buffer> <silent> ;he <head>
4226 </head>O
4227 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
4228 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
4229 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
4230 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
4231 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
4232 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
4233 inoremap <buffer> <silent> ;h6 <h6></h6>F<
4234 inoremap <buffer> <silent> ;h5 <h5></h5>F<
4235 inoremap <buffer> <silent> ;h4 <h4></h4>F<
4236 inoremap <buffer> <silent> ;h3 <h3></h3>F<
4237 inoremap <buffer> <silent> ;h2 <h2></h2>F<
4238 inoremap <buffer> <silent> ;h1 <h1></h1>F<
4239 inoremap <buffer> <silent> ;fc <font color=""></font>F"
4240 inoremap <buffer> <silent> ;fo <font size=""></font>F"
4241 inoremap <buffer> <silent> ;sn <span></span>F<
4242 inoremap <buffer> <silent> ;dv <div>
4243 </div>O
4244 inoremap <buffer> <silent> ;df <dfn></dfn>F<
4245 inoremap <buffer> <silent> ;de <del></del>F<
4246 inoremap <buffer> <silent> ;dd <dd></dd>F<
4247 inoremap <buffer> <silent> ;dt <dt></dt>F<
4248 inoremap <buffer> <silent> ;dl <dl>
4249 </dl>O
4250 inoremap <buffer> <silent> ;co <code></code>F<
4251 inoremap <buffer> <silent> ;ci <cite></cite>F<
4252 inoremap <buffer> <silent> ;ce <center></center>F<
4253 inoremap <buffer> <silent> ;br <br>
4254 inoremap <buffer> <silent> ;bd <body>
4255 </body>O
4256 inoremap <buffer> <silent> ;bl <blockquote>
4257 </blockquote>O
4258 inoremap <buffer> <silent> ;bi <big></big>F<
4259 inoremap <buffer> <silent> ;bh <base href="">F"
4260 inoremap <buffer> <silent> ;ad <address></address>F<
4261 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
4262 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
4263 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
4264 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
4265 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
4266 inoremap <buffer> <silent> ;an <a name=""></a>F"
4267 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
4268 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
4269 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
4270 inoremap <buffer> <silent> ;ah <a href=""></a>F"
4271 imap <buffer> <silent> ;s4 ;s4
4272 imap <buffer> <silent> ;4 ;4
4273 inoremap <buffer> <silent> ;mi :call MangleImageTag()
4274 inoremap <buffer> <silent> ; 
4275 inoremap <buffer> <silent> ;& &
4276 inoremap <buffer> <silent> ;; ;
4277 setlocal keymap=
4278 setlocal noarabic
4279 setlocal autoindent
4280 setlocal balloonexpr=
4281 setlocal nobinary
4282 setlocal bufhidden=
4283 setlocal buflisted
4284 setlocal buftype=
4285 setlocal nocindent
4286 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
4287 setlocal cinoptions=
4288 setlocal cinwords=if,else,while,do,for,switch
4289 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
4290 setlocal commentstring=<!--%s-->
4291 setlocal complete=.,w,b,u,t,i
4292 setlocal completefunc=
4293 setlocal nocopyindent
4294 setlocal nocursorcolumn
4295 setlocal nocursorline
4296 setlocal define=
4297 setlocal dictionary=
4298 setlocal nodiff
4299 setlocal equalprg=
4300 setlocal errorformat=
4301 setlocal noexpandtab
4302 if &filetype != 'html'
4303 setlocal filetype=html
4304 endif
4305 setlocal foldcolumn=0
4306 setlocal foldenable
4307 setlocal foldexpr=0
4308 setlocal foldignore=#
4309 setlocal foldlevel=0
4310 setlocal foldmarker={{{,}}}
4311 setlocal foldmethod=manual
4312 setlocal foldminlines=1
4313 setlocal foldnestmax=20
4314 setlocal foldtext=foldtext()
4315 setlocal formatexpr=
4316 setlocal formatoptions=tcq
4317 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
4318 setlocal grepprg=
4319 setlocal iminsert=2
4320 setlocal imsearch=2
4321 setlocal include=
4322 setlocal includeexpr=
4323 setlocal indentexpr=
4324 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
4325 setlocal noinfercase
4326 setlocal iskeyword=@,48-57,_,192-255
4327 setlocal keywordprg=
4328 setlocal nolinebreak
4329 setlocal nolisp
4330 setlocal nolist
4331 setlocal makeprg=
4332 setlocal matchpairs=(:),{:},[:],<:>
4333 setlocal nomodeline
4334 setlocal modifiable
4335 setlocal nrformats=octal,hex
4336 setlocal nonumber
4337 setlocal numberwidth=4
4338 setlocal omnifunc=htmlcomplete#CompleteTags
4339 setlocal path=
4340 setlocal nopreserveindent
4341 setlocal nopreviewwindow
4342 setlocal quoteescape=\\
4343 setlocal noreadonly
4344 setlocal norightleft
4345 setlocal rightleftcmd=search
4346 setlocal noscrollbind
4347 setlocal shiftwidth=8
4348 setlocal noshortname
4349 setlocal nosmartindent
4350 setlocal softtabstop=0
4351 setlocal nospell
4352 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
4353 setlocal spellfile=
4354 setlocal spelllang=en
4355 setlocal statusline=
4356 setlocal suffixesadd=
4357 setlocal swapfile
4358 setlocal synmaxcol=3000
4359 if &syntax != 'html'
4360 setlocal syntax=html
4361 endif
4362 setlocal tabstop=2
4363 setlocal tags=
4364 setlocal textwidth=0
4365 setlocal thesaurus=
4366 setlocal nowinfixheight
4367 setlocal nowinfixwidth
4368 setlocal wrap
4369 setlocal wrapmargin=0
4370 silent! normal! zE
4371 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
4372 if s:l < 1 | let s:l = 1 | endif
4373 exe s:l
4374 normal! zt
4375 1
4376 normal! 0
4377 tabedit oldboot.html
4378 set splitbelow splitright
4379 set nosplitbelow
4380 set nosplitright
4381 wincmd t
4382 set winheight=1 winwidth=1
4383 argglobal
4384 11argu
4385 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
4386 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
4387 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
4388 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
4389 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
4390 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
4391 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
4392 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
4393 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
4394 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
4395 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
4396 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
4397 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
4398 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
4399 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
4400 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
4401 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
4402 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
4403 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">')
4404 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">')
4405 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
4406 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
4407 nnoremap <buffer> <silent> ; 
4408 nnoremap <buffer> <silent> ;; ;
4409 vnoremap <buffer> <silent> ;; ;
4410 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
4411 inoremap <buffer> <silent> &hA &hArr;
4412 inoremap <buffer> <silent> &dA &dArr;
4413 inoremap <buffer> <silent> &rA &rArr;
4414 inoremap <buffer> <silent> &uA &uArr;
4415 inoremap <buffer> <silent> &lA &lArr;
4416 inoremap <buffer> <silent> &ha &harr;
4417 inoremap <buffer> <silent> &da &darr;
4418 inoremap <buffer> <silent> &ra &rarr;
4419 inoremap <buffer> <silent> &ua &uarr;
4420 inoremap <buffer> <silent> &la &larr;
4421 inoremap <buffer> <silent> &pv &piv;
4422 inoremap <buffer> <silent> &uh &upsih;
4423 inoremap <buffer> <silent> &ts &thetasym;
4424 inoremap <buffer> <silent> &og &omega;
4425 inoremap <buffer> <silent> &ps &psi;
4426 inoremap <buffer> <silent> &ch &chi;
4427 inoremap <buffer> <silent> &ph &phi;
4428 inoremap <buffer> <silent> &up &upsilon;
4429 inoremap <buffer> <silent> &ta &tau;
4430 inoremap <buffer> <silent> &sf &sigmaf;
4431 inoremap <buffer> <silent> &si &sigma;
4432 inoremap <buffer> <silent> &rh &rho;
4433 inoremap <buffer> <silent> &pi &pi;
4434 inoremap <buffer> <silent> &oc &omicron;
4435 inoremap <buffer> <silent> &xi &xi;
4436 inoremap <buffer> <silent> &nu &nu;
4437 inoremap <buffer> <silent> &mu &mu;
4438 inoremap <buffer> <silent> &lm &lambda;
4439 inoremap <buffer> <silent> &ka &kappa;
4440 inoremap <buffer> <silent> &io &iota;
4441 inoremap <buffer> <silent> &th &theta;
4442 inoremap <buffer> <silent> &et &eta;
4443 inoremap <buffer> <silent> &ze &zeta;
4444 inoremap <buffer> <silent> &ep &epsilon;
4445 inoremap <buffer> <silent> &de &delta;
4446 inoremap <buffer> <silent> &ga &gamma;
4447 inoremap <buffer> <silent> &be &beta;
4448 inoremap <buffer> <silent> &al &alpha;
4449 inoremap <buffer> <silent> &Ps &Psi;
4450 inoremap <buffer> <silent> &Ch &Chi;
4451 inoremap <buffer> <silent> &Ph &Phi;
4452 inoremap <buffer> <silent> &Up &Upsilon;
4453 inoremap <buffer> <silent> &Ta &Tau;
4454 inoremap <buffer> <silent> &Si &Sigma;
4455 inoremap <buffer> <silent> &Rh &Rho;
4456 inoremap <buffer> <silent> &Pi &Pi;
4457 inoremap <buffer> <silent> &Oc &Omicron;
4458 inoremap <buffer> <silent> &Xi &Xi;
4459 inoremap <buffer> <silent> &Nu &Nu;
4460 inoremap <buffer> <silent> &Mu &Mu;
4461 inoremap <buffer> <silent> &Lm &Lambda;
4462 inoremap <buffer> <silent> &Ka &Kappa;
4463 inoremap <buffer> <silent> &Io &Iota;
4464 inoremap <buffer> <silent> &Th &Theta;
4465 inoremap <buffer> <silent> &Et &Eta;
4466 inoremap <buffer> <silent> &Ze &Zeta;
4467 inoremap <buffer> <silent> &Ep &Epsilon;
4468 inoremap <buffer> <silent> &De &Delta;
4469 inoremap <buffer> <silent> &Ga &Gamma;
4470 inoremap <buffer> <silent> &Be &Beta;
4471 inoremap <buffer> <silent> &Al &Alpha;
4472 inoremap <buffer> <silent> &3. &hellip;
4473 inoremap <buffer> <silent> &-- &mdash;
4474 inoremap <buffer> <silent> &3- &mdash;
4475 inoremap <buffer> <silent> &m- &mdash;
4476 inoremap <buffer> <silent> &2- &ndash;
4477 inoremap <buffer> <silent> &n- &ndash;
4478 inoremap <buffer> <silent> &34 &frac34;
4479 inoremap <buffer> <silent> &12 &frac12;
4480 inoremap <buffer> <silent> &14 &frac14;
4481 inoremap <buffer> <silent> &. &middot;
4482 inoremap <buffer> <silent> &pa &para;
4483 inoremap <buffer> <silent> &mi &micro;
4484 inoremap <buffer> <silent> &dg &deg;
4485 inoremap <buffer> <silent> &? &iquest;
4486 inoremap <buffer> <silent> &! &iexcl;
4487 inoremap <buffer> <silent> &sz &szlig;
4488 inoremap <buffer> <silent> &o/ &oslash;
4489 inoremap <buffer> <silent> &/ &divide;
4490 inoremap <buffer> <silent> &" &uml;
4491 inoremap <buffer> <silent> &2> &raquo;
4492 inoremap <buffer> <silent> &2< &laquo;
4493 inoremap <buffer> <silent> &y" &yuml;
4494 inoremap <buffer> <silent> &y' &yacute;
4495 inoremap <buffer> <silent> &u" &uuml;
4496 inoremap <buffer> <silent> &u^ &ucirc;
4497 inoremap <buffer> <silent> &u' &uacute;
4498 inoremap <buffer> <silent> &u` &ugrave;
4499 inoremap <buffer> <silent> &x &times;
4500 inoremap <buffer> <silent> &o" &ouml;
4501 inoremap <buffer> <silent> &o~ &otilde;
4502 inoremap <buffer> <silent> &o^ &ocirc;
4503 inoremap <buffer> <silent> &o' &oacute;
4504 inoremap <buffer> <silent> &o` &ograve;
4505 inoremap <buffer> <silent> &n~ &ntilde;
4506 inoremap <buffer> <silent> &i" &iuml;
4507 inoremap <buffer> <silent> &i^ &icirc;
4508 inoremap <buffer> <silent> &i' &iacute;
4509 inoremap <buffer> <silent> &i` &igrave;
4510 inoremap <buffer> <silent> &e" &euml;
4511 inoremap <buffer> <silent> &e^ &ecirc;
4512 inoremap <buffer> <silent> &e' &eacute;
4513 inoremap <buffer> <silent> &e` &egrave;
4514 inoremap <buffer> <silent> &c, &ccedil;
4515 inoremap <buffer> <silent> &ae &aelig;
4516 inoremap <buffer> <silent> &ao &aring;
4517 inoremap <buffer> <silent> &a" &auml;
4518 inoremap <buffer> <silent> &a~ &atilde;
4519 inoremap <buffer> <silent> &a^ &acirc;
4520 inoremap <buffer> <silent> &a' &aacute;
4521 inoremap <buffer> <silent> &a` &agrave;
4522 inoremap <buffer> <silent> &Y' &Yacute;
4523 inoremap <buffer> <silent> &U" &Uuml;
4524 inoremap <buffer> <silent> &U^ &Ucirc;
4525 inoremap <buffer> <silent> &U' &Uacute;
4526 inoremap <buffer> <silent> &U` &Ugrave;
4527 inoremap <buffer> <silent> &O/ &Oslash;
4528 inoremap <buffer> <silent> &O" &Ouml;
4529 inoremap <buffer> <silent> &O~ &Otilde;
4530 inoremap <buffer> <silent> &O^ &Ocirc;
4531 inoremap <buffer> <silent> &O' &Oacute;
4532 inoremap <buffer> <silent> &O` &Ograve;
4533 inoremap <buffer> <silent> &N~ &Ntilde;
4534 inoremap <buffer> <silent> &I" &Iuml;
4535 inoremap <buffer> <silent> &I^ &Icirc;
4536 inoremap <buffer> <silent> &I' &Iacute;
4537 inoremap <buffer> <silent> &I` &Igrave;
4538 inoremap <buffer> <silent> &E" &Euml;
4539 inoremap <buffer> <silent> &E^ &Ecirc;
4540 inoremap <buffer> <silent> &E' &Eacute;
4541 inoremap <buffer> <silent> &E` &Egrave;
4542 inoremap <buffer> <silent> &C, &Ccedil;
4543 inoremap <buffer> <silent> &AE &AElig;
4544 inoremap <buffer> <silent> &Ao &Aring;
4545 inoremap <buffer> <silent> &A" &Auml;
4546 inoremap <buffer> <silent> &A~ &Atilde;
4547 inoremap <buffer> <silent> &A^ &Acirc;
4548 inoremap <buffer> <silent> &A' &Aacute;
4549 inoremap <buffer> <silent> &A` &Agrave;
4550 inoremap <buffer> <silent> &c| &cent;
4551 inoremap <buffer> <silent> &Y= &yen;
4552 inoremap <buffer> <silent> &# &pound;
4553 inoremap <buffer> <silent> & &nbsp;
4554 inoremap <buffer> <silent> &> &gt;
4555 inoremap <buffer> <silent> &< &lt;
4556 inoremap <buffer> <silent> &' &quot;
4557 inoremap <buffer> <silent> &tm &trade;
4558 inoremap <buffer> <silent> &rO &reg;
4559 inoremap <buffer> <silent> &cO &copy;
4560 inoremap <buffer> <silent> && &amp;
4561 inoremap <buffer> <silent> ; &nbsp;
4562 inoremap <buffer> <silent> ;la <label for=""></label>F"
4563 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
4564 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
4565 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
4566 </textarea>k$5F"i
4567 inoremap <buffer> <silent> ;og <optgroup label="">
4568 </optgroup>k$F"i
4569 inoremap <buffer> <silent> ;op <option></option>F<
4570 inoremap <buffer> <silent> ;ms <select name="" multiple>
4571 </select>O
4572 inoremap <buffer> <silent> ;se <select name="">
4573 </select>O
4574 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
4575 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
4576 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
4577 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
4578 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
4579 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
4580 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
4581 inoremap <buffer> <silent> ;fm <form action="">
4582 </form>k$F"i
4583 inoremap <buffer> <silent> ;if <iframe src="">
4584 </iframe>k$F"i
4585 inoremap <buffer> <silent> ;nf <noframes>
4586 </noframes>O
4587 inoremap <buffer> <silent> ;fr <frame src="">F"
4588 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
4589 </frameset>k$3F"i
4590 inoremap <buffer> <silent> ;th <th></th>F<
4591 inoremap <buffer> <silent> ;td <td>
4592 </td>O
4593 inoremap <buffer> <silent> ;tr <tr>
4594 </tr>O
4595 inoremap <buffer> <silent> ;tf <tfoot>
4596 </tfoot>O
4597 inoremap <buffer> <silent> ;tb <tbody>
4598 </tbody>O
4599 inoremap <buffer> <silent> ;tH <thead>
4600 </thead>O
4601 inoremap <buffer> <silent> ;ta <table>
4602 </table>O
4603 inoremap <buffer> <silent> ;ca <caption></caption>F<
4604 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
4605 </object>k$5F"i
4606 inoremap <buffer> <silent> ;ns <noscript>
4607 </noscripT>O
4608 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
4609 <noembed></noembed>k$5F"i
4610 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
4611 inoremap <buffer> <silent> ;va <var></var>F<
4612 inoremap <buffer> <silent> ;ul <ul>
4613 </ul>O
4614 inoremap <buffer> <silent> ;tt <tt></tt>F<
4615 inoremap <buffer> <silent> ;ti <title></title>F<
4616 inoremap <buffer> <silent> ;sp <sup></sup>F<
4617 inoremap <buffer> <silent> ;sb <sub></sub>F<
4618 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
4619 inoremap <buffer> <silent> ;cs <style type="text/css">
4620 <!--
4621 -->
4622 </style>kO
4623 inoremap <buffer> <silent> ;sm <small></small>F<
4624 inoremap <buffer> <silent> ;sa <samp></samp>F<
4625 inoremap <buffer> <silent> ;sk <strike></strike>F<
4626 inoremap <buffer> <silent> ;qu <q></q>F<
4627 inoremap <buffer> <silent> ;pr <pre>
4628 </pre>O
4629 inoremap <buffer> <silent> ;/p </p>
4630 
4631 <p>
4632 inoremap <buffer> <silent> ;pp <p>
4633 </p>O
4634 inoremap <buffer> <silent> ;ol <ol>
4635 </ol>O
4636 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
4637 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
4638 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
4639 inoremap <buffer> <silent> ;lk <link href="">F"
4640 inoremap <buffer> <silent> ;li <li></li>F<
4641 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
4642 inoremap <buffer> <silent> ;ii <isindex>
4643 inoremap <buffer> <silent> ;in <ins></ins>F<
4644 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
4645 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
4646 inoremap <buffer> <silent> ;ht <html>
4647 </html>O
4648 inoremap <buffer> <silent> ;Hr <hr width="75%">
4649 inoremap <buffer> <silent> ;hr <hr>
4650 inoremap <buffer> <silent> ;he <head>
4651 </head>O
4652 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
4653 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
4654 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
4655 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
4656 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
4657 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
4658 inoremap <buffer> <silent> ;h6 <h6></h6>F<
4659 inoremap <buffer> <silent> ;h5 <h5></h5>F<
4660 inoremap <buffer> <silent> ;h4 <h4></h4>F<
4661 inoremap <buffer> <silent> ;h3 <h3></h3>F<
4662 inoremap <buffer> <silent> ;h2 <h2></h2>F<
4663 inoremap <buffer> <silent> ;h1 <h1></h1>F<
4664 inoremap <buffer> <silent> ;fc <font color=""></font>F"
4665 inoremap <buffer> <silent> ;fo <font size=""></font>F"
4666 inoremap <buffer> <silent> ;sn <span></span>F<
4667 inoremap <buffer> <silent> ;dv <div>
4668 </div>O
4669 inoremap <buffer> <silent> ;df <dfn></dfn>F<
4670 inoremap <buffer> <silent> ;de <del></del>F<
4671 inoremap <buffer> <silent> ;dd <dd></dd>F<
4672 inoremap <buffer> <silent> ;dt <dt></dt>F<
4673 inoremap <buffer> <silent> ;dl <dl>
4674 </dl>O
4675 inoremap <buffer> <silent> ;co <code></code>F<
4676 inoremap <buffer> <silent> ;ci <cite></cite>F<
4677 inoremap <buffer> <silent> ;ce <center></center>F<
4678 inoremap <buffer> <silent> ;br <br>
4679 inoremap <buffer> <silent> ;bd <body>
4680 </body>O
4681 inoremap <buffer> <silent> ;bl <blockquote>
4682 </blockquote>O
4683 inoremap <buffer> <silent> ;bi <big></big>F<
4684 inoremap <buffer> <silent> ;bh <base href="">F"
4685 inoremap <buffer> <silent> ;ad <address></address>F<
4686 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
4687 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
4688 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
4689 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
4690 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
4691 inoremap <buffer> <silent> ;an <a name=""></a>F"
4692 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
4693 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
4694 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
4695 inoremap <buffer> <silent> ;ah <a href=""></a>F"
4696 imap <buffer> <silent> ;s4 ;s4
4697 imap <buffer> <silent> ;4 ;4
4698 inoremap <buffer> <silent> ;mi :call MangleImageTag()
4699 inoremap <buffer> <silent> ; 
4700 inoremap <buffer> <silent> ;& &
4701 inoremap <buffer> <silent> ;; ;
4702 setlocal keymap=
4703 setlocal noarabic
4704 setlocal autoindent
4705 setlocal balloonexpr=
4706 setlocal nobinary
4707 setlocal bufhidden=
4708 setlocal buflisted
4709 setlocal buftype=
4710 setlocal nocindent
4711 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
4712 setlocal cinoptions=
4713 setlocal cinwords=if,else,while,do,for,switch
4714 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
4715 setlocal commentstring=<!--%s-->
4716 setlocal complete=.,w,b,u,t,i
4717 setlocal completefunc=
4718 setlocal nocopyindent
4719 setlocal nocursorcolumn
4720 setlocal nocursorline
4721 setlocal define=
4722 setlocal dictionary=
4723 setlocal nodiff
4724 setlocal equalprg=
4725 setlocal errorformat=
4726 setlocal noexpandtab
4727 if &filetype != 'html'
4728 setlocal filetype=html
4729 endif
4730 setlocal foldcolumn=0
4731 setlocal foldenable
4732 setlocal foldexpr=0
4733 setlocal foldignore=#
4734 setlocal foldlevel=0
4735 setlocal foldmarker={{{,}}}
4736 setlocal foldmethod=manual
4737 setlocal foldminlines=1
4738 setlocal foldnestmax=20
4739 setlocal foldtext=foldtext()
4740 setlocal formatexpr=
4741 setlocal formatoptions=tcq
4742 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
4743 setlocal grepprg=
4744 setlocal iminsert=2
4745 setlocal imsearch=2
4746 setlocal include=
4747 setlocal includeexpr=
4748 setlocal indentexpr=
4749 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
4750 setlocal noinfercase
4751 setlocal iskeyword=@,48-57,_,192-255
4752 setlocal keywordprg=
4753 setlocal nolinebreak
4754 setlocal nolisp
4755 setlocal nolist
4756 setlocal makeprg=
4757 setlocal matchpairs=(:),{:},[:],<:>
4758 setlocal nomodeline
4759 setlocal modifiable
4760 setlocal nrformats=octal,hex
4761 setlocal nonumber
4762 setlocal numberwidth=4
4763 setlocal omnifunc=htmlcomplete#CompleteTags
4764 setlocal path=
4765 setlocal nopreserveindent
4766 setlocal nopreviewwindow
4767 setlocal quoteescape=\\
4768 setlocal noreadonly
4769 setlocal norightleft
4770 setlocal rightleftcmd=search
4771 setlocal noscrollbind
4772 setlocal shiftwidth=8
4773 setlocal noshortname
4774 setlocal nosmartindent
4775 setlocal softtabstop=0
4776 setlocal nospell
4777 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
4778 setlocal spellfile=
4779 setlocal spelllang=en
4780 setlocal statusline=
4781 setlocal suffixesadd=
4782 setlocal swapfile
4783 setlocal synmaxcol=3000
4784 if &syntax != 'html'
4785 setlocal syntax=html
4786 endif
4787 setlocal tabstop=2
4788 setlocal tags=
4789 setlocal textwidth=0
4790 setlocal thesaurus=
4791 setlocal nowinfixheight
4792 setlocal nowinfixwidth
4793 setlocal wrap
4794 setlocal wrapmargin=0
4795 silent! normal! zE
4796 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
4797 if s:l < 1 | let s:l = 1 | endif
4798 exe s:l
4799 normal! zt
4800 1
4801 normal! 0
4802 tabedit own-scripts.html
4803 set splitbelow splitright
4804 set nosplitbelow
4805 set nosplitright
4806 wincmd t
4807 set winheight=1 winwidth=1
4808 argglobal
4809 12argu
4810 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
4811 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
4812 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
4813 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
4814 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
4815 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
4816 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
4817 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
4818 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
4819 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
4820 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
4821 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
4822 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
4823 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
4824 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
4825 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
4826 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
4827 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
4828 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">')
4829 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">')
4830 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
4831 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
4832 nnoremap <buffer> <silent> ; 
4833 nnoremap <buffer> <silent> ;; ;
4834 vnoremap <buffer> <silent> ;; ;
4835 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
4836 inoremap <buffer> <silent> &hA &hArr;
4837 inoremap <buffer> <silent> &dA &dArr;
4838 inoremap <buffer> <silent> &rA &rArr;
4839 inoremap <buffer> <silent> &uA &uArr;
4840 inoremap <buffer> <silent> &lA &lArr;
4841 inoremap <buffer> <silent> &ha &harr;
4842 inoremap <buffer> <silent> &da &darr;
4843 inoremap <buffer> <silent> &ra &rarr;
4844 inoremap <buffer> <silent> &ua &uarr;
4845 inoremap <buffer> <silent> &la &larr;
4846 inoremap <buffer> <silent> &pv &piv;
4847 inoremap <buffer> <silent> &uh &upsih;
4848 inoremap <buffer> <silent> &ts &thetasym;
4849 inoremap <buffer> <silent> &og &omega;
4850 inoremap <buffer> <silent> &ps &psi;
4851 inoremap <buffer> <silent> &ch &chi;
4852 inoremap <buffer> <silent> &ph &phi;
4853 inoremap <buffer> <silent> &up &upsilon;
4854 inoremap <buffer> <silent> &ta &tau;
4855 inoremap <buffer> <silent> &sf &sigmaf;
4856 inoremap <buffer> <silent> &si &sigma;
4857 inoremap <buffer> <silent> &rh &rho;
4858 inoremap <buffer> <silent> &pi &pi;
4859 inoremap <buffer> <silent> &oc &omicron;
4860 inoremap <buffer> <silent> &xi &xi;
4861 inoremap <buffer> <silent> &nu &nu;
4862 inoremap <buffer> <silent> &mu &mu;
4863 inoremap <buffer> <silent> &lm &lambda;
4864 inoremap <buffer> <silent> &ka &kappa;
4865 inoremap <buffer> <silent> &io &iota;
4866 inoremap <buffer> <silent> &th &theta;
4867 inoremap <buffer> <silent> &et &eta;
4868 inoremap <buffer> <silent> &ze &zeta;
4869 inoremap <buffer> <silent> &ep &epsilon;
4870 inoremap <buffer> <silent> &de &delta;
4871 inoremap <buffer> <silent> &ga &gamma;
4872 inoremap <buffer> <silent> &be &beta;
4873 inoremap <buffer> <silent> &al &alpha;
4874 inoremap <buffer> <silent> &Ps &Psi;
4875 inoremap <buffer> <silent> &Ch &Chi;
4876 inoremap <buffer> <silent> &Ph &Phi;
4877 inoremap <buffer> <silent> &Up &Upsilon;
4878 inoremap <buffer> <silent> &Ta &Tau;
4879 inoremap <buffer> <silent> &Si &Sigma;
4880 inoremap <buffer> <silent> &Rh &Rho;
4881 inoremap <buffer> <silent> &Pi &Pi;
4882 inoremap <buffer> <silent> &Oc &Omicron;
4883 inoremap <buffer> <silent> &Xi &Xi;
4884 inoremap <buffer> <silent> &Nu &Nu;
4885 inoremap <buffer> <silent> &Mu &Mu;
4886 inoremap <buffer> <silent> &Lm &Lambda;
4887 inoremap <buffer> <silent> &Ka &Kappa;
4888 inoremap <buffer> <silent> &Io &Iota;
4889 inoremap <buffer> <silent> &Th &Theta;
4890 inoremap <buffer> <silent> &Et &Eta;
4891 inoremap <buffer> <silent> &Ze &Zeta;
4892 inoremap <buffer> <silent> &Ep &Epsilon;
4893 inoremap <buffer> <silent> &De &Delta;
4894 inoremap <buffer> <silent> &Ga &Gamma;
4895 inoremap <buffer> <silent> &Be &Beta;
4896 inoremap <buffer> <silent> &Al &Alpha;
4897 inoremap <buffer> <silent> &3. &hellip;
4898 inoremap <buffer> <silent> &-- &mdash;
4899 inoremap <buffer> <silent> &3- &mdash;
4900 inoremap <buffer> <silent> &m- &mdash;
4901 inoremap <buffer> <silent> &2- &ndash;
4902 inoremap <buffer> <silent> &n- &ndash;
4903 inoremap <buffer> <silent> &34 &frac34;
4904 inoremap <buffer> <silent> &12 &frac12;
4905 inoremap <buffer> <silent> &14 &frac14;
4906 inoremap <buffer> <silent> &. &middot;
4907 inoremap <buffer> <silent> &pa &para;
4908 inoremap <buffer> <silent> &mi &micro;
4909 inoremap <buffer> <silent> &dg &deg;
4910 inoremap <buffer> <silent> &? &iquest;
4911 inoremap <buffer> <silent> &! &iexcl;
4912 inoremap <buffer> <silent> &sz &szlig;
4913 inoremap <buffer> <silent> &o/ &oslash;
4914 inoremap <buffer> <silent> &/ &divide;
4915 inoremap <buffer> <silent> &" &uml;
4916 inoremap <buffer> <silent> &2> &raquo;
4917 inoremap <buffer> <silent> &2< &laquo;
4918 inoremap <buffer> <silent> &y" &yuml;
4919 inoremap <buffer> <silent> &y' &yacute;
4920 inoremap <buffer> <silent> &u" &uuml;
4921 inoremap <buffer> <silent> &u^ &ucirc;
4922 inoremap <buffer> <silent> &u' &uacute;
4923 inoremap <buffer> <silent> &u` &ugrave;
4924 inoremap <buffer> <silent> &x &times;
4925 inoremap <buffer> <silent> &o" &ouml;
4926 inoremap <buffer> <silent> &o~ &otilde;
4927 inoremap <buffer> <silent> &o^ &ocirc;
4928 inoremap <buffer> <silent> &o' &oacute;
4929 inoremap <buffer> <silent> &o` &ograve;
4930 inoremap <buffer> <silent> &n~ &ntilde;
4931 inoremap <buffer> <silent> &i" &iuml;
4932 inoremap <buffer> <silent> &i^ &icirc;
4933 inoremap <buffer> <silent> &i' &iacute;
4934 inoremap <buffer> <silent> &i` &igrave;
4935 inoremap <buffer> <silent> &e" &euml;
4936 inoremap <buffer> <silent> &e^ &ecirc;
4937 inoremap <buffer> <silent> &e' &eacute;
4938 inoremap <buffer> <silent> &e` &egrave;
4939 inoremap <buffer> <silent> &c, &ccedil;
4940 inoremap <buffer> <silent> &ae &aelig;
4941 inoremap <buffer> <silent> &ao &aring;
4942 inoremap <buffer> <silent> &a" &auml;
4943 inoremap <buffer> <silent> &a~ &atilde;
4944 inoremap <buffer> <silent> &a^ &acirc;
4945 inoremap <buffer> <silent> &a' &aacute;
4946 inoremap <buffer> <silent> &a` &agrave;
4947 inoremap <buffer> <silent> &Y' &Yacute;
4948 inoremap <buffer> <silent> &U" &Uuml;
4949 inoremap <buffer> <silent> &U^ &Ucirc;
4950 inoremap <buffer> <silent> &U' &Uacute;
4951 inoremap <buffer> <silent> &U` &Ugrave;
4952 inoremap <buffer> <silent> &O/ &Oslash;
4953 inoremap <buffer> <silent> &O" &Ouml;
4954 inoremap <buffer> <silent> &O~ &Otilde;
4955 inoremap <buffer> <silent> &O^ &Ocirc;
4956 inoremap <buffer> <silent> &O' &Oacute;
4957 inoremap <buffer> <silent> &O` &Ograve;
4958 inoremap <buffer> <silent> &N~ &Ntilde;
4959 inoremap <buffer> <silent> &I" &Iuml;
4960 inoremap <buffer> <silent> &I^ &Icirc;
4961 inoremap <buffer> <silent> &I' &Iacute;
4962 inoremap <buffer> <silent> &I` &Igrave;
4963 inoremap <buffer> <silent> &E" &Euml;
4964 inoremap <buffer> <silent> &E^ &Ecirc;
4965 inoremap <buffer> <silent> &E' &Eacute;
4966 inoremap <buffer> <silent> &E` &Egrave;
4967 inoremap <buffer> <silent> &C, &Ccedil;
4968 inoremap <buffer> <silent> &AE &AElig;
4969 inoremap <buffer> <silent> &Ao &Aring;
4970 inoremap <buffer> <silent> &A" &Auml;
4971 inoremap <buffer> <silent> &A~ &Atilde;
4972 inoremap <buffer> <silent> &A^ &Acirc;
4973 inoremap <buffer> <silent> &A' &Aacute;
4974 inoremap <buffer> <silent> &A` &Agrave;
4975 inoremap <buffer> <silent> &c| &cent;
4976 inoremap <buffer> <silent> &Y= &yen;
4977 inoremap <buffer> <silent> &# &pound;
4978 inoremap <buffer> <silent> & &nbsp;
4979 inoremap <buffer> <silent> &> &gt;
4980 inoremap <buffer> <silent> &< &lt;
4981 inoremap <buffer> <silent> &' &quot;
4982 inoremap <buffer> <silent> &tm &trade;
4983 inoremap <buffer> <silent> &rO &reg;
4984 inoremap <buffer> <silent> &cO &copy;
4985 inoremap <buffer> <silent> && &amp;
4986 inoremap <buffer> <silent> ; &nbsp;
4987 inoremap <buffer> <silent> ;la <label for=""></label>F"
4988 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
4989 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
4990 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
4991 </textarea>k$5F"i
4992 inoremap <buffer> <silent> ;og <optgroup label="">
4993 </optgroup>k$F"i
4994 inoremap <buffer> <silent> ;op <option></option>F<
4995 inoremap <buffer> <silent> ;ms <select name="" multiple>
4996 </select>O
4997 inoremap <buffer> <silent> ;se <select name="">
4998 </select>O
4999 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
5000 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
5001 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
5002 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
5003 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
5004 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
5005 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
5006 inoremap <buffer> <silent> ;fm <form action="">
5007 </form>k$F"i
5008 inoremap <buffer> <silent> ;if <iframe src="">
5009 </iframe>k$F"i
5010 inoremap <buffer> <silent> ;nf <noframes>
5011 </noframes>O
5012 inoremap <buffer> <silent> ;fr <frame src="">F"
5013 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
5014 </frameset>k$3F"i
5015 inoremap <buffer> <silent> ;th <th></th>F<
5016 inoremap <buffer> <silent> ;td <td>
5017 </td>O
5018 inoremap <buffer> <silent> ;tr <tr>
5019 </tr>O
5020 inoremap <buffer> <silent> ;tf <tfoot>
5021 </tfoot>O
5022 inoremap <buffer> <silent> ;tb <tbody>
5023 </tbody>O
5024 inoremap <buffer> <silent> ;tH <thead>
5025 </thead>O
5026 inoremap <buffer> <silent> ;ta <table>
5027 </table>O
5028 inoremap <buffer> <silent> ;ca <caption></caption>F<
5029 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
5030 </object>k$5F"i
5031 inoremap <buffer> <silent> ;ns <noscript>
5032 </noscripT>O
5033 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
5034 <noembed></noembed>k$5F"i
5035 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
5036 inoremap <buffer> <silent> ;va <var></var>F<
5037 inoremap <buffer> <silent> ;ul <ul>
5038 </ul>O
5039 inoremap <buffer> <silent> ;tt <tt></tt>F<
5040 inoremap <buffer> <silent> ;ti <title></title>F<
5041 inoremap <buffer> <silent> ;sp <sup></sup>F<
5042 inoremap <buffer> <silent> ;sb <sub></sub>F<
5043 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
5044 inoremap <buffer> <silent> ;cs <style type="text/css">
5045 <!--
5046 -->
5047 </style>kO
5048 inoremap <buffer> <silent> ;sm <small></small>F<
5049 inoremap <buffer> <silent> ;sa <samp></samp>F<
5050 inoremap <buffer> <silent> ;sk <strike></strike>F<
5051 inoremap <buffer> <silent> ;qu <q></q>F<
5052 inoremap <buffer> <silent> ;pr <pre>
5053 </pre>O
5054 inoremap <buffer> <silent> ;/p </p>
5055 
5056 <p>
5057 inoremap <buffer> <silent> ;pp <p>
5058 </p>O
5059 inoremap <buffer> <silent> ;ol <ol>
5060 </ol>O
5061 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
5062 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
5063 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
5064 inoremap <buffer> <silent> ;lk <link href="">F"
5065 inoremap <buffer> <silent> ;li <li></li>F<
5066 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
5067 inoremap <buffer> <silent> ;ii <isindex>
5068 inoremap <buffer> <silent> ;in <ins></ins>F<
5069 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
5070 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
5071 inoremap <buffer> <silent> ;ht <html>
5072 </html>O
5073 inoremap <buffer> <silent> ;Hr <hr width="75%">
5074 inoremap <buffer> <silent> ;hr <hr>
5075 inoremap <buffer> <silent> ;he <head>
5076 </head>O
5077 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
5078 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
5079 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
5080 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
5081 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
5082 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
5083 inoremap <buffer> <silent> ;h6 <h6></h6>F<
5084 inoremap <buffer> <silent> ;h5 <h5></h5>F<
5085 inoremap <buffer> <silent> ;h4 <h4></h4>F<
5086 inoremap <buffer> <silent> ;h3 <h3></h3>F<
5087 inoremap <buffer> <silent> ;h2 <h2></h2>F<
5088 inoremap <buffer> <silent> ;h1 <h1></h1>F<
5089 inoremap <buffer> <silent> ;fc <font color=""></font>F"
5090 inoremap <buffer> <silent> ;fo <font size=""></font>F"
5091 inoremap <buffer> <silent> ;sn <span></span>F<
5092 inoremap <buffer> <silent> ;dv <div>
5093 </div>O
5094 inoremap <buffer> <silent> ;df <dfn></dfn>F<
5095 inoremap <buffer> <silent> ;de <del></del>F<
5096 inoremap <buffer> <silent> ;dd <dd></dd>F<
5097 inoremap <buffer> <silent> ;dt <dt></dt>F<
5098 inoremap <buffer> <silent> ;dl <dl>
5099 </dl>O
5100 inoremap <buffer> <silent> ;co <code></code>F<
5101 inoremap <buffer> <silent> ;ci <cite></cite>F<
5102 inoremap <buffer> <silent> ;ce <center></center>F<
5103 inoremap <buffer> <silent> ;br <br>
5104 inoremap <buffer> <silent> ;bd <body>
5105 </body>O
5106 inoremap <buffer> <silent> ;bl <blockquote>
5107 </blockquote>O
5108 inoremap <buffer> <silent> ;bi <big></big>F<
5109 inoremap <buffer> <silent> ;bh <base href="">F"
5110 inoremap <buffer> <silent> ;ad <address></address>F<
5111 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
5112 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
5113 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
5114 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
5115 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
5116 inoremap <buffer> <silent> ;an <a name=""></a>F"
5117 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
5118 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
5119 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
5120 inoremap <buffer> <silent> ;ah <a href=""></a>F"
5121 imap <buffer> <silent> ;s4 ;s4
5122 imap <buffer> <silent> ;4 ;4
5123 inoremap <buffer> <silent> ;mi :call MangleImageTag()
5124 inoremap <buffer> <silent> ; 
5125 inoremap <buffer> <silent> ;& &
5126 inoremap <buffer> <silent> ;; ;
5127 setlocal keymap=
5128 setlocal noarabic
5129 setlocal autoindent
5130 setlocal balloonexpr=
5131 setlocal nobinary
5132 setlocal bufhidden=
5133 setlocal buflisted
5134 setlocal buftype=
5135 setlocal nocindent
5136 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
5137 setlocal cinoptions=
5138 setlocal cinwords=if,else,while,do,for,switch
5139 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
5140 setlocal commentstring=<!--%s-->
5141 setlocal complete=.,w,b,u,t,i
5142 setlocal completefunc=
5143 setlocal nocopyindent
5144 setlocal nocursorcolumn
5145 setlocal nocursorline
5146 setlocal define=
5147 setlocal dictionary=
5148 setlocal nodiff
5149 setlocal equalprg=
5150 setlocal errorformat=
5151 setlocal noexpandtab
5152 if &filetype != 'html'
5153 setlocal filetype=html
5154 endif
5155 setlocal foldcolumn=0
5156 setlocal foldenable
5157 setlocal foldexpr=0
5158 setlocal foldignore=#
5159 setlocal foldlevel=0
5160 setlocal foldmarker={{{,}}}
5161 setlocal foldmethod=manual
5162 setlocal foldminlines=1
5163 setlocal foldnestmax=20
5164 setlocal foldtext=foldtext()
5165 setlocal formatexpr=
5166 setlocal formatoptions=tcq
5167 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
5168 setlocal grepprg=
5169 setlocal iminsert=2
5170 setlocal imsearch=2
5171 setlocal include=
5172 setlocal includeexpr=
5173 setlocal indentexpr=
5174 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
5175 setlocal noinfercase
5176 setlocal iskeyword=@,48-57,_,192-255
5177 setlocal keywordprg=
5178 setlocal nolinebreak
5179 setlocal nolisp
5180 setlocal nolist
5181 setlocal makeprg=
5182 setlocal matchpairs=(:),{:},[:],<:>
5183 setlocal nomodeline
5184 setlocal modifiable
5185 setlocal nrformats=octal,hex
5186 setlocal nonumber
5187 setlocal numberwidth=4
5188 setlocal omnifunc=htmlcomplete#CompleteTags
5189 setlocal path=
5190 setlocal nopreserveindent
5191 setlocal nopreviewwindow
5192 setlocal quoteescape=\\
5193 setlocal noreadonly
5194 setlocal norightleft
5195 setlocal rightleftcmd=search
5196 setlocal noscrollbind
5197 setlocal shiftwidth=8
5198 setlocal noshortname
5199 setlocal nosmartindent
5200 setlocal softtabstop=0
5201 setlocal nospell
5202 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
5203 setlocal spellfile=
5204 setlocal spelllang=en
5205 setlocal statusline=
5206 setlocal suffixesadd=
5207 setlocal swapfile
5208 setlocal synmaxcol=3000
5209 if &syntax != 'html'
5210 setlocal syntax=html
5211 endif
5212 setlocal tabstop=2
5213 setlocal tags=
5214 setlocal textwidth=0
5215 setlocal thesaurus=
5216 setlocal nowinfixheight
5217 setlocal nowinfixwidth
5218 setlocal wrap
5219 setlocal wrapmargin=0
5220 silent! normal! zE
5221 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
5222 if s:l < 1 | let s:l = 1 | endif
5223 exe s:l
5224 normal! zt
5225 1
5226 normal! 0
5227 tabedit partitions.html
5228 set splitbelow splitright
5229 set nosplitbelow
5230 set nosplitright
5231 wincmd t
5232 set winheight=1 winwidth=1
5233 argglobal
5234 13argu
5235 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
5236 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
5237 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
5238 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
5239 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
5240 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
5241 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
5242 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
5243 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
5244 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
5245 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
5246 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
5247 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
5248 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
5249 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
5250 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
5251 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
5252 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
5253 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">')
5254 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">')
5255 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
5256 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
5257 nnoremap <buffer> <silent> ; 
5258 nnoremap <buffer> <silent> ;; ;
5259 vnoremap <buffer> <silent> ;; ;
5260 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
5261 inoremap <buffer> <silent> &hA &hArr;
5262 inoremap <buffer> <silent> &dA &dArr;
5263 inoremap <buffer> <silent> &rA &rArr;
5264 inoremap <buffer> <silent> &uA &uArr;
5265 inoremap <buffer> <silent> &lA &lArr;
5266 inoremap <buffer> <silent> &ha &harr;
5267 inoremap <buffer> <silent> &da &darr;
5268 inoremap <buffer> <silent> &ra &rarr;
5269 inoremap <buffer> <silent> &ua &uarr;
5270 inoremap <buffer> <silent> &la &larr;
5271 inoremap <buffer> <silent> &pv &piv;
5272 inoremap <buffer> <silent> &uh &upsih;
5273 inoremap <buffer> <silent> &ts &thetasym;
5274 inoremap <buffer> <silent> &og &omega;
5275 inoremap <buffer> <silent> &ps &psi;
5276 inoremap <buffer> <silent> &ch &chi;
5277 inoremap <buffer> <silent> &ph &phi;
5278 inoremap <buffer> <silent> &up &upsilon;
5279 inoremap <buffer> <silent> &ta &tau;
5280 inoremap <buffer> <silent> &sf &sigmaf;
5281 inoremap <buffer> <silent> &si &sigma;
5282 inoremap <buffer> <silent> &rh &rho;
5283 inoremap <buffer> <silent> &pi &pi;
5284 inoremap <buffer> <silent> &oc &omicron;
5285 inoremap <buffer> <silent> &xi &xi;
5286 inoremap <buffer> <silent> &nu &nu;
5287 inoremap <buffer> <silent> &mu &mu;
5288 inoremap <buffer> <silent> &lm &lambda;
5289 inoremap <buffer> <silent> &ka &kappa;
5290 inoremap <buffer> <silent> &io &iota;
5291 inoremap <buffer> <silent> &th &theta;
5292 inoremap <buffer> <silent> &et &eta;
5293 inoremap <buffer> <silent> &ze &zeta;
5294 inoremap <buffer> <silent> &ep &epsilon;
5295 inoremap <buffer> <silent> &de &delta;
5296 inoremap <buffer> <silent> &ga &gamma;
5297 inoremap <buffer> <silent> &be &beta;
5298 inoremap <buffer> <silent> &al &alpha;
5299 inoremap <buffer> <silent> &Ps &Psi;
5300 inoremap <buffer> <silent> &Ch &Chi;
5301 inoremap <buffer> <silent> &Ph &Phi;
5302 inoremap <buffer> <silent> &Up &Upsilon;
5303 inoremap <buffer> <silent> &Ta &Tau;
5304 inoremap <buffer> <silent> &Si &Sigma;
5305 inoremap <buffer> <silent> &Rh &Rho;
5306 inoremap <buffer> <silent> &Pi &Pi;
5307 inoremap <buffer> <silent> &Oc &Omicron;
5308 inoremap <buffer> <silent> &Xi &Xi;
5309 inoremap <buffer> <silent> &Nu &Nu;
5310 inoremap <buffer> <silent> &Mu &Mu;
5311 inoremap <buffer> <silent> &Lm &Lambda;
5312 inoremap <buffer> <silent> &Ka &Kappa;
5313 inoremap <buffer> <silent> &Io &Iota;
5314 inoremap <buffer> <silent> &Th &Theta;
5315 inoremap <buffer> <silent> &Et &Eta;
5316 inoremap <buffer> <silent> &Ze &Zeta;
5317 inoremap <buffer> <silent> &Ep &Epsilon;
5318 inoremap <buffer> <silent> &De &Delta;
5319 inoremap <buffer> <silent> &Ga &Gamma;
5320 inoremap <buffer> <silent> &Be &Beta;
5321 inoremap <buffer> <silent> &Al &Alpha;
5322 inoremap <buffer> <silent> &3. &hellip;
5323 inoremap <buffer> <silent> &-- &mdash;
5324 inoremap <buffer> <silent> &3- &mdash;
5325 inoremap <buffer> <silent> &m- &mdash;
5326 inoremap <buffer> <silent> &2- &ndash;
5327 inoremap <buffer> <silent> &n- &ndash;
5328 inoremap <buffer> <silent> &34 &frac34;
5329 inoremap <buffer> <silent> &12 &frac12;
5330 inoremap <buffer> <silent> &14 &frac14;
5331 inoremap <buffer> <silent> &. &middot;
5332 inoremap <buffer> <silent> &pa &para;
5333 inoremap <buffer> <silent> &mi &micro;
5334 inoremap <buffer> <silent> &dg &deg;
5335 inoremap <buffer> <silent> &? &iquest;
5336 inoremap <buffer> <silent> &! &iexcl;
5337 inoremap <buffer> <silent> &sz &szlig;
5338 inoremap <buffer> <silent> &o/ &oslash;
5339 inoremap <buffer> <silent> &/ &divide;
5340 inoremap <buffer> <silent> &" &uml;
5341 inoremap <buffer> <silent> &2> &raquo;
5342 inoremap <buffer> <silent> &2< &laquo;
5343 inoremap <buffer> <silent> &y" &yuml;
5344 inoremap <buffer> <silent> &y' &yacute;
5345 inoremap <buffer> <silent> &u" &uuml;
5346 inoremap <buffer> <silent> &u^ &ucirc;
5347 inoremap <buffer> <silent> &u' &uacute;
5348 inoremap <buffer> <silent> &u` &ugrave;
5349 inoremap <buffer> <silent> &x &times;
5350 inoremap <buffer> <silent> &o" &ouml;
5351 inoremap <buffer> <silent> &o~ &otilde;
5352 inoremap <buffer> <silent> &o^ &ocirc;
5353 inoremap <buffer> <silent> &o' &oacute;
5354 inoremap <buffer> <silent> &o` &ograve;
5355 inoremap <buffer> <silent> &n~ &ntilde;
5356 inoremap <buffer> <silent> &i" &iuml;
5357 inoremap <buffer> <silent> &i^ &icirc;
5358 inoremap <buffer> <silent> &i' &iacute;
5359 inoremap <buffer> <silent> &i` &igrave;
5360 inoremap <buffer> <silent> &e" &euml;
5361 inoremap <buffer> <silent> &e^ &ecirc;
5362 inoremap <buffer> <silent> &e' &eacute;
5363 inoremap <buffer> <silent> &e` &egrave;
5364 inoremap <buffer> <silent> &c, &ccedil;
5365 inoremap <buffer> <silent> &ae &aelig;
5366 inoremap <buffer> <silent> &ao &aring;
5367 inoremap <buffer> <silent> &a" &auml;
5368 inoremap <buffer> <silent> &a~ &atilde;
5369 inoremap <buffer> <silent> &a^ &acirc;
5370 inoremap <buffer> <silent> &a' &aacute;
5371 inoremap <buffer> <silent> &a` &agrave;
5372 inoremap <buffer> <silent> &Y' &Yacute;
5373 inoremap <buffer> <silent> &U" &Uuml;
5374 inoremap <buffer> <silent> &U^ &Ucirc;
5375 inoremap <buffer> <silent> &U' &Uacute;
5376 inoremap <buffer> <silent> &U` &Ugrave;
5377 inoremap <buffer> <silent> &O/ &Oslash;
5378 inoremap <buffer> <silent> &O" &Ouml;
5379 inoremap <buffer> <silent> &O~ &Otilde;
5380 inoremap <buffer> <silent> &O^ &Ocirc;
5381 inoremap <buffer> <silent> &O' &Oacute;
5382 inoremap <buffer> <silent> &O` &Ograve;
5383 inoremap <buffer> <silent> &N~ &Ntilde;
5384 inoremap <buffer> <silent> &I" &Iuml;
5385 inoremap <buffer> <silent> &I^ &Icirc;
5386 inoremap <buffer> <silent> &I' &Iacute;
5387 inoremap <buffer> <silent> &I` &Igrave;
5388 inoremap <buffer> <silent> &E" &Euml;
5389 inoremap <buffer> <silent> &E^ &Ecirc;
5390 inoremap <buffer> <silent> &E' &Eacute;
5391 inoremap <buffer> <silent> &E` &Egrave;
5392 inoremap <buffer> <silent> &C, &Ccedil;
5393 inoremap <buffer> <silent> &AE &AElig;
5394 inoremap <buffer> <silent> &Ao &Aring;
5395 inoremap <buffer> <silent> &A" &Auml;
5396 inoremap <buffer> <silent> &A~ &Atilde;
5397 inoremap <buffer> <silent> &A^ &Acirc;
5398 inoremap <buffer> <silent> &A' &Aacute;
5399 inoremap <buffer> <silent> &A` &Agrave;
5400 inoremap <buffer> <silent> &c| &cent;
5401 inoremap <buffer> <silent> &Y= &yen;
5402 inoremap <buffer> <silent> &# &pound;
5403 inoremap <buffer> <silent> & &nbsp;
5404 inoremap <buffer> <silent> &> &gt;
5405 inoremap <buffer> <silent> &< &lt;
5406 inoremap <buffer> <silent> &' &quot;
5407 inoremap <buffer> <silent> &tm &trade;
5408 inoremap <buffer> <silent> &rO &reg;
5409 inoremap <buffer> <silent> &cO &copy;
5410 inoremap <buffer> <silent> && &amp;
5411 inoremap <buffer> <silent> ; &nbsp;
5412 inoremap <buffer> <silent> ;la <label for=""></label>F"
5413 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
5414 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
5415 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
5416 </textarea>k$5F"i
5417 inoremap <buffer> <silent> ;og <optgroup label="">
5418 </optgroup>k$F"i
5419 inoremap <buffer> <silent> ;op <option></option>F<
5420 inoremap <buffer> <silent> ;ms <select name="" multiple>
5421 </select>O
5422 inoremap <buffer> <silent> ;se <select name="">
5423 </select>O
5424 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
5425 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
5426 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
5427 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
5428 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
5429 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
5430 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
5431 inoremap <buffer> <silent> ;fm <form action="">
5432 </form>k$F"i
5433 inoremap <buffer> <silent> ;if <iframe src="">
5434 </iframe>k$F"i
5435 inoremap <buffer> <silent> ;nf <noframes>
5436 </noframes>O
5437 inoremap <buffer> <silent> ;fr <frame src="">F"
5438 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
5439 </frameset>k$3F"i
5440 inoremap <buffer> <silent> ;th <th></th>F<
5441 inoremap <buffer> <silent> ;td <td>
5442 </td>O
5443 inoremap <buffer> <silent> ;tr <tr>
5444 </tr>O
5445 inoremap <buffer> <silent> ;tf <tfoot>
5446 </tfoot>O
5447 inoremap <buffer> <silent> ;tb <tbody>
5448 </tbody>O
5449 inoremap <buffer> <silent> ;tH <thead>
5450 </thead>O
5451 inoremap <buffer> <silent> ;ta <table>
5452 </table>O
5453 inoremap <buffer> <silent> ;ca <caption></caption>F<
5454 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
5455 </object>k$5F"i
5456 inoremap <buffer> <silent> ;ns <noscript>
5457 </noscripT>O
5458 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
5459 <noembed></noembed>k$5F"i
5460 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
5461 inoremap <buffer> <silent> ;va <var></var>F<
5462 inoremap <buffer> <silent> ;ul <ul>
5463 </ul>O
5464 inoremap <buffer> <silent> ;tt <tt></tt>F<
5465 inoremap <buffer> <silent> ;ti <title></title>F<
5466 inoremap <buffer> <silent> ;sp <sup></sup>F<
5467 inoremap <buffer> <silent> ;sb <sub></sub>F<
5468 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
5469 inoremap <buffer> <silent> ;cs <style type="text/css">
5470 <!--
5471 -->
5472 </style>kO
5473 inoremap <buffer> <silent> ;sm <small></small>F<
5474 inoremap <buffer> <silent> ;sa <samp></samp>F<
5475 inoremap <buffer> <silent> ;sk <strike></strike>F<
5476 inoremap <buffer> <silent> ;qu <q></q>F<
5477 inoremap <buffer> <silent> ;pr <pre>
5478 </pre>O
5479 inoremap <buffer> <silent> ;/p </p>
5480 
5481 <p>
5482 inoremap <buffer> <silent> ;pp <p>
5483 </p>O
5484 inoremap <buffer> <silent> ;ol <ol>
5485 </ol>O
5486 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
5487 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
5488 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
5489 inoremap <buffer> <silent> ;lk <link href="">F"
5490 inoremap <buffer> <silent> ;li <li></li>F<
5491 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
5492 inoremap <buffer> <silent> ;ii <isindex>
5493 inoremap <buffer> <silent> ;in <ins></ins>F<
5494 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
5495 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
5496 inoremap <buffer> <silent> ;ht <html>
5497 </html>O
5498 inoremap <buffer> <silent> ;Hr <hr width="75%">
5499 inoremap <buffer> <silent> ;hr <hr>
5500 inoremap <buffer> <silent> ;he <head>
5501 </head>O
5502 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
5503 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
5504 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
5505 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
5506 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
5507 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
5508 inoremap <buffer> <silent> ;h6 <h6></h6>F<
5509 inoremap <buffer> <silent> ;h5 <h5></h5>F<
5510 inoremap <buffer> <silent> ;h4 <h4></h4>F<
5511 inoremap <buffer> <silent> ;h3 <h3></h3>F<
5512 inoremap <buffer> <silent> ;h2 <h2></h2>F<
5513 inoremap <buffer> <silent> ;h1 <h1></h1>F<
5514 inoremap <buffer> <silent> ;fc <font color=""></font>F"
5515 inoremap <buffer> <silent> ;fo <font size=""></font>F"
5516 inoremap <buffer> <silent> ;sn <span></span>F<
5517 inoremap <buffer> <silent> ;dv <div>
5518 </div>O
5519 inoremap <buffer> <silent> ;df <dfn></dfn>F<
5520 inoremap <buffer> <silent> ;de <del></del>F<
5521 inoremap <buffer> <silent> ;dd <dd></dd>F<
5522 inoremap <buffer> <silent> ;dt <dt></dt>F<
5523 inoremap <buffer> <silent> ;dl <dl>
5524 </dl>O
5525 inoremap <buffer> <silent> ;co <code></code>F<
5526 inoremap <buffer> <silent> ;ci <cite></cite>F<
5527 inoremap <buffer> <silent> ;ce <center></center>F<
5528 inoremap <buffer> <silent> ;br <br>
5529 inoremap <buffer> <silent> ;bd <body>
5530 </body>O
5531 inoremap <buffer> <silent> ;bl <blockquote>
5532 </blockquote>O
5533 inoremap <buffer> <silent> ;bi <big></big>F<
5534 inoremap <buffer> <silent> ;bh <base href="">F"
5535 inoremap <buffer> <silent> ;ad <address></address>F<
5536 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
5537 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
5538 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
5539 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
5540 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
5541 inoremap <buffer> <silent> ;an <a name=""></a>F"
5542 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
5543 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
5544 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
5545 inoremap <buffer> <silent> ;ah <a href=""></a>F"
5546 imap <buffer> <silent> ;s4 ;s4
5547 imap <buffer> <silent> ;4 ;4
5548 inoremap <buffer> <silent> ;mi :call MangleImageTag()
5549 inoremap <buffer> <silent> ; 
5550 inoremap <buffer> <silent> ;& &
5551 inoremap <buffer> <silent> ;; ;
5552 setlocal keymap=
5553 setlocal noarabic
5554 setlocal autoindent
5555 setlocal balloonexpr=
5556 setlocal nobinary
5557 setlocal bufhidden=
5558 setlocal buflisted
5559 setlocal buftype=
5560 setlocal nocindent
5561 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
5562 setlocal cinoptions=
5563 setlocal cinwords=if,else,while,do,for,switch
5564 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
5565 setlocal commentstring=<!--%s-->
5566 setlocal complete=.,w,b,u,t,i
5567 setlocal completefunc=
5568 setlocal nocopyindent
5569 setlocal nocursorcolumn
5570 setlocal nocursorline
5571 setlocal define=
5572 setlocal dictionary=
5573 setlocal nodiff
5574 setlocal equalprg=
5575 setlocal errorformat=
5576 setlocal noexpandtab
5577 if &filetype != 'html'
5578 setlocal filetype=html
5579 endif
5580 setlocal foldcolumn=0
5581 setlocal foldenable
5582 setlocal foldexpr=0
5583 setlocal foldignore=#
5584 setlocal foldlevel=0
5585 setlocal foldmarker={{{,}}}
5586 setlocal foldmethod=manual
5587 setlocal foldminlines=1
5588 setlocal foldnestmax=20
5589 setlocal foldtext=foldtext()
5590 setlocal formatexpr=
5591 setlocal formatoptions=tcq
5592 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
5593 setlocal grepprg=
5594 setlocal iminsert=2
5595 setlocal imsearch=2
5596 setlocal include=
5597 setlocal includeexpr=
5598 setlocal indentexpr=
5599 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
5600 setlocal noinfercase
5601 setlocal iskeyword=@,48-57,_,192-255
5602 setlocal keywordprg=
5603 setlocal nolinebreak
5604 setlocal nolisp
5605 setlocal nolist
5606 setlocal makeprg=
5607 setlocal matchpairs=(:),{:},[:],<:>
5608 setlocal nomodeline
5609 setlocal modifiable
5610 setlocal nrformats=octal,hex
5611 setlocal nonumber
5612 setlocal numberwidth=4
5613 setlocal omnifunc=htmlcomplete#CompleteTags
5614 setlocal path=
5615 setlocal nopreserveindent
5616 setlocal nopreviewwindow
5617 setlocal quoteescape=\\
5618 setlocal noreadonly
5619 setlocal norightleft
5620 setlocal rightleftcmd=search
5621 setlocal noscrollbind
5622 setlocal shiftwidth=8
5623 setlocal noshortname
5624 setlocal nosmartindent
5625 setlocal softtabstop=0
5626 setlocal nospell
5627 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
5628 setlocal spellfile=
5629 setlocal spelllang=en
5630 setlocal statusline=
5631 setlocal suffixesadd=
5632 setlocal swapfile
5633 setlocal synmaxcol=3000
5634 if &syntax != 'html'
5635 setlocal syntax=html
5636 endif
5637 setlocal tabstop=2
5638 setlocal tags=
5639 setlocal textwidth=0
5640 setlocal thesaurus=
5641 setlocal nowinfixheight
5642 setlocal nowinfixwidth
5643 setlocal wrap
5644 setlocal wrapmargin=0
5645 silent! normal! zE
5646 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
5647 if s:l < 1 | let s:l = 1 | endif
5648 exe s:l
5649 normal! zt
5650 1
5651 normal! 0
5652 tabedit project.html
5653 set splitbelow splitright
5654 set nosplitbelow
5655 set nosplitright
5656 wincmd t
5657 set winheight=1 winwidth=1
5658 argglobal
5659 14argu
5660 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
5661 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
5662 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
5663 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
5664 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
5665 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
5666 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
5667 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
5668 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
5669 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
5670 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
5671 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
5672 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
5673 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
5674 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
5675 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
5676 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
5677 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
5678 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">')
5679 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">')
5680 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
5681 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
5682 nnoremap <buffer> <silent> ; 
5683 nnoremap <buffer> <silent> ;; ;
5684 vnoremap <buffer> <silent> ;; ;
5685 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
5686 inoremap <buffer> <silent> &hA &hArr;
5687 inoremap <buffer> <silent> &dA &dArr;
5688 inoremap <buffer> <silent> &rA &rArr;
5689 inoremap <buffer> <silent> &uA &uArr;
5690 inoremap <buffer> <silent> &lA &lArr;
5691 inoremap <buffer> <silent> &ha &harr;
5692 inoremap <buffer> <silent> &da &darr;
5693 inoremap <buffer> <silent> &ra &rarr;
5694 inoremap <buffer> <silent> &ua &uarr;
5695 inoremap <buffer> <silent> &la &larr;
5696 inoremap <buffer> <silent> &pv &piv;
5697 inoremap <buffer> <silent> &uh &upsih;
5698 inoremap <buffer> <silent> &ts &thetasym;
5699 inoremap <buffer> <silent> &og &omega;
5700 inoremap <buffer> <silent> &ps &psi;
5701 inoremap <buffer> <silent> &ch &chi;
5702 inoremap <buffer> <silent> &ph &phi;
5703 inoremap <buffer> <silent> &up &upsilon;
5704 inoremap <buffer> <silent> &ta &tau;
5705 inoremap <buffer> <silent> &sf &sigmaf;
5706 inoremap <buffer> <silent> &si &sigma;
5707 inoremap <buffer> <silent> &rh &rho;
5708 inoremap <buffer> <silent> &pi &pi;
5709 inoremap <buffer> <silent> &oc &omicron;
5710 inoremap <buffer> <silent> &xi &xi;
5711 inoremap <buffer> <silent> &nu &nu;
5712 inoremap <buffer> <silent> &mu &mu;
5713 inoremap <buffer> <silent> &lm &lambda;
5714 inoremap <buffer> <silent> &ka &kappa;
5715 inoremap <buffer> <silent> &io &iota;
5716 inoremap <buffer> <silent> &th &theta;
5717 inoremap <buffer> <silent> &et &eta;
5718 inoremap <buffer> <silent> &ze &zeta;
5719 inoremap <buffer> <silent> &ep &epsilon;
5720 inoremap <buffer> <silent> &de &delta;
5721 inoremap <buffer> <silent> &ga &gamma;
5722 inoremap <buffer> <silent> &be &beta;
5723 inoremap <buffer> <silent> &al &alpha;
5724 inoremap <buffer> <silent> &Ps &Psi;
5725 inoremap <buffer> <silent> &Ch &Chi;
5726 inoremap <buffer> <silent> &Ph &Phi;
5727 inoremap <buffer> <silent> &Up &Upsilon;
5728 inoremap <buffer> <silent> &Ta &Tau;
5729 inoremap <buffer> <silent> &Si &Sigma;
5730 inoremap <buffer> <silent> &Rh &Rho;
5731 inoremap <buffer> <silent> &Pi &Pi;
5732 inoremap <buffer> <silent> &Oc &Omicron;
5733 inoremap <buffer> <silent> &Xi &Xi;
5734 inoremap <buffer> <silent> &Nu &Nu;
5735 inoremap <buffer> <silent> &Mu &Mu;
5736 inoremap <buffer> <silent> &Lm &Lambda;
5737 inoremap <buffer> <silent> &Ka &Kappa;
5738 inoremap <buffer> <silent> &Io &Iota;
5739 inoremap <buffer> <silent> &Th &Theta;
5740 inoremap <buffer> <silent> &Et &Eta;
5741 inoremap <buffer> <silent> &Ze &Zeta;
5742 inoremap <buffer> <silent> &Ep &Epsilon;
5743 inoremap <buffer> <silent> &De &Delta;
5744 inoremap <buffer> <silent> &Ga &Gamma;
5745 inoremap <buffer> <silent> &Be &Beta;
5746 inoremap <buffer> <silent> &Al &Alpha;
5747 inoremap <buffer> <silent> &3. &hellip;
5748 inoremap <buffer> <silent> &-- &mdash;
5749 inoremap <buffer> <silent> &3- &mdash;
5750 inoremap <buffer> <silent> &m- &mdash;
5751 inoremap <buffer> <silent> &2- &ndash;
5752 inoremap <buffer> <silent> &n- &ndash;
5753 inoremap <buffer> <silent> &34 &frac34;
5754 inoremap <buffer> <silent> &12 &frac12;
5755 inoremap <buffer> <silent> &14 &frac14;
5756 inoremap <buffer> <silent> &. &middot;
5757 inoremap <buffer> <silent> &pa &para;
5758 inoremap <buffer> <silent> &mi &micro;
5759 inoremap <buffer> <silent> &dg &deg;
5760 inoremap <buffer> <silent> &? &iquest;
5761 inoremap <buffer> <silent> &! &iexcl;
5762 inoremap <buffer> <silent> &sz &szlig;
5763 inoremap <buffer> <silent> &o/ &oslash;
5764 inoremap <buffer> <silent> &/ &divide;
5765 inoremap <buffer> <silent> &" &uml;
5766 inoremap <buffer> <silent> &2> &raquo;
5767 inoremap <buffer> <silent> &2< &laquo;
5768 inoremap <buffer> <silent> &y" &yuml;
5769 inoremap <buffer> <silent> &y' &yacute;
5770 inoremap <buffer> <silent> &u" &uuml;
5771 inoremap <buffer> <silent> &u^ &ucirc;
5772 inoremap <buffer> <silent> &u' &uacute;
5773 inoremap <buffer> <silent> &u` &ugrave;
5774 inoremap <buffer> <silent> &x &times;
5775 inoremap <buffer> <silent> &o" &ouml;
5776 inoremap <buffer> <silent> &o~ &otilde;
5777 inoremap <buffer> <silent> &o^ &ocirc;
5778 inoremap <buffer> <silent> &o' &oacute;
5779 inoremap <buffer> <silent> &o` &ograve;
5780 inoremap <buffer> <silent> &n~ &ntilde;
5781 inoremap <buffer> <silent> &i" &iuml;
5782 inoremap <buffer> <silent> &i^ &icirc;
5783 inoremap <buffer> <silent> &i' &iacute;
5784 inoremap <buffer> <silent> &i` &igrave;
5785 inoremap <buffer> <silent> &e" &euml;
5786 inoremap <buffer> <silent> &e^ &ecirc;
5787 inoremap <buffer> <silent> &e' &eacute;
5788 inoremap <buffer> <silent> &e` &egrave;
5789 inoremap <buffer> <silent> &c, &ccedil;
5790 inoremap <buffer> <silent> &ae &aelig;
5791 inoremap <buffer> <silent> &ao &aring;
5792 inoremap <buffer> <silent> &a" &auml;
5793 inoremap <buffer> <silent> &a~ &atilde;
5794 inoremap <buffer> <silent> &a^ &acirc;
5795 inoremap <buffer> <silent> &a' &aacute;
5796 inoremap <buffer> <silent> &a` &agrave;
5797 inoremap <buffer> <silent> &Y' &Yacute;
5798 inoremap <buffer> <silent> &U" &Uuml;
5799 inoremap <buffer> <silent> &U^ &Ucirc;
5800 inoremap <buffer> <silent> &U' &Uacute;
5801 inoremap <buffer> <silent> &U` &Ugrave;
5802 inoremap <buffer> <silent> &O/ &Oslash;
5803 inoremap <buffer> <silent> &O" &Ouml;
5804 inoremap <buffer> <silent> &O~ &Otilde;
5805 inoremap <buffer> <silent> &O^ &Ocirc;
5806 inoremap <buffer> <silent> &O' &Oacute;
5807 inoremap <buffer> <silent> &O` &Ograve;
5808 inoremap <buffer> <silent> &N~ &Ntilde;
5809 inoremap <buffer> <silent> &I" &Iuml;
5810 inoremap <buffer> <silent> &I^ &Icirc;
5811 inoremap <buffer> <silent> &I' &Iacute;
5812 inoremap <buffer> <silent> &I` &Igrave;
5813 inoremap <buffer> <silent> &E" &Euml;
5814 inoremap <buffer> <silent> &E^ &Ecirc;
5815 inoremap <buffer> <silent> &E' &Eacute;
5816 inoremap <buffer> <silent> &E` &Egrave;
5817 inoremap <buffer> <silent> &C, &Ccedil;
5818 inoremap <buffer> <silent> &AE &AElig;
5819 inoremap <buffer> <silent> &Ao &Aring;
5820 inoremap <buffer> <silent> &A" &Auml;
5821 inoremap <buffer> <silent> &A~ &Atilde;
5822 inoremap <buffer> <silent> &A^ &Acirc;
5823 inoremap <buffer> <silent> &A' &Aacute;
5824 inoremap <buffer> <silent> &A` &Agrave;
5825 inoremap <buffer> <silent> &c| &cent;
5826 inoremap <buffer> <silent> &Y= &yen;
5827 inoremap <buffer> <silent> &# &pound;
5828 inoremap <buffer> <silent> & &nbsp;
5829 inoremap <buffer> <silent> &> &gt;
5830 inoremap <buffer> <silent> &< &lt;
5831 inoremap <buffer> <silent> &' &quot;
5832 inoremap <buffer> <silent> &tm &trade;
5833 inoremap <buffer> <silent> &rO &reg;
5834 inoremap <buffer> <silent> &cO &copy;
5835 inoremap <buffer> <silent> && &amp;
5836 inoremap <buffer> <silent> ; &nbsp;
5837 inoremap <buffer> <silent> ;la <label for=""></label>F"
5838 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
5839 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
5840 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
5841 </textarea>k$5F"i
5842 inoremap <buffer> <silent> ;og <optgroup label="">
5843 </optgroup>k$F"i
5844 inoremap <buffer> <silent> ;op <option></option>F<
5845 inoremap <buffer> <silent> ;ms <select name="" multiple>
5846 </select>O
5847 inoremap <buffer> <silent> ;se <select name="">
5848 </select>O
5849 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
5850 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
5851 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
5852 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
5853 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
5854 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
5855 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
5856 inoremap <buffer> <silent> ;fm <form action="">
5857 </form>k$F"i
5858 inoremap <buffer> <silent> ;if <iframe src="">
5859 </iframe>k$F"i
5860 inoremap <buffer> <silent> ;nf <noframes>
5861 </noframes>O
5862 inoremap <buffer> <silent> ;fr <frame src="">F"
5863 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
5864 </frameset>k$3F"i
5865 inoremap <buffer> <silent> ;th <th></th>F<
5866 inoremap <buffer> <silent> ;td <td>
5867 </td>O
5868 inoremap <buffer> <silent> ;tr <tr>
5869 </tr>O
5870 inoremap <buffer> <silent> ;tf <tfoot>
5871 </tfoot>O
5872 inoremap <buffer> <silent> ;tb <tbody>
5873 </tbody>O
5874 inoremap <buffer> <silent> ;tH <thead>
5875 </thead>O
5876 inoremap <buffer> <silent> ;ta <table>
5877 </table>O
5878 inoremap <buffer> <silent> ;ca <caption></caption>F<
5879 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
5880 </object>k$5F"i
5881 inoremap <buffer> <silent> ;ns <noscript>
5882 </noscripT>O
5883 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
5884 <noembed></noembed>k$5F"i
5885 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
5886 inoremap <buffer> <silent> ;va <var></var>F<
5887 inoremap <buffer> <silent> ;ul <ul>
5888 </ul>O
5889 inoremap <buffer> <silent> ;tt <tt></tt>F<
5890 inoremap <buffer> <silent> ;ti <title></title>F<
5891 inoremap <buffer> <silent> ;sp <sup></sup>F<
5892 inoremap <buffer> <silent> ;sb <sub></sub>F<
5893 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
5894 inoremap <buffer> <silent> ;cs <style type="text/css">
5895 <!--
5896 -->
5897 </style>kO
5898 inoremap <buffer> <silent> ;sm <small></small>F<
5899 inoremap <buffer> <silent> ;sa <samp></samp>F<
5900 inoremap <buffer> <silent> ;sk <strike></strike>F<
5901 inoremap <buffer> <silent> ;qu <q></q>F<
5902 inoremap <buffer> <silent> ;pr <pre>
5903 </pre>O
5904 inoremap <buffer> <silent> ;/p </p>
5905 
5906 <p>
5907 inoremap <buffer> <silent> ;pp <p>
5908 </p>O
5909 inoremap <buffer> <silent> ;ol <ol>
5910 </ol>O
5911 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
5912 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
5913 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
5914 inoremap <buffer> <silent> ;lk <link href="">F"
5915 inoremap <buffer> <silent> ;li <li></li>F<
5916 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
5917 inoremap <buffer> <silent> ;ii <isindex>
5918 inoremap <buffer> <silent> ;in <ins></ins>F<
5919 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
5920 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
5921 inoremap <buffer> <silent> ;ht <html>
5922 </html>O
5923 inoremap <buffer> <silent> ;Hr <hr width="75%">
5924 inoremap <buffer> <silent> ;hr <hr>
5925 inoremap <buffer> <silent> ;he <head>
5926 </head>O
5927 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
5928 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
5929 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
5930 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
5931 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
5932 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
5933 inoremap <buffer> <silent> ;h6 <h6></h6>F<
5934 inoremap <buffer> <silent> ;h5 <h5></h5>F<
5935 inoremap <buffer> <silent> ;h4 <h4></h4>F<
5936 inoremap <buffer> <silent> ;h3 <h3></h3>F<
5937 inoremap <buffer> <silent> ;h2 <h2></h2>F<
5938 inoremap <buffer> <silent> ;h1 <h1></h1>F<
5939 inoremap <buffer> <silent> ;fc <font color=""></font>F"
5940 inoremap <buffer> <silent> ;fo <font size=""></font>F"
5941 inoremap <buffer> <silent> ;sn <span></span>F<
5942 inoremap <buffer> <silent> ;dv <div>
5943 </div>O
5944 inoremap <buffer> <silent> ;df <dfn></dfn>F<
5945 inoremap <buffer> <silent> ;de <del></del>F<
5946 inoremap <buffer> <silent> ;dd <dd></dd>F<
5947 inoremap <buffer> <silent> ;dt <dt></dt>F<
5948 inoremap <buffer> <silent> ;dl <dl>
5949 </dl>O
5950 inoremap <buffer> <silent> ;co <code></code>F<
5951 inoremap <buffer> <silent> ;ci <cite></cite>F<
5952 inoremap <buffer> <silent> ;ce <center></center>F<
5953 inoremap <buffer> <silent> ;br <br>
5954 inoremap <buffer> <silent> ;bd <body>
5955 </body>O
5956 inoremap <buffer> <silent> ;bl <blockquote>
5957 </blockquote>O
5958 inoremap <buffer> <silent> ;bi <big></big>F<
5959 inoremap <buffer> <silent> ;bh <base href="">F"
5960 inoremap <buffer> <silent> ;ad <address></address>F<
5961 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
5962 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
5963 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
5964 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
5965 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
5966 inoremap <buffer> <silent> ;an <a name=""></a>F"
5967 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
5968 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
5969 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
5970 inoremap <buffer> <silent> ;ah <a href=""></a>F"
5971 imap <buffer> <silent> ;s4 ;s4
5972 imap <buffer> <silent> ;4 ;4
5973 inoremap <buffer> <silent> ;mi :call MangleImageTag()
5974 inoremap <buffer> <silent> ; 
5975 inoremap <buffer> <silent> ;& &
5976 inoremap <buffer> <silent> ;; ;
5977 setlocal keymap=
5978 setlocal noarabic
5979 setlocal autoindent
5980 setlocal balloonexpr=
5981 setlocal nobinary
5982 setlocal bufhidden=
5983 setlocal buflisted
5984 setlocal buftype=
5985 setlocal nocindent
5986 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
5987 setlocal cinoptions=
5988 setlocal cinwords=if,else,while,do,for,switch
5989 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
5990 setlocal commentstring=<!--%s-->
5991 setlocal complete=.,w,b,u,t,i
5992 setlocal completefunc=
5993 setlocal nocopyindent
5994 setlocal nocursorcolumn
5995 setlocal nocursorline
5996 setlocal define=
5997 setlocal dictionary=
5998 setlocal nodiff
5999 setlocal equalprg=
6000 setlocal errorformat=
6001 setlocal noexpandtab
6002 if &filetype != 'html'
6003 setlocal filetype=html
6004 endif
6005 setlocal foldcolumn=0
6006 setlocal foldenable
6007 setlocal foldexpr=0
6008 setlocal foldignore=#
6009 setlocal foldlevel=0
6010 setlocal foldmarker={{{,}}}
6011 setlocal foldmethod=manual
6012 setlocal foldminlines=1
6013 setlocal foldnestmax=20
6014 setlocal foldtext=foldtext()
6015 setlocal formatexpr=
6016 setlocal formatoptions=tcq
6017 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
6018 setlocal grepprg=
6019 setlocal iminsert=2
6020 setlocal imsearch=2
6021 setlocal include=
6022 setlocal includeexpr=
6023 setlocal indentexpr=
6024 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
6025 setlocal noinfercase
6026 setlocal iskeyword=@,48-57,_,192-255
6027 setlocal keywordprg=
6028 setlocal nolinebreak
6029 setlocal nolisp
6030 setlocal nolist
6031 setlocal makeprg=
6032 setlocal matchpairs=(:),{:},[:],<:>
6033 setlocal nomodeline
6034 setlocal modifiable
6035 setlocal nrformats=octal,hex
6036 setlocal nonumber
6037 setlocal numberwidth=4
6038 setlocal omnifunc=htmlcomplete#CompleteTags
6039 setlocal path=
6040 setlocal nopreserveindent
6041 setlocal nopreviewwindow
6042 setlocal quoteescape=\\
6043 setlocal noreadonly
6044 setlocal norightleft
6045 setlocal rightleftcmd=search
6046 setlocal noscrollbind
6047 setlocal shiftwidth=8
6048 setlocal noshortname
6049 setlocal nosmartindent
6050 setlocal softtabstop=0
6051 setlocal nospell
6052 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
6053 setlocal spellfile=
6054 setlocal spelllang=en
6055 setlocal statusline=
6056 setlocal suffixesadd=
6057 setlocal swapfile
6058 setlocal synmaxcol=3000
6059 if &syntax != 'html'
6060 setlocal syntax=html
6061 endif
6062 setlocal tabstop=2
6063 setlocal tags=
6064 setlocal textwidth=0
6065 setlocal thesaurus=
6066 setlocal nowinfixheight
6067 setlocal nowinfixwidth
6068 setlocal wrap
6069 setlocal wrapmargin=0
6070 silent! normal! zE
6071 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
6072 if s:l < 1 | let s:l = 1 | endif
6073 exe s:l
6074 normal! zt
6075 1
6076 normal! 0
6077 tabedit recover.html
6078 set splitbelow splitright
6079 set nosplitbelow
6080 set nosplitright
6081 wincmd t
6082 set winheight=1 winwidth=1
6083 argglobal
6084 15argu
6085 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6086 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6087 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
6088 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
6089 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
6090 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
6091 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
6092 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
6093 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
6094 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
6095 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
6096 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
6097 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
6098 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
6099 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
6100 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
6101 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
6102 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
6103 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">')
6104 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">')
6105 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
6106 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
6107 nnoremap <buffer> <silent> ; 
6108 nnoremap <buffer> <silent> ;; ;
6109 vnoremap <buffer> <silent> ;; ;
6110 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
6111 inoremap <buffer> <silent> &hA &hArr;
6112 inoremap <buffer> <silent> &dA &dArr;
6113 inoremap <buffer> <silent> &rA &rArr;
6114 inoremap <buffer> <silent> &uA &uArr;
6115 inoremap <buffer> <silent> &lA &lArr;
6116 inoremap <buffer> <silent> &ha &harr;
6117 inoremap <buffer> <silent> &da &darr;
6118 inoremap <buffer> <silent> &ra &rarr;
6119 inoremap <buffer> <silent> &ua &uarr;
6120 inoremap <buffer> <silent> &la &larr;
6121 inoremap <buffer> <silent> &pv &piv;
6122 inoremap <buffer> <silent> &uh &upsih;
6123 inoremap <buffer> <silent> &ts &thetasym;
6124 inoremap <buffer> <silent> &og &omega;
6125 inoremap <buffer> <silent> &ps &psi;
6126 inoremap <buffer> <silent> &ch &chi;
6127 inoremap <buffer> <silent> &ph &phi;
6128 inoremap <buffer> <silent> &up &upsilon;
6129 inoremap <buffer> <silent> &ta &tau;
6130 inoremap <buffer> <silent> &sf &sigmaf;
6131 inoremap <buffer> <silent> &si &sigma;
6132 inoremap <buffer> <silent> &rh &rho;
6133 inoremap <buffer> <silent> &pi &pi;
6134 inoremap <buffer> <silent> &oc &omicron;
6135 inoremap <buffer> <silent> &xi &xi;
6136 inoremap <buffer> <silent> &nu &nu;
6137 inoremap <buffer> <silent> &mu &mu;
6138 inoremap <buffer> <silent> &lm &lambda;
6139 inoremap <buffer> <silent> &ka &kappa;
6140 inoremap <buffer> <silent> &io &iota;
6141 inoremap <buffer> <silent> &th &theta;
6142 inoremap <buffer> <silent> &et &eta;
6143 inoremap <buffer> <silent> &ze &zeta;
6144 inoremap <buffer> <silent> &ep &epsilon;
6145 inoremap <buffer> <silent> &de &delta;
6146 inoremap <buffer> <silent> &ga &gamma;
6147 inoremap <buffer> <silent> &be &beta;
6148 inoremap <buffer> <silent> &al &alpha;
6149 inoremap <buffer> <silent> &Ps &Psi;
6150 inoremap <buffer> <silent> &Ch &Chi;
6151 inoremap <buffer> <silent> &Ph &Phi;
6152 inoremap <buffer> <silent> &Up &Upsilon;
6153 inoremap <buffer> <silent> &Ta &Tau;
6154 inoremap <buffer> <silent> &Si &Sigma;
6155 inoremap <buffer> <silent> &Rh &Rho;
6156 inoremap <buffer> <silent> &Pi &Pi;
6157 inoremap <buffer> <silent> &Oc &Omicron;
6158 inoremap <buffer> <silent> &Xi &Xi;
6159 inoremap <buffer> <silent> &Nu &Nu;
6160 inoremap <buffer> <silent> &Mu &Mu;
6161 inoremap <buffer> <silent> &Lm &Lambda;
6162 inoremap <buffer> <silent> &Ka &Kappa;
6163 inoremap <buffer> <silent> &Io &Iota;
6164 inoremap <buffer> <silent> &Th &Theta;
6165 inoremap <buffer> <silent> &Et &Eta;
6166 inoremap <buffer> <silent> &Ze &Zeta;
6167 inoremap <buffer> <silent> &Ep &Epsilon;
6168 inoremap <buffer> <silent> &De &Delta;
6169 inoremap <buffer> <silent> &Ga &Gamma;
6170 inoremap <buffer> <silent> &Be &Beta;
6171 inoremap <buffer> <silent> &Al &Alpha;
6172 inoremap <buffer> <silent> &3. &hellip;
6173 inoremap <buffer> <silent> &-- &mdash;
6174 inoremap <buffer> <silent> &3- &mdash;
6175 inoremap <buffer> <silent> &m- &mdash;
6176 inoremap <buffer> <silent> &2- &ndash;
6177 inoremap <buffer> <silent> &n- &ndash;
6178 inoremap <buffer> <silent> &34 &frac34;
6179 inoremap <buffer> <silent> &12 &frac12;
6180 inoremap <buffer> <silent> &14 &frac14;
6181 inoremap <buffer> <silent> &. &middot;
6182 inoremap <buffer> <silent> &pa &para;
6183 inoremap <buffer> <silent> &mi &micro;
6184 inoremap <buffer> <silent> &dg &deg;
6185 inoremap <buffer> <silent> &? &iquest;
6186 inoremap <buffer> <silent> &! &iexcl;
6187 inoremap <buffer> <silent> &sz &szlig;
6188 inoremap <buffer> <silent> &o/ &oslash;
6189 inoremap <buffer> <silent> &/ &divide;
6190 inoremap <buffer> <silent> &" &uml;
6191 inoremap <buffer> <silent> &2> &raquo;
6192 inoremap <buffer> <silent> &2< &laquo;
6193 inoremap <buffer> <silent> &y" &yuml;
6194 inoremap <buffer> <silent> &y' &yacute;
6195 inoremap <buffer> <silent> &u" &uuml;
6196 inoremap <buffer> <silent> &u^ &ucirc;
6197 inoremap <buffer> <silent> &u' &uacute;
6198 inoremap <buffer> <silent> &u` &ugrave;
6199 inoremap <buffer> <silent> &x &times;
6200 inoremap <buffer> <silent> &o" &ouml;
6201 inoremap <buffer> <silent> &o~ &otilde;
6202 inoremap <buffer> <silent> &o^ &ocirc;
6203 inoremap <buffer> <silent> &o' &oacute;
6204 inoremap <buffer> <silent> &o` &ograve;
6205 inoremap <buffer> <silent> &n~ &ntilde;
6206 inoremap <buffer> <silent> &i" &iuml;
6207 inoremap <buffer> <silent> &i^ &icirc;
6208 inoremap <buffer> <silent> &i' &iacute;
6209 inoremap <buffer> <silent> &i` &igrave;
6210 inoremap <buffer> <silent> &e" &euml;
6211 inoremap <buffer> <silent> &e^ &ecirc;
6212 inoremap <buffer> <silent> &e' &eacute;
6213 inoremap <buffer> <silent> &e` &egrave;
6214 inoremap <buffer> <silent> &c, &ccedil;
6215 inoremap <buffer> <silent> &ae &aelig;
6216 inoremap <buffer> <silent> &ao &aring;
6217 inoremap <buffer> <silent> &a" &auml;
6218 inoremap <buffer> <silent> &a~ &atilde;
6219 inoremap <buffer> <silent> &a^ &acirc;
6220 inoremap <buffer> <silent> &a' &aacute;
6221 inoremap <buffer> <silent> &a` &agrave;
6222 inoremap <buffer> <silent> &Y' &Yacute;
6223 inoremap <buffer> <silent> &U" &Uuml;
6224 inoremap <buffer> <silent> &U^ &Ucirc;
6225 inoremap <buffer> <silent> &U' &Uacute;
6226 inoremap <buffer> <silent> &U` &Ugrave;
6227 inoremap <buffer> <silent> &O/ &Oslash;
6228 inoremap <buffer> <silent> &O" &Ouml;
6229 inoremap <buffer> <silent> &O~ &Otilde;
6230 inoremap <buffer> <silent> &O^ &Ocirc;
6231 inoremap <buffer> <silent> &O' &Oacute;
6232 inoremap <buffer> <silent> &O` &Ograve;
6233 inoremap <buffer> <silent> &N~ &Ntilde;
6234 inoremap <buffer> <silent> &I" &Iuml;
6235 inoremap <buffer> <silent> &I^ &Icirc;
6236 inoremap <buffer> <silent> &I' &Iacute;
6237 inoremap <buffer> <silent> &I` &Igrave;
6238 inoremap <buffer> <silent> &E" &Euml;
6239 inoremap <buffer> <silent> &E^ &Ecirc;
6240 inoremap <buffer> <silent> &E' &Eacute;
6241 inoremap <buffer> <silent> &E` &Egrave;
6242 inoremap <buffer> <silent> &C, &Ccedil;
6243 inoremap <buffer> <silent> &AE &AElig;
6244 inoremap <buffer> <silent> &Ao &Aring;
6245 inoremap <buffer> <silent> &A" &Auml;
6246 inoremap <buffer> <silent> &A~ &Atilde;
6247 inoremap <buffer> <silent> &A^ &Acirc;
6248 inoremap <buffer> <silent> &A' &Aacute;
6249 inoremap <buffer> <silent> &A` &Agrave;
6250 inoremap <buffer> <silent> &c| &cent;
6251 inoremap <buffer> <silent> &Y= &yen;
6252 inoremap <buffer> <silent> &# &pound;
6253 inoremap <buffer> <silent> & &nbsp;
6254 inoremap <buffer> <silent> &> &gt;
6255 inoremap <buffer> <silent> &< &lt;
6256 inoremap <buffer> <silent> &' &quot;
6257 inoremap <buffer> <silent> &tm &trade;
6258 inoremap <buffer> <silent> &rO &reg;
6259 inoremap <buffer> <silent> &cO &copy;
6260 inoremap <buffer> <silent> && &amp;
6261 inoremap <buffer> <silent> ; &nbsp;
6262 inoremap <buffer> <silent> ;la <label for=""></label>F"
6263 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
6264 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
6265 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
6266 </textarea>k$5F"i
6267 inoremap <buffer> <silent> ;og <optgroup label="">
6268 </optgroup>k$F"i
6269 inoremap <buffer> <silent> ;op <option></option>F<
6270 inoremap <buffer> <silent> ;ms <select name="" multiple>
6271 </select>O
6272 inoremap <buffer> <silent> ;se <select name="">
6273 </select>O
6274 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
6275 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
6276 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
6277 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
6278 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
6279 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
6280 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
6281 inoremap <buffer> <silent> ;fm <form action="">
6282 </form>k$F"i
6283 inoremap <buffer> <silent> ;if <iframe src="">
6284 </iframe>k$F"i
6285 inoremap <buffer> <silent> ;nf <noframes>
6286 </noframes>O
6287 inoremap <buffer> <silent> ;fr <frame src="">F"
6288 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
6289 </frameset>k$3F"i
6290 inoremap <buffer> <silent> ;th <th></th>F<
6291 inoremap <buffer> <silent> ;td <td>
6292 </td>O
6293 inoremap <buffer> <silent> ;tr <tr>
6294 </tr>O
6295 inoremap <buffer> <silent> ;tf <tfoot>
6296 </tfoot>O
6297 inoremap <buffer> <silent> ;tb <tbody>
6298 </tbody>O
6299 inoremap <buffer> <silent> ;tH <thead>
6300 </thead>O
6301 inoremap <buffer> <silent> ;ta <table>
6302 </table>O
6303 inoremap <buffer> <silent> ;ca <caption></caption>F<
6304 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
6305 </object>k$5F"i
6306 inoremap <buffer> <silent> ;ns <noscript>
6307 </noscripT>O
6308 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
6309 <noembed></noembed>k$5F"i
6310 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
6311 inoremap <buffer> <silent> ;va <var></var>F<
6312 inoremap <buffer> <silent> ;ul <ul>
6313 </ul>O
6314 inoremap <buffer> <silent> ;tt <tt></tt>F<
6315 inoremap <buffer> <silent> ;ti <title></title>F<
6316 inoremap <buffer> <silent> ;sp <sup></sup>F<
6317 inoremap <buffer> <silent> ;sb <sub></sub>F<
6318 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
6319 inoremap <buffer> <silent> ;cs <style type="text/css">
6320 <!--
6321 -->
6322 </style>kO
6323 inoremap <buffer> <silent> ;sm <small></small>F<
6324 inoremap <buffer> <silent> ;sa <samp></samp>F<
6325 inoremap <buffer> <silent> ;sk <strike></strike>F<
6326 inoremap <buffer> <silent> ;qu <q></q>F<
6327 inoremap <buffer> <silent> ;pr <pre>
6328 </pre>O
6329 inoremap <buffer> <silent> ;/p </p>
6330 
6331 <p>
6332 inoremap <buffer> <silent> ;pp <p>
6333 </p>O
6334 inoremap <buffer> <silent> ;ol <ol>
6335 </ol>O
6336 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
6337 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
6338 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
6339 inoremap <buffer> <silent> ;lk <link href="">F"
6340 inoremap <buffer> <silent> ;li <li></li>F<
6341 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
6342 inoremap <buffer> <silent> ;ii <isindex>
6343 inoremap <buffer> <silent> ;in <ins></ins>F<
6344 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
6345 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
6346 inoremap <buffer> <silent> ;ht <html>
6347 </html>O
6348 inoremap <buffer> <silent> ;Hr <hr width="75%">
6349 inoremap <buffer> <silent> ;hr <hr>
6350 inoremap <buffer> <silent> ;he <head>
6351 </head>O
6352 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
6353 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
6354 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
6355 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
6356 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
6357 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
6358 inoremap <buffer> <silent> ;h6 <h6></h6>F<
6359 inoremap <buffer> <silent> ;h5 <h5></h5>F<
6360 inoremap <buffer> <silent> ;h4 <h4></h4>F<
6361 inoremap <buffer> <silent> ;h3 <h3></h3>F<
6362 inoremap <buffer> <silent> ;h2 <h2></h2>F<
6363 inoremap <buffer> <silent> ;h1 <h1></h1>F<
6364 inoremap <buffer> <silent> ;fc <font color=""></font>F"
6365 inoremap <buffer> <silent> ;fo <font size=""></font>F"
6366 inoremap <buffer> <silent> ;sn <span></span>F<
6367 inoremap <buffer> <silent> ;dv <div>
6368 </div>O
6369 inoremap <buffer> <silent> ;df <dfn></dfn>F<
6370 inoremap <buffer> <silent> ;de <del></del>F<
6371 inoremap <buffer> <silent> ;dd <dd></dd>F<
6372 inoremap <buffer> <silent> ;dt <dt></dt>F<
6373 inoremap <buffer> <silent> ;dl <dl>
6374 </dl>O
6375 inoremap <buffer> <silent> ;co <code></code>F<
6376 inoremap <buffer> <silent> ;ci <cite></cite>F<
6377 inoremap <buffer> <silent> ;ce <center></center>F<
6378 inoremap <buffer> <silent> ;br <br>
6379 inoremap <buffer> <silent> ;bd <body>
6380 </body>O
6381 inoremap <buffer> <silent> ;bl <blockquote>
6382 </blockquote>O
6383 inoremap <buffer> <silent> ;bi <big></big>F<
6384 inoremap <buffer> <silent> ;bh <base href="">F"
6385 inoremap <buffer> <silent> ;ad <address></address>F<
6386 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
6387 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
6388 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
6389 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
6390 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
6391 inoremap <buffer> <silent> ;an <a name=""></a>F"
6392 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
6393 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
6394 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
6395 inoremap <buffer> <silent> ;ah <a href=""></a>F"
6396 imap <buffer> <silent> ;s4 ;s4
6397 imap <buffer> <silent> ;4 ;4
6398 inoremap <buffer> <silent> ;mi :call MangleImageTag()
6399 inoremap <buffer> <silent> ; 
6400 inoremap <buffer> <silent> ;& &
6401 inoremap <buffer> <silent> ;; ;
6402 setlocal keymap=
6403 setlocal noarabic
6404 setlocal autoindent
6405 setlocal balloonexpr=
6406 setlocal nobinary
6407 setlocal bufhidden=
6408 setlocal buflisted
6409 setlocal buftype=
6410 setlocal nocindent
6411 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
6412 setlocal cinoptions=
6413 setlocal cinwords=if,else,while,do,for,switch
6414 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
6415 setlocal commentstring=<!--%s-->
6416 setlocal complete=.,w,b,u,t,i
6417 setlocal completefunc=
6418 setlocal nocopyindent
6419 setlocal nocursorcolumn
6420 setlocal nocursorline
6421 setlocal define=
6422 setlocal dictionary=
6423 setlocal nodiff
6424 setlocal equalprg=
6425 setlocal errorformat=
6426 setlocal noexpandtab
6427 if &filetype != 'html'
6428 setlocal filetype=html
6429 endif
6430 setlocal foldcolumn=0
6431 setlocal foldenable
6432 setlocal foldexpr=0
6433 setlocal foldignore=#
6434 setlocal foldlevel=0
6435 setlocal foldmarker={{{,}}}
6436 setlocal foldmethod=manual
6437 setlocal foldminlines=1
6438 setlocal foldnestmax=20
6439 setlocal foldtext=foldtext()
6440 setlocal formatexpr=
6441 setlocal formatoptions=tcq
6442 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
6443 setlocal grepprg=
6444 setlocal iminsert=2
6445 setlocal imsearch=2
6446 setlocal include=
6447 setlocal includeexpr=
6448 setlocal indentexpr=
6449 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
6450 setlocal noinfercase
6451 setlocal iskeyword=@,48-57,_,192-255
6452 setlocal keywordprg=
6453 setlocal nolinebreak
6454 setlocal nolisp
6455 setlocal nolist
6456 setlocal makeprg=
6457 setlocal matchpairs=(:),{:},[:],<:>
6458 setlocal nomodeline
6459 setlocal modifiable
6460 setlocal nrformats=octal,hex
6461 setlocal nonumber
6462 setlocal numberwidth=4
6463 setlocal omnifunc=htmlcomplete#CompleteTags
6464 setlocal path=
6465 setlocal nopreserveindent
6466 setlocal nopreviewwindow
6467 setlocal quoteescape=\\
6468 setlocal noreadonly
6469 setlocal norightleft
6470 setlocal rightleftcmd=search
6471 setlocal noscrollbind
6472 setlocal shiftwidth=8
6473 setlocal noshortname
6474 setlocal nosmartindent
6475 setlocal softtabstop=0
6476 setlocal nospell
6477 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
6478 setlocal spellfile=
6479 setlocal spelllang=en
6480 setlocal statusline=
6481 setlocal suffixesadd=
6482 setlocal swapfile
6483 setlocal synmaxcol=3000
6484 if &syntax != 'html'
6485 setlocal syntax=html
6486 endif
6487 setlocal tabstop=2
6488 setlocal tags=
6489 setlocal textwidth=0
6490 setlocal thesaurus=
6491 setlocal nowinfixheight
6492 setlocal nowinfixwidth
6493 setlocal wrap
6494 setlocal wrapmargin=0
6495 silent! normal! zE
6496 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
6497 if s:l < 1 | let s:l = 1 | endif
6498 exe s:l
6499 normal! zt
6500 1
6501 normal! 0
6502 tabedit reloc-img.html
6503 set splitbelow splitright
6504 set nosplitbelow
6505 set nosplitright
6506 wincmd t
6507 set winheight=1 winwidth=1
6508 argglobal
6509 16argu
6510 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6511 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6512 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
6513 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
6514 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
6515 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
6516 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
6517 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
6518 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
6519 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
6520 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
6521 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
6522 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
6523 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
6524 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
6525 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
6526 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
6527 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
6528 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">')
6529 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">')
6530 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
6531 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
6532 nnoremap <buffer> <silent> ; 
6533 nnoremap <buffer> <silent> ;; ;
6534 vnoremap <buffer> <silent> ;; ;
6535 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
6536 inoremap <buffer> <silent> &hA &hArr;
6537 inoremap <buffer> <silent> &dA &dArr;
6538 inoremap <buffer> <silent> &rA &rArr;
6539 inoremap <buffer> <silent> &uA &uArr;
6540 inoremap <buffer> <silent> &lA &lArr;
6541 inoremap <buffer> <silent> &ha &harr;
6542 inoremap <buffer> <silent> &da &darr;
6543 inoremap <buffer> <silent> &ra &rarr;
6544 inoremap <buffer> <silent> &ua &uarr;
6545 inoremap <buffer> <silent> &la &larr;
6546 inoremap <buffer> <silent> &pv &piv;
6547 inoremap <buffer> <silent> &uh &upsih;
6548 inoremap <buffer> <silent> &ts &thetasym;
6549 inoremap <buffer> <silent> &og &omega;
6550 inoremap <buffer> <silent> &ps &psi;
6551 inoremap <buffer> <silent> &ch &chi;
6552 inoremap <buffer> <silent> &ph &phi;
6553 inoremap <buffer> <silent> &up &upsilon;
6554 inoremap <buffer> <silent> &ta &tau;
6555 inoremap <buffer> <silent> &sf &sigmaf;
6556 inoremap <buffer> <silent> &si &sigma;
6557 inoremap <buffer> <silent> &rh &rho;
6558 inoremap <buffer> <silent> &pi &pi;
6559 inoremap <buffer> <silent> &oc &omicron;
6560 inoremap <buffer> <silent> &xi &xi;
6561 inoremap <buffer> <silent> &nu &nu;
6562 inoremap <buffer> <silent> &mu &mu;
6563 inoremap <buffer> <silent> &lm &lambda;
6564 inoremap <buffer> <silent> &ka &kappa;
6565 inoremap <buffer> <silent> &io &iota;
6566 inoremap <buffer> <silent> &th &theta;
6567 inoremap <buffer> <silent> &et &eta;
6568 inoremap <buffer> <silent> &ze &zeta;
6569 inoremap <buffer> <silent> &ep &epsilon;
6570 inoremap <buffer> <silent> &de &delta;
6571 inoremap <buffer> <silent> &ga &gamma;
6572 inoremap <buffer> <silent> &be &beta;
6573 inoremap <buffer> <silent> &al &alpha;
6574 inoremap <buffer> <silent> &Ps &Psi;
6575 inoremap <buffer> <silent> &Ch &Chi;
6576 inoremap <buffer> <silent> &Ph &Phi;
6577 inoremap <buffer> <silent> &Up &Upsilon;
6578 inoremap <buffer> <silent> &Ta &Tau;
6579 inoremap <buffer> <silent> &Si &Sigma;
6580 inoremap <buffer> <silent> &Rh &Rho;
6581 inoremap <buffer> <silent> &Pi &Pi;
6582 inoremap <buffer> <silent> &Oc &Omicron;
6583 inoremap <buffer> <silent> &Xi &Xi;
6584 inoremap <buffer> <silent> &Nu &Nu;
6585 inoremap <buffer> <silent> &Mu &Mu;
6586 inoremap <buffer> <silent> &Lm &Lambda;
6587 inoremap <buffer> <silent> &Ka &Kappa;
6588 inoremap <buffer> <silent> &Io &Iota;
6589 inoremap <buffer> <silent> &Th &Theta;
6590 inoremap <buffer> <silent> &Et &Eta;
6591 inoremap <buffer> <silent> &Ze &Zeta;
6592 inoremap <buffer> <silent> &Ep &Epsilon;
6593 inoremap <buffer> <silent> &De &Delta;
6594 inoremap <buffer> <silent> &Ga &Gamma;
6595 inoremap <buffer> <silent> &Be &Beta;
6596 inoremap <buffer> <silent> &Al &Alpha;
6597 inoremap <buffer> <silent> &3. &hellip;
6598 inoremap <buffer> <silent> &-- &mdash;
6599 inoremap <buffer> <silent> &3- &mdash;
6600 inoremap <buffer> <silent> &m- &mdash;
6601 inoremap <buffer> <silent> &2- &ndash;
6602 inoremap <buffer> <silent> &n- &ndash;
6603 inoremap <buffer> <silent> &34 &frac34;
6604 inoremap <buffer> <silent> &12 &frac12;
6605 inoremap <buffer> <silent> &14 &frac14;
6606 inoremap <buffer> <silent> &. &middot;
6607 inoremap <buffer> <silent> &pa &para;
6608 inoremap <buffer> <silent> &mi &micro;
6609 inoremap <buffer> <silent> &dg &deg;
6610 inoremap <buffer> <silent> &? &iquest;
6611 inoremap <buffer> <silent> &! &iexcl;
6612 inoremap <buffer> <silent> &sz &szlig;
6613 inoremap <buffer> <silent> &o/ &oslash;
6614 inoremap <buffer> <silent> &/ &divide;
6615 inoremap <buffer> <silent> &" &uml;
6616 inoremap <buffer> <silent> &2> &raquo;
6617 inoremap <buffer> <silent> &2< &laquo;
6618 inoremap <buffer> <silent> &y" &yuml;
6619 inoremap <buffer> <silent> &y' &yacute;
6620 inoremap <buffer> <silent> &u" &uuml;
6621 inoremap <buffer> <silent> &u^ &ucirc;
6622 inoremap <buffer> <silent> &u' &uacute;
6623 inoremap <buffer> <silent> &u` &ugrave;
6624 inoremap <buffer> <silent> &x &times;
6625 inoremap <buffer> <silent> &o" &ouml;
6626 inoremap <buffer> <silent> &o~ &otilde;
6627 inoremap <buffer> <silent> &o^ &ocirc;
6628 inoremap <buffer> <silent> &o' &oacute;
6629 inoremap <buffer> <silent> &o` &ograve;
6630 inoremap <buffer> <silent> &n~ &ntilde;
6631 inoremap <buffer> <silent> &i" &iuml;
6632 inoremap <buffer> <silent> &i^ &icirc;
6633 inoremap <buffer> <silent> &i' &iacute;
6634 inoremap <buffer> <silent> &i` &igrave;
6635 inoremap <buffer> <silent> &e" &euml;
6636 inoremap <buffer> <silent> &e^ &ecirc;
6637 inoremap <buffer> <silent> &e' &eacute;
6638 inoremap <buffer> <silent> &e` &egrave;
6639 inoremap <buffer> <silent> &c, &ccedil;
6640 inoremap <buffer> <silent> &ae &aelig;
6641 inoremap <buffer> <silent> &ao &aring;
6642 inoremap <buffer> <silent> &a" &auml;
6643 inoremap <buffer> <silent> &a~ &atilde;
6644 inoremap <buffer> <silent> &a^ &acirc;
6645 inoremap <buffer> <silent> &a' &aacute;
6646 inoremap <buffer> <silent> &a` &agrave;
6647 inoremap <buffer> <silent> &Y' &Yacute;
6648 inoremap <buffer> <silent> &U" &Uuml;
6649 inoremap <buffer> <silent> &U^ &Ucirc;
6650 inoremap <buffer> <silent> &U' &Uacute;
6651 inoremap <buffer> <silent> &U` &Ugrave;
6652 inoremap <buffer> <silent> &O/ &Oslash;
6653 inoremap <buffer> <silent> &O" &Ouml;
6654 inoremap <buffer> <silent> &O~ &Otilde;
6655 inoremap <buffer> <silent> &O^ &Ocirc;
6656 inoremap <buffer> <silent> &O' &Oacute;
6657 inoremap <buffer> <silent> &O` &Ograve;
6658 inoremap <buffer> <silent> &N~ &Ntilde;
6659 inoremap <buffer> <silent> &I" &Iuml;
6660 inoremap <buffer> <silent> &I^ &Icirc;
6661 inoremap <buffer> <silent> &I' &Iacute;
6662 inoremap <buffer> <silent> &I` &Igrave;
6663 inoremap <buffer> <silent> &E" &Euml;
6664 inoremap <buffer> <silent> &E^ &Ecirc;
6665 inoremap <buffer> <silent> &E' &Eacute;
6666 inoremap <buffer> <silent> &E` &Egrave;
6667 inoremap <buffer> <silent> &C, &Ccedil;
6668 inoremap <buffer> <silent> &AE &AElig;
6669 inoremap <buffer> <silent> &Ao &Aring;
6670 inoremap <buffer> <silent> &A" &Auml;
6671 inoremap <buffer> <silent> &A~ &Atilde;
6672 inoremap <buffer> <silent> &A^ &Acirc;
6673 inoremap <buffer> <silent> &A' &Aacute;
6674 inoremap <buffer> <silent> &A` &Agrave;
6675 inoremap <buffer> <silent> &c| &cent;
6676 inoremap <buffer> <silent> &Y= &yen;
6677 inoremap <buffer> <silent> &# &pound;
6678 inoremap <buffer> <silent> & &nbsp;
6679 inoremap <buffer> <silent> &> &gt;
6680 inoremap <buffer> <silent> &< &lt;
6681 inoremap <buffer> <silent> &' &quot;
6682 inoremap <buffer> <silent> &tm &trade;
6683 inoremap <buffer> <silent> &rO &reg;
6684 inoremap <buffer> <silent> &cO &copy;
6685 inoremap <buffer> <silent> && &amp;
6686 inoremap <buffer> <silent> ; &nbsp;
6687 inoremap <buffer> <silent> ;la <label for=""></label>F"
6688 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
6689 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
6690 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
6691 </textarea>k$5F"i
6692 inoremap <buffer> <silent> ;og <optgroup label="">
6693 </optgroup>k$F"i
6694 inoremap <buffer> <silent> ;op <option></option>F<
6695 inoremap <buffer> <silent> ;ms <select name="" multiple>
6696 </select>O
6697 inoremap <buffer> <silent> ;se <select name="">
6698 </select>O
6699 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
6700 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
6701 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
6702 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
6703 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
6704 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
6705 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
6706 inoremap <buffer> <silent> ;fm <form action="">
6707 </form>k$F"i
6708 inoremap <buffer> <silent> ;if <iframe src="">
6709 </iframe>k$F"i
6710 inoremap <buffer> <silent> ;nf <noframes>
6711 </noframes>O
6712 inoremap <buffer> <silent> ;fr <frame src="">F"
6713 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
6714 </frameset>k$3F"i
6715 inoremap <buffer> <silent> ;th <th></th>F<
6716 inoremap <buffer> <silent> ;td <td>
6717 </td>O
6718 inoremap <buffer> <silent> ;tr <tr>
6719 </tr>O
6720 inoremap <buffer> <silent> ;tf <tfoot>
6721 </tfoot>O
6722 inoremap <buffer> <silent> ;tb <tbody>
6723 </tbody>O
6724 inoremap <buffer> <silent> ;tH <thead>
6725 </thead>O
6726 inoremap <buffer> <silent> ;ta <table>
6727 </table>O
6728 inoremap <buffer> <silent> ;ca <caption></caption>F<
6729 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
6730 </object>k$5F"i
6731 inoremap <buffer> <silent> ;ns <noscript>
6732 </noscripT>O
6733 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
6734 <noembed></noembed>k$5F"i
6735 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
6736 inoremap <buffer> <silent> ;va <var></var>F<
6737 inoremap <buffer> <silent> ;ul <ul>
6738 </ul>O
6739 inoremap <buffer> <silent> ;tt <tt></tt>F<
6740 inoremap <buffer> <silent> ;ti <title></title>F<
6741 inoremap <buffer> <silent> ;sp <sup></sup>F<
6742 inoremap <buffer> <silent> ;sb <sub></sub>F<
6743 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
6744 inoremap <buffer> <silent> ;cs <style type="text/css">
6745 <!--
6746 -->
6747 </style>kO
6748 inoremap <buffer> <silent> ;sm <small></small>F<
6749 inoremap <buffer> <silent> ;sa <samp></samp>F<
6750 inoremap <buffer> <silent> ;sk <strike></strike>F<
6751 inoremap <buffer> <silent> ;qu <q></q>F<
6752 inoremap <buffer> <silent> ;pr <pre>
6753 </pre>O
6754 inoremap <buffer> <silent> ;/p </p>
6755 
6756 <p>
6757 inoremap <buffer> <silent> ;pp <p>
6758 </p>O
6759 inoremap <buffer> <silent> ;ol <ol>
6760 </ol>O
6761 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
6762 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
6763 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
6764 inoremap <buffer> <silent> ;lk <link href="">F"
6765 inoremap <buffer> <silent> ;li <li></li>F<
6766 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
6767 inoremap <buffer> <silent> ;ii <isindex>
6768 inoremap <buffer> <silent> ;in <ins></ins>F<
6769 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
6770 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
6771 inoremap <buffer> <silent> ;ht <html>
6772 </html>O
6773 inoremap <buffer> <silent> ;Hr <hr width="75%">
6774 inoremap <buffer> <silent> ;hr <hr>
6775 inoremap <buffer> <silent> ;he <head>
6776 </head>O
6777 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
6778 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
6779 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
6780 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
6781 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
6782 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
6783 inoremap <buffer> <silent> ;h6 <h6></h6>F<
6784 inoremap <buffer> <silent> ;h5 <h5></h5>F<
6785 inoremap <buffer> <silent> ;h4 <h4></h4>F<
6786 inoremap <buffer> <silent> ;h3 <h3></h3>F<
6787 inoremap <buffer> <silent> ;h2 <h2></h2>F<
6788 inoremap <buffer> <silent> ;h1 <h1></h1>F<
6789 inoremap <buffer> <silent> ;fc <font color=""></font>F"
6790 inoremap <buffer> <silent> ;fo <font size=""></font>F"
6791 inoremap <buffer> <silent> ;sn <span></span>F<
6792 inoremap <buffer> <silent> ;dv <div>
6793 </div>O
6794 inoremap <buffer> <silent> ;df <dfn></dfn>F<
6795 inoremap <buffer> <silent> ;de <del></del>F<
6796 inoremap <buffer> <silent> ;dd <dd></dd>F<
6797 inoremap <buffer> <silent> ;dt <dt></dt>F<
6798 inoremap <buffer> <silent> ;dl <dl>
6799 </dl>O
6800 inoremap <buffer> <silent> ;co <code></code>F<
6801 inoremap <buffer> <silent> ;ci <cite></cite>F<
6802 inoremap <buffer> <silent> ;ce <center></center>F<
6803 inoremap <buffer> <silent> ;br <br>
6804 inoremap <buffer> <silent> ;bd <body>
6805 </body>O
6806 inoremap <buffer> <silent> ;bl <blockquote>
6807 </blockquote>O
6808 inoremap <buffer> <silent> ;bi <big></big>F<
6809 inoremap <buffer> <silent> ;bh <base href="">F"
6810 inoremap <buffer> <silent> ;ad <address></address>F<
6811 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
6812 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
6813 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
6814 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
6815 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
6816 inoremap <buffer> <silent> ;an <a name=""></a>F"
6817 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
6818 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
6819 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
6820 inoremap <buffer> <silent> ;ah <a href=""></a>F"
6821 imap <buffer> <silent> ;s4 ;s4
6822 imap <buffer> <silent> ;4 ;4
6823 inoremap <buffer> <silent> ;mi :call MangleImageTag()
6824 inoremap <buffer> <silent> ; 
6825 inoremap <buffer> <silent> ;& &
6826 inoremap <buffer> <silent> ;; ;
6827 setlocal keymap=
6828 setlocal noarabic
6829 setlocal autoindent
6830 setlocal balloonexpr=
6831 setlocal nobinary
6832 setlocal bufhidden=
6833 setlocal buflisted
6834 setlocal buftype=
6835 setlocal nocindent
6836 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
6837 setlocal cinoptions=
6838 setlocal cinwords=if,else,while,do,for,switch
6839 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
6840 setlocal commentstring=<!--%s-->
6841 setlocal complete=.,w,b,u,t,i
6842 setlocal completefunc=
6843 setlocal nocopyindent
6844 setlocal nocursorcolumn
6845 setlocal nocursorline
6846 setlocal define=
6847 setlocal dictionary=
6848 setlocal nodiff
6849 setlocal equalprg=
6850 setlocal errorformat=
6851 setlocal noexpandtab
6852 if &filetype != 'html'
6853 setlocal filetype=html
6854 endif
6855 setlocal foldcolumn=0
6856 setlocal foldenable
6857 setlocal foldexpr=0
6858 setlocal foldignore=#
6859 setlocal foldlevel=0
6860 setlocal foldmarker={{{,}}}
6861 setlocal foldmethod=manual
6862 setlocal foldminlines=1
6863 setlocal foldnestmax=20
6864 setlocal foldtext=foldtext()
6865 setlocal formatexpr=
6866 setlocal formatoptions=tcq
6867 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
6868 setlocal grepprg=
6869 setlocal iminsert=2
6870 setlocal imsearch=2
6871 setlocal include=
6872 setlocal includeexpr=
6873 setlocal indentexpr=
6874 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
6875 setlocal noinfercase
6876 setlocal iskeyword=@,48-57,_,192-255
6877 setlocal keywordprg=
6878 setlocal nolinebreak
6879 setlocal nolisp
6880 setlocal nolist
6881 setlocal makeprg=
6882 setlocal matchpairs=(:),{:},[:],<:>
6883 setlocal nomodeline
6884 setlocal modifiable
6885 setlocal nrformats=octal,hex
6886 setlocal nonumber
6887 setlocal numberwidth=4
6888 setlocal omnifunc=htmlcomplete#CompleteTags
6889 setlocal path=
6890 setlocal nopreserveindent
6891 setlocal nopreviewwindow
6892 setlocal quoteescape=\\
6893 setlocal noreadonly
6894 setlocal norightleft
6895 setlocal rightleftcmd=search
6896 setlocal noscrollbind
6897 setlocal shiftwidth=8
6898 setlocal noshortname
6899 setlocal nosmartindent
6900 setlocal softtabstop=0
6901 setlocal nospell
6902 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
6903 setlocal spellfile=
6904 setlocal spelllang=en
6905 setlocal statusline=
6906 setlocal suffixesadd=
6907 setlocal swapfile
6908 setlocal synmaxcol=3000
6909 if &syntax != 'html'
6910 setlocal syntax=html
6911 endif
6912 setlocal tabstop=2
6913 setlocal tags=
6914 setlocal textwidth=0
6915 setlocal thesaurus=
6916 setlocal nowinfixheight
6917 setlocal nowinfixwidth
6918 setlocal wrap
6919 setlocal wrapmargin=0
6920 silent! normal! zE
6921 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
6922 if s:l < 1 | let s:l = 1 | endif
6923 exe s:l
6924 normal! zt
6925 1
6926 normal! 0
6927 tabedit restoration.html
6928 set splitbelow splitright
6929 set nosplitbelow
6930 set nosplitright
6931 wincmd t
6932 set winheight=1 winwidth=1
6933 argglobal
6934 17argu
6935 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6936 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6937 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
6938 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
6939 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
6940 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
6941 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
6942 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
6943 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
6944 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
6945 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
6946 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
6947 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
6948 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
6949 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
6950 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
6951 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
6952 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
6953 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">')
6954 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">')
6955 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
6956 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
6957 nnoremap <buffer> <silent> ; 
6958 nnoremap <buffer> <silent> ;; ;
6959 vnoremap <buffer> <silent> ;; ;
6960 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
6961 inoremap <buffer> <silent> &hA &hArr;
6962 inoremap <buffer> <silent> &dA &dArr;
6963 inoremap <buffer> <silent> &rA &rArr;
6964 inoremap <buffer> <silent> &uA &uArr;
6965 inoremap <buffer> <silent> &lA &lArr;
6966 inoremap <buffer> <silent> &ha &harr;
6967 inoremap <buffer> <silent> &da &darr;
6968 inoremap <buffer> <silent> &ra &rarr;
6969 inoremap <buffer> <silent> &ua &uarr;
6970 inoremap <buffer> <silent> &la &larr;
6971 inoremap <buffer> <silent> &pv &piv;
6972 inoremap <buffer> <silent> &uh &upsih;
6973 inoremap <buffer> <silent> &ts &thetasym;
6974 inoremap <buffer> <silent> &og &omega;
6975 inoremap <buffer> <silent> &ps &psi;
6976 inoremap <buffer> <silent> &ch &chi;
6977 inoremap <buffer> <silent> &ph &phi;
6978 inoremap <buffer> <silent> &up &upsilon;
6979 inoremap <buffer> <silent> &ta &tau;
6980 inoremap <buffer> <silent> &sf &sigmaf;
6981 inoremap <buffer> <silent> &si &sigma;
6982 inoremap <buffer> <silent> &rh &rho;
6983 inoremap <buffer> <silent> &pi &pi;
6984 inoremap <buffer> <silent> &oc &omicron;
6985 inoremap <buffer> <silent> &xi &xi;
6986 inoremap <buffer> <silent> &nu &nu;
6987 inoremap <buffer> <silent> &mu &mu;
6988 inoremap <buffer> <silent> &lm &lambda;
6989 inoremap <buffer> <silent> &ka &kappa;
6990 inoremap <buffer> <silent> &io &iota;
6991 inoremap <buffer> <silent> &th &theta;
6992 inoremap <buffer> <silent> &et &eta;
6993 inoremap <buffer> <silent> &ze &zeta;
6994 inoremap <buffer> <silent> &ep &epsilon;
6995 inoremap <buffer> <silent> &de &delta;
6996 inoremap <buffer> <silent> &ga &gamma;
6997 inoremap <buffer> <silent> &be &beta;
6998 inoremap <buffer> <silent> &al &alpha;
6999 inoremap <buffer> <silent> &Ps &Psi;
7000 inoremap <buffer> <silent> &Ch &Chi;
7001 inoremap <buffer> <silent> &Ph &Phi;
7002 inoremap <buffer> <silent> &Up &Upsilon;
7003 inoremap <buffer> <silent> &Ta &Tau;
7004 inoremap <buffer> <silent> &Si &Sigma;
7005 inoremap <buffer> <silent> &Rh &Rho;
7006 inoremap <buffer> <silent> &Pi &Pi;
7007 inoremap <buffer> <silent> &Oc &Omicron;
7008 inoremap <buffer> <silent> &Xi &Xi;
7009 inoremap <buffer> <silent> &Nu &Nu;
7010 inoremap <buffer> <silent> &Mu &Mu;
7011 inoremap <buffer> <silent> &Lm &Lambda;
7012 inoremap <buffer> <silent> &Ka &Kappa;
7013 inoremap <buffer> <silent> &Io &Iota;
7014 inoremap <buffer> <silent> &Th &Theta;
7015 inoremap <buffer> <silent> &Et &Eta;
7016 inoremap <buffer> <silent> &Ze &Zeta;
7017 inoremap <buffer> <silent> &Ep &Epsilon;
7018 inoremap <buffer> <silent> &De &Delta;
7019 inoremap <buffer> <silent> &Ga &Gamma;
7020 inoremap <buffer> <silent> &Be &Beta;
7021 inoremap <buffer> <silent> &Al &Alpha;
7022 inoremap <buffer> <silent> &3. &hellip;
7023 inoremap <buffer> <silent> &-- &mdash;
7024 inoremap <buffer> <silent> &3- &mdash;
7025 inoremap <buffer> <silent> &m- &mdash;
7026 inoremap <buffer> <silent> &2- &ndash;
7027 inoremap <buffer> <silent> &n- &ndash;
7028 inoremap <buffer> <silent> &34 &frac34;
7029 inoremap <buffer> <silent> &12 &frac12;
7030 inoremap <buffer> <silent> &14 &frac14;
7031 inoremap <buffer> <silent> &. &middot;
7032 inoremap <buffer> <silent> &pa &para;
7033 inoremap <buffer> <silent> &mi &micro;
7034 inoremap <buffer> <silent> &dg &deg;
7035 inoremap <buffer> <silent> &? &iquest;
7036 inoremap <buffer> <silent> &! &iexcl;
7037 inoremap <buffer> <silent> &sz &szlig;
7038 inoremap <buffer> <silent> &o/ &oslash;
7039 inoremap <buffer> <silent> &/ &divide;
7040 inoremap <buffer> <silent> &" &uml;
7041 inoremap <buffer> <silent> &2> &raquo;
7042 inoremap <buffer> <silent> &2< &laquo;
7043 inoremap <buffer> <silent> &y" &yuml;
7044 inoremap <buffer> <silent> &y' &yacute;
7045 inoremap <buffer> <silent> &u" &uuml;
7046 inoremap <buffer> <silent> &u^ &ucirc;
7047 inoremap <buffer> <silent> &u' &uacute;
7048 inoremap <buffer> <silent> &u` &ugrave;
7049 inoremap <buffer> <silent> &x &times;
7050 inoremap <buffer> <silent> &o" &ouml;
7051 inoremap <buffer> <silent> &o~ &otilde;
7052 inoremap <buffer> <silent> &o^ &ocirc;
7053 inoremap <buffer> <silent> &o' &oacute;
7054 inoremap <buffer> <silent> &o` &ograve;
7055 inoremap <buffer> <silent> &n~ &ntilde;
7056 inoremap <buffer> <silent> &i" &iuml;
7057 inoremap <buffer> <silent> &i^ &icirc;
7058 inoremap <buffer> <silent> &i' &iacute;
7059 inoremap <buffer> <silent> &i` &igrave;
7060 inoremap <buffer> <silent> &e" &euml;
7061 inoremap <buffer> <silent> &e^ &ecirc;
7062 inoremap <buffer> <silent> &e' &eacute;
7063 inoremap <buffer> <silent> &e` &egrave;
7064 inoremap <buffer> <silent> &c, &ccedil;
7065 inoremap <buffer> <silent> &ae &aelig;
7066 inoremap <buffer> <silent> &ao &aring;
7067 inoremap <buffer> <silent> &a" &auml;
7068 inoremap <buffer> <silent> &a~ &atilde;
7069 inoremap <buffer> <silent> &a^ &acirc;
7070 inoremap <buffer> <silent> &a' &aacute;
7071 inoremap <buffer> <silent> &a` &agrave;
7072 inoremap <buffer> <silent> &Y' &Yacute;
7073 inoremap <buffer> <silent> &U" &Uuml;
7074 inoremap <buffer> <silent> &U^ &Ucirc;
7075 inoremap <buffer> <silent> &U' &Uacute;
7076 inoremap <buffer> <silent> &U` &Ugrave;
7077 inoremap <buffer> <silent> &O/ &Oslash;
7078 inoremap <buffer> <silent> &O" &Ouml;
7079 inoremap <buffer> <silent> &O~ &Otilde;
7080 inoremap <buffer> <silent> &O^ &Ocirc;
7081 inoremap <buffer> <silent> &O' &Oacute;
7082 inoremap <buffer> <silent> &O` &Ograve;
7083 inoremap <buffer> <silent> &N~ &Ntilde;
7084 inoremap <buffer> <silent> &I" &Iuml;
7085 inoremap <buffer> <silent> &I^ &Icirc;
7086 inoremap <buffer> <silent> &I' &Iacute;
7087 inoremap <buffer> <silent> &I` &Igrave;
7088 inoremap <buffer> <silent> &E" &Euml;
7089 inoremap <buffer> <silent> &E^ &Ecirc;
7090 inoremap <buffer> <silent> &E' &Eacute;
7091 inoremap <buffer> <silent> &E` &Egrave;
7092 inoremap <buffer> <silent> &C, &Ccedil;
7093 inoremap <buffer> <silent> &AE &AElig;
7094 inoremap <buffer> <silent> &Ao &Aring;
7095 inoremap <buffer> <silent> &A" &Auml;
7096 inoremap <buffer> <silent> &A~ &Atilde;
7097 inoremap <buffer> <silent> &A^ &Acirc;
7098 inoremap <buffer> <silent> &A' &Aacute;
7099 inoremap <buffer> <silent> &A` &Agrave;
7100 inoremap <buffer> <silent> &c| &cent;
7101 inoremap <buffer> <silent> &Y= &yen;
7102 inoremap <buffer> <silent> &# &pound;
7103 inoremap <buffer> <silent> & &nbsp;
7104 inoremap <buffer> <silent> &> &gt;
7105 inoremap <buffer> <silent> &< &lt;
7106 inoremap <buffer> <silent> &' &quot;
7107 inoremap <buffer> <silent> &tm &trade;
7108 inoremap <buffer> <silent> &rO &reg;
7109 inoremap <buffer> <silent> &cO &copy;
7110 inoremap <buffer> <silent> && &amp;
7111 inoremap <buffer> <silent> ; &nbsp;
7112 inoremap <buffer> <silent> ;la <label for=""></label>F"
7113 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
7114 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
7115 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
7116 </textarea>k$5F"i
7117 inoremap <buffer> <silent> ;og <optgroup label="">
7118 </optgroup>k$F"i
7119 inoremap <buffer> <silent> ;op <option></option>F<
7120 inoremap <buffer> <silent> ;ms <select name="" multiple>
7121 </select>O
7122 inoremap <buffer> <silent> ;se <select name="">
7123 </select>O
7124 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
7125 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
7126 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
7127 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
7128 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
7129 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
7130 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
7131 inoremap <buffer> <silent> ;fm <form action="">
7132 </form>k$F"i
7133 inoremap <buffer> <silent> ;if <iframe src="">
7134 </iframe>k$F"i
7135 inoremap <buffer> <silent> ;nf <noframes>
7136 </noframes>O
7137 inoremap <buffer> <silent> ;fr <frame src="">F"
7138 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
7139 </frameset>k$3F"i
7140 inoremap <buffer> <silent> ;th <th></th>F<
7141 inoremap <buffer> <silent> ;td <td>
7142 </td>O
7143 inoremap <buffer> <silent> ;tr <tr>
7144 </tr>O
7145 inoremap <buffer> <silent> ;tf <tfoot>
7146 </tfoot>O
7147 inoremap <buffer> <silent> ;tb <tbody>
7148 </tbody>O
7149 inoremap <buffer> <silent> ;tH <thead>
7150 </thead>O
7151 inoremap <buffer> <silent> ;ta <table>
7152 </table>O
7153 inoremap <buffer> <silent> ;ca <caption></caption>F<
7154 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
7155 </object>k$5F"i
7156 inoremap <buffer> <silent> ;ns <noscript>
7157 </noscripT>O
7158 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
7159 <noembed></noembed>k$5F"i
7160 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
7161 inoremap <buffer> <silent> ;va <var></var>F<
7162 inoremap <buffer> <silent> ;ul <ul>
7163 </ul>O
7164 inoremap <buffer> <silent> ;tt <tt></tt>F<
7165 inoremap <buffer> <silent> ;ti <title></title>F<
7166 inoremap <buffer> <silent> ;sp <sup></sup>F<
7167 inoremap <buffer> <silent> ;sb <sub></sub>F<
7168 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
7169 inoremap <buffer> <silent> ;cs <style type="text/css">
7170 <!--
7171 -->
7172 </style>kO
7173 inoremap <buffer> <silent> ;sm <small></small>F<
7174 inoremap <buffer> <silent> ;sa <samp></samp>F<
7175 inoremap <buffer> <silent> ;sk <strike></strike>F<
7176 inoremap <buffer> <silent> ;qu <q></q>F<
7177 inoremap <buffer> <silent> ;pr <pre>
7178 </pre>O
7179 inoremap <buffer> <silent> ;/p </p>
7180 
7181 <p>
7182 inoremap <buffer> <silent> ;pp <p>
7183 </p>O
7184 inoremap <buffer> <silent> ;ol <ol>
7185 </ol>O
7186 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
7187 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
7188 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
7189 inoremap <buffer> <silent> ;lk <link href="">F"
7190 inoremap <buffer> <silent> ;li <li></li>F<
7191 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
7192 inoremap <buffer> <silent> ;ii <isindex>
7193 inoremap <buffer> <silent> ;in <ins></ins>F<
7194 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
7195 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
7196 inoremap <buffer> <silent> ;ht <html>
7197 </html>O
7198 inoremap <buffer> <silent> ;Hr <hr width="75%">
7199 inoremap <buffer> <silent> ;hr <hr>
7200 inoremap <buffer> <silent> ;he <head>
7201 </head>O
7202 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
7203 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
7204 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
7205 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
7206 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
7207 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
7208 inoremap <buffer> <silent> ;h6 <h6></h6>F<
7209 inoremap <buffer> <silent> ;h5 <h5></h5>F<
7210 inoremap <buffer> <silent> ;h4 <h4></h4>F<
7211 inoremap <buffer> <silent> ;h3 <h3></h3>F<
7212 inoremap <buffer> <silent> ;h2 <h2></h2>F<
7213 inoremap <buffer> <silent> ;h1 <h1></h1>F<
7214 inoremap <buffer> <silent> ;fc <font color=""></font>F"
7215 inoremap <buffer> <silent> ;fo <font size=""></font>F"
7216 inoremap <buffer> <silent> ;sn <span></span>F<
7217 inoremap <buffer> <silent> ;dv <div>
7218 </div>O
7219 inoremap <buffer> <silent> ;df <dfn></dfn>F<
7220 inoremap <buffer> <silent> ;de <del></del>F<
7221 inoremap <buffer> <silent> ;dd <dd></dd>F<
7222 inoremap <buffer> <silent> ;dt <dt></dt>F<
7223 inoremap <buffer> <silent> ;dl <dl>
7224 </dl>O
7225 inoremap <buffer> <silent> ;co <code></code>F<
7226 inoremap <buffer> <silent> ;ci <cite></cite>F<
7227 inoremap <buffer> <silent> ;ce <center></center>F<
7228 inoremap <buffer> <silent> ;br <br>
7229 inoremap <buffer> <silent> ;bd <body>
7230 </body>O
7231 inoremap <buffer> <silent> ;bl <blockquote>
7232 </blockquote>O
7233 inoremap <buffer> <silent> ;bi <big></big>F<
7234 inoremap <buffer> <silent> ;bh <base href="">F"
7235 inoremap <buffer> <silent> ;ad <address></address>F<
7236 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
7237 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
7238 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
7239 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
7240 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
7241 inoremap <buffer> <silent> ;an <a name=""></a>F"
7242 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
7243 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
7244 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
7245 inoremap <buffer> <silent> ;ah <a href=""></a>F"
7246 imap <buffer> <silent> ;s4 ;s4
7247 imap <buffer> <silent> ;4 ;4
7248 inoremap <buffer> <silent> ;mi :call MangleImageTag()
7249 inoremap <buffer> <silent> ; 
7250 inoremap <buffer> <silent> ;& &
7251 inoremap <buffer> <silent> ;; ;
7252 setlocal keymap=
7253 setlocal noarabic
7254 setlocal autoindent
7255 setlocal balloonexpr=
7256 setlocal nobinary
7257 setlocal bufhidden=
7258 setlocal buflisted
7259 setlocal buftype=
7260 setlocal nocindent
7261 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
7262 setlocal cinoptions=
7263 setlocal cinwords=if,else,while,do,for,switch
7264 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
7265 setlocal commentstring=<!--%s-->
7266 setlocal complete=.,w,b,u,t,i
7267 setlocal completefunc=
7268 setlocal nocopyindent
7269 setlocal nocursorcolumn
7270 setlocal nocursorline
7271 setlocal define=
7272 setlocal dictionary=
7273 setlocal nodiff
7274 setlocal equalprg=
7275 setlocal errorformat=
7276 setlocal noexpandtab
7277 if &filetype != 'html'
7278 setlocal filetype=html
7279 endif
7280 setlocal foldcolumn=0
7281 setlocal foldenable
7282 setlocal foldexpr=0
7283 setlocal foldignore=#
7284 setlocal foldlevel=0
7285 setlocal foldmarker={{{,}}}
7286 setlocal foldmethod=manual
7287 setlocal foldminlines=1
7288 setlocal foldnestmax=20
7289 setlocal foldtext=foldtext()
7290 setlocal formatexpr=
7291 setlocal formatoptions=tcq
7292 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
7293 setlocal grepprg=
7294 setlocal iminsert=2
7295 setlocal imsearch=2
7296 setlocal include=
7297 setlocal includeexpr=
7298 setlocal indentexpr=
7299 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
7300 setlocal noinfercase
7301 setlocal iskeyword=@,48-57,_,192-255
7302 setlocal keywordprg=
7303 setlocal nolinebreak
7304 setlocal nolisp
7305 setlocal nolist
7306 setlocal makeprg=
7307 setlocal matchpairs=(:),{:},[:],<:>
7308 setlocal nomodeline
7309 setlocal modifiable
7310 setlocal nrformats=octal,hex
7311 setlocal nonumber
7312 setlocal numberwidth=4
7313 setlocal omnifunc=htmlcomplete#CompleteTags
7314 setlocal path=
7315 setlocal nopreserveindent
7316 setlocal nopreviewwindow
7317 setlocal quoteescape=\\
7318 setlocal noreadonly
7319 setlocal norightleft
7320 setlocal rightleftcmd=search
7321 setlocal noscrollbind
7322 setlocal shiftwidth=8
7323 setlocal noshortname
7324 setlocal nosmartindent
7325 setlocal softtabstop=0
7326 setlocal nospell
7327 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
7328 setlocal spellfile=
7329 setlocal spelllang=en
7330 setlocal statusline=
7331 setlocal suffixesadd=
7332 setlocal swapfile
7333 setlocal synmaxcol=3000
7334 if &syntax != 'html'
7335 setlocal syntax=html
7336 endif
7337 setlocal tabstop=2
7338 setlocal tags=
7339 setlocal textwidth=0
7340 setlocal thesaurus=
7341 setlocal nowinfixheight
7342 setlocal nowinfixwidth
7343 setlocal wrap
7344 setlocal wrapmargin=0
7345 silent! normal! zE
7346 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
7347 if s:l < 1 | let s:l = 1 | endif
7348 exe s:l
7349 normal! zt
7350 1
7351 normal! 0
7352 tabedit restore-burn.html
7353 set splitbelow splitright
7354 set nosplitbelow
7355 set nosplitright
7356 wincmd t
7357 set winheight=1 winwidth=1
7358 argglobal
7359 18argu
7360 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
7361 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
7362 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
7363 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
7364 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
7365 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
7366 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
7367 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
7368 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
7369 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
7370 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
7371 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
7372 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
7373 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
7374 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
7375 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
7376 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
7377 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
7378 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">')
7379 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">')
7380 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
7381 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
7382 nnoremap <buffer> <silent> ; 
7383 nnoremap <buffer> <silent> ;; ;
7384 vnoremap <buffer> <silent> ;; ;
7385 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
7386 inoremap <buffer> <silent> &hA &hArr;
7387 inoremap <buffer> <silent> &dA &dArr;
7388 inoremap <buffer> <silent> &rA &rArr;
7389 inoremap <buffer> <silent> &uA &uArr;
7390 inoremap <buffer> <silent> &lA &lArr;
7391 inoremap <buffer> <silent> &ha &harr;
7392 inoremap <buffer> <silent> &da &darr;
7393 inoremap <buffer> <silent> &ra &rarr;
7394 inoremap <buffer> <silent> &ua &uarr;
7395 inoremap <buffer> <silent> &la &larr;
7396 inoremap <buffer> <silent> &pv &piv;
7397 inoremap <buffer> <silent> &uh &upsih;
7398 inoremap <buffer> <silent> &ts &thetasym;
7399 inoremap <buffer> <silent> &og &omega;
7400 inoremap <buffer> <silent> &ps &psi;
7401 inoremap <buffer> <silent> &ch &chi;
7402 inoremap <buffer> <silent> &ph &phi;
7403 inoremap <buffer> <silent> &up &upsilon;
7404 inoremap <buffer> <silent> &ta &tau;
7405 inoremap <buffer> <silent> &sf &sigmaf;
7406 inoremap <buffer> <silent> &si &sigma;
7407 inoremap <buffer> <silent> &rh &rho;
7408 inoremap <buffer> <silent> &pi &pi;
7409 inoremap <buffer> <silent> &oc &omicron;
7410 inoremap <buffer> <silent> &xi &xi;
7411 inoremap <buffer> <silent> &nu &nu;
7412 inoremap <buffer> <silent> &mu &mu;
7413 inoremap <buffer> <silent> &lm &lambda;
7414 inoremap <buffer> <silent> &ka &kappa;
7415 inoremap <buffer> <silent> &io &iota;
7416 inoremap <buffer> <silent> &th &theta;
7417 inoremap <buffer> <silent> &et &eta;
7418 inoremap <buffer> <silent> &ze &zeta;
7419 inoremap <buffer> <silent> &ep &epsilon;
7420 inoremap <buffer> <silent> &de &delta;
7421 inoremap <buffer> <silent> &ga &gamma;
7422 inoremap <buffer> <silent> &be &beta;
7423 inoremap <buffer> <silent> &al &alpha;
7424 inoremap <buffer> <silent> &Ps &Psi;
7425 inoremap <buffer> <silent> &Ch &Chi;
7426 inoremap <buffer> <silent> &Ph &Phi;
7427 inoremap <buffer> <silent> &Up &Upsilon;
7428 inoremap <buffer> <silent> &Ta &Tau;
7429 inoremap <buffer> <silent> &Si &Sigma;
7430 inoremap <buffer> <silent> &Rh &Rho;
7431 inoremap <buffer> <silent> &Pi &Pi;
7432 inoremap <buffer> <silent> &Oc &Omicron;
7433 inoremap <buffer> <silent> &Xi &Xi;
7434 inoremap <buffer> <silent> &Nu &Nu;
7435 inoremap <buffer> <silent> &Mu &Mu;
7436 inoremap <buffer> <silent> &Lm &Lambda;
7437 inoremap <buffer> <silent> &Ka &Kappa;
7438 inoremap <buffer> <silent> &Io &Iota;
7439 inoremap <buffer> <silent> &Th &Theta;
7440 inoremap <buffer> <silent> &Et &Eta;
7441 inoremap <buffer> <silent> &Ze &Zeta;
7442 inoremap <buffer> <silent> &Ep &Epsilon;
7443 inoremap <buffer> <silent> &De &Delta;
7444 inoremap <buffer> <silent> &Ga &Gamma;
7445 inoremap <buffer> <silent> &Be &Beta;
7446 inoremap <buffer> <silent> &Al &Alpha;
7447 inoremap <buffer> <silent> &3. &hellip;
7448 inoremap <buffer> <silent> &-- &mdash;
7449 inoremap <buffer> <silent> &3- &mdash;
7450 inoremap <buffer> <silent> &m- &mdash;
7451 inoremap <buffer> <silent> &2- &ndash;
7452 inoremap <buffer> <silent> &n- &ndash;
7453 inoremap <buffer> <silent> &34 &frac34;
7454 inoremap <buffer> <silent> &12 &frac12;
7455 inoremap <buffer> <silent> &14 &frac14;
7456 inoremap <buffer> <silent> &. &middot;
7457 inoremap <buffer> <silent> &pa &para;
7458 inoremap <buffer> <silent> &mi &micro;
7459 inoremap <buffer> <silent> &dg &deg;
7460 inoremap <buffer> <silent> &? &iquest;
7461 inoremap <buffer> <silent> &! &iexcl;
7462 inoremap <buffer> <silent> &sz &szlig;
7463 inoremap <buffer> <silent> &o/ &oslash;
7464 inoremap <buffer> <silent> &/ &divide;
7465 inoremap <buffer> <silent> &" &uml;
7466 inoremap <buffer> <silent> &2> &raquo;
7467 inoremap <buffer> <silent> &2< &laquo;
7468 inoremap <buffer> <silent> &y" &yuml;
7469 inoremap <buffer> <silent> &y' &yacute;
7470 inoremap <buffer> <silent> &u" &uuml;
7471 inoremap <buffer> <silent> &u^ &ucirc;
7472 inoremap <buffer> <silent> &u' &uacute;
7473 inoremap <buffer> <silent> &u` &ugrave;
7474 inoremap <buffer> <silent> &x &times;
7475 inoremap <buffer> <silent> &o" &ouml;
7476 inoremap <buffer> <silent> &o~ &otilde;
7477 inoremap <buffer> <silent> &o^ &ocirc;
7478 inoremap <buffer> <silent> &o' &oacute;
7479 inoremap <buffer> <silent> &o` &ograve;
7480 inoremap <buffer> <silent> &n~ &ntilde;
7481 inoremap <buffer> <silent> &i" &iuml;
7482 inoremap <buffer> <silent> &i^ &icirc;
7483 inoremap <buffer> <silent> &i' &iacute;
7484 inoremap <buffer> <silent> &i` &igrave;
7485 inoremap <buffer> <silent> &e" &euml;
7486 inoremap <buffer> <silent> &e^ &ecirc;
7487 inoremap <buffer> <silent> &e' &eacute;
7488 inoremap <buffer> <silent> &e` &egrave;
7489 inoremap <buffer> <silent> &c, &ccedil;
7490 inoremap <buffer> <silent> &ae &aelig;
7491 inoremap <buffer> <silent> &ao &aring;
7492 inoremap <buffer> <silent> &a" &auml;
7493 inoremap <buffer> <silent> &a~ &atilde;
7494 inoremap <buffer> <silent> &a^ &acirc;
7495 inoremap <buffer> <silent> &a' &aacute;
7496 inoremap <buffer> <silent> &a` &agrave;
7497 inoremap <buffer> <silent> &Y' &Yacute;
7498 inoremap <buffer> <silent> &U" &Uuml;
7499 inoremap <buffer> <silent> &U^ &Ucirc;
7500 inoremap <buffer> <silent> &U' &Uacute;
7501 inoremap <buffer> <silent> &U` &Ugrave;
7502 inoremap <buffer> <silent> &O/ &Oslash;
7503 inoremap <buffer> <silent> &O" &Ouml;
7504 inoremap <buffer> <silent> &O~ &Otilde;
7505 inoremap <buffer> <silent> &O^ &Ocirc;
7506 inoremap <buffer> <silent> &O' &Oacute;
7507 inoremap <buffer> <silent> &O` &Ograve;
7508 inoremap <buffer> <silent> &N~ &Ntilde;
7509 inoremap <buffer> <silent> &I" &Iuml;
7510 inoremap <buffer> <silent> &I^ &Icirc;
7511 inoremap <buffer> <silent> &I' &Iacute;
7512 inoremap <buffer> <silent> &I` &Igrave;
7513 inoremap <buffer> <silent> &E" &Euml;
7514 inoremap <buffer> <silent> &E^ &Ecirc;
7515 inoremap <buffer> <silent> &E' &Eacute;
7516 inoremap <buffer> <silent> &E` &Egrave;
7517 inoremap <buffer> <silent> &C, &Ccedil;
7518 inoremap <buffer> <silent> &AE &AElig;
7519 inoremap <buffer> <silent> &Ao &Aring;
7520 inoremap <buffer> <silent> &A" &Auml;
7521 inoremap <buffer> <silent> &A~ &Atilde;
7522 inoremap <buffer> <silent> &A^ &Acirc;
7523 inoremap <buffer> <silent> &A' &Aacute;
7524 inoremap <buffer> <silent> &A` &Agrave;
7525 inoremap <buffer> <silent> &c| &cent;
7526 inoremap <buffer> <silent> &Y= &yen;
7527 inoremap <buffer> <silent> &# &pound;
7528 inoremap <buffer> <silent> & &nbsp;
7529 inoremap <buffer> <silent> &> &gt;
7530 inoremap <buffer> <silent> &< &lt;
7531 inoremap <buffer> <silent> &' &quot;
7532 inoremap <buffer> <silent> &tm &trade;
7533 inoremap <buffer> <silent> &rO &reg;
7534 inoremap <buffer> <silent> &cO &copy;
7535 inoremap <buffer> <silent> && &amp;
7536 inoremap <buffer> <silent> ; &nbsp;
7537 inoremap <buffer> <silent> ;la <label for=""></label>F"
7538 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
7539 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
7540 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
7541 </textarea>k$5F"i
7542 inoremap <buffer> <silent> ;og <optgroup label="">
7543 </optgroup>k$F"i
7544 inoremap <buffer> <silent> ;op <option></option>F<
7545 inoremap <buffer> <silent> ;ms <select name="" multiple>
7546 </select>O
7547 inoremap <buffer> <silent> ;se <select name="">
7548 </select>O
7549 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
7550 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
7551 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
7552 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
7553 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
7554 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
7555 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
7556 inoremap <buffer> <silent> ;fm <form action="">
7557 </form>k$F"i
7558 inoremap <buffer> <silent> ;if <iframe src="">
7559 </iframe>k$F"i
7560 inoremap <buffer> <silent> ;nf <noframes>
7561 </noframes>O
7562 inoremap <buffer> <silent> ;fr <frame src="">F"
7563 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
7564 </frameset>k$3F"i
7565 inoremap <buffer> <silent> ;th <th></th>F<
7566 inoremap <buffer> <silent> ;td <td>
7567 </td>O
7568 inoremap <buffer> <silent> ;tr <tr>
7569 </tr>O
7570 inoremap <buffer> <silent> ;tf <tfoot>
7571 </tfoot>O
7572 inoremap <buffer> <silent> ;tb <tbody>
7573 </tbody>O
7574 inoremap <buffer> <silent> ;tH <thead>
7575 </thead>O
7576 inoremap <buffer> <silent> ;ta <table>
7577 </table>O
7578 inoremap <buffer> <silent> ;ca <caption></caption>F<
7579 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
7580 </object>k$5F"i
7581 inoremap <buffer> <silent> ;ns <noscript>
7582 </noscripT>O
7583 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
7584 <noembed></noembed>k$5F"i
7585 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
7586 inoremap <buffer> <silent> ;va <var></var>F<
7587 inoremap <buffer> <silent> ;ul <ul>
7588 </ul>O
7589 inoremap <buffer> <silent> ;tt <tt></tt>F<
7590 inoremap <buffer> <silent> ;ti <title></title>F<
7591 inoremap <buffer> <silent> ;sp <sup></sup>F<
7592 inoremap <buffer> <silent> ;sb <sub></sub>F<
7593 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
7594 inoremap <buffer> <silent> ;cs <style type="text/css">
7595 <!--
7596 -->
7597 </style>kO
7598 inoremap <buffer> <silent> ;sm <small></small>F<
7599 inoremap <buffer> <silent> ;sa <samp></samp>F<
7600 inoremap <buffer> <silent> ;sk <strike></strike>F<
7601 inoremap <buffer> <silent> ;qu <q></q>F<
7602 inoremap <buffer> <silent> ;pr <pre>
7603 </pre>O
7604 inoremap <buffer> <silent> ;/p </p>
7605 
7606 <p>
7607 inoremap <buffer> <silent> ;pp <p>
7608 </p>O
7609 inoremap <buffer> <silent> ;ol <ol>
7610 </ol>O
7611 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
7612 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
7613 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
7614 inoremap <buffer> <silent> ;lk <link href="">F"
7615 inoremap <buffer> <silent> ;li <li></li>F<
7616 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
7617 inoremap <buffer> <silent> ;ii <isindex>
7618 inoremap <buffer> <silent> ;in <ins></ins>F<
7619 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
7620 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
7621 inoremap <buffer> <silent> ;ht <html>
7622 </html>O
7623 inoremap <buffer> <silent> ;Hr <hr width="75%">
7624 inoremap <buffer> <silent> ;hr <hr>
7625 inoremap <buffer> <silent> ;he <head>
7626 </head>O
7627 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
7628 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
7629 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
7630 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
7631 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
7632 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
7633 inoremap <buffer> <silent> ;h6 <h6></h6>F<
7634 inoremap <buffer> <silent> ;h5 <h5></h5>F<
7635 inoremap <buffer> <silent> ;h4 <h4></h4>F<
7636 inoremap <buffer> <silent> ;h3 <h3></h3>F<
7637 inoremap <buffer> <silent> ;h2 <h2></h2>F<
7638 inoremap <buffer> <silent> ;h1 <h1></h1>F<
7639 inoremap <buffer> <silent> ;fc <font color=""></font>F"
7640 inoremap <buffer> <silent> ;fo <font size=""></font>F"
7641 inoremap <buffer> <silent> ;sn <span></span>F<
7642 inoremap <buffer> <silent> ;dv <div>
7643 </div>O
7644 inoremap <buffer> <silent> ;df <dfn></dfn>F<
7645 inoremap <buffer> <silent> ;de <del></del>F<
7646 inoremap <buffer> <silent> ;dd <dd></dd>F<
7647 inoremap <buffer> <silent> ;dt <dt></dt>F<
7648 inoremap <buffer> <silent> ;dl <dl>
7649 </dl>O
7650 inoremap <buffer> <silent> ;co <code></code>F<
7651 inoremap <buffer> <silent> ;ci <cite></cite>F<
7652 inoremap <buffer> <silent> ;ce <center></center>F<
7653 inoremap <buffer> <silent> ;br <br>
7654 inoremap <buffer> <silent> ;bd <body>
7655 </body>O
7656 inoremap <buffer> <silent> ;bl <blockquote>
7657 </blockquote>O
7658 inoremap <buffer> <silent> ;bi <big></big>F<
7659 inoremap <buffer> <silent> ;bh <base href="">F"
7660 inoremap <buffer> <silent> ;ad <address></address>F<
7661 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
7662 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
7663 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
7664 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
7665 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
7666 inoremap <buffer> <silent> ;an <a name=""></a>F"
7667 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
7668 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
7669 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
7670 inoremap <buffer> <silent> ;ah <a href=""></a>F"
7671 imap <buffer> <silent> ;s4 ;s4
7672 imap <buffer> <silent> ;4 ;4
7673 inoremap <buffer> <silent> ;mi :call MangleImageTag()
7674 inoremap <buffer> <silent> ; 
7675 inoremap <buffer> <silent> ;& &
7676 inoremap <buffer> <silent> ;; ;
7677 setlocal keymap=
7678 setlocal noarabic
7679 setlocal autoindent
7680 setlocal balloonexpr=
7681 setlocal nobinary
7682 setlocal bufhidden=
7683 setlocal buflisted
7684 setlocal buftype=
7685 setlocal nocindent
7686 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
7687 setlocal cinoptions=
7688 setlocal cinwords=if,else,while,do,for,switch
7689 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
7690 setlocal commentstring=<!--%s-->
7691 setlocal complete=.,w,b,u,t,i
7692 setlocal completefunc=
7693 setlocal nocopyindent
7694 setlocal nocursorcolumn
7695 setlocal nocursorline
7696 setlocal define=
7697 setlocal dictionary=
7698 setlocal nodiff
7699 setlocal equalprg=
7700 setlocal errorformat=
7701 setlocal noexpandtab
7702 if &filetype != 'html'
7703 setlocal filetype=html
7704 endif
7705 setlocal foldcolumn=0
7706 setlocal foldenable
7707 setlocal foldexpr=0
7708 setlocal foldignore=#
7709 setlocal foldlevel=0
7710 setlocal foldmarker={{{,}}}
7711 setlocal foldmethod=manual
7712 setlocal foldminlines=1
7713 setlocal foldnestmax=20
7714 setlocal foldtext=foldtext()
7715 setlocal formatexpr=
7716 setlocal formatoptions=tcq
7717 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
7718 setlocal grepprg=
7719 setlocal iminsert=2
7720 setlocal imsearch=2
7721 setlocal include=
7722 setlocal includeexpr=
7723 setlocal indentexpr=
7724 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
7725 setlocal noinfercase
7726 setlocal iskeyword=@,48-57,_,192-255
7727 setlocal keywordprg=
7728 setlocal nolinebreak
7729 setlocal nolisp
7730 setlocal nolist
7731 setlocal makeprg=
7732 setlocal matchpairs=(:),{:},[:],<:>
7733 setlocal nomodeline
7734 setlocal modifiable
7735 setlocal nrformats=octal,hex
7736 setlocal nonumber
7737 setlocal numberwidth=4
7738 setlocal omnifunc=htmlcomplete#CompleteTags
7739 setlocal path=
7740 setlocal nopreserveindent
7741 setlocal nopreviewwindow
7742 setlocal quoteescape=\\
7743 setlocal noreadonly
7744 setlocal norightleft
7745 setlocal rightleftcmd=search
7746 setlocal noscrollbind
7747 setlocal shiftwidth=8
7748 setlocal noshortname
7749 setlocal nosmartindent
7750 setlocal softtabstop=0
7751 setlocal nospell
7752 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
7753 setlocal spellfile=
7754 setlocal spelllang=en
7755 setlocal statusline=
7756 setlocal suffixesadd=
7757 setlocal swapfile
7758 setlocal synmaxcol=3000
7759 if &syntax != 'html'
7760 setlocal syntax=html
7761 endif
7762 setlocal tabstop=2
7763 setlocal tags=
7764 setlocal textwidth=0
7765 setlocal thesaurus=
7766 setlocal nowinfixheight
7767 setlocal nowinfixwidth
7768 setlocal wrap
7769 setlocal wrapmargin=0
7770 silent! normal! zE
7771 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
7772 if s:l < 1 | let s:l = 1 | endif
7773 exe s:l
7774 normal! zt
7775 1
7776 normal! 0
7777 tabedit restore.html
7778 set splitbelow splitright
7779 set nosplitbelow
7780 set nosplitright
7781 wincmd t
7782 set winheight=1 winwidth=1
7783 argglobal
7784 19argu
7785 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
7786 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
7787 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
7788 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
7789 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
7790 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
7791 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
7792 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
7793 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
7794 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
7795 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
7796 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
7797 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
7798 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
7799 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
7800 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
7801 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
7802 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
7803 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">')
7804 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">')
7805 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
7806 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
7807 nnoremap <buffer> <silent> ; 
7808 nnoremap <buffer> <silent> ;; ;
7809 vnoremap <buffer> <silent> ;; ;
7810 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
7811 inoremap <buffer> <silent> &hA &hArr;
7812 inoremap <buffer> <silent> &dA &dArr;
7813 inoremap <buffer> <silent> &rA &rArr;
7814 inoremap <buffer> <silent> &uA &uArr;
7815 inoremap <buffer> <silent> &lA &lArr;
7816 inoremap <buffer> <silent> &ha &harr;
7817 inoremap <buffer> <silent> &da &darr;
7818 inoremap <buffer> <silent> &ra &rarr;
7819 inoremap <buffer> <silent> &ua &uarr;
7820 inoremap <buffer> <silent> &la &larr;
7821 inoremap <buffer> <silent> &pv &piv;
7822 inoremap <buffer> <silent> &uh &upsih;
7823 inoremap <buffer> <silent> &ts &thetasym;
7824 inoremap <buffer> <silent> &og &omega;
7825 inoremap <buffer> <silent> &ps &psi;
7826 inoremap <buffer> <silent> &ch &chi;
7827 inoremap <buffer> <silent> &ph &phi;
7828 inoremap <buffer> <silent> &up &upsilon;
7829 inoremap <buffer> <silent> &ta &tau;
7830 inoremap <buffer> <silent> &sf &sigmaf;
7831 inoremap <buffer> <silent> &si &sigma;
7832 inoremap <buffer> <silent> &rh &rho;
7833 inoremap <buffer> <silent> &pi &pi;
7834 inoremap <buffer> <silent> &oc &omicron;
7835 inoremap <buffer> <silent> &xi &xi;
7836 inoremap <buffer> <silent> &nu &nu;
7837 inoremap <buffer> <silent> &mu &mu;
7838 inoremap <buffer> <silent> &lm &lambda;
7839 inoremap <buffer> <silent> &ka &kappa;
7840 inoremap <buffer> <silent> &io &iota;
7841 inoremap <buffer> <silent> &th &theta;
7842 inoremap <buffer> <silent> &et &eta;
7843 inoremap <buffer> <silent> &ze &zeta;
7844 inoremap <buffer> <silent> &ep &epsilon;
7845 inoremap <buffer> <silent> &de &delta;
7846 inoremap <buffer> <silent> &ga &gamma;
7847 inoremap <buffer> <silent> &be &beta;
7848 inoremap <buffer> <silent> &al &alpha;
7849 inoremap <buffer> <silent> &Ps &Psi;
7850 inoremap <buffer> <silent> &Ch &Chi;
7851 inoremap <buffer> <silent> &Ph &Phi;
7852 inoremap <buffer> <silent> &Up &Upsilon;
7853 inoremap <buffer> <silent> &Ta &Tau;
7854 inoremap <buffer> <silent> &Si &Sigma;
7855 inoremap <buffer> <silent> &Rh &Rho;
7856 inoremap <buffer> <silent> &Pi &Pi;
7857 inoremap <buffer> <silent> &Oc &Omicron;
7858 inoremap <buffer> <silent> &Xi &Xi;
7859 inoremap <buffer> <silent> &Nu &Nu;
7860 inoremap <buffer> <silent> &Mu &Mu;
7861 inoremap <buffer> <silent> &Lm &Lambda;
7862 inoremap <buffer> <silent> &Ka &Kappa;
7863 inoremap <buffer> <silent> &Io &Iota;
7864 inoremap <buffer> <silent> &Th &Theta;
7865 inoremap <buffer> <silent> &Et &Eta;
7866 inoremap <buffer> <silent> &Ze &Zeta;
7867 inoremap <buffer> <silent> &Ep &Epsilon;
7868 inoremap <buffer> <silent> &De &Delta;
7869 inoremap <buffer> <silent> &Ga &Gamma;
7870 inoremap <buffer> <silent> &Be &Beta;
7871 inoremap <buffer> <silent> &Al &Alpha;
7872 inoremap <buffer> <silent> &3. &hellip;
7873 inoremap <buffer> <silent> &-- &mdash;
7874 inoremap <buffer> <silent> &3- &mdash;
7875 inoremap <buffer> <silent> &m- &mdash;
7876 inoremap <buffer> <silent> &2- &ndash;
7877 inoremap <buffer> <silent> &n- &ndash;
7878 inoremap <buffer> <silent> &34 &frac34;
7879 inoremap <buffer> <silent> &12 &frac12;
7880 inoremap <buffer> <silent> &14 &frac14;
7881 inoremap <buffer> <silent> &. &middot;
7882 inoremap <buffer> <silent> &pa &para;
7883 inoremap <buffer> <silent> &mi &micro;
7884 inoremap <buffer> <silent> &dg &deg;
7885 inoremap <buffer> <silent> &? &iquest;
7886 inoremap <buffer> <silent> &! &iexcl;
7887 inoremap <buffer> <silent> &sz &szlig;
7888 inoremap <buffer> <silent> &o/ &oslash;
7889 inoremap <buffer> <silent> &/ &divide;
7890 inoremap <buffer> <silent> &" &uml;
7891 inoremap <buffer> <silent> &2> &raquo;
7892 inoremap <buffer> <silent> &2< &laquo;
7893 inoremap <buffer> <silent> &y" &yuml;
7894 inoremap <buffer> <silent> &y' &yacute;
7895 inoremap <buffer> <silent> &u" &uuml;
7896 inoremap <buffer> <silent> &u^ &ucirc;
7897 inoremap <buffer> <silent> &u' &uacute;
7898 inoremap <buffer> <silent> &u` &ugrave;
7899 inoremap <buffer> <silent> &x &times;
7900 inoremap <buffer> <silent> &o" &ouml;
7901 inoremap <buffer> <silent> &o~ &otilde;
7902 inoremap <buffer> <silent> &o^ &ocirc;
7903 inoremap <buffer> <silent> &o' &oacute;
7904 inoremap <buffer> <silent> &o` &ograve;
7905 inoremap <buffer> <silent> &n~ &ntilde;
7906 inoremap <buffer> <silent> &i" &iuml;
7907 inoremap <buffer> <silent> &i^ &icirc;
7908 inoremap <buffer> <silent> &i' &iacute;
7909 inoremap <buffer> <silent> &i` &igrave;
7910 inoremap <buffer> <silent> &e" &euml;
7911 inoremap <buffer> <silent> &e^ &ecirc;
7912 inoremap <buffer> <silent> &e' &eacute;
7913 inoremap <buffer> <silent> &e` &egrave;
7914 inoremap <buffer> <silent> &c, &ccedil;
7915 inoremap <buffer> <silent> &ae &aelig;
7916 inoremap <buffer> <silent> &ao &aring;
7917 inoremap <buffer> <silent> &a" &auml;
7918 inoremap <buffer> <silent> &a~ &atilde;
7919 inoremap <buffer> <silent> &a^ &acirc;
7920 inoremap <buffer> <silent> &a' &aacute;
7921 inoremap <buffer> <silent> &a` &agrave;
7922 inoremap <buffer> <silent> &Y' &Yacute;
7923 inoremap <buffer> <silent> &U" &Uuml;
7924 inoremap <buffer> <silent> &U^ &Ucirc;
7925 inoremap <buffer> <silent> &U' &Uacute;
7926 inoremap <buffer> <silent> &U` &Ugrave;
7927 inoremap <buffer> <silent> &O/ &Oslash;
7928 inoremap <buffer> <silent> &O" &Ouml;
7929 inoremap <buffer> <silent> &O~ &Otilde;
7930 inoremap <buffer> <silent> &O^ &Ocirc;
7931 inoremap <buffer> <silent> &O' &Oacute;
7932 inoremap <buffer> <silent> &O` &Ograve;
7933 inoremap <buffer> <silent> &N~ &Ntilde;
7934 inoremap <buffer> <silent> &I" &Iuml;
7935 inoremap <buffer> <silent> &I^ &Icirc;
7936 inoremap <buffer> <silent> &I' &Iacute;
7937 inoremap <buffer> <silent> &I` &Igrave;
7938 inoremap <buffer> <silent> &E" &Euml;
7939 inoremap <buffer> <silent> &E^ &Ecirc;
7940 inoremap <buffer> <silent> &E' &Eacute;
7941 inoremap <buffer> <silent> &E` &Egrave;
7942 inoremap <buffer> <silent> &C, &Ccedil;
7943 inoremap <buffer> <silent> &AE &AElig;
7944 inoremap <buffer> <silent> &Ao &Aring;
7945 inoremap <buffer> <silent> &A" &Auml;
7946 inoremap <buffer> <silent> &A~ &Atilde;
7947 inoremap <buffer> <silent> &A^ &Acirc;
7948 inoremap <buffer> <silent> &A' &Aacute;
7949 inoremap <buffer> <silent> &A` &Agrave;
7950 inoremap <buffer> <silent> &c| &cent;
7951 inoremap <buffer> <silent> &Y= &yen;
7952 inoremap <buffer> <silent> &# &pound;
7953 inoremap <buffer> <silent> & &nbsp;
7954 inoremap <buffer> <silent> &> &gt;
7955 inoremap <buffer> <silent> &< &lt;
7956 inoremap <buffer> <silent> &' &quot;
7957 inoremap <buffer> <silent> &tm &trade;
7958 inoremap <buffer> <silent> &rO &reg;
7959 inoremap <buffer> <silent> &cO &copy;
7960 inoremap <buffer> <silent> && &amp;
7961 inoremap <buffer> <silent> ; &nbsp;
7962 inoremap <buffer> <silent> ;la <label for=""></label>F"
7963 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
7964 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
7965 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
7966 </textarea>k$5F"i
7967 inoremap <buffer> <silent> ;og <optgroup label="">
7968 </optgroup>k$F"i
7969 inoremap <buffer> <silent> ;op <option></option>F<
7970 inoremap <buffer> <silent> ;ms <select name="" multiple>
7971 </select>O
7972 inoremap <buffer> <silent> ;se <select name="">
7973 </select>O
7974 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
7975 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
7976 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
7977 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
7978 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
7979 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
7980 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
7981 inoremap <buffer> <silent> ;fm <form action="">
7982 </form>k$F"i
7983 inoremap <buffer> <silent> ;if <iframe src="">
7984 </iframe>k$F"i
7985 inoremap <buffer> <silent> ;nf <noframes>
7986 </noframes>O
7987 inoremap <buffer> <silent> ;fr <frame src="">F"
7988 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
7989 </frameset>k$3F"i
7990 inoremap <buffer> <silent> ;th <th></th>F<
7991 inoremap <buffer> <silent> ;td <td>
7992 </td>O
7993 inoremap <buffer> <silent> ;tr <tr>
7994 </tr>O
7995 inoremap <buffer> <silent> ;tf <tfoot>
7996 </tfoot>O
7997 inoremap <buffer> <silent> ;tb <tbody>
7998 </tbody>O
7999 inoremap <buffer> <silent> ;tH <thead>
8000 </thead>O
8001 inoremap <buffer> <silent> ;ta <table>
8002 </table>O
8003 inoremap <buffer> <silent> ;ca <caption></caption>F<
8004 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
8005 </object>k$5F"i
8006 inoremap <buffer> <silent> ;ns <noscript>
8007 </noscripT>O
8008 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
8009 <noembed></noembed>k$5F"i
8010 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
8011 inoremap <buffer> <silent> ;va <var></var>F<
8012 inoremap <buffer> <silent> ;ul <ul>
8013 </ul>O
8014 inoremap <buffer> <silent> ;tt <tt></tt>F<
8015 inoremap <buffer> <silent> ;ti <title></title>F<
8016 inoremap <buffer> <silent> ;sp <sup></sup>F<
8017 inoremap <buffer> <silent> ;sb <sub></sub>F<
8018 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
8019 inoremap <buffer> <silent> ;cs <style type="text/css">
8020 <!--
8021 -->
8022 </style>kO
8023 inoremap <buffer> <silent> ;sm <small></small>F<
8024 inoremap <buffer> <silent> ;sa <samp></samp>F<
8025 inoremap <buffer> <silent> ;sk <strike></strike>F<
8026 inoremap <buffer> <silent> ;qu <q></q>F<
8027 inoremap <buffer> <silent> ;pr <pre>
8028 </pre>O
8029 inoremap <buffer> <silent> ;/p </p>
8030 
8031 <p>
8032 inoremap <buffer> <silent> ;pp <p>
8033 </p>O
8034 inoremap <buffer> <silent> ;ol <ol>
8035 </ol>O
8036 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
8037 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
8038 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
8039 inoremap <buffer> <silent> ;lk <link href="">F"
8040 inoremap <buffer> <silent> ;li <li></li>F<
8041 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
8042 inoremap <buffer> <silent> ;ii <isindex>
8043 inoremap <buffer> <silent> ;in <ins></ins>F<
8044 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
8045 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
8046 inoremap <buffer> <silent> ;ht <html>
8047 </html>O
8048 inoremap <buffer> <silent> ;Hr <hr width="75%">
8049 inoremap <buffer> <silent> ;hr <hr>
8050 inoremap <buffer> <silent> ;he <head>
8051 </head>O
8052 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
8053 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
8054 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
8055 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
8056 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
8057 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
8058 inoremap <buffer> <silent> ;h6 <h6></h6>F<
8059 inoremap <buffer> <silent> ;h5 <h5></h5>F<
8060 inoremap <buffer> <silent> ;h4 <h4></h4>F<
8061 inoremap <buffer> <silent> ;h3 <h3></h3>F<
8062 inoremap <buffer> <silent> ;h2 <h2></h2>F<
8063 inoremap <buffer> <silent> ;h1 <h1></h1>F<
8064 inoremap <buffer> <silent> ;fc <font color=""></font>F"
8065 inoremap <buffer> <silent> ;fo <font size=""></font>F"
8066 inoremap <buffer> <silent> ;sn <span></span>F<
8067 inoremap <buffer> <silent> ;dv <div>
8068 </div>O
8069 inoremap <buffer> <silent> ;df <dfn></dfn>F<
8070 inoremap <buffer> <silent> ;de <del></del>F<
8071 inoremap <buffer> <silent> ;dd <dd></dd>F<
8072 inoremap <buffer> <silent> ;dt <dt></dt>F<
8073 inoremap <buffer> <silent> ;dl <dl>
8074 </dl>O
8075 inoremap <buffer> <silent> ;co <code></code>F<
8076 inoremap <buffer> <silent> ;ci <cite></cite>F<
8077 inoremap <buffer> <silent> ;ce <center></center>F<
8078 inoremap <buffer> <silent> ;br <br>
8079 inoremap <buffer> <silent> ;bd <body>
8080 </body>O
8081 inoremap <buffer> <silent> ;bl <blockquote>
8082 </blockquote>O
8083 inoremap <buffer> <silent> ;bi <big></big>F<
8084 inoremap <buffer> <silent> ;bh <base href="">F"
8085 inoremap <buffer> <silent> ;ad <address></address>F<
8086 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
8087 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
8088 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
8089 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
8090 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
8091 inoremap <buffer> <silent> ;an <a name=""></a>F"
8092 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
8093 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
8094 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
8095 inoremap <buffer> <silent> ;ah <a href=""></a>F"
8096 imap <buffer> <silent> ;s4 ;s4
8097 imap <buffer> <silent> ;4 ;4
8098 inoremap <buffer> <silent> ;mi :call MangleImageTag()
8099 inoremap <buffer> <silent> ; 
8100 inoremap <buffer> <silent> ;& &
8101 inoremap <buffer> <silent> ;; ;
8102 setlocal keymap=
8103 setlocal noarabic
8104 setlocal autoindent
8105 setlocal balloonexpr=
8106 setlocal nobinary
8107 setlocal bufhidden=
8108 setlocal buflisted
8109 setlocal buftype=
8110 setlocal nocindent
8111 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
8112 setlocal cinoptions=
8113 setlocal cinwords=if,else,while,do,for,switch
8114 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
8115 setlocal commentstring=<!--%s-->
8116 setlocal complete=.,w,b,u,t,i
8117 setlocal completefunc=
8118 setlocal nocopyindent
8119 setlocal nocursorcolumn
8120 setlocal nocursorline
8121 setlocal define=
8122 setlocal dictionary=
8123 setlocal nodiff
8124 setlocal equalprg=
8125 setlocal errorformat=
8126 setlocal noexpandtab
8127 if &filetype != 'html'
8128 setlocal filetype=html
8129 endif
8130 setlocal foldcolumn=0
8131 setlocal foldenable
8132 setlocal foldexpr=0
8133 setlocal foldignore=#
8134 setlocal foldlevel=0
8135 setlocal foldmarker={{{,}}}
8136 setlocal foldmethod=manual
8137 setlocal foldminlines=1
8138 setlocal foldnestmax=20
8139 setlocal foldtext=foldtext()
8140 setlocal formatexpr=
8141 setlocal formatoptions=tcq
8142 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
8143 setlocal grepprg=
8144 setlocal iminsert=2
8145 setlocal imsearch=2
8146 setlocal include=
8147 setlocal includeexpr=
8148 setlocal indentexpr=
8149 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
8150 setlocal noinfercase
8151 setlocal iskeyword=@,48-57,_,192-255
8152 setlocal keywordprg=
8153 setlocal nolinebreak
8154 setlocal nolisp
8155 setlocal nolist
8156 setlocal makeprg=
8157 setlocal matchpairs=(:),{:},[:],<:>
8158 setlocal nomodeline
8159 setlocal modifiable
8160 setlocal nrformats=octal,hex
8161 setlocal nonumber
8162 setlocal numberwidth=4
8163 setlocal omnifunc=htmlcomplete#CompleteTags
8164 setlocal path=
8165 setlocal nopreserveindent
8166 setlocal nopreviewwindow
8167 setlocal quoteescape=\\
8168 setlocal noreadonly
8169 setlocal norightleft
8170 setlocal rightleftcmd=search
8171 setlocal noscrollbind
8172 setlocal shiftwidth=8
8173 setlocal noshortname
8174 setlocal nosmartindent
8175 setlocal softtabstop=0
8176 setlocal nospell
8177 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
8178 setlocal spellfile=
8179 setlocal spelllang=en
8180 setlocal statusline=
8181 setlocal suffixesadd=
8182 setlocal swapfile
8183 setlocal synmaxcol=3000
8184 if &syntax != 'html'
8185 setlocal syntax=html
8186 endif
8187 setlocal tabstop=2
8188 setlocal tags=
8189 setlocal textwidth=0
8190 setlocal thesaurus=
8191 setlocal nowinfixheight
8192 setlocal nowinfixwidth
8193 setlocal wrap
8194 setlocal wrapmargin=0
8195 silent! normal! zE
8196 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
8197 if s:l < 1 | let s:l = 1 | endif
8198 exe s:l
8199 normal! zt
8200 1
8201 normal! 0
8202 tabedit screenshots.html
8203 set splitbelow splitright
8204 set nosplitbelow
8205 set nosplitright
8206 wincmd t
8207 set winheight=1 winwidth=1
8208 argglobal
8209 20argu
8210 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
8211 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
8212 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
8213 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
8214 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
8215 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
8216 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
8217 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
8218 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
8219 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
8220 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
8221 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
8222 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
8223 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
8224 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
8225 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
8226 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
8227 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
8228 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">')
8229 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">')
8230 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
8231 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
8232 nnoremap <buffer> <silent> ; 
8233 nnoremap <buffer> <silent> ;; ;
8234 vnoremap <buffer> <silent> ;; ;
8235 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
8236 inoremap <buffer> <silent> &hA &hArr;
8237 inoremap <buffer> <silent> &dA &dArr;
8238 inoremap <buffer> <silent> &rA &rArr;
8239 inoremap <buffer> <silent> &uA &uArr;
8240 inoremap <buffer> <silent> &lA &lArr;
8241 inoremap <buffer> <silent> &ha &harr;
8242 inoremap <buffer> <silent> &da &darr;
8243 inoremap <buffer> <silent> &ra &rarr;
8244 inoremap <buffer> <silent> &ua &uarr;
8245 inoremap <buffer> <silent> &la &larr;
8246 inoremap <buffer> <silent> &pv &piv;
8247 inoremap <buffer> <silent> &uh &upsih;
8248 inoremap <buffer> <silent> &ts &thetasym;
8249 inoremap <buffer> <silent> &og &omega;
8250 inoremap <buffer> <silent> &ps &psi;
8251 inoremap <buffer> <silent> &ch &chi;
8252 inoremap <buffer> <silent> &ph &phi;
8253 inoremap <buffer> <silent> &up &upsilon;
8254 inoremap <buffer> <silent> &ta &tau;
8255 inoremap <buffer> <silent> &sf &sigmaf;
8256 inoremap <buffer> <silent> &si &sigma;
8257 inoremap <buffer> <silent> &rh &rho;
8258 inoremap <buffer> <silent> &pi &pi;
8259 inoremap <buffer> <silent> &oc &omicron;
8260 inoremap <buffer> <silent> &xi &xi;
8261 inoremap <buffer> <silent> &nu &nu;
8262 inoremap <buffer> <silent> &mu &mu;
8263 inoremap <buffer> <silent> &lm &lambda;
8264 inoremap <buffer> <silent> &ka &kappa;
8265 inoremap <buffer> <silent> &io &iota;
8266 inoremap <buffer> <silent> &th &theta;
8267 inoremap <buffer> <silent> &et &eta;
8268 inoremap <buffer> <silent> &ze &zeta;
8269 inoremap <buffer> <silent> &ep &epsilon;
8270 inoremap <buffer> <silent> &de &delta;
8271 inoremap <buffer> <silent> &ga &gamma;
8272 inoremap <buffer> <silent> &be &beta;
8273 inoremap <buffer> <silent> &al &alpha;
8274 inoremap <buffer> <silent> &Ps &Psi;
8275 inoremap <buffer> <silent> &Ch &Chi;
8276 inoremap <buffer> <silent> &Ph &Phi;
8277 inoremap <buffer> <silent> &Up &Upsilon;
8278 inoremap <buffer> <silent> &Ta &Tau;
8279 inoremap <buffer> <silent> &Si &Sigma;
8280 inoremap <buffer> <silent> &Rh &Rho;
8281 inoremap <buffer> <silent> &Pi &Pi;
8282 inoremap <buffer> <silent> &Oc &Omicron;
8283 inoremap <buffer> <silent> &Xi &Xi;
8284 inoremap <buffer> <silent> &Nu &Nu;
8285 inoremap <buffer> <silent> &Mu &Mu;
8286 inoremap <buffer> <silent> &Lm &Lambda;
8287 inoremap <buffer> <silent> &Ka &Kappa;
8288 inoremap <buffer> <silent> &Io &Iota;
8289 inoremap <buffer> <silent> &Th &Theta;
8290 inoremap <buffer> <silent> &Et &Eta;
8291 inoremap <buffer> <silent> &Ze &Zeta;
8292 inoremap <buffer> <silent> &Ep &Epsilon;
8293 inoremap <buffer> <silent> &De &Delta;
8294 inoremap <buffer> <silent> &Ga &Gamma;
8295 inoremap <buffer> <silent> &Be &Beta;
8296 inoremap <buffer> <silent> &Al &Alpha;
8297 inoremap <buffer> <silent> &3. &hellip;
8298 inoremap <buffer> <silent> &-- &mdash;
8299 inoremap <buffer> <silent> &3- &mdash;
8300 inoremap <buffer> <silent> &m- &mdash;
8301 inoremap <buffer> <silent> &2- &ndash;
8302 inoremap <buffer> <silent> &n- &ndash;
8303 inoremap <buffer> <silent> &34 &frac34;
8304 inoremap <buffer> <silent> &12 &frac12;
8305 inoremap <buffer> <silent> &14 &frac14;
8306 inoremap <buffer> <silent> &. &middot;
8307 inoremap <buffer> <silent> &pa &para;
8308 inoremap <buffer> <silent> &mi &micro;
8309 inoremap <buffer> <silent> &dg &deg;
8310 inoremap <buffer> <silent> &? &iquest;
8311 inoremap <buffer> <silent> &! &iexcl;
8312 inoremap <buffer> <silent> &sz &szlig;
8313 inoremap <buffer> <silent> &o/ &oslash;
8314 inoremap <buffer> <silent> &/ &divide;
8315 inoremap <buffer> <silent> &" &uml;
8316 inoremap <buffer> <silent> &2> &raquo;
8317 inoremap <buffer> <silent> &2< &laquo;
8318 inoremap <buffer> <silent> &y" &yuml;
8319 inoremap <buffer> <silent> &y' &yacute;
8320 inoremap <buffer> <silent> &u" &uuml;
8321 inoremap <buffer> <silent> &u^ &ucirc;
8322 inoremap <buffer> <silent> &u' &uacute;
8323 inoremap <buffer> <silent> &u` &ugrave;
8324 inoremap <buffer> <silent> &x &times;
8325 inoremap <buffer> <silent> &o" &ouml;
8326 inoremap <buffer> <silent> &o~ &otilde;
8327 inoremap <buffer> <silent> &o^ &ocirc;
8328 inoremap <buffer> <silent> &o' &oacute;
8329 inoremap <buffer> <silent> &o` &ograve;
8330 inoremap <buffer> <silent> &n~ &ntilde;
8331 inoremap <buffer> <silent> &i" &iuml;
8332 inoremap <buffer> <silent> &i^ &icirc;
8333 inoremap <buffer> <silent> &i' &iacute;
8334 inoremap <buffer> <silent> &i` &igrave;
8335 inoremap <buffer> <silent> &e" &euml;
8336 inoremap <buffer> <silent> &e^ &ecirc;
8337 inoremap <buffer> <silent> &e' &eacute;
8338 inoremap <buffer> <silent> &e` &egrave;
8339 inoremap <buffer> <silent> &c, &ccedil;
8340 inoremap <buffer> <silent> &ae &aelig;
8341 inoremap <buffer> <silent> &ao &aring;
8342 inoremap <buffer> <silent> &a" &auml;
8343 inoremap <buffer> <silent> &a~ &atilde;
8344 inoremap <buffer> <silent> &a^ &acirc;
8345 inoremap <buffer> <silent> &a' &aacute;
8346 inoremap <buffer> <silent> &a` &agrave;
8347 inoremap <buffer> <silent> &Y' &Yacute;
8348 inoremap <buffer> <silent> &U" &Uuml;
8349 inoremap <buffer> <silent> &U^ &Ucirc;
8350 inoremap <buffer> <silent> &U' &Uacute;
8351 inoremap <buffer> <silent> &U` &Ugrave;
8352 inoremap <buffer> <silent> &O/ &Oslash;
8353 inoremap <buffer> <silent> &O" &Ouml;
8354 inoremap <buffer> <silent> &O~ &Otilde;
8355 inoremap <buffer> <silent> &O^ &Ocirc;
8356 inoremap <buffer> <silent> &O' &Oacute;
8357 inoremap <buffer> <silent> &O` &Ograve;
8358 inoremap <buffer> <silent> &N~ &Ntilde;
8359 inoremap <buffer> <silent> &I" &Iuml;
8360 inoremap <buffer> <silent> &I^ &Icirc;
8361 inoremap <buffer> <silent> &I' &Iacute;
8362 inoremap <buffer> <silent> &I` &Igrave;
8363 inoremap <buffer> <silent> &E" &Euml;
8364 inoremap <buffer> <silent> &E^ &Ecirc;
8365 inoremap <buffer> <silent> &E' &Eacute;
8366 inoremap <buffer> <silent> &E` &Egrave;
8367 inoremap <buffer> <silent> &C, &Ccedil;
8368 inoremap <buffer> <silent> &AE &AElig;
8369 inoremap <buffer> <silent> &Ao &Aring;
8370 inoremap <buffer> <silent> &A" &Auml;
8371 inoremap <buffer> <silent> &A~ &Atilde;
8372 inoremap <buffer> <silent> &A^ &Acirc;
8373 inoremap <buffer> <silent> &A' &Aacute;
8374 inoremap <buffer> <silent> &A` &Agrave;
8375 inoremap <buffer> <silent> &c| &cent;
8376 inoremap <buffer> <silent> &Y= &yen;
8377 inoremap <buffer> <silent> &# &pound;
8378 inoremap <buffer> <silent> & &nbsp;
8379 inoremap <buffer> <silent> &> &gt;
8380 inoremap <buffer> <silent> &< &lt;
8381 inoremap <buffer> <silent> &' &quot;
8382 inoremap <buffer> <silent> &tm &trade;
8383 inoremap <buffer> <silent> &rO &reg;
8384 inoremap <buffer> <silent> &cO &copy;
8385 inoremap <buffer> <silent> && &amp;
8386 inoremap <buffer> <silent> ; &nbsp;
8387 inoremap <buffer> <silent> ;la <label for=""></label>F"
8388 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
8389 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
8390 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
8391 </textarea>k$5F"i
8392 inoremap <buffer> <silent> ;og <optgroup label="">
8393 </optgroup>k$F"i
8394 inoremap <buffer> <silent> ;op <option></option>F<
8395 inoremap <buffer> <silent> ;ms <select name="" multiple>
8396 </select>O
8397 inoremap <buffer> <silent> ;se <select name="">
8398 </select>O
8399 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
8400 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
8401 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
8402 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
8403 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
8404 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
8405 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
8406 inoremap <buffer> <silent> ;fm <form action="">
8407 </form>k$F"i
8408 inoremap <buffer> <silent> ;if <iframe src="">
8409 </iframe>k$F"i
8410 inoremap <buffer> <silent> ;nf <noframes>
8411 </noframes>O
8412 inoremap <buffer> <silent> ;fr <frame src="">F"
8413 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
8414 </frameset>k$3F"i
8415 inoremap <buffer> <silent> ;th <th></th>F<
8416 inoremap <buffer> <silent> ;td <td>
8417 </td>O
8418 inoremap <buffer> <silent> ;tr <tr>
8419 </tr>O
8420 inoremap <buffer> <silent> ;tf <tfoot>
8421 </tfoot>O
8422 inoremap <buffer> <silent> ;tb <tbody>
8423 </tbody>O
8424 inoremap <buffer> <silent> ;tH <thead>
8425 </thead>O
8426 inoremap <buffer> <silent> ;ta <table>
8427 </table>O
8428 inoremap <buffer> <silent> ;ca <caption></caption>F<
8429 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
8430 </object>k$5F"i
8431 inoremap <buffer> <silent> ;ns <noscript>
8432 </noscripT>O
8433 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
8434 <noembed></noembed>k$5F"i
8435 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
8436 inoremap <buffer> <silent> ;va <var></var>F<
8437 inoremap <buffer> <silent> ;ul <ul>
8438 </ul>O
8439 inoremap <buffer> <silent> ;tt <tt></tt>F<
8440 inoremap <buffer> <silent> ;ti <title></title>F<
8441 inoremap <buffer> <silent> ;sp <sup></sup>F<
8442 inoremap <buffer> <silent> ;sb <sub></sub>F<
8443 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
8444 inoremap <buffer> <silent> ;cs <style type="text/css">
8445 <!--
8446 -->
8447 </style>kO
8448 inoremap <buffer> <silent> ;sm <small></small>F<
8449 inoremap <buffer> <silent> ;sa <samp></samp>F<
8450 inoremap <buffer> <silent> ;sk <strike></strike>F<
8451 inoremap <buffer> <silent> ;qu <q></q>F<
8452 inoremap <buffer> <silent> ;pr <pre>
8453 </pre>O
8454 inoremap <buffer> <silent> ;/p </p>
8455 
8456 <p>
8457 inoremap <buffer> <silent> ;pp <p>
8458 </p>O
8459 inoremap <buffer> <silent> ;ol <ol>
8460 </ol>O
8461 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
8462 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
8463 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
8464 inoremap <buffer> <silent> ;lk <link href="">F"
8465 inoremap <buffer> <silent> ;li <li></li>F<
8466 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
8467 inoremap <buffer> <silent> ;ii <isindex>
8468 inoremap <buffer> <silent> ;in <ins></ins>F<
8469 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
8470 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
8471 inoremap <buffer> <silent> ;ht <html>
8472 </html>O
8473 inoremap <buffer> <silent> ;Hr <hr width="75%">
8474 inoremap <buffer> <silent> ;hr <hr>
8475 inoremap <buffer> <silent> ;he <head>
8476 </head>O
8477 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
8478 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
8479 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
8480 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
8481 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
8482 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
8483 inoremap <buffer> <silent> ;h6 <h6></h6>F<
8484 inoremap <buffer> <silent> ;h5 <h5></h5>F<
8485 inoremap <buffer> <silent> ;h4 <h4></h4>F<
8486 inoremap <buffer> <silent> ;h3 <h3></h3>F<
8487 inoremap <buffer> <silent> ;h2 <h2></h2>F<
8488 inoremap <buffer> <silent> ;h1 <h1></h1>F<
8489 inoremap <buffer> <silent> ;fc <font color=""></font>F"
8490 inoremap <buffer> <silent> ;fo <font size=""></font>F"
8491 inoremap <buffer> <silent> ;sn <span></span>F<
8492 inoremap <buffer> <silent> ;dv <div>
8493 </div>O
8494 inoremap <buffer> <silent> ;df <dfn></dfn>F<
8495 inoremap <buffer> <silent> ;de <del></del>F<
8496 inoremap <buffer> <silent> ;dd <dd></dd>F<
8497 inoremap <buffer> <silent> ;dt <dt></dt>F<
8498 inoremap <buffer> <silent> ;dl <dl>
8499 </dl>O
8500 inoremap <buffer> <silent> ;co <code></code>F<
8501 inoremap <buffer> <silent> ;ci <cite></cite>F<
8502 inoremap <buffer> <silent> ;ce <center></center>F<
8503 inoremap <buffer> <silent> ;br <br>
8504 inoremap <buffer> <silent> ;bd <body>
8505 </body>O
8506 inoremap <buffer> <silent> ;bl <blockquote>
8507 </blockquote>O
8508 inoremap <buffer> <silent> ;bi <big></big>F<
8509 inoremap <buffer> <silent> ;bh <base href="">F"
8510 inoremap <buffer> <silent> ;ad <address></address>F<
8511 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
8512 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
8513 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
8514 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
8515 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
8516 inoremap <buffer> <silent> ;an <a name=""></a>F"
8517 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
8518 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
8519 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
8520 inoremap <buffer> <silent> ;ah <a href=""></a>F"
8521 imap <buffer> <silent> ;s4 ;s4
8522 imap <buffer> <silent> ;4 ;4
8523 inoremap <buffer> <silent> ;mi :call MangleImageTag()
8524 inoremap <buffer> <silent> ; 
8525 inoremap <buffer> <silent> ;& &
8526 inoremap <buffer> <silent> ;; ;
8527 setlocal keymap=
8528 setlocal noarabic
8529 setlocal autoindent
8530 setlocal balloonexpr=
8531 setlocal nobinary
8532 setlocal bufhidden=
8533 setlocal buflisted
8534 setlocal buftype=
8535 setlocal nocindent
8536 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
8537 setlocal cinoptions=
8538 setlocal cinwords=if,else,while,do,for,switch
8539 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
8540 setlocal commentstring=<!--%s-->
8541 setlocal complete=.,w,b,u,t,i
8542 setlocal completefunc=
8543 setlocal nocopyindent
8544 setlocal nocursorcolumn
8545 setlocal nocursorline
8546 setlocal define=
8547 setlocal dictionary=
8548 setlocal nodiff
8549 setlocal equalprg=
8550 setlocal errorformat=
8551 setlocal noexpandtab
8552 if &filetype != 'html'
8553 setlocal filetype=html
8554 endif
8555 setlocal foldcolumn=0
8556 setlocal foldenable
8557 setlocal foldexpr=0
8558 setlocal foldignore=#
8559 setlocal foldlevel=0
8560 setlocal foldmarker={{{,}}}
8561 setlocal foldmethod=manual
8562 setlocal foldminlines=1
8563 setlocal foldnestmax=20
8564 setlocal foldtext=foldtext()
8565 setlocal formatexpr=
8566 setlocal formatoptions=tcq
8567 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
8568 setlocal grepprg=
8569 setlocal iminsert=2
8570 setlocal imsearch=2
8571 setlocal include=
8572 setlocal includeexpr=
8573 setlocal indentexpr=
8574 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
8575 setlocal noinfercase
8576 setlocal iskeyword=@,48-57,_,192-255
8577 setlocal keywordprg=
8578 setlocal nolinebreak
8579 setlocal nolisp
8580 setlocal nolist
8581 setlocal makeprg=
8582 setlocal matchpairs=(:),{:},[:],<:>
8583 setlocal nomodeline
8584 setlocal modifiable
8585 setlocal nrformats=octal,hex
8586 setlocal nonumber
8587 setlocal numberwidth=4
8588 setlocal omnifunc=htmlcomplete#CompleteTags
8589 setlocal path=
8590 setlocal nopreserveindent
8591 setlocal nopreviewwindow
8592 setlocal quoteescape=\\
8593 setlocal noreadonly
8594 setlocal norightleft
8595 setlocal rightleftcmd=search
8596 setlocal noscrollbind
8597 setlocal shiftwidth=8
8598 setlocal noshortname
8599 setlocal nosmartindent
8600 setlocal softtabstop=0
8601 setlocal nospell
8602 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
8603 setlocal spellfile=
8604 setlocal spelllang=en
8605 setlocal statusline=
8606 setlocal suffixesadd=
8607 setlocal swapfile
8608 setlocal synmaxcol=3000
8609 if &syntax != 'html'
8610 setlocal syntax=html
8611 endif
8612 setlocal tabstop=2
8613 setlocal tags=
8614 setlocal textwidth=0
8615 setlocal thesaurus=
8616 setlocal nowinfixheight
8617 setlocal nowinfixwidth
8618 setlocal wrap
8619 setlocal wrapmargin=0
8620 silent! normal! zE
8621 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
8622 if s:l < 1 | let s:l = 1 | endif
8623 exe s:l
8624 normal! zt
8625 1
8626 normal! 0
8627 tabedit supergrubdisk.html
8628 set splitbelow splitright
8629 set nosplitbelow
8630 set nosplitright
8631 wincmd t
8632 set winheight=1 winwidth=1
8633 argglobal
8634 21argu
8635 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
8636 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
8637 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
8638 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
8639 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
8640 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
8641 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
8642 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
8643 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
8644 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
8645 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
8646 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
8647 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
8648 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
8649 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
8650 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
8651 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
8652 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
8653 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">')
8654 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">')
8655 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
8656 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
8657 nnoremap <buffer> <silent> ; 
8658 nnoremap <buffer> <silent> ;; ;
8659 vnoremap <buffer> <silent> ;; ;
8660 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
8661 inoremap <buffer> <silent> &hA &hArr;
8662 inoremap <buffer> <silent> &dA &dArr;
8663 inoremap <buffer> <silent> &rA &rArr;
8664 inoremap <buffer> <silent> &uA &uArr;
8665 inoremap <buffer> <silent> &lA &lArr;
8666 inoremap <buffer> <silent> &ha &harr;
8667 inoremap <buffer> <silent> &da &darr;
8668 inoremap <buffer> <silent> &ra &rarr;
8669 inoremap <buffer> <silent> &ua &uarr;
8670 inoremap <buffer> <silent> &la &larr;
8671 inoremap <buffer> <silent> &pv &piv;
8672 inoremap <buffer> <silent> &uh &upsih;
8673 inoremap <buffer> <silent> &ts &thetasym;
8674 inoremap <buffer> <silent> &og &omega;
8675 inoremap <buffer> <silent> &ps &psi;
8676 inoremap <buffer> <silent> &ch &chi;
8677 inoremap <buffer> <silent> &ph &phi;
8678 inoremap <buffer> <silent> &up &upsilon;
8679 inoremap <buffer> <silent> &ta &tau;
8680 inoremap <buffer> <silent> &sf &sigmaf;
8681 inoremap <buffer> <silent> &si &sigma;
8682 inoremap <buffer> <silent> &rh &rho;
8683 inoremap <buffer> <silent> &pi &pi;
8684 inoremap <buffer> <silent> &oc &omicron;
8685 inoremap <buffer> <silent> &xi &xi;
8686 inoremap <buffer> <silent> &nu &nu;
8687 inoremap <buffer> <silent> &mu &mu;
8688 inoremap <buffer> <silent> &lm &lambda;
8689 inoremap <buffer> <silent> &ka &kappa;
8690 inoremap <buffer> <silent> &io &iota;
8691 inoremap <buffer> <silent> &th &theta;
8692 inoremap <buffer> <silent> &et &eta;
8693 inoremap <buffer> <silent> &ze &zeta;
8694 inoremap <buffer> <silent> &ep &epsilon;
8695 inoremap <buffer> <silent> &de &delta;
8696 inoremap <buffer> <silent> &ga &gamma;
8697 inoremap <buffer> <silent> &be &beta;
8698 inoremap <buffer> <silent> &al &alpha;
8699 inoremap <buffer> <silent> &Ps &Psi;
8700 inoremap <buffer> <silent> &Ch &Chi;
8701 inoremap <buffer> <silent> &Ph &Phi;
8702 inoremap <buffer> <silent> &Up &Upsilon;
8703 inoremap <buffer> <silent> &Ta &Tau;
8704 inoremap <buffer> <silent> &Si &Sigma;
8705 inoremap <buffer> <silent> &Rh &Rho;
8706 inoremap <buffer> <silent> &Pi &Pi;
8707 inoremap <buffer> <silent> &Oc &Omicron;
8708 inoremap <buffer> <silent> &Xi &Xi;
8709 inoremap <buffer> <silent> &Nu &Nu;
8710 inoremap <buffer> <silent> &Mu &Mu;
8711 inoremap <buffer> <silent> &Lm &Lambda;
8712 inoremap <buffer> <silent> &Ka &Kappa;
8713 inoremap <buffer> <silent> &Io &Iota;
8714 inoremap <buffer> <silent> &Th &Theta;
8715 inoremap <buffer> <silent> &Et &Eta;
8716 inoremap <buffer> <silent> &Ze &Zeta;
8717 inoremap <buffer> <silent> &Ep &Epsilon;
8718 inoremap <buffer> <silent> &De &Delta;
8719 inoremap <buffer> <silent> &Ga &Gamma;
8720 inoremap <buffer> <silent> &Be &Beta;
8721 inoremap <buffer> <silent> &Al &Alpha;
8722 inoremap <buffer> <silent> &3. &hellip;
8723 inoremap <buffer> <silent> &-- &mdash;
8724 inoremap <buffer> <silent> &3- &mdash;
8725 inoremap <buffer> <silent> &m- &mdash;
8726 inoremap <buffer> <silent> &2- &ndash;
8727 inoremap <buffer> <silent> &n- &ndash;
8728 inoremap <buffer> <silent> &34 &frac34;
8729 inoremap <buffer> <silent> &12 &frac12;
8730 inoremap <buffer> <silent> &14 &frac14;
8731 inoremap <buffer> <silent> &. &middot;
8732 inoremap <buffer> <silent> &pa &para;
8733 inoremap <buffer> <silent> &mi &micro;
8734 inoremap <buffer> <silent> &dg &deg;
8735 inoremap <buffer> <silent> &? &iquest;
8736 inoremap <buffer> <silent> &! &iexcl;
8737 inoremap <buffer> <silent> &sz &szlig;
8738 inoremap <buffer> <silent> &o/ &oslash;
8739 inoremap <buffer> <silent> &/ &divide;
8740 inoremap <buffer> <silent> &" &uml;
8741 inoremap <buffer> <silent> &2> &raquo;
8742 inoremap <buffer> <silent> &2< &laquo;
8743 inoremap <buffer> <silent> &y" &yuml;
8744 inoremap <buffer> <silent> &y' &yacute;
8745 inoremap <buffer> <silent> &u" &uuml;
8746 inoremap <buffer> <silent> &u^ &ucirc;
8747 inoremap <buffer> <silent> &u' &uacute;
8748 inoremap <buffer> <silent> &u` &ugrave;
8749 inoremap <buffer> <silent> &x &times;
8750 inoremap <buffer> <silent> &o" &ouml;
8751 inoremap <buffer> <silent> &o~ &otilde;
8752 inoremap <buffer> <silent> &o^ &ocirc;
8753 inoremap <buffer> <silent> &o' &oacute;
8754 inoremap <buffer> <silent> &o` &ograve;
8755 inoremap <buffer> <silent> &n~ &ntilde;
8756 inoremap <buffer> <silent> &i" &iuml;
8757 inoremap <buffer> <silent> &i^ &icirc;
8758 inoremap <buffer> <silent> &i' &iacute;
8759 inoremap <buffer> <silent> &i` &igrave;
8760 inoremap <buffer> <silent> &e" &euml;
8761 inoremap <buffer> <silent> &e^ &ecirc;
8762 inoremap <buffer> <silent> &e' &eacute;
8763 inoremap <buffer> <silent> &e` &egrave;
8764 inoremap <buffer> <silent> &c, &ccedil;
8765 inoremap <buffer> <silent> &ae &aelig;
8766 inoremap <buffer> <silent> &ao &aring;
8767 inoremap <buffer> <silent> &a" &auml;
8768 inoremap <buffer> <silent> &a~ &atilde;
8769 inoremap <buffer> <silent> &a^ &acirc;
8770 inoremap <buffer> <silent> &a' &aacute;
8771 inoremap <buffer> <silent> &a` &agrave;
8772 inoremap <buffer> <silent> &Y' &Yacute;
8773 inoremap <buffer> <silent> &U" &Uuml;
8774 inoremap <buffer> <silent> &U^ &Ucirc;
8775 inoremap <buffer> <silent> &U' &Uacute;
8776 inoremap <buffer> <silent> &U` &Ugrave;
8777 inoremap <buffer> <silent> &O/ &Oslash;
8778 inoremap <buffer> <silent> &O" &Ouml;
8779 inoremap <buffer> <silent> &O~ &Otilde;
8780 inoremap <buffer> <silent> &O^ &Ocirc;
8781 inoremap <buffer> <silent> &O' &Oacute;
8782 inoremap <buffer> <silent> &O` &Ograve;
8783 inoremap <buffer> <silent> &N~ &Ntilde;
8784 inoremap <buffer> <silent> &I" &Iuml;
8785 inoremap <buffer> <silent> &I^ &Icirc;
8786 inoremap <buffer> <silent> &I' &Iacute;
8787 inoremap <buffer> <silent> &I` &Igrave;
8788 inoremap <buffer> <silent> &E" &Euml;
8789 inoremap <buffer> <silent> &E^ &Ecirc;
8790 inoremap <buffer> <silent> &E' &Eacute;
8791 inoremap <buffer> <silent> &E` &Egrave;
8792 inoremap <buffer> <silent> &C, &Ccedil;
8793 inoremap <buffer> <silent> &AE &AElig;
8794 inoremap <buffer> <silent> &Ao &Aring;
8795 inoremap <buffer> <silent> &A" &Auml;
8796 inoremap <buffer> <silent> &A~ &Atilde;
8797 inoremap <buffer> <silent> &A^ &Acirc;
8798 inoremap <buffer> <silent> &A' &Aacute;
8799 inoremap <buffer> <silent> &A` &Agrave;
8800 inoremap <buffer> <silent> &c| &cent;
8801 inoremap <buffer> <silent> &Y= &yen;
8802 inoremap <buffer> <silent> &# &pound;
8803 inoremap <buffer> <silent> & &nbsp;
8804 inoremap <buffer> <silent> &> &gt;
8805 inoremap <buffer> <silent> &< &lt;
8806 inoremap <buffer> <silent> &' &quot;
8807 inoremap <buffer> <silent> &tm &trade;
8808 inoremap <buffer> <silent> &rO &reg;
8809 inoremap <buffer> <silent> &cO &copy;
8810 inoremap <buffer> <silent> && &amp;
8811 inoremap <buffer> <silent> ; &nbsp;
8812 inoremap <buffer> <silent> ;la <label for=""></label>F"
8813 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
8814 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
8815 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
8816 </textarea>k$5F"i
8817 inoremap <buffer> <silent> ;og <optgroup label="">
8818 </optgroup>k$F"i
8819 inoremap <buffer> <silent> ;op <option></option>F<
8820 inoremap <buffer> <silent> ;ms <select name="" multiple>
8821 </select>O
8822 inoremap <buffer> <silent> ;se <select name="">
8823 </select>O
8824 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
8825 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
8826 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
8827 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
8828 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
8829 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
8830 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
8831 inoremap <buffer> <silent> ;fm <form action="">
8832 </form>k$F"i
8833 inoremap <buffer> <silent> ;if <iframe src="">
8834 </iframe>k$F"i
8835 inoremap <buffer> <silent> ;nf <noframes>
8836 </noframes>O
8837 inoremap <buffer> <silent> ;fr <frame src="">F"
8838 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
8839 </frameset>k$3F"i
8840 inoremap <buffer> <silent> ;th <th></th>F<
8841 inoremap <buffer> <silent> ;td <td>
8842 </td>O
8843 inoremap <buffer> <silent> ;tr <tr>
8844 </tr>O
8845 inoremap <buffer> <silent> ;tf <tfoot>
8846 </tfoot>O
8847 inoremap <buffer> <silent> ;tb <tbody>
8848 </tbody>O
8849 inoremap <buffer> <silent> ;tH <thead>
8850 </thead>O
8851 inoremap <buffer> <silent> ;ta <table>
8852 </table>O
8853 inoremap <buffer> <silent> ;ca <caption></caption>F<
8854 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
8855 </object>k$5F"i
8856 inoremap <buffer> <silent> ;ns <noscript>
8857 </noscripT>O
8858 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
8859 <noembed></noembed>k$5F"i
8860 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
8861 inoremap <buffer> <silent> ;va <var></var>F<
8862 inoremap <buffer> <silent> ;ul <ul>
8863 </ul>O
8864 inoremap <buffer> <silent> ;tt <tt></tt>F<
8865 inoremap <buffer> <silent> ;ti <title></title>F<
8866 inoremap <buffer> <silent> ;sp <sup></sup>F<
8867 inoremap <buffer> <silent> ;sb <sub></sub>F<
8868 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
8869 inoremap <buffer> <silent> ;cs <style type="text/css">
8870 <!--
8871 -->
8872 </style>kO
8873 inoremap <buffer> <silent> ;sm <small></small>F<
8874 inoremap <buffer> <silent> ;sa <samp></samp>F<
8875 inoremap <buffer> <silent> ;sk <strike></strike>F<
8876 inoremap <buffer> <silent> ;qu <q></q>F<
8877 inoremap <buffer> <silent> ;pr <pre>
8878 </pre>O
8879 inoremap <buffer> <silent> ;/p </p>
8880 
8881 <p>
8882 inoremap <buffer> <silent> ;pp <p>
8883 </p>O
8884 inoremap <buffer> <silent> ;ol <ol>
8885 </ol>O
8886 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
8887 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
8888 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
8889 inoremap <buffer> <silent> ;lk <link href="">F"
8890 inoremap <buffer> <silent> ;li <li></li>F<
8891 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
8892 inoremap <buffer> <silent> ;ii <isindex>
8893 inoremap <buffer> <silent> ;in <ins></ins>F<
8894 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
8895 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
8896 inoremap <buffer> <silent> ;ht <html>
8897 </html>O
8898 inoremap <buffer> <silent> ;Hr <hr width="75%">
8899 inoremap <buffer> <silent> ;hr <hr>
8900 inoremap <buffer> <silent> ;he <head>
8901 </head>O
8902 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
8903 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
8904 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
8905 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
8906 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
8907 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
8908 inoremap <buffer> <silent> ;h6 <h6></h6>F<
8909 inoremap <buffer> <silent> ;h5 <h5></h5>F<
8910 inoremap <buffer> <silent> ;h4 <h4></h4>F<
8911 inoremap <buffer> <silent> ;h3 <h3></h3>F<
8912 inoremap <buffer> <silent> ;h2 <h2></h2>F<
8913 inoremap <buffer> <silent> ;h1 <h1></h1>F<
8914 inoremap <buffer> <silent> ;fc <font color=""></font>F"
8915 inoremap <buffer> <silent> ;fo <font size=""></font>F"
8916 inoremap <buffer> <silent> ;sn <span></span>F<
8917 inoremap <buffer> <silent> ;dv <div>
8918 </div>O
8919 inoremap <buffer> <silent> ;df <dfn></dfn>F<
8920 inoremap <buffer> <silent> ;de <del></del>F<
8921 inoremap <buffer> <silent> ;dd <dd></dd>F<
8922 inoremap <buffer> <silent> ;dt <dt></dt>F<
8923 inoremap <buffer> <silent> ;dl <dl>
8924 </dl>O
8925 inoremap <buffer> <silent> ;co <code></code>F<
8926 inoremap <buffer> <silent> ;ci <cite></cite>F<
8927 inoremap <buffer> <silent> ;ce <center></center>F<
8928 inoremap <buffer> <silent> ;br <br>
8929 inoremap <buffer> <silent> ;bd <body>
8930 </body>O
8931 inoremap <buffer> <silent> ;bl <blockquote>
8932 </blockquote>O
8933 inoremap <buffer> <silent> ;bi <big></big>F<
8934 inoremap <buffer> <silent> ;bh <base href="">F"
8935 inoremap <buffer> <silent> ;ad <address></address>F<
8936 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
8937 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
8938 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
8939 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
8940 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
8941 inoremap <buffer> <silent> ;an <a name=""></a>F"
8942 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
8943 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
8944 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
8945 inoremap <buffer> <silent> ;ah <a href=""></a>F"
8946 imap <buffer> <silent> ;s4 ;s4
8947 imap <buffer> <silent> ;4 ;4
8948 inoremap <buffer> <silent> ;mi :call MangleImageTag()
8949 inoremap <buffer> <silent> ; 
8950 inoremap <buffer> <silent> ;& &
8951 inoremap <buffer> <silent> ;; ;
8952 setlocal keymap=
8953 setlocal noarabic
8954 setlocal autoindent
8955 setlocal balloonexpr=
8956 setlocal nobinary
8957 setlocal bufhidden=
8958 setlocal buflisted
8959 setlocal buftype=
8960 setlocal nocindent
8961 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
8962 setlocal cinoptions=
8963 setlocal cinwords=if,else,while,do,for,switch
8964 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
8965 setlocal commentstring=<!--%s-->
8966 setlocal complete=.,w,b,u,t,i
8967 setlocal completefunc=
8968 setlocal nocopyindent
8969 setlocal nocursorcolumn
8970 setlocal nocursorline
8971 setlocal define=
8972 setlocal dictionary=
8973 setlocal nodiff
8974 setlocal equalprg=
8975 setlocal errorformat=
8976 setlocal noexpandtab
8977 if &filetype != 'html'
8978 setlocal filetype=html
8979 endif
8980 setlocal foldcolumn=0
8981 setlocal foldenable
8982 setlocal foldexpr=0
8983 setlocal foldignore=#
8984 setlocal foldlevel=0
8985 setlocal foldmarker={{{,}}}
8986 setlocal foldmethod=manual
8987 setlocal foldminlines=1
8988 setlocal foldnestmax=20
8989 setlocal foldtext=foldtext()
8990 setlocal formatexpr=
8991 setlocal formatoptions=tcq
8992 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
8993 setlocal grepprg=
8994 setlocal iminsert=2
8995 setlocal imsearch=2
8996 setlocal include=
8997 setlocal includeexpr=
8998 setlocal indentexpr=
8999 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
9000 setlocal noinfercase
9001 setlocal iskeyword=@,48-57,_,192-255
9002 setlocal keywordprg=
9003 setlocal nolinebreak
9004 setlocal nolisp
9005 setlocal nolist
9006 setlocal makeprg=
9007 setlocal matchpairs=(:),{:},[:],<:>
9008 setlocal nomodeline
9009 setlocal modifiable
9010 setlocal nrformats=octal,hex
9011 setlocal nonumber
9012 setlocal numberwidth=4
9013 setlocal omnifunc=htmlcomplete#CompleteTags
9014 setlocal path=
9015 setlocal nopreserveindent
9016 setlocal nopreviewwindow
9017 setlocal quoteescape=\\
9018 setlocal noreadonly
9019 setlocal norightleft
9020 setlocal rightleftcmd=search
9021 setlocal noscrollbind
9022 setlocal shiftwidth=8
9023 setlocal noshortname
9024 setlocal nosmartindent
9025 setlocal softtabstop=0
9026 setlocal nospell
9027 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
9028 setlocal spellfile=
9029 setlocal spelllang=en
9030 setlocal statusline=
9031 setlocal suffixesadd=
9032 setlocal swapfile
9033 setlocal synmaxcol=3000
9034 if &syntax != 'html'
9035 setlocal syntax=html
9036 endif
9037 setlocal tabstop=2
9038 setlocal tags=
9039 setlocal textwidth=0
9040 setlocal thesaurus=
9041 setlocal nowinfixheight
9042 setlocal nowinfixwidth
9043 setlocal wrap
9044 setlocal wrapmargin=0
9045 silent! normal! zE
9046 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
9047 if s:l < 1 | let s:l = 1 | endif
9048 exe s:l
9049 normal! zt
9050 1
9051 normal! 0
9052 tabedit sysresccd.html
9053 set splitbelow splitright
9054 set nosplitbelow
9055 set nosplitright
9056 wincmd t
9057 set winheight=1 winwidth=1
9058 argglobal
9059 22argu
9060 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9061 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9062 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
9063 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
9064 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
9065 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
9066 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
9067 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
9068 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
9069 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
9070 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
9071 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
9072 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
9073 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
9074 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
9075 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
9076 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
9077 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
9078 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">')
9079 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">')
9080 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
9081 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
9082 nnoremap <buffer> <silent> ; 
9083 nnoremap <buffer> <silent> ;; ;
9084 vnoremap <buffer> <silent> ;; ;
9085 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
9086 inoremap <buffer> <silent> &hA &hArr;
9087 inoremap <buffer> <silent> &dA &dArr;
9088 inoremap <buffer> <silent> &rA &rArr;
9089 inoremap <buffer> <silent> &uA &uArr;
9090 inoremap <buffer> <silent> &lA &lArr;
9091 inoremap <buffer> <silent> &ha &harr;
9092 inoremap <buffer> <silent> &da &darr;
9093 inoremap <buffer> <silent> &ra &rarr;
9094 inoremap <buffer> <silent> &ua &uarr;
9095 inoremap <buffer> <silent> &la &larr;
9096 inoremap <buffer> <silent> &pv &piv;
9097 inoremap <buffer> <silent> &uh &upsih;
9098 inoremap <buffer> <silent> &ts &thetasym;
9099 inoremap <buffer> <silent> &og &omega;
9100 inoremap <buffer> <silent> &ps &psi;
9101 inoremap <buffer> <silent> &ch &chi;
9102 inoremap <buffer> <silent> &ph &phi;
9103 inoremap <buffer> <silent> &up &upsilon;
9104 inoremap <buffer> <silent> &ta &tau;
9105 inoremap <buffer> <silent> &sf &sigmaf;
9106 inoremap <buffer> <silent> &si &sigma;
9107 inoremap <buffer> <silent> &rh &rho;
9108 inoremap <buffer> <silent> &pi &pi;
9109 inoremap <buffer> <silent> &oc &omicron;
9110 inoremap <buffer> <silent> &xi &xi;
9111 inoremap <buffer> <silent> &nu &nu;
9112 inoremap <buffer> <silent> &mu &mu;
9113 inoremap <buffer> <silent> &lm &lambda;
9114 inoremap <buffer> <silent> &ka &kappa;
9115 inoremap <buffer> <silent> &io &iota;
9116 inoremap <buffer> <silent> &th &theta;
9117 inoremap <buffer> <silent> &et &eta;
9118 inoremap <buffer> <silent> &ze &zeta;
9119 inoremap <buffer> <silent> &ep &epsilon;
9120 inoremap <buffer> <silent> &de &delta;
9121 inoremap <buffer> <silent> &ga &gamma;
9122 inoremap <buffer> <silent> &be &beta;
9123 inoremap <buffer> <silent> &al &alpha;
9124 inoremap <buffer> <silent> &Ps &Psi;
9125 inoremap <buffer> <silent> &Ch &Chi;
9126 inoremap <buffer> <silent> &Ph &Phi;
9127 inoremap <buffer> <silent> &Up &Upsilon;
9128 inoremap <buffer> <silent> &Ta &Tau;
9129 inoremap <buffer> <silent> &Si &Sigma;
9130 inoremap <buffer> <silent> &Rh &Rho;
9131 inoremap <buffer> <silent> &Pi &Pi;
9132 inoremap <buffer> <silent> &Oc &Omicron;
9133 inoremap <buffer> <silent> &Xi &Xi;
9134 inoremap <buffer> <silent> &Nu &Nu;
9135 inoremap <buffer> <silent> &Mu &Mu;
9136 inoremap <buffer> <silent> &Lm &Lambda;
9137 inoremap <buffer> <silent> &Ka &Kappa;
9138 inoremap <buffer> <silent> &Io &Iota;
9139 inoremap <buffer> <silent> &Th &Theta;
9140 inoremap <buffer> <silent> &Et &Eta;
9141 inoremap <buffer> <silent> &Ze &Zeta;
9142 inoremap <buffer> <silent> &Ep &Epsilon;
9143 inoremap <buffer> <silent> &De &Delta;
9144 inoremap <buffer> <silent> &Ga &Gamma;
9145 inoremap <buffer> <silent> &Be &Beta;
9146 inoremap <buffer> <silent> &Al &Alpha;
9147 inoremap <buffer> <silent> &3. &hellip;
9148 inoremap <buffer> <silent> &-- &mdash;
9149 inoremap <buffer> <silent> &3- &mdash;
9150 inoremap <buffer> <silent> &m- &mdash;
9151 inoremap <buffer> <silent> &2- &ndash;
9152 inoremap <buffer> <silent> &n- &ndash;
9153 inoremap <buffer> <silent> &34 &frac34;
9154 inoremap <buffer> <silent> &12 &frac12;
9155 inoremap <buffer> <silent> &14 &frac14;
9156 inoremap <buffer> <silent> &. &middot;
9157 inoremap <buffer> <silent> &pa &para;
9158 inoremap <buffer> <silent> &mi &micro;
9159 inoremap <buffer> <silent> &dg &deg;
9160 inoremap <buffer> <silent> &? &iquest;
9161 inoremap <buffer> <silent> &! &iexcl;
9162 inoremap <buffer> <silent> &sz &szlig;
9163 inoremap <buffer> <silent> &o/ &oslash;
9164 inoremap <buffer> <silent> &/ &divide;
9165 inoremap <buffer> <silent> &" &uml;
9166 inoremap <buffer> <silent> &2> &raquo;
9167 inoremap <buffer> <silent> &2< &laquo;
9168 inoremap <buffer> <silent> &y" &yuml;
9169 inoremap <buffer> <silent> &y' &yacute;
9170 inoremap <buffer> <silent> &u" &uuml;
9171 inoremap <buffer> <silent> &u^ &ucirc;
9172 inoremap <buffer> <silent> &u' &uacute;
9173 inoremap <buffer> <silent> &u` &ugrave;
9174 inoremap <buffer> <silent> &x &times;
9175 inoremap <buffer> <silent> &o" &ouml;
9176 inoremap <buffer> <silent> &o~ &otilde;
9177 inoremap <buffer> <silent> &o^ &ocirc;
9178 inoremap <buffer> <silent> &o' &oacute;
9179 inoremap <buffer> <silent> &o` &ograve;
9180 inoremap <buffer> <silent> &n~ &ntilde;
9181 inoremap <buffer> <silent> &i" &iuml;
9182 inoremap <buffer> <silent> &i^ &icirc;
9183 inoremap <buffer> <silent> &i' &iacute;
9184 inoremap <buffer> <silent> &i` &igrave;
9185 inoremap <buffer> <silent> &e" &euml;
9186 inoremap <buffer> <silent> &e^ &ecirc;
9187 inoremap <buffer> <silent> &e' &eacute;
9188 inoremap <buffer> <silent> &e` &egrave;
9189 inoremap <buffer> <silent> &c, &ccedil;
9190 inoremap <buffer> <silent> &ae &aelig;
9191 inoremap <buffer> <silent> &ao &aring;
9192 inoremap <buffer> <silent> &a" &auml;
9193 inoremap <buffer> <silent> &a~ &atilde;
9194 inoremap <buffer> <silent> &a^ &acirc;
9195 inoremap <buffer> <silent> &a' &aacute;
9196 inoremap <buffer> <silent> &a` &agrave;
9197 inoremap <buffer> <silent> &Y' &Yacute;
9198 inoremap <buffer> <silent> &U" &Uuml;
9199 inoremap <buffer> <silent> &U^ &Ucirc;
9200 inoremap <buffer> <silent> &U' &Uacute;
9201 inoremap <buffer> <silent> &U` &Ugrave;
9202 inoremap <buffer> <silent> &O/ &Oslash;
9203 inoremap <buffer> <silent> &O" &Ouml;
9204 inoremap <buffer> <silent> &O~ &Otilde;
9205 inoremap <buffer> <silent> &O^ &Ocirc;
9206 inoremap <buffer> <silent> &O' &Oacute;
9207 inoremap <buffer> <silent> &O` &Ograve;
9208 inoremap <buffer> <silent> &N~ &Ntilde;
9209 inoremap <buffer> <silent> &I" &Iuml;
9210 inoremap <buffer> <silent> &I^ &Icirc;
9211 inoremap <buffer> <silent> &I' &Iacute;
9212 inoremap <buffer> <silent> &I` &Igrave;
9213 inoremap <buffer> <silent> &E" &Euml;
9214 inoremap <buffer> <silent> &E^ &Ecirc;
9215 inoremap <buffer> <silent> &E' &Eacute;
9216 inoremap <buffer> <silent> &E` &Egrave;
9217 inoremap <buffer> <silent> &C, &Ccedil;
9218 inoremap <buffer> <silent> &AE &AElig;
9219 inoremap <buffer> <silent> &Ao &Aring;
9220 inoremap <buffer> <silent> &A" &Auml;
9221 inoremap <buffer> <silent> &A~ &Atilde;
9222 inoremap <buffer> <silent> &A^ &Acirc;
9223 inoremap <buffer> <silent> &A' &Aacute;
9224 inoremap <buffer> <silent> &A` &Agrave;
9225 inoremap <buffer> <silent> &c| &cent;
9226 inoremap <buffer> <silent> &Y= &yen;
9227 inoremap <buffer> <silent> &# &pound;
9228 inoremap <buffer> <silent> & &nbsp;
9229 inoremap <buffer> <silent> &> &gt;
9230 inoremap <buffer> <silent> &< &lt;
9231 inoremap <buffer> <silent> &' &quot;
9232 inoremap <buffer> <silent> &tm &trade;
9233 inoremap <buffer> <silent> &rO &reg;
9234 inoremap <buffer> <silent> &cO &copy;
9235 inoremap <buffer> <silent> && &amp;
9236 inoremap <buffer> <silent> ; &nbsp;
9237 inoremap <buffer> <silent> ;la <label for=""></label>F"
9238 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
9239 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
9240 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
9241 </textarea>k$5F"i
9242 inoremap <buffer> <silent> ;og <optgroup label="">
9243 </optgroup>k$F"i
9244 inoremap <buffer> <silent> ;op <option></option>F<
9245 inoremap <buffer> <silent> ;ms <select name="" multiple>
9246 </select>O
9247 inoremap <buffer> <silent> ;se <select name="">
9248 </select>O
9249 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
9250 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
9251 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
9252 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
9253 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
9254 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
9255 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
9256 inoremap <buffer> <silent> ;fm <form action="">
9257 </form>k$F"i
9258 inoremap <buffer> <silent> ;if <iframe src="">
9259 </iframe>k$F"i
9260 inoremap <buffer> <silent> ;nf <noframes>
9261 </noframes>O
9262 inoremap <buffer> <silent> ;fr <frame src="">F"
9263 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
9264 </frameset>k$3F"i
9265 inoremap <buffer> <silent> ;th <th></th>F<
9266 inoremap <buffer> <silent> ;td <td>
9267 </td>O
9268 inoremap <buffer> <silent> ;tr <tr>
9269 </tr>O
9270 inoremap <buffer> <silent> ;tf <tfoot>
9271 </tfoot>O
9272 inoremap <buffer> <silent> ;tb <tbody>
9273 </tbody>O
9274 inoremap <buffer> <silent> ;tH <thead>
9275 </thead>O
9276 inoremap <buffer> <silent> ;ta <table>
9277 </table>O
9278 inoremap <buffer> <silent> ;ca <caption></caption>F<
9279 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
9280 </object>k$5F"i
9281 inoremap <buffer> <silent> ;ns <noscript>
9282 </noscripT>O
9283 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
9284 <noembed></noembed>k$5F"i
9285 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
9286 inoremap <buffer> <silent> ;va <var></var>F<
9287 inoremap <buffer> <silent> ;ul <ul>
9288 </ul>O
9289 inoremap <buffer> <silent> ;tt <tt></tt>F<
9290 inoremap <buffer> <silent> ;ti <title></title>F<
9291 inoremap <buffer> <silent> ;sp <sup></sup>F<
9292 inoremap <buffer> <silent> ;sb <sub></sub>F<
9293 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
9294 inoremap <buffer> <silent> ;cs <style type="text/css">
9295 <!--
9296 -->
9297 </style>kO
9298 inoremap <buffer> <silent> ;sm <small></small>F<
9299 inoremap <buffer> <silent> ;sa <samp></samp>F<
9300 inoremap <buffer> <silent> ;sk <strike></strike>F<
9301 inoremap <buffer> <silent> ;qu <q></q>F<
9302 inoremap <buffer> <silent> ;pr <pre>
9303 </pre>O
9304 inoremap <buffer> <silent> ;/p </p>
9305 
9306 <p>
9307 inoremap <buffer> <silent> ;pp <p>
9308 </p>O
9309 inoremap <buffer> <silent> ;ol <ol>
9310 </ol>O
9311 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
9312 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
9313 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
9314 inoremap <buffer> <silent> ;lk <link href="">F"
9315 inoremap <buffer> <silent> ;li <li></li>F<
9316 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
9317 inoremap <buffer> <silent> ;ii <isindex>
9318 inoremap <buffer> <silent> ;in <ins></ins>F<
9319 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
9320 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
9321 inoremap <buffer> <silent> ;ht <html>
9322 </html>O
9323 inoremap <buffer> <silent> ;Hr <hr width="75%">
9324 inoremap <buffer> <silent> ;hr <hr>
9325 inoremap <buffer> <silent> ;he <head>
9326 </head>O
9327 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
9328 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
9329 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
9330 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
9331 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
9332 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
9333 inoremap <buffer> <silent> ;h6 <h6></h6>F<
9334 inoremap <buffer> <silent> ;h5 <h5></h5>F<
9335 inoremap <buffer> <silent> ;h4 <h4></h4>F<
9336 inoremap <buffer> <silent> ;h3 <h3></h3>F<
9337 inoremap <buffer> <silent> ;h2 <h2></h2>F<
9338 inoremap <buffer> <silent> ;h1 <h1></h1>F<
9339 inoremap <buffer> <silent> ;fc <font color=""></font>F"
9340 inoremap <buffer> <silent> ;fo <font size=""></font>F"
9341 inoremap <buffer> <silent> ;sn <span></span>F<
9342 inoremap <buffer> <silent> ;dv <div>
9343 </div>O
9344 inoremap <buffer> <silent> ;df <dfn></dfn>F<
9345 inoremap <buffer> <silent> ;de <del></del>F<
9346 inoremap <buffer> <silent> ;dd <dd></dd>F<
9347 inoremap <buffer> <silent> ;dt <dt></dt>F<
9348 inoremap <buffer> <silent> ;dl <dl>
9349 </dl>O
9350 inoremap <buffer> <silent> ;co <code></code>F<
9351 inoremap <buffer> <silent> ;ci <cite></cite>F<
9352 inoremap <buffer> <silent> ;ce <center></center>F<
9353 inoremap <buffer> <silent> ;br <br>
9354 inoremap <buffer> <silent> ;bd <body>
9355 </body>O
9356 inoremap <buffer> <silent> ;bl <blockquote>
9357 </blockquote>O
9358 inoremap <buffer> <silent> ;bi <big></big>F<
9359 inoremap <buffer> <silent> ;bh <base href="">F"
9360 inoremap <buffer> <silent> ;ad <address></address>F<
9361 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
9362 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
9363 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
9364 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
9365 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
9366 inoremap <buffer> <silent> ;an <a name=""></a>F"
9367 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
9368 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
9369 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
9370 inoremap <buffer> <silent> ;ah <a href=""></a>F"
9371 imap <buffer> <silent> ;s4 ;s4
9372 imap <buffer> <silent> ;4 ;4
9373 inoremap <buffer> <silent> ;mi :call MangleImageTag()
9374 inoremap <buffer> <silent> ; 
9375 inoremap <buffer> <silent> ;& &
9376 inoremap <buffer> <silent> ;; ;
9377 setlocal keymap=
9378 setlocal noarabic
9379 setlocal autoindent
9380 setlocal balloonexpr=
9381 setlocal nobinary
9382 setlocal bufhidden=
9383 setlocal buflisted
9384 setlocal buftype=
9385 setlocal nocindent
9386 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
9387 setlocal cinoptions=
9388 setlocal cinwords=if,else,while,do,for,switch
9389 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
9390 setlocal commentstring=<!--%s-->
9391 setlocal complete=.,w,b,u,t,i
9392 setlocal completefunc=
9393 setlocal nocopyindent
9394 setlocal nocursorcolumn
9395 setlocal nocursorline
9396 setlocal define=
9397 setlocal dictionary=
9398 setlocal nodiff
9399 setlocal equalprg=
9400 setlocal errorformat=
9401 setlocal noexpandtab
9402 if &filetype != 'html'
9403 setlocal filetype=html
9404 endif
9405 setlocal foldcolumn=0
9406 setlocal foldenable
9407 setlocal foldexpr=0
9408 setlocal foldignore=#
9409 setlocal foldlevel=0
9410 setlocal foldmarker={{{,}}}
9411 setlocal foldmethod=manual
9412 setlocal foldminlines=1
9413 setlocal foldnestmax=20
9414 setlocal foldtext=foldtext()
9415 setlocal formatexpr=
9416 setlocal formatoptions=tcq
9417 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
9418 setlocal grepprg=
9419 setlocal iminsert=2
9420 setlocal imsearch=2
9421 setlocal include=
9422 setlocal includeexpr=
9423 setlocal indentexpr=
9424 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
9425 setlocal noinfercase
9426 setlocal iskeyword=@,48-57,_,192-255
9427 setlocal keywordprg=
9428 setlocal nolinebreak
9429 setlocal nolisp
9430 setlocal nolist
9431 setlocal makeprg=
9432 setlocal matchpairs=(:),{:},[:],<:>
9433 setlocal nomodeline
9434 setlocal modifiable
9435 setlocal nrformats=octal,hex
9436 setlocal nonumber
9437 setlocal numberwidth=4
9438 setlocal omnifunc=htmlcomplete#CompleteTags
9439 setlocal path=
9440 setlocal nopreserveindent
9441 setlocal nopreviewwindow
9442 setlocal quoteescape=\\
9443 setlocal noreadonly
9444 setlocal norightleft
9445 setlocal rightleftcmd=search
9446 setlocal noscrollbind
9447 setlocal shiftwidth=8
9448 setlocal noshortname
9449 setlocal nosmartindent
9450 setlocal softtabstop=0
9451 setlocal nospell
9452 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
9453 setlocal spellfile=
9454 setlocal spelllang=en
9455 setlocal statusline=
9456 setlocal suffixesadd=
9457 setlocal swapfile
9458 setlocal synmaxcol=3000
9459 if &syntax != 'html'
9460 setlocal syntax=html
9461 endif
9462 setlocal tabstop=2
9463 setlocal tags=
9464 setlocal textwidth=0
9465 setlocal thesaurus=
9466 setlocal nowinfixheight
9467 setlocal nowinfixwidth
9468 setlocal wrap
9469 setlocal wrapmargin=0
9470 silent! normal! zE
9471 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
9472 if s:l < 1 | let s:l = 1 | endif
9473 exe s:l
9474 normal! zt
9475 1
9476 normal! 0
9477 tabedit usb.html
9478 set splitbelow splitright
9479 set nosplitbelow
9480 set nosplitright
9481 wincmd t
9482 set winheight=1 winwidth=1
9483 argglobal
9484 23argu
9485 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9486 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9487 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
9488 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
9489 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
9490 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
9491 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
9492 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
9493 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
9494 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
9495 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
9496 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
9497 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
9498 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
9499 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
9500 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
9501 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
9502 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
9503 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">')
9504 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">')
9505 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
9506 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
9507 nnoremap <buffer> <silent> ; 
9508 nnoremap <buffer> <silent> ;; ;
9509 vnoremap <buffer> <silent> ;; ;
9510 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
9511 inoremap <buffer> <silent> &hA &hArr;
9512 inoremap <buffer> <silent> &dA &dArr;
9513 inoremap <buffer> <silent> &rA &rArr;
9514 inoremap <buffer> <silent> &uA &uArr;
9515 inoremap <buffer> <silent> &lA &lArr;
9516 inoremap <buffer> <silent> &ha &harr;
9517 inoremap <buffer> <silent> &da &darr;
9518 inoremap <buffer> <silent> &ra &rarr;
9519 inoremap <buffer> <silent> &ua &uarr;
9520 inoremap <buffer> <silent> &la &larr;
9521 inoremap <buffer> <silent> &pv &piv;
9522 inoremap <buffer> <silent> &uh &upsih;
9523 inoremap <buffer> <silent> &ts &thetasym;
9524 inoremap <buffer> <silent> &og &omega;
9525 inoremap <buffer> <silent> &ps &psi;
9526 inoremap <buffer> <silent> &ch &chi;
9527 inoremap <buffer> <silent> &ph &phi;
9528 inoremap <buffer> <silent> &up &upsilon;
9529 inoremap <buffer> <silent> &ta &tau;
9530 inoremap <buffer> <silent> &sf &sigmaf;
9531 inoremap <buffer> <silent> &si &sigma;
9532 inoremap <buffer> <silent> &rh &rho;
9533 inoremap <buffer> <silent> &pi &pi;
9534 inoremap <buffer> <silent> &oc &omicron;
9535 inoremap <buffer> <silent> &xi &xi;
9536 inoremap <buffer> <silent> &nu &nu;
9537 inoremap <buffer> <silent> &mu &mu;
9538 inoremap <buffer> <silent> &lm &lambda;
9539 inoremap <buffer> <silent> &ka &kappa;
9540 inoremap <buffer> <silent> &io &iota;
9541 inoremap <buffer> <silent> &th &theta;
9542 inoremap <buffer> <silent> &et &eta;
9543 inoremap <buffer> <silent> &ze &zeta;
9544 inoremap <buffer> <silent> &ep &epsilon;
9545 inoremap <buffer> <silent> &de &delta;
9546 inoremap <buffer> <silent> &ga &gamma;
9547 inoremap <buffer> <silent> &be &beta;
9548 inoremap <buffer> <silent> &al &alpha;
9549 inoremap <buffer> <silent> &Ps &Psi;
9550 inoremap <buffer> <silent> &Ch &Chi;
9551 inoremap <buffer> <silent> &Ph &Phi;
9552 inoremap <buffer> <silent> &Up &Upsilon;
9553 inoremap <buffer> <silent> &Ta &Tau;
9554 inoremap <buffer> <silent> &Si &Sigma;
9555 inoremap <buffer> <silent> &Rh &Rho;
9556 inoremap <buffer> <silent> &Pi &Pi;
9557 inoremap <buffer> <silent> &Oc &Omicron;
9558 inoremap <buffer> <silent> &Xi &Xi;
9559 inoremap <buffer> <silent> &Nu &Nu;
9560 inoremap <buffer> <silent> &Mu &Mu;
9561 inoremap <buffer> <silent> &Lm &Lambda;
9562 inoremap <buffer> <silent> &Ka &Kappa;
9563 inoremap <buffer> <silent> &Io &Iota;
9564 inoremap <buffer> <silent> &Th &Theta;
9565 inoremap <buffer> <silent> &Et &Eta;
9566 inoremap <buffer> <silent> &Ze &Zeta;
9567 inoremap <buffer> <silent> &Ep &Epsilon;
9568 inoremap <buffer> <silent> &De &Delta;
9569 inoremap <buffer> <silent> &Ga &Gamma;
9570 inoremap <buffer> <silent> &Be &Beta;
9571 inoremap <buffer> <silent> &Al &Alpha;
9572 inoremap <buffer> <silent> &3. &hellip;
9573 inoremap <buffer> <silent> &-- &mdash;
9574 inoremap <buffer> <silent> &3- &mdash;
9575 inoremap <buffer> <silent> &m- &mdash;
9576 inoremap <buffer> <silent> &2- &ndash;
9577 inoremap <buffer> <silent> &n- &ndash;
9578 inoremap <buffer> <silent> &34 &frac34;
9579 inoremap <buffer> <silent> &12 &frac12;
9580 inoremap <buffer> <silent> &14 &frac14;
9581 inoremap <buffer> <silent> &. &middot;
9582 inoremap <buffer> <silent> &pa &para;
9583 inoremap <buffer> <silent> &mi &micro;
9584 inoremap <buffer> <silent> &dg &deg;
9585 inoremap <buffer> <silent> &? &iquest;
9586 inoremap <buffer> <silent> &! &iexcl;
9587 inoremap <buffer> <silent> &sz &szlig;
9588 inoremap <buffer> <silent> &o/ &oslash;
9589 inoremap <buffer> <silent> &/ &divide;
9590 inoremap <buffer> <silent> &" &uml;
9591 inoremap <buffer> <silent> &2> &raquo;
9592 inoremap <buffer> <silent> &2< &laquo;
9593 inoremap <buffer> <silent> &y" &yuml;
9594 inoremap <buffer> <silent> &y' &yacute;
9595 inoremap <buffer> <silent> &u" &uuml;
9596 inoremap <buffer> <silent> &u^ &ucirc;
9597 inoremap <buffer> <silent> &u' &uacute;
9598 inoremap <buffer> <silent> &u` &ugrave;
9599 inoremap <buffer> <silent> &x &times;
9600 inoremap <buffer> <silent> &o" &ouml;
9601 inoremap <buffer> <silent> &o~ &otilde;
9602 inoremap <buffer> <silent> &o^ &ocirc;
9603 inoremap <buffer> <silent> &o' &oacute;
9604 inoremap <buffer> <silent> &o` &ograve;
9605 inoremap <buffer> <silent> &n~ &ntilde;
9606 inoremap <buffer> <silent> &i" &iuml;
9607 inoremap <buffer> <silent> &i^ &icirc;
9608 inoremap <buffer> <silent> &i' &iacute;
9609 inoremap <buffer> <silent> &i` &igrave;
9610 inoremap <buffer> <silent> &e" &euml;
9611 inoremap <buffer> <silent> &e^ &ecirc;
9612 inoremap <buffer> <silent> &e' &eacute;
9613 inoremap <buffer> <silent> &e` &egrave;
9614 inoremap <buffer> <silent> &c, &ccedil;
9615 inoremap <buffer> <silent> &ae &aelig;
9616 inoremap <buffer> <silent> &ao &aring;
9617 inoremap <buffer> <silent> &a" &auml;
9618 inoremap <buffer> <silent> &a~ &atilde;
9619 inoremap <buffer> <silent> &a^ &acirc;
9620 inoremap <buffer> <silent> &a' &aacute;
9621 inoremap <buffer> <silent> &a` &agrave;
9622 inoremap <buffer> <silent> &Y' &Yacute;
9623 inoremap <buffer> <silent> &U" &Uuml;
9624 inoremap <buffer> <silent> &U^ &Ucirc;
9625 inoremap <buffer> <silent> &U' &Uacute;
9626 inoremap <buffer> <silent> &U` &Ugrave;
9627 inoremap <buffer> <silent> &O/ &Oslash;
9628 inoremap <buffer> <silent> &O" &Ouml;
9629 inoremap <buffer> <silent> &O~ &Otilde;
9630 inoremap <buffer> <silent> &O^ &Ocirc;
9631 inoremap <buffer> <silent> &O' &Oacute;
9632 inoremap <buffer> <silent> &O` &Ograve;
9633 inoremap <buffer> <silent> &N~ &Ntilde;
9634 inoremap <buffer> <silent> &I" &Iuml;
9635 inoremap <buffer> <silent> &I^ &Icirc;
9636 inoremap <buffer> <silent> &I' &Iacute;
9637 inoremap <buffer> <silent> &I` &Igrave;
9638 inoremap <buffer> <silent> &E" &Euml;
9639 inoremap <buffer> <silent> &E^ &Ecirc;
9640 inoremap <buffer> <silent> &E' &Eacute;
9641 inoremap <buffer> <silent> &E` &Egrave;
9642 inoremap <buffer> <silent> &C, &Ccedil;
9643 inoremap <buffer> <silent> &AE &AElig;
9644 inoremap <buffer> <silent> &Ao &Aring;
9645 inoremap <buffer> <silent> &A" &Auml;
9646 inoremap <buffer> <silent> &A~ &Atilde;
9647 inoremap <buffer> <silent> &A^ &Acirc;
9648 inoremap <buffer> <silent> &A' &Aacute;
9649 inoremap <buffer> <silent> &A` &Agrave;
9650 inoremap <buffer> <silent> &c| &cent;
9651 inoremap <buffer> <silent> &Y= &yen;
9652 inoremap <buffer> <silent> &# &pound;
9653 inoremap <buffer> <silent> & &nbsp;
9654 inoremap <buffer> <silent> &> &gt;
9655 inoremap <buffer> <silent> &< &lt;
9656 inoremap <buffer> <silent> &' &quot;
9657 inoremap <buffer> <silent> &tm &trade;
9658 inoremap <buffer> <silent> &rO &reg;
9659 inoremap <buffer> <silent> &cO &copy;
9660 inoremap <buffer> <silent> && &amp;
9661 inoremap <buffer> <silent> ; &nbsp;
9662 inoremap <buffer> <silent> ;la <label for=""></label>F"
9663 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
9664 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
9665 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
9666 </textarea>k$5F"i
9667 inoremap <buffer> <silent> ;og <optgroup label="">
9668 </optgroup>k$F"i
9669 inoremap <buffer> <silent> ;op <option></option>F<
9670 inoremap <buffer> <silent> ;ms <select name="" multiple>
9671 </select>O
9672 inoremap <buffer> <silent> ;se <select name="">
9673 </select>O
9674 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
9675 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
9676 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
9677 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
9678 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
9679 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
9680 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
9681 inoremap <buffer> <silent> ;fm <form action="">
9682 </form>k$F"i
9683 inoremap <buffer> <silent> ;if <iframe src="">
9684 </iframe>k$F"i
9685 inoremap <buffer> <silent> ;nf <noframes>
9686 </noframes>O
9687 inoremap <buffer> <silent> ;fr <frame src="">F"
9688 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
9689 </frameset>k$3F"i
9690 inoremap <buffer> <silent> ;th <th></th>F<
9691 inoremap <buffer> <silent> ;td <td>
9692 </td>O
9693 inoremap <buffer> <silent> ;tr <tr>
9694 </tr>O
9695 inoremap <buffer> <silent> ;tf <tfoot>
9696 </tfoot>O
9697 inoremap <buffer> <silent> ;tb <tbody>
9698 </tbody>O
9699 inoremap <buffer> <silent> ;tH <thead>
9700 </thead>O
9701 inoremap <buffer> <silent> ;ta <table>
9702 </table>O
9703 inoremap <buffer> <silent> ;ca <caption></caption>F<
9704 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
9705 </object>k$5F"i
9706 inoremap <buffer> <silent> ;ns <noscript>
9707 </noscripT>O
9708 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
9709 <noembed></noembed>k$5F"i
9710 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
9711 inoremap <buffer> <silent> ;va <var></var>F<
9712 inoremap <buffer> <silent> ;ul <ul>
9713 </ul>O
9714 inoremap <buffer> <silent> ;tt <tt></tt>F<
9715 inoremap <buffer> <silent> ;ti <title></title>F<
9716 inoremap <buffer> <silent> ;sp <sup></sup>F<
9717 inoremap <buffer> <silent> ;sb <sub></sub>F<
9718 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
9719 inoremap <buffer> <silent> ;cs <style type="text/css">
9720 <!--
9721 -->
9722 </style>kO
9723 inoremap <buffer> <silent> ;sm <small></small>F<
9724 inoremap <buffer> <silent> ;sa <samp></samp>F<
9725 inoremap <buffer> <silent> ;sk <strike></strike>F<
9726 inoremap <buffer> <silent> ;qu <q></q>F<
9727 inoremap <buffer> <silent> ;pr <pre>
9728 </pre>O
9729 inoremap <buffer> <silent> ;/p </p>
9730 
9731 <p>
9732 inoremap <buffer> <silent> ;pp <p>
9733 </p>O
9734 inoremap <buffer> <silent> ;ol <ol>
9735 </ol>O
9736 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
9737 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
9738 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
9739 inoremap <buffer> <silent> ;lk <link href="">F"
9740 inoremap <buffer> <silent> ;li <li></li>F<
9741 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
9742 inoremap <buffer> <silent> ;ii <isindex>
9743 inoremap <buffer> <silent> ;in <ins></ins>F<
9744 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
9745 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
9746 inoremap <buffer> <silent> ;ht <html>
9747 </html>O
9748 inoremap <buffer> <silent> ;Hr <hr width="75%">
9749 inoremap <buffer> <silent> ;hr <hr>
9750 inoremap <buffer> <silent> ;he <head>
9751 </head>O
9752 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
9753 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
9754 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
9755 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
9756 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
9757 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
9758 inoremap <buffer> <silent> ;h6 <h6></h6>F<
9759 inoremap <buffer> <silent> ;h5 <h5></h5>F<
9760 inoremap <buffer> <silent> ;h4 <h4></h4>F<
9761 inoremap <buffer> <silent> ;h3 <h3></h3>F<
9762 inoremap <buffer> <silent> ;h2 <h2></h2>F<
9763 inoremap <buffer> <silent> ;h1 <h1></h1>F<
9764 inoremap <buffer> <silent> ;fc <font color=""></font>F"
9765 inoremap <buffer> <silent> ;fo <font size=""></font>F"
9766 inoremap <buffer> <silent> ;sn <span></span>F<
9767 inoremap <buffer> <silent> ;dv <div>
9768 </div>O
9769 inoremap <buffer> <silent> ;df <dfn></dfn>F<
9770 inoremap <buffer> <silent> ;de <del></del>F<
9771 inoremap <buffer> <silent> ;dd <dd></dd>F<
9772 inoremap <buffer> <silent> ;dt <dt></dt>F<
9773 inoremap <buffer> <silent> ;dl <dl>
9774 </dl>O
9775 inoremap <buffer> <silent> ;co <code></code>F<
9776 inoremap <buffer> <silent> ;ci <cite></cite>F<
9777 inoremap <buffer> <silent> ;ce <center></center>F<
9778 inoremap <buffer> <silent> ;br <br>
9779 inoremap <buffer> <silent> ;bd <body>
9780 </body>O
9781 inoremap <buffer> <silent> ;bl <blockquote>
9782 </blockquote>O
9783 inoremap <buffer> <silent> ;bi <big></big>F<
9784 inoremap <buffer> <silent> ;bh <base href="">F"
9785 inoremap <buffer> <silent> ;ad <address></address>F<
9786 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
9787 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
9788 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
9789 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
9790 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
9791 inoremap <buffer> <silent> ;an <a name=""></a>F"
9792 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
9793 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
9794 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
9795 inoremap <buffer> <silent> ;ah <a href=""></a>F"
9796 imap <buffer> <silent> ;s4 ;s4
9797 imap <buffer> <silent> ;4 ;4
9798 inoremap <buffer> <silent> ;mi :call MangleImageTag()
9799 inoremap <buffer> <silent> ; 
9800 inoremap <buffer> <silent> ;& &
9801 inoremap <buffer> <silent> ;; ;
9802 setlocal keymap=
9803 setlocal noarabic
9804 setlocal autoindent
9805 setlocal balloonexpr=
9806 setlocal nobinary
9807 setlocal bufhidden=
9808 setlocal buflisted
9809 setlocal buftype=
9810 setlocal nocindent
9811 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
9812 setlocal cinoptions=
9813 setlocal cinwords=if,else,while,do,for,switch
9814 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
9815 setlocal commentstring=<!--%s-->
9816 setlocal complete=.,w,b,u,t,i
9817 setlocal completefunc=
9818 setlocal nocopyindent
9819 setlocal nocursorcolumn
9820 setlocal nocursorline
9821 setlocal define=
9822 setlocal dictionary=
9823 setlocal nodiff
9824 setlocal equalprg=
9825 setlocal errorformat=
9826 setlocal noexpandtab
9827 if &filetype != 'html'
9828 setlocal filetype=html
9829 endif
9830 setlocal foldcolumn=0
9831 setlocal foldenable
9832 setlocal foldexpr=0
9833 setlocal foldignore=#
9834 setlocal foldlevel=0
9835 setlocal foldmarker={{{,}}}
9836 setlocal foldmethod=manual
9837 setlocal foldminlines=1
9838 setlocal foldnestmax=20
9839 setlocal foldtext=foldtext()
9840 setlocal formatexpr=
9841 setlocal formatoptions=tcq
9842 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
9843 setlocal grepprg=
9844 setlocal iminsert=2
9845 setlocal imsearch=2
9846 setlocal include=
9847 setlocal includeexpr=
9848 setlocal indentexpr=
9849 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
9850 setlocal noinfercase
9851 setlocal iskeyword=@,48-57,_,192-255
9852 setlocal keywordprg=
9853 setlocal nolinebreak
9854 setlocal nolisp
9855 setlocal nolist
9856 setlocal makeprg=
9857 setlocal matchpairs=(:),{:},[:],<:>
9858 setlocal nomodeline
9859 setlocal modifiable
9860 setlocal nrformats=octal,hex
9861 setlocal nonumber
9862 setlocal numberwidth=4
9863 setlocal omnifunc=htmlcomplete#CompleteTags
9864 setlocal path=
9865 setlocal nopreserveindent
9866 setlocal nopreviewwindow
9867 setlocal quoteescape=\\
9868 setlocal noreadonly
9869 setlocal norightleft
9870 setlocal rightleftcmd=search
9871 setlocal noscrollbind
9872 setlocal shiftwidth=8
9873 setlocal noshortname
9874 setlocal nosmartindent
9875 setlocal softtabstop=0
9876 setlocal nospell
9877 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
9878 setlocal spellfile=
9879 setlocal spelllang=en
9880 setlocal statusline=
9881 setlocal suffixesadd=
9882 setlocal swapfile
9883 setlocal synmaxcol=3000
9884 if &syntax != 'html'
9885 setlocal syntax=html
9886 endif
9887 setlocal tabstop=2
9888 setlocal tags=
9889 setlocal textwidth=0
9890 setlocal thesaurus=
9891 setlocal nowinfixheight
9892 setlocal nowinfixwidth
9893 setlocal wrap
9894 setlocal wrapmargin=0
9895 silent! normal! zE
9896 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
9897 if s:l < 1 | let s:l = 1 | endif
9898 exe s:l
9899 normal! zt
9900 1
9901 normal! 0
9902 tabedit news.php
9903 set splitbelow splitright
9904 set nosplitbelow
9905 set nosplitright
9906 wincmd t
9907 set winheight=1 winwidth=1
9908 argglobal
9909 24argu
9910 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9911 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9912 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
9913 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
9914 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
9915 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
9916 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
9917 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
9918 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
9919 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
9920 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
9921 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
9922 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
9923 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
9924 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
9925 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
9926 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
9927 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
9928 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">')
9929 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">')
9930 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
9931 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
9932 nnoremap <buffer> <silent> ; 
9933 nnoremap <buffer> <silent> ;; ;
9934 vnoremap <buffer> <silent> ;; ;
9935 onoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
9936 :nohls
9937 nnoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
9938 :nohls
9939 onoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
9940 :nohls
9941 nnoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
9942 :nohls
9943 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
9944 inoremap <buffer> <silent> &hA &hArr;
9945 inoremap <buffer> <silent> &dA &dArr;
9946 inoremap <buffer> <silent> &rA &rArr;
9947 inoremap <buffer> <silent> &uA &uArr;
9948 inoremap <buffer> <silent> &lA &lArr;
9949 inoremap <buffer> <silent> &ha &harr;
9950 inoremap <buffer> <silent> &da &darr;
9951 inoremap <buffer> <silent> &ra &rarr;
9952 inoremap <buffer> <silent> &ua &uarr;
9953 inoremap <buffer> <silent> &la &larr;
9954 inoremap <buffer> <silent> &pv &piv;
9955 inoremap <buffer> <silent> &uh &upsih;
9956 inoremap <buffer> <silent> &ts &thetasym;
9957 inoremap <buffer> <silent> &og &omega;
9958 inoremap <buffer> <silent> &ps &psi;
9959 inoremap <buffer> <silent> &ch &chi;
9960 inoremap <buffer> <silent> &ph &phi;
9961 inoremap <buffer> <silent> &up &upsilon;
9962 inoremap <buffer> <silent> &ta &tau;
9963 inoremap <buffer> <silent> &sf &sigmaf;
9964 inoremap <buffer> <silent> &si &sigma;
9965 inoremap <buffer> <silent> &rh &rho;
9966 inoremap <buffer> <silent> &pi &pi;
9967 inoremap <buffer> <silent> &oc &omicron;
9968 inoremap <buffer> <silent> &xi &xi;
9969 inoremap <buffer> <silent> &nu &nu;
9970 inoremap <buffer> <silent> &mu &mu;
9971 inoremap <buffer> <silent> &lm &lambda;
9972 inoremap <buffer> <silent> &ka &kappa;
9973 inoremap <buffer> <silent> &io &iota;
9974 inoremap <buffer> <silent> &th &theta;
9975 inoremap <buffer> <silent> &et &eta;
9976 inoremap <buffer> <silent> &ze &zeta;
9977 inoremap <buffer> <silent> &ep &epsilon;
9978 inoremap <buffer> <silent> &de &delta;
9979 inoremap <buffer> <silent> &ga &gamma;
9980 inoremap <buffer> <silent> &be &beta;
9981 inoremap <buffer> <silent> &al &alpha;
9982 inoremap <buffer> <silent> &Ps &Psi;
9983 inoremap <buffer> <silent> &Ch &Chi;
9984 inoremap <buffer> <silent> &Ph &Phi;
9985 inoremap <buffer> <silent> &Up &Upsilon;
9986 inoremap <buffer> <silent> &Ta &Tau;
9987 inoremap <buffer> <silent> &Si &Sigma;
9988 inoremap <buffer> <silent> &Rh &Rho;
9989 inoremap <buffer> <silent> &Pi &Pi;
9990 inoremap <buffer> <silent> &Oc &Omicron;
9991 inoremap <buffer> <silent> &Xi &Xi;
9992 inoremap <buffer> <silent> &Nu &Nu;
9993 inoremap <buffer> <silent> &Mu &Mu;
9994 inoremap <buffer> <silent> &Lm &Lambda;
9995 inoremap <buffer> <silent> &Ka &Kappa;
9996 inoremap <buffer> <silent> &Io &Iota;
9997 inoremap <buffer> <silent> &Th &Theta;
9998 inoremap <buffer> <silent> &Et &Eta;
9999 inoremap <buffer> <silent> &Ze &Zeta;
10000 inoremap <buffer> <silent> &Ep &Epsilon;
10001 inoremap <buffer> <silent> &De &Delta;
10002 inoremap <buffer> <silent> &Ga &Gamma;
10003 inoremap <buffer> <silent> &Be &Beta;
10004 inoremap <buffer> <silent> &Al &Alpha;
10005 inoremap <buffer> <silent> &3. &hellip;
10006 inoremap <buffer> <silent> &-- &mdash;
10007 inoremap <buffer> <silent> &3- &mdash;
10008 inoremap <buffer> <silent> &m- &mdash;
10009 inoremap <buffer> <silent> &2- &ndash;
10010 inoremap <buffer> <silent> &n- &ndash;
10011 inoremap <buffer> <silent> &34 &frac34;
10012 inoremap <buffer> <silent> &12 &frac12;
10013 inoremap <buffer> <silent> &14 &frac14;
10014 inoremap <buffer> <silent> &. &middot;
10015 inoremap <buffer> <silent> &pa &para;
10016 inoremap <buffer> <silent> &mi &micro;
10017 inoremap <buffer> <silent> &dg &deg;
10018 inoremap <buffer> <silent> &? &iquest;
10019 inoremap <buffer> <silent> &! &iexcl;
10020 inoremap <buffer> <silent> &sz &szlig;
10021 inoremap <buffer> <silent> &o/ &oslash;
10022 inoremap <buffer> <silent> &/ &divide;
10023 inoremap <buffer> <silent> &" &uml;
10024 inoremap <buffer> <silent> &2> &raquo;
10025 inoremap <buffer> <silent> &2< &laquo;
10026 inoremap <buffer> <silent> &y" &yuml;
10027 inoremap <buffer> <silent> &y' &yacute;
10028 inoremap <buffer> <silent> &u" &uuml;
10029 inoremap <buffer> <silent> &u^ &ucirc;
10030 inoremap <buffer> <silent> &u' &uacute;
10031 inoremap <buffer> <silent> &u` &ugrave;
10032 inoremap <buffer> <silent> &x &times;
10033 inoremap <buffer> <silent> &o" &ouml;
10034 inoremap <buffer> <silent> &o~ &otilde;
10035 inoremap <buffer> <silent> &o^ &ocirc;
10036 inoremap <buffer> <silent> &o' &oacute;
10037 inoremap <buffer> <silent> &o` &ograve;
10038 inoremap <buffer> <silent> &n~ &ntilde;
10039 inoremap <buffer> <silent> &i" &iuml;
10040 inoremap <buffer> <silent> &i^ &icirc;
10041 inoremap <buffer> <silent> &i' &iacute;
10042 inoremap <buffer> <silent> &i` &igrave;
10043 inoremap <buffer> <silent> &e" &euml;
10044 inoremap <buffer> <silent> &e^ &ecirc;
10045 inoremap <buffer> <silent> &e' &eacute;
10046 inoremap <buffer> <silent> &e` &egrave;
10047 inoremap <buffer> <silent> &c, &ccedil;
10048 inoremap <buffer> <silent> &ae &aelig;
10049 inoremap <buffer> <silent> &ao &aring;
10050 inoremap <buffer> <silent> &a" &auml;
10051 inoremap <buffer> <silent> &a~ &atilde;
10052 inoremap <buffer> <silent> &a^ &acirc;
10053 inoremap <buffer> <silent> &a' &aacute;
10054 inoremap <buffer> <silent> &a` &agrave;
10055 inoremap <buffer> <silent> &Y' &Yacute;
10056 inoremap <buffer> <silent> &U" &Uuml;
10057 inoremap <buffer> <silent> &U^ &Ucirc;
10058 inoremap <buffer> <silent> &U' &Uacute;
10059 inoremap <buffer> <silent> &U` &Ugrave;
10060 inoremap <buffer> <silent> &O/ &Oslash;
10061 inoremap <buffer> <silent> &O" &Ouml;
10062 inoremap <buffer> <silent> &O~ &Otilde;
10063 inoremap <buffer> <silent> &O^ &Ocirc;
10064 inoremap <buffer> <silent> &O' &Oacute;
10065 inoremap <buffer> <silent> &O` &Ograve;
10066 inoremap <buffer> <silent> &N~ &Ntilde;
10067 inoremap <buffer> <silent> &I" &Iuml;
10068 inoremap <buffer> <silent> &I^ &Icirc;
10069 inoremap <buffer> <silent> &I' &Iacute;
10070 inoremap <buffer> <silent> &I` &Igrave;
10071 inoremap <buffer> <silent> &E" &Euml;
10072 inoremap <buffer> <silent> &E^ &Ecirc;
10073 inoremap <buffer> <silent> &E' &Eacute;
10074 inoremap <buffer> <silent> &E` &Egrave;
10075 inoremap <buffer> <silent> &C, &Ccedil;
10076 inoremap <buffer> <silent> &AE &AElig;
10077 inoremap <buffer> <silent> &Ao &Aring;
10078 inoremap <buffer> <silent> &A" &Auml;
10079 inoremap <buffer> <silent> &A~ &Atilde;
10080 inoremap <buffer> <silent> &A^ &Acirc;
10081 inoremap <buffer> <silent> &A' &Aacute;
10082 inoremap <buffer> <silent> &A` &Agrave;
10083 inoremap <buffer> <silent> &c| &cent;
10084 inoremap <buffer> <silent> &Y= &yen;
10085 inoremap <buffer> <silent> &# &pound;
10086 inoremap <buffer> <silent> & &nbsp;
10087 inoremap <buffer> <silent> &> &gt;
10088 inoremap <buffer> <silent> &< &lt;
10089 inoremap <buffer> <silent> &' &quot;
10090 inoremap <buffer> <silent> &tm &trade;
10091 inoremap <buffer> <silent> &rO &reg;
10092 inoremap <buffer> <silent> &cO &copy;
10093 inoremap <buffer> <silent> && &amp;
10094 inoremap <buffer> <silent> ; &nbsp;
10095 inoremap <buffer> <silent> ;la <label for=""></label>F"
10096 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
10097 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
10098 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
10099 </textarea>k$5F"i
10100 inoremap <buffer> <silent> ;og <optgroup label="">
10101 </optgroup>k$F"i
10102 inoremap <buffer> <silent> ;op <option></option>F<
10103 inoremap <buffer> <silent> ;ms <select name="" multiple>
10104 </select>O
10105 inoremap <buffer> <silent> ;se <select name="">
10106 </select>O
10107 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
10108 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
10109 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
10110 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
10111 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
10112 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
10113 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
10114 inoremap <buffer> <silent> ;fm <form action="">
10115 </form>k$F"i
10116 inoremap <buffer> <silent> ;if <iframe src="">
10117 </iframe>k$F"i
10118 inoremap <buffer> <silent> ;nf <noframes>
10119 </noframes>O
10120 inoremap <buffer> <silent> ;fr <frame src="">F"
10121 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
10122 </frameset>k$3F"i
10123 inoremap <buffer> <silent> ;th <th></th>F<
10124 inoremap <buffer> <silent> ;td <td>
10125 </td>O
10126 inoremap <buffer> <silent> ;tr <tr>
10127 </tr>O
10128 inoremap <buffer> <silent> ;tf <tfoot>
10129 </tfoot>O
10130 inoremap <buffer> <silent> ;tb <tbody>
10131 </tbody>O
10132 inoremap <buffer> <silent> ;tH <thead>
10133 </thead>O
10134 inoremap <buffer> <silent> ;ta <table>
10135 </table>O
10136 inoremap <buffer> <silent> ;ca <caption></caption>F<
10137 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
10138 </object>k$5F"i
10139 inoremap <buffer> <silent> ;ns <noscript>
10140 </noscripT>O
10141 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
10142 <noembed></noembed>k$5F"i
10143 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
10144 inoremap <buffer> <silent> ;va <var></var>F<
10145 inoremap <buffer> <silent> ;ul <ul>
10146 </ul>O
10147 inoremap <buffer> <silent> ;tt <tt></tt>F<
10148 inoremap <buffer> <silent> ;ti <title></title>F<
10149 inoremap <buffer> <silent> ;sp <sup></sup>F<
10150 inoremap <buffer> <silent> ;sb <sub></sub>F<
10151 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
10152 inoremap <buffer> <silent> ;cs <style type="text/css">
10153 <!--
10154 -->
10155 </style>kO
10156 inoremap <buffer> <silent> ;sm <small></small>F<
10157 inoremap <buffer> <silent> ;sa <samp></samp>F<
10158 inoremap <buffer> <silent> ;sk <strike></strike>F<
10159 inoremap <buffer> <silent> ;qu <q></q>F<
10160 inoremap <buffer> <silent> ;pr <pre>
10161 </pre>O
10162 inoremap <buffer> <silent> ;/p </p>
10163 
10164 <p>
10165 inoremap <buffer> <silent> ;pp <p>
10166 </p>O
10167 inoremap <buffer> <silent> ;ol <ol>
10168 </ol>O
10169 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
10170 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
10171 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
10172 inoremap <buffer> <silent> ;lk <link href="">F"
10173 inoremap <buffer> <silent> ;li <li></li>F<
10174 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
10175 inoremap <buffer> <silent> ;ii <isindex>
10176 inoremap <buffer> <silent> ;in <ins></ins>F<
10177 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
10178 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
10179 inoremap <buffer> <silent> ;ht <html>
10180 </html>O
10181 inoremap <buffer> <silent> ;Hr <hr width="75%">
10182 inoremap <buffer> <silent> ;hr <hr>
10183 inoremap <buffer> <silent> ;he <head>
10184 </head>O
10185 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
10186 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
10187 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
10188 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
10189 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
10190 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
10191 inoremap <buffer> <silent> ;h6 <h6></h6>F<
10192 inoremap <buffer> <silent> ;h5 <h5></h5>F<
10193 inoremap <buffer> <silent> ;h4 <h4></h4>F<
10194 inoremap <buffer> <silent> ;h3 <h3></h3>F<
10195 inoremap <buffer> <silent> ;h2 <h2></h2>F<
10196 inoremap <buffer> <silent> ;h1 <h1></h1>F<
10197 inoremap <buffer> <silent> ;fc <font color=""></font>F"
10198 inoremap <buffer> <silent> ;fo <font size=""></font>F"
10199 inoremap <buffer> <silent> ;sn <span></span>F<
10200 inoremap <buffer> <silent> ;dv <div>
10201 </div>O
10202 inoremap <buffer> <silent> ;df <dfn></dfn>F<
10203 inoremap <buffer> <silent> ;de <del></del>F<
10204 inoremap <buffer> <silent> ;dd <dd></dd>F<
10205 inoremap <buffer> <silent> ;dt <dt></dt>F<
10206 inoremap <buffer> <silent> ;dl <dl>
10207 </dl>O
10208 inoremap <buffer> <silent> ;co <code></code>F<
10209 inoremap <buffer> <silent> ;ci <cite></cite>F<
10210 inoremap <buffer> <silent> ;ce <center></center>F<
10211 inoremap <buffer> <silent> ;br <br>
10212 inoremap <buffer> <silent> ;bd <body>
10213 </body>O
10214 inoremap <buffer> <silent> ;bl <blockquote>
10215 </blockquote>O
10216 inoremap <buffer> <silent> ;bi <big></big>F<
10217 inoremap <buffer> <silent> ;bh <base href="">F"
10218 inoremap <buffer> <silent> ;ad <address></address>F<
10219 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
10220 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
10221 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
10222 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
10223 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
10224 inoremap <buffer> <silent> ;an <a name=""></a>F"
10225 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
10226 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
10227 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
10228 inoremap <buffer> <silent> ;ah <a href=""></a>F"
10229 imap <buffer> <silent> ;s4 ;s4
10230 imap <buffer> <silent> ;4 ;4
10231 inoremap <buffer> <silent> ;mi :call MangleImageTag()
10232 inoremap <buffer> <silent> ; 
10233 inoremap <buffer> <silent> ;& &
10234 inoremap <buffer> <silent> ;; ;
10235 setlocal keymap=
10236 setlocal noarabic
10237 setlocal autoindent
10238 setlocal balloonexpr=
10239 setlocal nobinary
10240 setlocal bufhidden=
10241 setlocal buflisted
10242 setlocal buftype=
10243 setlocal nocindent
10244 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10245 setlocal cinoptions=
10246 setlocal cinwords=if,else,while,do,for,switch
10247 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
10248 setlocal commentstring=/*%s*/
10249 setlocal complete=.,w,b,u,t,i
10250 setlocal completefunc=
10251 setlocal nocopyindent
10252 setlocal nocursorcolumn
10253 setlocal nocursorline
10254 setlocal define=
10255 setlocal dictionary=
10256 setlocal nodiff
10257 setlocal equalprg=
10258 setlocal errorformat=
10259 setlocal noexpandtab
10260 if &filetype != 'php'
10261 setlocal filetype=php
10262 endif
10263 setlocal foldcolumn=0
10264 setlocal foldenable
10265 setlocal foldexpr=0
10266 setlocal foldignore=#
10267 setlocal foldlevel=0
10268 setlocal foldmarker={{{,}}}
10269 setlocal foldmethod=manual
10270 setlocal foldminlines=1
10271 setlocal foldnestmax=20
10272 setlocal foldtext=foldtext()
10273 setlocal formatexpr=
10274 setlocal formatoptions=tcq
10275 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
10276 setlocal grepprg=
10277 setlocal iminsert=2
10278 setlocal imsearch=2
10279 setlocal include=\\(require\\|include\\)\\(_once\\)\\?
10280 setlocal includeexpr=
10281 setlocal indentexpr=
10282 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
10283 setlocal noinfercase
10284 setlocal iskeyword=@,48-57,_,192-255
10285 setlocal keywordprg=
10286 setlocal nolinebreak
10287 setlocal nolisp
10288 setlocal nolist
10289 setlocal makeprg=
10290 setlocal matchpairs=(:),{:},[:],<:>
10291 setlocal nomodeline
10292 setlocal modifiable
10293 setlocal nrformats=octal,hex
10294 setlocal nonumber
10295 setlocal numberwidth=4
10296 setlocal omnifunc=phpcomplete#CompletePHP
10297 setlocal path=
10298 setlocal nopreserveindent
10299 setlocal nopreviewwindow
10300 setlocal quoteescape=\\
10301 setlocal noreadonly
10302 setlocal norightleft
10303 setlocal rightleftcmd=search
10304 setlocal noscrollbind
10305 setlocal shiftwidth=8
10306 setlocal noshortname
10307 setlocal nosmartindent
10308 setlocal softtabstop=0
10309 setlocal nospell
10310 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
10311 setlocal spellfile=
10312 setlocal spelllang=en
10313 setlocal statusline=
10314 setlocal suffixesadd=
10315 setlocal swapfile
10316 setlocal synmaxcol=3000
10317 if &syntax != 'php'
10318 setlocal syntax=php
10319 endif
10320 setlocal tabstop=2
10321 setlocal tags=
10322 setlocal textwidth=0
10323 setlocal thesaurus=
10324 setlocal nowinfixheight
10325 setlocal nowinfixwidth
10326 setlocal wrap
10327 setlocal wrapmargin=0
10328 silent! normal! zE
10329 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
10330 if s:l < 1 | let s:l = 1 | endif
10331 exe s:l
10332 normal! zt
10333 1
10334 normal! 0
10335 tabedit printable.php
10336 set splitbelow splitright
10337 set nosplitbelow
10338 set nosplitright
10339 wincmd t
10340 set winheight=1 winwidth=1
10341 argglobal
10342 26argu
10343 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
10344 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
10345 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
10346 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
10347 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
10348 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
10349 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
10350 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
10351 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
10352 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
10353 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
10354 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
10355 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
10356 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
10357 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
10358 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
10359 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
10360 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
10361 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">')
10362 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">')
10363 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
10364 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
10365 nnoremap <buffer> <silent> ; 
10366 nnoremap <buffer> <silent> ;; ;
10367 vnoremap <buffer> <silent> ;; ;
10368 onoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
10369 :nohls
10370 nnoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
10371 :nohls
10372 onoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
10373 :nohls
10374 nnoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
10375 :nohls
10376 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
10377 inoremap <buffer> <silent> &hA &hArr;
10378 inoremap <buffer> <silent> &dA &dArr;
10379 inoremap <buffer> <silent> &rA &rArr;
10380 inoremap <buffer> <silent> &uA &uArr;
10381 inoremap <buffer> <silent> &lA &lArr;
10382 inoremap <buffer> <silent> &ha &harr;
10383 inoremap <buffer> <silent> &da &darr;
10384 inoremap <buffer> <silent> &ra &rarr;
10385 inoremap <buffer> <silent> &ua &uarr;
10386 inoremap <buffer> <silent> &la &larr;
10387 inoremap <buffer> <silent> &pv &piv;
10388 inoremap <buffer> <silent> &uh &upsih;
10389 inoremap <buffer> <silent> &ts &thetasym;
10390 inoremap <buffer> <silent> &og &omega;
10391 inoremap <buffer> <silent> &ps &psi;
10392 inoremap <buffer> <silent> &ch &chi;
10393 inoremap <buffer> <silent> &ph &phi;
10394 inoremap <buffer> <silent> &up &upsilon;
10395 inoremap <buffer> <silent> &ta &tau;
10396 inoremap <buffer> <silent> &sf &sigmaf;
10397 inoremap <buffer> <silent> &si &sigma;
10398 inoremap <buffer> <silent> &rh &rho;
10399 inoremap <buffer> <silent> &pi &pi;
10400 inoremap <buffer> <silent> &oc &omicron;
10401 inoremap <buffer> <silent> &xi &xi;
10402 inoremap <buffer> <silent> &nu &nu;
10403 inoremap <buffer> <silent> &mu &mu;
10404 inoremap <buffer> <silent> &lm &lambda;
10405 inoremap <buffer> <silent> &ka &kappa;
10406 inoremap <buffer> <silent> &io &iota;
10407 inoremap <buffer> <silent> &th &theta;
10408 inoremap <buffer> <silent> &et &eta;
10409 inoremap <buffer> <silent> &ze &zeta;
10410 inoremap <buffer> <silent> &ep &epsilon;
10411 inoremap <buffer> <silent> &de &delta;
10412 inoremap <buffer> <silent> &ga &gamma;
10413 inoremap <buffer> <silent> &be &beta;
10414 inoremap <buffer> <silent> &al &alpha;
10415 inoremap <buffer> <silent> &Ps &Psi;
10416 inoremap <buffer> <silent> &Ch &Chi;
10417 inoremap <buffer> <silent> &Ph &Phi;
10418 inoremap <buffer> <silent> &Up &Upsilon;
10419 inoremap <buffer> <silent> &Ta &Tau;
10420 inoremap <buffer> <silent> &Si &Sigma;
10421 inoremap <buffer> <silent> &Rh &Rho;
10422 inoremap <buffer> <silent> &Pi &Pi;
10423 inoremap <buffer> <silent> &Oc &Omicron;
10424 inoremap <buffer> <silent> &Xi &Xi;
10425 inoremap <buffer> <silent> &Nu &Nu;
10426 inoremap <buffer> <silent> &Mu &Mu;
10427 inoremap <buffer> <silent> &Lm &Lambda;
10428 inoremap <buffer> <silent> &Ka &Kappa;
10429 inoremap <buffer> <silent> &Io &Iota;
10430 inoremap <buffer> <silent> &Th &Theta;
10431 inoremap <buffer> <silent> &Et &Eta;
10432 inoremap <buffer> <silent> &Ze &Zeta;
10433 inoremap <buffer> <silent> &Ep &Epsilon;
10434 inoremap <buffer> <silent> &De &Delta;
10435 inoremap <buffer> <silent> &Ga &Gamma;
10436 inoremap <buffer> <silent> &Be &Beta;
10437 inoremap <buffer> <silent> &Al &Alpha;
10438 inoremap <buffer> <silent> &3. &hellip;
10439 inoremap <buffer> <silent> &-- &mdash;
10440 inoremap <buffer> <silent> &3- &mdash;
10441 inoremap <buffer> <silent> &m- &mdash;
10442 inoremap <buffer> <silent> &2- &ndash;
10443 inoremap <buffer> <silent> &n- &ndash;
10444 inoremap <buffer> <silent> &34 &frac34;
10445 inoremap <buffer> <silent> &12 &frac12;
10446 inoremap <buffer> <silent> &14 &frac14;
10447 inoremap <buffer> <silent> &. &middot;
10448 inoremap <buffer> <silent> &pa &para;
10449 inoremap <buffer> <silent> &mi &micro;
10450 inoremap <buffer> <silent> &dg &deg;
10451 inoremap <buffer> <silent> &? &iquest;
10452 inoremap <buffer> <silent> &! &iexcl;
10453 inoremap <buffer> <silent> &sz &szlig;
10454 inoremap <buffer> <silent> &o/ &oslash;
10455 inoremap <buffer> <silent> &/ &divide;
10456 inoremap <buffer> <silent> &" &uml;
10457 inoremap <buffer> <silent> &2> &raquo;
10458 inoremap <buffer> <silent> &2< &laquo;
10459 inoremap <buffer> <silent> &y" &yuml;
10460 inoremap <buffer> <silent> &y' &yacute;
10461 inoremap <buffer> <silent> &u" &uuml;
10462 inoremap <buffer> <silent> &u^ &ucirc;
10463 inoremap <buffer> <silent> &u' &uacute;
10464 inoremap <buffer> <silent> &u` &ugrave;
10465 inoremap <buffer> <silent> &x &times;
10466 inoremap <buffer> <silent> &o" &ouml;
10467 inoremap <buffer> <silent> &o~ &otilde;
10468 inoremap <buffer> <silent> &o^ &ocirc;
10469 inoremap <buffer> <silent> &o' &oacute;
10470 inoremap <buffer> <silent> &o` &ograve;
10471 inoremap <buffer> <silent> &n~ &ntilde;
10472 inoremap <buffer> <silent> &i" &iuml;
10473 inoremap <buffer> <silent> &i^ &icirc;
10474 inoremap <buffer> <silent> &i' &iacute;
10475 inoremap <buffer> <silent> &i` &igrave;
10476 inoremap <buffer> <silent> &e" &euml;
10477 inoremap <buffer> <silent> &e^ &ecirc;
10478 inoremap <buffer> <silent> &e' &eacute;
10479 inoremap <buffer> <silent> &e` &egrave;
10480 inoremap <buffer> <silent> &c, &ccedil;
10481 inoremap <buffer> <silent> &ae &aelig;
10482 inoremap <buffer> <silent> &ao &aring;
10483 inoremap <buffer> <silent> &a" &auml;
10484 inoremap <buffer> <silent> &a~ &atilde;
10485 inoremap <buffer> <silent> &a^ &acirc;
10486 inoremap <buffer> <silent> &a' &aacute;
10487 inoremap <buffer> <silent> &a` &agrave;
10488 inoremap <buffer> <silent> &Y' &Yacute;
10489 inoremap <buffer> <silent> &U" &Uuml;
10490 inoremap <buffer> <silent> &U^ &Ucirc;
10491 inoremap <buffer> <silent> &U' &Uacute;
10492 inoremap <buffer> <silent> &U` &Ugrave;
10493 inoremap <buffer> <silent> &O/ &Oslash;
10494 inoremap <buffer> <silent> &O" &Ouml;
10495 inoremap <buffer> <silent> &O~ &Otilde;
10496 inoremap <buffer> <silent> &O^ &Ocirc;
10497 inoremap <buffer> <silent> &O' &Oacute;
10498 inoremap <buffer> <silent> &O` &Ograve;
10499 inoremap <buffer> <silent> &N~ &Ntilde;
10500 inoremap <buffer> <silent> &I" &Iuml;
10501 inoremap <buffer> <silent> &I^ &Icirc;
10502 inoremap <buffer> <silent> &I' &Iacute;
10503 inoremap <buffer> <silent> &I` &Igrave;
10504 inoremap <buffer> <silent> &E" &Euml;
10505 inoremap <buffer> <silent> &E^ &Ecirc;
10506 inoremap <buffer> <silent> &E' &Eacute;
10507 inoremap <buffer> <silent> &E` &Egrave;
10508 inoremap <buffer> <silent> &C, &Ccedil;
10509 inoremap <buffer> <silent> &AE &AElig;
10510 inoremap <buffer> <silent> &Ao &Aring;
10511 inoremap <buffer> <silent> &A" &Auml;
10512 inoremap <buffer> <silent> &A~ &Atilde;
10513 inoremap <buffer> <silent> &A^ &Acirc;
10514 inoremap <buffer> <silent> &A' &Aacute;
10515 inoremap <buffer> <silent> &A` &Agrave;
10516 inoremap <buffer> <silent> &c| &cent;
10517 inoremap <buffer> <silent> &Y= &yen;
10518 inoremap <buffer> <silent> &# &pound;
10519 inoremap <buffer> <silent> & &nbsp;
10520 inoremap <buffer> <silent> &> &gt;
10521 inoremap <buffer> <silent> &< &lt;
10522 inoremap <buffer> <silent> &' &quot;
10523 inoremap <buffer> <silent> &tm &trade;
10524 inoremap <buffer> <silent> &rO &reg;
10525 inoremap <buffer> <silent> &cO &copy;
10526 inoremap <buffer> <silent> && &amp;
10527 inoremap <buffer> <silent> ; &nbsp;
10528 inoremap <buffer> <silent> ;la <label for=""></label>F"
10529 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
10530 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
10531 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
10532 </textarea>k$5F"i
10533 inoremap <buffer> <silent> ;og <optgroup label="">
10534 </optgroup>k$F"i
10535 inoremap <buffer> <silent> ;op <option></option>F<
10536 inoremap <buffer> <silent> ;ms <select name="" multiple>
10537 </select>O
10538 inoremap <buffer> <silent> ;se <select name="">
10539 </select>O
10540 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
10541 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
10542 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
10543 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
10544 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
10545 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
10546 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
10547 inoremap <buffer> <silent> ;fm <form action="">
10548 </form>k$F"i
10549 inoremap <buffer> <silent> ;if <iframe src="">
10550 </iframe>k$F"i
10551 inoremap <buffer> <silent> ;nf <noframes>
10552 </noframes>O
10553 inoremap <buffer> <silent> ;fr <frame src="">F"
10554 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
10555 </frameset>k$3F"i
10556 inoremap <buffer> <silent> ;th <th></th>F<
10557 inoremap <buffer> <silent> ;td <td>
10558 </td>O
10559 inoremap <buffer> <silent> ;tr <tr>
10560 </tr>O
10561 inoremap <buffer> <silent> ;tf <tfoot>
10562 </tfoot>O
10563 inoremap <buffer> <silent> ;tb <tbody>
10564 </tbody>O
10565 inoremap <buffer> <silent> ;tH <thead>
10566 </thead>O
10567 inoremap <buffer> <silent> ;ta <table>
10568 </table>O
10569 inoremap <buffer> <silent> ;ca <caption></caption>F<
10570 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
10571 </object>k$5F"i
10572 inoremap <buffer> <silent> ;ns <noscript>
10573 </noscripT>O
10574 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
10575 <noembed></noembed>k$5F"i
10576 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
10577 inoremap <buffer> <silent> ;va <var></var>F<
10578 inoremap <buffer> <silent> ;ul <ul>
10579 </ul>O
10580 inoremap <buffer> <silent> ;tt <tt></tt>F<
10581 inoremap <buffer> <silent> ;ti <title></title>F<
10582 inoremap <buffer> <silent> ;sp <sup></sup>F<
10583 inoremap <buffer> <silent> ;sb <sub></sub>F<
10584 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
10585 inoremap <buffer> <silent> ;cs <style type="text/css">
10586 <!--
10587 -->
10588 </style>kO
10589 inoremap <buffer> <silent> ;sm <small></small>F<
10590 inoremap <buffer> <silent> ;sa <samp></samp>F<
10591 inoremap <buffer> <silent> ;sk <strike></strike>F<
10592 inoremap <buffer> <silent> ;qu <q></q>F<
10593 inoremap <buffer> <silent> ;pr <pre>
10594 </pre>O
10595 inoremap <buffer> <silent> ;/p </p>
10596 
10597 <p>
10598 inoremap <buffer> <silent> ;pp <p>
10599 </p>O
10600 inoremap <buffer> <silent> ;ol <ol>
10601 </ol>O
10602 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
10603 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
10604 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
10605 inoremap <buffer> <silent> ;lk <link href="">F"
10606 inoremap <buffer> <silent> ;li <li></li>F<
10607 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
10608 inoremap <buffer> <silent> ;ii <isindex>
10609 inoremap <buffer> <silent> ;in <ins></ins>F<
10610 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
10611 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
10612 inoremap <buffer> <silent> ;ht <html>
10613 </html>O
10614 inoremap <buffer> <silent> ;Hr <hr width="75%">
10615 inoremap <buffer> <silent> ;hr <hr>
10616 inoremap <buffer> <silent> ;he <head>
10617 </head>O
10618 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
10619 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
10620 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
10621 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
10622 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
10623 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
10624 inoremap <buffer> <silent> ;h6 <h6></h6>F<
10625 inoremap <buffer> <silent> ;h5 <h5></h5>F<
10626 inoremap <buffer> <silent> ;h4 <h4></h4>F<
10627 inoremap <buffer> <silent> ;h3 <h3></h3>F<
10628 inoremap <buffer> <silent> ;h2 <h2></h2>F<
10629 inoremap <buffer> <silent> ;h1 <h1></h1>F<
10630 inoremap <buffer> <silent> ;fc <font color=""></font>F"
10631 inoremap <buffer> <silent> ;fo <font size=""></font>F"
10632 inoremap <buffer> <silent> ;sn <span></span>F<
10633 inoremap <buffer> <silent> ;dv <div>
10634 </div>O
10635 inoremap <buffer> <silent> ;df <dfn></dfn>F<
10636 inoremap <buffer> <silent> ;de <del></del>F<
10637 inoremap <buffer> <silent> ;dd <dd></dd>F<
10638 inoremap <buffer> <silent> ;dt <dt></dt>F<
10639 inoremap <buffer> <silent> ;dl <dl>
10640 </dl>O
10641 inoremap <buffer> <silent> ;co <code></code>F<
10642 inoremap <buffer> <silent> ;ci <cite></cite>F<
10643 inoremap <buffer> <silent> ;ce <center></center>F<
10644 inoremap <buffer> <silent> ;br <br>
10645 inoremap <buffer> <silent> ;bd <body>
10646 </body>O
10647 inoremap <buffer> <silent> ;bl <blockquote>
10648 </blockquote>O
10649 inoremap <buffer> <silent> ;bi <big></big>F<
10650 inoremap <buffer> <silent> ;bh <base href="">F"
10651 inoremap <buffer> <silent> ;ad <address></address>F<
10652 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
10653 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
10654 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
10655 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
10656 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
10657 inoremap <buffer> <silent> ;an <a name=""></a>F"
10658 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
10659 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
10660 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
10661 inoremap <buffer> <silent> ;ah <a href=""></a>F"
10662 imap <buffer> <silent> ;s4 ;s4
10663 imap <buffer> <silent> ;4 ;4
10664 inoremap <buffer> <silent> ;mi :call MangleImageTag()
10665 inoremap <buffer> <silent> ; 
10666 inoremap <buffer> <silent> ;& &
10667 inoremap <buffer> <silent> ;; ;
10668 setlocal keymap=
10669 setlocal noarabic
10670 setlocal autoindent
10671 setlocal balloonexpr=
10672 setlocal nobinary
10673 setlocal bufhidden=
10674 setlocal buflisted
10675 setlocal buftype=
10676 setlocal nocindent
10677 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10678 setlocal cinoptions=
10679 setlocal cinwords=if,else,while,do,for,switch
10680 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
10681 setlocal commentstring=/*%s*/
10682 setlocal complete=.,w,b,u,t,i
10683 setlocal completefunc=
10684 setlocal nocopyindent
10685 setlocal nocursorcolumn
10686 setlocal nocursorline
10687 setlocal define=
10688 setlocal dictionary=
10689 setlocal nodiff
10690 setlocal equalprg=
10691 setlocal errorformat=
10692 setlocal noexpandtab
10693 if &filetype != 'php'
10694 setlocal filetype=php
10695 endif
10696 setlocal foldcolumn=0
10697 setlocal foldenable
10698 setlocal foldexpr=0
10699 setlocal foldignore=#
10700 setlocal foldlevel=0
10701 setlocal foldmarker={{{,}}}
10702 setlocal foldmethod=manual
10703 setlocal foldminlines=1
10704 setlocal foldnestmax=20
10705 setlocal foldtext=foldtext()
10706 setlocal formatexpr=
10707 setlocal formatoptions=tcq
10708 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
10709 setlocal grepprg=
10710 setlocal iminsert=2
10711 setlocal imsearch=2
10712 setlocal include=\\(require\\|include\\)\\(_once\\)\\?
10713 setlocal includeexpr=
10714 setlocal indentexpr=
10715 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
10716 setlocal noinfercase
10717 setlocal iskeyword=@,48-57,_,192-255
10718 setlocal keywordprg=
10719 setlocal nolinebreak
10720 setlocal nolisp
10721 setlocal nolist
10722 setlocal makeprg=
10723 setlocal matchpairs=(:),{:},[:],<:>
10724 setlocal nomodeline
10725 setlocal modifiable
10726 setlocal nrformats=octal,hex
10727 setlocal nonumber
10728 setlocal numberwidth=4
10729 setlocal omnifunc=phpcomplete#CompletePHP
10730 setlocal path=
10731 setlocal nopreserveindent
10732 setlocal nopreviewwindow
10733 setlocal quoteescape=\\
10734 setlocal noreadonly
10735 setlocal norightleft
10736 setlocal rightleftcmd=search
10737 setlocal noscrollbind
10738 setlocal shiftwidth=8
10739 setlocal noshortname
10740 setlocal nosmartindent
10741 setlocal softtabstop=0
10742 setlocal nospell
10743 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
10744 setlocal spellfile=
10745 setlocal spelllang=en
10746 setlocal statusline=
10747 setlocal suffixesadd=
10748 setlocal swapfile
10749 setlocal synmaxcol=3000
10750 if &syntax != 'php'
10751 setlocal syntax=php
10752 endif
10753 setlocal tabstop=2
10754 setlocal tags=
10755 setlocal textwidth=0
10756 setlocal thesaurus=
10757 setlocal nowinfixheight
10758 setlocal nowinfixwidth
10759 setlocal wrap
10760 setlocal wrapmargin=0
10761 silent! normal! zE
10762 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
10763 if s:l < 1 | let s:l = 1 | endif
10764 exe s:l
10765 normal! zt
10766 1
10767 normal! 0
10768 tabedit clonezilla-sysresccd.rss
10769 set splitbelow splitright
10770 set nosplitbelow
10771 set nosplitright
10772 wincmd t
10773 set winheight=1 winwidth=1
10774 argglobal
10775 27argu
10776 setlocal keymap=
10777 setlocal noarabic
10778 setlocal autoindent
10779 setlocal balloonexpr=
10780 setlocal nobinary
10781 setlocal bufhidden=
10782 setlocal buflisted
10783 setlocal buftype=
10784 setlocal nocindent
10785 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10786 setlocal cinoptions=
10787 setlocal cinwords=if,else,while,do,for,switch
10788 setlocal comments=s:<!--,m:\ \ \ \ \ ,e:-->
10789 setlocal commentstring=<!--%s-->
10790 setlocal complete=.,w,b,u,t,i
10791 setlocal completefunc=
10792 setlocal nocopyindent
10793 setlocal nocursorcolumn
10794 setlocal nocursorline
10795 setlocal define=
10796 setlocal dictionary=
10797 setlocal nodiff
10798 setlocal equalprg=
10799 setlocal errorformat=
10800 setlocal noexpandtab
10801 if &filetype != 'xml'
10802 setlocal filetype=xml
10803 endif
10804 setlocal foldcolumn=0
10805 setlocal foldenable
10806 setlocal foldexpr=0
10807 setlocal foldignore=#
10808 setlocal foldlevel=0
10809 setlocal foldmarker={{{,}}}
10810 setlocal foldmethod=manual
10811 setlocal foldminlines=1
10812 setlocal foldnestmax=20
10813 setlocal foldtext=foldtext()
10814 setlocal formatexpr=
10815 setlocal formatoptions=roqltc
10816 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
10817 setlocal grepprg=
10818 setlocal iminsert=2
10819 setlocal imsearch=2
10820 setlocal include=
10821 setlocal includeexpr=
10822 setlocal indentexpr=
10823 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
10824 setlocal noinfercase
10825 setlocal iskeyword=@,48-57,_,192-255
10826 setlocal keywordprg=
10827 setlocal nolinebreak
10828 setlocal nolisp
10829 setlocal nolist
10830 setlocal makeprg=
10831 setlocal matchpairs=(:),{:},[:]
10832 setlocal nomodeline
10833 setlocal modifiable
10834 setlocal nrformats=octal,hex
10835 setlocal nonumber
10836 setlocal numberwidth=4
10837 setlocal omnifunc=xmlcomplete#CompleteTags
10838 setlocal path=
10839 setlocal nopreserveindent
10840 setlocal nopreviewwindow
10841 setlocal quoteescape=\\
10842 setlocal noreadonly
10843 setlocal norightleft
10844 setlocal rightleftcmd=search
10845 setlocal noscrollbind
10846 setlocal shiftwidth=8
10847 setlocal noshortname
10848 setlocal nosmartindent
10849 setlocal softtabstop=0
10850 setlocal nospell
10851 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
10852 setlocal spellfile=
10853 setlocal spelllang=en
10854 setlocal statusline=
10855 setlocal suffixesadd=
10856 setlocal swapfile
10857 setlocal synmaxcol=3000
10858 if &syntax != 'xml'
10859 setlocal syntax=xml
10860 endif
10861 setlocal tabstop=2
10862 setlocal tags=
10863 setlocal textwidth=0
10864 setlocal thesaurus=
10865 setlocal nowinfixheight
10866 setlocal nowinfixwidth
10867 setlocal wrap
10868 setlocal wrapmargin=0
10869 silent! normal! zE
10870 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
10871 if s:l < 1 | let s:l = 1 | endif
10872 exe s:l
10873 normal! zt
10874 1
10875 normal! 0
10876 tabedit ../.htaccess
10877 set splitbelow splitright
10878 set nosplitbelow
10879 set nosplitright
10880 wincmd t
10881 set winheight=1 winwidth=1
10882 argglobal
10883 28argu
10884 setlocal keymap=
10885 setlocal noarabic
10886 setlocal autoindent
10887 setlocal balloonexpr=
10888 setlocal nobinary
10889 setlocal bufhidden=
10890 setlocal buflisted
10891 setlocal buftype=
10892 setlocal nocindent
10893 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10894 setlocal cinoptions=
10895 setlocal cinwords=if,else,while,do,for,switch
10896 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
10897 setlocal commentstring=/*%s*/
10898 setlocal complete=.,w,b,u,t,i
10899 setlocal completefunc=
10900 setlocal nocopyindent
10901 setlocal nocursorcolumn
10902 setlocal nocursorline
10903 setlocal define=
10904 setlocal dictionary=
10905 setlocal nodiff
10906 setlocal equalprg=
10907 setlocal errorformat=
10908 setlocal noexpandtab
10909 if &filetype != 'apache'
10910 setlocal filetype=apache
10911 endif
10912 setlocal foldcolumn=0
10913 setlocal foldenable
10914 setlocal foldexpr=0
10915 setlocal foldignore=#
10916 setlocal foldlevel=0
10917 setlocal foldmarker={{{,}}}
10918 setlocal foldmethod=manual
10919 setlocal foldminlines=1
10920 setlocal foldnestmax=20
10921 setlocal foldtext=foldtext()
10922 setlocal formatexpr=
10923 setlocal formatoptions=tcq
10924 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
10925 setlocal grepprg=
10926 setlocal iminsert=2
10927 setlocal imsearch=2
10928 setlocal include=
10929 setlocal includeexpr=
10930 setlocal indentexpr=
10931 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
10932 setlocal noinfercase
10933 setlocal iskeyword=@,48-57,_,192-255
10934 setlocal keywordprg=
10935 setlocal nolinebreak
10936 setlocal nolisp
10937 setlocal nolist
10938 setlocal makeprg=
10939 setlocal matchpairs=(:),{:},[:]
10940 setlocal nomodeline
10941 setlocal modifiable
10942 setlocal nrformats=octal,hex
10943 setlocal nonumber
10944 setlocal numberwidth=4
10945 setlocal omnifunc=
10946 setlocal path=
10947 setlocal nopreserveindent
10948 setlocal nopreviewwindow
10949 setlocal quoteescape=\\
10950 setlocal noreadonly
10951 setlocal norightleft
10952 setlocal rightleftcmd=search
10953 setlocal noscrollbind
10954 setlocal shiftwidth=8
10955 setlocal noshortname
10956 setlocal nosmartindent
10957 setlocal softtabstop=0
10958 setlocal nospell
10959 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
10960 setlocal spellfile=
10961 setlocal spelllang=en
10962 setlocal statusline=
10963 setlocal suffixesadd=
10964 setlocal swapfile
10965 setlocal synmaxcol=3000
10966 if &syntax != 'apache'
10967 setlocal syntax=apache
10968 endif
10969 setlocal tabstop=2
10970 setlocal tags=
10971 setlocal textwidth=0
10972 setlocal thesaurus=
10973 setlocal nowinfixheight
10974 setlocal nowinfixwidth
10975 setlocal wrap
10976 setlocal wrapmargin=0
10977 silent! normal! zE
10978 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
10979 if s:l < 1 | let s:l = 1 | endif
10980 exe s:l
10981 normal! zt
10982 1
10983 normal! 0
10984 tabedit .404.html
10985 set splitbelow splitright
10986 set nosplitbelow
10987 set nosplitright
10988 wincmd t
10989 set winheight=1 winwidth=1
10990 argglobal
10991 29argu
10992 edit .404.html
10993 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
10994 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
10995 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
10996 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
10997 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
10998 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
10999 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
11000 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
11001 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
11002 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
11003 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
11004 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
11005 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
11006 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
11007 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
11008 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
11009 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
11010 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
11011 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">')
11012 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">')
11013 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
11014 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
11015 nnoremap <buffer> <silent> ; 
11016 nnoremap <buffer> <silent> ;; ;
11017 vnoremap <buffer> <silent> ;; ;
11018 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
11019 inoremap <buffer> <silent> &hA &hArr;
11020 inoremap <buffer> <silent> &dA &dArr;
11021 inoremap <buffer> <silent> &rA &rArr;
11022 inoremap <buffer> <silent> &uA &uArr;
11023 inoremap <buffer> <silent> &lA &lArr;
11024 inoremap <buffer> <silent> &ha &harr;
11025 inoremap <buffer> <silent> &da &darr;
11026 inoremap <buffer> <silent> &ra &rarr;
11027 inoremap <buffer> <silent> &ua &uarr;
11028 inoremap <buffer> <silent> &la &larr;
11029 inoremap <buffer> <silent> &pv &piv;
11030 inoremap <buffer> <silent> &uh &upsih;
11031 inoremap <buffer> <silent> &ts &thetasym;
11032 inoremap <buffer> <silent> &og &omega;
11033 inoremap <buffer> <silent> &ps &psi;
11034 inoremap <buffer> <silent> &ch &chi;
11035 inoremap <buffer> <silent> &ph &phi;
11036 inoremap <buffer> <silent> &up &upsilon;
11037 inoremap <buffer> <silent> &ta &tau;
11038 inoremap <buffer> <silent> &sf &sigmaf;
11039 inoremap <buffer> <silent> &si &sigma;
11040 inoremap <buffer> <silent> &rh &rho;
11041 inoremap <buffer> <silent> &pi &pi;
11042 inoremap <buffer> <silent> &oc &omicron;
11043 inoremap <buffer> <silent> &xi &xi;
11044 inoremap <buffer> <silent> &nu &nu;
11045 inoremap <buffer> <silent> &mu &mu;
11046 inoremap <buffer> <silent> &lm &lambda;
11047 inoremap <buffer> <silent> &ka &kappa;
11048 inoremap <buffer> <silent> &io &iota;
11049 inoremap <buffer> <silent> &th &theta;
11050 inoremap <buffer> <silent> &et &eta;
11051 inoremap <buffer> <silent> &ze &zeta;
11052 inoremap <buffer> <silent> &ep &epsilon;
11053 inoremap <buffer> <silent> &de &delta;
11054 inoremap <buffer> <silent> &ga &gamma;
11055 inoremap <buffer> <silent> &be &beta;
11056 inoremap <buffer> <silent> &al &alpha;
11057 inoremap <buffer> <silent> &Ps &Psi;
11058 inoremap <buffer> <silent> &Ch &Chi;
11059 inoremap <buffer> <silent> &Ph &Phi;
11060 inoremap <buffer> <silent> &Up &Upsilon;
11061 inoremap <buffer> <silent> &Ta &Tau;
11062 inoremap <buffer> <silent> &Si &Sigma;
11063 inoremap <buffer> <silent> &Rh &Rho;
11064 inoremap <buffer> <silent> &Pi &Pi;
11065 inoremap <buffer> <silent> &Oc &Omicron;
11066 inoremap <buffer> <silent> &Xi &Xi;
11067 inoremap <buffer> <silent> &Nu &Nu;
11068 inoremap <buffer> <silent> &Mu &Mu;
11069 inoremap <buffer> <silent> &Lm &Lambda;
11070 inoremap <buffer> <silent> &Ka &Kappa;
11071 inoremap <buffer> <silent> &Io &Iota;
11072 inoremap <buffer> <silent> &Th &Theta;
11073 inoremap <buffer> <silent> &Et &Eta;
11074 inoremap <buffer> <silent> &Ze &Zeta;
11075 inoremap <buffer> <silent> &Ep &Epsilon;
11076 inoremap <buffer> <silent> &De &Delta;
11077 inoremap <buffer> <silent> &Ga &Gamma;
11078 inoremap <buffer> <silent> &Be &Beta;
11079 inoremap <buffer> <silent> &Al &Alpha;
11080 inoremap <buffer> <silent> &3. &hellip;
11081 inoremap <buffer> <silent> &-- &mdash;
11082 inoremap <buffer> <silent> &3- &mdash;
11083 inoremap <buffer> <silent> &m- &mdash;
11084 inoremap <buffer> <silent> &2- &ndash;
11085 inoremap <buffer> <silent> &n- &ndash;
11086 inoremap <buffer> <silent> &34 &frac34;
11087 inoremap <buffer> <silent> &12 &frac12;
11088 inoremap <buffer> <silent> &14 &frac14;
11089 inoremap <buffer> <silent> &. &middot;
11090 inoremap <buffer> <silent> &pa &para;
11091 inoremap <buffer> <silent> &mi &micro;
11092 inoremap <buffer> <silent> &dg &deg;
11093 inoremap <buffer> <silent> &? &iquest;
11094 inoremap <buffer> <silent> &! &iexcl;
11095 inoremap <buffer> <silent> &sz &szlig;
11096 inoremap <buffer> <silent> &o/ &oslash;
11097 inoremap <buffer> <silent> &/ &divide;
11098 inoremap <buffer> <silent> &" &uml;
11099 inoremap <buffer> <silent> &2> &raquo;
11100 inoremap <buffer> <silent> &2< &laquo;
11101 inoremap <buffer> <silent> &y" &yuml;
11102 inoremap <buffer> <silent> &y' &yacute;
11103 inoremap <buffer> <silent> &u" &uuml;
11104 inoremap <buffer> <silent> &u^ &ucirc;
11105 inoremap <buffer> <silent> &u' &uacute;
11106 inoremap <buffer> <silent> &u` &ugrave;
11107 inoremap <buffer> <silent> &x &times;
11108 inoremap <buffer> <silent> &o" &ouml;
11109 inoremap <buffer> <silent> &o~ &otilde;
11110 inoremap <buffer> <silent> &o^ &ocirc;
11111 inoremap <buffer> <silent> &o' &oacute;
11112 inoremap <buffer> <silent> &o` &ograve;
11113 inoremap <buffer> <silent> &n~ &ntilde;
11114 inoremap <buffer> <silent> &i" &iuml;
11115 inoremap <buffer> <silent> &i^ &icirc;
11116 inoremap <buffer> <silent> &i' &iacute;
11117 inoremap <buffer> <silent> &i` &igrave;
11118 inoremap <buffer> <silent> &e" &euml;
11119 inoremap <buffer> <silent> &e^ &ecirc;
11120 inoremap <buffer> <silent> &e' &eacute;
11121 inoremap <buffer> <silent> &e` &egrave;
11122 inoremap <buffer> <silent> &c, &ccedil;
11123 inoremap <buffer> <silent> &ae &aelig;
11124 inoremap <buffer> <silent> &ao &aring;
11125 inoremap <buffer> <silent> &a" &auml;
11126 inoremap <buffer> <silent> &a~ &atilde;
11127 inoremap <buffer> <silent> &a^ &acirc;
11128 inoremap <buffer> <silent> &a' &aacute;
11129 inoremap <buffer> <silent> &a` &agrave;
11130 inoremap <buffer> <silent> &Y' &Yacute;
11131 inoremap <buffer> <silent> &U" &Uuml;
11132 inoremap <buffer> <silent> &U^ &Ucirc;
11133 inoremap <buffer> <silent> &U' &Uacute;
11134 inoremap <buffer> <silent> &U` &Ugrave;
11135 inoremap <buffer> <silent> &O/ &Oslash;
11136 inoremap <buffer> <silent> &O" &Ouml;
11137 inoremap <buffer> <silent> &O~ &Otilde;
11138 inoremap <buffer> <silent> &O^ &Ocirc;
11139 inoremap <buffer> <silent> &O' &Oacute;
11140 inoremap <buffer> <silent> &O` &Ograve;
11141 inoremap <buffer> <silent> &N~ &Ntilde;
11142 inoremap <buffer> <silent> &I" &Iuml;
11143 inoremap <buffer> <silent> &I^ &Icirc;
11144 inoremap <buffer> <silent> &I' &Iacute;
11145 inoremap <buffer> <silent> &I` &Igrave;
11146 inoremap <buffer> <silent> &E" &Euml;
11147 inoremap <buffer> <silent> &E^ &Ecirc;
11148 inoremap <buffer> <silent> &E' &Eacute;
11149 inoremap <buffer> <silent> &E` &Egrave;
11150 inoremap <buffer> <silent> &C, &Ccedil;
11151 inoremap <buffer> <silent> &AE &AElig;
11152 inoremap <buffer> <silent> &Ao &Aring;
11153 inoremap <buffer> <silent> &A" &Auml;
11154 inoremap <buffer> <silent> &A~ &Atilde;
11155 inoremap <buffer> <silent> &A^ &Acirc;
11156 inoremap <buffer> <silent> &A' &Aacute;
11157 inoremap <buffer> <silent> &A` &Agrave;
11158 inoremap <buffer> <silent> &c| &cent;
11159 inoremap <buffer> <silent> &Y= &yen;
11160 inoremap <buffer> <silent> &# &pound;
11161 inoremap <buffer> <silent> & &nbsp;
11162 inoremap <buffer> <silent> &> &gt;
11163 inoremap <buffer> <silent> &< &lt;
11164 inoremap <buffer> <silent> &' &quot;
11165 inoremap <buffer> <silent> &tm &trade;
11166 inoremap <buffer> <silent> &rO &reg;
11167 inoremap <buffer> <silent> &cO &copy;
11168 inoremap <buffer> <silent> && &amp;
11169 inoremap <buffer> <silent> ; &nbsp;
11170 inoremap <buffer> <silent> ;la <label for=""></label>F"
11171 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
11172 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
11173 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
11174 </textarea>k$5F"i
11175 inoremap <buffer> <silent> ;og <optgroup label="">
11176 </optgroup>k$F"i
11177 inoremap <buffer> <silent> ;op <option></option>F<
11178 inoremap <buffer> <silent> ;ms <select name="" multiple>
11179 </select>O
11180 inoremap <buffer> <silent> ;se <select name="">
11181 </select>O
11182 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
11183 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
11184 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
11185 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
11186 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
11187 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
11188 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
11189 inoremap <buffer> <silent> ;fm <form action="">
11190 </form>k$F"i
11191 inoremap <buffer> <silent> ;if <iframe src="">
11192 </iframe>k$F"i
11193 inoremap <buffer> <silent> ;nf <noframes>
11194 </noframes>O
11195 inoremap <buffer> <silent> ;fr <frame src="">F"
11196 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
11197 </frameset>k$3F"i
11198 inoremap <buffer> <silent> ;th <th></th>F<
11199 inoremap <buffer> <silent> ;td <td>
11200 </td>O
11201 inoremap <buffer> <silent> ;tr <tr>
11202 </tr>O
11203 inoremap <buffer> <silent> ;tf <tfoot>
11204 </tfoot>O
11205 inoremap <buffer> <silent> ;tb <tbody>
11206 </tbody>O
11207 inoremap <buffer> <silent> ;tH <thead>
11208 </thead>O
11209 inoremap <buffer> <silent> ;ta <table>
11210 </table>O
11211 inoremap <buffer> <silent> ;ca <caption></caption>F<
11212 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
11213 </object>k$5F"i
11214 inoremap <buffer> <silent> ;ns <noscript>
11215 </noscripT>O
11216 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
11217 <noembed></noembed>k$5F"i
11218 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
11219 inoremap <buffer> <silent> ;va <var></var>F<
11220 inoremap <buffer> <silent> ;ul <ul>
11221 </ul>O
11222 inoremap <buffer> <silent> ;tt <tt></tt>F<
11223 inoremap <buffer> <silent> ;ti <title></title>F<
11224 inoremap <buffer> <silent> ;sp <sup></sup>F<
11225 inoremap <buffer> <silent> ;sb <sub></sub>F<
11226 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
11227 inoremap <buffer> <silent> ;cs <style type="text/css">
11228 <!--
11229 -->
11230 </style>kO
11231 inoremap <buffer> <silent> ;sm <small></small>F<
11232 inoremap <buffer> <silent> ;sa <samp></samp>F<
11233 inoremap <buffer> <silent> ;sk <strike></strike>F<
11234 inoremap <buffer> <silent> ;qu <q></q>F<
11235 inoremap <buffer> <silent> ;pr <pre>
11236 </pre>O
11237 inoremap <buffer> <silent> ;/p </p>
11238 
11239 <p>
11240 inoremap <buffer> <silent> ;pp <p>
11241 </p>O
11242 inoremap <buffer> <silent> ;ol <ol>
11243 </ol>O
11244 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
11245 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
11246 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
11247 inoremap <buffer> <silent> ;lk <link href="">F"
11248 inoremap <buffer> <silent> ;li <li></li>F<
11249 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
11250 inoremap <buffer> <silent> ;ii <isindex>
11251 inoremap <buffer> <silent> ;in <ins></ins>F<
11252 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
11253 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
11254 inoremap <buffer> <silent> ;ht <html>
11255 </html>O
11256 inoremap <buffer> <silent> ;Hr <hr width="75%">
11257 inoremap <buffer> <silent> ;hr <hr>
11258 inoremap <buffer> <silent> ;he <head>
11259 </head>O
11260 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
11261 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
11262 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
11263 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
11264 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
11265 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
11266 inoremap <buffer> <silent> ;h6 <h6></h6>F<
11267 inoremap <buffer> <silent> ;h5 <h5></h5>F<
11268 inoremap <buffer> <silent> ;h4 <h4></h4>F<
11269 inoremap <buffer> <silent> ;h3 <h3></h3>F<
11270 inoremap <buffer> <silent> ;h2 <h2></h2>F<
11271 inoremap <buffer> <silent> ;h1 <h1></h1>F<
11272 inoremap <buffer> <silent> ;fc <font color=""></font>F"
11273 inoremap <buffer> <silent> ;fo <font size=""></font>F"
11274 inoremap <buffer> <silent> ;sn <span></span>F<
11275 inoremap <buffer> <silent> ;dv <div>
11276 </div>O
11277 inoremap <buffer> <silent> ;df <dfn></dfn>F<
11278 inoremap <buffer> <silent> ;de <del></del>F<
11279 inoremap <buffer> <silent> ;dd <dd></dd>F<
11280 inoremap <buffer> <silent> ;dt <dt></dt>F<
11281 inoremap <buffer> <silent> ;dl <dl>
11282 </dl>O
11283 inoremap <buffer> <silent> ;co <code></code>F<
11284 inoremap <buffer> <silent> ;ci <cite></cite>F<
11285 inoremap <buffer> <silent> ;ce <center></center>F<
11286 inoremap <buffer> <silent> ;br <br>
11287 inoremap <buffer> <silent> ;bd <body>
11288 </body>O
11289 inoremap <buffer> <silent> ;bl <blockquote>
11290 </blockquote>O
11291 inoremap <buffer> <silent> ;bi <big></big>F<
11292 inoremap <buffer> <silent> ;bh <base href="">F"
11293 inoremap <buffer> <silent> ;ad <address></address>F<
11294 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
11295 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
11296 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
11297 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
11298 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
11299 inoremap <buffer> <silent> ;an <a name=""></a>F"
11300 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
11301 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
11302 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
11303 inoremap <buffer> <silent> ;ah <a href=""></a>F"
11304 imap <buffer> <silent> ;s4 ;s4
11305 imap <buffer> <silent> ;4 ;4
11306 inoremap <buffer> <silent> ;mi :call MangleImageTag()
11307 inoremap <buffer> <silent> ; 
11308 inoremap <buffer> <silent> ;& &
11309 inoremap <buffer> <silent> ;; ;
11310 setlocal keymap=
11311 setlocal noarabic
11312 setlocal autoindent
11313 setlocal balloonexpr=
11314 setlocal nobinary
11315 setlocal bufhidden=
11316 setlocal buflisted
11317 setlocal buftype=
11318 setlocal nocindent
11319 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11320 setlocal cinoptions=
11321 setlocal cinwords=if,else,while,do,for,switch
11322 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
11323 setlocal commentstring=<!--%s-->
11324 setlocal complete=.,w,b,u,t,i
11325 setlocal completefunc=
11326 setlocal nocopyindent
11327 setlocal nocursorcolumn
11328 setlocal nocursorline
11329 setlocal define=
11330 setlocal dictionary=
11331 setlocal nodiff
11332 setlocal equalprg=
11333 setlocal errorformat=
11334 setlocal noexpandtab
11335 if &filetype != 'html'
11336 setlocal filetype=html
11337 endif
11338 setlocal foldcolumn=0
11339 setlocal foldenable
11340 setlocal foldexpr=0
11341 setlocal foldignore=#
11342 setlocal foldlevel=0
11343 setlocal foldmarker={{{,}}}
11344 setlocal foldmethod=manual
11345 setlocal foldminlines=1
11346 setlocal foldnestmax=20
11347 setlocal foldtext=foldtext()
11348 setlocal formatexpr=
11349 setlocal formatoptions=tcq
11350 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11351 setlocal grepprg=
11352 setlocal iminsert=2
11353 setlocal imsearch=2
11354 setlocal include=
11355 setlocal includeexpr=
11356 setlocal indentexpr=
11357 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
11358 setlocal noinfercase
11359 setlocal iskeyword=@,48-57,_,192-255
11360 setlocal keywordprg=
11361 setlocal nolinebreak
11362 setlocal nolisp
11363 setlocal nolist
11364 setlocal makeprg=
11365 setlocal matchpairs=(:),{:},[:],<:>
11366 setlocal nomodeline
11367 setlocal modifiable
11368 setlocal nrformats=octal,hex
11369 setlocal nonumber
11370 setlocal numberwidth=4
11371 setlocal omnifunc=htmlcomplete#CompleteTags
11372 setlocal path=
11373 setlocal nopreserveindent
11374 setlocal nopreviewwindow
11375 setlocal quoteescape=\\
11376 setlocal noreadonly
11377 setlocal norightleft
11378 setlocal rightleftcmd=search
11379 setlocal noscrollbind
11380 setlocal shiftwidth=8
11381 setlocal noshortname
11382 setlocal nosmartindent
11383 setlocal softtabstop=0
11384 setlocal nospell
11385 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
11386 setlocal spellfile=
11387 setlocal spelllang=en
11388 setlocal statusline=
11389 setlocal suffixesadd=
11390 setlocal swapfile
11391 setlocal synmaxcol=3000
11392 if &syntax != 'html'
11393 setlocal syntax=html
11394 endif
11395 setlocal tabstop=2
11396 setlocal tags=
11397 setlocal textwidth=0
11398 setlocal thesaurus=
11399 setlocal nowinfixheight
11400 setlocal nowinfixwidth
11401 setlocal wrap
11402 setlocal wrapmargin=0
11403 silent! normal! zE
11404 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
11405 if s:l < 1 | let s:l = 1 | endif
11406 exe s:l
11407 normal! zt
11408 1
11409 normal! 0
11410 tabedit .news.php
11411 set splitbelow splitright
11412 set nosplitbelow
11413 set nosplitright
11414 wincmd t
11415 set winheight=1 winwidth=1
11416 argglobal
11417 30argu
11418 edit .news.php
11419 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
11420 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
11421 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
11422 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
11423 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
11424 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
11425 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
11426 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
11427 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
11428 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
11429 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
11430 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
11431 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
11432 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
11433 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
11434 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
11435 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
11436 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
11437 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">')
11438 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">')
11439 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
11440 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
11441 nnoremap <buffer> <silent> ; 
11442 nnoremap <buffer> <silent> ;; ;
11443 vnoremap <buffer> <silent> ;; ;
11444 onoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
11445 :nohls
11446 nnoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
11447 :nohls
11448 onoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
11449 :nohls
11450 nnoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
11451 :nohls
11452 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
11453 inoremap <buffer> <silent> &hA &hArr;
11454 inoremap <buffer> <silent> &dA &dArr;
11455 inoremap <buffer> <silent> &rA &rArr;
11456 inoremap <buffer> <silent> &uA &uArr;
11457 inoremap <buffer> <silent> &lA &lArr;
11458 inoremap <buffer> <silent> &ha &harr;
11459 inoremap <buffer> <silent> &da &darr;
11460 inoremap <buffer> <silent> &ra &rarr;
11461 inoremap <buffer> <silent> &ua &uarr;
11462 inoremap <buffer> <silent> &la &larr;
11463 inoremap <buffer> <silent> &pv &piv;
11464 inoremap <buffer> <silent> &uh &upsih;
11465 inoremap <buffer> <silent> &ts &thetasym;
11466 inoremap <buffer> <silent> &og &omega;
11467 inoremap <buffer> <silent> &ps &psi;
11468 inoremap <buffer> <silent> &ch &chi;
11469 inoremap <buffer> <silent> &ph &phi;
11470 inoremap <buffer> <silent> &up &upsilon;
11471 inoremap <buffer> <silent> &ta &tau;
11472 inoremap <buffer> <silent> &sf &sigmaf;
11473 inoremap <buffer> <silent> &si &sigma;
11474 inoremap <buffer> <silent> &rh &rho;
11475 inoremap <buffer> <silent> &pi &pi;
11476 inoremap <buffer> <silent> &oc &omicron;
11477 inoremap <buffer> <silent> &xi &xi;
11478 inoremap <buffer> <silent> &nu &nu;
11479 inoremap <buffer> <silent> &mu &mu;
11480 inoremap <buffer> <silent> &lm &lambda;
11481 inoremap <buffer> <silent> &ka &kappa;
11482 inoremap <buffer> <silent> &io &iota;
11483 inoremap <buffer> <silent> &th &theta;
11484 inoremap <buffer> <silent> &et &eta;
11485 inoremap <buffer> <silent> &ze &zeta;
11486 inoremap <buffer> <silent> &ep &epsilon;
11487 inoremap <buffer> <silent> &de &delta;
11488 inoremap <buffer> <silent> &ga &gamma;
11489 inoremap <buffer> <silent> &be &beta;
11490 inoremap <buffer> <silent> &al &alpha;
11491 inoremap <buffer> <silent> &Ps &Psi;
11492 inoremap <buffer> <silent> &Ch &Chi;
11493 inoremap <buffer> <silent> &Ph &Phi;
11494 inoremap <buffer> <silent> &Up &Upsilon;
11495 inoremap <buffer> <silent> &Ta &Tau;
11496 inoremap <buffer> <silent> &Si &Sigma;
11497 inoremap <buffer> <silent> &Rh &Rho;
11498 inoremap <buffer> <silent> &Pi &Pi;
11499 inoremap <buffer> <silent> &Oc &Omicron;
11500 inoremap <buffer> <silent> &Xi &Xi;
11501 inoremap <buffer> <silent> &Nu &Nu;
11502 inoremap <buffer> <silent> &Mu &Mu;
11503 inoremap <buffer> <silent> &Lm &Lambda;
11504 inoremap <buffer> <silent> &Ka &Kappa;
11505 inoremap <buffer> <silent> &Io &Iota;
11506 inoremap <buffer> <silent> &Th &Theta;
11507 inoremap <buffer> <silent> &Et &Eta;
11508 inoremap <buffer> <silent> &Ze &Zeta;
11509 inoremap <buffer> <silent> &Ep &Epsilon;
11510 inoremap <buffer> <silent> &De &Delta;
11511 inoremap <buffer> <silent> &Ga &Gamma;
11512 inoremap <buffer> <silent> &Be &Beta;
11513 inoremap <buffer> <silent> &Al &Alpha;
11514 inoremap <buffer> <silent> &3. &hellip;
11515 inoremap <buffer> <silent> &-- &mdash;
11516 inoremap <buffer> <silent> &3- &mdash;
11517 inoremap <buffer> <silent> &m- &mdash;
11518 inoremap <buffer> <silent> &2- &ndash;
11519 inoremap <buffer> <silent> &n- &ndash;
11520 inoremap <buffer> <silent> &34 &frac34;
11521 inoremap <buffer> <silent> &12 &frac12;
11522 inoremap <buffer> <silent> &14 &frac14;
11523 inoremap <buffer> <silent> &. &middot;
11524 inoremap <buffer> <silent> &pa &para;
11525 inoremap <buffer> <silent> &mi &micro;
11526 inoremap <buffer> <silent> &dg &deg;
11527 inoremap <buffer> <silent> &? &iquest;
11528 inoremap <buffer> <silent> &! &iexcl;
11529 inoremap <buffer> <silent> &sz &szlig;
11530 inoremap <buffer> <silent> &o/ &oslash;
11531 inoremap <buffer> <silent> &/ &divide;
11532 inoremap <buffer> <silent> &" &uml;
11533 inoremap <buffer> <silent> &2> &raquo;
11534 inoremap <buffer> <silent> &2< &laquo;
11535 inoremap <buffer> <silent> &y" &yuml;
11536 inoremap <buffer> <silent> &y' &yacute;
11537 inoremap <buffer> <silent> &u" &uuml;
11538 inoremap <buffer> <silent> &u^ &ucirc;
11539 inoremap <buffer> <silent> &u' &uacute;
11540 inoremap <buffer> <silent> &u` &ugrave;
11541 inoremap <buffer> <silent> &x &times;
11542 inoremap <buffer> <silent> &o" &ouml;
11543 inoremap <buffer> <silent> &o~ &otilde;
11544 inoremap <buffer> <silent> &o^ &ocirc;
11545 inoremap <buffer> <silent> &o' &oacute;
11546 inoremap <buffer> <silent> &o` &ograve;
11547 inoremap <buffer> <silent> &n~ &ntilde;
11548 inoremap <buffer> <silent> &i" &iuml;
11549 inoremap <buffer> <silent> &i^ &icirc;
11550 inoremap <buffer> <silent> &i' &iacute;
11551 inoremap <buffer> <silent> &i` &igrave;
11552 inoremap <buffer> <silent> &e" &euml;
11553 inoremap <buffer> <silent> &e^ &ecirc;
11554 inoremap <buffer> <silent> &e' &eacute;
11555 inoremap <buffer> <silent> &e` &egrave;
11556 inoremap <buffer> <silent> &c, &ccedil;
11557 inoremap <buffer> <silent> &ae &aelig;
11558 inoremap <buffer> <silent> &ao &aring;
11559 inoremap <buffer> <silent> &a" &auml;
11560 inoremap <buffer> <silent> &a~ &atilde;
11561 inoremap <buffer> <silent> &a^ &acirc;
11562 inoremap <buffer> <silent> &a' &aacute;
11563 inoremap <buffer> <silent> &a` &agrave;
11564 inoremap <buffer> <silent> &Y' &Yacute;
11565 inoremap <buffer> <silent> &U" &Uuml;
11566 inoremap <buffer> <silent> &U^ &Ucirc;
11567 inoremap <buffer> <silent> &U' &Uacute;
11568 inoremap <buffer> <silent> &U` &Ugrave;
11569 inoremap <buffer> <silent> &O/ &Oslash;
11570 inoremap <buffer> <silent> &O" &Ouml;
11571 inoremap <buffer> <silent> &O~ &Otilde;
11572 inoremap <buffer> <silent> &O^ &Ocirc;
11573 inoremap <buffer> <silent> &O' &Oacute;
11574 inoremap <buffer> <silent> &O` &Ograve;
11575 inoremap <buffer> <silent> &N~ &Ntilde;
11576 inoremap <buffer> <silent> &I" &Iuml;
11577 inoremap <buffer> <silent> &I^ &Icirc;
11578 inoremap <buffer> <silent> &I' &Iacute;
11579 inoremap <buffer> <silent> &I` &Igrave;
11580 inoremap <buffer> <silent> &E" &Euml;
11581 inoremap <buffer> <silent> &E^ &Ecirc;
11582 inoremap <buffer> <silent> &E' &Eacute;
11583 inoremap <buffer> <silent> &E` &Egrave;
11584 inoremap <buffer> <silent> &C, &Ccedil;
11585 inoremap <buffer> <silent> &AE &AElig;
11586 inoremap <buffer> <silent> &Ao &Aring;
11587 inoremap <buffer> <silent> &A" &Auml;
11588 inoremap <buffer> <silent> &A~ &Atilde;
11589 inoremap <buffer> <silent> &A^ &Acirc;
11590 inoremap <buffer> <silent> &A' &Aacute;
11591 inoremap <buffer> <silent> &A` &Agrave;
11592 inoremap <buffer> <silent> &c| &cent;
11593 inoremap <buffer> <silent> &Y= &yen;
11594 inoremap <buffer> <silent> &# &pound;
11595 inoremap <buffer> <silent> & &nbsp;
11596 inoremap <buffer> <silent> &> &gt;
11597 inoremap <buffer> <silent> &< &lt;
11598 inoremap <buffer> <silent> &' &quot;
11599 inoremap <buffer> <silent> &tm &trade;
11600 inoremap <buffer> <silent> &rO &reg;
11601 inoremap <buffer> <silent> &cO &copy;
11602 inoremap <buffer> <silent> && &amp;
11603 inoremap <buffer> <silent> ; &nbsp;
11604 inoremap <buffer> <silent> ;la <label for=""></label>F"
11605 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
11606 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
11607 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
11608 </textarea>k$5F"i
11609 inoremap <buffer> <silent> ;og <optgroup label="">
11610 </optgroup>k$F"i
11611 inoremap <buffer> <silent> ;op <option></option>F<
11612 inoremap <buffer> <silent> ;ms <select name="" multiple>
11613 </select>O
11614 inoremap <buffer> <silent> ;se <select name="">
11615 </select>O
11616 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
11617 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
11618 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
11619 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
11620 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
11621 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
11622 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
11623 inoremap <buffer> <silent> ;fm <form action="">
11624 </form>k$F"i
11625 inoremap <buffer> <silent> ;if <iframe src="">
11626 </iframe>k$F"i
11627 inoremap <buffer> <silent> ;nf <noframes>
11628 </noframes>O
11629 inoremap <buffer> <silent> ;fr <frame src="">F"
11630 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
11631 </frameset>k$3F"i
11632 inoremap <buffer> <silent> ;th <th></th>F<
11633 inoremap <buffer> <silent> ;td <td>
11634 </td>O
11635 inoremap <buffer> <silent> ;tr <tr>
11636 </tr>O
11637 inoremap <buffer> <silent> ;tf <tfoot>
11638 </tfoot>O
11639 inoremap <buffer> <silent> ;tb <tbody>
11640 </tbody>O
11641 inoremap <buffer> <silent> ;tH <thead>
11642 </thead>O
11643 inoremap <buffer> <silent> ;ta <table>
11644 </table>O
11645 inoremap <buffer> <silent> ;ca <caption></caption>F<
11646 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
11647 </object>k$5F"i
11648 inoremap <buffer> <silent> ;ns <noscript>
11649 </noscripT>O
11650 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
11651 <noembed></noembed>k$5F"i
11652 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
11653 inoremap <buffer> <silent> ;va <var></var>F<
11654 inoremap <buffer> <silent> ;ul <ul>
11655 </ul>O
11656 inoremap <buffer> <silent> ;tt <tt></tt>F<
11657 inoremap <buffer> <silent> ;ti <title></title>F<
11658 inoremap <buffer> <silent> ;sp <sup></sup>F<
11659 inoremap <buffer> <silent> ;sb <sub></sub>F<
11660 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
11661 inoremap <buffer> <silent> ;cs <style type="text/css">
11662 <!--
11663 -->
11664 </style>kO
11665 inoremap <buffer> <silent> ;sm <small></small>F<
11666 inoremap <buffer> <silent> ;sa <samp></samp>F<
11667 inoremap <buffer> <silent> ;sk <strike></strike>F<
11668 inoremap <buffer> <silent> ;qu <q></q>F<
11669 inoremap <buffer> <silent> ;pr <pre>
11670 </pre>O
11671 inoremap <buffer> <silent> ;/p </p>
11672 
11673 <p>
11674 inoremap <buffer> <silent> ;pp <p>
11675 </p>O
11676 inoremap <buffer> <silent> ;ol <ol>
11677 </ol>O
11678 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
11679 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
11680 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
11681 inoremap <buffer> <silent> ;lk <link href="">F"
11682 inoremap <buffer> <silent> ;li <li></li>F<
11683 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
11684 inoremap <buffer> <silent> ;ii <isindex>
11685 inoremap <buffer> <silent> ;in <ins></ins>F<
11686 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
11687 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
11688 inoremap <buffer> <silent> ;ht <html>
11689 </html>O
11690 inoremap <buffer> <silent> ;Hr <hr width="75%">
11691 inoremap <buffer> <silent> ;hr <hr>
11692 inoremap <buffer> <silent> ;he <head>
11693 </head>O
11694 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
11695 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
11696 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
11697 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
11698 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
11699 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
11700 inoremap <buffer> <silent> ;h6 <h6></h6>F<
11701 inoremap <buffer> <silent> ;h5 <h5></h5>F<
11702 inoremap <buffer> <silent> ;h4 <h4></h4>F<
11703 inoremap <buffer> <silent> ;h3 <h3></h3>F<
11704 inoremap <buffer> <silent> ;h2 <h2></h2>F<
11705 inoremap <buffer> <silent> ;h1 <h1></h1>F<
11706 inoremap <buffer> <silent> ;fc <font color=""></font>F"
11707 inoremap <buffer> <silent> ;fo <font size=""></font>F"
11708 inoremap <buffer> <silent> ;sn <span></span>F<
11709 inoremap <buffer> <silent> ;dv <div>
11710 </div>O
11711 inoremap <buffer> <silent> ;df <dfn></dfn>F<
11712 inoremap <buffer> <silent> ;de <del></del>F<
11713 inoremap <buffer> <silent> ;dd <dd></dd>F<
11714 inoremap <buffer> <silent> ;dt <dt></dt>F<
11715 inoremap <buffer> <silent> ;dl <dl>
11716 </dl>O
11717 inoremap <buffer> <silent> ;co <code></code>F<
11718 inoremap <buffer> <silent> ;ci <cite></cite>F<
11719 inoremap <buffer> <silent> ;ce <center></center>F<
11720 inoremap <buffer> <silent> ;br <br>
11721 inoremap <buffer> <silent> ;bd <body>
11722 </body>O
11723 inoremap <buffer> <silent> ;bl <blockquote>
11724 </blockquote>O
11725 inoremap <buffer> <silent> ;bi <big></big>F<
11726 inoremap <buffer> <silent> ;bh <base href="">F"
11727 inoremap <buffer> <silent> ;ad <address></address>F<
11728 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
11729 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
11730 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
11731 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
11732 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
11733 inoremap <buffer> <silent> ;an <a name=""></a>F"
11734 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
11735 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
11736 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
11737 inoremap <buffer> <silent> ;ah <a href=""></a>F"
11738 imap <buffer> <silent> ;s4 ;s4
11739 imap <buffer> <silent> ;4 ;4
11740 inoremap <buffer> <silent> ;mi :call MangleImageTag()
11741 inoremap <buffer> <silent> ; 
11742 inoremap <buffer> <silent> ;& &
11743 inoremap <buffer> <silent> ;; ;
11744 setlocal keymap=
11745 setlocal noarabic
11746 setlocal autoindent
11747 setlocal balloonexpr=
11748 setlocal nobinary
11749 setlocal bufhidden=
11750 setlocal buflisted
11751 setlocal buftype=
11752 setlocal nocindent
11753 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11754 setlocal cinoptions=
11755 setlocal cinwords=if,else,while,do,for,switch
11756 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
11757 setlocal commentstring=/*%s*/
11758 setlocal complete=.,w,b,u,t,i
11759 setlocal completefunc=
11760 setlocal nocopyindent
11761 setlocal nocursorcolumn
11762 setlocal nocursorline
11763 setlocal define=
11764 setlocal dictionary=
11765 setlocal nodiff
11766 setlocal equalprg=
11767 setlocal errorformat=
11768 setlocal noexpandtab
11769 if &filetype != 'php'
11770 setlocal filetype=php
11771 endif
11772 setlocal foldcolumn=0
11773 setlocal foldenable
11774 setlocal foldexpr=0
11775 setlocal foldignore=#
11776 setlocal foldlevel=0
11777 setlocal foldmarker={{{,}}}
11778 setlocal foldmethod=manual
11779 setlocal foldminlines=1
11780 setlocal foldnestmax=20
11781 setlocal foldtext=foldtext()
11782 setlocal formatexpr=
11783 setlocal formatoptions=tcq
11784 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11785 setlocal grepprg=
11786 setlocal iminsert=2
11787 setlocal imsearch=2
11788 setlocal include=\\(require\\|include\\)\\(_once\\)\\?
11789 setlocal includeexpr=
11790 setlocal indentexpr=
11791 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
11792 setlocal noinfercase
11793 setlocal iskeyword=@,48-57,_,192-255
11794 setlocal keywordprg=
11795 setlocal nolinebreak
11796 setlocal nolisp
11797 setlocal nolist
11798 setlocal makeprg=
11799 setlocal matchpairs=(:),{:},[:],<:>
11800 setlocal nomodeline
11801 setlocal modifiable
11802 setlocal nrformats=octal,hex
11803 setlocal nonumber
11804 setlocal numberwidth=4
11805 setlocal omnifunc=phpcomplete#CompletePHP
11806 setlocal path=
11807 setlocal nopreserveindent
11808 setlocal nopreviewwindow
11809 setlocal quoteescape=\\
11810 setlocal noreadonly
11811 setlocal norightleft
11812 setlocal rightleftcmd=search
11813 setlocal noscrollbind
11814 setlocal shiftwidth=8
11815 setlocal noshortname
11816 setlocal nosmartindent
11817 setlocal softtabstop=0
11818 setlocal nospell
11819 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
11820 setlocal spellfile=
11821 setlocal spelllang=en
11822 setlocal statusline=
11823 setlocal suffixesadd=
11824 setlocal swapfile
11825 setlocal synmaxcol=3000
11826 if &syntax != 'php'
11827 setlocal syntax=php
11828 endif
11829 setlocal tabstop=2
11830 setlocal tags=
11831 setlocal textwidth=0
11832 setlocal thesaurus=
11833 setlocal nowinfixheight
11834 setlocal nowinfixwidth
11835 setlocal wrap
11836 setlocal wrapmargin=0
11837 silent! normal! zE
11838 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
11839 if s:l < 1 | let s:l = 1 | endif
11840 exe s:l
11841 normal! zt
11842 1
11843 normal! 01l
11844 tabedit .template.html
11845 set splitbelow splitright
11846 set nosplitbelow
11847 set nosplitright
11848 wincmd t
11849 set winheight=1 winwidth=1
11850 argglobal
11851 31argu
11852 edit .template.html
11853 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
11854 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
11855 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
11856 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
11857 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
11858 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
11859 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
11860 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
11861 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
11862 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
11863 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
11864 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
11865 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
11866 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
11867 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
11868 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
11869 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
11870 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
11871 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">')
11872 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">')
11873 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
11874 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
11875 nnoremap <buffer> <silent> ; 
11876 nnoremap <buffer> <silent> ;; ;
11877 vnoremap <buffer> <silent> ;; ;
11878 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
11879 inoremap <buffer> <silent> &hA &hArr;
11880 inoremap <buffer> <silent> &dA &dArr;
11881 inoremap <buffer> <silent> &rA &rArr;
11882 inoremap <buffer> <silent> &uA &uArr;
11883 inoremap <buffer> <silent> &lA &lArr;
11884 inoremap <buffer> <silent> &ha &harr;
11885 inoremap <buffer> <silent> &da &darr;
11886 inoremap <buffer> <silent> &ra &rarr;
11887 inoremap <buffer> <silent> &ua &uarr;
11888 inoremap <buffer> <silent> &la &larr;
11889 inoremap <buffer> <silent> &pv &piv;
11890 inoremap <buffer> <silent> &uh &upsih;
11891 inoremap <buffer> <silent> &ts &thetasym;
11892 inoremap <buffer> <silent> &og &omega;
11893 inoremap <buffer> <silent> &ps &psi;
11894 inoremap <buffer> <silent> &ch &chi;
11895 inoremap <buffer> <silent> &ph &phi;
11896 inoremap <buffer> <silent> &up &upsilon;
11897 inoremap <buffer> <silent> &ta &tau;
11898 inoremap <buffer> <silent> &sf &sigmaf;
11899 inoremap <buffer> <silent> &si &sigma;
11900 inoremap <buffer> <silent> &rh &rho;
11901 inoremap <buffer> <silent> &pi &pi;
11902 inoremap <buffer> <silent> &oc &omicron;
11903 inoremap <buffer> <silent> &xi &xi;
11904 inoremap <buffer> <silent> &nu &nu;
11905 inoremap <buffer> <silent> &mu &mu;
11906 inoremap <buffer> <silent> &lm &lambda;
11907 inoremap <buffer> <silent> &ka &kappa;
11908 inoremap <buffer> <silent> &io &iota;
11909 inoremap <buffer> <silent> &th &theta;
11910 inoremap <buffer> <silent> &et &eta;
11911 inoremap <buffer> <silent> &ze &zeta;
11912 inoremap <buffer> <silent> &ep &epsilon;
11913 inoremap <buffer> <silent> &de &delta;
11914 inoremap <buffer> <silent> &ga &gamma;
11915 inoremap <buffer> <silent> &be &beta;
11916 inoremap <buffer> <silent> &al &alpha;
11917 inoremap <buffer> <silent> &Ps &Psi;
11918 inoremap <buffer> <silent> &Ch &Chi;
11919 inoremap <buffer> <silent> &Ph &Phi;
11920 inoremap <buffer> <silent> &Up &Upsilon;
11921 inoremap <buffer> <silent> &Ta &Tau;
11922 inoremap <buffer> <silent> &Si &Sigma;
11923 inoremap <buffer> <silent> &Rh &Rho;
11924 inoremap <buffer> <silent> &Pi &Pi;
11925 inoremap <buffer> <silent> &Oc &Omicron;
11926 inoremap <buffer> <silent> &Xi &Xi;
11927 inoremap <buffer> <silent> &Nu &Nu;
11928 inoremap <buffer> <silent> &Mu &Mu;
11929 inoremap <buffer> <silent> &Lm &Lambda;
11930 inoremap <buffer> <silent> &Ka &Kappa;
11931 inoremap <buffer> <silent> &Io &Iota;
11932 inoremap <buffer> <silent> &Th &Theta;
11933 inoremap <buffer> <silent> &Et &Eta;
11934 inoremap <buffer> <silent> &Ze &Zeta;
11935 inoremap <buffer> <silent> &Ep &Epsilon;
11936 inoremap <buffer> <silent> &De &Delta;
11937 inoremap <buffer> <silent> &Ga &Gamma;
11938 inoremap <buffer> <silent> &Be &Beta;
11939 inoremap <buffer> <silent> &Al &Alpha;
11940 inoremap <buffer> <silent> &3. &hellip;
11941 inoremap <buffer> <silent> &-- &mdash;
11942 inoremap <buffer> <silent> &3- &mdash;
11943 inoremap <buffer> <silent> &m- &mdash;
11944 inoremap <buffer> <silent> &2- &ndash;
11945 inoremap <buffer> <silent> &n- &ndash;
11946 inoremap <buffer> <silent> &34 &frac34;
11947 inoremap <buffer> <silent> &12 &frac12;
11948 inoremap <buffer> <silent> &14 &frac14;
11949 inoremap <buffer> <silent> &. &middot;
11950 inoremap <buffer> <silent> &pa &para;
11951 inoremap <buffer> <silent> &mi &micro;
11952 inoremap <buffer> <silent> &dg &deg;
11953 inoremap <buffer> <silent> &? &iquest;
11954 inoremap <buffer> <silent> &! &iexcl;
11955 inoremap <buffer> <silent> &sz &szlig;
11956 inoremap <buffer> <silent> &o/ &oslash;
11957 inoremap <buffer> <silent> &/ &divide;
11958 inoremap <buffer> <silent> &" &uml;
11959 inoremap <buffer> <silent> &2> &raquo;
11960 inoremap <buffer> <silent> &2< &laquo;
11961 inoremap <buffer> <silent> &y" &yuml;
11962 inoremap <buffer> <silent> &y' &yacute;
11963 inoremap <buffer> <silent> &u" &uuml;
11964 inoremap <buffer> <silent> &u^ &ucirc;
11965 inoremap <buffer> <silent> &u' &uacute;
11966 inoremap <buffer> <silent> &u` &ugrave;
11967 inoremap <buffer> <silent> &x &times;
11968 inoremap <buffer> <silent> &o" &ouml;
11969 inoremap <buffer> <silent> &o~ &otilde;
11970 inoremap <buffer> <silent> &o^ &ocirc;
11971 inoremap <buffer> <silent> &o' &oacute;
11972 inoremap <buffer> <silent> &o` &ograve;
11973 inoremap <buffer> <silent> &n~ &ntilde;
11974 inoremap <buffer> <silent> &i" &iuml;
11975 inoremap <buffer> <silent> &i^ &icirc;
11976 inoremap <buffer> <silent> &i' &iacute;
11977 inoremap <buffer> <silent> &i` &igrave;
11978 inoremap <buffer> <silent> &e" &euml;
11979 inoremap <buffer> <silent> &e^ &ecirc;
11980 inoremap <buffer> <silent> &e' &eacute;
11981 inoremap <buffer> <silent> &e` &egrave;
11982 inoremap <buffer> <silent> &c, &ccedil;
11983 inoremap <buffer> <silent> &ae &aelig;
11984 inoremap <buffer> <silent> &ao &aring;
11985 inoremap <buffer> <silent> &a" &auml;
11986 inoremap <buffer> <silent> &a~ &atilde;
11987 inoremap <buffer> <silent> &a^ &acirc;
11988 inoremap <buffer> <silent> &a' &aacute;
11989 inoremap <buffer> <silent> &a` &agrave;
11990 inoremap <buffer> <silent> &Y' &Yacute;
11991 inoremap <buffer> <silent> &U" &Uuml;
11992 inoremap <buffer> <silent> &U^ &Ucirc;
11993 inoremap <buffer> <silent> &U' &Uacute;
11994 inoremap <buffer> <silent> &U` &Ugrave;
11995 inoremap <buffer> <silent> &O/ &Oslash;
11996 inoremap <buffer> <silent> &O" &Ouml;
11997 inoremap <buffer> <silent> &O~ &Otilde;
11998 inoremap <buffer> <silent> &O^ &Ocirc;
11999 inoremap <buffer> <silent> &O' &Oacute;
12000 inoremap <buffer> <silent> &O` &Ograve;
12001 inoremap <buffer> <silent> &N~ &Ntilde;
12002 inoremap <buffer> <silent> &I" &Iuml;
12003 inoremap <buffer> <silent> &I^ &Icirc;
12004 inoremap <buffer> <silent> &I' &Iacute;
12005 inoremap <buffer> <silent> &I` &Igrave;
12006 inoremap <buffer> <silent> &E" &Euml;
12007 inoremap <buffer> <silent> &E^ &Ecirc;
12008 inoremap <buffer> <silent> &E' &Eacute;
12009 inoremap <buffer> <silent> &E` &Egrave;
12010 inoremap <buffer> <silent> &C, &Ccedil;
12011 inoremap <buffer> <silent> &AE &AElig;
12012 inoremap <buffer> <silent> &Ao &Aring;
12013 inoremap <buffer> <silent> &A" &Auml;
12014 inoremap <buffer> <silent> &A~ &Atilde;
12015 inoremap <buffer> <silent> &A^ &Acirc;
12016 inoremap <buffer> <silent> &A' &Aacute;
12017 inoremap <buffer> <silent> &A` &Agrave;
12018 inoremap <buffer> <silent> &c| &cent;
12019 inoremap <buffer> <silent> &Y= &yen;
12020 inoremap <buffer> <silent> &# &pound;
12021 inoremap <buffer> <silent> & &nbsp;
12022 inoremap <buffer> <silent> &> &gt;
12023 inoremap <buffer> <silent> &< &lt;
12024 inoremap <buffer> <silent> &' &quot;
12025 inoremap <buffer> <silent> &tm &trade;
12026 inoremap <buffer> <silent> &rO &reg;
12027 inoremap <buffer> <silent> &cO &copy;
12028 inoremap <buffer> <silent> && &amp;
12029 inoremap <buffer> <silent> ; &nbsp;
12030 inoremap <buffer> <silent> ;la <label for=""></label>F"
12031 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
12032 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
12033 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
12034 </textarea>k$5F"i
12035 inoremap <buffer> <silent> ;og <optgroup label="">
12036 </optgroup>k$F"i
12037 inoremap <buffer> <silent> ;op <option></option>F<
12038 inoremap <buffer> <silent> ;ms <select name="" multiple>
12039 </select>O
12040 inoremap <buffer> <silent> ;se <select name="">
12041 </select>O
12042 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
12043 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
12044 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
12045 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
12046 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
12047 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
12048 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
12049 inoremap <buffer> <silent> ;fm <form action="">
12050 </form>k$F"i
12051 inoremap <buffer> <silent> ;if <iframe src="">
12052 </iframe>k$F"i
12053 inoremap <buffer> <silent> ;nf <noframes>
12054 </noframes>O
12055 inoremap <buffer> <silent> ;fr <frame src="">F"
12056 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
12057 </frameset>k$3F"i
12058 inoremap <buffer> <silent> ;th <th></th>F<
12059 inoremap <buffer> <silent> ;td <td>
12060 </td>O
12061 inoremap <buffer> <silent> ;tr <tr>
12062 </tr>O
12063 inoremap <buffer> <silent> ;tf <tfoot>
12064 </tfoot>O
12065 inoremap <buffer> <silent> ;tb <tbody>
12066 </tbody>O
12067 inoremap <buffer> <silent> ;tH <thead>
12068 </thead>O
12069 inoremap <buffer> <silent> ;ta <table>
12070 </table>O
12071 inoremap <buffer> <silent> ;ca <caption></caption>F<
12072 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
12073 </object>k$5F"i
12074 inoremap <buffer> <silent> ;ns <noscript>
12075 </noscripT>O
12076 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
12077 <noembed></noembed>k$5F"i
12078 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
12079 inoremap <buffer> <silent> ;va <var></var>F<
12080 inoremap <buffer> <silent> ;ul <ul>
12081 </ul>O
12082 inoremap <buffer> <silent> ;tt <tt></tt>F<
12083 inoremap <buffer> <silent> ;ti <title></title>F<
12084 inoremap <buffer> <silent> ;sp <sup></sup>F<
12085 inoremap <buffer> <silent> ;sb <sub></sub>F<
12086 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
12087 inoremap <buffer> <silent> ;cs <style type="text/css">
12088 <!--
12089 -->
12090 </style>kO
12091 inoremap <buffer> <silent> ;sm <small></small>F<
12092 inoremap <buffer> <silent> ;sa <samp></samp>F<
12093 inoremap <buffer> <silent> ;sk <strike></strike>F<
12094 inoremap <buffer> <silent> ;qu <q></q>F<
12095 inoremap <buffer> <silent> ;pr <pre>
12096 </pre>O
12097 inoremap <buffer> <silent> ;/p </p>
12098 
12099 <p>
12100 inoremap <buffer> <silent> ;pp <p>
12101 </p>O
12102 inoremap <buffer> <silent> ;ol <ol>
12103 </ol>O
12104 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
12105 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
12106 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
12107 inoremap <buffer> <silent> ;lk <link href="">F"
12108 inoremap <buffer> <silent> ;li <li></li>F<
12109 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
12110 inoremap <buffer> <silent> ;ii <isindex>
12111 inoremap <buffer> <silent> ;in <ins></ins>F<
12112 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
12113 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
12114 inoremap <buffer> <silent> ;ht <html>
12115 </html>O
12116 inoremap <buffer> <silent> ;Hr <hr width="75%">
12117 inoremap <buffer> <silent> ;hr <hr>
12118 inoremap <buffer> <silent> ;he <head>
12119 </head>O
12120 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
12121 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
12122 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
12123 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
12124 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
12125 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
12126 inoremap <buffer> <silent> ;h6 <h6></h6>F<
12127 inoremap <buffer> <silent> ;h5 <h5></h5>F<
12128 inoremap <buffer> <silent> ;h4 <h4></h4>F<
12129 inoremap <buffer> <silent> ;h3 <h3></h3>F<
12130 inoremap <buffer> <silent> ;h2 <h2></h2>F<
12131 inoremap <buffer> <silent> ;h1 <h1></h1>F<
12132 inoremap <buffer> <silent> ;fc <font color=""></font>F"
12133 inoremap <buffer> <silent> ;fo <font size=""></font>F"
12134 inoremap <buffer> <silent> ;sn <span></span>F<
12135 inoremap <buffer> <silent> ;dv <div>
12136 </div>O
12137 inoremap <buffer> <silent> ;df <dfn></dfn>F<
12138 inoremap <buffer> <silent> ;de <del></del>F<
12139 inoremap <buffer> <silent> ;dd <dd></dd>F<
12140 inoremap <buffer> <silent> ;dt <dt></dt>F<
12141 inoremap <buffer> <silent> ;dl <dl>
12142 </dl>O
12143 inoremap <buffer> <silent> ;co <code></code>F<
12144 inoremap <buffer> <silent> ;ci <cite></cite>F<
12145 inoremap <buffer> <silent> ;ce <center></center>F<
12146 inoremap <buffer> <silent> ;br <br>
12147 inoremap <buffer> <silent> ;bd <body>
12148 </body>O
12149 inoremap <buffer> <silent> ;bl <blockquote>
12150 </blockquote>O
12151 inoremap <buffer> <silent> ;bi <big></big>F<
12152 inoremap <buffer> <silent> ;bh <base href="">F"
12153 inoremap <buffer> <silent> ;ad <address></address>F<
12154 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
12155 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
12156 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
12157 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
12158 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
12159 inoremap <buffer> <silent> ;an <a name=""></a>F"
12160 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
12161 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
12162 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
12163 inoremap <buffer> <silent> ;ah <a href=""></a>F"
12164 imap <buffer> <silent> ;s4 ;s4
12165 imap <buffer> <silent> ;4 ;4
12166 inoremap <buffer> <silent> ;mi :call MangleImageTag()
12167 inoremap <buffer> <silent> ; 
12168 inoremap <buffer> <silent> ;& &
12169 inoremap <buffer> <silent> ;; ;
12170 setlocal keymap=
12171 setlocal noarabic
12172 setlocal autoindent
12173 setlocal balloonexpr=
12174 setlocal nobinary
12175 setlocal bufhidden=
12176 setlocal buflisted
12177 setlocal buftype=
12178 setlocal nocindent
12179 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12180 setlocal cinoptions=
12181 setlocal cinwords=if,else,while,do,for,switch
12182 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
12183 setlocal commentstring=<!--%s-->
12184 setlocal complete=.,w,b,u,t,i
12185 setlocal completefunc=
12186 setlocal nocopyindent
12187 setlocal nocursorcolumn
12188 setlocal nocursorline
12189 setlocal define=
12190 setlocal dictionary=
12191 setlocal nodiff
12192 setlocal equalprg=
12193 setlocal errorformat=
12194 setlocal noexpandtab
12195 if &filetype != 'html'
12196 setlocal filetype=html
12197 endif
12198 setlocal foldcolumn=0
12199 setlocal foldenable
12200 setlocal foldexpr=0
12201 setlocal foldignore=#
12202 setlocal foldlevel=0
12203 setlocal foldmarker={{{,}}}
12204 setlocal foldmethod=manual
12205 setlocal foldminlines=1
12206 setlocal foldnestmax=20
12207 setlocal foldtext=foldtext()
12208 setlocal formatexpr=
12209 setlocal formatoptions=tcq
12210 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12211 setlocal grepprg=
12212 setlocal iminsert=2
12213 setlocal imsearch=2
12214 setlocal include=
12215 setlocal includeexpr=
12216 setlocal indentexpr=
12217 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12218 setlocal noinfercase
12219 setlocal iskeyword=@,48-57,_,192-255
12220 setlocal keywordprg=
12221 setlocal nolinebreak
12222 setlocal nolisp
12223 setlocal nolist
12224 setlocal makeprg=
12225 setlocal matchpairs=(:),{:},[:],<:>
12226 setlocal nomodeline
12227 setlocal modifiable
12228 setlocal nrformats=octal,hex
12229 setlocal nonumber
12230 setlocal numberwidth=4
12231 setlocal omnifunc=htmlcomplete#CompleteTags
12232 setlocal path=
12233 setlocal nopreserveindent
12234 setlocal nopreviewwindow
12235 setlocal quoteescape=\\
12236 setlocal noreadonly
12237 setlocal norightleft
12238 setlocal rightleftcmd=search
12239 setlocal noscrollbind
12240 setlocal shiftwidth=8
12241 setlocal noshortname
12242 setlocal nosmartindent
12243 setlocal softtabstop=0
12244 setlocal nospell
12245 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
12246 setlocal spellfile=
12247 setlocal spelllang=en
12248 setlocal statusline=
12249 setlocal suffixesadd=
12250 setlocal swapfile
12251 setlocal synmaxcol=3000
12252 if &syntax != 'html'
12253 setlocal syntax=html
12254 endif
12255 setlocal tabstop=2
12256 setlocal tags=
12257 setlocal textwidth=0
12258 setlocal thesaurus=
12259 setlocal nowinfixheight
12260 setlocal nowinfixwidth
12261 setlocal wrap
12262 setlocal wrapmargin=0
12263 silent! normal! zE
12264 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
12265 if s:l < 1 | let s:l = 1 | endif
12266 exe s:l
12267 normal! zt
12268 1
12269 normal! 0
12270 tabedit scripts/2site
12271 set splitbelow splitright
12272 set nosplitbelow
12273 set nosplitright
12274 wincmd t
12275 set winheight=1 winwidth=1
12276 argglobal
12277 32argu
12278 edit scripts/2site
12279 setlocal keymap=
12280 setlocal noarabic
12281 setlocal autoindent
12282 setlocal balloonexpr=
12283 setlocal nobinary
12284 setlocal bufhidden=
12285 setlocal buflisted
12286 setlocal buftype=
12287 setlocal nocindent
12288 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12289 setlocal cinoptions=
12290 setlocal cinwords=if,else,while,do,for,switch
12291 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
12292 setlocal commentstring=#%s
12293 setlocal complete=.,w,b,u,t,i
12294 setlocal completefunc=
12295 setlocal nocopyindent
12296 setlocal nocursorcolumn
12297 setlocal nocursorline
12298 setlocal define=
12299 setlocal dictionary=
12300 setlocal nodiff
12301 setlocal equalprg=
12302 setlocal errorformat=
12303 setlocal noexpandtab
12304 if &filetype != 'sh'
12305 setlocal filetype=sh
12306 endif
12307 setlocal foldcolumn=0
12308 setlocal foldenable
12309 setlocal foldexpr=0
12310 setlocal foldignore=#
12311 setlocal foldlevel=0
12312 setlocal foldmarker={{{,}}}
12313 setlocal foldmethod=manual
12314 setlocal foldminlines=1
12315 setlocal foldnestmax=20
12316 setlocal foldtext=foldtext()
12317 setlocal formatexpr=
12318 setlocal formatoptions=tcq
12319 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12320 setlocal grepprg=
12321 setlocal iminsert=0
12322 setlocal imsearch=2
12323 setlocal include=
12324 setlocal includeexpr=
12325 setlocal indentexpr=
12326 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12327 setlocal noinfercase
12328 setlocal iskeyword=@,48-57,_,192-255
12329 setlocal keywordprg=
12330 setlocal nolinebreak
12331 setlocal nolisp
12332 setlocal nolist
12333 setlocal makeprg=
12334 setlocal matchpairs=(:),{:},[:]
12335 setlocal nomodeline
12336 setlocal modifiable
12337 setlocal nrformats=octal,hex
12338 setlocal nonumber
12339 setlocal numberwidth=4
12340 setlocal omnifunc=
12341 setlocal path=
12342 setlocal nopreserveindent
12343 setlocal nopreviewwindow
12344 setlocal quoteescape=\\
12345 setlocal noreadonly
12346 setlocal norightleft
12347 setlocal rightleftcmd=search
12348 setlocal noscrollbind
12349 setlocal shiftwidth=8
12350 setlocal noshortname
12351 setlocal nosmartindent
12352 setlocal softtabstop=0
12353 setlocal nospell
12354 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
12355 setlocal spellfile=
12356 setlocal spelllang=en
12357 setlocal statusline=
12358 setlocal suffixesadd=
12359 setlocal swapfile
12360 setlocal synmaxcol=3000
12361 if &syntax != 'sh'
12362 setlocal syntax=sh
12363 endif
12364 setlocal tabstop=2
12365 setlocal tags=
12366 setlocal textwidth=0
12367 setlocal thesaurus=
12368 setlocal nowinfixheight
12369 setlocal nowinfixwidth
12370 setlocal wrap
12371 setlocal wrapmargin=0
12372 silent! normal! zE
12373 let s:l = 34 - ((0 * winheight(0) + 19) / 38)
12374 if s:l < 1 | let s:l = 1 | endif
12375 exe s:l
12376 normal! zt
12377 34
12378 normal! 0
12379 tabedit scripts/html2offline
12380 set splitbelow splitright
12381 set nosplitbelow
12382 set nosplitright
12383 wincmd t
12384 set winheight=1 winwidth=1
12385 argglobal
12386 edit scripts/html2offline
12387 setlocal keymap=
12388 setlocal noarabic
12389 setlocal autoindent
12390 setlocal balloonexpr=
12391 setlocal nobinary
12392 setlocal bufhidden=
12393 setlocal buflisted
12394 setlocal buftype=
12395 setlocal nocindent
12396 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12397 setlocal cinoptions=
12398 setlocal cinwords=if,else,while,do,for,switch
12399 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
12400 setlocal commentstring=#%s
12401 setlocal complete=.,w,b,u,t,i
12402 setlocal completefunc=
12403 setlocal nocopyindent
12404 setlocal nocursorcolumn
12405 setlocal nocursorline
12406 setlocal define=
12407 setlocal dictionary=
12408 setlocal nodiff
12409 setlocal equalprg=
12410 setlocal errorformat=
12411 setlocal noexpandtab
12412 if &filetype != 'sh'
12413 setlocal filetype=sh
12414 endif
12415 setlocal foldcolumn=0
12416 setlocal foldenable
12417 setlocal foldexpr=0
12418 setlocal foldignore=#
12419 setlocal foldlevel=0
12420 setlocal foldmarker={{{,}}}
12421 setlocal foldmethod=manual
12422 setlocal foldminlines=1
12423 setlocal foldnestmax=20
12424 setlocal foldtext=foldtext()
12425 setlocal formatexpr=
12426 setlocal formatoptions=tcq
12427 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12428 setlocal grepprg=
12429 setlocal iminsert=0
12430 setlocal imsearch=2
12431 setlocal include=
12432 setlocal includeexpr=
12433 setlocal indentexpr=
12434 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12435 setlocal noinfercase
12436 setlocal iskeyword=@,48-57,_,192-255
12437 setlocal keywordprg=
12438 setlocal nolinebreak
12439 setlocal nolisp
12440 setlocal nolist
12441 setlocal makeprg=
12442 setlocal matchpairs=(:),{:},[:]
12443 setlocal nomodeline
12444 setlocal modifiable
12445 setlocal nrformats=octal,hex
12446 setlocal nonumber
12447 setlocal numberwidth=4
12448 setlocal omnifunc=
12449 setlocal path=
12450 setlocal nopreserveindent
12451 setlocal nopreviewwindow
12452 setlocal quoteescape=\\
12453 setlocal noreadonly
12454 setlocal norightleft
12455 setlocal rightleftcmd=search
12456 setlocal noscrollbind
12457 setlocal shiftwidth=8
12458 setlocal noshortname
12459 setlocal nosmartindent
12460 setlocal softtabstop=0
12461 setlocal nospell
12462 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
12463 setlocal spellfile=
12464 setlocal spelllang=en
12465 setlocal statusline=
12466 setlocal suffixesadd=
12467 setlocal swapfile
12468 setlocal synmaxcol=3000
12469 if &syntax != 'sh'
12470 setlocal syntax=sh
12471 endif
12472 setlocal tabstop=2
12473 setlocal tags=
12474 setlocal textwidth=0
12475 setlocal thesaurus=
12476 setlocal nowinfixheight
12477 setlocal nowinfixwidth
12478 setlocal wrap
12479 setlocal wrapmargin=0
12480 silent! normal! zE
12481 let s:l = 4 - ((3 * winheight(0) + 19) / 38)
12482 if s:l < 1 | let s:l = 1 | endif
12483 exe s:l
12484 normal! zt
12485 4
12486 normal! 063l
12487 tabedit scripts/html2txt
12488 set splitbelow splitright
12489 set nosplitbelow
12490 set nosplitright
12491 wincmd t
12492 set winheight=1 winwidth=1
12493 argglobal
12494 edit scripts/html2txt
12495 setlocal keymap=
12496 setlocal noarabic
12497 setlocal autoindent
12498 setlocal balloonexpr=
12499 setlocal nobinary
12500 setlocal bufhidden=
12501 setlocal buflisted
12502 setlocal buftype=
12503 setlocal nocindent
12504 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12505 setlocal cinoptions=
12506 setlocal cinwords=if,else,while,do,for,switch
12507 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
12508 setlocal commentstring=#%s
12509 setlocal complete=.,w,b,u,t,i
12510 setlocal completefunc=
12511 setlocal nocopyindent
12512 setlocal nocursorcolumn
12513 setlocal nocursorline
12514 setlocal define=
12515 setlocal dictionary=
12516 setlocal nodiff
12517 setlocal equalprg=
12518 setlocal errorformat=
12519 setlocal noexpandtab
12520 if &filetype != 'sh'
12521 setlocal filetype=sh
12522 endif
12523 setlocal foldcolumn=0
12524 setlocal foldenable
12525 setlocal foldexpr=0
12526 setlocal foldignore=#
12527 setlocal foldlevel=0
12528 setlocal foldmarker={{{,}}}
12529 setlocal foldmethod=manual
12530 setlocal foldminlines=1
12531 setlocal foldnestmax=20
12532 setlocal foldtext=foldtext()
12533 setlocal formatexpr=
12534 setlocal formatoptions=tcq
12535 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12536 setlocal grepprg=
12537 setlocal iminsert=0
12538 setlocal imsearch=2
12539 setlocal include=
12540 setlocal includeexpr=
12541 setlocal indentexpr=
12542 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12543 setlocal noinfercase
12544 setlocal iskeyword=@,48-57,_,192-255
12545 setlocal keywordprg=
12546 setlocal nolinebreak
12547 setlocal nolisp
12548 setlocal nolist
12549 setlocal makeprg=
12550 setlocal matchpairs=(:),{:},[:]
12551 setlocal nomodeline
12552 setlocal modifiable
12553 setlocal nrformats=octal,hex
12554 setlocal nonumber
12555 setlocal numberwidth=4
12556 setlocal omnifunc=
12557 setlocal path=
12558 setlocal nopreserveindent
12559 setlocal nopreviewwindow
12560 setlocal quoteescape=\\
12561 setlocal noreadonly
12562 setlocal norightleft
12563 setlocal rightleftcmd=search
12564 setlocal noscrollbind
12565 setlocal shiftwidth=8
12566 setlocal noshortname
12567 setlocal nosmartindent
12568 setlocal softtabstop=0
12569 setlocal nospell
12570 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
12571 setlocal spellfile=
12572 setlocal spelllang=en
12573 setlocal statusline=
12574 setlocal suffixesadd=
12575 setlocal swapfile
12576 setlocal synmaxcol=3000
12577 if &syntax != 'sh'
12578 setlocal syntax=sh
12579 endif
12580 setlocal tabstop=2
12581 setlocal tags=
12582 setlocal textwidth=0
12583 setlocal thesaurus=
12584 setlocal nowinfixheight
12585 setlocal nowinfixwidth
12586 setlocal wrap
12587 setlocal wrapmargin=0
12588 silent! normal! zE
12589 let s:l = 1 - ((0 * winheight(0) + 19) / 38)
12590 if s:l < 1 | let s:l = 1 | endif
12591 exe s:l
12592 normal! zt
12593 1
12594 normal! 0
12595 tabedit scripts/update-boot-params
12596 set splitbelow splitright
12597 set nosplitbelow
12598 set nosplitright
12599 wincmd t
12600 set winheight=1 winwidth=1
12601 argglobal
12602 33argu
12603 edit scripts/update-boot-params
12604 setlocal keymap=
12605 setlocal noarabic
12606 setlocal autoindent
12607 setlocal balloonexpr=
12608 setlocal nobinary
12609 setlocal bufhidden=
12610 setlocal buflisted
12611 setlocal buftype=
12612 setlocal nocindent
12613 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12614 setlocal cinoptions=
12615 setlocal cinwords=if,else,while,do,for,switch
12616 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
12617 setlocal commentstring=#%s
12618 setlocal complete=.,w,b,u,t,i
12619 setlocal completefunc=
12620 setlocal nocopyindent
12621 setlocal nocursorcolumn
12622 setlocal nocursorline
12623 setlocal define=
12624 setlocal dictionary=
12625 setlocal nodiff
12626 setlocal equalprg=
12627 setlocal errorformat=
12628 setlocal noexpandtab
12629 if &filetype != 'sh'
12630 setlocal filetype=sh
12631 endif
12632 setlocal foldcolumn=0
12633 setlocal foldenable
12634 setlocal foldexpr=0
12635 setlocal foldignore=#
12636 setlocal foldlevel=0
12637 setlocal foldmarker={{{,}}}
12638 setlocal foldmethod=manual
12639 setlocal foldminlines=1
12640 setlocal foldnestmax=20
12641 setlocal foldtext=foldtext()
12642 setlocal formatexpr=
12643 setlocal formatoptions=tcq
12644 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12645 setlocal grepprg=
12646 setlocal iminsert=2
12647 setlocal imsearch=2
12648 setlocal include=
12649 setlocal includeexpr=
12650 setlocal indentexpr=
12651 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12652 setlocal noinfercase
12653 setlocal iskeyword=@,48-57,_,192-255
12654 setlocal keywordprg=
12655 setlocal nolinebreak
12656 setlocal nolisp
12657 setlocal nolist
12658 setlocal makeprg=
12659 setlocal matchpairs=(:),{:},[:]
12660 setlocal nomodeline
12661 setlocal modifiable
12662 setlocal nrformats=octal,hex
12663 setlocal nonumber
12664 setlocal numberwidth=4
12665 setlocal omnifunc=
12666 setlocal path=
12667 setlocal nopreserveindent
12668 setlocal nopreviewwindow
12669 setlocal quoteescape=\\
12670 setlocal noreadonly
12671 setlocal norightleft
12672 setlocal rightleftcmd=search
12673 setlocal noscrollbind
12674 setlocal shiftwidth=8
12675 setlocal noshortname
12676 setlocal nosmartindent
12677 setlocal softtabstop=0
12678 setlocal nospell
12679 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
12680 setlocal spellfile=
12681 setlocal spelllang=en
12682 setlocal statusline=
12683 setlocal suffixesadd=
12684 setlocal swapfile
12685 setlocal synmaxcol=3000
12686 if &syntax != 'sh'
12687 setlocal syntax=sh
12688 endif
12689 setlocal tabstop=2
12690 setlocal tags=
12691 setlocal textwidth=0
12692 setlocal thesaurus=
12693 setlocal nowinfixheight
12694 setlocal nowinfixwidth
12695 setlocal wrap
12696 setlocal wrapmargin=0
12697 silent! normal! zE
12698 let s:l = 2 - ((0 * winheight(0) + 19) / 38)
12699 if s:l < 1 | let s:l = 1 | endif
12700 exe s:l
12701 normal! zt
12702 2
12703 normal! 0
12704 tabedit ../chkNamedLinks
12705 set splitbelow splitright
12706 set nosplitbelow
12707 set nosplitright
12708 wincmd t
12709 set winheight=1 winwidth=1
12710 argglobal
12711 34argu
12712 setlocal keymap=
12713 setlocal noarabic
12714 setlocal autoindent
12715 setlocal balloonexpr=
12716 setlocal nobinary
12717 setlocal bufhidden=
12718 setlocal buflisted
12719 setlocal buftype=
12720 setlocal nocindent
12721 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12722 setlocal cinoptions=
12723 setlocal cinwords=if,else,while,do,for,switch
12724 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
12725 setlocal commentstring=#%s
12726 setlocal complete=.,w,b,u,t,i
12727 setlocal completefunc=
12728 setlocal nocopyindent
12729 setlocal nocursorcolumn
12730 setlocal nocursorline
12731 setlocal define=
12732 setlocal dictionary=
12733 setlocal nodiff
12734 setlocal equalprg=
12735 setlocal errorformat=
12736 setlocal noexpandtab
12737 if &filetype != 'sh'
12738 setlocal filetype=sh
12739 endif
12740 setlocal foldcolumn=0
12741 setlocal foldenable
12742 setlocal foldexpr=0
12743 setlocal foldignore=#
12744 setlocal foldlevel=0
12745 setlocal foldmarker={{{,}}}
12746 setlocal foldmethod=manual
12747 setlocal foldminlines=1
12748 setlocal foldnestmax=20
12749 setlocal foldtext=foldtext()
12750 setlocal formatexpr=
12751 setlocal formatoptions=tcq
12752 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12753 setlocal grepprg=
12754 setlocal iminsert=0
12755 setlocal imsearch=2
12756 setlocal include=
12757 setlocal includeexpr=
12758 setlocal indentexpr=
12759 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12760 setlocal noinfercase
12761 setlocal iskeyword=@,48-57,_,192-255
12762 setlocal keywordprg=
12763 setlocal nolinebreak
12764 setlocal nolisp
12765 setlocal nolist
12766 setlocal makeprg=
12767 setlocal matchpairs=(:),{:},[:]
12768 setlocal nomodeline
12769 setlocal modifiable
12770 setlocal nrformats=octal,hex
12771 setlocal nonumber
12772 setlocal numberwidth=4
12773 setlocal omnifunc=
12774 setlocal path=
12775 setlocal nopreserveindent
12776 setlocal nopreviewwindow
12777 setlocal quoteescape=\\
12778 setlocal noreadonly
12779 setlocal norightleft
12780 setlocal rightleftcmd=search
12781 setlocal noscrollbind
12782 setlocal shiftwidth=8
12783 setlocal noshortname
12784 setlocal nosmartindent
12785 setlocal softtabstop=0
12786 setlocal nospell
12787 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
12788 setlocal spellfile=
12789 setlocal spelllang=en
12790 setlocal statusline=
12791 setlocal suffixesadd=
12792 setlocal swapfile
12793 setlocal synmaxcol=3000
12794 if &syntax != 'sh'
12795 setlocal syntax=sh
12796 endif
12797 setlocal tabstop=2
12798 setlocal tags=
12799 setlocal textwidth=0
12800 setlocal thesaurus=
12801 setlocal nowinfixheight
12802 setlocal nowinfixwidth
12803 setlocal wrap
12804 setlocal wrapmargin=0
12805 silent! normal! zE
12806 let s:l = 2 - ((0 * winheight(0) + 19) / 38)
12807 if s:l < 1 | let s:l = 1 | endif
12808 exe s:l
12809 normal! zt
12810 2
12811 normal! 0
12812 tabnext 32
12813 if exists('s:wipebuf')
12814 silent exe 'bwipe ' . s:wipebuf
12815 endif
12816 unlet! s:wipebuf
12817 set winheight=1 winwidth=20 shortmess=filnxtToO
12818 let s:sx = expand("<sfile>:p:r")."x.vim"
12819 if file_readable(s:sx)
12820 exe "source " . fnameescape(s:sx)
12821 endif
12822 let &so = s:so_save | let &siso = s:siso_save
12823 doautoall SessionLoadPost
12824 unlet SessionLoad
12825 " vim: set ft=vim :

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26