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

Contents of /Documentation.vim

Parent Directory Parent Directory | Revision Log Revision Log


Revision 132 - (show annotations)
Tue Sep 21 13:14:15 2010 UTC (13 years, 7 months ago) by sng
File size: 479321 byte(s)
updating printable.php
  - added navigation links for documentation pages
  - made the navigation links invissible when printing

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 \c :echo g:colors_name
7 map \p :CP
8 map \n :CN
9 map \dk <Plug>DirDiffPrev
10 map \dj <Plug>DirDiffNext
11 map \dp <Plug>DirDiffPut
12 map \dg <Plug>DirDiffGet
13 nmap gx <Plug>NetrwBrowseX
14 map <F12> :colorscheme default
15 map <S-F12> :colorscheme desert
16 nnoremap <silent> <Plug>NetrwBrowseX :call netrw#NetrwBrowseX(expand("<cWORD>"),0)
17 map <S-Insert> <MiddleMouse>
18 noremap ë gt
19 noremap ê gT
20 iabbr Cs case "$" in
21 )
22 
23 ;;
24 )
25 
26 ;;
27 *)
28 
29 ;;
30 esac
31 iabbr Un until [ ];do
32 
33 done
34 iabbr Wh while [ ];do
35 
36 done
37 iabbr Ifil if [ ];then
38 
39 elif [ ];then
40 
41 else
42 
43 fi
44 iabbr Ifl if [ ];then
45 
46 else
47 
48 fi
49 iabbr Ifn if [ ];then
50 
51 fi
52 iabbr Fn for n in ;do
53 
54 done
55 let &cpo=s:cpo_save
56 unlet s:cpo_save
57 set autoindent
58 set backspace=indent,eol,start
59 set expandtab
60 set fileencodings=ucs-bom,utf-8,default,latin1
61 set guifont=Monospace\ 13
62 set helplang=el
63 set history=50
64 set nomodeline
65 set mouse=a
66 set pastetoggle=<F10>
67 set printoptions=paper:a4
68 set ruler
69 set runtimepath=~/.vim,/var/lib/vim/addons,/usr/share/vim/vimfiles,/usr/share/vim/vim73,/usr/share/vim/vimfiles/after,/var/lib/vim/addons/after,~/.vim/after
70 set shiftwidth=4
71 set showbreak=
72 set showcmd
73 set showmatch
74 set smarttab
75 set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc
76 set tabpagemax=1000
77 set tabstop=4
78 set termencoding=utf-8
79 set wildmenu
80 let s:so_save = &so | let s:siso_save = &siso | set so=0 siso=0
81 let v:this_session=expand("<sfile>:p")
82 silent only
83 cd ~/clonezilla-sysresccd/trunk/www/working
84 if expand('%') == '' && !&modified && line('$') <= 1 && getline(1) == ''
85 let s:wipebuf = bufnr('%')
86 endif
87 set shortmess=aoO
88 badd +1 annex-a-devices.html
89 badd +1 backup.html
90 badd +1 backup-smb.html
91 badd +1 boot-params.html
92 badd +1 clonezilla.html
93 badd +1 custom-cd.html
94 badd +1 flash-backup.html
95 badd +1 help.html
96 badd +1 index.html
97 badd +1 intro.html
98 badd +1 oldboot.html
99 badd +1 own-scripts.html
100 badd +1 partitions.html
101 badd +1 project.html
102 badd +1 recover.html
103 badd +1 reloc-img.html
104 badd +1 restoration.html
105 badd +1 restore-burn.html
106 badd +1 restore.html
107 badd +1 screenshots.html
108 badd +1 supergrubdisk.html
109 badd +1 sysresccd.html
110 badd +1 usb.html
111 badd +1 news.php
112 badd +1 printable.php
113 badd +1 clonezilla-sysresccd.rss
114 badd +1 ../.htaccess
115 badd +1 .404.html
116 badd +1 .news.php
117 badd +1 .template.html
118 badd +1 scripts/2site
119 badd +1 scripts/html2txt
120 badd +1 ../chkNamedLinks
121 badd +1 scripts/html2doc
122 badd +1 download.html
123 args annex-a-devices.html backup.html backup-smb.html boot-params.html clonezilla.html custom-cd.html flash-backup.html help.html index.html intro.html oldboot.html own-scripts.html partitions.html project.html recover.html reloc-img.html restoration.html restore-burn.html restore.html screenshots.html supergrubdisk.html sysresccd.html usb.html news.php printable.php clonezilla-sysresccd.rss ../.htaccess .404.html .news.php .template.html scripts/2site scripts/html2txt ../chkNamedLinks
124 edit annex-a-devices.html
125 set splitbelow splitright
126 set nosplitbelow
127 set nosplitright
128 wincmd t
129 set winheight=1 winwidth=1
130 argglobal
131 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
132 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
133 nnoremap <buffer> <silent> ;# :ColorSelect
134 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
135 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
136 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
137 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
138 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
139 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
140 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
141 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
142 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
143 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
144 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
145 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
146 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
147 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
148 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
149 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
150 nnoremap <buffer> <silent> ;s4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"') | call append(1, ' "http://www.w3.org/TR/html4/strict.dtd">')
151 nnoremap <buffer> <silent> ;4 :call append(0, '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"') | call append(1, ' "http://www.w3.org/TR/html4/loose.dtd">')
152 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
153 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
154 nnoremap <buffer> <silent> ; 
155 nnoremap <buffer> <silent> ;; ;
156 vnoremap <buffer> <silent> ;; ;
157 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
158 inoremap <buffer> <silent> &hA &hArr;
159 inoremap <buffer> <silent> &dA &dArr;
160 inoremap <buffer> <silent> &rA &rArr;
161 inoremap <buffer> <silent> &uA &uArr;
162 inoremap <buffer> <silent> &lA &lArr;
163 inoremap <buffer> <silent> &ha &harr;
164 inoremap <buffer> <silent> &da &darr;
165 inoremap <buffer> <silent> &ra &rarr;
166 inoremap <buffer> <silent> &ua &uarr;
167 inoremap <buffer> <silent> &la &larr;
168 inoremap <buffer> <silent> &pv &piv;
169 inoremap <buffer> <silent> &uh &upsih;
170 inoremap <buffer> <silent> &ts &thetasym;
171 inoremap <buffer> <silent> &og &omega;
172 inoremap <buffer> <silent> &ps &psi;
173 inoremap <buffer> <silent> &ch &chi;
174 inoremap <buffer> <silent> &ph &phi;
175 inoremap <buffer> <silent> &up &upsilon;
176 inoremap <buffer> <silent> &ta &tau;
177 inoremap <buffer> <silent> &sf &sigmaf;
178 inoremap <buffer> <silent> &si &sigma;
179 inoremap <buffer> <silent> &rh &rho;
180 inoremap <buffer> <silent> &pi &pi;
181 inoremap <buffer> <silent> &oc &omicron;
182 inoremap <buffer> <silent> &xi &xi;
183 inoremap <buffer> <silent> &nu &nu;
184 inoremap <buffer> <silent> &mu &mu;
185 inoremap <buffer> <silent> &lm &lambda;
186 inoremap <buffer> <silent> &ka &kappa;
187 inoremap <buffer> <silent> &io &iota;
188 inoremap <buffer> <silent> &th &theta;
189 inoremap <buffer> <silent> &et &eta;
190 inoremap <buffer> <silent> &ze &zeta;
191 inoremap <buffer> <silent> &ep &epsilon;
192 inoremap <buffer> <silent> &de &delta;
193 inoremap <buffer> <silent> &ga &gamma;
194 inoremap <buffer> <silent> &be &beta;
195 inoremap <buffer> <silent> &al &alpha;
196 inoremap <buffer> <silent> &Ps &Psi;
197 inoremap <buffer> <silent> &Ch &Chi;
198 inoremap <buffer> <silent> &Ph &Phi;
199 inoremap <buffer> <silent> &Up &Upsilon;
200 inoremap <buffer> <silent> &Ta &Tau;
201 inoremap <buffer> <silent> &Si &Sigma;
202 inoremap <buffer> <silent> &Rh &Rho;
203 inoremap <buffer> <silent> &Pi &Pi;
204 inoremap <buffer> <silent> &Oc &Omicron;
205 inoremap <buffer> <silent> &Xi &Xi;
206 inoremap <buffer> <silent> &Nu &Nu;
207 inoremap <buffer> <silent> &Mu &Mu;
208 inoremap <buffer> <silent> &Lm &Lambda;
209 inoremap <buffer> <silent> &Ka &Kappa;
210 inoremap <buffer> <silent> &Io &Iota;
211 inoremap <buffer> <silent> &Th &Theta;
212 inoremap <buffer> <silent> &Et &Eta;
213 inoremap <buffer> <silent> &Ze &Zeta;
214 inoremap <buffer> <silent> &Ep &Epsilon;
215 inoremap <buffer> <silent> &De &Delta;
216 inoremap <buffer> <silent> &Ga &Gamma;
217 inoremap <buffer> <silent> &Be &Beta;
218 inoremap <buffer> <silent> &Al &Alpha;
219 inoremap <buffer> <silent> &3. &hellip;
220 inoremap <buffer> <silent> &-- &mdash;
221 inoremap <buffer> <silent> &3- &mdash;
222 inoremap <buffer> <silent> &m- &mdash;
223 inoremap <buffer> <silent> &2- &ndash;
224 inoremap <buffer> <silent> &n- &ndash;
225 inoremap <buffer> <silent> &34 &frac34;
226 inoremap <buffer> <silent> &12 &frac12;
227 inoremap <buffer> <silent> &14 &frac14;
228 inoremap <buffer> <silent> &. &middot;
229 inoremap <buffer> <silent> &pa &para;
230 inoremap <buffer> <silent> &mi &micro;
231 inoremap <buffer> <silent> &dg &deg;
232 inoremap <buffer> <silent> &? &iquest;
233 inoremap <buffer> <silent> &! &iexcl;
234 inoremap <buffer> <silent> &sz &szlig;
235 inoremap <buffer> <silent> &o/ &oslash;
236 inoremap <buffer> <silent> &/ &divide;
237 inoremap <buffer> <silent> &" &uml;
238 inoremap <buffer> <silent> &2> &raquo;
239 inoremap <buffer> <silent> &2< &laquo;
240 inoremap <buffer> <silent> &y" &yuml;
241 inoremap <buffer> <silent> &y' &yacute;
242 inoremap <buffer> <silent> &u" &uuml;
243 inoremap <buffer> <silent> &u^ &ucirc;
244 inoremap <buffer> <silent> &u' &uacute;
245 inoremap <buffer> <silent> &u` &ugrave;
246 inoremap <buffer> <silent> &x &times;
247 inoremap <buffer> <silent> &o" &ouml;
248 inoremap <buffer> <silent> &o~ &otilde;
249 inoremap <buffer> <silent> &o^ &ocirc;
250 inoremap <buffer> <silent> &o' &oacute;
251 inoremap <buffer> <silent> &o` &ograve;
252 inoremap <buffer> <silent> &n~ &ntilde;
253 inoremap <buffer> <silent> &i" &iuml;
254 inoremap <buffer> <silent> &i^ &icirc;
255 inoremap <buffer> <silent> &i' &iacute;
256 inoremap <buffer> <silent> &i` &igrave;
257 inoremap <buffer> <silent> &e" &euml;
258 inoremap <buffer> <silent> &e^ &ecirc;
259 inoremap <buffer> <silent> &e' &eacute;
260 inoremap <buffer> <silent> &e` &egrave;
261 inoremap <buffer> <silent> &c, &ccedil;
262 inoremap <buffer> <silent> &ae &aelig;
263 inoremap <buffer> <silent> &ao &aring;
264 inoremap <buffer> <silent> &a" &auml;
265 inoremap <buffer> <silent> &a~ &atilde;
266 inoremap <buffer> <silent> &a^ &acirc;
267 inoremap <buffer> <silent> &a' &aacute;
268 inoremap <buffer> <silent> &a` &agrave;
269 inoremap <buffer> <silent> &Y' &Yacute;
270 inoremap <buffer> <silent> &U" &Uuml;
271 inoremap <buffer> <silent> &U^ &Ucirc;
272 inoremap <buffer> <silent> &U' &Uacute;
273 inoremap <buffer> <silent> &U` &Ugrave;
274 inoremap <buffer> <silent> &O/ &Oslash;
275 inoremap <buffer> <silent> &O" &Ouml;
276 inoremap <buffer> <silent> &O~ &Otilde;
277 inoremap <buffer> <silent> &O^ &Ocirc;
278 inoremap <buffer> <silent> &O' &Oacute;
279 inoremap <buffer> <silent> &O` &Ograve;
280 inoremap <buffer> <silent> &N~ &Ntilde;
281 inoremap <buffer> <silent> &I" &Iuml;
282 inoremap <buffer> <silent> &I^ &Icirc;
283 inoremap <buffer> <silent> &I' &Iacute;
284 inoremap <buffer> <silent> &I` &Igrave;
285 inoremap <buffer> <silent> &E" &Euml;
286 inoremap <buffer> <silent> &E^ &Ecirc;
287 inoremap <buffer> <silent> &E' &Eacute;
288 inoremap <buffer> <silent> &E` &Egrave;
289 inoremap <buffer> <silent> &C, &Ccedil;
290 inoremap <buffer> <silent> &AE &AElig;
291 inoremap <buffer> <silent> &Ao &Aring;
292 inoremap <buffer> <silent> &A" &Auml;
293 inoremap <buffer> <silent> &A~ &Atilde;
294 inoremap <buffer> <silent> &A^ &Acirc;
295 inoremap <buffer> <silent> &A' &Aacute;
296 inoremap <buffer> <silent> &A` &Agrave;
297 inoremap <buffer> <silent> &c| &cent;
298 inoremap <buffer> <silent> &Y= &yen;
299 inoremap <buffer> <silent> &# &pound;
300 inoremap <buffer> <silent> & &nbsp;
301 inoremap <buffer> <silent> &> &gt;
302 inoremap <buffer> <silent> &< &lt;
303 inoremap <buffer> <silent> &' &quot;
304 inoremap <buffer> <silent> &tm &trade;
305 inoremap <buffer> <silent> &rO &reg;
306 inoremap <buffer> <silent> &cO &copy;
307 inoremap <buffer> <silent> && &amp;
308 inoremap <buffer> <silent> ;# :ColorSelect
309 inoremap <buffer> <silent> ; &nbsp;
310 inoremap <buffer> <silent> ;la <label for=""></label>F"
311 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
312 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
313 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
314 </textarea>k$5F"i
315 inoremap <buffer> <silent> ;og <optgroup label="">
316 </optgroup>k$F"i
317 inoremap <buffer> <silent> ;op <option></option>F<
318 inoremap <buffer> <silent> ;ms <select name="" multiple>
319 </select>O
320 inoremap <buffer> <silent> ;se <select name="">
321 </select>O
322 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
323 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
324 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
325 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
326 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
327 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
328 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
329 inoremap <buffer> <silent> ;fm <form action="">
330 </form>k$F"i
331 inoremap <buffer> <silent> ;if <iframe src="">
332 </iframe>k$F"i
333 inoremap <buffer> <silent> ;nf <noframes>
334 </noframes>O
335 inoremap <buffer> <silent> ;fr <frame src="">F"
336 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
337 </frameset>k$3F"i
338 inoremap <buffer> <silent> ;th <th></th>F<
339 inoremap <buffer> <silent> ;td <td>
340 </td>O
341 inoremap <buffer> <silent> ;tr <tr>
342 </tr>O
343 inoremap <buffer> <silent> ;tf <tfoot>
344 </tfoot>O
345 inoremap <buffer> <silent> ;tb <tbody>
346 </tbody>O
347 inoremap <buffer> <silent> ;tH <thead>
348 </thead>O
349 inoremap <buffer> <silent> ;ta <table>
350 </table>O
351 inoremap <buffer> <silent> ;ca <caption></caption>F<
352 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
353 </object>k$5F"i
354 inoremap <buffer> <silent> ;ns <noscript>
355 </noscripT>O
356 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
357 <noembed></noembed>k$5F"i
358 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
359 inoremap <buffer> <silent> ;va <var></var>F<
360 inoremap <buffer> <silent> ;ul <ul>
361 </ul>O
362 inoremap <buffer> <silent> ;tt <tt></tt>F<
363 inoremap <buffer> <silent> ;ti <title></title>F<
364 inoremap <buffer> <silent> ;sp <sup></sup>F<
365 inoremap <buffer> <silent> ;sb <sub></sub>F<
366 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
367 inoremap <buffer> <silent> ;cs <style type="text/css">
368 <!--
369 -->
370 </style>kO
371 inoremap <buffer> <silent> ;sm <small></small>F<
372 inoremap <buffer> <silent> ;sa <samp></samp>F<
373 inoremap <buffer> <silent> ;sk <strike></strike>F<
374 inoremap <buffer> <silent> ;qu <q></q>F<
375 inoremap <buffer> <silent> ;pr <pre>
376 </pre>O
377 inoremap <buffer> <silent> ;/p </p>
378 
379 <p>
380 inoremap <buffer> <silent> ;pp <p>
381 </p>O
382 inoremap <buffer> <silent> ;ol <ol>
383 </ol>O
384 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
385 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
386 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
387 inoremap <buffer> <silent> ;lk <link href="">F"
388 inoremap <buffer> <silent> ;li <li></li>F<
389 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
390 inoremap <buffer> <silent> ;ii <isindex>
391 inoremap <buffer> <silent> ;in <ins></ins>F<
392 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
393 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
394 inoremap <buffer> <silent> ;ht <html>
395 </html>O
396 inoremap <buffer> <silent> ;Hr <hr width="75%">
397 inoremap <buffer> <silent> ;hr <hr>
398 inoremap <buffer> <silent> ;he <head>
399 </head>O
400 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
401 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
402 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
403 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
404 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
405 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
406 inoremap <buffer> <silent> ;h6 <h6></h6>F<
407 inoremap <buffer> <silent> ;h5 <h5></h5>F<
408 inoremap <buffer> <silent> ;h4 <h4></h4>F<
409 inoremap <buffer> <silent> ;h3 <h3></h3>F<
410 inoremap <buffer> <silent> ;h2 <h2></h2>F<
411 inoremap <buffer> <silent> ;h1 <h1></h1>F<
412 inoremap <buffer> <silent> ;fc <font color=""></font>F"
413 inoremap <buffer> <silent> ;fo <font size=""></font>F"
414 inoremap <buffer> <silent> ;sn <span></span>F<
415 inoremap <buffer> <silent> ;dv <div>
416 </div>O
417 inoremap <buffer> <silent> ;df <dfn></dfn>F<
418 inoremap <buffer> <silent> ;de <del></del>F<
419 inoremap <buffer> <silent> ;dd <dd></dd>F<
420 inoremap <buffer> <silent> ;dt <dt></dt>F<
421 inoremap <buffer> <silent> ;dl <dl>
422 </dl>O
423 inoremap <buffer> <silent> ;co <code></code>F<
424 inoremap <buffer> <silent> ;ci <cite></cite>F<
425 inoremap <buffer> <silent> ;ce <center></center>F<
426 inoremap <buffer> <silent> ;br <br>
427 inoremap <buffer> <silent> ;bd <body>
428 </body>O
429 inoremap <buffer> <silent> ;bl <blockquote>
430 </blockquote>O
431 inoremap <buffer> <silent> ;bi <big></big>F<
432 inoremap <buffer> <silent> ;bh <base href="">F"
433 inoremap <buffer> <silent> ;ad <address></address>F<
434 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
435 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
436 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
437 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
438 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
439 inoremap <buffer> <silent> ;an <a name=""></a>F"
440 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
441 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
442 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
443 inoremap <buffer> <silent> ;ah <a href=""></a>F"
444 imap <buffer> <silent> ;s4 ;s4
445 imap <buffer> <silent> ;4 ;4
446 inoremap <buffer> <silent> ;mi :call MangleImageTag()
447 inoremap <buffer> <silent> ; 
448 inoremap <buffer> <silent> ;& &
449 inoremap <buffer> <silent> ;; ;
450 setlocal keymap=
451 setlocal noarabic
452 setlocal autoindent
453 setlocal balloonexpr=
454 setlocal nobinary
455 setlocal bufhidden=
456 setlocal buflisted
457 setlocal buftype=
458 setlocal nocindent
459 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
460 setlocal cinoptions=
461 setlocal cinwords=if,else,while,do,for,switch
462 setlocal colorcolumn=
463 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
464 setlocal commentstring=<!--%s-->
465 setlocal complete=.,w,b,u,t,i
466 setlocal concealcursor=
467 setlocal conceallevel=0
468 setlocal completefunc=
469 setlocal nocopyindent
470 setlocal cryptmethod=
471 setlocal nocursorbind
472 setlocal nocursorcolumn
473 setlocal nocursorline
474 setlocal define=
475 setlocal dictionary=
476 setlocal nodiff
477 setlocal equalprg=
478 setlocal errorformat=
479 setlocal expandtab
480 if &filetype != 'html'
481 setlocal filetype=html
482 endif
483 setlocal foldcolumn=0
484 setlocal foldenable
485 setlocal foldexpr=0
486 setlocal foldignore=#
487 setlocal foldlevel=0
488 setlocal foldmarker={{{,}}}
489 setlocal foldmethod=manual
490 setlocal foldminlines=1
491 setlocal foldnestmax=20
492 setlocal foldtext=foldtext()
493 setlocal formatexpr=
494 setlocal formatoptions=tcq
495 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
496 setlocal grepprg=
497 setlocal iminsert=0
498 setlocal imsearch=2
499 setlocal include=
500 setlocal includeexpr=
501 setlocal indentexpr=
502 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
503 setlocal noinfercase
504 setlocal iskeyword=@,48-57,_,192-255
505 setlocal keywordprg=
506 setlocal nolinebreak
507 setlocal nolisp
508 setlocal nolist
509 setlocal makeprg=
510 setlocal matchpairs=(:),{:},[:],<:>
511 setlocal nomodeline
512 setlocal modifiable
513 setlocal nrformats=octal,hex
514 setlocal nonumber
515 setlocal numberwidth=4
516 setlocal omnifunc=htmlcomplete#CompleteTags
517 setlocal path=
518 setlocal nopreserveindent
519 setlocal nopreviewwindow
520 setlocal quoteescape=\\
521 setlocal noreadonly
522 setlocal norelativenumber
523 setlocal norightleft
524 setlocal rightleftcmd=search
525 setlocal noscrollbind
526 setlocal shiftwidth=4
527 setlocal noshortname
528 setlocal nosmartindent
529 setlocal softtabstop=0
530 setlocal nospell
531 setlocal spellcapcheck=[.?!]\\_[\\])'\"\ \ ]\\+
532 setlocal spellfile=
533 setlocal spelllang=en
534 setlocal statusline=
535 setlocal suffixesadd=
536 setlocal swapfile
537 setlocal synmaxcol=3000
538 if &syntax != 'html'
539 setlocal syntax=html
540 endif
541 setlocal tabstop=4
542 setlocal tags=
543 setlocal textwidth=0
544 setlocal thesaurus=
545 setlocal noundofile
546 setlocal nowinfixheight
547 setlocal nowinfixwidth
548 setlocal wrap
549 setlocal wrapmargin=0
550 silent! normal! zE
551 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
552 if s:l < 1 | let s:l = 1 | endif
553 exe s:l
554 normal! zt
555 1
556 normal! 0
557 tabedit backup.html
558 set splitbelow splitright
559 set nosplitbelow
560 set nosplitright
561 wincmd t
562 set winheight=1 winwidth=1
563 argglobal
564 2argu
565 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
566 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
567 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
568 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
569 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
570 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
571 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
572 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
573 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
574 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
575 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
576 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
577 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
578 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
579 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
580 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
581 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
582 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
583 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">')
584 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">')
585 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
586 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
587 nnoremap <buffer> <silent> ; 
588 nnoremap <buffer> <silent> ;; ;
589 vnoremap <buffer> <silent> ;; ;
590 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
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> &ha &harr;
597 inoremap <buffer> <silent> &da &darr;
598 inoremap <buffer> <silent> &ra &rarr;
599 inoremap <buffer> <silent> &ua &uarr;
600 inoremap <buffer> <silent> &la &larr;
601 inoremap <buffer> <silent> &pv &piv;
602 inoremap <buffer> <silent> &uh &upsih;
603 inoremap <buffer> <silent> &ts &thetasym;
604 inoremap <buffer> <silent> &og &omega;
605 inoremap <buffer> <silent> &ps &psi;
606 inoremap <buffer> <silent> &ch &chi;
607 inoremap <buffer> <silent> &ph &phi;
608 inoremap <buffer> <silent> &up &upsilon;
609 inoremap <buffer> <silent> &ta &tau;
610 inoremap <buffer> <silent> &sf &sigmaf;
611 inoremap <buffer> <silent> &si &sigma;
612 inoremap <buffer> <silent> &rh &rho;
613 inoremap <buffer> <silent> &pi &pi;
614 inoremap <buffer> <silent> &oc &omicron;
615 inoremap <buffer> <silent> &xi &xi;
616 inoremap <buffer> <silent> &nu &nu;
617 inoremap <buffer> <silent> &mu &mu;
618 inoremap <buffer> <silent> &lm &lambda;
619 inoremap <buffer> <silent> &ka &kappa;
620 inoremap <buffer> <silent> &io &iota;
621 inoremap <buffer> <silent> &th &theta;
622 inoremap <buffer> <silent> &et &eta;
623 inoremap <buffer> <silent> &ze &zeta;
624 inoremap <buffer> <silent> &ep &epsilon;
625 inoremap <buffer> <silent> &de &delta;
626 inoremap <buffer> <silent> &ga &gamma;
627 inoremap <buffer> <silent> &be &beta;
628 inoremap <buffer> <silent> &al &alpha;
629 inoremap <buffer> <silent> &Ps &Psi;
630 inoremap <buffer> <silent> &Ch &Chi;
631 inoremap <buffer> <silent> &Ph &Phi;
632 inoremap <buffer> <silent> &Up &Upsilon;
633 inoremap <buffer> <silent> &Ta &Tau;
634 inoremap <buffer> <silent> &Si &Sigma;
635 inoremap <buffer> <silent> &Rh &Rho;
636 inoremap <buffer> <silent> &Pi &Pi;
637 inoremap <buffer> <silent> &Oc &Omicron;
638 inoremap <buffer> <silent> &Xi &Xi;
639 inoremap <buffer> <silent> &Nu &Nu;
640 inoremap <buffer> <silent> &Mu &Mu;
641 inoremap <buffer> <silent> &Lm &Lambda;
642 inoremap <buffer> <silent> &Ka &Kappa;
643 inoremap <buffer> <silent> &Io &Iota;
644 inoremap <buffer> <silent> &Th &Theta;
645 inoremap <buffer> <silent> &Et &Eta;
646 inoremap <buffer> <silent> &Ze &Zeta;
647 inoremap <buffer> <silent> &Ep &Epsilon;
648 inoremap <buffer> <silent> &De &Delta;
649 inoremap <buffer> <silent> &Ga &Gamma;
650 inoremap <buffer> <silent> &Be &Beta;
651 inoremap <buffer> <silent> &Al &Alpha;
652 inoremap <buffer> <silent> &3. &hellip;
653 inoremap <buffer> <silent> &-- &mdash;
654 inoremap <buffer> <silent> &3- &mdash;
655 inoremap <buffer> <silent> &m- &mdash;
656 inoremap <buffer> <silent> &2- &ndash;
657 inoremap <buffer> <silent> &n- &ndash;
658 inoremap <buffer> <silent> &34 &frac34;
659 inoremap <buffer> <silent> &12 &frac12;
660 inoremap <buffer> <silent> &14 &frac14;
661 inoremap <buffer> <silent> &. &middot;
662 inoremap <buffer> <silent> &pa &para;
663 inoremap <buffer> <silent> &mi &micro;
664 inoremap <buffer> <silent> &dg &deg;
665 inoremap <buffer> <silent> &? &iquest;
666 inoremap <buffer> <silent> &! &iexcl;
667 inoremap <buffer> <silent> &sz &szlig;
668 inoremap <buffer> <silent> &o/ &oslash;
669 inoremap <buffer> <silent> &/ &divide;
670 inoremap <buffer> <silent> &" &uml;
671 inoremap <buffer> <silent> &2> &raquo;
672 inoremap <buffer> <silent> &2< &laquo;
673 inoremap <buffer> <silent> &y" &yuml;
674 inoremap <buffer> <silent> &y' &yacute;
675 inoremap <buffer> <silent> &u" &uuml;
676 inoremap <buffer> <silent> &u^ &ucirc;
677 inoremap <buffer> <silent> &u' &uacute;
678 inoremap <buffer> <silent> &u` &ugrave;
679 inoremap <buffer> <silent> &x &times;
680 inoremap <buffer> <silent> &o" &ouml;
681 inoremap <buffer> <silent> &o~ &otilde;
682 inoremap <buffer> <silent> &o^ &ocirc;
683 inoremap <buffer> <silent> &o' &oacute;
684 inoremap <buffer> <silent> &o` &ograve;
685 inoremap <buffer> <silent> &n~ &ntilde;
686 inoremap <buffer> <silent> &i" &iuml;
687 inoremap <buffer> <silent> &i^ &icirc;
688 inoremap <buffer> <silent> &i' &iacute;
689 inoremap <buffer> <silent> &i` &igrave;
690 inoremap <buffer> <silent> &e" &euml;
691 inoremap <buffer> <silent> &e^ &ecirc;
692 inoremap <buffer> <silent> &e' &eacute;
693 inoremap <buffer> <silent> &e` &egrave;
694 inoremap <buffer> <silent> &c, &ccedil;
695 inoremap <buffer> <silent> &ae &aelig;
696 inoremap <buffer> <silent> &ao &aring;
697 inoremap <buffer> <silent> &a" &auml;
698 inoremap <buffer> <silent> &a~ &atilde;
699 inoremap <buffer> <silent> &a^ &acirc;
700 inoremap <buffer> <silent> &a' &aacute;
701 inoremap <buffer> <silent> &a` &agrave;
702 inoremap <buffer> <silent> &Y' &Yacute;
703 inoremap <buffer> <silent> &U" &Uuml;
704 inoremap <buffer> <silent> &U^ &Ucirc;
705 inoremap <buffer> <silent> &U' &Uacute;
706 inoremap <buffer> <silent> &U` &Ugrave;
707 inoremap <buffer> <silent> &O/ &Oslash;
708 inoremap <buffer> <silent> &O" &Ouml;
709 inoremap <buffer> <silent> &O~ &Otilde;
710 inoremap <buffer> <silent> &O^ &Ocirc;
711 inoremap <buffer> <silent> &O' &Oacute;
712 inoremap <buffer> <silent> &O` &Ograve;
713 inoremap <buffer> <silent> &N~ &Ntilde;
714 inoremap <buffer> <silent> &I" &Iuml;
715 inoremap <buffer> <silent> &I^ &Icirc;
716 inoremap <buffer> <silent> &I' &Iacute;
717 inoremap <buffer> <silent> &I` &Igrave;
718 inoremap <buffer> <silent> &E" &Euml;
719 inoremap <buffer> <silent> &E^ &Ecirc;
720 inoremap <buffer> <silent> &E' &Eacute;
721 inoremap <buffer> <silent> &E` &Egrave;
722 inoremap <buffer> <silent> &C, &Ccedil;
723 inoremap <buffer> <silent> &AE &AElig;
724 inoremap <buffer> <silent> &Ao &Aring;
725 inoremap <buffer> <silent> &A" &Auml;
726 inoremap <buffer> <silent> &A~ &Atilde;
727 inoremap <buffer> <silent> &A^ &Acirc;
728 inoremap <buffer> <silent> &A' &Aacute;
729 inoremap <buffer> <silent> &A` &Agrave;
730 inoremap <buffer> <silent> &c| &cent;
731 inoremap <buffer> <silent> &Y= &yen;
732 inoremap <buffer> <silent> &# &pound;
733 inoremap <buffer> <silent> & &nbsp;
734 inoremap <buffer> <silent> &> &gt;
735 inoremap <buffer> <silent> &< &lt;
736 inoremap <buffer> <silent> &' &quot;
737 inoremap <buffer> <silent> &tm &trade;
738 inoremap <buffer> <silent> &rO &reg;
739 inoremap <buffer> <silent> &cO &copy;
740 inoremap <buffer> <silent> && &amp;
741 inoremap <buffer> <silent> ; &nbsp;
742 inoremap <buffer> <silent> ;la <label for=""></label>F"
743 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
744 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
745 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
746 </textarea>k$5F"i
747 inoremap <buffer> <silent> ;og <optgroup label="">
748 </optgroup>k$F"i
749 inoremap <buffer> <silent> ;op <option></option>F<
750 inoremap <buffer> <silent> ;ms <select name="" multiple>
751 </select>O
752 inoremap <buffer> <silent> ;se <select name="">
753 </select>O
754 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
755 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
756 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
757 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
758 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
759 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
760 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
761 inoremap <buffer> <silent> ;fm <form action="">
762 </form>k$F"i
763 inoremap <buffer> <silent> ;if <iframe src="">
764 </iframe>k$F"i
765 inoremap <buffer> <silent> ;nf <noframes>
766 </noframes>O
767 inoremap <buffer> <silent> ;fr <frame src="">F"
768 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
769 </frameset>k$3F"i
770 inoremap <buffer> <silent> ;th <th></th>F<
771 inoremap <buffer> <silent> ;td <td>
772 </td>O
773 inoremap <buffer> <silent> ;tr <tr>
774 </tr>O
775 inoremap <buffer> <silent> ;tf <tfoot>
776 </tfoot>O
777 inoremap <buffer> <silent> ;tb <tbody>
778 </tbody>O
779 inoremap <buffer> <silent> ;tH <thead>
780 </thead>O
781 inoremap <buffer> <silent> ;ta <table>
782 </table>O
783 inoremap <buffer> <silent> ;ca <caption></caption>F<
784 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
785 </object>k$5F"i
786 inoremap <buffer> <silent> ;ns <noscript>
787 </noscripT>O
788 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
789 <noembed></noembed>k$5F"i
790 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
791 inoremap <buffer> <silent> ;va <var></var>F<
792 inoremap <buffer> <silent> ;ul <ul>
793 </ul>O
794 inoremap <buffer> <silent> ;tt <tt></tt>F<
795 inoremap <buffer> <silent> ;ti <title></title>F<
796 inoremap <buffer> <silent> ;sp <sup></sup>F<
797 inoremap <buffer> <silent> ;sb <sub></sub>F<
798 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
799 inoremap <buffer> <silent> ;cs <style type="text/css">
800 <!--
801 -->
802 </style>kO
803 inoremap <buffer> <silent> ;sm <small></small>F<
804 inoremap <buffer> <silent> ;sa <samp></samp>F<
805 inoremap <buffer> <silent> ;sk <strike></strike>F<
806 inoremap <buffer> <silent> ;qu <q></q>F<
807 inoremap <buffer> <silent> ;pr <pre>
808 </pre>O
809 inoremap <buffer> <silent> ;/p </p>
810 
811 <p>
812 inoremap <buffer> <silent> ;pp <p>
813 </p>O
814 inoremap <buffer> <silent> ;ol <ol>
815 </ol>O
816 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
817 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
818 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
819 inoremap <buffer> <silent> ;lk <link href="">F"
820 inoremap <buffer> <silent> ;li <li></li>F<
821 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
822 inoremap <buffer> <silent> ;ii <isindex>
823 inoremap <buffer> <silent> ;in <ins></ins>F<
824 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
825 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
826 inoremap <buffer> <silent> ;ht <html>
827 </html>O
828 inoremap <buffer> <silent> ;Hr <hr width="75%">
829 inoremap <buffer> <silent> ;hr <hr>
830 inoremap <buffer> <silent> ;he <head>
831 </head>O
832 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
833 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
834 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
835 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
836 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
837 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
838 inoremap <buffer> <silent> ;h6 <h6></h6>F<
839 inoremap <buffer> <silent> ;h5 <h5></h5>F<
840 inoremap <buffer> <silent> ;h4 <h4></h4>F<
841 inoremap <buffer> <silent> ;h3 <h3></h3>F<
842 inoremap <buffer> <silent> ;h2 <h2></h2>F<
843 inoremap <buffer> <silent> ;h1 <h1></h1>F<
844 inoremap <buffer> <silent> ;fc <font color=""></font>F"
845 inoremap <buffer> <silent> ;fo <font size=""></font>F"
846 inoremap <buffer> <silent> ;sn <span></span>F<
847 inoremap <buffer> <silent> ;dv <div>
848 </div>O
849 inoremap <buffer> <silent> ;df <dfn></dfn>F<
850 inoremap <buffer> <silent> ;de <del></del>F<
851 inoremap <buffer> <silent> ;dd <dd></dd>F<
852 inoremap <buffer> <silent> ;dt <dt></dt>F<
853 inoremap <buffer> <silent> ;dl <dl>
854 </dl>O
855 inoremap <buffer> <silent> ;co <code></code>F<
856 inoremap <buffer> <silent> ;ci <cite></cite>F<
857 inoremap <buffer> <silent> ;ce <center></center>F<
858 inoremap <buffer> <silent> ;br <br>
859 inoremap <buffer> <silent> ;bd <body>
860 </body>O
861 inoremap <buffer> <silent> ;bl <blockquote>
862 </blockquote>O
863 inoremap <buffer> <silent> ;bi <big></big>F<
864 inoremap <buffer> <silent> ;bh <base href="">F"
865 inoremap <buffer> <silent> ;ad <address></address>F<
866 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
867 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
868 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
869 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
870 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
871 inoremap <buffer> <silent> ;an <a name=""></a>F"
872 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
873 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
874 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
875 inoremap <buffer> <silent> ;ah <a href=""></a>F"
876 imap <buffer> <silent> ;s4 ;s4
877 imap <buffer> <silent> ;4 ;4
878 inoremap <buffer> <silent> ;mi :call MangleImageTag()
879 inoremap <buffer> <silent> ; 
880 inoremap <buffer> <silent> ;& &
881 inoremap <buffer> <silent> ;; ;
882 setlocal keymap=
883 setlocal noarabic
884 setlocal autoindent
885 setlocal balloonexpr=
886 setlocal nobinary
887 setlocal bufhidden=
888 setlocal buflisted
889 setlocal buftype=
890 setlocal nocindent
891 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
892 setlocal cinoptions=
893 setlocal cinwords=if,else,while,do,for,switch
894 setlocal colorcolumn=
895 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
896 setlocal commentstring=<!--%s-->
897 setlocal complete=.,w,b,u,t,i
898 setlocal concealcursor=
899 setlocal conceallevel=0
900 setlocal completefunc=
901 setlocal nocopyindent
902 setlocal cryptmethod=
903 setlocal nocursorbind
904 setlocal nocursorcolumn
905 setlocal nocursorline
906 setlocal define=
907 setlocal dictionary=
908 setlocal nodiff
909 setlocal equalprg=
910 setlocal errorformat=
911 setlocal expandtab
912 if &filetype != 'html'
913 setlocal filetype=html
914 endif
915 setlocal foldcolumn=0
916 setlocal foldenable
917 setlocal foldexpr=0
918 setlocal foldignore=#
919 setlocal foldlevel=0
920 setlocal foldmarker={{{,}}}
921 setlocal foldmethod=manual
922 setlocal foldminlines=1
923 setlocal foldnestmax=20
924 setlocal foldtext=foldtext()
925 setlocal formatexpr=
926 setlocal formatoptions=tcq
927 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
928 setlocal grepprg=
929 setlocal iminsert=2
930 setlocal imsearch=2
931 setlocal include=
932 setlocal includeexpr=
933 setlocal indentexpr=
934 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
935 setlocal noinfercase
936 setlocal iskeyword=@,48-57,_,192-255
937 setlocal keywordprg=
938 setlocal nolinebreak
939 setlocal nolisp
940 setlocal nolist
941 setlocal makeprg=
942 setlocal matchpairs=(:),{:},[:],<:>
943 setlocal nomodeline
944 setlocal modifiable
945 setlocal nrformats=octal,hex
946 setlocal nonumber
947 setlocal numberwidth=4
948 setlocal omnifunc=htmlcomplete#CompleteTags
949 setlocal path=
950 setlocal nopreserveindent
951 setlocal nopreviewwindow
952 setlocal quoteescape=\\
953 setlocal noreadonly
954 setlocal norelativenumber
955 setlocal norightleft
956 setlocal rightleftcmd=search
957 setlocal noscrollbind
958 setlocal shiftwidth=4
959 setlocal noshortname
960 setlocal nosmartindent
961 setlocal softtabstop=0
962 setlocal nospell
963 setlocal spellcapcheck=
964 setlocal spellfile=
965 setlocal spelllang=en
966 setlocal statusline=
967 setlocal suffixesadd=
968 setlocal swapfile
969 setlocal synmaxcol=3000
970 if &syntax != 'html'
971 setlocal syntax=html
972 endif
973 setlocal tabstop=4
974 setlocal tags=
975 setlocal textwidth=0
976 setlocal thesaurus=
977 setlocal noundofile
978 setlocal nowinfixheight
979 setlocal nowinfixwidth
980 setlocal wrap
981 setlocal wrapmargin=0
982 silent! normal! zE
983 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
984 if s:l < 1 | let s:l = 1 | endif
985 exe s:l
986 normal! zt
987 1
988 normal! 0
989 tabedit backup-smb.html
990 set splitbelow splitright
991 set nosplitbelow
992 set nosplitright
993 wincmd t
994 set winheight=1 winwidth=1
995 argglobal
996 3argu
997 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
998 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
999 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
1000 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
1001 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
1002 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
1003 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
1004 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
1005 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
1006 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
1007 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
1008 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
1009 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
1010 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
1011 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
1012 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
1013 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
1014 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
1015 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">')
1016 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">')
1017 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
1018 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
1019 nnoremap <buffer> <silent> ; 
1020 nnoremap <buffer> <silent> ;; ;
1021 vnoremap <buffer> <silent> ;; ;
1022 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
1023 inoremap <buffer> <silent> &hA &hArr;
1024 inoremap <buffer> <silent> &dA &dArr;
1025 inoremap <buffer> <silent> &rA &rArr;
1026 inoremap <buffer> <silent> &uA &uArr;
1027 inoremap <buffer> <silent> &lA &lArr;
1028 inoremap <buffer> <silent> &ha &harr;
1029 inoremap <buffer> <silent> &da &darr;
1030 inoremap <buffer> <silent> &ra &rarr;
1031 inoremap <buffer> <silent> &ua &uarr;
1032 inoremap <buffer> <silent> &la &larr;
1033 inoremap <buffer> <silent> &pv &piv;
1034 inoremap <buffer> <silent> &uh &upsih;
1035 inoremap <buffer> <silent> &ts &thetasym;
1036 inoremap <buffer> <silent> &og &omega;
1037 inoremap <buffer> <silent> &ps &psi;
1038 inoremap <buffer> <silent> &ch &chi;
1039 inoremap <buffer> <silent> &ph &phi;
1040 inoremap <buffer> <silent> &up &upsilon;
1041 inoremap <buffer> <silent> &ta &tau;
1042 inoremap <buffer> <silent> &sf &sigmaf;
1043 inoremap <buffer> <silent> &si &sigma;
1044 inoremap <buffer> <silent> &rh &rho;
1045 inoremap <buffer> <silent> &pi &pi;
1046 inoremap <buffer> <silent> &oc &omicron;
1047 inoremap <buffer> <silent> &xi &xi;
1048 inoremap <buffer> <silent> &nu &nu;
1049 inoremap <buffer> <silent> &mu &mu;
1050 inoremap <buffer> <silent> &lm &lambda;
1051 inoremap <buffer> <silent> &ka &kappa;
1052 inoremap <buffer> <silent> &io &iota;
1053 inoremap <buffer> <silent> &th &theta;
1054 inoremap <buffer> <silent> &et &eta;
1055 inoremap <buffer> <silent> &ze &zeta;
1056 inoremap <buffer> <silent> &ep &epsilon;
1057 inoremap <buffer> <silent> &de &delta;
1058 inoremap <buffer> <silent> &ga &gamma;
1059 inoremap <buffer> <silent> &be &beta;
1060 inoremap <buffer> <silent> &al &alpha;
1061 inoremap <buffer> <silent> &Ps &Psi;
1062 inoremap <buffer> <silent> &Ch &Chi;
1063 inoremap <buffer> <silent> &Ph &Phi;
1064 inoremap <buffer> <silent> &Up &Upsilon;
1065 inoremap <buffer> <silent> &Ta &Tau;
1066 inoremap <buffer> <silent> &Si &Sigma;
1067 inoremap <buffer> <silent> &Rh &Rho;
1068 inoremap <buffer> <silent> &Pi &Pi;
1069 inoremap <buffer> <silent> &Oc &Omicron;
1070 inoremap <buffer> <silent> &Xi &Xi;
1071 inoremap <buffer> <silent> &Nu &Nu;
1072 inoremap <buffer> <silent> &Mu &Mu;
1073 inoremap <buffer> <silent> &Lm &Lambda;
1074 inoremap <buffer> <silent> &Ka &Kappa;
1075 inoremap <buffer> <silent> &Io &Iota;
1076 inoremap <buffer> <silent> &Th &Theta;
1077 inoremap <buffer> <silent> &Et &Eta;
1078 inoremap <buffer> <silent> &Ze &Zeta;
1079 inoremap <buffer> <silent> &Ep &Epsilon;
1080 inoremap <buffer> <silent> &De &Delta;
1081 inoremap <buffer> <silent> &Ga &Gamma;
1082 inoremap <buffer> <silent> &Be &Beta;
1083 inoremap <buffer> <silent> &Al &Alpha;
1084 inoremap <buffer> <silent> &3. &hellip;
1085 inoremap <buffer> <silent> &-- &mdash;
1086 inoremap <buffer> <silent> &3- &mdash;
1087 inoremap <buffer> <silent> &m- &mdash;
1088 inoremap <buffer> <silent> &2- &ndash;
1089 inoremap <buffer> <silent> &n- &ndash;
1090 inoremap <buffer> <silent> &34 &frac34;
1091 inoremap <buffer> <silent> &12 &frac12;
1092 inoremap <buffer> <silent> &14 &frac14;
1093 inoremap <buffer> <silent> &. &middot;
1094 inoremap <buffer> <silent> &pa &para;
1095 inoremap <buffer> <silent> &mi &micro;
1096 inoremap <buffer> <silent> &dg &deg;
1097 inoremap <buffer> <silent> &? &iquest;
1098 inoremap <buffer> <silent> &! &iexcl;
1099 inoremap <buffer> <silent> &sz &szlig;
1100 inoremap <buffer> <silent> &o/ &oslash;
1101 inoremap <buffer> <silent> &/ &divide;
1102 inoremap <buffer> <silent> &" &uml;
1103 inoremap <buffer> <silent> &2> &raquo;
1104 inoremap <buffer> <silent> &2< &laquo;
1105 inoremap <buffer> <silent> &y" &yuml;
1106 inoremap <buffer> <silent> &y' &yacute;
1107 inoremap <buffer> <silent> &u" &uuml;
1108 inoremap <buffer> <silent> &u^ &ucirc;
1109 inoremap <buffer> <silent> &u' &uacute;
1110 inoremap <buffer> <silent> &u` &ugrave;
1111 inoremap <buffer> <silent> &x &times;
1112 inoremap <buffer> <silent> &o" &ouml;
1113 inoremap <buffer> <silent> &o~ &otilde;
1114 inoremap <buffer> <silent> &o^ &ocirc;
1115 inoremap <buffer> <silent> &o' &oacute;
1116 inoremap <buffer> <silent> &o` &ograve;
1117 inoremap <buffer> <silent> &n~ &ntilde;
1118 inoremap <buffer> <silent> &i" &iuml;
1119 inoremap <buffer> <silent> &i^ &icirc;
1120 inoremap <buffer> <silent> &i' &iacute;
1121 inoremap <buffer> <silent> &i` &igrave;
1122 inoremap <buffer> <silent> &e" &euml;
1123 inoremap <buffer> <silent> &e^ &ecirc;
1124 inoremap <buffer> <silent> &e' &eacute;
1125 inoremap <buffer> <silent> &e` &egrave;
1126 inoremap <buffer> <silent> &c, &ccedil;
1127 inoremap <buffer> <silent> &ae &aelig;
1128 inoremap <buffer> <silent> &ao &aring;
1129 inoremap <buffer> <silent> &a" &auml;
1130 inoremap <buffer> <silent> &a~ &atilde;
1131 inoremap <buffer> <silent> &a^ &acirc;
1132 inoremap <buffer> <silent> &a' &aacute;
1133 inoremap <buffer> <silent> &a` &agrave;
1134 inoremap <buffer> <silent> &Y' &Yacute;
1135 inoremap <buffer> <silent> &U" &Uuml;
1136 inoremap <buffer> <silent> &U^ &Ucirc;
1137 inoremap <buffer> <silent> &U' &Uacute;
1138 inoremap <buffer> <silent> &U` &Ugrave;
1139 inoremap <buffer> <silent> &O/ &Oslash;
1140 inoremap <buffer> <silent> &O" &Ouml;
1141 inoremap <buffer> <silent> &O~ &Otilde;
1142 inoremap <buffer> <silent> &O^ &Ocirc;
1143 inoremap <buffer> <silent> &O' &Oacute;
1144 inoremap <buffer> <silent> &O` &Ograve;
1145 inoremap <buffer> <silent> &N~ &Ntilde;
1146 inoremap <buffer> <silent> &I" &Iuml;
1147 inoremap <buffer> <silent> &I^ &Icirc;
1148 inoremap <buffer> <silent> &I' &Iacute;
1149 inoremap <buffer> <silent> &I` &Igrave;
1150 inoremap <buffer> <silent> &E" &Euml;
1151 inoremap <buffer> <silent> &E^ &Ecirc;
1152 inoremap <buffer> <silent> &E' &Eacute;
1153 inoremap <buffer> <silent> &E` &Egrave;
1154 inoremap <buffer> <silent> &C, &Ccedil;
1155 inoremap <buffer> <silent> &AE &AElig;
1156 inoremap <buffer> <silent> &Ao &Aring;
1157 inoremap <buffer> <silent> &A" &Auml;
1158 inoremap <buffer> <silent> &A~ &Atilde;
1159 inoremap <buffer> <silent> &A^ &Acirc;
1160 inoremap <buffer> <silent> &A' &Aacute;
1161 inoremap <buffer> <silent> &A` &Agrave;
1162 inoremap <buffer> <silent> &c| &cent;
1163 inoremap <buffer> <silent> &Y= &yen;
1164 inoremap <buffer> <silent> &# &pound;
1165 inoremap <buffer> <silent> & &nbsp;
1166 inoremap <buffer> <silent> &> &gt;
1167 inoremap <buffer> <silent> &< &lt;
1168 inoremap <buffer> <silent> &' &quot;
1169 inoremap <buffer> <silent> &tm &trade;
1170 inoremap <buffer> <silent> &rO &reg;
1171 inoremap <buffer> <silent> &cO &copy;
1172 inoremap <buffer> <silent> && &amp;
1173 inoremap <buffer> <silent> ; &nbsp;
1174 inoremap <buffer> <silent> ;la <label for=""></label>F"
1175 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
1176 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
1177 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
1178 </textarea>k$5F"i
1179 inoremap <buffer> <silent> ;og <optgroup label="">
1180 </optgroup>k$F"i
1181 inoremap <buffer> <silent> ;op <option></option>F<
1182 inoremap <buffer> <silent> ;ms <select name="" multiple>
1183 </select>O
1184 inoremap <buffer> <silent> ;se <select name="">
1185 </select>O
1186 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
1187 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
1188 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
1189 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
1190 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
1191 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
1192 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
1193 inoremap <buffer> <silent> ;fm <form action="">
1194 </form>k$F"i
1195 inoremap <buffer> <silent> ;if <iframe src="">
1196 </iframe>k$F"i
1197 inoremap <buffer> <silent> ;nf <noframes>
1198 </noframes>O
1199 inoremap <buffer> <silent> ;fr <frame src="">F"
1200 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
1201 </frameset>k$3F"i
1202 inoremap <buffer> <silent> ;th <th></th>F<
1203 inoremap <buffer> <silent> ;td <td>
1204 </td>O
1205 inoremap <buffer> <silent> ;tr <tr>
1206 </tr>O
1207 inoremap <buffer> <silent> ;tf <tfoot>
1208 </tfoot>O
1209 inoremap <buffer> <silent> ;tb <tbody>
1210 </tbody>O
1211 inoremap <buffer> <silent> ;tH <thead>
1212 </thead>O
1213 inoremap <buffer> <silent> ;ta <table>
1214 </table>O
1215 inoremap <buffer> <silent> ;ca <caption></caption>F<
1216 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
1217 </object>k$5F"i
1218 inoremap <buffer> <silent> ;ns <noscript>
1219 </noscripT>O
1220 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
1221 <noembed></noembed>k$5F"i
1222 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
1223 inoremap <buffer> <silent> ;va <var></var>F<
1224 inoremap <buffer> <silent> ;ul <ul>
1225 </ul>O
1226 inoremap <buffer> <silent> ;tt <tt></tt>F<
1227 inoremap <buffer> <silent> ;ti <title></title>F<
1228 inoremap <buffer> <silent> ;sp <sup></sup>F<
1229 inoremap <buffer> <silent> ;sb <sub></sub>F<
1230 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
1231 inoremap <buffer> <silent> ;cs <style type="text/css">
1232 <!--
1233 -->
1234 </style>kO
1235 inoremap <buffer> <silent> ;sm <small></small>F<
1236 inoremap <buffer> <silent> ;sa <samp></samp>F<
1237 inoremap <buffer> <silent> ;sk <strike></strike>F<
1238 inoremap <buffer> <silent> ;qu <q></q>F<
1239 inoremap <buffer> <silent> ;pr <pre>
1240 </pre>O
1241 inoremap <buffer> <silent> ;/p </p>
1242 
1243 <p>
1244 inoremap <buffer> <silent> ;pp <p>
1245 </p>O
1246 inoremap <buffer> <silent> ;ol <ol>
1247 </ol>O
1248 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
1249 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
1250 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
1251 inoremap <buffer> <silent> ;lk <link href="">F"
1252 inoremap <buffer> <silent> ;li <li></li>F<
1253 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
1254 inoremap <buffer> <silent> ;ii <isindex>
1255 inoremap <buffer> <silent> ;in <ins></ins>F<
1256 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
1257 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
1258 inoremap <buffer> <silent> ;ht <html>
1259 </html>O
1260 inoremap <buffer> <silent> ;Hr <hr width="75%">
1261 inoremap <buffer> <silent> ;hr <hr>
1262 inoremap <buffer> <silent> ;he <head>
1263 </head>O
1264 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
1265 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
1266 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
1267 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
1268 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
1269 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
1270 inoremap <buffer> <silent> ;h6 <h6></h6>F<
1271 inoremap <buffer> <silent> ;h5 <h5></h5>F<
1272 inoremap <buffer> <silent> ;h4 <h4></h4>F<
1273 inoremap <buffer> <silent> ;h3 <h3></h3>F<
1274 inoremap <buffer> <silent> ;h2 <h2></h2>F<
1275 inoremap <buffer> <silent> ;h1 <h1></h1>F<
1276 inoremap <buffer> <silent> ;fc <font color=""></font>F"
1277 inoremap <buffer> <silent> ;fo <font size=""></font>F"
1278 inoremap <buffer> <silent> ;sn <span></span>F<
1279 inoremap <buffer> <silent> ;dv <div>
1280 </div>O
1281 inoremap <buffer> <silent> ;df <dfn></dfn>F<
1282 inoremap <buffer> <silent> ;de <del></del>F<
1283 inoremap <buffer> <silent> ;dd <dd></dd>F<
1284 inoremap <buffer> <silent> ;dt <dt></dt>F<
1285 inoremap <buffer> <silent> ;dl <dl>
1286 </dl>O
1287 inoremap <buffer> <silent> ;co <code></code>F<
1288 inoremap <buffer> <silent> ;ci <cite></cite>F<
1289 inoremap <buffer> <silent> ;ce <center></center>F<
1290 inoremap <buffer> <silent> ;br <br>
1291 inoremap <buffer> <silent> ;bd <body>
1292 </body>O
1293 inoremap <buffer> <silent> ;bl <blockquote>
1294 </blockquote>O
1295 inoremap <buffer> <silent> ;bi <big></big>F<
1296 inoremap <buffer> <silent> ;bh <base href="">F"
1297 inoremap <buffer> <silent> ;ad <address></address>F<
1298 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
1299 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
1300 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
1301 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
1302 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
1303 inoremap <buffer> <silent> ;an <a name=""></a>F"
1304 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
1305 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
1306 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
1307 inoremap <buffer> <silent> ;ah <a href=""></a>F"
1308 imap <buffer> <silent> ;s4 ;s4
1309 imap <buffer> <silent> ;4 ;4
1310 inoremap <buffer> <silent> ;mi :call MangleImageTag()
1311 inoremap <buffer> <silent> ; 
1312 inoremap <buffer> <silent> ;& &
1313 inoremap <buffer> <silent> ;; ;
1314 setlocal keymap=
1315 setlocal noarabic
1316 setlocal autoindent
1317 setlocal balloonexpr=
1318 setlocal nobinary
1319 setlocal bufhidden=
1320 setlocal buflisted
1321 setlocal buftype=
1322 setlocal nocindent
1323 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
1324 setlocal cinoptions=
1325 setlocal cinwords=if,else,while,do,for,switch
1326 setlocal colorcolumn=
1327 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
1328 setlocal commentstring=<!--%s-->
1329 setlocal complete=.,w,b,u,t,i
1330 setlocal concealcursor=
1331 setlocal conceallevel=0
1332 setlocal completefunc=
1333 setlocal nocopyindent
1334 setlocal cryptmethod=
1335 setlocal nocursorbind
1336 setlocal nocursorcolumn
1337 setlocal nocursorline
1338 setlocal define=
1339 setlocal dictionary=
1340 setlocal nodiff
1341 setlocal equalprg=
1342 setlocal errorformat=
1343 setlocal expandtab
1344 if &filetype != 'html'
1345 setlocal filetype=html
1346 endif
1347 setlocal foldcolumn=0
1348 setlocal foldenable
1349 setlocal foldexpr=0
1350 setlocal foldignore=#
1351 setlocal foldlevel=0
1352 setlocal foldmarker={{{,}}}
1353 setlocal foldmethod=manual
1354 setlocal foldminlines=1
1355 setlocal foldnestmax=20
1356 setlocal foldtext=foldtext()
1357 setlocal formatexpr=
1358 setlocal formatoptions=tcq
1359 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
1360 setlocal grepprg=
1361 setlocal iminsert=2
1362 setlocal imsearch=2
1363 setlocal include=
1364 setlocal includeexpr=
1365 setlocal indentexpr=
1366 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
1367 setlocal noinfercase
1368 setlocal iskeyword=@,48-57,_,192-255
1369 setlocal keywordprg=
1370 setlocal nolinebreak
1371 setlocal nolisp
1372 setlocal nolist
1373 setlocal makeprg=
1374 setlocal matchpairs=(:),{:},[:],<:>
1375 setlocal nomodeline
1376 setlocal modifiable
1377 setlocal nrformats=octal,hex
1378 setlocal nonumber
1379 setlocal numberwidth=4
1380 setlocal omnifunc=htmlcomplete#CompleteTags
1381 setlocal path=
1382 setlocal nopreserveindent
1383 setlocal nopreviewwindow
1384 setlocal quoteescape=\\
1385 setlocal noreadonly
1386 setlocal norelativenumber
1387 setlocal norightleft
1388 setlocal rightleftcmd=search
1389 setlocal noscrollbind
1390 setlocal shiftwidth=4
1391 setlocal noshortname
1392 setlocal nosmartindent
1393 setlocal softtabstop=0
1394 setlocal nospell
1395 setlocal spellcapcheck=
1396 setlocal spellfile=
1397 setlocal spelllang=en
1398 setlocal statusline=
1399 setlocal suffixesadd=
1400 setlocal swapfile
1401 setlocal synmaxcol=3000
1402 if &syntax != 'html'
1403 setlocal syntax=html
1404 endif
1405 setlocal tabstop=4
1406 setlocal tags=
1407 setlocal textwidth=0
1408 setlocal thesaurus=
1409 setlocal noundofile
1410 setlocal nowinfixheight
1411 setlocal nowinfixwidth
1412 setlocal wrap
1413 setlocal wrapmargin=0
1414 silent! normal! zE
1415 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
1416 if s:l < 1 | let s:l = 1 | endif
1417 exe s:l
1418 normal! zt
1419 1
1420 normal! 0
1421 tabedit boot-params.html
1422 set splitbelow splitright
1423 set nosplitbelow
1424 set nosplitright
1425 wincmd t
1426 set winheight=1 winwidth=1
1427 argglobal
1428 4argu
1429 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
1430 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
1431 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
1432 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
1433 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
1434 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
1435 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
1436 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
1437 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
1438 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
1439 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
1440 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
1441 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
1442 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
1443 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
1444 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
1445 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
1446 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
1447 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">')
1448 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">')
1449 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
1450 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
1451 nnoremap <buffer> <silent> ; 
1452 nnoremap <buffer> <silent> ;; ;
1453 vnoremap <buffer> <silent> ;; ;
1454 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
1455 inoremap <buffer> <silent> &hA &hArr;
1456 inoremap <buffer> <silent> &dA &dArr;
1457 inoremap <buffer> <silent> &rA &rArr;
1458 inoremap <buffer> <silent> &uA &uArr;
1459 inoremap <buffer> <silent> &lA &lArr;
1460 inoremap <buffer> <silent> &ha &harr;
1461 inoremap <buffer> <silent> &da &darr;
1462 inoremap <buffer> <silent> &ra &rarr;
1463 inoremap <buffer> <silent> &ua &uarr;
1464 inoremap <buffer> <silent> &la &larr;
1465 inoremap <buffer> <silent> &pv &piv;
1466 inoremap <buffer> <silent> &uh &upsih;
1467 inoremap <buffer> <silent> &ts &thetasym;
1468 inoremap <buffer> <silent> &og &omega;
1469 inoremap <buffer> <silent> &ps &psi;
1470 inoremap <buffer> <silent> &ch &chi;
1471 inoremap <buffer> <silent> &ph &phi;
1472 inoremap <buffer> <silent> &up &upsilon;
1473 inoremap <buffer> <silent> &ta &tau;
1474 inoremap <buffer> <silent> &sf &sigmaf;
1475 inoremap <buffer> <silent> &si &sigma;
1476 inoremap <buffer> <silent> &rh &rho;
1477 inoremap <buffer> <silent> &pi &pi;
1478 inoremap <buffer> <silent> &oc &omicron;
1479 inoremap <buffer> <silent> &xi &xi;
1480 inoremap <buffer> <silent> &nu &nu;
1481 inoremap <buffer> <silent> &mu &mu;
1482 inoremap <buffer> <silent> &lm &lambda;
1483 inoremap <buffer> <silent> &ka &kappa;
1484 inoremap <buffer> <silent> &io &iota;
1485 inoremap <buffer> <silent> &th &theta;
1486 inoremap <buffer> <silent> &et &eta;
1487 inoremap <buffer> <silent> &ze &zeta;
1488 inoremap <buffer> <silent> &ep &epsilon;
1489 inoremap <buffer> <silent> &de &delta;
1490 inoremap <buffer> <silent> &ga &gamma;
1491 inoremap <buffer> <silent> &be &beta;
1492 inoremap <buffer> <silent> &al &alpha;
1493 inoremap <buffer> <silent> &Ps &Psi;
1494 inoremap <buffer> <silent> &Ch &Chi;
1495 inoremap <buffer> <silent> &Ph &Phi;
1496 inoremap <buffer> <silent> &Up &Upsilon;
1497 inoremap <buffer> <silent> &Ta &Tau;
1498 inoremap <buffer> <silent> &Si &Sigma;
1499 inoremap <buffer> <silent> &Rh &Rho;
1500 inoremap <buffer> <silent> &Pi &Pi;
1501 inoremap <buffer> <silent> &Oc &Omicron;
1502 inoremap <buffer> <silent> &Xi &Xi;
1503 inoremap <buffer> <silent> &Nu &Nu;
1504 inoremap <buffer> <silent> &Mu &Mu;
1505 inoremap <buffer> <silent> &Lm &Lambda;
1506 inoremap <buffer> <silent> &Ka &Kappa;
1507 inoremap <buffer> <silent> &Io &Iota;
1508 inoremap <buffer> <silent> &Th &Theta;
1509 inoremap <buffer> <silent> &Et &Eta;
1510 inoremap <buffer> <silent> &Ze &Zeta;
1511 inoremap <buffer> <silent> &Ep &Epsilon;
1512 inoremap <buffer> <silent> &De &Delta;
1513 inoremap <buffer> <silent> &Ga &Gamma;
1514 inoremap <buffer> <silent> &Be &Beta;
1515 inoremap <buffer> <silent> &Al &Alpha;
1516 inoremap <buffer> <silent> &3. &hellip;
1517 inoremap <buffer> <silent> &-- &mdash;
1518 inoremap <buffer> <silent> &3- &mdash;
1519 inoremap <buffer> <silent> &m- &mdash;
1520 inoremap <buffer> <silent> &2- &ndash;
1521 inoremap <buffer> <silent> &n- &ndash;
1522 inoremap <buffer> <silent> &34 &frac34;
1523 inoremap <buffer> <silent> &12 &frac12;
1524 inoremap <buffer> <silent> &14 &frac14;
1525 inoremap <buffer> <silent> &. &middot;
1526 inoremap <buffer> <silent> &pa &para;
1527 inoremap <buffer> <silent> &mi &micro;
1528 inoremap <buffer> <silent> &dg &deg;
1529 inoremap <buffer> <silent> &? &iquest;
1530 inoremap <buffer> <silent> &! &iexcl;
1531 inoremap <buffer> <silent> &sz &szlig;
1532 inoremap <buffer> <silent> &o/ &oslash;
1533 inoremap <buffer> <silent> &/ &divide;
1534 inoremap <buffer> <silent> &" &uml;
1535 inoremap <buffer> <silent> &2> &raquo;
1536 inoremap <buffer> <silent> &2< &laquo;
1537 inoremap <buffer> <silent> &y" &yuml;
1538 inoremap <buffer> <silent> &y' &yacute;
1539 inoremap <buffer> <silent> &u" &uuml;
1540 inoremap <buffer> <silent> &u^ &ucirc;
1541 inoremap <buffer> <silent> &u' &uacute;
1542 inoremap <buffer> <silent> &u` &ugrave;
1543 inoremap <buffer> <silent> &x &times;
1544 inoremap <buffer> <silent> &o" &ouml;
1545 inoremap <buffer> <silent> &o~ &otilde;
1546 inoremap <buffer> <silent> &o^ &ocirc;
1547 inoremap <buffer> <silent> &o' &oacute;
1548 inoremap <buffer> <silent> &o` &ograve;
1549 inoremap <buffer> <silent> &n~ &ntilde;
1550 inoremap <buffer> <silent> &i" &iuml;
1551 inoremap <buffer> <silent> &i^ &icirc;
1552 inoremap <buffer> <silent> &i' &iacute;
1553 inoremap <buffer> <silent> &i` &igrave;
1554 inoremap <buffer> <silent> &e" &euml;
1555 inoremap <buffer> <silent> &e^ &ecirc;
1556 inoremap <buffer> <silent> &e' &eacute;
1557 inoremap <buffer> <silent> &e` &egrave;
1558 inoremap <buffer> <silent> &c, &ccedil;
1559 inoremap <buffer> <silent> &ae &aelig;
1560 inoremap <buffer> <silent> &ao &aring;
1561 inoremap <buffer> <silent> &a" &auml;
1562 inoremap <buffer> <silent> &a~ &atilde;
1563 inoremap <buffer> <silent> &a^ &acirc;
1564 inoremap <buffer> <silent> &a' &aacute;
1565 inoremap <buffer> <silent> &a` &agrave;
1566 inoremap <buffer> <silent> &Y' &Yacute;
1567 inoremap <buffer> <silent> &U" &Uuml;
1568 inoremap <buffer> <silent> &U^ &Ucirc;
1569 inoremap <buffer> <silent> &U' &Uacute;
1570 inoremap <buffer> <silent> &U` &Ugrave;
1571 inoremap <buffer> <silent> &O/ &Oslash;
1572 inoremap <buffer> <silent> &O" &Ouml;
1573 inoremap <buffer> <silent> &O~ &Otilde;
1574 inoremap <buffer> <silent> &O^ &Ocirc;
1575 inoremap <buffer> <silent> &O' &Oacute;
1576 inoremap <buffer> <silent> &O` &Ograve;
1577 inoremap <buffer> <silent> &N~ &Ntilde;
1578 inoremap <buffer> <silent> &I" &Iuml;
1579 inoremap <buffer> <silent> &I^ &Icirc;
1580 inoremap <buffer> <silent> &I' &Iacute;
1581 inoremap <buffer> <silent> &I` &Igrave;
1582 inoremap <buffer> <silent> &E" &Euml;
1583 inoremap <buffer> <silent> &E^ &Ecirc;
1584 inoremap <buffer> <silent> &E' &Eacute;
1585 inoremap <buffer> <silent> &E` &Egrave;
1586 inoremap <buffer> <silent> &C, &Ccedil;
1587 inoremap <buffer> <silent> &AE &AElig;
1588 inoremap <buffer> <silent> &Ao &Aring;
1589 inoremap <buffer> <silent> &A" &Auml;
1590 inoremap <buffer> <silent> &A~ &Atilde;
1591 inoremap <buffer> <silent> &A^ &Acirc;
1592 inoremap <buffer> <silent> &A' &Aacute;
1593 inoremap <buffer> <silent> &A` &Agrave;
1594 inoremap <buffer> <silent> &c| &cent;
1595 inoremap <buffer> <silent> &Y= &yen;
1596 inoremap <buffer> <silent> &# &pound;
1597 inoremap <buffer> <silent> & &nbsp;
1598 inoremap <buffer> <silent> &> &gt;
1599 inoremap <buffer> <silent> &< &lt;
1600 inoremap <buffer> <silent> &' &quot;
1601 inoremap <buffer> <silent> &tm &trade;
1602 inoremap <buffer> <silent> &rO &reg;
1603 inoremap <buffer> <silent> &cO &copy;
1604 inoremap <buffer> <silent> && &amp;
1605 inoremap <buffer> <silent> ; &nbsp;
1606 inoremap <buffer> <silent> ;la <label for=""></label>F"
1607 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
1608 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
1609 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
1610 </textarea>k$5F"i
1611 inoremap <buffer> <silent> ;og <optgroup label="">
1612 </optgroup>k$F"i
1613 inoremap <buffer> <silent> ;op <option></option>F<
1614 inoremap <buffer> <silent> ;ms <select name="" multiple>
1615 </select>O
1616 inoremap <buffer> <silent> ;se <select name="">
1617 </select>O
1618 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
1619 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
1620 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
1621 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
1622 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
1623 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
1624 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
1625 inoremap <buffer> <silent> ;fm <form action="">
1626 </form>k$F"i
1627 inoremap <buffer> <silent> ;if <iframe src="">
1628 </iframe>k$F"i
1629 inoremap <buffer> <silent> ;nf <noframes>
1630 </noframes>O
1631 inoremap <buffer> <silent> ;fr <frame src="">F"
1632 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
1633 </frameset>k$3F"i
1634 inoremap <buffer> <silent> ;th <th></th>F<
1635 inoremap <buffer> <silent> ;td <td>
1636 </td>O
1637 inoremap <buffer> <silent> ;tr <tr>
1638 </tr>O
1639 inoremap <buffer> <silent> ;tf <tfoot>
1640 </tfoot>O
1641 inoremap <buffer> <silent> ;tb <tbody>
1642 </tbody>O
1643 inoremap <buffer> <silent> ;tH <thead>
1644 </thead>O
1645 inoremap <buffer> <silent> ;ta <table>
1646 </table>O
1647 inoremap <buffer> <silent> ;ca <caption></caption>F<
1648 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
1649 </object>k$5F"i
1650 inoremap <buffer> <silent> ;ns <noscript>
1651 </noscripT>O
1652 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
1653 <noembed></noembed>k$5F"i
1654 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
1655 inoremap <buffer> <silent> ;va <var></var>F<
1656 inoremap <buffer> <silent> ;ul <ul>
1657 </ul>O
1658 inoremap <buffer> <silent> ;tt <tt></tt>F<
1659 inoremap <buffer> <silent> ;ti <title></title>F<
1660 inoremap <buffer> <silent> ;sp <sup></sup>F<
1661 inoremap <buffer> <silent> ;sb <sub></sub>F<
1662 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
1663 inoremap <buffer> <silent> ;cs <style type="text/css">
1664 <!--
1665 -->
1666 </style>kO
1667 inoremap <buffer> <silent> ;sm <small></small>F<
1668 inoremap <buffer> <silent> ;sa <samp></samp>F<
1669 inoremap <buffer> <silent> ;sk <strike></strike>F<
1670 inoremap <buffer> <silent> ;qu <q></q>F<
1671 inoremap <buffer> <silent> ;pr <pre>
1672 </pre>O
1673 inoremap <buffer> <silent> ;/p </p>
1674 
1675 <p>
1676 inoremap <buffer> <silent> ;pp <p>
1677 </p>O
1678 inoremap <buffer> <silent> ;ol <ol>
1679 </ol>O
1680 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
1681 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
1682 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
1683 inoremap <buffer> <silent> ;lk <link href="">F"
1684 inoremap <buffer> <silent> ;li <li></li>F<
1685 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
1686 inoremap <buffer> <silent> ;ii <isindex>
1687 inoremap <buffer> <silent> ;in <ins></ins>F<
1688 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
1689 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
1690 inoremap <buffer> <silent> ;ht <html>
1691 </html>O
1692 inoremap <buffer> <silent> ;Hr <hr width="75%">
1693 inoremap <buffer> <silent> ;hr <hr>
1694 inoremap <buffer> <silent> ;he <head>
1695 </head>O
1696 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
1697 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
1698 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
1699 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
1700 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
1701 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
1702 inoremap <buffer> <silent> ;h6 <h6></h6>F<
1703 inoremap <buffer> <silent> ;h5 <h5></h5>F<
1704 inoremap <buffer> <silent> ;h4 <h4></h4>F<
1705 inoremap <buffer> <silent> ;h3 <h3></h3>F<
1706 inoremap <buffer> <silent> ;h2 <h2></h2>F<
1707 inoremap <buffer> <silent> ;h1 <h1></h1>F<
1708 inoremap <buffer> <silent> ;fc <font color=""></font>F"
1709 inoremap <buffer> <silent> ;fo <font size=""></font>F"
1710 inoremap <buffer> <silent> ;sn <span></span>F<
1711 inoremap <buffer> <silent> ;dv <div>
1712 </div>O
1713 inoremap <buffer> <silent> ;df <dfn></dfn>F<
1714 inoremap <buffer> <silent> ;de <del></del>F<
1715 inoremap <buffer> <silent> ;dd <dd></dd>F<
1716 inoremap <buffer> <silent> ;dt <dt></dt>F<
1717 inoremap <buffer> <silent> ;dl <dl>
1718 </dl>O
1719 inoremap <buffer> <silent> ;co <code></code>F<
1720 inoremap <buffer> <silent> ;ci <cite></cite>F<
1721 inoremap <buffer> <silent> ;ce <center></center>F<
1722 inoremap <buffer> <silent> ;br <br>
1723 inoremap <buffer> <silent> ;bd <body>
1724 </body>O
1725 inoremap <buffer> <silent> ;bl <blockquote>
1726 </blockquote>O
1727 inoremap <buffer> <silent> ;bi <big></big>F<
1728 inoremap <buffer> <silent> ;bh <base href="">F"
1729 inoremap <buffer> <silent> ;ad <address></address>F<
1730 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
1731 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
1732 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
1733 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
1734 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
1735 inoremap <buffer> <silent> ;an <a name=""></a>F"
1736 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
1737 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
1738 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
1739 inoremap <buffer> <silent> ;ah <a href=""></a>F"
1740 imap <buffer> <silent> ;s4 ;s4
1741 imap <buffer> <silent> ;4 ;4
1742 inoremap <buffer> <silent> ;mi :call MangleImageTag()
1743 inoremap <buffer> <silent> ; 
1744 inoremap <buffer> <silent> ;& &
1745 inoremap <buffer> <silent> ;; ;
1746 setlocal keymap=
1747 setlocal noarabic
1748 setlocal autoindent
1749 setlocal balloonexpr=
1750 setlocal nobinary
1751 setlocal bufhidden=
1752 setlocal buflisted
1753 setlocal buftype=
1754 setlocal nocindent
1755 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
1756 setlocal cinoptions=
1757 setlocal cinwords=if,else,while,do,for,switch
1758 setlocal colorcolumn=
1759 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
1760 setlocal commentstring=<!--%s-->
1761 setlocal complete=.,w,b,u,t,i
1762 setlocal concealcursor=
1763 setlocal conceallevel=0
1764 setlocal completefunc=
1765 setlocal nocopyindent
1766 setlocal cryptmethod=
1767 setlocal nocursorbind
1768 setlocal nocursorcolumn
1769 setlocal nocursorline
1770 setlocal define=
1771 setlocal dictionary=
1772 setlocal nodiff
1773 setlocal equalprg=
1774 setlocal errorformat=
1775 setlocal expandtab
1776 if &filetype != 'html'
1777 setlocal filetype=html
1778 endif
1779 setlocal foldcolumn=0
1780 setlocal foldenable
1781 setlocal foldexpr=0
1782 setlocal foldignore=#
1783 setlocal foldlevel=0
1784 setlocal foldmarker={{{,}}}
1785 setlocal foldmethod=manual
1786 setlocal foldminlines=1
1787 setlocal foldnestmax=20
1788 setlocal foldtext=foldtext()
1789 setlocal formatexpr=
1790 setlocal formatoptions=tcq
1791 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
1792 setlocal grepprg=
1793 setlocal iminsert=2
1794 setlocal imsearch=2
1795 setlocal include=
1796 setlocal includeexpr=
1797 setlocal indentexpr=
1798 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
1799 setlocal noinfercase
1800 setlocal iskeyword=@,48-57,_,192-255
1801 setlocal keywordprg=
1802 setlocal nolinebreak
1803 setlocal nolisp
1804 setlocal nolist
1805 setlocal makeprg=
1806 setlocal matchpairs=(:),{:},[:],<:>
1807 setlocal nomodeline
1808 setlocal modifiable
1809 setlocal nrformats=octal,hex
1810 setlocal nonumber
1811 setlocal numberwidth=4
1812 setlocal omnifunc=htmlcomplete#CompleteTags
1813 setlocal path=
1814 setlocal nopreserveindent
1815 setlocal nopreviewwindow
1816 setlocal quoteescape=\\
1817 setlocal noreadonly
1818 setlocal norelativenumber
1819 setlocal norightleft
1820 setlocal rightleftcmd=search
1821 setlocal noscrollbind
1822 setlocal shiftwidth=4
1823 setlocal noshortname
1824 setlocal nosmartindent
1825 setlocal softtabstop=0
1826 setlocal nospell
1827 setlocal spellcapcheck=
1828 setlocal spellfile=
1829 setlocal spelllang=en
1830 setlocal statusline=
1831 setlocal suffixesadd=
1832 setlocal swapfile
1833 setlocal synmaxcol=3000
1834 if &syntax != 'html'
1835 setlocal syntax=html
1836 endif
1837 setlocal tabstop=4
1838 setlocal tags=
1839 setlocal textwidth=0
1840 setlocal thesaurus=
1841 setlocal noundofile
1842 setlocal nowinfixheight
1843 setlocal nowinfixwidth
1844 setlocal wrap
1845 setlocal wrapmargin=0
1846 silent! normal! zE
1847 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
1848 if s:l < 1 | let s:l = 1 | endif
1849 exe s:l
1850 normal! zt
1851 1
1852 normal! 0
1853 tabedit clonezilla.html
1854 set splitbelow splitright
1855 set nosplitbelow
1856 set nosplitright
1857 wincmd t
1858 set winheight=1 winwidth=1
1859 argglobal
1860 5argu
1861 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
1862 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
1863 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
1864 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
1865 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
1866 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
1867 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
1868 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
1869 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
1870 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
1871 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
1872 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
1873 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
1874 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
1875 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
1876 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
1877 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
1878 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
1879 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">')
1880 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">')
1881 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
1882 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
1883 nnoremap <buffer> <silent> ; 
1884 nnoremap <buffer> <silent> ;; ;
1885 vnoremap <buffer> <silent> ;; ;
1886 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
1887 inoremap <buffer> <silent> &hA &hArr;
1888 inoremap <buffer> <silent> &dA &dArr;
1889 inoremap <buffer> <silent> &rA &rArr;
1890 inoremap <buffer> <silent> &uA &uArr;
1891 inoremap <buffer> <silent> &lA &lArr;
1892 inoremap <buffer> <silent> &ha &harr;
1893 inoremap <buffer> <silent> &da &darr;
1894 inoremap <buffer> <silent> &ra &rarr;
1895 inoremap <buffer> <silent> &ua &uarr;
1896 inoremap <buffer> <silent> &la &larr;
1897 inoremap <buffer> <silent> &pv &piv;
1898 inoremap <buffer> <silent> &uh &upsih;
1899 inoremap <buffer> <silent> &ts &thetasym;
1900 inoremap <buffer> <silent> &og &omega;
1901 inoremap <buffer> <silent> &ps &psi;
1902 inoremap <buffer> <silent> &ch &chi;
1903 inoremap <buffer> <silent> &ph &phi;
1904 inoremap <buffer> <silent> &up &upsilon;
1905 inoremap <buffer> <silent> &ta &tau;
1906 inoremap <buffer> <silent> &sf &sigmaf;
1907 inoremap <buffer> <silent> &si &sigma;
1908 inoremap <buffer> <silent> &rh &rho;
1909 inoremap <buffer> <silent> &pi &pi;
1910 inoremap <buffer> <silent> &oc &omicron;
1911 inoremap <buffer> <silent> &xi &xi;
1912 inoremap <buffer> <silent> &nu &nu;
1913 inoremap <buffer> <silent> &mu &mu;
1914 inoremap <buffer> <silent> &lm &lambda;
1915 inoremap <buffer> <silent> &ka &kappa;
1916 inoremap <buffer> <silent> &io &iota;
1917 inoremap <buffer> <silent> &th &theta;
1918 inoremap <buffer> <silent> &et &eta;
1919 inoremap <buffer> <silent> &ze &zeta;
1920 inoremap <buffer> <silent> &ep &epsilon;
1921 inoremap <buffer> <silent> &de &delta;
1922 inoremap <buffer> <silent> &ga &gamma;
1923 inoremap <buffer> <silent> &be &beta;
1924 inoremap <buffer> <silent> &al &alpha;
1925 inoremap <buffer> <silent> &Ps &Psi;
1926 inoremap <buffer> <silent> &Ch &Chi;
1927 inoremap <buffer> <silent> &Ph &Phi;
1928 inoremap <buffer> <silent> &Up &Upsilon;
1929 inoremap <buffer> <silent> &Ta &Tau;
1930 inoremap <buffer> <silent> &Si &Sigma;
1931 inoremap <buffer> <silent> &Rh &Rho;
1932 inoremap <buffer> <silent> &Pi &Pi;
1933 inoremap <buffer> <silent> &Oc &Omicron;
1934 inoremap <buffer> <silent> &Xi &Xi;
1935 inoremap <buffer> <silent> &Nu &Nu;
1936 inoremap <buffer> <silent> &Mu &Mu;
1937 inoremap <buffer> <silent> &Lm &Lambda;
1938 inoremap <buffer> <silent> &Ka &Kappa;
1939 inoremap <buffer> <silent> &Io &Iota;
1940 inoremap <buffer> <silent> &Th &Theta;
1941 inoremap <buffer> <silent> &Et &Eta;
1942 inoremap <buffer> <silent> &Ze &Zeta;
1943 inoremap <buffer> <silent> &Ep &Epsilon;
1944 inoremap <buffer> <silent> &De &Delta;
1945 inoremap <buffer> <silent> &Ga &Gamma;
1946 inoremap <buffer> <silent> &Be &Beta;
1947 inoremap <buffer> <silent> &Al &Alpha;
1948 inoremap <buffer> <silent> &3. &hellip;
1949 inoremap <buffer> <silent> &-- &mdash;
1950 inoremap <buffer> <silent> &3- &mdash;
1951 inoremap <buffer> <silent> &m- &mdash;
1952 inoremap <buffer> <silent> &2- &ndash;
1953 inoremap <buffer> <silent> &n- &ndash;
1954 inoremap <buffer> <silent> &34 &frac34;
1955 inoremap <buffer> <silent> &12 &frac12;
1956 inoremap <buffer> <silent> &14 &frac14;
1957 inoremap <buffer> <silent> &. &middot;
1958 inoremap <buffer> <silent> &pa &para;
1959 inoremap <buffer> <silent> &mi &micro;
1960 inoremap <buffer> <silent> &dg &deg;
1961 inoremap <buffer> <silent> &? &iquest;
1962 inoremap <buffer> <silent> &! &iexcl;
1963 inoremap <buffer> <silent> &sz &szlig;
1964 inoremap <buffer> <silent> &o/ &oslash;
1965 inoremap <buffer> <silent> &/ &divide;
1966 inoremap <buffer> <silent> &" &uml;
1967 inoremap <buffer> <silent> &2> &raquo;
1968 inoremap <buffer> <silent> &2< &laquo;
1969 inoremap <buffer> <silent> &y" &yuml;
1970 inoremap <buffer> <silent> &y' &yacute;
1971 inoremap <buffer> <silent> &u" &uuml;
1972 inoremap <buffer> <silent> &u^ &ucirc;
1973 inoremap <buffer> <silent> &u' &uacute;
1974 inoremap <buffer> <silent> &u` &ugrave;
1975 inoremap <buffer> <silent> &x &times;
1976 inoremap <buffer> <silent> &o" &ouml;
1977 inoremap <buffer> <silent> &o~ &otilde;
1978 inoremap <buffer> <silent> &o^ &ocirc;
1979 inoremap <buffer> <silent> &o' &oacute;
1980 inoremap <buffer> <silent> &o` &ograve;
1981 inoremap <buffer> <silent> &n~ &ntilde;
1982 inoremap <buffer> <silent> &i" &iuml;
1983 inoremap <buffer> <silent> &i^ &icirc;
1984 inoremap <buffer> <silent> &i' &iacute;
1985 inoremap <buffer> <silent> &i` &igrave;
1986 inoremap <buffer> <silent> &e" &euml;
1987 inoremap <buffer> <silent> &e^ &ecirc;
1988 inoremap <buffer> <silent> &e' &eacute;
1989 inoremap <buffer> <silent> &e` &egrave;
1990 inoremap <buffer> <silent> &c, &ccedil;
1991 inoremap <buffer> <silent> &ae &aelig;
1992 inoremap <buffer> <silent> &ao &aring;
1993 inoremap <buffer> <silent> &a" &auml;
1994 inoremap <buffer> <silent> &a~ &atilde;
1995 inoremap <buffer> <silent> &a^ &acirc;
1996 inoremap <buffer> <silent> &a' &aacute;
1997 inoremap <buffer> <silent> &a` &agrave;
1998 inoremap <buffer> <silent> &Y' &Yacute;
1999 inoremap <buffer> <silent> &U" &Uuml;
2000 inoremap <buffer> <silent> &U^ &Ucirc;
2001 inoremap <buffer> <silent> &U' &Uacute;
2002 inoremap <buffer> <silent> &U` &Ugrave;
2003 inoremap <buffer> <silent> &O/ &Oslash;
2004 inoremap <buffer> <silent> &O" &Ouml;
2005 inoremap <buffer> <silent> &O~ &Otilde;
2006 inoremap <buffer> <silent> &O^ &Ocirc;
2007 inoremap <buffer> <silent> &O' &Oacute;
2008 inoremap <buffer> <silent> &O` &Ograve;
2009 inoremap <buffer> <silent> &N~ &Ntilde;
2010 inoremap <buffer> <silent> &I" &Iuml;
2011 inoremap <buffer> <silent> &I^ &Icirc;
2012 inoremap <buffer> <silent> &I' &Iacute;
2013 inoremap <buffer> <silent> &I` &Igrave;
2014 inoremap <buffer> <silent> &E" &Euml;
2015 inoremap <buffer> <silent> &E^ &Ecirc;
2016 inoremap <buffer> <silent> &E' &Eacute;
2017 inoremap <buffer> <silent> &E` &Egrave;
2018 inoremap <buffer> <silent> &C, &Ccedil;
2019 inoremap <buffer> <silent> &AE &AElig;
2020 inoremap <buffer> <silent> &Ao &Aring;
2021 inoremap <buffer> <silent> &A" &Auml;
2022 inoremap <buffer> <silent> &A~ &Atilde;
2023 inoremap <buffer> <silent> &A^ &Acirc;
2024 inoremap <buffer> <silent> &A' &Aacute;
2025 inoremap <buffer> <silent> &A` &Agrave;
2026 inoremap <buffer> <silent> &c| &cent;
2027 inoremap <buffer> <silent> &Y= &yen;
2028 inoremap <buffer> <silent> &# &pound;
2029 inoremap <buffer> <silent> & &nbsp;
2030 inoremap <buffer> <silent> &> &gt;
2031 inoremap <buffer> <silent> &< &lt;
2032 inoremap <buffer> <silent> &' &quot;
2033 inoremap <buffer> <silent> &tm &trade;
2034 inoremap <buffer> <silent> &rO &reg;
2035 inoremap <buffer> <silent> &cO &copy;
2036 inoremap <buffer> <silent> && &amp;
2037 inoremap <buffer> <silent> ; &nbsp;
2038 inoremap <buffer> <silent> ;la <label for=""></label>F"
2039 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
2040 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
2041 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
2042 </textarea>k$5F"i
2043 inoremap <buffer> <silent> ;og <optgroup label="">
2044 </optgroup>k$F"i
2045 inoremap <buffer> <silent> ;op <option></option>F<
2046 inoremap <buffer> <silent> ;ms <select name="" multiple>
2047 </select>O
2048 inoremap <buffer> <silent> ;se <select name="">
2049 </select>O
2050 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
2051 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
2052 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
2053 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
2054 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
2055 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
2056 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
2057 inoremap <buffer> <silent> ;fm <form action="">
2058 </form>k$F"i
2059 inoremap <buffer> <silent> ;if <iframe src="">
2060 </iframe>k$F"i
2061 inoremap <buffer> <silent> ;nf <noframes>
2062 </noframes>O
2063 inoremap <buffer> <silent> ;fr <frame src="">F"
2064 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
2065 </frameset>k$3F"i
2066 inoremap <buffer> <silent> ;th <th></th>F<
2067 inoremap <buffer> <silent> ;td <td>
2068 </td>O
2069 inoremap <buffer> <silent> ;tr <tr>
2070 </tr>O
2071 inoremap <buffer> <silent> ;tf <tfoot>
2072 </tfoot>O
2073 inoremap <buffer> <silent> ;tb <tbody>
2074 </tbody>O
2075 inoremap <buffer> <silent> ;tH <thead>
2076 </thead>O
2077 inoremap <buffer> <silent> ;ta <table>
2078 </table>O
2079 inoremap <buffer> <silent> ;ca <caption></caption>F<
2080 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
2081 </object>k$5F"i
2082 inoremap <buffer> <silent> ;ns <noscript>
2083 </noscripT>O
2084 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
2085 <noembed></noembed>k$5F"i
2086 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
2087 inoremap <buffer> <silent> ;va <var></var>F<
2088 inoremap <buffer> <silent> ;ul <ul>
2089 </ul>O
2090 inoremap <buffer> <silent> ;tt <tt></tt>F<
2091 inoremap <buffer> <silent> ;ti <title></title>F<
2092 inoremap <buffer> <silent> ;sp <sup></sup>F<
2093 inoremap <buffer> <silent> ;sb <sub></sub>F<
2094 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
2095 inoremap <buffer> <silent> ;cs <style type="text/css">
2096 <!--
2097 -->
2098 </style>kO
2099 inoremap <buffer> <silent> ;sm <small></small>F<
2100 inoremap <buffer> <silent> ;sa <samp></samp>F<
2101 inoremap <buffer> <silent> ;sk <strike></strike>F<
2102 inoremap <buffer> <silent> ;qu <q></q>F<
2103 inoremap <buffer> <silent> ;pr <pre>
2104 </pre>O
2105 inoremap <buffer> <silent> ;/p </p>
2106 
2107 <p>
2108 inoremap <buffer> <silent> ;pp <p>
2109 </p>O
2110 inoremap <buffer> <silent> ;ol <ol>
2111 </ol>O
2112 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
2113 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
2114 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
2115 inoremap <buffer> <silent> ;lk <link href="">F"
2116 inoremap <buffer> <silent> ;li <li></li>F<
2117 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
2118 inoremap <buffer> <silent> ;ii <isindex>
2119 inoremap <buffer> <silent> ;in <ins></ins>F<
2120 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
2121 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
2122 inoremap <buffer> <silent> ;ht <html>
2123 </html>O
2124 inoremap <buffer> <silent> ;Hr <hr width="75%">
2125 inoremap <buffer> <silent> ;hr <hr>
2126 inoremap <buffer> <silent> ;he <head>
2127 </head>O
2128 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
2129 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
2130 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
2131 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
2132 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
2133 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
2134 inoremap <buffer> <silent> ;h6 <h6></h6>F<
2135 inoremap <buffer> <silent> ;h5 <h5></h5>F<
2136 inoremap <buffer> <silent> ;h4 <h4></h4>F<
2137 inoremap <buffer> <silent> ;h3 <h3></h3>F<
2138 inoremap <buffer> <silent> ;h2 <h2></h2>F<
2139 inoremap <buffer> <silent> ;h1 <h1></h1>F<
2140 inoremap <buffer> <silent> ;fc <font color=""></font>F"
2141 inoremap <buffer> <silent> ;fo <font size=""></font>F"
2142 inoremap <buffer> <silent> ;sn <span></span>F<
2143 inoremap <buffer> <silent> ;dv <div>
2144 </div>O
2145 inoremap <buffer> <silent> ;df <dfn></dfn>F<
2146 inoremap <buffer> <silent> ;de <del></del>F<
2147 inoremap <buffer> <silent> ;dd <dd></dd>F<
2148 inoremap <buffer> <silent> ;dt <dt></dt>F<
2149 inoremap <buffer> <silent> ;dl <dl>
2150 </dl>O
2151 inoremap <buffer> <silent> ;co <code></code>F<
2152 inoremap <buffer> <silent> ;ci <cite></cite>F<
2153 inoremap <buffer> <silent> ;ce <center></center>F<
2154 inoremap <buffer> <silent> ;br <br>
2155 inoremap <buffer> <silent> ;bd <body>
2156 </body>O
2157 inoremap <buffer> <silent> ;bl <blockquote>
2158 </blockquote>O
2159 inoremap <buffer> <silent> ;bi <big></big>F<
2160 inoremap <buffer> <silent> ;bh <base href="">F"
2161 inoremap <buffer> <silent> ;ad <address></address>F<
2162 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
2163 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
2164 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
2165 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
2166 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
2167 inoremap <buffer> <silent> ;an <a name=""></a>F"
2168 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
2169 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
2170 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
2171 inoremap <buffer> <silent> ;ah <a href=""></a>F"
2172 imap <buffer> <silent> ;s4 ;s4
2173 imap <buffer> <silent> ;4 ;4
2174 inoremap <buffer> <silent> ;mi :call MangleImageTag()
2175 inoremap <buffer> <silent> ; 
2176 inoremap <buffer> <silent> ;& &
2177 inoremap <buffer> <silent> ;; ;
2178 setlocal keymap=
2179 setlocal noarabic
2180 setlocal autoindent
2181 setlocal balloonexpr=
2182 setlocal nobinary
2183 setlocal bufhidden=
2184 setlocal buflisted
2185 setlocal buftype=
2186 setlocal nocindent
2187 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
2188 setlocal cinoptions=
2189 setlocal cinwords=if,else,while,do,for,switch
2190 setlocal colorcolumn=
2191 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
2192 setlocal commentstring=<!--%s-->
2193 setlocal complete=.,w,b,u,t,i
2194 setlocal concealcursor=
2195 setlocal conceallevel=0
2196 setlocal completefunc=
2197 setlocal nocopyindent
2198 setlocal cryptmethod=
2199 setlocal nocursorbind
2200 setlocal nocursorcolumn
2201 setlocal nocursorline
2202 setlocal define=
2203 setlocal dictionary=
2204 setlocal nodiff
2205 setlocal equalprg=
2206 setlocal errorformat=
2207 setlocal expandtab
2208 if &filetype != 'html'
2209 setlocal filetype=html
2210 endif
2211 setlocal foldcolumn=0
2212 setlocal foldenable
2213 setlocal foldexpr=0
2214 setlocal foldignore=#
2215 setlocal foldlevel=0
2216 setlocal foldmarker={{{,}}}
2217 setlocal foldmethod=manual
2218 setlocal foldminlines=1
2219 setlocal foldnestmax=20
2220 setlocal foldtext=foldtext()
2221 setlocal formatexpr=
2222 setlocal formatoptions=tcq
2223 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
2224 setlocal grepprg=
2225 setlocal iminsert=2
2226 setlocal imsearch=2
2227 setlocal include=
2228 setlocal includeexpr=
2229 setlocal indentexpr=
2230 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
2231 setlocal noinfercase
2232 setlocal iskeyword=@,48-57,_,192-255
2233 setlocal keywordprg=
2234 setlocal nolinebreak
2235 setlocal nolisp
2236 setlocal nolist
2237 setlocal makeprg=
2238 setlocal matchpairs=(:),{:},[:],<:>
2239 setlocal nomodeline
2240 setlocal modifiable
2241 setlocal nrformats=octal,hex
2242 setlocal nonumber
2243 setlocal numberwidth=4
2244 setlocal omnifunc=htmlcomplete#CompleteTags
2245 setlocal path=
2246 setlocal nopreserveindent
2247 setlocal nopreviewwindow
2248 setlocal quoteescape=\\
2249 setlocal noreadonly
2250 setlocal norelativenumber
2251 setlocal norightleft
2252 setlocal rightleftcmd=search
2253 setlocal noscrollbind
2254 setlocal shiftwidth=4
2255 setlocal noshortname
2256 setlocal nosmartindent
2257 setlocal softtabstop=0
2258 setlocal nospell
2259 setlocal spellcapcheck=
2260 setlocal spellfile=
2261 setlocal spelllang=en
2262 setlocal statusline=
2263 setlocal suffixesadd=
2264 setlocal swapfile
2265 setlocal synmaxcol=3000
2266 if &syntax != 'html'
2267 setlocal syntax=html
2268 endif
2269 setlocal tabstop=4
2270 setlocal tags=
2271 setlocal textwidth=0
2272 setlocal thesaurus=
2273 setlocal noundofile
2274 setlocal nowinfixheight
2275 setlocal nowinfixwidth
2276 setlocal wrap
2277 setlocal wrapmargin=0
2278 silent! normal! zE
2279 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
2280 if s:l < 1 | let s:l = 1 | endif
2281 exe s:l
2282 normal! zt
2283 1
2284 normal! 0
2285 tabedit custom-cd.html
2286 set splitbelow splitright
2287 set nosplitbelow
2288 set nosplitright
2289 wincmd t
2290 set winheight=1 winwidth=1
2291 argglobal
2292 6argu
2293 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
2294 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
2295 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
2296 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
2297 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
2298 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
2299 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
2300 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
2301 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
2302 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
2303 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
2304 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
2305 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
2306 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
2307 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
2308 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
2309 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
2310 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
2311 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">')
2312 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">')
2313 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
2314 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
2315 nnoremap <buffer> <silent> ; 
2316 nnoremap <buffer> <silent> ;; ;
2317 vnoremap <buffer> <silent> ;; ;
2318 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
2319 inoremap <buffer> <silent> &hA &hArr;
2320 inoremap <buffer> <silent> &dA &dArr;
2321 inoremap <buffer> <silent> &rA &rArr;
2322 inoremap <buffer> <silent> &uA &uArr;
2323 inoremap <buffer> <silent> &lA &lArr;
2324 inoremap <buffer> <silent> &ha &harr;
2325 inoremap <buffer> <silent> &da &darr;
2326 inoremap <buffer> <silent> &ra &rarr;
2327 inoremap <buffer> <silent> &ua &uarr;
2328 inoremap <buffer> <silent> &la &larr;
2329 inoremap <buffer> <silent> &pv &piv;
2330 inoremap <buffer> <silent> &uh &upsih;
2331 inoremap <buffer> <silent> &ts &thetasym;
2332 inoremap <buffer> <silent> &og &omega;
2333 inoremap <buffer> <silent> &ps &psi;
2334 inoremap <buffer> <silent> &ch &chi;
2335 inoremap <buffer> <silent> &ph &phi;
2336 inoremap <buffer> <silent> &up &upsilon;
2337 inoremap <buffer> <silent> &ta &tau;
2338 inoremap <buffer> <silent> &sf &sigmaf;
2339 inoremap <buffer> <silent> &si &sigma;
2340 inoremap <buffer> <silent> &rh &rho;
2341 inoremap <buffer> <silent> &pi &pi;
2342 inoremap <buffer> <silent> &oc &omicron;
2343 inoremap <buffer> <silent> &xi &xi;
2344 inoremap <buffer> <silent> &nu &nu;
2345 inoremap <buffer> <silent> &mu &mu;
2346 inoremap <buffer> <silent> &lm &lambda;
2347 inoremap <buffer> <silent> &ka &kappa;
2348 inoremap <buffer> <silent> &io &iota;
2349 inoremap <buffer> <silent> &th &theta;
2350 inoremap <buffer> <silent> &et &eta;
2351 inoremap <buffer> <silent> &ze &zeta;
2352 inoremap <buffer> <silent> &ep &epsilon;
2353 inoremap <buffer> <silent> &de &delta;
2354 inoremap <buffer> <silent> &ga &gamma;
2355 inoremap <buffer> <silent> &be &beta;
2356 inoremap <buffer> <silent> &al &alpha;
2357 inoremap <buffer> <silent> &Ps &Psi;
2358 inoremap <buffer> <silent> &Ch &Chi;
2359 inoremap <buffer> <silent> &Ph &Phi;
2360 inoremap <buffer> <silent> &Up &Upsilon;
2361 inoremap <buffer> <silent> &Ta &Tau;
2362 inoremap <buffer> <silent> &Si &Sigma;
2363 inoremap <buffer> <silent> &Rh &Rho;
2364 inoremap <buffer> <silent> &Pi &Pi;
2365 inoremap <buffer> <silent> &Oc &Omicron;
2366 inoremap <buffer> <silent> &Xi &Xi;
2367 inoremap <buffer> <silent> &Nu &Nu;
2368 inoremap <buffer> <silent> &Mu &Mu;
2369 inoremap <buffer> <silent> &Lm &Lambda;
2370 inoremap <buffer> <silent> &Ka &Kappa;
2371 inoremap <buffer> <silent> &Io &Iota;
2372 inoremap <buffer> <silent> &Th &Theta;
2373 inoremap <buffer> <silent> &Et &Eta;
2374 inoremap <buffer> <silent> &Ze &Zeta;
2375 inoremap <buffer> <silent> &Ep &Epsilon;
2376 inoremap <buffer> <silent> &De &Delta;
2377 inoremap <buffer> <silent> &Ga &Gamma;
2378 inoremap <buffer> <silent> &Be &Beta;
2379 inoremap <buffer> <silent> &Al &Alpha;
2380 inoremap <buffer> <silent> &3. &hellip;
2381 inoremap <buffer> <silent> &-- &mdash;
2382 inoremap <buffer> <silent> &3- &mdash;
2383 inoremap <buffer> <silent> &m- &mdash;
2384 inoremap <buffer> <silent> &2- &ndash;
2385 inoremap <buffer> <silent> &n- &ndash;
2386 inoremap <buffer> <silent> &34 &frac34;
2387 inoremap <buffer> <silent> &12 &frac12;
2388 inoremap <buffer> <silent> &14 &frac14;
2389 inoremap <buffer> <silent> &. &middot;
2390 inoremap <buffer> <silent> &pa &para;
2391 inoremap <buffer> <silent> &mi &micro;
2392 inoremap <buffer> <silent> &dg &deg;
2393 inoremap <buffer> <silent> &? &iquest;
2394 inoremap <buffer> <silent> &! &iexcl;
2395 inoremap <buffer> <silent> &sz &szlig;
2396 inoremap <buffer> <silent> &o/ &oslash;
2397 inoremap <buffer> <silent> &/ &divide;
2398 inoremap <buffer> <silent> &" &uml;
2399 inoremap <buffer> <silent> &2> &raquo;
2400 inoremap <buffer> <silent> &2< &laquo;
2401 inoremap <buffer> <silent> &y" &yuml;
2402 inoremap <buffer> <silent> &y' &yacute;
2403 inoremap <buffer> <silent> &u" &uuml;
2404 inoremap <buffer> <silent> &u^ &ucirc;
2405 inoremap <buffer> <silent> &u' &uacute;
2406 inoremap <buffer> <silent> &u` &ugrave;
2407 inoremap <buffer> <silent> &x &times;
2408 inoremap <buffer> <silent> &o" &ouml;
2409 inoremap <buffer> <silent> &o~ &otilde;
2410 inoremap <buffer> <silent> &o^ &ocirc;
2411 inoremap <buffer> <silent> &o' &oacute;
2412 inoremap <buffer> <silent> &o` &ograve;
2413 inoremap <buffer> <silent> &n~ &ntilde;
2414 inoremap <buffer> <silent> &i" &iuml;
2415 inoremap <buffer> <silent> &i^ &icirc;
2416 inoremap <buffer> <silent> &i' &iacute;
2417 inoremap <buffer> <silent> &i` &igrave;
2418 inoremap <buffer> <silent> &e" &euml;
2419 inoremap <buffer> <silent> &e^ &ecirc;
2420 inoremap <buffer> <silent> &e' &eacute;
2421 inoremap <buffer> <silent> &e` &egrave;
2422 inoremap <buffer> <silent> &c, &ccedil;
2423 inoremap <buffer> <silent> &ae &aelig;
2424 inoremap <buffer> <silent> &ao &aring;
2425 inoremap <buffer> <silent> &a" &auml;
2426 inoremap <buffer> <silent> &a~ &atilde;
2427 inoremap <buffer> <silent> &a^ &acirc;
2428 inoremap <buffer> <silent> &a' &aacute;
2429 inoremap <buffer> <silent> &a` &agrave;
2430 inoremap <buffer> <silent> &Y' &Yacute;
2431 inoremap <buffer> <silent> &U" &Uuml;
2432 inoremap <buffer> <silent> &U^ &Ucirc;
2433 inoremap <buffer> <silent> &U' &Uacute;
2434 inoremap <buffer> <silent> &U` &Ugrave;
2435 inoremap <buffer> <silent> &O/ &Oslash;
2436 inoremap <buffer> <silent> &O" &Ouml;
2437 inoremap <buffer> <silent> &O~ &Otilde;
2438 inoremap <buffer> <silent> &O^ &Ocirc;
2439 inoremap <buffer> <silent> &O' &Oacute;
2440 inoremap <buffer> <silent> &O` &Ograve;
2441 inoremap <buffer> <silent> &N~ &Ntilde;
2442 inoremap <buffer> <silent> &I" &Iuml;
2443 inoremap <buffer> <silent> &I^ &Icirc;
2444 inoremap <buffer> <silent> &I' &Iacute;
2445 inoremap <buffer> <silent> &I` &Igrave;
2446 inoremap <buffer> <silent> &E" &Euml;
2447 inoremap <buffer> <silent> &E^ &Ecirc;
2448 inoremap <buffer> <silent> &E' &Eacute;
2449 inoremap <buffer> <silent> &E` &Egrave;
2450 inoremap <buffer> <silent> &C, &Ccedil;
2451 inoremap <buffer> <silent> &AE &AElig;
2452 inoremap <buffer> <silent> &Ao &Aring;
2453 inoremap <buffer> <silent> &A" &Auml;
2454 inoremap <buffer> <silent> &A~ &Atilde;
2455 inoremap <buffer> <silent> &A^ &Acirc;
2456 inoremap <buffer> <silent> &A' &Aacute;
2457 inoremap <buffer> <silent> &A` &Agrave;
2458 inoremap <buffer> <silent> &c| &cent;
2459 inoremap <buffer> <silent> &Y= &yen;
2460 inoremap <buffer> <silent> &# &pound;
2461 inoremap <buffer> <silent> & &nbsp;
2462 inoremap <buffer> <silent> &> &gt;
2463 inoremap <buffer> <silent> &< &lt;
2464 inoremap <buffer> <silent> &' &quot;
2465 inoremap <buffer> <silent> &tm &trade;
2466 inoremap <buffer> <silent> &rO &reg;
2467 inoremap <buffer> <silent> &cO &copy;
2468 inoremap <buffer> <silent> && &amp;
2469 inoremap <buffer> <silent> ; &nbsp;
2470 inoremap <buffer> <silent> ;la <label for=""></label>F"
2471 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
2472 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
2473 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
2474 </textarea>k$5F"i
2475 inoremap <buffer> <silent> ;og <optgroup label="">
2476 </optgroup>k$F"i
2477 inoremap <buffer> <silent> ;op <option></option>F<
2478 inoremap <buffer> <silent> ;ms <select name="" multiple>
2479 </select>O
2480 inoremap <buffer> <silent> ;se <select name="">
2481 </select>O
2482 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
2483 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
2484 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
2485 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
2486 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
2487 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
2488 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
2489 inoremap <buffer> <silent> ;fm <form action="">
2490 </form>k$F"i
2491 inoremap <buffer> <silent> ;if <iframe src="">
2492 </iframe>k$F"i
2493 inoremap <buffer> <silent> ;nf <noframes>
2494 </noframes>O
2495 inoremap <buffer> <silent> ;fr <frame src="">F"
2496 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
2497 </frameset>k$3F"i
2498 inoremap <buffer> <silent> ;th <th></th>F<
2499 inoremap <buffer> <silent> ;td <td>
2500 </td>O
2501 inoremap <buffer> <silent> ;tr <tr>
2502 </tr>O
2503 inoremap <buffer> <silent> ;tf <tfoot>
2504 </tfoot>O
2505 inoremap <buffer> <silent> ;tb <tbody>
2506 </tbody>O
2507 inoremap <buffer> <silent> ;tH <thead>
2508 </thead>O
2509 inoremap <buffer> <silent> ;ta <table>
2510 </table>O
2511 inoremap <buffer> <silent> ;ca <caption></caption>F<
2512 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
2513 </object>k$5F"i
2514 inoremap <buffer> <silent> ;ns <noscript>
2515 </noscripT>O
2516 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
2517 <noembed></noembed>k$5F"i
2518 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
2519 inoremap <buffer> <silent> ;va <var></var>F<
2520 inoremap <buffer> <silent> ;ul <ul>
2521 </ul>O
2522 inoremap <buffer> <silent> ;tt <tt></tt>F<
2523 inoremap <buffer> <silent> ;ti <title></title>F<
2524 inoremap <buffer> <silent> ;sp <sup></sup>F<
2525 inoremap <buffer> <silent> ;sb <sub></sub>F<
2526 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
2527 inoremap <buffer> <silent> ;cs <style type="text/css">
2528 <!--
2529 -->
2530 </style>kO
2531 inoremap <buffer> <silent> ;sm <small></small>F<
2532 inoremap <buffer> <silent> ;sa <samp></samp>F<
2533 inoremap <buffer> <silent> ;sk <strike></strike>F<
2534 inoremap <buffer> <silent> ;qu <q></q>F<
2535 inoremap <buffer> <silent> ;pr <pre>
2536 </pre>O
2537 inoremap <buffer> <silent> ;/p </p>
2538 
2539 <p>
2540 inoremap <buffer> <silent> ;pp <p>
2541 </p>O
2542 inoremap <buffer> <silent> ;ol <ol>
2543 </ol>O
2544 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
2545 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
2546 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
2547 inoremap <buffer> <silent> ;lk <link href="">F"
2548 inoremap <buffer> <silent> ;li <li></li>F<
2549 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
2550 inoremap <buffer> <silent> ;ii <isindex>
2551 inoremap <buffer> <silent> ;in <ins></ins>F<
2552 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
2553 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
2554 inoremap <buffer> <silent> ;ht <html>
2555 </html>O
2556 inoremap <buffer> <silent> ;Hr <hr width="75%">
2557 inoremap <buffer> <silent> ;hr <hr>
2558 inoremap <buffer> <silent> ;he <head>
2559 </head>O
2560 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
2561 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
2562 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
2563 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
2564 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
2565 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
2566 inoremap <buffer> <silent> ;h6 <h6></h6>F<
2567 inoremap <buffer> <silent> ;h5 <h5></h5>F<
2568 inoremap <buffer> <silent> ;h4 <h4></h4>F<
2569 inoremap <buffer> <silent> ;h3 <h3></h3>F<
2570 inoremap <buffer> <silent> ;h2 <h2></h2>F<
2571 inoremap <buffer> <silent> ;h1 <h1></h1>F<
2572 inoremap <buffer> <silent> ;fc <font color=""></font>F"
2573 inoremap <buffer> <silent> ;fo <font size=""></font>F"
2574 inoremap <buffer> <silent> ;sn <span></span>F<
2575 inoremap <buffer> <silent> ;dv <div>
2576 </div>O
2577 inoremap <buffer> <silent> ;df <dfn></dfn>F<
2578 inoremap <buffer> <silent> ;de <del></del>F<
2579 inoremap <buffer> <silent> ;dd <dd></dd>F<
2580 inoremap <buffer> <silent> ;dt <dt></dt>F<
2581 inoremap <buffer> <silent> ;dl <dl>
2582 </dl>O
2583 inoremap <buffer> <silent> ;co <code></code>F<
2584 inoremap <buffer> <silent> ;ci <cite></cite>F<
2585 inoremap <buffer> <silent> ;ce <center></center>F<
2586 inoremap <buffer> <silent> ;br <br>
2587 inoremap <buffer> <silent> ;bd <body>
2588 </body>O
2589 inoremap <buffer> <silent> ;bl <blockquote>
2590 </blockquote>O
2591 inoremap <buffer> <silent> ;bi <big></big>F<
2592 inoremap <buffer> <silent> ;bh <base href="">F"
2593 inoremap <buffer> <silent> ;ad <address></address>F<
2594 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
2595 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
2596 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
2597 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
2598 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
2599 inoremap <buffer> <silent> ;an <a name=""></a>F"
2600 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
2601 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
2602 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
2603 inoremap <buffer> <silent> ;ah <a href=""></a>F"
2604 imap <buffer> <silent> ;s4 ;s4
2605 imap <buffer> <silent> ;4 ;4
2606 inoremap <buffer> <silent> ;mi :call MangleImageTag()
2607 inoremap <buffer> <silent> ; 
2608 inoremap <buffer> <silent> ;& &
2609 inoremap <buffer> <silent> ;; ;
2610 setlocal keymap=
2611 setlocal noarabic
2612 setlocal autoindent
2613 setlocal balloonexpr=
2614 setlocal nobinary
2615 setlocal bufhidden=
2616 setlocal buflisted
2617 setlocal buftype=
2618 setlocal nocindent
2619 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
2620 setlocal cinoptions=
2621 setlocal cinwords=if,else,while,do,for,switch
2622 setlocal colorcolumn=
2623 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
2624 setlocal commentstring=<!--%s-->
2625 setlocal complete=.,w,b,u,t,i
2626 setlocal concealcursor=
2627 setlocal conceallevel=0
2628 setlocal completefunc=
2629 setlocal nocopyindent
2630 setlocal cryptmethod=
2631 setlocal nocursorbind
2632 setlocal nocursorcolumn
2633 setlocal nocursorline
2634 setlocal define=
2635 setlocal dictionary=
2636 setlocal nodiff
2637 setlocal equalprg=
2638 setlocal errorformat=
2639 setlocal expandtab
2640 if &filetype != 'html'
2641 setlocal filetype=html
2642 endif
2643 setlocal foldcolumn=0
2644 setlocal foldenable
2645 setlocal foldexpr=0
2646 setlocal foldignore=#
2647 setlocal foldlevel=0
2648 setlocal foldmarker={{{,}}}
2649 setlocal foldmethod=manual
2650 setlocal foldminlines=1
2651 setlocal foldnestmax=20
2652 setlocal foldtext=foldtext()
2653 setlocal formatexpr=
2654 setlocal formatoptions=tcq
2655 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
2656 setlocal grepprg=
2657 setlocal iminsert=2
2658 setlocal imsearch=2
2659 setlocal include=
2660 setlocal includeexpr=
2661 setlocal indentexpr=
2662 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
2663 setlocal noinfercase
2664 setlocal iskeyword=@,48-57,_,192-255
2665 setlocal keywordprg=
2666 setlocal nolinebreak
2667 setlocal nolisp
2668 setlocal nolist
2669 setlocal makeprg=
2670 setlocal matchpairs=(:),{:},[:],<:>
2671 setlocal nomodeline
2672 setlocal modifiable
2673 setlocal nrformats=octal,hex
2674 setlocal nonumber
2675 setlocal numberwidth=4
2676 setlocal omnifunc=htmlcomplete#CompleteTags
2677 setlocal path=
2678 setlocal nopreserveindent
2679 setlocal nopreviewwindow
2680 setlocal quoteescape=\\
2681 setlocal noreadonly
2682 setlocal norelativenumber
2683 setlocal norightleft
2684 setlocal rightleftcmd=search
2685 setlocal noscrollbind
2686 setlocal shiftwidth=4
2687 setlocal noshortname
2688 setlocal nosmartindent
2689 setlocal softtabstop=0
2690 setlocal nospell
2691 setlocal spellcapcheck=
2692 setlocal spellfile=
2693 setlocal spelllang=en
2694 setlocal statusline=
2695 setlocal suffixesadd=
2696 setlocal swapfile
2697 setlocal synmaxcol=3000
2698 if &syntax != 'html'
2699 setlocal syntax=html
2700 endif
2701 setlocal tabstop=4
2702 setlocal tags=
2703 setlocal textwidth=0
2704 setlocal thesaurus=
2705 setlocal noundofile
2706 setlocal nowinfixheight
2707 setlocal nowinfixwidth
2708 setlocal wrap
2709 setlocal wrapmargin=0
2710 silent! normal! zE
2711 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
2712 if s:l < 1 | let s:l = 1 | endif
2713 exe s:l
2714 normal! zt
2715 1
2716 normal! 0
2717 tabedit download.html
2718 set splitbelow splitright
2719 set nosplitbelow
2720 set nosplitright
2721 wincmd t
2722 set winheight=1 winwidth=1
2723 argglobal
2724 edit download.html
2725 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
2726 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
2727 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
2728 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
2729 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
2730 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
2731 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
2732 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
2733 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
2734 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
2735 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
2736 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
2737 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
2738 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
2739 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
2740 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
2741 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
2742 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
2743 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">')
2744 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">')
2745 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
2746 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
2747 nnoremap <buffer> <silent> ; 
2748 nnoremap <buffer> <silent> ;; ;
2749 vnoremap <buffer> <silent> ;; ;
2750 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
2751 inoremap <buffer> <silent> &hA &hArr;
2752 inoremap <buffer> <silent> &dA &dArr;
2753 inoremap <buffer> <silent> &rA &rArr;
2754 inoremap <buffer> <silent> &uA &uArr;
2755 inoremap <buffer> <silent> &lA &lArr;
2756 inoremap <buffer> <silent> &ha &harr;
2757 inoremap <buffer> <silent> &da &darr;
2758 inoremap <buffer> <silent> &ra &rarr;
2759 inoremap <buffer> <silent> &ua &uarr;
2760 inoremap <buffer> <silent> &la &larr;
2761 inoremap <buffer> <silent> &pv &piv;
2762 inoremap <buffer> <silent> &uh &upsih;
2763 inoremap <buffer> <silent> &ts &thetasym;
2764 inoremap <buffer> <silent> &og &omega;
2765 inoremap <buffer> <silent> &ps &psi;
2766 inoremap <buffer> <silent> &ch &chi;
2767 inoremap <buffer> <silent> &ph &phi;
2768 inoremap <buffer> <silent> &up &upsilon;
2769 inoremap <buffer> <silent> &ta &tau;
2770 inoremap <buffer> <silent> &sf &sigmaf;
2771 inoremap <buffer> <silent> &si &sigma;
2772 inoremap <buffer> <silent> &rh &rho;
2773 inoremap <buffer> <silent> &pi &pi;
2774 inoremap <buffer> <silent> &oc &omicron;
2775 inoremap <buffer> <silent> &xi &xi;
2776 inoremap <buffer> <silent> &nu &nu;
2777 inoremap <buffer> <silent> &mu &mu;
2778 inoremap <buffer> <silent> &lm &lambda;
2779 inoremap <buffer> <silent> &ka &kappa;
2780 inoremap <buffer> <silent> &io &iota;
2781 inoremap <buffer> <silent> &th &theta;
2782 inoremap <buffer> <silent> &et &eta;
2783 inoremap <buffer> <silent> &ze &zeta;
2784 inoremap <buffer> <silent> &ep &epsilon;
2785 inoremap <buffer> <silent> &de &delta;
2786 inoremap <buffer> <silent> &ga &gamma;
2787 inoremap <buffer> <silent> &be &beta;
2788 inoremap <buffer> <silent> &al &alpha;
2789 inoremap <buffer> <silent> &Ps &Psi;
2790 inoremap <buffer> <silent> &Ch &Chi;
2791 inoremap <buffer> <silent> &Ph &Phi;
2792 inoremap <buffer> <silent> &Up &Upsilon;
2793 inoremap <buffer> <silent> &Ta &Tau;
2794 inoremap <buffer> <silent> &Si &Sigma;
2795 inoremap <buffer> <silent> &Rh &Rho;
2796 inoremap <buffer> <silent> &Pi &Pi;
2797 inoremap <buffer> <silent> &Oc &Omicron;
2798 inoremap <buffer> <silent> &Xi &Xi;
2799 inoremap <buffer> <silent> &Nu &Nu;
2800 inoremap <buffer> <silent> &Mu &Mu;
2801 inoremap <buffer> <silent> &Lm &Lambda;
2802 inoremap <buffer> <silent> &Ka &Kappa;
2803 inoremap <buffer> <silent> &Io &Iota;
2804 inoremap <buffer> <silent> &Th &Theta;
2805 inoremap <buffer> <silent> &Et &Eta;
2806 inoremap <buffer> <silent> &Ze &Zeta;
2807 inoremap <buffer> <silent> &Ep &Epsilon;
2808 inoremap <buffer> <silent> &De &Delta;
2809 inoremap <buffer> <silent> &Ga &Gamma;
2810 inoremap <buffer> <silent> &Be &Beta;
2811 inoremap <buffer> <silent> &Al &Alpha;
2812 inoremap <buffer> <silent> &3. &hellip;
2813 inoremap <buffer> <silent> &-- &mdash;
2814 inoremap <buffer> <silent> &3- &mdash;
2815 inoremap <buffer> <silent> &m- &mdash;
2816 inoremap <buffer> <silent> &2- &ndash;
2817 inoremap <buffer> <silent> &n- &ndash;
2818 inoremap <buffer> <silent> &34 &frac34;
2819 inoremap <buffer> <silent> &12 &frac12;
2820 inoremap <buffer> <silent> &14 &frac14;
2821 inoremap <buffer> <silent> &. &middot;
2822 inoremap <buffer> <silent> &pa &para;
2823 inoremap <buffer> <silent> &mi &micro;
2824 inoremap <buffer> <silent> &dg &deg;
2825 inoremap <buffer> <silent> &? &iquest;
2826 inoremap <buffer> <silent> &! &iexcl;
2827 inoremap <buffer> <silent> &sz &szlig;
2828 inoremap <buffer> <silent> &o/ &oslash;
2829 inoremap <buffer> <silent> &/ &divide;
2830 inoremap <buffer> <silent> &" &uml;
2831 inoremap <buffer> <silent> &2> &raquo;
2832 inoremap <buffer> <silent> &2< &laquo;
2833 inoremap <buffer> <silent> &y" &yuml;
2834 inoremap <buffer> <silent> &y' &yacute;
2835 inoremap <buffer> <silent> &u" &uuml;
2836 inoremap <buffer> <silent> &u^ &ucirc;
2837 inoremap <buffer> <silent> &u' &uacute;
2838 inoremap <buffer> <silent> &u` &ugrave;
2839 inoremap <buffer> <silent> &x &times;
2840 inoremap <buffer> <silent> &o" &ouml;
2841 inoremap <buffer> <silent> &o~ &otilde;
2842 inoremap <buffer> <silent> &o^ &ocirc;
2843 inoremap <buffer> <silent> &o' &oacute;
2844 inoremap <buffer> <silent> &o` &ograve;
2845 inoremap <buffer> <silent> &n~ &ntilde;
2846 inoremap <buffer> <silent> &i" &iuml;
2847 inoremap <buffer> <silent> &i^ &icirc;
2848 inoremap <buffer> <silent> &i' &iacute;
2849 inoremap <buffer> <silent> &i` &igrave;
2850 inoremap <buffer> <silent> &e" &euml;
2851 inoremap <buffer> <silent> &e^ &ecirc;
2852 inoremap <buffer> <silent> &e' &eacute;
2853 inoremap <buffer> <silent> &e` &egrave;
2854 inoremap <buffer> <silent> &c, &ccedil;
2855 inoremap <buffer> <silent> &ae &aelig;
2856 inoremap <buffer> <silent> &ao &aring;
2857 inoremap <buffer> <silent> &a" &auml;
2858 inoremap <buffer> <silent> &a~ &atilde;
2859 inoremap <buffer> <silent> &a^ &acirc;
2860 inoremap <buffer> <silent> &a' &aacute;
2861 inoremap <buffer> <silent> &a` &agrave;
2862 inoremap <buffer> <silent> &Y' &Yacute;
2863 inoremap <buffer> <silent> &U" &Uuml;
2864 inoremap <buffer> <silent> &U^ &Ucirc;
2865 inoremap <buffer> <silent> &U' &Uacute;
2866 inoremap <buffer> <silent> &U` &Ugrave;
2867 inoremap <buffer> <silent> &O/ &Oslash;
2868 inoremap <buffer> <silent> &O" &Ouml;
2869 inoremap <buffer> <silent> &O~ &Otilde;
2870 inoremap <buffer> <silent> &O^ &Ocirc;
2871 inoremap <buffer> <silent> &O' &Oacute;
2872 inoremap <buffer> <silent> &O` &Ograve;
2873 inoremap <buffer> <silent> &N~ &Ntilde;
2874 inoremap <buffer> <silent> &I" &Iuml;
2875 inoremap <buffer> <silent> &I^ &Icirc;
2876 inoremap <buffer> <silent> &I' &Iacute;
2877 inoremap <buffer> <silent> &I` &Igrave;
2878 inoremap <buffer> <silent> &E" &Euml;
2879 inoremap <buffer> <silent> &E^ &Ecirc;
2880 inoremap <buffer> <silent> &E' &Eacute;
2881 inoremap <buffer> <silent> &E` &Egrave;
2882 inoremap <buffer> <silent> &C, &Ccedil;
2883 inoremap <buffer> <silent> &AE &AElig;
2884 inoremap <buffer> <silent> &Ao &Aring;
2885 inoremap <buffer> <silent> &A" &Auml;
2886 inoremap <buffer> <silent> &A~ &Atilde;
2887 inoremap <buffer> <silent> &A^ &Acirc;
2888 inoremap <buffer> <silent> &A' &Aacute;
2889 inoremap <buffer> <silent> &A` &Agrave;
2890 inoremap <buffer> <silent> &c| &cent;
2891 inoremap <buffer> <silent> &Y= &yen;
2892 inoremap <buffer> <silent> &# &pound;
2893 inoremap <buffer> <silent> & &nbsp;
2894 inoremap <buffer> <silent> &> &gt;
2895 inoremap <buffer> <silent> &< &lt;
2896 inoremap <buffer> <silent> &' &quot;
2897 inoremap <buffer> <silent> &tm &trade;
2898 inoremap <buffer> <silent> &rO &reg;
2899 inoremap <buffer> <silent> &cO &copy;
2900 inoremap <buffer> <silent> && &amp;
2901 inoremap <buffer> <silent> ; &nbsp;
2902 inoremap <buffer> <silent> ;la <label for=""></label>F"
2903 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
2904 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
2905 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
2906 </textarea>k$5F"i
2907 inoremap <buffer> <silent> ;og <optgroup label="">
2908 </optgroup>k$F"i
2909 inoremap <buffer> <silent> ;op <option></option>F<
2910 inoremap <buffer> <silent> ;ms <select name="" multiple>
2911 </select>O
2912 inoremap <buffer> <silent> ;se <select name="">
2913 </select>O
2914 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
2915 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
2916 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
2917 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
2918 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
2919 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
2920 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
2921 inoremap <buffer> <silent> ;fm <form action="">
2922 </form>k$F"i
2923 inoremap <buffer> <silent> ;if <iframe src="">
2924 </iframe>k$F"i
2925 inoremap <buffer> <silent> ;nf <noframes>
2926 </noframes>O
2927 inoremap <buffer> <silent> ;fr <frame src="">F"
2928 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
2929 </frameset>k$3F"i
2930 inoremap <buffer> <silent> ;th <th></th>F<
2931 inoremap <buffer> <silent> ;td <td>
2932 </td>O
2933 inoremap <buffer> <silent> ;tr <tr>
2934 </tr>O
2935 inoremap <buffer> <silent> ;tf <tfoot>
2936 </tfoot>O
2937 inoremap <buffer> <silent> ;tb <tbody>
2938 </tbody>O
2939 inoremap <buffer> <silent> ;tH <thead>
2940 </thead>O
2941 inoremap <buffer> <silent> ;ta <table>
2942 </table>O
2943 inoremap <buffer> <silent> ;ca <caption></caption>F<
2944 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
2945 </object>k$5F"i
2946 inoremap <buffer> <silent> ;ns <noscript>
2947 </noscripT>O
2948 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
2949 <noembed></noembed>k$5F"i
2950 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
2951 inoremap <buffer> <silent> ;va <var></var>F<
2952 inoremap <buffer> <silent> ;ul <ul>
2953 </ul>O
2954 inoremap <buffer> <silent> ;tt <tt></tt>F<
2955 inoremap <buffer> <silent> ;ti <title></title>F<
2956 inoremap <buffer> <silent> ;sp <sup></sup>F<
2957 inoremap <buffer> <silent> ;sb <sub></sub>F<
2958 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
2959 inoremap <buffer> <silent> ;cs <style type="text/css">
2960 <!--
2961 -->
2962 </style>kO
2963 inoremap <buffer> <silent> ;sm <small></small>F<
2964 inoremap <buffer> <silent> ;sa <samp></samp>F<
2965 inoremap <buffer> <silent> ;sk <strike></strike>F<
2966 inoremap <buffer> <silent> ;qu <q></q>F<
2967 inoremap <buffer> <silent> ;pr <pre>
2968 </pre>O
2969 inoremap <buffer> <silent> ;/p </p>
2970 
2971 <p>
2972 inoremap <buffer> <silent> ;pp <p>
2973 </p>O
2974 inoremap <buffer> <silent> ;ol <ol>
2975 </ol>O
2976 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
2977 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
2978 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
2979 inoremap <buffer> <silent> ;lk <link href="">F"
2980 inoremap <buffer> <silent> ;li <li></li>F<
2981 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
2982 inoremap <buffer> <silent> ;ii <isindex>
2983 inoremap <buffer> <silent> ;in <ins></ins>F<
2984 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
2985 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
2986 inoremap <buffer> <silent> ;ht <html>
2987 </html>O
2988 inoremap <buffer> <silent> ;Hr <hr width="75%">
2989 inoremap <buffer> <silent> ;hr <hr>
2990 inoremap <buffer> <silent> ;he <head>
2991 </head>O
2992 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
2993 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
2994 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
2995 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
2996 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
2997 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
2998 inoremap <buffer> <silent> ;h6 <h6></h6>F<
2999 inoremap <buffer> <silent> ;h5 <h5></h5>F<
3000 inoremap <buffer> <silent> ;h4 <h4></h4>F<
3001 inoremap <buffer> <silent> ;h3 <h3></h3>F<
3002 inoremap <buffer> <silent> ;h2 <h2></h2>F<
3003 inoremap <buffer> <silent> ;h1 <h1></h1>F<
3004 inoremap <buffer> <silent> ;fc <font color=""></font>F"
3005 inoremap <buffer> <silent> ;fo <font size=""></font>F"
3006 inoremap <buffer> <silent> ;sn <span></span>F<
3007 inoremap <buffer> <silent> ;dv <div>
3008 </div>O
3009 inoremap <buffer> <silent> ;df <dfn></dfn>F<
3010 inoremap <buffer> <silent> ;de <del></del>F<
3011 inoremap <buffer> <silent> ;dd <dd></dd>F<
3012 inoremap <buffer> <silent> ;dt <dt></dt>F<
3013 inoremap <buffer> <silent> ;dl <dl>
3014 </dl>O
3015 inoremap <buffer> <silent> ;co <code></code>F<
3016 inoremap <buffer> <silent> ;ci <cite></cite>F<
3017 inoremap <buffer> <silent> ;ce <center></center>F<
3018 inoremap <buffer> <silent> ;br <br>
3019 inoremap <buffer> <silent> ;bd <body>
3020 </body>O
3021 inoremap <buffer> <silent> ;bl <blockquote>
3022 </blockquote>O
3023 inoremap <buffer> <silent> ;bi <big></big>F<
3024 inoremap <buffer> <silent> ;bh <base href="">F"
3025 inoremap <buffer> <silent> ;ad <address></address>F<
3026 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
3027 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
3028 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
3029 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
3030 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
3031 inoremap <buffer> <silent> ;an <a name=""></a>F"
3032 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
3033 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
3034 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
3035 inoremap <buffer> <silent> ;ah <a href=""></a>F"
3036 imap <buffer> <silent> ;s4 ;s4
3037 imap <buffer> <silent> ;4 ;4
3038 inoremap <buffer> <silent> ;mi :call MangleImageTag()
3039 inoremap <buffer> <silent> ; 
3040 inoremap <buffer> <silent> ;& &
3041 inoremap <buffer> <silent> ;; ;
3042 setlocal keymap=
3043 setlocal noarabic
3044 setlocal autoindent
3045 setlocal balloonexpr=
3046 setlocal nobinary
3047 setlocal bufhidden=
3048 setlocal buflisted
3049 setlocal buftype=
3050 setlocal nocindent
3051 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
3052 setlocal cinoptions=
3053 setlocal cinwords=if,else,while,do,for,switch
3054 setlocal colorcolumn=
3055 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
3056 setlocal commentstring=<!--%s-->
3057 setlocal complete=.,w,b,u,t,i
3058 setlocal concealcursor=
3059 setlocal conceallevel=0
3060 setlocal completefunc=
3061 setlocal nocopyindent
3062 setlocal cryptmethod=
3063 setlocal nocursorbind
3064 setlocal nocursorcolumn
3065 setlocal nocursorline
3066 setlocal define=
3067 setlocal dictionary=
3068 setlocal nodiff
3069 setlocal equalprg=
3070 setlocal errorformat=
3071 setlocal expandtab
3072 if &filetype != 'html'
3073 setlocal filetype=html
3074 endif
3075 setlocal foldcolumn=0
3076 setlocal foldenable
3077 setlocal foldexpr=0
3078 setlocal foldignore=#
3079 setlocal foldlevel=0
3080 setlocal foldmarker={{{,}}}
3081 setlocal foldmethod=manual
3082 setlocal foldminlines=1
3083 setlocal foldnestmax=20
3084 setlocal foldtext=foldtext()
3085 setlocal formatexpr=
3086 setlocal formatoptions=tcq
3087 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
3088 setlocal grepprg=
3089 setlocal iminsert=2
3090 setlocal imsearch=2
3091 setlocal include=
3092 setlocal includeexpr=
3093 setlocal indentexpr=
3094 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
3095 setlocal noinfercase
3096 setlocal iskeyword=@,48-57,_,192-255
3097 setlocal keywordprg=
3098 setlocal nolinebreak
3099 setlocal nolisp
3100 setlocal nolist
3101 setlocal makeprg=
3102 setlocal matchpairs=(:),{:},[:],<:>
3103 setlocal nomodeline
3104 setlocal modifiable
3105 setlocal nrformats=octal,hex
3106 setlocal nonumber
3107 setlocal numberwidth=4
3108 setlocal omnifunc=htmlcomplete#CompleteTags
3109 setlocal path=
3110 setlocal nopreserveindent
3111 setlocal nopreviewwindow
3112 setlocal quoteescape=\\
3113 setlocal noreadonly
3114 setlocal norelativenumber
3115 setlocal norightleft
3116 setlocal rightleftcmd=search
3117 setlocal noscrollbind
3118 setlocal shiftwidth=4
3119 setlocal noshortname
3120 setlocal nosmartindent
3121 setlocal softtabstop=0
3122 setlocal nospell
3123 setlocal spellcapcheck=
3124 setlocal spellfile=
3125 setlocal spelllang=en
3126 setlocal statusline=
3127 setlocal suffixesadd=
3128 setlocal swapfile
3129 setlocal synmaxcol=3000
3130 if &syntax != 'html'
3131 setlocal syntax=html
3132 endif
3133 setlocal tabstop=4
3134 setlocal tags=
3135 setlocal textwidth=0
3136 setlocal thesaurus=
3137 setlocal noundofile
3138 setlocal nowinfixheight
3139 setlocal nowinfixwidth
3140 setlocal wrap
3141 setlocal wrapmargin=0
3142 silent! normal! zE
3143 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
3144 if s:l < 1 | let s:l = 1 | endif
3145 exe s:l
3146 normal! zt
3147 1
3148 normal! 0
3149 tabedit flash-backup.html
3150 set splitbelow splitright
3151 set nosplitbelow
3152 set nosplitright
3153 wincmd t
3154 set winheight=1 winwidth=1
3155 argglobal
3156 7argu
3157 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3158 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3159 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
3160 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
3161 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
3162 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
3163 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
3164 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
3165 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
3166 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
3167 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
3168 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
3169 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
3170 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
3171 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
3172 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
3173 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
3174 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
3175 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">')
3176 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">')
3177 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
3178 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
3179 nnoremap <buffer> <silent> ; 
3180 nnoremap <buffer> <silent> ;; ;
3181 vnoremap <buffer> <silent> ;; ;
3182 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
3183 inoremap <buffer> <silent> &hA &hArr;
3184 inoremap <buffer> <silent> &dA &dArr;
3185 inoremap <buffer> <silent> &rA &rArr;
3186 inoremap <buffer> <silent> &uA &uArr;
3187 inoremap <buffer> <silent> &lA &lArr;
3188 inoremap <buffer> <silent> &ha &harr;
3189 inoremap <buffer> <silent> &da &darr;
3190 inoremap <buffer> <silent> &ra &rarr;
3191 inoremap <buffer> <silent> &ua &uarr;
3192 inoremap <buffer> <silent> &la &larr;
3193 inoremap <buffer> <silent> &pv &piv;
3194 inoremap <buffer> <silent> &uh &upsih;
3195 inoremap <buffer> <silent> &ts &thetasym;
3196 inoremap <buffer> <silent> &og &omega;
3197 inoremap <buffer> <silent> &ps &psi;
3198 inoremap <buffer> <silent> &ch &chi;
3199 inoremap <buffer> <silent> &ph &phi;
3200 inoremap <buffer> <silent> &up &upsilon;
3201 inoremap <buffer> <silent> &ta &tau;
3202 inoremap <buffer> <silent> &sf &sigmaf;
3203 inoremap <buffer> <silent> &si &sigma;
3204 inoremap <buffer> <silent> &rh &rho;
3205 inoremap <buffer> <silent> &pi &pi;
3206 inoremap <buffer> <silent> &oc &omicron;
3207 inoremap <buffer> <silent> &xi &xi;
3208 inoremap <buffer> <silent> &nu &nu;
3209 inoremap <buffer> <silent> &mu &mu;
3210 inoremap <buffer> <silent> &lm &lambda;
3211 inoremap <buffer> <silent> &ka &kappa;
3212 inoremap <buffer> <silent> &io &iota;
3213 inoremap <buffer> <silent> &th &theta;
3214 inoremap <buffer> <silent> &et &eta;
3215 inoremap <buffer> <silent> &ze &zeta;
3216 inoremap <buffer> <silent> &ep &epsilon;
3217 inoremap <buffer> <silent> &de &delta;
3218 inoremap <buffer> <silent> &ga &gamma;
3219 inoremap <buffer> <silent> &be &beta;
3220 inoremap <buffer> <silent> &al &alpha;
3221 inoremap <buffer> <silent> &Ps &Psi;
3222 inoremap <buffer> <silent> &Ch &Chi;
3223 inoremap <buffer> <silent> &Ph &Phi;
3224 inoremap <buffer> <silent> &Up &Upsilon;
3225 inoremap <buffer> <silent> &Ta &Tau;
3226 inoremap <buffer> <silent> &Si &Sigma;
3227 inoremap <buffer> <silent> &Rh &Rho;
3228 inoremap <buffer> <silent> &Pi &Pi;
3229 inoremap <buffer> <silent> &Oc &Omicron;
3230 inoremap <buffer> <silent> &Xi &Xi;
3231 inoremap <buffer> <silent> &Nu &Nu;
3232 inoremap <buffer> <silent> &Mu &Mu;
3233 inoremap <buffer> <silent> &Lm &Lambda;
3234 inoremap <buffer> <silent> &Ka &Kappa;
3235 inoremap <buffer> <silent> &Io &Iota;
3236 inoremap <buffer> <silent> &Th &Theta;
3237 inoremap <buffer> <silent> &Et &Eta;
3238 inoremap <buffer> <silent> &Ze &Zeta;
3239 inoremap <buffer> <silent> &Ep &Epsilon;
3240 inoremap <buffer> <silent> &De &Delta;
3241 inoremap <buffer> <silent> &Ga &Gamma;
3242 inoremap <buffer> <silent> &Be &Beta;
3243 inoremap <buffer> <silent> &Al &Alpha;
3244 inoremap <buffer> <silent> &3. &hellip;
3245 inoremap <buffer> <silent> &-- &mdash;
3246 inoremap <buffer> <silent> &3- &mdash;
3247 inoremap <buffer> <silent> &m- &mdash;
3248 inoremap <buffer> <silent> &2- &ndash;
3249 inoremap <buffer> <silent> &n- &ndash;
3250 inoremap <buffer> <silent> &34 &frac34;
3251 inoremap <buffer> <silent> &12 &frac12;
3252 inoremap <buffer> <silent> &14 &frac14;
3253 inoremap <buffer> <silent> &. &middot;
3254 inoremap <buffer> <silent> &pa &para;
3255 inoremap <buffer> <silent> &mi &micro;
3256 inoremap <buffer> <silent> &dg &deg;
3257 inoremap <buffer> <silent> &? &iquest;
3258 inoremap <buffer> <silent> &! &iexcl;
3259 inoremap <buffer> <silent> &sz &szlig;
3260 inoremap <buffer> <silent> &o/ &oslash;
3261 inoremap <buffer> <silent> &/ &divide;
3262 inoremap <buffer> <silent> &" &uml;
3263 inoremap <buffer> <silent> &2> &raquo;
3264 inoremap <buffer> <silent> &2< &laquo;
3265 inoremap <buffer> <silent> &y" &yuml;
3266 inoremap <buffer> <silent> &y' &yacute;
3267 inoremap <buffer> <silent> &u" &uuml;
3268 inoremap <buffer> <silent> &u^ &ucirc;
3269 inoremap <buffer> <silent> &u' &uacute;
3270 inoremap <buffer> <silent> &u` &ugrave;
3271 inoremap <buffer> <silent> &x &times;
3272 inoremap <buffer> <silent> &o" &ouml;
3273 inoremap <buffer> <silent> &o~ &otilde;
3274 inoremap <buffer> <silent> &o^ &ocirc;
3275 inoremap <buffer> <silent> &o' &oacute;
3276 inoremap <buffer> <silent> &o` &ograve;
3277 inoremap <buffer> <silent> &n~ &ntilde;
3278 inoremap <buffer> <silent> &i" &iuml;
3279 inoremap <buffer> <silent> &i^ &icirc;
3280 inoremap <buffer> <silent> &i' &iacute;
3281 inoremap <buffer> <silent> &i` &igrave;
3282 inoremap <buffer> <silent> &e" &euml;
3283 inoremap <buffer> <silent> &e^ &ecirc;
3284 inoremap <buffer> <silent> &e' &eacute;
3285 inoremap <buffer> <silent> &e` &egrave;
3286 inoremap <buffer> <silent> &c, &ccedil;
3287 inoremap <buffer> <silent> &ae &aelig;
3288 inoremap <buffer> <silent> &ao &aring;
3289 inoremap <buffer> <silent> &a" &auml;
3290 inoremap <buffer> <silent> &a~ &atilde;
3291 inoremap <buffer> <silent> &a^ &acirc;
3292 inoremap <buffer> <silent> &a' &aacute;
3293 inoremap <buffer> <silent> &a` &agrave;
3294 inoremap <buffer> <silent> &Y' &Yacute;
3295 inoremap <buffer> <silent> &U" &Uuml;
3296 inoremap <buffer> <silent> &U^ &Ucirc;
3297 inoremap <buffer> <silent> &U' &Uacute;
3298 inoremap <buffer> <silent> &U` &Ugrave;
3299 inoremap <buffer> <silent> &O/ &Oslash;
3300 inoremap <buffer> <silent> &O" &Ouml;
3301 inoremap <buffer> <silent> &O~ &Otilde;
3302 inoremap <buffer> <silent> &O^ &Ocirc;
3303 inoremap <buffer> <silent> &O' &Oacute;
3304 inoremap <buffer> <silent> &O` &Ograve;
3305 inoremap <buffer> <silent> &N~ &Ntilde;
3306 inoremap <buffer> <silent> &I" &Iuml;
3307 inoremap <buffer> <silent> &I^ &Icirc;
3308 inoremap <buffer> <silent> &I' &Iacute;
3309 inoremap <buffer> <silent> &I` &Igrave;
3310 inoremap <buffer> <silent> &E" &Euml;
3311 inoremap <buffer> <silent> &E^ &Ecirc;
3312 inoremap <buffer> <silent> &E' &Eacute;
3313 inoremap <buffer> <silent> &E` &Egrave;
3314 inoremap <buffer> <silent> &C, &Ccedil;
3315 inoremap <buffer> <silent> &AE &AElig;
3316 inoremap <buffer> <silent> &Ao &Aring;
3317 inoremap <buffer> <silent> &A" &Auml;
3318 inoremap <buffer> <silent> &A~ &Atilde;
3319 inoremap <buffer> <silent> &A^ &Acirc;
3320 inoremap <buffer> <silent> &A' &Aacute;
3321 inoremap <buffer> <silent> &A` &Agrave;
3322 inoremap <buffer> <silent> &c| &cent;
3323 inoremap <buffer> <silent> &Y= &yen;
3324 inoremap <buffer> <silent> &# &pound;
3325 inoremap <buffer> <silent> & &nbsp;
3326 inoremap <buffer> <silent> &> &gt;
3327 inoremap <buffer> <silent> &< &lt;
3328 inoremap <buffer> <silent> &' &quot;
3329 inoremap <buffer> <silent> &tm &trade;
3330 inoremap <buffer> <silent> &rO &reg;
3331 inoremap <buffer> <silent> &cO &copy;
3332 inoremap <buffer> <silent> && &amp;
3333 inoremap <buffer> <silent> ; &nbsp;
3334 inoremap <buffer> <silent> ;la <label for=""></label>F"
3335 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
3336 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
3337 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
3338 </textarea>k$5F"i
3339 inoremap <buffer> <silent> ;og <optgroup label="">
3340 </optgroup>k$F"i
3341 inoremap <buffer> <silent> ;op <option></option>F<
3342 inoremap <buffer> <silent> ;ms <select name="" multiple>
3343 </select>O
3344 inoremap <buffer> <silent> ;se <select name="">
3345 </select>O
3346 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
3347 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
3348 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
3349 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
3350 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
3351 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
3352 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
3353 inoremap <buffer> <silent> ;fm <form action="">
3354 </form>k$F"i
3355 inoremap <buffer> <silent> ;if <iframe src="">
3356 </iframe>k$F"i
3357 inoremap <buffer> <silent> ;nf <noframes>
3358 </noframes>O
3359 inoremap <buffer> <silent> ;fr <frame src="">F"
3360 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
3361 </frameset>k$3F"i
3362 inoremap <buffer> <silent> ;th <th></th>F<
3363 inoremap <buffer> <silent> ;td <td>
3364 </td>O
3365 inoremap <buffer> <silent> ;tr <tr>
3366 </tr>O
3367 inoremap <buffer> <silent> ;tf <tfoot>
3368 </tfoot>O
3369 inoremap <buffer> <silent> ;tb <tbody>
3370 </tbody>O
3371 inoremap <buffer> <silent> ;tH <thead>
3372 </thead>O
3373 inoremap <buffer> <silent> ;ta <table>
3374 </table>O
3375 inoremap <buffer> <silent> ;ca <caption></caption>F<
3376 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
3377 </object>k$5F"i
3378 inoremap <buffer> <silent> ;ns <noscript>
3379 </noscripT>O
3380 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
3381 <noembed></noembed>k$5F"i
3382 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
3383 inoremap <buffer> <silent> ;va <var></var>F<
3384 inoremap <buffer> <silent> ;ul <ul>
3385 </ul>O
3386 inoremap <buffer> <silent> ;tt <tt></tt>F<
3387 inoremap <buffer> <silent> ;ti <title></title>F<
3388 inoremap <buffer> <silent> ;sp <sup></sup>F<
3389 inoremap <buffer> <silent> ;sb <sub></sub>F<
3390 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
3391 inoremap <buffer> <silent> ;cs <style type="text/css">
3392 <!--
3393 -->
3394 </style>kO
3395 inoremap <buffer> <silent> ;sm <small></small>F<
3396 inoremap <buffer> <silent> ;sa <samp></samp>F<
3397 inoremap <buffer> <silent> ;sk <strike></strike>F<
3398 inoremap <buffer> <silent> ;qu <q></q>F<
3399 inoremap <buffer> <silent> ;pr <pre>
3400 </pre>O
3401 inoremap <buffer> <silent> ;/p </p>
3402 
3403 <p>
3404 inoremap <buffer> <silent> ;pp <p>
3405 </p>O
3406 inoremap <buffer> <silent> ;ol <ol>
3407 </ol>O
3408 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
3409 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
3410 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
3411 inoremap <buffer> <silent> ;lk <link href="">F"
3412 inoremap <buffer> <silent> ;li <li></li>F<
3413 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
3414 inoremap <buffer> <silent> ;ii <isindex>
3415 inoremap <buffer> <silent> ;in <ins></ins>F<
3416 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
3417 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
3418 inoremap <buffer> <silent> ;ht <html>
3419 </html>O
3420 inoremap <buffer> <silent> ;Hr <hr width="75%">
3421 inoremap <buffer> <silent> ;hr <hr>
3422 inoremap <buffer> <silent> ;he <head>
3423 </head>O
3424 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
3425 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
3426 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
3427 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
3428 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
3429 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
3430 inoremap <buffer> <silent> ;h6 <h6></h6>F<
3431 inoremap <buffer> <silent> ;h5 <h5></h5>F<
3432 inoremap <buffer> <silent> ;h4 <h4></h4>F<
3433 inoremap <buffer> <silent> ;h3 <h3></h3>F<
3434 inoremap <buffer> <silent> ;h2 <h2></h2>F<
3435 inoremap <buffer> <silent> ;h1 <h1></h1>F<
3436 inoremap <buffer> <silent> ;fc <font color=""></font>F"
3437 inoremap <buffer> <silent> ;fo <font size=""></font>F"
3438 inoremap <buffer> <silent> ;sn <span></span>F<
3439 inoremap <buffer> <silent> ;dv <div>
3440 </div>O
3441 inoremap <buffer> <silent> ;df <dfn></dfn>F<
3442 inoremap <buffer> <silent> ;de <del></del>F<
3443 inoremap <buffer> <silent> ;dd <dd></dd>F<
3444 inoremap <buffer> <silent> ;dt <dt></dt>F<
3445 inoremap <buffer> <silent> ;dl <dl>
3446 </dl>O
3447 inoremap <buffer> <silent> ;co <code></code>F<
3448 inoremap <buffer> <silent> ;ci <cite></cite>F<
3449 inoremap <buffer> <silent> ;ce <center></center>F<
3450 inoremap <buffer> <silent> ;br <br>
3451 inoremap <buffer> <silent> ;bd <body>
3452 </body>O
3453 inoremap <buffer> <silent> ;bl <blockquote>
3454 </blockquote>O
3455 inoremap <buffer> <silent> ;bi <big></big>F<
3456 inoremap <buffer> <silent> ;bh <base href="">F"
3457 inoremap <buffer> <silent> ;ad <address></address>F<
3458 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
3459 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
3460 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
3461 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
3462 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
3463 inoremap <buffer> <silent> ;an <a name=""></a>F"
3464 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
3465 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
3466 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
3467 inoremap <buffer> <silent> ;ah <a href=""></a>F"
3468 imap <buffer> <silent> ;s4 ;s4
3469 imap <buffer> <silent> ;4 ;4
3470 inoremap <buffer> <silent> ;mi :call MangleImageTag()
3471 inoremap <buffer> <silent> ; 
3472 inoremap <buffer> <silent> ;& &
3473 inoremap <buffer> <silent> ;; ;
3474 setlocal keymap=
3475 setlocal noarabic
3476 setlocal autoindent
3477 setlocal balloonexpr=
3478 setlocal nobinary
3479 setlocal bufhidden=
3480 setlocal buflisted
3481 setlocal buftype=
3482 setlocal nocindent
3483 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
3484 setlocal cinoptions=
3485 setlocal cinwords=if,else,while,do,for,switch
3486 setlocal colorcolumn=
3487 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
3488 setlocal commentstring=<!--%s-->
3489 setlocal complete=.,w,b,u,t,i
3490 setlocal concealcursor=
3491 setlocal conceallevel=0
3492 setlocal completefunc=
3493 setlocal nocopyindent
3494 setlocal cryptmethod=
3495 setlocal nocursorbind
3496 setlocal nocursorcolumn
3497 setlocal nocursorline
3498 setlocal define=
3499 setlocal dictionary=
3500 setlocal nodiff
3501 setlocal equalprg=
3502 setlocal errorformat=
3503 setlocal expandtab
3504 if &filetype != 'html'
3505 setlocal filetype=html
3506 endif
3507 setlocal foldcolumn=0
3508 setlocal foldenable
3509 setlocal foldexpr=0
3510 setlocal foldignore=#
3511 setlocal foldlevel=0
3512 setlocal foldmarker={{{,}}}
3513 setlocal foldmethod=manual
3514 setlocal foldminlines=1
3515 setlocal foldnestmax=20
3516 setlocal foldtext=foldtext()
3517 setlocal formatexpr=
3518 setlocal formatoptions=tcq
3519 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
3520 setlocal grepprg=
3521 setlocal iminsert=2
3522 setlocal imsearch=2
3523 setlocal include=
3524 setlocal includeexpr=
3525 setlocal indentexpr=
3526 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
3527 setlocal noinfercase
3528 setlocal iskeyword=@,48-57,_,192-255
3529 setlocal keywordprg=
3530 setlocal nolinebreak
3531 setlocal nolisp
3532 setlocal nolist
3533 setlocal makeprg=
3534 setlocal matchpairs=(:),{:},[:],<:>
3535 setlocal nomodeline
3536 setlocal modifiable
3537 setlocal nrformats=octal,hex
3538 setlocal nonumber
3539 setlocal numberwidth=4
3540 setlocal omnifunc=htmlcomplete#CompleteTags
3541 setlocal path=
3542 setlocal nopreserveindent
3543 setlocal nopreviewwindow
3544 setlocal quoteescape=\\
3545 setlocal noreadonly
3546 setlocal norelativenumber
3547 setlocal norightleft
3548 setlocal rightleftcmd=search
3549 setlocal noscrollbind
3550 setlocal shiftwidth=4
3551 setlocal noshortname
3552 setlocal nosmartindent
3553 setlocal softtabstop=0
3554 setlocal nospell
3555 setlocal spellcapcheck=
3556 setlocal spellfile=
3557 setlocal spelllang=en
3558 setlocal statusline=
3559 setlocal suffixesadd=
3560 setlocal swapfile
3561 setlocal synmaxcol=3000
3562 if &syntax != 'html'
3563 setlocal syntax=html
3564 endif
3565 setlocal tabstop=4
3566 setlocal tags=
3567 setlocal textwidth=0
3568 setlocal thesaurus=
3569 setlocal noundofile
3570 setlocal nowinfixheight
3571 setlocal nowinfixwidth
3572 setlocal wrap
3573 setlocal wrapmargin=0
3574 silent! normal! zE
3575 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
3576 if s:l < 1 | let s:l = 1 | endif
3577 exe s:l
3578 normal! zt
3579 1
3580 normal! 0
3581 tabedit help.html
3582 set splitbelow splitright
3583 set nosplitbelow
3584 set nosplitright
3585 wincmd t
3586 set winheight=1 winwidth=1
3587 argglobal
3588 8argu
3589 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3590 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
3591 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
3592 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
3593 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
3594 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
3595 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
3596 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
3597 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
3598 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
3599 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
3600 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
3601 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
3602 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
3603 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
3604 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
3605 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
3606 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
3607 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">')
3608 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">')
3609 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
3610 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
3611 nnoremap <buffer> <silent> ; 
3612 nnoremap <buffer> <silent> ;; ;
3613 vnoremap <buffer> <silent> ;; ;
3614 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
3615 inoremap <buffer> <silent> &hA &hArr;
3616 inoremap <buffer> <silent> &dA &dArr;
3617 inoremap <buffer> <silent> &rA &rArr;
3618 inoremap <buffer> <silent> &uA &uArr;
3619 inoremap <buffer> <silent> &lA &lArr;
3620 inoremap <buffer> <silent> &ha &harr;
3621 inoremap <buffer> <silent> &da &darr;
3622 inoremap <buffer> <silent> &ra &rarr;
3623 inoremap <buffer> <silent> &ua &uarr;
3624 inoremap <buffer> <silent> &la &larr;
3625 inoremap <buffer> <silent> &pv &piv;
3626 inoremap <buffer> <silent> &uh &upsih;
3627 inoremap <buffer> <silent> &ts &thetasym;
3628 inoremap <buffer> <silent> &og &omega;
3629 inoremap <buffer> <silent> &ps &psi;
3630 inoremap <buffer> <silent> &ch &chi;
3631 inoremap <buffer> <silent> &ph &phi;
3632 inoremap <buffer> <silent> &up &upsilon;
3633 inoremap <buffer> <silent> &ta &tau;
3634 inoremap <buffer> <silent> &sf &sigmaf;
3635 inoremap <buffer> <silent> &si &sigma;
3636 inoremap <buffer> <silent> &rh &rho;
3637 inoremap <buffer> <silent> &pi &pi;
3638 inoremap <buffer> <silent> &oc &omicron;
3639 inoremap <buffer> <silent> &xi &xi;
3640 inoremap <buffer> <silent> &nu &nu;
3641 inoremap <buffer> <silent> &mu &mu;
3642 inoremap <buffer> <silent> &lm &lambda;
3643 inoremap <buffer> <silent> &ka &kappa;
3644 inoremap <buffer> <silent> &io &iota;
3645 inoremap <buffer> <silent> &th &theta;
3646 inoremap <buffer> <silent> &et &eta;
3647 inoremap <buffer> <silent> &ze &zeta;
3648 inoremap <buffer> <silent> &ep &epsilon;
3649 inoremap <buffer> <silent> &de &delta;
3650 inoremap <buffer> <silent> &ga &gamma;
3651 inoremap <buffer> <silent> &be &beta;
3652 inoremap <buffer> <silent> &al &alpha;
3653 inoremap <buffer> <silent> &Ps &Psi;
3654 inoremap <buffer> <silent> &Ch &Chi;
3655 inoremap <buffer> <silent> &Ph &Phi;
3656 inoremap <buffer> <silent> &Up &Upsilon;
3657 inoremap <buffer> <silent> &Ta &Tau;
3658 inoremap <buffer> <silent> &Si &Sigma;
3659 inoremap <buffer> <silent> &Rh &Rho;
3660 inoremap <buffer> <silent> &Pi &Pi;
3661 inoremap <buffer> <silent> &Oc &Omicron;
3662 inoremap <buffer> <silent> &Xi &Xi;
3663 inoremap <buffer> <silent> &Nu &Nu;
3664 inoremap <buffer> <silent> &Mu &Mu;
3665 inoremap <buffer> <silent> &Lm &Lambda;
3666 inoremap <buffer> <silent> &Ka &Kappa;
3667 inoremap <buffer> <silent> &Io &Iota;
3668 inoremap <buffer> <silent> &Th &Theta;
3669 inoremap <buffer> <silent> &Et &Eta;
3670 inoremap <buffer> <silent> &Ze &Zeta;
3671 inoremap <buffer> <silent> &Ep &Epsilon;
3672 inoremap <buffer> <silent> &De &Delta;
3673 inoremap <buffer> <silent> &Ga &Gamma;
3674 inoremap <buffer> <silent> &Be &Beta;
3675 inoremap <buffer> <silent> &Al &Alpha;
3676 inoremap <buffer> <silent> &3. &hellip;
3677 inoremap <buffer> <silent> &-- &mdash;
3678 inoremap <buffer> <silent> &3- &mdash;
3679 inoremap <buffer> <silent> &m- &mdash;
3680 inoremap <buffer> <silent> &2- &ndash;
3681 inoremap <buffer> <silent> &n- &ndash;
3682 inoremap <buffer> <silent> &34 &frac34;
3683 inoremap <buffer> <silent> &12 &frac12;
3684 inoremap <buffer> <silent> &14 &frac14;
3685 inoremap <buffer> <silent> &. &middot;
3686 inoremap <buffer> <silent> &pa &para;
3687 inoremap <buffer> <silent> &mi &micro;
3688 inoremap <buffer> <silent> &dg &deg;
3689 inoremap <buffer> <silent> &? &iquest;
3690 inoremap <buffer> <silent> &! &iexcl;
3691 inoremap <buffer> <silent> &sz &szlig;
3692 inoremap <buffer> <silent> &o/ &oslash;
3693 inoremap <buffer> <silent> &/ &divide;
3694 inoremap <buffer> <silent> &" &uml;
3695 inoremap <buffer> <silent> &2> &raquo;
3696 inoremap <buffer> <silent> &2< &laquo;
3697 inoremap <buffer> <silent> &y" &yuml;
3698 inoremap <buffer> <silent> &y' &yacute;
3699 inoremap <buffer> <silent> &u" &uuml;
3700 inoremap <buffer> <silent> &u^ &ucirc;
3701 inoremap <buffer> <silent> &u' &uacute;
3702 inoremap <buffer> <silent> &u` &ugrave;
3703 inoremap <buffer> <silent> &x &times;
3704 inoremap <buffer> <silent> &o" &ouml;
3705 inoremap <buffer> <silent> &o~ &otilde;
3706 inoremap <buffer> <silent> &o^ &ocirc;
3707 inoremap <buffer> <silent> &o' &oacute;
3708 inoremap <buffer> <silent> &o` &ograve;
3709 inoremap <buffer> <silent> &n~ &ntilde;
3710 inoremap <buffer> <silent> &i" &iuml;
3711 inoremap <buffer> <silent> &i^ &icirc;
3712 inoremap <buffer> <silent> &i' &iacute;
3713 inoremap <buffer> <silent> &i` &igrave;
3714 inoremap <buffer> <silent> &e" &euml;
3715 inoremap <buffer> <silent> &e^ &ecirc;
3716 inoremap <buffer> <silent> &e' &eacute;
3717 inoremap <buffer> <silent> &e` &egrave;
3718 inoremap <buffer> <silent> &c, &ccedil;
3719 inoremap <buffer> <silent> &ae &aelig;
3720 inoremap <buffer> <silent> &ao &aring;
3721 inoremap <buffer> <silent> &a" &auml;
3722 inoremap <buffer> <silent> &a~ &atilde;
3723 inoremap <buffer> <silent> &a^ &acirc;
3724 inoremap <buffer> <silent> &a' &aacute;
3725 inoremap <buffer> <silent> &a` &agrave;
3726 inoremap <buffer> <silent> &Y' &Yacute;
3727 inoremap <buffer> <silent> &U" &Uuml;
3728 inoremap <buffer> <silent> &U^ &Ucirc;
3729 inoremap <buffer> <silent> &U' &Uacute;
3730 inoremap <buffer> <silent> &U` &Ugrave;
3731 inoremap <buffer> <silent> &O/ &Oslash;
3732 inoremap <buffer> <silent> &O" &Ouml;
3733 inoremap <buffer> <silent> &O~ &Otilde;
3734 inoremap <buffer> <silent> &O^ &Ocirc;
3735 inoremap <buffer> <silent> &O' &Oacute;
3736 inoremap <buffer> <silent> &O` &Ograve;
3737 inoremap <buffer> <silent> &N~ &Ntilde;
3738 inoremap <buffer> <silent> &I" &Iuml;
3739 inoremap <buffer> <silent> &I^ &Icirc;
3740 inoremap <buffer> <silent> &I' &Iacute;
3741 inoremap <buffer> <silent> &I` &Igrave;
3742 inoremap <buffer> <silent> &E" &Euml;
3743 inoremap <buffer> <silent> &E^ &Ecirc;
3744 inoremap <buffer> <silent> &E' &Eacute;
3745 inoremap <buffer> <silent> &E` &Egrave;
3746 inoremap <buffer> <silent> &C, &Ccedil;
3747 inoremap <buffer> <silent> &AE &AElig;
3748 inoremap <buffer> <silent> &Ao &Aring;
3749 inoremap <buffer> <silent> &A" &Auml;
3750 inoremap <buffer> <silent> &A~ &Atilde;
3751 inoremap <buffer> <silent> &A^ &Acirc;
3752 inoremap <buffer> <silent> &A' &Aacute;
3753 inoremap <buffer> <silent> &A` &Agrave;
3754 inoremap <buffer> <silent> &c| &cent;
3755 inoremap <buffer> <silent> &Y= &yen;
3756 inoremap <buffer> <silent> &# &pound;
3757 inoremap <buffer> <silent> & &nbsp;
3758 inoremap <buffer> <silent> &> &gt;
3759 inoremap <buffer> <silent> &< &lt;
3760 inoremap <buffer> <silent> &' &quot;
3761 inoremap <buffer> <silent> &tm &trade;
3762 inoremap <buffer> <silent> &rO &reg;
3763 inoremap <buffer> <silent> &cO &copy;
3764 inoremap <buffer> <silent> && &amp;
3765 inoremap <buffer> <silent> ; &nbsp;
3766 inoremap <buffer> <silent> ;la <label for=""></label>F"
3767 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
3768 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
3769 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
3770 </textarea>k$5F"i
3771 inoremap <buffer> <silent> ;og <optgroup label="">
3772 </optgroup>k$F"i
3773 inoremap <buffer> <silent> ;op <option></option>F<
3774 inoremap <buffer> <silent> ;ms <select name="" multiple>
3775 </select>O
3776 inoremap <buffer> <silent> ;se <select name="">
3777 </select>O
3778 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
3779 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
3780 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
3781 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
3782 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
3783 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
3784 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
3785 inoremap <buffer> <silent> ;fm <form action="">
3786 </form>k$F"i
3787 inoremap <buffer> <silent> ;if <iframe src="">
3788 </iframe>k$F"i
3789 inoremap <buffer> <silent> ;nf <noframes>
3790 </noframes>O
3791 inoremap <buffer> <silent> ;fr <frame src="">F"
3792 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
3793 </frameset>k$3F"i
3794 inoremap <buffer> <silent> ;th <th></th>F<
3795 inoremap <buffer> <silent> ;td <td>
3796 </td>O
3797 inoremap <buffer> <silent> ;tr <tr>
3798 </tr>O
3799 inoremap <buffer> <silent> ;tf <tfoot>
3800 </tfoot>O
3801 inoremap <buffer> <silent> ;tb <tbody>
3802 </tbody>O
3803 inoremap <buffer> <silent> ;tH <thead>
3804 </thead>O
3805 inoremap <buffer> <silent> ;ta <table>
3806 </table>O
3807 inoremap <buffer> <silent> ;ca <caption></caption>F<
3808 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
3809 </object>k$5F"i
3810 inoremap <buffer> <silent> ;ns <noscript>
3811 </noscripT>O
3812 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
3813 <noembed></noembed>k$5F"i
3814 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
3815 inoremap <buffer> <silent> ;va <var></var>F<
3816 inoremap <buffer> <silent> ;ul <ul>
3817 </ul>O
3818 inoremap <buffer> <silent> ;tt <tt></tt>F<
3819 inoremap <buffer> <silent> ;ti <title></title>F<
3820 inoremap <buffer> <silent> ;sp <sup></sup>F<
3821 inoremap <buffer> <silent> ;sb <sub></sub>F<
3822 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
3823 inoremap <buffer> <silent> ;cs <style type="text/css">
3824 <!--
3825 -->
3826 </style>kO
3827 inoremap <buffer> <silent> ;sm <small></small>F<
3828 inoremap <buffer> <silent> ;sa <samp></samp>F<
3829 inoremap <buffer> <silent> ;sk <strike></strike>F<
3830 inoremap <buffer> <silent> ;qu <q></q>F<
3831 inoremap <buffer> <silent> ;pr <pre>
3832 </pre>O
3833 inoremap <buffer> <silent> ;/p </p>
3834 
3835 <p>
3836 inoremap <buffer> <silent> ;pp <p>
3837 </p>O
3838 inoremap <buffer> <silent> ;ol <ol>
3839 </ol>O
3840 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
3841 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
3842 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
3843 inoremap <buffer> <silent> ;lk <link href="">F"
3844 inoremap <buffer> <silent> ;li <li></li>F<
3845 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
3846 inoremap <buffer> <silent> ;ii <isindex>
3847 inoremap <buffer> <silent> ;in <ins></ins>F<
3848 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
3849 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
3850 inoremap <buffer> <silent> ;ht <html>
3851 </html>O
3852 inoremap <buffer> <silent> ;Hr <hr width="75%">
3853 inoremap <buffer> <silent> ;hr <hr>
3854 inoremap <buffer> <silent> ;he <head>
3855 </head>O
3856 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
3857 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
3858 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
3859 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
3860 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
3861 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
3862 inoremap <buffer> <silent> ;h6 <h6></h6>F<
3863 inoremap <buffer> <silent> ;h5 <h5></h5>F<
3864 inoremap <buffer> <silent> ;h4 <h4></h4>F<
3865 inoremap <buffer> <silent> ;h3 <h3></h3>F<
3866 inoremap <buffer> <silent> ;h2 <h2></h2>F<
3867 inoremap <buffer> <silent> ;h1 <h1></h1>F<
3868 inoremap <buffer> <silent> ;fc <font color=""></font>F"
3869 inoremap <buffer> <silent> ;fo <font size=""></font>F"
3870 inoremap <buffer> <silent> ;sn <span></span>F<
3871 inoremap <buffer> <silent> ;dv <div>
3872 </div>O
3873 inoremap <buffer> <silent> ;df <dfn></dfn>F<
3874 inoremap <buffer> <silent> ;de <del></del>F<
3875 inoremap <buffer> <silent> ;dd <dd></dd>F<
3876 inoremap <buffer> <silent> ;dt <dt></dt>F<
3877 inoremap <buffer> <silent> ;dl <dl>
3878 </dl>O
3879 inoremap <buffer> <silent> ;co <code></code>F<
3880 inoremap <buffer> <silent> ;ci <cite></cite>F<
3881 inoremap <buffer> <silent> ;ce <center></center>F<
3882 inoremap <buffer> <silent> ;br <br>
3883 inoremap <buffer> <silent> ;bd <body>
3884 </body>O
3885 inoremap <buffer> <silent> ;bl <blockquote>
3886 </blockquote>O
3887 inoremap <buffer> <silent> ;bi <big></big>F<
3888 inoremap <buffer> <silent> ;bh <base href="">F"
3889 inoremap <buffer> <silent> ;ad <address></address>F<
3890 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
3891 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
3892 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
3893 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
3894 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
3895 inoremap <buffer> <silent> ;an <a name=""></a>F"
3896 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
3897 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
3898 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
3899 inoremap <buffer> <silent> ;ah <a href=""></a>F"
3900 imap <buffer> <silent> ;s4 ;s4
3901 imap <buffer> <silent> ;4 ;4
3902 inoremap <buffer> <silent> ;mi :call MangleImageTag()
3903 inoremap <buffer> <silent> ; 
3904 inoremap <buffer> <silent> ;& &
3905 inoremap <buffer> <silent> ;; ;
3906 setlocal keymap=
3907 setlocal noarabic
3908 setlocal autoindent
3909 setlocal balloonexpr=
3910 setlocal nobinary
3911 setlocal bufhidden=
3912 setlocal buflisted
3913 setlocal buftype=
3914 setlocal nocindent
3915 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
3916 setlocal cinoptions=
3917 setlocal cinwords=if,else,while,do,for,switch
3918 setlocal colorcolumn=
3919 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
3920 setlocal commentstring=<!--%s-->
3921 setlocal complete=.,w,b,u,t,i
3922 setlocal concealcursor=
3923 setlocal conceallevel=0
3924 setlocal completefunc=
3925 setlocal nocopyindent
3926 setlocal cryptmethod=
3927 setlocal nocursorbind
3928 setlocal nocursorcolumn
3929 setlocal nocursorline
3930 setlocal define=
3931 setlocal dictionary=
3932 setlocal nodiff
3933 setlocal equalprg=
3934 setlocal errorformat=
3935 setlocal expandtab
3936 if &filetype != 'html'
3937 setlocal filetype=html
3938 endif
3939 setlocal foldcolumn=0
3940 setlocal foldenable
3941 setlocal foldexpr=0
3942 setlocal foldignore=#
3943 setlocal foldlevel=0
3944 setlocal foldmarker={{{,}}}
3945 setlocal foldmethod=manual
3946 setlocal foldminlines=1
3947 setlocal foldnestmax=20
3948 setlocal foldtext=foldtext()
3949 setlocal formatexpr=
3950 setlocal formatoptions=tcq
3951 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
3952 setlocal grepprg=
3953 setlocal iminsert=2
3954 setlocal imsearch=2
3955 setlocal include=
3956 setlocal includeexpr=
3957 setlocal indentexpr=
3958 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
3959 setlocal noinfercase
3960 setlocal iskeyword=@,48-57,_,192-255
3961 setlocal keywordprg=
3962 setlocal nolinebreak
3963 setlocal nolisp
3964 setlocal nolist
3965 setlocal makeprg=
3966 setlocal matchpairs=(:),{:},[:],<:>
3967 setlocal nomodeline
3968 setlocal modifiable
3969 setlocal nrformats=octal,hex
3970 setlocal nonumber
3971 setlocal numberwidth=4
3972 setlocal omnifunc=htmlcomplete#CompleteTags
3973 setlocal path=
3974 setlocal nopreserveindent
3975 setlocal nopreviewwindow
3976 setlocal quoteescape=\\
3977 setlocal noreadonly
3978 setlocal norelativenumber
3979 setlocal norightleft
3980 setlocal rightleftcmd=search
3981 setlocal noscrollbind
3982 setlocal shiftwidth=4
3983 setlocal noshortname
3984 setlocal nosmartindent
3985 setlocal softtabstop=0
3986 setlocal nospell
3987 setlocal spellcapcheck=
3988 setlocal spellfile=
3989 setlocal spelllang=en
3990 setlocal statusline=
3991 setlocal suffixesadd=
3992 setlocal swapfile
3993 setlocal synmaxcol=3000
3994 if &syntax != 'html'
3995 setlocal syntax=html
3996 endif
3997 setlocal tabstop=4
3998 setlocal tags=
3999 setlocal textwidth=0
4000 setlocal thesaurus=
4001 setlocal noundofile
4002 setlocal nowinfixheight
4003 setlocal nowinfixwidth
4004 setlocal wrap
4005 setlocal wrapmargin=0
4006 silent! normal! zE
4007 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
4008 if s:l < 1 | let s:l = 1 | endif
4009 exe s:l
4010 normal! zt
4011 1
4012 normal! 0
4013 tabedit index.html
4014 set splitbelow splitright
4015 set nosplitbelow
4016 set nosplitright
4017 wincmd t
4018 set winheight=1 winwidth=1
4019 argglobal
4020 9argu
4021 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
4022 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
4023 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
4024 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
4025 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
4026 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
4027 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
4028 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
4029 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
4030 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
4031 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
4032 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
4033 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
4034 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
4035 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
4036 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
4037 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
4038 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
4039 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">')
4040 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">')
4041 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
4042 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
4043 nnoremap <buffer> <silent> ; 
4044 nnoremap <buffer> <silent> ;; ;
4045 vnoremap <buffer> <silent> ;; ;
4046 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
4047 inoremap <buffer> <silent> &hA &hArr;
4048 inoremap <buffer> <silent> &dA &dArr;
4049 inoremap <buffer> <silent> &rA &rArr;
4050 inoremap <buffer> <silent> &uA &uArr;
4051 inoremap <buffer> <silent> &lA &lArr;
4052 inoremap <buffer> <silent> &ha &harr;
4053 inoremap <buffer> <silent> &da &darr;
4054 inoremap <buffer> <silent> &ra &rarr;
4055 inoremap <buffer> <silent> &ua &uarr;
4056 inoremap <buffer> <silent> &la &larr;
4057 inoremap <buffer> <silent> &pv &piv;
4058 inoremap <buffer> <silent> &uh &upsih;
4059 inoremap <buffer> <silent> &ts &thetasym;
4060 inoremap <buffer> <silent> &og &omega;
4061 inoremap <buffer> <silent> &ps &psi;
4062 inoremap <buffer> <silent> &ch &chi;
4063 inoremap <buffer> <silent> &ph &phi;
4064 inoremap <buffer> <silent> &up &upsilon;
4065 inoremap <buffer> <silent> &ta &tau;
4066 inoremap <buffer> <silent> &sf &sigmaf;
4067 inoremap <buffer> <silent> &si &sigma;
4068 inoremap <buffer> <silent> &rh &rho;
4069 inoremap <buffer> <silent> &pi &pi;
4070 inoremap <buffer> <silent> &oc &omicron;
4071 inoremap <buffer> <silent> &xi &xi;
4072 inoremap <buffer> <silent> &nu &nu;
4073 inoremap <buffer> <silent> &mu &mu;
4074 inoremap <buffer> <silent> &lm &lambda;
4075 inoremap <buffer> <silent> &ka &kappa;
4076 inoremap <buffer> <silent> &io &iota;
4077 inoremap <buffer> <silent> &th &theta;
4078 inoremap <buffer> <silent> &et &eta;
4079 inoremap <buffer> <silent> &ze &zeta;
4080 inoremap <buffer> <silent> &ep &epsilon;
4081 inoremap <buffer> <silent> &de &delta;
4082 inoremap <buffer> <silent> &ga &gamma;
4083 inoremap <buffer> <silent> &be &beta;
4084 inoremap <buffer> <silent> &al &alpha;
4085 inoremap <buffer> <silent> &Ps &Psi;
4086 inoremap <buffer> <silent> &Ch &Chi;
4087 inoremap <buffer> <silent> &Ph &Phi;
4088 inoremap <buffer> <silent> &Up &Upsilon;
4089 inoremap <buffer> <silent> &Ta &Tau;
4090 inoremap <buffer> <silent> &Si &Sigma;
4091 inoremap <buffer> <silent> &Rh &Rho;
4092 inoremap <buffer> <silent> &Pi &Pi;
4093 inoremap <buffer> <silent> &Oc &Omicron;
4094 inoremap <buffer> <silent> &Xi &Xi;
4095 inoremap <buffer> <silent> &Nu &Nu;
4096 inoremap <buffer> <silent> &Mu &Mu;
4097 inoremap <buffer> <silent> &Lm &Lambda;
4098 inoremap <buffer> <silent> &Ka &Kappa;
4099 inoremap <buffer> <silent> &Io &Iota;
4100 inoremap <buffer> <silent> &Th &Theta;
4101 inoremap <buffer> <silent> &Et &Eta;
4102 inoremap <buffer> <silent> &Ze &Zeta;
4103 inoremap <buffer> <silent> &Ep &Epsilon;
4104 inoremap <buffer> <silent> &De &Delta;
4105 inoremap <buffer> <silent> &Ga &Gamma;
4106 inoremap <buffer> <silent> &Be &Beta;
4107 inoremap <buffer> <silent> &Al &Alpha;
4108 inoremap <buffer> <silent> &3. &hellip;
4109 inoremap <buffer> <silent> &-- &mdash;
4110 inoremap <buffer> <silent> &3- &mdash;
4111 inoremap <buffer> <silent> &m- &mdash;
4112 inoremap <buffer> <silent> &2- &ndash;
4113 inoremap <buffer> <silent> &n- &ndash;
4114 inoremap <buffer> <silent> &34 &frac34;
4115 inoremap <buffer> <silent> &12 &frac12;
4116 inoremap <buffer> <silent> &14 &frac14;
4117 inoremap <buffer> <silent> &. &middot;
4118 inoremap <buffer> <silent> &pa &para;
4119 inoremap <buffer> <silent> &mi &micro;
4120 inoremap <buffer> <silent> &dg &deg;
4121 inoremap <buffer> <silent> &? &iquest;
4122 inoremap <buffer> <silent> &! &iexcl;
4123 inoremap <buffer> <silent> &sz &szlig;
4124 inoremap <buffer> <silent> &o/ &oslash;
4125 inoremap <buffer> <silent> &/ &divide;
4126 inoremap <buffer> <silent> &" &uml;
4127 inoremap <buffer> <silent> &2> &raquo;
4128 inoremap <buffer> <silent> &2< &laquo;
4129 inoremap <buffer> <silent> &y" &yuml;
4130 inoremap <buffer> <silent> &y' &yacute;
4131 inoremap <buffer> <silent> &u" &uuml;
4132 inoremap <buffer> <silent> &u^ &ucirc;
4133 inoremap <buffer> <silent> &u' &uacute;
4134 inoremap <buffer> <silent> &u` &ugrave;
4135 inoremap <buffer> <silent> &x &times;
4136 inoremap <buffer> <silent> &o" &ouml;
4137 inoremap <buffer> <silent> &o~ &otilde;
4138 inoremap <buffer> <silent> &o^ &ocirc;
4139 inoremap <buffer> <silent> &o' &oacute;
4140 inoremap <buffer> <silent> &o` &ograve;
4141 inoremap <buffer> <silent> &n~ &ntilde;
4142 inoremap <buffer> <silent> &i" &iuml;
4143 inoremap <buffer> <silent> &i^ &icirc;
4144 inoremap <buffer> <silent> &i' &iacute;
4145 inoremap <buffer> <silent> &i` &igrave;
4146 inoremap <buffer> <silent> &e" &euml;
4147 inoremap <buffer> <silent> &e^ &ecirc;
4148 inoremap <buffer> <silent> &e' &eacute;
4149 inoremap <buffer> <silent> &e` &egrave;
4150 inoremap <buffer> <silent> &c, &ccedil;
4151 inoremap <buffer> <silent> &ae &aelig;
4152 inoremap <buffer> <silent> &ao &aring;
4153 inoremap <buffer> <silent> &a" &auml;
4154 inoremap <buffer> <silent> &a~ &atilde;
4155 inoremap <buffer> <silent> &a^ &acirc;
4156 inoremap <buffer> <silent> &a' &aacute;
4157 inoremap <buffer> <silent> &a` &agrave;
4158 inoremap <buffer> <silent> &Y' &Yacute;
4159 inoremap <buffer> <silent> &U" &Uuml;
4160 inoremap <buffer> <silent> &U^ &Ucirc;
4161 inoremap <buffer> <silent> &U' &Uacute;
4162 inoremap <buffer> <silent> &U` &Ugrave;
4163 inoremap <buffer> <silent> &O/ &Oslash;
4164 inoremap <buffer> <silent> &O" &Ouml;
4165 inoremap <buffer> <silent> &O~ &Otilde;
4166 inoremap <buffer> <silent> &O^ &Ocirc;
4167 inoremap <buffer> <silent> &O' &Oacute;
4168 inoremap <buffer> <silent> &O` &Ograve;
4169 inoremap <buffer> <silent> &N~ &Ntilde;
4170 inoremap <buffer> <silent> &I" &Iuml;
4171 inoremap <buffer> <silent> &I^ &Icirc;
4172 inoremap <buffer> <silent> &I' &Iacute;
4173 inoremap <buffer> <silent> &I` &Igrave;
4174 inoremap <buffer> <silent> &E" &Euml;
4175 inoremap <buffer> <silent> &E^ &Ecirc;
4176 inoremap <buffer> <silent> &E' &Eacute;
4177 inoremap <buffer> <silent> &E` &Egrave;
4178 inoremap <buffer> <silent> &C, &Ccedil;
4179 inoremap <buffer> <silent> &AE &AElig;
4180 inoremap <buffer> <silent> &Ao &Aring;
4181 inoremap <buffer> <silent> &A" &Auml;
4182 inoremap <buffer> <silent> &A~ &Atilde;
4183 inoremap <buffer> <silent> &A^ &Acirc;
4184 inoremap <buffer> <silent> &A' &Aacute;
4185 inoremap <buffer> <silent> &A` &Agrave;
4186 inoremap <buffer> <silent> &c| &cent;
4187 inoremap <buffer> <silent> &Y= &yen;
4188 inoremap <buffer> <silent> &# &pound;
4189 inoremap <buffer> <silent> & &nbsp;
4190 inoremap <buffer> <silent> &> &gt;
4191 inoremap <buffer> <silent> &< &lt;
4192 inoremap <buffer> <silent> &' &quot;
4193 inoremap <buffer> <silent> &tm &trade;
4194 inoremap <buffer> <silent> &rO &reg;
4195 inoremap <buffer> <silent> &cO &copy;
4196 inoremap <buffer> <silent> && &amp;
4197 inoremap <buffer> <silent> ; &nbsp;
4198 inoremap <buffer> <silent> ;la <label for=""></label>F"
4199 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
4200 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
4201 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
4202 </textarea>k$5F"i
4203 inoremap <buffer> <silent> ;og <optgroup label="">
4204 </optgroup>k$F"i
4205 inoremap <buffer> <silent> ;op <option></option>F<
4206 inoremap <buffer> <silent> ;ms <select name="" multiple>
4207 </select>O
4208 inoremap <buffer> <silent> ;se <select name="">
4209 </select>O
4210 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
4211 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
4212 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
4213 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
4214 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
4215 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
4216 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
4217 inoremap <buffer> <silent> ;fm <form action="">
4218 </form>k$F"i
4219 inoremap <buffer> <silent> ;if <iframe src="">
4220 </iframe>k$F"i
4221 inoremap <buffer> <silent> ;nf <noframes>
4222 </noframes>O
4223 inoremap <buffer> <silent> ;fr <frame src="">F"
4224 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
4225 </frameset>k$3F"i
4226 inoremap <buffer> <silent> ;th <th></th>F<
4227 inoremap <buffer> <silent> ;td <td>
4228 </td>O
4229 inoremap <buffer> <silent> ;tr <tr>
4230 </tr>O
4231 inoremap <buffer> <silent> ;tf <tfoot>
4232 </tfoot>O
4233 inoremap <buffer> <silent> ;tb <tbody>
4234 </tbody>O
4235 inoremap <buffer> <silent> ;tH <thead>
4236 </thead>O
4237 inoremap <buffer> <silent> ;ta <table>
4238 </table>O
4239 inoremap <buffer> <silent> ;ca <caption></caption>F<
4240 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
4241 </object>k$5F"i
4242 inoremap <buffer> <silent> ;ns <noscript>
4243 </noscripT>O
4244 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
4245 <noembed></noembed>k$5F"i
4246 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
4247 inoremap <buffer> <silent> ;va <var></var>F<
4248 inoremap <buffer> <silent> ;ul <ul>
4249 </ul>O
4250 inoremap <buffer> <silent> ;tt <tt></tt>F<
4251 inoremap <buffer> <silent> ;ti <title></title>F<
4252 inoremap <buffer> <silent> ;sp <sup></sup>F<
4253 inoremap <buffer> <silent> ;sb <sub></sub>F<
4254 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
4255 inoremap <buffer> <silent> ;cs <style type="text/css">
4256 <!--
4257 -->
4258 </style>kO
4259 inoremap <buffer> <silent> ;sm <small></small>F<
4260 inoremap <buffer> <silent> ;sa <samp></samp>F<
4261 inoremap <buffer> <silent> ;sk <strike></strike>F<
4262 inoremap <buffer> <silent> ;qu <q></q>F<
4263 inoremap <buffer> <silent> ;pr <pre>
4264 </pre>O
4265 inoremap <buffer> <silent> ;/p </p>
4266 
4267 <p>
4268 inoremap <buffer> <silent> ;pp <p>
4269 </p>O
4270 inoremap <buffer> <silent> ;ol <ol>
4271 </ol>O
4272 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
4273 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
4274 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
4275 inoremap <buffer> <silent> ;lk <link href="">F"
4276 inoremap <buffer> <silent> ;li <li></li>F<
4277 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
4278 inoremap <buffer> <silent> ;ii <isindex>
4279 inoremap <buffer> <silent> ;in <ins></ins>F<
4280 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
4281 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
4282 inoremap <buffer> <silent> ;ht <html>
4283 </html>O
4284 inoremap <buffer> <silent> ;Hr <hr width="75%">
4285 inoremap <buffer> <silent> ;hr <hr>
4286 inoremap <buffer> <silent> ;he <head>
4287 </head>O
4288 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
4289 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
4290 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
4291 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
4292 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
4293 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
4294 inoremap <buffer> <silent> ;h6 <h6></h6>F<
4295 inoremap <buffer> <silent> ;h5 <h5></h5>F<
4296 inoremap <buffer> <silent> ;h4 <h4></h4>F<
4297 inoremap <buffer> <silent> ;h3 <h3></h3>F<
4298 inoremap <buffer> <silent> ;h2 <h2></h2>F<
4299 inoremap <buffer> <silent> ;h1 <h1></h1>F<
4300 inoremap <buffer> <silent> ;fc <font color=""></font>F"
4301 inoremap <buffer> <silent> ;fo <font size=""></font>F"
4302 inoremap <buffer> <silent> ;sn <span></span>F<
4303 inoremap <buffer> <silent> ;dv <div>
4304 </div>O
4305 inoremap <buffer> <silent> ;df <dfn></dfn>F<
4306 inoremap <buffer> <silent> ;de <del></del>F<
4307 inoremap <buffer> <silent> ;dd <dd></dd>F<
4308 inoremap <buffer> <silent> ;dt <dt></dt>F<
4309 inoremap <buffer> <silent> ;dl <dl>
4310 </dl>O
4311 inoremap <buffer> <silent> ;co <code></code>F<
4312 inoremap <buffer> <silent> ;ci <cite></cite>F<
4313 inoremap <buffer> <silent> ;ce <center></center>F<
4314 inoremap <buffer> <silent> ;br <br>
4315 inoremap <buffer> <silent> ;bd <body>
4316 </body>O
4317 inoremap <buffer> <silent> ;bl <blockquote>
4318 </blockquote>O
4319 inoremap <buffer> <silent> ;bi <big></big>F<
4320 inoremap <buffer> <silent> ;bh <base href="">F"
4321 inoremap <buffer> <silent> ;ad <address></address>F<
4322 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
4323 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
4324 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
4325 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
4326 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
4327 inoremap <buffer> <silent> ;an <a name=""></a>F"
4328 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
4329 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
4330 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
4331 inoremap <buffer> <silent> ;ah <a href=""></a>F"
4332 imap <buffer> <silent> ;s4 ;s4
4333 imap <buffer> <silent> ;4 ;4
4334 inoremap <buffer> <silent> ;mi :call MangleImageTag()
4335 inoremap <buffer> <silent> ; 
4336 inoremap <buffer> <silent> ;& &
4337 inoremap <buffer> <silent> ;; ;
4338 setlocal keymap=
4339 setlocal noarabic
4340 setlocal autoindent
4341 setlocal balloonexpr=
4342 setlocal nobinary
4343 setlocal bufhidden=
4344 setlocal buflisted
4345 setlocal buftype=
4346 setlocal nocindent
4347 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
4348 setlocal cinoptions=
4349 setlocal cinwords=if,else,while,do,for,switch
4350 setlocal colorcolumn=
4351 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
4352 setlocal commentstring=<!--%s-->
4353 setlocal complete=.,w,b,u,t,i
4354 setlocal concealcursor=
4355 setlocal conceallevel=0
4356 setlocal completefunc=
4357 setlocal nocopyindent
4358 setlocal cryptmethod=
4359 setlocal nocursorbind
4360 setlocal nocursorcolumn
4361 setlocal nocursorline
4362 setlocal define=
4363 setlocal dictionary=
4364 setlocal nodiff
4365 setlocal equalprg=
4366 setlocal errorformat=
4367 setlocal expandtab
4368 if &filetype != 'html'
4369 setlocal filetype=html
4370 endif
4371 setlocal foldcolumn=0
4372 setlocal foldenable
4373 setlocal foldexpr=0
4374 setlocal foldignore=#
4375 setlocal foldlevel=0
4376 setlocal foldmarker={{{,}}}
4377 setlocal foldmethod=manual
4378 setlocal foldminlines=1
4379 setlocal foldnestmax=20
4380 setlocal foldtext=foldtext()
4381 setlocal formatexpr=
4382 setlocal formatoptions=tcq
4383 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
4384 setlocal grepprg=
4385 setlocal iminsert=2
4386 setlocal imsearch=2
4387 setlocal include=
4388 setlocal includeexpr=
4389 setlocal indentexpr=
4390 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
4391 setlocal noinfercase
4392 setlocal iskeyword=@,48-57,_,192-255
4393 setlocal keywordprg=
4394 setlocal nolinebreak
4395 setlocal nolisp
4396 setlocal nolist
4397 setlocal makeprg=
4398 setlocal matchpairs=(:),{:},[:],<:>
4399 setlocal nomodeline
4400 setlocal modifiable
4401 setlocal nrformats=octal,hex
4402 setlocal nonumber
4403 setlocal numberwidth=4
4404 setlocal omnifunc=htmlcomplete#CompleteTags
4405 setlocal path=
4406 setlocal nopreserveindent
4407 setlocal nopreviewwindow
4408 setlocal quoteescape=\\
4409 setlocal noreadonly
4410 setlocal norelativenumber
4411 setlocal norightleft
4412 setlocal rightleftcmd=search
4413 setlocal noscrollbind
4414 setlocal shiftwidth=4
4415 setlocal noshortname
4416 setlocal nosmartindent
4417 setlocal softtabstop=0
4418 setlocal nospell
4419 setlocal spellcapcheck=
4420 setlocal spellfile=
4421 setlocal spelllang=en
4422 setlocal statusline=
4423 setlocal suffixesadd=
4424 setlocal swapfile
4425 setlocal synmaxcol=3000
4426 if &syntax != 'html'
4427 setlocal syntax=html
4428 endif
4429 setlocal tabstop=4
4430 setlocal tags=
4431 setlocal textwidth=0
4432 setlocal thesaurus=
4433 setlocal noundofile
4434 setlocal nowinfixheight
4435 setlocal nowinfixwidth
4436 setlocal wrap
4437 setlocal wrapmargin=0
4438 silent! normal! zE
4439 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
4440 if s:l < 1 | let s:l = 1 | endif
4441 exe s:l
4442 normal! zt
4443 1
4444 normal! 0
4445 tabedit oldboot.html
4446 set splitbelow splitright
4447 set nosplitbelow
4448 set nosplitright
4449 wincmd t
4450 set winheight=1 winwidth=1
4451 argglobal
4452 11argu
4453 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
4454 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
4455 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
4456 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
4457 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
4458 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
4459 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
4460 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
4461 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
4462 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
4463 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
4464 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
4465 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
4466 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
4467 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
4468 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
4469 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
4470 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
4471 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">')
4472 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">')
4473 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
4474 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
4475 nnoremap <buffer> <silent> ; 
4476 nnoremap <buffer> <silent> ;; ;
4477 vnoremap <buffer> <silent> ;; ;
4478 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
4479 inoremap <buffer> <silent> &hA &hArr;
4480 inoremap <buffer> <silent> &dA &dArr;
4481 inoremap <buffer> <silent> &rA &rArr;
4482 inoremap <buffer> <silent> &uA &uArr;
4483 inoremap <buffer> <silent> &lA &lArr;
4484 inoremap <buffer> <silent> &ha &harr;
4485 inoremap <buffer> <silent> &da &darr;
4486 inoremap <buffer> <silent> &ra &rarr;
4487 inoremap <buffer> <silent> &ua &uarr;
4488 inoremap <buffer> <silent> &la &larr;
4489 inoremap <buffer> <silent> &pv &piv;
4490 inoremap <buffer> <silent> &uh &upsih;
4491 inoremap <buffer> <silent> &ts &thetasym;
4492 inoremap <buffer> <silent> &og &omega;
4493 inoremap <buffer> <silent> &ps &psi;
4494 inoremap <buffer> <silent> &ch &chi;
4495 inoremap <buffer> <silent> &ph &phi;
4496 inoremap <buffer> <silent> &up &upsilon;
4497 inoremap <buffer> <silent> &ta &tau;
4498 inoremap <buffer> <silent> &sf &sigmaf;
4499 inoremap <buffer> <silent> &si &sigma;
4500 inoremap <buffer> <silent> &rh &rho;
4501 inoremap <buffer> <silent> &pi &pi;
4502 inoremap <buffer> <silent> &oc &omicron;
4503 inoremap <buffer> <silent> &xi &xi;
4504 inoremap <buffer> <silent> &nu &nu;
4505 inoremap <buffer> <silent> &mu &mu;
4506 inoremap <buffer> <silent> &lm &lambda;
4507 inoremap <buffer> <silent> &ka &kappa;
4508 inoremap <buffer> <silent> &io &iota;
4509 inoremap <buffer> <silent> &th &theta;
4510 inoremap <buffer> <silent> &et &eta;
4511 inoremap <buffer> <silent> &ze &zeta;
4512 inoremap <buffer> <silent> &ep &epsilon;
4513 inoremap <buffer> <silent> &de &delta;
4514 inoremap <buffer> <silent> &ga &gamma;
4515 inoremap <buffer> <silent> &be &beta;
4516 inoremap <buffer> <silent> &al &alpha;
4517 inoremap <buffer> <silent> &Ps &Psi;
4518 inoremap <buffer> <silent> &Ch &Chi;
4519 inoremap <buffer> <silent> &Ph &Phi;
4520 inoremap <buffer> <silent> &Up &Upsilon;
4521 inoremap <buffer> <silent> &Ta &Tau;
4522 inoremap <buffer> <silent> &Si &Sigma;
4523 inoremap <buffer> <silent> &Rh &Rho;
4524 inoremap <buffer> <silent> &Pi &Pi;
4525 inoremap <buffer> <silent> &Oc &Omicron;
4526 inoremap <buffer> <silent> &Xi &Xi;
4527 inoremap <buffer> <silent> &Nu &Nu;
4528 inoremap <buffer> <silent> &Mu &Mu;
4529 inoremap <buffer> <silent> &Lm &Lambda;
4530 inoremap <buffer> <silent> &Ka &Kappa;
4531 inoremap <buffer> <silent> &Io &Iota;
4532 inoremap <buffer> <silent> &Th &Theta;
4533 inoremap <buffer> <silent> &Et &Eta;
4534 inoremap <buffer> <silent> &Ze &Zeta;
4535 inoremap <buffer> <silent> &Ep &Epsilon;
4536 inoremap <buffer> <silent> &De &Delta;
4537 inoremap <buffer> <silent> &Ga &Gamma;
4538 inoremap <buffer> <silent> &Be &Beta;
4539 inoremap <buffer> <silent> &Al &Alpha;
4540 inoremap <buffer> <silent> &3. &hellip;
4541 inoremap <buffer> <silent> &-- &mdash;
4542 inoremap <buffer> <silent> &3- &mdash;
4543 inoremap <buffer> <silent> &m- &mdash;
4544 inoremap <buffer> <silent> &2- &ndash;
4545 inoremap <buffer> <silent> &n- &ndash;
4546 inoremap <buffer> <silent> &34 &frac34;
4547 inoremap <buffer> <silent> &12 &frac12;
4548 inoremap <buffer> <silent> &14 &frac14;
4549 inoremap <buffer> <silent> &. &middot;
4550 inoremap <buffer> <silent> &pa &para;
4551 inoremap <buffer> <silent> &mi &micro;
4552 inoremap <buffer> <silent> &dg &deg;
4553 inoremap <buffer> <silent> &? &iquest;
4554 inoremap <buffer> <silent> &! &iexcl;
4555 inoremap <buffer> <silent> &sz &szlig;
4556 inoremap <buffer> <silent> &o/ &oslash;
4557 inoremap <buffer> <silent> &/ &divide;
4558 inoremap <buffer> <silent> &" &uml;
4559 inoremap <buffer> <silent> &2> &raquo;
4560 inoremap <buffer> <silent> &2< &laquo;
4561 inoremap <buffer> <silent> &y" &yuml;
4562 inoremap <buffer> <silent> &y' &yacute;
4563 inoremap <buffer> <silent> &u" &uuml;
4564 inoremap <buffer> <silent> &u^ &ucirc;
4565 inoremap <buffer> <silent> &u' &uacute;
4566 inoremap <buffer> <silent> &u` &ugrave;
4567 inoremap <buffer> <silent> &x &times;
4568 inoremap <buffer> <silent> &o" &ouml;
4569 inoremap <buffer> <silent> &o~ &otilde;
4570 inoremap <buffer> <silent> &o^ &ocirc;
4571 inoremap <buffer> <silent> &o' &oacute;
4572 inoremap <buffer> <silent> &o` &ograve;
4573 inoremap <buffer> <silent> &n~ &ntilde;
4574 inoremap <buffer> <silent> &i" &iuml;
4575 inoremap <buffer> <silent> &i^ &icirc;
4576 inoremap <buffer> <silent> &i' &iacute;
4577 inoremap <buffer> <silent> &i` &igrave;
4578 inoremap <buffer> <silent> &e" &euml;
4579 inoremap <buffer> <silent> &e^ &ecirc;
4580 inoremap <buffer> <silent> &e' &eacute;
4581 inoremap <buffer> <silent> &e` &egrave;
4582 inoremap <buffer> <silent> &c, &ccedil;
4583 inoremap <buffer> <silent> &ae &aelig;
4584 inoremap <buffer> <silent> &ao &aring;
4585 inoremap <buffer> <silent> &a" &auml;
4586 inoremap <buffer> <silent> &a~ &atilde;
4587 inoremap <buffer> <silent> &a^ &acirc;
4588 inoremap <buffer> <silent> &a' &aacute;
4589 inoremap <buffer> <silent> &a` &agrave;
4590 inoremap <buffer> <silent> &Y' &Yacute;
4591 inoremap <buffer> <silent> &U" &Uuml;
4592 inoremap <buffer> <silent> &U^ &Ucirc;
4593 inoremap <buffer> <silent> &U' &Uacute;
4594 inoremap <buffer> <silent> &U` &Ugrave;
4595 inoremap <buffer> <silent> &O/ &Oslash;
4596 inoremap <buffer> <silent> &O" &Ouml;
4597 inoremap <buffer> <silent> &O~ &Otilde;
4598 inoremap <buffer> <silent> &O^ &Ocirc;
4599 inoremap <buffer> <silent> &O' &Oacute;
4600 inoremap <buffer> <silent> &O` &Ograve;
4601 inoremap <buffer> <silent> &N~ &Ntilde;
4602 inoremap <buffer> <silent> &I" &Iuml;
4603 inoremap <buffer> <silent> &I^ &Icirc;
4604 inoremap <buffer> <silent> &I' &Iacute;
4605 inoremap <buffer> <silent> &I` &Igrave;
4606 inoremap <buffer> <silent> &E" &Euml;
4607 inoremap <buffer> <silent> &E^ &Ecirc;
4608 inoremap <buffer> <silent> &E' &Eacute;
4609 inoremap <buffer> <silent> &E` &Egrave;
4610 inoremap <buffer> <silent> &C, &Ccedil;
4611 inoremap <buffer> <silent> &AE &AElig;
4612 inoremap <buffer> <silent> &Ao &Aring;
4613 inoremap <buffer> <silent> &A" &Auml;
4614 inoremap <buffer> <silent> &A~ &Atilde;
4615 inoremap <buffer> <silent> &A^ &Acirc;
4616 inoremap <buffer> <silent> &A' &Aacute;
4617 inoremap <buffer> <silent> &A` &Agrave;
4618 inoremap <buffer> <silent> &c| &cent;
4619 inoremap <buffer> <silent> &Y= &yen;
4620 inoremap <buffer> <silent> &# &pound;
4621 inoremap <buffer> <silent> & &nbsp;
4622 inoremap <buffer> <silent> &> &gt;
4623 inoremap <buffer> <silent> &< &lt;
4624 inoremap <buffer> <silent> &' &quot;
4625 inoremap <buffer> <silent> &tm &trade;
4626 inoremap <buffer> <silent> &rO &reg;
4627 inoremap <buffer> <silent> &cO &copy;
4628 inoremap <buffer> <silent> && &amp;
4629 inoremap <buffer> <silent> ; &nbsp;
4630 inoremap <buffer> <silent> ;la <label for=""></label>F"
4631 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
4632 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
4633 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
4634 </textarea>k$5F"i
4635 inoremap <buffer> <silent> ;og <optgroup label="">
4636 </optgroup>k$F"i
4637 inoremap <buffer> <silent> ;op <option></option>F<
4638 inoremap <buffer> <silent> ;ms <select name="" multiple>
4639 </select>O
4640 inoremap <buffer> <silent> ;se <select name="">
4641 </select>O
4642 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
4643 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
4644 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
4645 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
4646 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
4647 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
4648 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
4649 inoremap <buffer> <silent> ;fm <form action="">
4650 </form>k$F"i
4651 inoremap <buffer> <silent> ;if <iframe src="">
4652 </iframe>k$F"i
4653 inoremap <buffer> <silent> ;nf <noframes>
4654 </noframes>O
4655 inoremap <buffer> <silent> ;fr <frame src="">F"
4656 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
4657 </frameset>k$3F"i
4658 inoremap <buffer> <silent> ;th <th></th>F<
4659 inoremap <buffer> <silent> ;td <td>
4660 </td>O
4661 inoremap <buffer> <silent> ;tr <tr>
4662 </tr>O
4663 inoremap <buffer> <silent> ;tf <tfoot>
4664 </tfoot>O
4665 inoremap <buffer> <silent> ;tb <tbody>
4666 </tbody>O
4667 inoremap <buffer> <silent> ;tH <thead>
4668 </thead>O
4669 inoremap <buffer> <silent> ;ta <table>
4670 </table>O
4671 inoremap <buffer> <silent> ;ca <caption></caption>F<
4672 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
4673 </object>k$5F"i
4674 inoremap <buffer> <silent> ;ns <noscript>
4675 </noscripT>O
4676 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
4677 <noembed></noembed>k$5F"i
4678 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
4679 inoremap <buffer> <silent> ;va <var></var>F<
4680 inoremap <buffer> <silent> ;ul <ul>
4681 </ul>O
4682 inoremap <buffer> <silent> ;tt <tt></tt>F<
4683 inoremap <buffer> <silent> ;ti <title></title>F<
4684 inoremap <buffer> <silent> ;sp <sup></sup>F<
4685 inoremap <buffer> <silent> ;sb <sub></sub>F<
4686 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
4687 inoremap <buffer> <silent> ;cs <style type="text/css">
4688 <!--
4689 -->
4690 </style>kO
4691 inoremap <buffer> <silent> ;sm <small></small>F<
4692 inoremap <buffer> <silent> ;sa <samp></samp>F<
4693 inoremap <buffer> <silent> ;sk <strike></strike>F<
4694 inoremap <buffer> <silent> ;qu <q></q>F<
4695 inoremap <buffer> <silent> ;pr <pre>
4696 </pre>O
4697 inoremap <buffer> <silent> ;/p </p>
4698 
4699 <p>
4700 inoremap <buffer> <silent> ;pp <p>
4701 </p>O
4702 inoremap <buffer> <silent> ;ol <ol>
4703 </ol>O
4704 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
4705 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
4706 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
4707 inoremap <buffer> <silent> ;lk <link href="">F"
4708 inoremap <buffer> <silent> ;li <li></li>F<
4709 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
4710 inoremap <buffer> <silent> ;ii <isindex>
4711 inoremap <buffer> <silent> ;in <ins></ins>F<
4712 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
4713 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
4714 inoremap <buffer> <silent> ;ht <html>
4715 </html>O
4716 inoremap <buffer> <silent> ;Hr <hr width="75%">
4717 inoremap <buffer> <silent> ;hr <hr>
4718 inoremap <buffer> <silent> ;he <head>
4719 </head>O
4720 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
4721 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
4722 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
4723 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
4724 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
4725 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
4726 inoremap <buffer> <silent> ;h6 <h6></h6>F<
4727 inoremap <buffer> <silent> ;h5 <h5></h5>F<
4728 inoremap <buffer> <silent> ;h4 <h4></h4>F<
4729 inoremap <buffer> <silent> ;h3 <h3></h3>F<
4730 inoremap <buffer> <silent> ;h2 <h2></h2>F<
4731 inoremap <buffer> <silent> ;h1 <h1></h1>F<
4732 inoremap <buffer> <silent> ;fc <font color=""></font>F"
4733 inoremap <buffer> <silent> ;fo <font size=""></font>F"
4734 inoremap <buffer> <silent> ;sn <span></span>F<
4735 inoremap <buffer> <silent> ;dv <div>
4736 </div>O
4737 inoremap <buffer> <silent> ;df <dfn></dfn>F<
4738 inoremap <buffer> <silent> ;de <del></del>F<
4739 inoremap <buffer> <silent> ;dd <dd></dd>F<
4740 inoremap <buffer> <silent> ;dt <dt></dt>F<
4741 inoremap <buffer> <silent> ;dl <dl>
4742 </dl>O
4743 inoremap <buffer> <silent> ;co <code></code>F<
4744 inoremap <buffer> <silent> ;ci <cite></cite>F<
4745 inoremap <buffer> <silent> ;ce <center></center>F<
4746 inoremap <buffer> <silent> ;br <br>
4747 inoremap <buffer> <silent> ;bd <body>
4748 </body>O
4749 inoremap <buffer> <silent> ;bl <blockquote>
4750 </blockquote>O
4751 inoremap <buffer> <silent> ;bi <big></big>F<
4752 inoremap <buffer> <silent> ;bh <base href="">F"
4753 inoremap <buffer> <silent> ;ad <address></address>F<
4754 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
4755 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
4756 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
4757 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
4758 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
4759 inoremap <buffer> <silent> ;an <a name=""></a>F"
4760 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
4761 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
4762 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
4763 inoremap <buffer> <silent> ;ah <a href=""></a>F"
4764 imap <buffer> <silent> ;s4 ;s4
4765 imap <buffer> <silent> ;4 ;4
4766 inoremap <buffer> <silent> ;mi :call MangleImageTag()
4767 inoremap <buffer> <silent> ; 
4768 inoremap <buffer> <silent> ;& &
4769 inoremap <buffer> <silent> ;; ;
4770 setlocal keymap=
4771 setlocal noarabic
4772 setlocal autoindent
4773 setlocal balloonexpr=
4774 setlocal nobinary
4775 setlocal bufhidden=
4776 setlocal buflisted
4777 setlocal buftype=
4778 setlocal nocindent
4779 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
4780 setlocal cinoptions=
4781 setlocal cinwords=if,else,while,do,for,switch
4782 setlocal colorcolumn=
4783 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
4784 setlocal commentstring=<!--%s-->
4785 setlocal complete=.,w,b,u,t,i
4786 setlocal concealcursor=
4787 setlocal conceallevel=0
4788 setlocal completefunc=
4789 setlocal nocopyindent
4790 setlocal cryptmethod=
4791 setlocal nocursorbind
4792 setlocal nocursorcolumn
4793 setlocal nocursorline
4794 setlocal define=
4795 setlocal dictionary=
4796 setlocal nodiff
4797 setlocal equalprg=
4798 setlocal errorformat=
4799 setlocal expandtab
4800 if &filetype != 'html'
4801 setlocal filetype=html
4802 endif
4803 setlocal foldcolumn=0
4804 setlocal foldenable
4805 setlocal foldexpr=0
4806 setlocal foldignore=#
4807 setlocal foldlevel=0
4808 setlocal foldmarker={{{,}}}
4809 setlocal foldmethod=manual
4810 setlocal foldminlines=1
4811 setlocal foldnestmax=20
4812 setlocal foldtext=foldtext()
4813 setlocal formatexpr=
4814 setlocal formatoptions=tcq
4815 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
4816 setlocal grepprg=
4817 setlocal iminsert=2
4818 setlocal imsearch=2
4819 setlocal include=
4820 setlocal includeexpr=
4821 setlocal indentexpr=
4822 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
4823 setlocal noinfercase
4824 setlocal iskeyword=@,48-57,_,192-255
4825 setlocal keywordprg=
4826 setlocal nolinebreak
4827 setlocal nolisp
4828 setlocal nolist
4829 setlocal makeprg=
4830 setlocal matchpairs=(:),{:},[:],<:>
4831 setlocal nomodeline
4832 setlocal modifiable
4833 setlocal nrformats=octal,hex
4834 setlocal nonumber
4835 setlocal numberwidth=4
4836 setlocal omnifunc=htmlcomplete#CompleteTags
4837 setlocal path=
4838 setlocal nopreserveindent
4839 setlocal nopreviewwindow
4840 setlocal quoteescape=\\
4841 setlocal noreadonly
4842 setlocal norelativenumber
4843 setlocal norightleft
4844 setlocal rightleftcmd=search
4845 setlocal noscrollbind
4846 setlocal shiftwidth=4
4847 setlocal noshortname
4848 setlocal nosmartindent
4849 setlocal softtabstop=0
4850 setlocal nospell
4851 setlocal spellcapcheck=
4852 setlocal spellfile=
4853 setlocal spelllang=en
4854 setlocal statusline=
4855 setlocal suffixesadd=
4856 setlocal swapfile
4857 setlocal synmaxcol=3000
4858 if &syntax != 'html'
4859 setlocal syntax=html
4860 endif
4861 setlocal tabstop=4
4862 setlocal tags=
4863 setlocal textwidth=0
4864 setlocal thesaurus=
4865 setlocal noundofile
4866 setlocal nowinfixheight
4867 setlocal nowinfixwidth
4868 setlocal wrap
4869 setlocal wrapmargin=0
4870 silent! normal! zE
4871 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
4872 if s:l < 1 | let s:l = 1 | endif
4873 exe s:l
4874 normal! zt
4875 1
4876 normal! 0
4877 tabedit own-scripts.html
4878 set splitbelow splitright
4879 set nosplitbelow
4880 set nosplitright
4881 wincmd t
4882 set winheight=1 winwidth=1
4883 argglobal
4884 12argu
4885 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
4886 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
4887 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
4888 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
4889 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
4890 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
4891 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
4892 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
4893 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
4894 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
4895 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
4896 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
4897 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
4898 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
4899 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
4900 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
4901 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
4902 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
4903 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">')
4904 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">')
4905 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
4906 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
4907 nnoremap <buffer> <silent> ; 
4908 nnoremap <buffer> <silent> ;; ;
4909 vnoremap <buffer> <silent> ;; ;
4910 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
4911 inoremap <buffer> <silent> &hA &hArr;
4912 inoremap <buffer> <silent> &dA &dArr;
4913 inoremap <buffer> <silent> &rA &rArr;
4914 inoremap <buffer> <silent> &uA &uArr;
4915 inoremap <buffer> <silent> &lA &lArr;
4916 inoremap <buffer> <silent> &ha &harr;
4917 inoremap <buffer> <silent> &da &darr;
4918 inoremap <buffer> <silent> &ra &rarr;
4919 inoremap <buffer> <silent> &ua &uarr;
4920 inoremap <buffer> <silent> &la &larr;
4921 inoremap <buffer> <silent> &pv &piv;
4922 inoremap <buffer> <silent> &uh &upsih;
4923 inoremap <buffer> <silent> &ts &thetasym;
4924 inoremap <buffer> <silent> &og &omega;
4925 inoremap <buffer> <silent> &ps &psi;
4926 inoremap <buffer> <silent> &ch &chi;
4927 inoremap <buffer> <silent> &ph &phi;
4928 inoremap <buffer> <silent> &up &upsilon;
4929 inoremap <buffer> <silent> &ta &tau;
4930 inoremap <buffer> <silent> &sf &sigmaf;
4931 inoremap <buffer> <silent> &si &sigma;
4932 inoremap <buffer> <silent> &rh &rho;
4933 inoremap <buffer> <silent> &pi &pi;
4934 inoremap <buffer> <silent> &oc &omicron;
4935 inoremap <buffer> <silent> &xi &xi;
4936 inoremap <buffer> <silent> &nu &nu;
4937 inoremap <buffer> <silent> &mu &mu;
4938 inoremap <buffer> <silent> &lm &lambda;
4939 inoremap <buffer> <silent> &ka &kappa;
4940 inoremap <buffer> <silent> &io &iota;
4941 inoremap <buffer> <silent> &th &theta;
4942 inoremap <buffer> <silent> &et &eta;
4943 inoremap <buffer> <silent> &ze &zeta;
4944 inoremap <buffer> <silent> &ep &epsilon;
4945 inoremap <buffer> <silent> &de &delta;
4946 inoremap <buffer> <silent> &ga &gamma;
4947 inoremap <buffer> <silent> &be &beta;
4948 inoremap <buffer> <silent> &al &alpha;
4949 inoremap <buffer> <silent> &Ps &Psi;
4950 inoremap <buffer> <silent> &Ch &Chi;
4951 inoremap <buffer> <silent> &Ph &Phi;
4952 inoremap <buffer> <silent> &Up &Upsilon;
4953 inoremap <buffer> <silent> &Ta &Tau;
4954 inoremap <buffer> <silent> &Si &Sigma;
4955 inoremap <buffer> <silent> &Rh &Rho;
4956 inoremap <buffer> <silent> &Pi &Pi;
4957 inoremap <buffer> <silent> &Oc &Omicron;
4958 inoremap <buffer> <silent> &Xi &Xi;
4959 inoremap <buffer> <silent> &Nu &Nu;
4960 inoremap <buffer> <silent> &Mu &Mu;
4961 inoremap <buffer> <silent> &Lm &Lambda;
4962 inoremap <buffer> <silent> &Ka &Kappa;
4963 inoremap <buffer> <silent> &Io &Iota;
4964 inoremap <buffer> <silent> &Th &Theta;
4965 inoremap <buffer> <silent> &Et &Eta;
4966 inoremap <buffer> <silent> &Ze &Zeta;
4967 inoremap <buffer> <silent> &Ep &Epsilon;
4968 inoremap <buffer> <silent> &De &Delta;
4969 inoremap <buffer> <silent> &Ga &Gamma;
4970 inoremap <buffer> <silent> &Be &Beta;
4971 inoremap <buffer> <silent> &Al &Alpha;
4972 inoremap <buffer> <silent> &3. &hellip;
4973 inoremap <buffer> <silent> &-- &mdash;
4974 inoremap <buffer> <silent> &3- &mdash;
4975 inoremap <buffer> <silent> &m- &mdash;
4976 inoremap <buffer> <silent> &2- &ndash;
4977 inoremap <buffer> <silent> &n- &ndash;
4978 inoremap <buffer> <silent> &34 &frac34;
4979 inoremap <buffer> <silent> &12 &frac12;
4980 inoremap <buffer> <silent> &14 &frac14;
4981 inoremap <buffer> <silent> &. &middot;
4982 inoremap <buffer> <silent> &pa &para;
4983 inoremap <buffer> <silent> &mi &micro;
4984 inoremap <buffer> <silent> &dg &deg;
4985 inoremap <buffer> <silent> &? &iquest;
4986 inoremap <buffer> <silent> &! &iexcl;
4987 inoremap <buffer> <silent> &sz &szlig;
4988 inoremap <buffer> <silent> &o/ &oslash;
4989 inoremap <buffer> <silent> &/ &divide;
4990 inoremap <buffer> <silent> &" &uml;
4991 inoremap <buffer> <silent> &2> &raquo;
4992 inoremap <buffer> <silent> &2< &laquo;
4993 inoremap <buffer> <silent> &y" &yuml;
4994 inoremap <buffer> <silent> &y' &yacute;
4995 inoremap <buffer> <silent> &u" &uuml;
4996 inoremap <buffer> <silent> &u^ &ucirc;
4997 inoremap <buffer> <silent> &u' &uacute;
4998 inoremap <buffer> <silent> &u` &ugrave;
4999 inoremap <buffer> <silent> &x &times;
5000 inoremap <buffer> <silent> &o" &ouml;
5001 inoremap <buffer> <silent> &o~ &otilde;
5002 inoremap <buffer> <silent> &o^ &ocirc;
5003 inoremap <buffer> <silent> &o' &oacute;
5004 inoremap <buffer> <silent> &o` &ograve;
5005 inoremap <buffer> <silent> &n~ &ntilde;
5006 inoremap <buffer> <silent> &i" &iuml;
5007 inoremap <buffer> <silent> &i^ &icirc;
5008 inoremap <buffer> <silent> &i' &iacute;
5009 inoremap <buffer> <silent> &i` &igrave;
5010 inoremap <buffer> <silent> &e" &euml;
5011 inoremap <buffer> <silent> &e^ &ecirc;
5012 inoremap <buffer> <silent> &e' &eacute;
5013 inoremap <buffer> <silent> &e` &egrave;
5014 inoremap <buffer> <silent> &c, &ccedil;
5015 inoremap <buffer> <silent> &ae &aelig;
5016 inoremap <buffer> <silent> &ao &aring;
5017 inoremap <buffer> <silent> &a" &auml;
5018 inoremap <buffer> <silent> &a~ &atilde;
5019 inoremap <buffer> <silent> &a^ &acirc;
5020 inoremap <buffer> <silent> &a' &aacute;
5021 inoremap <buffer> <silent> &a` &agrave;
5022 inoremap <buffer> <silent> &Y' &Yacute;
5023 inoremap <buffer> <silent> &U" &Uuml;
5024 inoremap <buffer> <silent> &U^ &Ucirc;
5025 inoremap <buffer> <silent> &U' &Uacute;
5026 inoremap <buffer> <silent> &U` &Ugrave;
5027 inoremap <buffer> <silent> &O/ &Oslash;
5028 inoremap <buffer> <silent> &O" &Ouml;
5029 inoremap <buffer> <silent> &O~ &Otilde;
5030 inoremap <buffer> <silent> &O^ &Ocirc;
5031 inoremap <buffer> <silent> &O' &Oacute;
5032 inoremap <buffer> <silent> &O` &Ograve;
5033 inoremap <buffer> <silent> &N~ &Ntilde;
5034 inoremap <buffer> <silent> &I" &Iuml;
5035 inoremap <buffer> <silent> &I^ &Icirc;
5036 inoremap <buffer> <silent> &I' &Iacute;
5037 inoremap <buffer> <silent> &I` &Igrave;
5038 inoremap <buffer> <silent> &E" &Euml;
5039 inoremap <buffer> <silent> &E^ &Ecirc;
5040 inoremap <buffer> <silent> &E' &Eacute;
5041 inoremap <buffer> <silent> &E` &Egrave;
5042 inoremap <buffer> <silent> &C, &Ccedil;
5043 inoremap <buffer> <silent> &AE &AElig;
5044 inoremap <buffer> <silent> &Ao &Aring;
5045 inoremap <buffer> <silent> &A" &Auml;
5046 inoremap <buffer> <silent> &A~ &Atilde;
5047 inoremap <buffer> <silent> &A^ &Acirc;
5048 inoremap <buffer> <silent> &A' &Aacute;
5049 inoremap <buffer> <silent> &A` &Agrave;
5050 inoremap <buffer> <silent> &c| &cent;
5051 inoremap <buffer> <silent> &Y= &yen;
5052 inoremap <buffer> <silent> &# &pound;
5053 inoremap <buffer> <silent> & &nbsp;
5054 inoremap <buffer> <silent> &> &gt;
5055 inoremap <buffer> <silent> &< &lt;
5056 inoremap <buffer> <silent> &' &quot;
5057 inoremap <buffer> <silent> &tm &trade;
5058 inoremap <buffer> <silent> &rO &reg;
5059 inoremap <buffer> <silent> &cO &copy;
5060 inoremap <buffer> <silent> && &amp;
5061 inoremap <buffer> <silent> ; &nbsp;
5062 inoremap <buffer> <silent> ;la <label for=""></label>F"
5063 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
5064 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
5065 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
5066 </textarea>k$5F"i
5067 inoremap <buffer> <silent> ;og <optgroup label="">
5068 </optgroup>k$F"i
5069 inoremap <buffer> <silent> ;op <option></option>F<
5070 inoremap <buffer> <silent> ;ms <select name="" multiple>
5071 </select>O
5072 inoremap <buffer> <silent> ;se <select name="">
5073 </select>O
5074 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
5075 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
5076 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
5077 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
5078 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
5079 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
5080 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
5081 inoremap <buffer> <silent> ;fm <form action="">
5082 </form>k$F"i
5083 inoremap <buffer> <silent> ;if <iframe src="">
5084 </iframe>k$F"i
5085 inoremap <buffer> <silent> ;nf <noframes>
5086 </noframes>O
5087 inoremap <buffer> <silent> ;fr <frame src="">F"
5088 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
5089 </frameset>k$3F"i
5090 inoremap <buffer> <silent> ;th <th></th>F<
5091 inoremap <buffer> <silent> ;td <td>
5092 </td>O
5093 inoremap <buffer> <silent> ;tr <tr>
5094 </tr>O
5095 inoremap <buffer> <silent> ;tf <tfoot>
5096 </tfoot>O
5097 inoremap <buffer> <silent> ;tb <tbody>
5098 </tbody>O
5099 inoremap <buffer> <silent> ;tH <thead>
5100 </thead>O
5101 inoremap <buffer> <silent> ;ta <table>
5102 </table>O
5103 inoremap <buffer> <silent> ;ca <caption></caption>F<
5104 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
5105 </object>k$5F"i
5106 inoremap <buffer> <silent> ;ns <noscript>
5107 </noscripT>O
5108 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
5109 <noembed></noembed>k$5F"i
5110 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
5111 inoremap <buffer> <silent> ;va <var></var>F<
5112 inoremap <buffer> <silent> ;ul <ul>
5113 </ul>O
5114 inoremap <buffer> <silent> ;tt <tt></tt>F<
5115 inoremap <buffer> <silent> ;ti <title></title>F<
5116 inoremap <buffer> <silent> ;sp <sup></sup>F<
5117 inoremap <buffer> <silent> ;sb <sub></sub>F<
5118 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
5119 inoremap <buffer> <silent> ;cs <style type="text/css">
5120 <!--
5121 -->
5122 </style>kO
5123 inoremap <buffer> <silent> ;sm <small></small>F<
5124 inoremap <buffer> <silent> ;sa <samp></samp>F<
5125 inoremap <buffer> <silent> ;sk <strike></strike>F<
5126 inoremap <buffer> <silent> ;qu <q></q>F<
5127 inoremap <buffer> <silent> ;pr <pre>
5128 </pre>O
5129 inoremap <buffer> <silent> ;/p </p>
5130 
5131 <p>
5132 inoremap <buffer> <silent> ;pp <p>
5133 </p>O
5134 inoremap <buffer> <silent> ;ol <ol>
5135 </ol>O
5136 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
5137 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
5138 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
5139 inoremap <buffer> <silent> ;lk <link href="">F"
5140 inoremap <buffer> <silent> ;li <li></li>F<
5141 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
5142 inoremap <buffer> <silent> ;ii <isindex>
5143 inoremap <buffer> <silent> ;in <ins></ins>F<
5144 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
5145 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
5146 inoremap <buffer> <silent> ;ht <html>
5147 </html>O
5148 inoremap <buffer> <silent> ;Hr <hr width="75%">
5149 inoremap <buffer> <silent> ;hr <hr>
5150 inoremap <buffer> <silent> ;he <head>
5151 </head>O
5152 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
5153 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
5154 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
5155 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
5156 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
5157 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
5158 inoremap <buffer> <silent> ;h6 <h6></h6>F<
5159 inoremap <buffer> <silent> ;h5 <h5></h5>F<
5160 inoremap <buffer> <silent> ;h4 <h4></h4>F<
5161 inoremap <buffer> <silent> ;h3 <h3></h3>F<
5162 inoremap <buffer> <silent> ;h2 <h2></h2>F<
5163 inoremap <buffer> <silent> ;h1 <h1></h1>F<
5164 inoremap <buffer> <silent> ;fc <font color=""></font>F"
5165 inoremap <buffer> <silent> ;fo <font size=""></font>F"
5166 inoremap <buffer> <silent> ;sn <span></span>F<
5167 inoremap <buffer> <silent> ;dv <div>
5168 </div>O
5169 inoremap <buffer> <silent> ;df <dfn></dfn>F<
5170 inoremap <buffer> <silent> ;de <del></del>F<
5171 inoremap <buffer> <silent> ;dd <dd></dd>F<
5172 inoremap <buffer> <silent> ;dt <dt></dt>F<
5173 inoremap <buffer> <silent> ;dl <dl>
5174 </dl>O
5175 inoremap <buffer> <silent> ;co <code></code>F<
5176 inoremap <buffer> <silent> ;ci <cite></cite>F<
5177 inoremap <buffer> <silent> ;ce <center></center>F<
5178 inoremap <buffer> <silent> ;br <br>
5179 inoremap <buffer> <silent> ;bd <body>
5180 </body>O
5181 inoremap <buffer> <silent> ;bl <blockquote>
5182 </blockquote>O
5183 inoremap <buffer> <silent> ;bi <big></big>F<
5184 inoremap <buffer> <silent> ;bh <base href="">F"
5185 inoremap <buffer> <silent> ;ad <address></address>F<
5186 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
5187 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
5188 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
5189 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
5190 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
5191 inoremap <buffer> <silent> ;an <a name=""></a>F"
5192 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
5193 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
5194 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
5195 inoremap <buffer> <silent> ;ah <a href=""></a>F"
5196 imap <buffer> <silent> ;s4 ;s4
5197 imap <buffer> <silent> ;4 ;4
5198 inoremap <buffer> <silent> ;mi :call MangleImageTag()
5199 inoremap <buffer> <silent> ; 
5200 inoremap <buffer> <silent> ;& &
5201 inoremap <buffer> <silent> ;; ;
5202 setlocal keymap=
5203 setlocal noarabic
5204 setlocal autoindent
5205 setlocal balloonexpr=
5206 setlocal nobinary
5207 setlocal bufhidden=
5208 setlocal buflisted
5209 setlocal buftype=
5210 setlocal nocindent
5211 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
5212 setlocal cinoptions=
5213 setlocal cinwords=if,else,while,do,for,switch
5214 setlocal colorcolumn=
5215 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
5216 setlocal commentstring=<!--%s-->
5217 setlocal complete=.,w,b,u,t,i
5218 setlocal concealcursor=
5219 setlocal conceallevel=0
5220 setlocal completefunc=
5221 setlocal nocopyindent
5222 setlocal cryptmethod=
5223 setlocal nocursorbind
5224 setlocal nocursorcolumn
5225 setlocal nocursorline
5226 setlocal define=
5227 setlocal dictionary=
5228 setlocal nodiff
5229 setlocal equalprg=
5230 setlocal errorformat=
5231 setlocal expandtab
5232 if &filetype != 'html'
5233 setlocal filetype=html
5234 endif
5235 setlocal foldcolumn=0
5236 setlocal foldenable
5237 setlocal foldexpr=0
5238 setlocal foldignore=#
5239 setlocal foldlevel=0
5240 setlocal foldmarker={{{,}}}
5241 setlocal foldmethod=manual
5242 setlocal foldminlines=1
5243 setlocal foldnestmax=20
5244 setlocal foldtext=foldtext()
5245 setlocal formatexpr=
5246 setlocal formatoptions=tcq
5247 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
5248 setlocal grepprg=
5249 setlocal iminsert=2
5250 setlocal imsearch=2
5251 setlocal include=
5252 setlocal includeexpr=
5253 setlocal indentexpr=
5254 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
5255 setlocal noinfercase
5256 setlocal iskeyword=@,48-57,_,192-255
5257 setlocal keywordprg=
5258 setlocal nolinebreak
5259 setlocal nolisp
5260 setlocal nolist
5261 setlocal makeprg=
5262 setlocal matchpairs=(:),{:},[:],<:>
5263 setlocal nomodeline
5264 setlocal modifiable
5265 setlocal nrformats=octal,hex
5266 setlocal nonumber
5267 setlocal numberwidth=4
5268 setlocal omnifunc=htmlcomplete#CompleteTags
5269 setlocal path=
5270 setlocal nopreserveindent
5271 setlocal nopreviewwindow
5272 setlocal quoteescape=\\
5273 setlocal noreadonly
5274 setlocal norelativenumber
5275 setlocal norightleft
5276 setlocal rightleftcmd=search
5277 setlocal noscrollbind
5278 setlocal shiftwidth=4
5279 setlocal noshortname
5280 setlocal nosmartindent
5281 setlocal softtabstop=0
5282 setlocal nospell
5283 setlocal spellcapcheck=
5284 setlocal spellfile=
5285 setlocal spelllang=en
5286 setlocal statusline=
5287 setlocal suffixesadd=
5288 setlocal swapfile
5289 setlocal synmaxcol=3000
5290 if &syntax != 'html'
5291 setlocal syntax=html
5292 endif
5293 setlocal tabstop=4
5294 setlocal tags=
5295 setlocal textwidth=0
5296 setlocal thesaurus=
5297 setlocal noundofile
5298 setlocal nowinfixheight
5299 setlocal nowinfixwidth
5300 setlocal wrap
5301 setlocal wrapmargin=0
5302 silent! normal! zE
5303 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
5304 if s:l < 1 | let s:l = 1 | endif
5305 exe s:l
5306 normal! zt
5307 1
5308 normal! 0
5309 tabedit partitions.html
5310 set splitbelow splitright
5311 set nosplitbelow
5312 set nosplitright
5313 wincmd t
5314 set winheight=1 winwidth=1
5315 argglobal
5316 13argu
5317 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
5318 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
5319 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
5320 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
5321 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
5322 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
5323 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
5324 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
5325 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
5326 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
5327 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
5328 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
5329 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
5330 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
5331 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
5332 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
5333 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
5334 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
5335 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">')
5336 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">')
5337 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
5338 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
5339 nnoremap <buffer> <silent> ; 
5340 nnoremap <buffer> <silent> ;; ;
5341 vnoremap <buffer> <silent> ;; ;
5342 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
5343 inoremap <buffer> <silent> &hA &hArr;
5344 inoremap <buffer> <silent> &dA &dArr;
5345 inoremap <buffer> <silent> &rA &rArr;
5346 inoremap <buffer> <silent> &uA &uArr;
5347 inoremap <buffer> <silent> &lA &lArr;
5348 inoremap <buffer> <silent> &ha &harr;
5349 inoremap <buffer> <silent> &da &darr;
5350 inoremap <buffer> <silent> &ra &rarr;
5351 inoremap <buffer> <silent> &ua &uarr;
5352 inoremap <buffer> <silent> &la &larr;
5353 inoremap <buffer> <silent> &pv &piv;
5354 inoremap <buffer> <silent> &uh &upsih;
5355 inoremap <buffer> <silent> &ts &thetasym;
5356 inoremap <buffer> <silent> &og &omega;
5357 inoremap <buffer> <silent> &ps &psi;
5358 inoremap <buffer> <silent> &ch &chi;
5359 inoremap <buffer> <silent> &ph &phi;
5360 inoremap <buffer> <silent> &up &upsilon;
5361 inoremap <buffer> <silent> &ta &tau;
5362 inoremap <buffer> <silent> &sf &sigmaf;
5363 inoremap <buffer> <silent> &si &sigma;
5364 inoremap <buffer> <silent> &rh &rho;
5365 inoremap <buffer> <silent> &pi &pi;
5366 inoremap <buffer> <silent> &oc &omicron;
5367 inoremap <buffer> <silent> &xi &xi;
5368 inoremap <buffer> <silent> &nu &nu;
5369 inoremap <buffer> <silent> &mu &mu;
5370 inoremap <buffer> <silent> &lm &lambda;
5371 inoremap <buffer> <silent> &ka &kappa;
5372 inoremap <buffer> <silent> &io &iota;
5373 inoremap <buffer> <silent> &th &theta;
5374 inoremap <buffer> <silent> &et &eta;
5375 inoremap <buffer> <silent> &ze &zeta;
5376 inoremap <buffer> <silent> &ep &epsilon;
5377 inoremap <buffer> <silent> &de &delta;
5378 inoremap <buffer> <silent> &ga &gamma;
5379 inoremap <buffer> <silent> &be &beta;
5380 inoremap <buffer> <silent> &al &alpha;
5381 inoremap <buffer> <silent> &Ps &Psi;
5382 inoremap <buffer> <silent> &Ch &Chi;
5383 inoremap <buffer> <silent> &Ph &Phi;
5384 inoremap <buffer> <silent> &Up &Upsilon;
5385 inoremap <buffer> <silent> &Ta &Tau;
5386 inoremap <buffer> <silent> &Si &Sigma;
5387 inoremap <buffer> <silent> &Rh &Rho;
5388 inoremap <buffer> <silent> &Pi &Pi;
5389 inoremap <buffer> <silent> &Oc &Omicron;
5390 inoremap <buffer> <silent> &Xi &Xi;
5391 inoremap <buffer> <silent> &Nu &Nu;
5392 inoremap <buffer> <silent> &Mu &Mu;
5393 inoremap <buffer> <silent> &Lm &Lambda;
5394 inoremap <buffer> <silent> &Ka &Kappa;
5395 inoremap <buffer> <silent> &Io &Iota;
5396 inoremap <buffer> <silent> &Th &Theta;
5397 inoremap <buffer> <silent> &Et &Eta;
5398 inoremap <buffer> <silent> &Ze &Zeta;
5399 inoremap <buffer> <silent> &Ep &Epsilon;
5400 inoremap <buffer> <silent> &De &Delta;
5401 inoremap <buffer> <silent> &Ga &Gamma;
5402 inoremap <buffer> <silent> &Be &Beta;
5403 inoremap <buffer> <silent> &Al &Alpha;
5404 inoremap <buffer> <silent> &3. &hellip;
5405 inoremap <buffer> <silent> &-- &mdash;
5406 inoremap <buffer> <silent> &3- &mdash;
5407 inoremap <buffer> <silent> &m- &mdash;
5408 inoremap <buffer> <silent> &2- &ndash;
5409 inoremap <buffer> <silent> &n- &ndash;
5410 inoremap <buffer> <silent> &34 &frac34;
5411 inoremap <buffer> <silent> &12 &frac12;
5412 inoremap <buffer> <silent> &14 &frac14;
5413 inoremap <buffer> <silent> &. &middot;
5414 inoremap <buffer> <silent> &pa &para;
5415 inoremap <buffer> <silent> &mi &micro;
5416 inoremap <buffer> <silent> &dg &deg;
5417 inoremap <buffer> <silent> &? &iquest;
5418 inoremap <buffer> <silent> &! &iexcl;
5419 inoremap <buffer> <silent> &sz &szlig;
5420 inoremap <buffer> <silent> &o/ &oslash;
5421 inoremap <buffer> <silent> &/ &divide;
5422 inoremap <buffer> <silent> &" &uml;
5423 inoremap <buffer> <silent> &2> &raquo;
5424 inoremap <buffer> <silent> &2< &laquo;
5425 inoremap <buffer> <silent> &y" &yuml;
5426 inoremap <buffer> <silent> &y' &yacute;
5427 inoremap <buffer> <silent> &u" &uuml;
5428 inoremap <buffer> <silent> &u^ &ucirc;
5429 inoremap <buffer> <silent> &u' &uacute;
5430 inoremap <buffer> <silent> &u` &ugrave;
5431 inoremap <buffer> <silent> &x &times;
5432 inoremap <buffer> <silent> &o" &ouml;
5433 inoremap <buffer> <silent> &o~ &otilde;
5434 inoremap <buffer> <silent> &o^ &ocirc;
5435 inoremap <buffer> <silent> &o' &oacute;
5436 inoremap <buffer> <silent> &o` &ograve;
5437 inoremap <buffer> <silent> &n~ &ntilde;
5438 inoremap <buffer> <silent> &i" &iuml;
5439 inoremap <buffer> <silent> &i^ &icirc;
5440 inoremap <buffer> <silent> &i' &iacute;
5441 inoremap <buffer> <silent> &i` &igrave;
5442 inoremap <buffer> <silent> &e" &euml;
5443 inoremap <buffer> <silent> &e^ &ecirc;
5444 inoremap <buffer> <silent> &e' &eacute;
5445 inoremap <buffer> <silent> &e` &egrave;
5446 inoremap <buffer> <silent> &c, &ccedil;
5447 inoremap <buffer> <silent> &ae &aelig;
5448 inoremap <buffer> <silent> &ao &aring;
5449 inoremap <buffer> <silent> &a" &auml;
5450 inoremap <buffer> <silent> &a~ &atilde;
5451 inoremap <buffer> <silent> &a^ &acirc;
5452 inoremap <buffer> <silent> &a' &aacute;
5453 inoremap <buffer> <silent> &a` &agrave;
5454 inoremap <buffer> <silent> &Y' &Yacute;
5455 inoremap <buffer> <silent> &U" &Uuml;
5456 inoremap <buffer> <silent> &U^ &Ucirc;
5457 inoremap <buffer> <silent> &U' &Uacute;
5458 inoremap <buffer> <silent> &U` &Ugrave;
5459 inoremap <buffer> <silent> &O/ &Oslash;
5460 inoremap <buffer> <silent> &O" &Ouml;
5461 inoremap <buffer> <silent> &O~ &Otilde;
5462 inoremap <buffer> <silent> &O^ &Ocirc;
5463 inoremap <buffer> <silent> &O' &Oacute;
5464 inoremap <buffer> <silent> &O` &Ograve;
5465 inoremap <buffer> <silent> &N~ &Ntilde;
5466 inoremap <buffer> <silent> &I" &Iuml;
5467 inoremap <buffer> <silent> &I^ &Icirc;
5468 inoremap <buffer> <silent> &I' &Iacute;
5469 inoremap <buffer> <silent> &I` &Igrave;
5470 inoremap <buffer> <silent> &E" &Euml;
5471 inoremap <buffer> <silent> &E^ &Ecirc;
5472 inoremap <buffer> <silent> &E' &Eacute;
5473 inoremap <buffer> <silent> &E` &Egrave;
5474 inoremap <buffer> <silent> &C, &Ccedil;
5475 inoremap <buffer> <silent> &AE &AElig;
5476 inoremap <buffer> <silent> &Ao &Aring;
5477 inoremap <buffer> <silent> &A" &Auml;
5478 inoremap <buffer> <silent> &A~ &Atilde;
5479 inoremap <buffer> <silent> &A^ &Acirc;
5480 inoremap <buffer> <silent> &A' &Aacute;
5481 inoremap <buffer> <silent> &A` &Agrave;
5482 inoremap <buffer> <silent> &c| &cent;
5483 inoremap <buffer> <silent> &Y= &yen;
5484 inoremap <buffer> <silent> &# &pound;
5485 inoremap <buffer> <silent> & &nbsp;
5486 inoremap <buffer> <silent> &> &gt;
5487 inoremap <buffer> <silent> &< &lt;
5488 inoremap <buffer> <silent> &' &quot;
5489 inoremap <buffer> <silent> &tm &trade;
5490 inoremap <buffer> <silent> &rO &reg;
5491 inoremap <buffer> <silent> &cO &copy;
5492 inoremap <buffer> <silent> && &amp;
5493 inoremap <buffer> <silent> ; &nbsp;
5494 inoremap <buffer> <silent> ;la <label for=""></label>F"
5495 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
5496 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
5497 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
5498 </textarea>k$5F"i
5499 inoremap <buffer> <silent> ;og <optgroup label="">
5500 </optgroup>k$F"i
5501 inoremap <buffer> <silent> ;op <option></option>F<
5502 inoremap <buffer> <silent> ;ms <select name="" multiple>
5503 </select>O
5504 inoremap <buffer> <silent> ;se <select name="">
5505 </select>O
5506 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
5507 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
5508 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
5509 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
5510 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
5511 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
5512 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
5513 inoremap <buffer> <silent> ;fm <form action="">
5514 </form>k$F"i
5515 inoremap <buffer> <silent> ;if <iframe src="">
5516 </iframe>k$F"i
5517 inoremap <buffer> <silent> ;nf <noframes>
5518 </noframes>O
5519 inoremap <buffer> <silent> ;fr <frame src="">F"
5520 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
5521 </frameset>k$3F"i
5522 inoremap <buffer> <silent> ;th <th></th>F<
5523 inoremap <buffer> <silent> ;td <td>
5524 </td>O
5525 inoremap <buffer> <silent> ;tr <tr>
5526 </tr>O
5527 inoremap <buffer> <silent> ;tf <tfoot>
5528 </tfoot>O
5529 inoremap <buffer> <silent> ;tb <tbody>
5530 </tbody>O
5531 inoremap <buffer> <silent> ;tH <thead>
5532 </thead>O
5533 inoremap <buffer> <silent> ;ta <table>
5534 </table>O
5535 inoremap <buffer> <silent> ;ca <caption></caption>F<
5536 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
5537 </object>k$5F"i
5538 inoremap <buffer> <silent> ;ns <noscript>
5539 </noscripT>O
5540 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
5541 <noembed></noembed>k$5F"i
5542 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
5543 inoremap <buffer> <silent> ;va <var></var>F<
5544 inoremap <buffer> <silent> ;ul <ul>
5545 </ul>O
5546 inoremap <buffer> <silent> ;tt <tt></tt>F<
5547 inoremap <buffer> <silent> ;ti <title></title>F<
5548 inoremap <buffer> <silent> ;sp <sup></sup>F<
5549 inoremap <buffer> <silent> ;sb <sub></sub>F<
5550 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
5551 inoremap <buffer> <silent> ;cs <style type="text/css">
5552 <!--
5553 -->
5554 </style>kO
5555 inoremap <buffer> <silent> ;sm <small></small>F<
5556 inoremap <buffer> <silent> ;sa <samp></samp>F<
5557 inoremap <buffer> <silent> ;sk <strike></strike>F<
5558 inoremap <buffer> <silent> ;qu <q></q>F<
5559 inoremap <buffer> <silent> ;pr <pre>
5560 </pre>O
5561 inoremap <buffer> <silent> ;/p </p>
5562 
5563 <p>
5564 inoremap <buffer> <silent> ;pp <p>
5565 </p>O
5566 inoremap <buffer> <silent> ;ol <ol>
5567 </ol>O
5568 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
5569 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
5570 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
5571 inoremap <buffer> <silent> ;lk <link href="">F"
5572 inoremap <buffer> <silent> ;li <li></li>F<
5573 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
5574 inoremap <buffer> <silent> ;ii <isindex>
5575 inoremap <buffer> <silent> ;in <ins></ins>F<
5576 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
5577 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
5578 inoremap <buffer> <silent> ;ht <html>
5579 </html>O
5580 inoremap <buffer> <silent> ;Hr <hr width="75%">
5581 inoremap <buffer> <silent> ;hr <hr>
5582 inoremap <buffer> <silent> ;he <head>
5583 </head>O
5584 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
5585 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
5586 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
5587 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
5588 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
5589 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
5590 inoremap <buffer> <silent> ;h6 <h6></h6>F<
5591 inoremap <buffer> <silent> ;h5 <h5></h5>F<
5592 inoremap <buffer> <silent> ;h4 <h4></h4>F<
5593 inoremap <buffer> <silent> ;h3 <h3></h3>F<
5594 inoremap <buffer> <silent> ;h2 <h2></h2>F<
5595 inoremap <buffer> <silent> ;h1 <h1></h1>F<
5596 inoremap <buffer> <silent> ;fc <font color=""></font>F"
5597 inoremap <buffer> <silent> ;fo <font size=""></font>F"
5598 inoremap <buffer> <silent> ;sn <span></span>F<
5599 inoremap <buffer> <silent> ;dv <div>
5600 </div>O
5601 inoremap <buffer> <silent> ;df <dfn></dfn>F<
5602 inoremap <buffer> <silent> ;de <del></del>F<
5603 inoremap <buffer> <silent> ;dd <dd></dd>F<
5604 inoremap <buffer> <silent> ;dt <dt></dt>F<
5605 inoremap <buffer> <silent> ;dl <dl>
5606 </dl>O
5607 inoremap <buffer> <silent> ;co <code></code>F<
5608 inoremap <buffer> <silent> ;ci <cite></cite>F<
5609 inoremap <buffer> <silent> ;ce <center></center>F<
5610 inoremap <buffer> <silent> ;br <br>
5611 inoremap <buffer> <silent> ;bd <body>
5612 </body>O
5613 inoremap <buffer> <silent> ;bl <blockquote>
5614 </blockquote>O
5615 inoremap <buffer> <silent> ;bi <big></big>F<
5616 inoremap <buffer> <silent> ;bh <base href="">F"
5617 inoremap <buffer> <silent> ;ad <address></address>F<
5618 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
5619 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
5620 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
5621 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
5622 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
5623 inoremap <buffer> <silent> ;an <a name=""></a>F"
5624 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
5625 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
5626 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
5627 inoremap <buffer> <silent> ;ah <a href=""></a>F"
5628 imap <buffer> <silent> ;s4 ;s4
5629 imap <buffer> <silent> ;4 ;4
5630 inoremap <buffer> <silent> ;mi :call MangleImageTag()
5631 inoremap <buffer> <silent> ; 
5632 inoremap <buffer> <silent> ;& &
5633 inoremap <buffer> <silent> ;; ;
5634 setlocal keymap=
5635 setlocal noarabic
5636 setlocal autoindent
5637 setlocal balloonexpr=
5638 setlocal nobinary
5639 setlocal bufhidden=
5640 setlocal buflisted
5641 setlocal buftype=
5642 setlocal nocindent
5643 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
5644 setlocal cinoptions=
5645 setlocal cinwords=if,else,while,do,for,switch
5646 setlocal colorcolumn=
5647 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
5648 setlocal commentstring=<!--%s-->
5649 setlocal complete=.,w,b,u,t,i
5650 setlocal concealcursor=
5651 setlocal conceallevel=0
5652 setlocal completefunc=
5653 setlocal nocopyindent
5654 setlocal cryptmethod=
5655 setlocal nocursorbind
5656 setlocal nocursorcolumn
5657 setlocal nocursorline
5658 setlocal define=
5659 setlocal dictionary=
5660 setlocal nodiff
5661 setlocal equalprg=
5662 setlocal errorformat=
5663 setlocal expandtab
5664 if &filetype != 'html'
5665 setlocal filetype=html
5666 endif
5667 setlocal foldcolumn=0
5668 setlocal foldenable
5669 setlocal foldexpr=0
5670 setlocal foldignore=#
5671 setlocal foldlevel=0
5672 setlocal foldmarker={{{,}}}
5673 setlocal foldmethod=manual
5674 setlocal foldminlines=1
5675 setlocal foldnestmax=20
5676 setlocal foldtext=foldtext()
5677 setlocal formatexpr=
5678 setlocal formatoptions=tcq
5679 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
5680 setlocal grepprg=
5681 setlocal iminsert=2
5682 setlocal imsearch=2
5683 setlocal include=
5684 setlocal includeexpr=
5685 setlocal indentexpr=
5686 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
5687 setlocal noinfercase
5688 setlocal iskeyword=@,48-57,_,192-255
5689 setlocal keywordprg=
5690 setlocal nolinebreak
5691 setlocal nolisp
5692 setlocal nolist
5693 setlocal makeprg=
5694 setlocal matchpairs=(:),{:},[:],<:>
5695 setlocal nomodeline
5696 setlocal modifiable
5697 setlocal nrformats=octal,hex
5698 setlocal nonumber
5699 setlocal numberwidth=4
5700 setlocal omnifunc=htmlcomplete#CompleteTags
5701 setlocal path=
5702 setlocal nopreserveindent
5703 setlocal nopreviewwindow
5704 setlocal quoteescape=\\
5705 setlocal noreadonly
5706 setlocal norelativenumber
5707 setlocal norightleft
5708 setlocal rightleftcmd=search
5709 setlocal noscrollbind
5710 setlocal shiftwidth=4
5711 setlocal noshortname
5712 setlocal nosmartindent
5713 setlocal softtabstop=0
5714 setlocal nospell
5715 setlocal spellcapcheck=
5716 setlocal spellfile=
5717 setlocal spelllang=en
5718 setlocal statusline=
5719 setlocal suffixesadd=
5720 setlocal swapfile
5721 setlocal synmaxcol=3000
5722 if &syntax != 'html'
5723 setlocal syntax=html
5724 endif
5725 setlocal tabstop=4
5726 setlocal tags=
5727 setlocal textwidth=0
5728 setlocal thesaurus=
5729 setlocal noundofile
5730 setlocal nowinfixheight
5731 setlocal nowinfixwidth
5732 setlocal wrap
5733 setlocal wrapmargin=0
5734 silent! normal! zE
5735 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
5736 if s:l < 1 | let s:l = 1 | endif
5737 exe s:l
5738 normal! zt
5739 1
5740 normal! 0
5741 tabedit project.html
5742 set splitbelow splitright
5743 set nosplitbelow
5744 set nosplitright
5745 wincmd t
5746 set winheight=1 winwidth=1
5747 argglobal
5748 14argu
5749 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
5750 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
5751 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
5752 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
5753 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
5754 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
5755 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
5756 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
5757 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
5758 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
5759 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
5760 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
5761 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
5762 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
5763 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
5764 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
5765 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
5766 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
5767 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">')
5768 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">')
5769 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
5770 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
5771 nnoremap <buffer> <silent> ; 
5772 nnoremap <buffer> <silent> ;; ;
5773 vnoremap <buffer> <silent> ;; ;
5774 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
5775 inoremap <buffer> <silent> &hA &hArr;
5776 inoremap <buffer> <silent> &dA &dArr;
5777 inoremap <buffer> <silent> &rA &rArr;
5778 inoremap <buffer> <silent> &uA &uArr;
5779 inoremap <buffer> <silent> &lA &lArr;
5780 inoremap <buffer> <silent> &ha &harr;
5781 inoremap <buffer> <silent> &da &darr;
5782 inoremap <buffer> <silent> &ra &rarr;
5783 inoremap <buffer> <silent> &ua &uarr;
5784 inoremap <buffer> <silent> &la &larr;
5785 inoremap <buffer> <silent> &pv &piv;
5786 inoremap <buffer> <silent> &uh &upsih;
5787 inoremap <buffer> <silent> &ts &thetasym;
5788 inoremap <buffer> <silent> &og &omega;
5789 inoremap <buffer> <silent> &ps &psi;
5790 inoremap <buffer> <silent> &ch &chi;
5791 inoremap <buffer> <silent> &ph &phi;
5792 inoremap <buffer> <silent> &up &upsilon;
5793 inoremap <buffer> <silent> &ta &tau;
5794 inoremap <buffer> <silent> &sf &sigmaf;
5795 inoremap <buffer> <silent> &si &sigma;
5796 inoremap <buffer> <silent> &rh &rho;
5797 inoremap <buffer> <silent> &pi &pi;
5798 inoremap <buffer> <silent> &oc &omicron;
5799 inoremap <buffer> <silent> &xi &xi;
5800 inoremap <buffer> <silent> &nu &nu;
5801 inoremap <buffer> <silent> &mu &mu;
5802 inoremap <buffer> <silent> &lm &lambda;
5803 inoremap <buffer> <silent> &ka &kappa;
5804 inoremap <buffer> <silent> &io &iota;
5805 inoremap <buffer> <silent> &th &theta;
5806 inoremap <buffer> <silent> &et &eta;
5807 inoremap <buffer> <silent> &ze &zeta;
5808 inoremap <buffer> <silent> &ep &epsilon;
5809 inoremap <buffer> <silent> &de &delta;
5810 inoremap <buffer> <silent> &ga &gamma;
5811 inoremap <buffer> <silent> &be &beta;
5812 inoremap <buffer> <silent> &al &alpha;
5813 inoremap <buffer> <silent> &Ps &Psi;
5814 inoremap <buffer> <silent> &Ch &Chi;
5815 inoremap <buffer> <silent> &Ph &Phi;
5816 inoremap <buffer> <silent> &Up &Upsilon;
5817 inoremap <buffer> <silent> &Ta &Tau;
5818 inoremap <buffer> <silent> &Si &Sigma;
5819 inoremap <buffer> <silent> &Rh &Rho;
5820 inoremap <buffer> <silent> &Pi &Pi;
5821 inoremap <buffer> <silent> &Oc &Omicron;
5822 inoremap <buffer> <silent> &Xi &Xi;
5823 inoremap <buffer> <silent> &Nu &Nu;
5824 inoremap <buffer> <silent> &Mu &Mu;
5825 inoremap <buffer> <silent> &Lm &Lambda;
5826 inoremap <buffer> <silent> &Ka &Kappa;
5827 inoremap <buffer> <silent> &Io &Iota;
5828 inoremap <buffer> <silent> &Th &Theta;
5829 inoremap <buffer> <silent> &Et &Eta;
5830 inoremap <buffer> <silent> &Ze &Zeta;
5831 inoremap <buffer> <silent> &Ep &Epsilon;
5832 inoremap <buffer> <silent> &De &Delta;
5833 inoremap <buffer> <silent> &Ga &Gamma;
5834 inoremap <buffer> <silent> &Be &Beta;
5835 inoremap <buffer> <silent> &Al &Alpha;
5836 inoremap <buffer> <silent> &3. &hellip;
5837 inoremap <buffer> <silent> &-- &mdash;
5838 inoremap <buffer> <silent> &3- &mdash;
5839 inoremap <buffer> <silent> &m- &mdash;
5840 inoremap <buffer> <silent> &2- &ndash;
5841 inoremap <buffer> <silent> &n- &ndash;
5842 inoremap <buffer> <silent> &34 &frac34;
5843 inoremap <buffer> <silent> &12 &frac12;
5844 inoremap <buffer> <silent> &14 &frac14;
5845 inoremap <buffer> <silent> &. &middot;
5846 inoremap <buffer> <silent> &pa &para;
5847 inoremap <buffer> <silent> &mi &micro;
5848 inoremap <buffer> <silent> &dg &deg;
5849 inoremap <buffer> <silent> &? &iquest;
5850 inoremap <buffer> <silent> &! &iexcl;
5851 inoremap <buffer> <silent> &sz &szlig;
5852 inoremap <buffer> <silent> &o/ &oslash;
5853 inoremap <buffer> <silent> &/ &divide;
5854 inoremap <buffer> <silent> &" &uml;
5855 inoremap <buffer> <silent> &2> &raquo;
5856 inoremap <buffer> <silent> &2< &laquo;
5857 inoremap <buffer> <silent> &y" &yuml;
5858 inoremap <buffer> <silent> &y' &yacute;
5859 inoremap <buffer> <silent> &u" &uuml;
5860 inoremap <buffer> <silent> &u^ &ucirc;
5861 inoremap <buffer> <silent> &u' &uacute;
5862 inoremap <buffer> <silent> &u` &ugrave;
5863 inoremap <buffer> <silent> &x &times;
5864 inoremap <buffer> <silent> &o" &ouml;
5865 inoremap <buffer> <silent> &o~ &otilde;
5866 inoremap <buffer> <silent> &o^ &ocirc;
5867 inoremap <buffer> <silent> &o' &oacute;
5868 inoremap <buffer> <silent> &o` &ograve;
5869 inoremap <buffer> <silent> &n~ &ntilde;
5870 inoremap <buffer> <silent> &i" &iuml;
5871 inoremap <buffer> <silent> &i^ &icirc;
5872 inoremap <buffer> <silent> &i' &iacute;
5873 inoremap <buffer> <silent> &i` &igrave;
5874 inoremap <buffer> <silent> &e" &euml;
5875 inoremap <buffer> <silent> &e^ &ecirc;
5876 inoremap <buffer> <silent> &e' &eacute;
5877 inoremap <buffer> <silent> &e` &egrave;
5878 inoremap <buffer> <silent> &c, &ccedil;
5879 inoremap <buffer> <silent> &ae &aelig;
5880 inoremap <buffer> <silent> &ao &aring;
5881 inoremap <buffer> <silent> &a" &auml;
5882 inoremap <buffer> <silent> &a~ &atilde;
5883 inoremap <buffer> <silent> &a^ &acirc;
5884 inoremap <buffer> <silent> &a' &aacute;
5885 inoremap <buffer> <silent> &a` &agrave;
5886 inoremap <buffer> <silent> &Y' &Yacute;
5887 inoremap <buffer> <silent> &U" &Uuml;
5888 inoremap <buffer> <silent> &U^ &Ucirc;
5889 inoremap <buffer> <silent> &U' &Uacute;
5890 inoremap <buffer> <silent> &U` &Ugrave;
5891 inoremap <buffer> <silent> &O/ &Oslash;
5892 inoremap <buffer> <silent> &O" &Ouml;
5893 inoremap <buffer> <silent> &O~ &Otilde;
5894 inoremap <buffer> <silent> &O^ &Ocirc;
5895 inoremap <buffer> <silent> &O' &Oacute;
5896 inoremap <buffer> <silent> &O` &Ograve;
5897 inoremap <buffer> <silent> &N~ &Ntilde;
5898 inoremap <buffer> <silent> &I" &Iuml;
5899 inoremap <buffer> <silent> &I^ &Icirc;
5900 inoremap <buffer> <silent> &I' &Iacute;
5901 inoremap <buffer> <silent> &I` &Igrave;
5902 inoremap <buffer> <silent> &E" &Euml;
5903 inoremap <buffer> <silent> &E^ &Ecirc;
5904 inoremap <buffer> <silent> &E' &Eacute;
5905 inoremap <buffer> <silent> &E` &Egrave;
5906 inoremap <buffer> <silent> &C, &Ccedil;
5907 inoremap <buffer> <silent> &AE &AElig;
5908 inoremap <buffer> <silent> &Ao &Aring;
5909 inoremap <buffer> <silent> &A" &Auml;
5910 inoremap <buffer> <silent> &A~ &Atilde;
5911 inoremap <buffer> <silent> &A^ &Acirc;
5912 inoremap <buffer> <silent> &A' &Aacute;
5913 inoremap <buffer> <silent> &A` &Agrave;
5914 inoremap <buffer> <silent> &c| &cent;
5915 inoremap <buffer> <silent> &Y= &yen;
5916 inoremap <buffer> <silent> &# &pound;
5917 inoremap <buffer> <silent> & &nbsp;
5918 inoremap <buffer> <silent> &> &gt;
5919 inoremap <buffer> <silent> &< &lt;
5920 inoremap <buffer> <silent> &' &quot;
5921 inoremap <buffer> <silent> &tm &trade;
5922 inoremap <buffer> <silent> &rO &reg;
5923 inoremap <buffer> <silent> &cO &copy;
5924 inoremap <buffer> <silent> && &amp;
5925 inoremap <buffer> <silent> ; &nbsp;
5926 inoremap <buffer> <silent> ;la <label for=""></label>F"
5927 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
5928 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
5929 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
5930 </textarea>k$5F"i
5931 inoremap <buffer> <silent> ;og <optgroup label="">
5932 </optgroup>k$F"i
5933 inoremap <buffer> <silent> ;op <option></option>F<
5934 inoremap <buffer> <silent> ;ms <select name="" multiple>
5935 </select>O
5936 inoremap <buffer> <silent> ;se <select name="">
5937 </select>O
5938 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
5939 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
5940 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
5941 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
5942 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
5943 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
5944 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
5945 inoremap <buffer> <silent> ;fm <form action="">
5946 </form>k$F"i
5947 inoremap <buffer> <silent> ;if <iframe src="">
5948 </iframe>k$F"i
5949 inoremap <buffer> <silent> ;nf <noframes>
5950 </noframes>O
5951 inoremap <buffer> <silent> ;fr <frame src="">F"
5952 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
5953 </frameset>k$3F"i
5954 inoremap <buffer> <silent> ;th <th></th>F<
5955 inoremap <buffer> <silent> ;td <td>
5956 </td>O
5957 inoremap <buffer> <silent> ;tr <tr>
5958 </tr>O
5959 inoremap <buffer> <silent> ;tf <tfoot>
5960 </tfoot>O
5961 inoremap <buffer> <silent> ;tb <tbody>
5962 </tbody>O
5963 inoremap <buffer> <silent> ;tH <thead>
5964 </thead>O
5965 inoremap <buffer> <silent> ;ta <table>
5966 </table>O
5967 inoremap <buffer> <silent> ;ca <caption></caption>F<
5968 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
5969 </object>k$5F"i
5970 inoremap <buffer> <silent> ;ns <noscript>
5971 </noscripT>O
5972 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
5973 <noembed></noembed>k$5F"i
5974 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
5975 inoremap <buffer> <silent> ;va <var></var>F<
5976 inoremap <buffer> <silent> ;ul <ul>
5977 </ul>O
5978 inoremap <buffer> <silent> ;tt <tt></tt>F<
5979 inoremap <buffer> <silent> ;ti <title></title>F<
5980 inoremap <buffer> <silent> ;sp <sup></sup>F<
5981 inoremap <buffer> <silent> ;sb <sub></sub>F<
5982 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
5983 inoremap <buffer> <silent> ;cs <style type="text/css">
5984 <!--
5985 -->
5986 </style>kO
5987 inoremap <buffer> <silent> ;sm <small></small>F<
5988 inoremap <buffer> <silent> ;sa <samp></samp>F<
5989 inoremap <buffer> <silent> ;sk <strike></strike>F<
5990 inoremap <buffer> <silent> ;qu <q></q>F<
5991 inoremap <buffer> <silent> ;pr <pre>
5992 </pre>O
5993 inoremap <buffer> <silent> ;/p </p>
5994 
5995 <p>
5996 inoremap <buffer> <silent> ;pp <p>
5997 </p>O
5998 inoremap <buffer> <silent> ;ol <ol>
5999 </ol>O
6000 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
6001 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
6002 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
6003 inoremap <buffer> <silent> ;lk <link href="">F"
6004 inoremap <buffer> <silent> ;li <li></li>F<
6005 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
6006 inoremap <buffer> <silent> ;ii <isindex>
6007 inoremap <buffer> <silent> ;in <ins></ins>F<
6008 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
6009 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
6010 inoremap <buffer> <silent> ;ht <html>
6011 </html>O
6012 inoremap <buffer> <silent> ;Hr <hr width="75%">
6013 inoremap <buffer> <silent> ;hr <hr>
6014 inoremap <buffer> <silent> ;he <head>
6015 </head>O
6016 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
6017 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
6018 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
6019 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
6020 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
6021 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
6022 inoremap <buffer> <silent> ;h6 <h6></h6>F<
6023 inoremap <buffer> <silent> ;h5 <h5></h5>F<
6024 inoremap <buffer> <silent> ;h4 <h4></h4>F<
6025 inoremap <buffer> <silent> ;h3 <h3></h3>F<
6026 inoremap <buffer> <silent> ;h2 <h2></h2>F<
6027 inoremap <buffer> <silent> ;h1 <h1></h1>F<
6028 inoremap <buffer> <silent> ;fc <font color=""></font>F"
6029 inoremap <buffer> <silent> ;fo <font size=""></font>F"
6030 inoremap <buffer> <silent> ;sn <span></span>F<
6031 inoremap <buffer> <silent> ;dv <div>
6032 </div>O
6033 inoremap <buffer> <silent> ;df <dfn></dfn>F<
6034 inoremap <buffer> <silent> ;de <del></del>F<
6035 inoremap <buffer> <silent> ;dd <dd></dd>F<
6036 inoremap <buffer> <silent> ;dt <dt></dt>F<
6037 inoremap <buffer> <silent> ;dl <dl>
6038 </dl>O
6039 inoremap <buffer> <silent> ;co <code></code>F<
6040 inoremap <buffer> <silent> ;ci <cite></cite>F<
6041 inoremap <buffer> <silent> ;ce <center></center>F<
6042 inoremap <buffer> <silent> ;br <br>
6043 inoremap <buffer> <silent> ;bd <body>
6044 </body>O
6045 inoremap <buffer> <silent> ;bl <blockquote>
6046 </blockquote>O
6047 inoremap <buffer> <silent> ;bi <big></big>F<
6048 inoremap <buffer> <silent> ;bh <base href="">F"
6049 inoremap <buffer> <silent> ;ad <address></address>F<
6050 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
6051 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
6052 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
6053 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
6054 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
6055 inoremap <buffer> <silent> ;an <a name=""></a>F"
6056 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
6057 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
6058 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
6059 inoremap <buffer> <silent> ;ah <a href=""></a>F"
6060 imap <buffer> <silent> ;s4 ;s4
6061 imap <buffer> <silent> ;4 ;4
6062 inoremap <buffer> <silent> ;mi :call MangleImageTag()
6063 inoremap <buffer> <silent> ; 
6064 inoremap <buffer> <silent> ;& &
6065 inoremap <buffer> <silent> ;; ;
6066 setlocal keymap=
6067 setlocal noarabic
6068 setlocal autoindent
6069 setlocal balloonexpr=
6070 setlocal nobinary
6071 setlocal bufhidden=
6072 setlocal buflisted
6073 setlocal buftype=
6074 setlocal nocindent
6075 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
6076 setlocal cinoptions=
6077 setlocal cinwords=if,else,while,do,for,switch
6078 setlocal colorcolumn=
6079 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
6080 setlocal commentstring=<!--%s-->
6081 setlocal complete=.,w,b,u,t,i
6082 setlocal concealcursor=
6083 setlocal conceallevel=0
6084 setlocal completefunc=
6085 setlocal nocopyindent
6086 setlocal cryptmethod=
6087 setlocal nocursorbind
6088 setlocal nocursorcolumn
6089 setlocal nocursorline
6090 setlocal define=
6091 setlocal dictionary=
6092 setlocal nodiff
6093 setlocal equalprg=
6094 setlocal errorformat=
6095 setlocal expandtab
6096 if &filetype != 'html'
6097 setlocal filetype=html
6098 endif
6099 setlocal foldcolumn=0
6100 setlocal foldenable
6101 setlocal foldexpr=0
6102 setlocal foldignore=#
6103 setlocal foldlevel=0
6104 setlocal foldmarker={{{,}}}
6105 setlocal foldmethod=manual
6106 setlocal foldminlines=1
6107 setlocal foldnestmax=20
6108 setlocal foldtext=foldtext()
6109 setlocal formatexpr=
6110 setlocal formatoptions=tcq
6111 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
6112 setlocal grepprg=
6113 setlocal iminsert=2
6114 setlocal imsearch=2
6115 setlocal include=
6116 setlocal includeexpr=
6117 setlocal indentexpr=
6118 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
6119 setlocal noinfercase
6120 setlocal iskeyword=@,48-57,_,192-255
6121 setlocal keywordprg=
6122 setlocal nolinebreak
6123 setlocal nolisp
6124 setlocal nolist
6125 setlocal makeprg=
6126 setlocal matchpairs=(:),{:},[:],<:>
6127 setlocal nomodeline
6128 setlocal modifiable
6129 setlocal nrformats=octal,hex
6130 setlocal nonumber
6131 setlocal numberwidth=4
6132 setlocal omnifunc=htmlcomplete#CompleteTags
6133 setlocal path=
6134 setlocal nopreserveindent
6135 setlocal nopreviewwindow
6136 setlocal quoteescape=\\
6137 setlocal noreadonly
6138 setlocal norelativenumber
6139 setlocal norightleft
6140 setlocal rightleftcmd=search
6141 setlocal noscrollbind
6142 setlocal shiftwidth=4
6143 setlocal noshortname
6144 setlocal nosmartindent
6145 setlocal softtabstop=0
6146 setlocal nospell
6147 setlocal spellcapcheck=
6148 setlocal spellfile=
6149 setlocal spelllang=en
6150 setlocal statusline=
6151 setlocal suffixesadd=
6152 setlocal swapfile
6153 setlocal synmaxcol=3000
6154 if &syntax != 'html'
6155 setlocal syntax=html
6156 endif
6157 setlocal tabstop=4
6158 setlocal tags=
6159 setlocal textwidth=0
6160 setlocal thesaurus=
6161 setlocal noundofile
6162 setlocal nowinfixheight
6163 setlocal nowinfixwidth
6164 setlocal wrap
6165 setlocal wrapmargin=0
6166 silent! normal! zE
6167 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
6168 if s:l < 1 | let s:l = 1 | endif
6169 exe s:l
6170 normal! zt
6171 1
6172 normal! 0
6173 tabedit recover.html
6174 set splitbelow splitright
6175 set nosplitbelow
6176 set nosplitright
6177 wincmd t
6178 set winheight=1 winwidth=1
6179 argglobal
6180 15argu
6181 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6182 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6183 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
6184 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
6185 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
6186 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
6187 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
6188 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
6189 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
6190 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
6191 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
6192 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
6193 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
6194 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
6195 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
6196 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
6197 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
6198 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
6199 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">')
6200 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">')
6201 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
6202 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
6203 nnoremap <buffer> <silent> ; 
6204 nnoremap <buffer> <silent> ;; ;
6205 vnoremap <buffer> <silent> ;; ;
6206 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
6207 inoremap <buffer> <silent> &hA &hArr;
6208 inoremap <buffer> <silent> &dA &dArr;
6209 inoremap <buffer> <silent> &rA &rArr;
6210 inoremap <buffer> <silent> &uA &uArr;
6211 inoremap <buffer> <silent> &lA &lArr;
6212 inoremap <buffer> <silent> &ha &harr;
6213 inoremap <buffer> <silent> &da &darr;
6214 inoremap <buffer> <silent> &ra &rarr;
6215 inoremap <buffer> <silent> &ua &uarr;
6216 inoremap <buffer> <silent> &la &larr;
6217 inoremap <buffer> <silent> &pv &piv;
6218 inoremap <buffer> <silent> &uh &upsih;
6219 inoremap <buffer> <silent> &ts &thetasym;
6220 inoremap <buffer> <silent> &og &omega;
6221 inoremap <buffer> <silent> &ps &psi;
6222 inoremap <buffer> <silent> &ch &chi;
6223 inoremap <buffer> <silent> &ph &phi;
6224 inoremap <buffer> <silent> &up &upsilon;
6225 inoremap <buffer> <silent> &ta &tau;
6226 inoremap <buffer> <silent> &sf &sigmaf;
6227 inoremap <buffer> <silent> &si &sigma;
6228 inoremap <buffer> <silent> &rh &rho;
6229 inoremap <buffer> <silent> &pi &pi;
6230 inoremap <buffer> <silent> &oc &omicron;
6231 inoremap <buffer> <silent> &xi &xi;
6232 inoremap <buffer> <silent> &nu &nu;
6233 inoremap <buffer> <silent> &mu &mu;
6234 inoremap <buffer> <silent> &lm &lambda;
6235 inoremap <buffer> <silent> &ka &kappa;
6236 inoremap <buffer> <silent> &io &iota;
6237 inoremap <buffer> <silent> &th &theta;
6238 inoremap <buffer> <silent> &et &eta;
6239 inoremap <buffer> <silent> &ze &zeta;
6240 inoremap <buffer> <silent> &ep &epsilon;
6241 inoremap <buffer> <silent> &de &delta;
6242 inoremap <buffer> <silent> &ga &gamma;
6243 inoremap <buffer> <silent> &be &beta;
6244 inoremap <buffer> <silent> &al &alpha;
6245 inoremap <buffer> <silent> &Ps &Psi;
6246 inoremap <buffer> <silent> &Ch &Chi;
6247 inoremap <buffer> <silent> &Ph &Phi;
6248 inoremap <buffer> <silent> &Up &Upsilon;
6249 inoremap <buffer> <silent> &Ta &Tau;
6250 inoremap <buffer> <silent> &Si &Sigma;
6251 inoremap <buffer> <silent> &Rh &Rho;
6252 inoremap <buffer> <silent> &Pi &Pi;
6253 inoremap <buffer> <silent> &Oc &Omicron;
6254 inoremap <buffer> <silent> &Xi &Xi;
6255 inoremap <buffer> <silent> &Nu &Nu;
6256 inoremap <buffer> <silent> &Mu &Mu;
6257 inoremap <buffer> <silent> &Lm &Lambda;
6258 inoremap <buffer> <silent> &Ka &Kappa;
6259 inoremap <buffer> <silent> &Io &Iota;
6260 inoremap <buffer> <silent> &Th &Theta;
6261 inoremap <buffer> <silent> &Et &Eta;
6262 inoremap <buffer> <silent> &Ze &Zeta;
6263 inoremap <buffer> <silent> &Ep &Epsilon;
6264 inoremap <buffer> <silent> &De &Delta;
6265 inoremap <buffer> <silent> &Ga &Gamma;
6266 inoremap <buffer> <silent> &Be &Beta;
6267 inoremap <buffer> <silent> &Al &Alpha;
6268 inoremap <buffer> <silent> &3. &hellip;
6269 inoremap <buffer> <silent> &-- &mdash;
6270 inoremap <buffer> <silent> &3- &mdash;
6271 inoremap <buffer> <silent> &m- &mdash;
6272 inoremap <buffer> <silent> &2- &ndash;
6273 inoremap <buffer> <silent> &n- &ndash;
6274 inoremap <buffer> <silent> &34 &frac34;
6275 inoremap <buffer> <silent> &12 &frac12;
6276 inoremap <buffer> <silent> &14 &frac14;
6277 inoremap <buffer> <silent> &. &middot;
6278 inoremap <buffer> <silent> &pa &para;
6279 inoremap <buffer> <silent> &mi &micro;
6280 inoremap <buffer> <silent> &dg &deg;
6281 inoremap <buffer> <silent> &? &iquest;
6282 inoremap <buffer> <silent> &! &iexcl;
6283 inoremap <buffer> <silent> &sz &szlig;
6284 inoremap <buffer> <silent> &o/ &oslash;
6285 inoremap <buffer> <silent> &/ &divide;
6286 inoremap <buffer> <silent> &" &uml;
6287 inoremap <buffer> <silent> &2> &raquo;
6288 inoremap <buffer> <silent> &2< &laquo;
6289 inoremap <buffer> <silent> &y" &yuml;
6290 inoremap <buffer> <silent> &y' &yacute;
6291 inoremap <buffer> <silent> &u" &uuml;
6292 inoremap <buffer> <silent> &u^ &ucirc;
6293 inoremap <buffer> <silent> &u' &uacute;
6294 inoremap <buffer> <silent> &u` &ugrave;
6295 inoremap <buffer> <silent> &x &times;
6296 inoremap <buffer> <silent> &o" &ouml;
6297 inoremap <buffer> <silent> &o~ &otilde;
6298 inoremap <buffer> <silent> &o^ &ocirc;
6299 inoremap <buffer> <silent> &o' &oacute;
6300 inoremap <buffer> <silent> &o` &ograve;
6301 inoremap <buffer> <silent> &n~ &ntilde;
6302 inoremap <buffer> <silent> &i" &iuml;
6303 inoremap <buffer> <silent> &i^ &icirc;
6304 inoremap <buffer> <silent> &i' &iacute;
6305 inoremap <buffer> <silent> &i` &igrave;
6306 inoremap <buffer> <silent> &e" &euml;
6307 inoremap <buffer> <silent> &e^ &ecirc;
6308 inoremap <buffer> <silent> &e' &eacute;
6309 inoremap <buffer> <silent> &e` &egrave;
6310 inoremap <buffer> <silent> &c, &ccedil;
6311 inoremap <buffer> <silent> &ae &aelig;
6312 inoremap <buffer> <silent> &ao &aring;
6313 inoremap <buffer> <silent> &a" &auml;
6314 inoremap <buffer> <silent> &a~ &atilde;
6315 inoremap <buffer> <silent> &a^ &acirc;
6316 inoremap <buffer> <silent> &a' &aacute;
6317 inoremap <buffer> <silent> &a` &agrave;
6318 inoremap <buffer> <silent> &Y' &Yacute;
6319 inoremap <buffer> <silent> &U" &Uuml;
6320 inoremap <buffer> <silent> &U^ &Ucirc;
6321 inoremap <buffer> <silent> &U' &Uacute;
6322 inoremap <buffer> <silent> &U` &Ugrave;
6323 inoremap <buffer> <silent> &O/ &Oslash;
6324 inoremap <buffer> <silent> &O" &Ouml;
6325 inoremap <buffer> <silent> &O~ &Otilde;
6326 inoremap <buffer> <silent> &O^ &Ocirc;
6327 inoremap <buffer> <silent> &O' &Oacute;
6328 inoremap <buffer> <silent> &O` &Ograve;
6329 inoremap <buffer> <silent> &N~ &Ntilde;
6330 inoremap <buffer> <silent> &I" &Iuml;
6331 inoremap <buffer> <silent> &I^ &Icirc;
6332 inoremap <buffer> <silent> &I' &Iacute;
6333 inoremap <buffer> <silent> &I` &Igrave;
6334 inoremap <buffer> <silent> &E" &Euml;
6335 inoremap <buffer> <silent> &E^ &Ecirc;
6336 inoremap <buffer> <silent> &E' &Eacute;
6337 inoremap <buffer> <silent> &E` &Egrave;
6338 inoremap <buffer> <silent> &C, &Ccedil;
6339 inoremap <buffer> <silent> &AE &AElig;
6340 inoremap <buffer> <silent> &Ao &Aring;
6341 inoremap <buffer> <silent> &A" &Auml;
6342 inoremap <buffer> <silent> &A~ &Atilde;
6343 inoremap <buffer> <silent> &A^ &Acirc;
6344 inoremap <buffer> <silent> &A' &Aacute;
6345 inoremap <buffer> <silent> &A` &Agrave;
6346 inoremap <buffer> <silent> &c| &cent;
6347 inoremap <buffer> <silent> &Y= &yen;
6348 inoremap <buffer> <silent> &# &pound;
6349 inoremap <buffer> <silent> & &nbsp;
6350 inoremap <buffer> <silent> &> &gt;
6351 inoremap <buffer> <silent> &< &lt;
6352 inoremap <buffer> <silent> &' &quot;
6353 inoremap <buffer> <silent> &tm &trade;
6354 inoremap <buffer> <silent> &rO &reg;
6355 inoremap <buffer> <silent> &cO &copy;
6356 inoremap <buffer> <silent> && &amp;
6357 inoremap <buffer> <silent> ; &nbsp;
6358 inoremap <buffer> <silent> ;la <label for=""></label>F"
6359 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
6360 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
6361 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
6362 </textarea>k$5F"i
6363 inoremap <buffer> <silent> ;og <optgroup label="">
6364 </optgroup>k$F"i
6365 inoremap <buffer> <silent> ;op <option></option>F<
6366 inoremap <buffer> <silent> ;ms <select name="" multiple>
6367 </select>O
6368 inoremap <buffer> <silent> ;se <select name="">
6369 </select>O
6370 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
6371 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
6372 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
6373 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
6374 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
6375 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
6376 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
6377 inoremap <buffer> <silent> ;fm <form action="">
6378 </form>k$F"i
6379 inoremap <buffer> <silent> ;if <iframe src="">
6380 </iframe>k$F"i
6381 inoremap <buffer> <silent> ;nf <noframes>
6382 </noframes>O
6383 inoremap <buffer> <silent> ;fr <frame src="">F"
6384 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
6385 </frameset>k$3F"i
6386 inoremap <buffer> <silent> ;th <th></th>F<
6387 inoremap <buffer> <silent> ;td <td>
6388 </td>O
6389 inoremap <buffer> <silent> ;tr <tr>
6390 </tr>O
6391 inoremap <buffer> <silent> ;tf <tfoot>
6392 </tfoot>O
6393 inoremap <buffer> <silent> ;tb <tbody>
6394 </tbody>O
6395 inoremap <buffer> <silent> ;tH <thead>
6396 </thead>O
6397 inoremap <buffer> <silent> ;ta <table>
6398 </table>O
6399 inoremap <buffer> <silent> ;ca <caption></caption>F<
6400 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
6401 </object>k$5F"i
6402 inoremap <buffer> <silent> ;ns <noscript>
6403 </noscripT>O
6404 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
6405 <noembed></noembed>k$5F"i
6406 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
6407 inoremap <buffer> <silent> ;va <var></var>F<
6408 inoremap <buffer> <silent> ;ul <ul>
6409 </ul>O
6410 inoremap <buffer> <silent> ;tt <tt></tt>F<
6411 inoremap <buffer> <silent> ;ti <title></title>F<
6412 inoremap <buffer> <silent> ;sp <sup></sup>F<
6413 inoremap <buffer> <silent> ;sb <sub></sub>F<
6414 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
6415 inoremap <buffer> <silent> ;cs <style type="text/css">
6416 <!--
6417 -->
6418 </style>kO
6419 inoremap <buffer> <silent> ;sm <small></small>F<
6420 inoremap <buffer> <silent> ;sa <samp></samp>F<
6421 inoremap <buffer> <silent> ;sk <strike></strike>F<
6422 inoremap <buffer> <silent> ;qu <q></q>F<
6423 inoremap <buffer> <silent> ;pr <pre>
6424 </pre>O
6425 inoremap <buffer> <silent> ;/p </p>
6426 
6427 <p>
6428 inoremap <buffer> <silent> ;pp <p>
6429 </p>O
6430 inoremap <buffer> <silent> ;ol <ol>
6431 </ol>O
6432 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
6433 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
6434 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
6435 inoremap <buffer> <silent> ;lk <link href="">F"
6436 inoremap <buffer> <silent> ;li <li></li>F<
6437 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
6438 inoremap <buffer> <silent> ;ii <isindex>
6439 inoremap <buffer> <silent> ;in <ins></ins>F<
6440 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
6441 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
6442 inoremap <buffer> <silent> ;ht <html>
6443 </html>O
6444 inoremap <buffer> <silent> ;Hr <hr width="75%">
6445 inoremap <buffer> <silent> ;hr <hr>
6446 inoremap <buffer> <silent> ;he <head>
6447 </head>O
6448 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
6449 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
6450 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
6451 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
6452 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
6453 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
6454 inoremap <buffer> <silent> ;h6 <h6></h6>F<
6455 inoremap <buffer> <silent> ;h5 <h5></h5>F<
6456 inoremap <buffer> <silent> ;h4 <h4></h4>F<
6457 inoremap <buffer> <silent> ;h3 <h3></h3>F<
6458 inoremap <buffer> <silent> ;h2 <h2></h2>F<
6459 inoremap <buffer> <silent> ;h1 <h1></h1>F<
6460 inoremap <buffer> <silent> ;fc <font color=""></font>F"
6461 inoremap <buffer> <silent> ;fo <font size=""></font>F"
6462 inoremap <buffer> <silent> ;sn <span></span>F<
6463 inoremap <buffer> <silent> ;dv <div>
6464 </div>O
6465 inoremap <buffer> <silent> ;df <dfn></dfn>F<
6466 inoremap <buffer> <silent> ;de <del></del>F<
6467 inoremap <buffer> <silent> ;dd <dd></dd>F<
6468 inoremap <buffer> <silent> ;dt <dt></dt>F<
6469 inoremap <buffer> <silent> ;dl <dl>
6470 </dl>O
6471 inoremap <buffer> <silent> ;co <code></code>F<
6472 inoremap <buffer> <silent> ;ci <cite></cite>F<
6473 inoremap <buffer> <silent> ;ce <center></center>F<
6474 inoremap <buffer> <silent> ;br <br>
6475 inoremap <buffer> <silent> ;bd <body>
6476 </body>O
6477 inoremap <buffer> <silent> ;bl <blockquote>
6478 </blockquote>O
6479 inoremap <buffer> <silent> ;bi <big></big>F<
6480 inoremap <buffer> <silent> ;bh <base href="">F"
6481 inoremap <buffer> <silent> ;ad <address></address>F<
6482 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
6483 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
6484 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
6485 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
6486 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
6487 inoremap <buffer> <silent> ;an <a name=""></a>F"
6488 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
6489 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
6490 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
6491 inoremap <buffer> <silent> ;ah <a href=""></a>F"
6492 imap <buffer> <silent> ;s4 ;s4
6493 imap <buffer> <silent> ;4 ;4
6494 inoremap <buffer> <silent> ;mi :call MangleImageTag()
6495 inoremap <buffer> <silent> ; 
6496 inoremap <buffer> <silent> ;& &
6497 inoremap <buffer> <silent> ;; ;
6498 setlocal keymap=
6499 setlocal noarabic
6500 setlocal autoindent
6501 setlocal balloonexpr=
6502 setlocal nobinary
6503 setlocal bufhidden=
6504 setlocal buflisted
6505 setlocal buftype=
6506 setlocal nocindent
6507 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
6508 setlocal cinoptions=
6509 setlocal cinwords=if,else,while,do,for,switch
6510 setlocal colorcolumn=
6511 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
6512 setlocal commentstring=<!--%s-->
6513 setlocal complete=.,w,b,u,t,i
6514 setlocal concealcursor=
6515 setlocal conceallevel=0
6516 setlocal completefunc=
6517 setlocal nocopyindent
6518 setlocal cryptmethod=
6519 setlocal nocursorbind
6520 setlocal nocursorcolumn
6521 setlocal nocursorline
6522 setlocal define=
6523 setlocal dictionary=
6524 setlocal nodiff
6525 setlocal equalprg=
6526 setlocal errorformat=
6527 setlocal expandtab
6528 if &filetype != 'html'
6529 setlocal filetype=html
6530 endif
6531 setlocal foldcolumn=0
6532 setlocal foldenable
6533 setlocal foldexpr=0
6534 setlocal foldignore=#
6535 setlocal foldlevel=0
6536 setlocal foldmarker={{{,}}}
6537 setlocal foldmethod=manual
6538 setlocal foldminlines=1
6539 setlocal foldnestmax=20
6540 setlocal foldtext=foldtext()
6541 setlocal formatexpr=
6542 setlocal formatoptions=tcq
6543 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
6544 setlocal grepprg=
6545 setlocal iminsert=2
6546 setlocal imsearch=2
6547 setlocal include=
6548 setlocal includeexpr=
6549 setlocal indentexpr=
6550 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
6551 setlocal noinfercase
6552 setlocal iskeyword=@,48-57,_,192-255
6553 setlocal keywordprg=
6554 setlocal nolinebreak
6555 setlocal nolisp
6556 setlocal nolist
6557 setlocal makeprg=
6558 setlocal matchpairs=(:),{:},[:],<:>
6559 setlocal nomodeline
6560 setlocal modifiable
6561 setlocal nrformats=octal,hex
6562 setlocal nonumber
6563 setlocal numberwidth=4
6564 setlocal omnifunc=htmlcomplete#CompleteTags
6565 setlocal path=
6566 setlocal nopreserveindent
6567 setlocal nopreviewwindow
6568 setlocal quoteescape=\\
6569 setlocal noreadonly
6570 setlocal norelativenumber
6571 setlocal norightleft
6572 setlocal rightleftcmd=search
6573 setlocal noscrollbind
6574 setlocal shiftwidth=4
6575 setlocal noshortname
6576 setlocal nosmartindent
6577 setlocal softtabstop=0
6578 setlocal nospell
6579 setlocal spellcapcheck=
6580 setlocal spellfile=
6581 setlocal spelllang=en
6582 setlocal statusline=
6583 setlocal suffixesadd=
6584 setlocal swapfile
6585 setlocal synmaxcol=3000
6586 if &syntax != 'html'
6587 setlocal syntax=html
6588 endif
6589 setlocal tabstop=4
6590 setlocal tags=
6591 setlocal textwidth=0
6592 setlocal thesaurus=
6593 setlocal noundofile
6594 setlocal nowinfixheight
6595 setlocal nowinfixwidth
6596 setlocal wrap
6597 setlocal wrapmargin=0
6598 silent! normal! zE
6599 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
6600 if s:l < 1 | let s:l = 1 | endif
6601 exe s:l
6602 normal! zt
6603 1
6604 normal! 0
6605 tabedit reloc-img.html
6606 set splitbelow splitright
6607 set nosplitbelow
6608 set nosplitright
6609 wincmd t
6610 set winheight=1 winwidth=1
6611 argglobal
6612 16argu
6613 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6614 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
6615 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
6616 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
6617 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
6618 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
6619 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
6620 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
6621 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
6622 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
6623 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
6624 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
6625 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
6626 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
6627 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
6628 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
6629 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
6630 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
6631 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">')
6632 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">')
6633 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
6634 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
6635 nnoremap <buffer> <silent> ; 
6636 nnoremap <buffer> <silent> ;; ;
6637 vnoremap <buffer> <silent> ;; ;
6638 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
6639 inoremap <buffer> <silent> &hA &hArr;
6640 inoremap <buffer> <silent> &dA &dArr;
6641 inoremap <buffer> <silent> &rA &rArr;
6642 inoremap <buffer> <silent> &uA &uArr;
6643 inoremap <buffer> <silent> &lA &lArr;
6644 inoremap <buffer> <silent> &ha &harr;
6645 inoremap <buffer> <silent> &da &darr;
6646 inoremap <buffer> <silent> &ra &rarr;
6647 inoremap <buffer> <silent> &ua &uarr;
6648 inoremap <buffer> <silent> &la &larr;
6649 inoremap <buffer> <silent> &pv &piv;
6650 inoremap <buffer> <silent> &uh &upsih;
6651 inoremap <buffer> <silent> &ts &thetasym;
6652 inoremap <buffer> <silent> &og &omega;
6653 inoremap <buffer> <silent> &ps &psi;
6654 inoremap <buffer> <silent> &ch &chi;
6655 inoremap <buffer> <silent> &ph &phi;
6656 inoremap <buffer> <silent> &up &upsilon;
6657 inoremap <buffer> <silent> &ta &tau;
6658 inoremap <buffer> <silent> &sf &sigmaf;
6659 inoremap <buffer> <silent> &si &sigma;
6660 inoremap <buffer> <silent> &rh &rho;
6661 inoremap <buffer> <silent> &pi &pi;
6662 inoremap <buffer> <silent> &oc &omicron;
6663 inoremap <buffer> <silent> &xi &xi;
6664 inoremap <buffer> <silent> &nu &nu;
6665 inoremap <buffer> <silent> &mu &mu;
6666 inoremap <buffer> <silent> &lm &lambda;
6667 inoremap <buffer> <silent> &ka &kappa;
6668 inoremap <buffer> <silent> &io &iota;
6669 inoremap <buffer> <silent> &th &theta;
6670 inoremap <buffer> <silent> &et &eta;
6671 inoremap <buffer> <silent> &ze &zeta;
6672 inoremap <buffer> <silent> &ep &epsilon;
6673 inoremap <buffer> <silent> &de &delta;
6674 inoremap <buffer> <silent> &ga &gamma;
6675 inoremap <buffer> <silent> &be &beta;
6676 inoremap <buffer> <silent> &al &alpha;
6677 inoremap <buffer> <silent> &Ps &Psi;
6678 inoremap <buffer> <silent> &Ch &Chi;
6679 inoremap <buffer> <silent> &Ph &Phi;
6680 inoremap <buffer> <silent> &Up &Upsilon;
6681 inoremap <buffer> <silent> &Ta &Tau;
6682 inoremap <buffer> <silent> &Si &Sigma;
6683 inoremap <buffer> <silent> &Rh &Rho;
6684 inoremap <buffer> <silent> &Pi &Pi;
6685 inoremap <buffer> <silent> &Oc &Omicron;
6686 inoremap <buffer> <silent> &Xi &Xi;
6687 inoremap <buffer> <silent> &Nu &Nu;
6688 inoremap <buffer> <silent> &Mu &Mu;
6689 inoremap <buffer> <silent> &Lm &Lambda;
6690 inoremap <buffer> <silent> &Ka &Kappa;
6691 inoremap <buffer> <silent> &Io &Iota;
6692 inoremap <buffer> <silent> &Th &Theta;
6693 inoremap <buffer> <silent> &Et &Eta;
6694 inoremap <buffer> <silent> &Ze &Zeta;
6695 inoremap <buffer> <silent> &Ep &Epsilon;
6696 inoremap <buffer> <silent> &De &Delta;
6697 inoremap <buffer> <silent> &Ga &Gamma;
6698 inoremap <buffer> <silent> &Be &Beta;
6699 inoremap <buffer> <silent> &Al &Alpha;
6700 inoremap <buffer> <silent> &3. &hellip;
6701 inoremap <buffer> <silent> &-- &mdash;
6702 inoremap <buffer> <silent> &3- &mdash;
6703 inoremap <buffer> <silent> &m- &mdash;
6704 inoremap <buffer> <silent> &2- &ndash;
6705 inoremap <buffer> <silent> &n- &ndash;
6706 inoremap <buffer> <silent> &34 &frac34;
6707 inoremap <buffer> <silent> &12 &frac12;
6708 inoremap <buffer> <silent> &14 &frac14;
6709 inoremap <buffer> <silent> &. &middot;
6710 inoremap <buffer> <silent> &pa &para;
6711 inoremap <buffer> <silent> &mi &micro;
6712 inoremap <buffer> <silent> &dg &deg;
6713 inoremap <buffer> <silent> &? &iquest;
6714 inoremap <buffer> <silent> &! &iexcl;
6715 inoremap <buffer> <silent> &sz &szlig;
6716 inoremap <buffer> <silent> &o/ &oslash;
6717 inoremap <buffer> <silent> &/ &divide;
6718 inoremap <buffer> <silent> &" &uml;
6719 inoremap <buffer> <silent> &2> &raquo;
6720 inoremap <buffer> <silent> &2< &laquo;
6721 inoremap <buffer> <silent> &y" &yuml;
6722 inoremap <buffer> <silent> &y' &yacute;
6723 inoremap <buffer> <silent> &u" &uuml;
6724 inoremap <buffer> <silent> &u^ &ucirc;
6725 inoremap <buffer> <silent> &u' &uacute;
6726 inoremap <buffer> <silent> &u` &ugrave;
6727 inoremap <buffer> <silent> &x &times;
6728 inoremap <buffer> <silent> &o" &ouml;
6729 inoremap <buffer> <silent> &o~ &otilde;
6730 inoremap <buffer> <silent> &o^ &ocirc;
6731 inoremap <buffer> <silent> &o' &oacute;
6732 inoremap <buffer> <silent> &o` &ograve;
6733 inoremap <buffer> <silent> &n~ &ntilde;
6734 inoremap <buffer> <silent> &i" &iuml;
6735 inoremap <buffer> <silent> &i^ &icirc;
6736 inoremap <buffer> <silent> &i' &iacute;
6737 inoremap <buffer> <silent> &i` &igrave;
6738 inoremap <buffer> <silent> &e" &euml;
6739 inoremap <buffer> <silent> &e^ &ecirc;
6740 inoremap <buffer> <silent> &e' &eacute;
6741 inoremap <buffer> <silent> &e` &egrave;
6742 inoremap <buffer> <silent> &c, &ccedil;
6743 inoremap <buffer> <silent> &ae &aelig;
6744 inoremap <buffer> <silent> &ao &aring;
6745 inoremap <buffer> <silent> &a" &auml;
6746 inoremap <buffer> <silent> &a~ &atilde;
6747 inoremap <buffer> <silent> &a^ &acirc;
6748 inoremap <buffer> <silent> &a' &aacute;
6749 inoremap <buffer> <silent> &a` &agrave;
6750 inoremap <buffer> <silent> &Y' &Yacute;
6751 inoremap <buffer> <silent> &U" &Uuml;
6752 inoremap <buffer> <silent> &U^ &Ucirc;
6753 inoremap <buffer> <silent> &U' &Uacute;
6754 inoremap <buffer> <silent> &U` &Ugrave;
6755 inoremap <buffer> <silent> &O/ &Oslash;
6756 inoremap <buffer> <silent> &O" &Ouml;
6757 inoremap <buffer> <silent> &O~ &Otilde;
6758 inoremap <buffer> <silent> &O^ &Ocirc;
6759 inoremap <buffer> <silent> &O' &Oacute;
6760 inoremap <buffer> <silent> &O` &Ograve;
6761 inoremap <buffer> <silent> &N~ &Ntilde;
6762 inoremap <buffer> <silent> &I" &Iuml;
6763 inoremap <buffer> <silent> &I^ &Icirc;
6764 inoremap <buffer> <silent> &I' &Iacute;
6765 inoremap <buffer> <silent> &I` &Igrave;
6766 inoremap <buffer> <silent> &E" &Euml;
6767 inoremap <buffer> <silent> &E^ &Ecirc;
6768 inoremap <buffer> <silent> &E' &Eacute;
6769 inoremap <buffer> <silent> &E` &Egrave;
6770 inoremap <buffer> <silent> &C, &Ccedil;
6771 inoremap <buffer> <silent> &AE &AElig;
6772 inoremap <buffer> <silent> &Ao &Aring;
6773 inoremap <buffer> <silent> &A" &Auml;
6774 inoremap <buffer> <silent> &A~ &Atilde;
6775 inoremap <buffer> <silent> &A^ &Acirc;
6776 inoremap <buffer> <silent> &A' &Aacute;
6777 inoremap <buffer> <silent> &A` &Agrave;
6778 inoremap <buffer> <silent> &c| &cent;
6779 inoremap <buffer> <silent> &Y= &yen;
6780 inoremap <buffer> <silent> &# &pound;
6781 inoremap <buffer> <silent> & &nbsp;
6782 inoremap <buffer> <silent> &> &gt;
6783 inoremap <buffer> <silent> &< &lt;
6784 inoremap <buffer> <silent> &' &quot;
6785 inoremap <buffer> <silent> &tm &trade;
6786 inoremap <buffer> <silent> &rO &reg;
6787 inoremap <buffer> <silent> &cO &copy;
6788 inoremap <buffer> <silent> && &amp;
6789 inoremap <buffer> <silent> ; &nbsp;
6790 inoremap <buffer> <silent> ;la <label for=""></label>F"
6791 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
6792 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
6793 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
6794 </textarea>k$5F"i
6795 inoremap <buffer> <silent> ;og <optgroup label="">
6796 </optgroup>k$F"i
6797 inoremap <buffer> <silent> ;op <option></option>F<
6798 inoremap <buffer> <silent> ;ms <select name="" multiple>
6799 </select>O
6800 inoremap <buffer> <silent> ;se <select name="">
6801 </select>O
6802 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
6803 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
6804 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
6805 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
6806 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
6807 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
6808 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
6809 inoremap <buffer> <silent> ;fm <form action="">
6810 </form>k$F"i
6811 inoremap <buffer> <silent> ;if <iframe src="">
6812 </iframe>k$F"i
6813 inoremap <buffer> <silent> ;nf <noframes>
6814 </noframes>O
6815 inoremap <buffer> <silent> ;fr <frame src="">F"
6816 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
6817 </frameset>k$3F"i
6818 inoremap <buffer> <silent> ;th <th></th>F<
6819 inoremap <buffer> <silent> ;td <td>
6820 </td>O
6821 inoremap <buffer> <silent> ;tr <tr>
6822 </tr>O
6823 inoremap <buffer> <silent> ;tf <tfoot>
6824 </tfoot>O
6825 inoremap <buffer> <silent> ;tb <tbody>
6826 </tbody>O
6827 inoremap <buffer> <silent> ;tH <thead>
6828 </thead>O
6829 inoremap <buffer> <silent> ;ta <table>
6830 </table>O
6831 inoremap <buffer> <silent> ;ca <caption></caption>F<
6832 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
6833 </object>k$5F"i
6834 inoremap <buffer> <silent> ;ns <noscript>
6835 </noscripT>O
6836 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
6837 <noembed></noembed>k$5F"i
6838 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
6839 inoremap <buffer> <silent> ;va <var></var>F<
6840 inoremap <buffer> <silent> ;ul <ul>
6841 </ul>O
6842 inoremap <buffer> <silent> ;tt <tt></tt>F<
6843 inoremap <buffer> <silent> ;ti <title></title>F<
6844 inoremap <buffer> <silent> ;sp <sup></sup>F<
6845 inoremap <buffer> <silent> ;sb <sub></sub>F<
6846 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
6847 inoremap <buffer> <silent> ;cs <style type="text/css">
6848 <!--
6849 -->
6850 </style>kO
6851 inoremap <buffer> <silent> ;sm <small></small>F<
6852 inoremap <buffer> <silent> ;sa <samp></samp>F<
6853 inoremap <buffer> <silent> ;sk <strike></strike>F<
6854 inoremap <buffer> <silent> ;qu <q></q>F<
6855 inoremap <buffer> <silent> ;pr <pre>
6856 </pre>O
6857 inoremap <buffer> <silent> ;/p </p>
6858 
6859 <p>
6860 inoremap <buffer> <silent> ;pp <p>
6861 </p>O
6862 inoremap <buffer> <silent> ;ol <ol>
6863 </ol>O
6864 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
6865 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
6866 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
6867 inoremap <buffer> <silent> ;lk <link href="">F"
6868 inoremap <buffer> <silent> ;li <li></li>F<
6869 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
6870 inoremap <buffer> <silent> ;ii <isindex>
6871 inoremap <buffer> <silent> ;in <ins></ins>F<
6872 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
6873 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
6874 inoremap <buffer> <silent> ;ht <html>
6875 </html>O
6876 inoremap <buffer> <silent> ;Hr <hr width="75%">
6877 inoremap <buffer> <silent> ;hr <hr>
6878 inoremap <buffer> <silent> ;he <head>
6879 </head>O
6880 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
6881 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
6882 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
6883 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
6884 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
6885 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
6886 inoremap <buffer> <silent> ;h6 <h6></h6>F<
6887 inoremap <buffer> <silent> ;h5 <h5></h5>F<
6888 inoremap <buffer> <silent> ;h4 <h4></h4>F<
6889 inoremap <buffer> <silent> ;h3 <h3></h3>F<
6890 inoremap <buffer> <silent> ;h2 <h2></h2>F<
6891 inoremap <buffer> <silent> ;h1 <h1></h1>F<
6892 inoremap <buffer> <silent> ;fc <font color=""></font>F"
6893 inoremap <buffer> <silent> ;fo <font size=""></font>F"
6894 inoremap <buffer> <silent> ;sn <span></span>F<
6895 inoremap <buffer> <silent> ;dv <div>
6896 </div>O
6897 inoremap <buffer> <silent> ;df <dfn></dfn>F<
6898 inoremap <buffer> <silent> ;de <del></del>F<
6899 inoremap <buffer> <silent> ;dd <dd></dd>F<
6900 inoremap <buffer> <silent> ;dt <dt></dt>F<
6901 inoremap <buffer> <silent> ;dl <dl>
6902 </dl>O
6903 inoremap <buffer> <silent> ;co <code></code>F<
6904 inoremap <buffer> <silent> ;ci <cite></cite>F<
6905 inoremap <buffer> <silent> ;ce <center></center>F<
6906 inoremap <buffer> <silent> ;br <br>
6907 inoremap <buffer> <silent> ;bd <body>
6908 </body>O
6909 inoremap <buffer> <silent> ;bl <blockquote>
6910 </blockquote>O
6911 inoremap <buffer> <silent> ;bi <big></big>F<
6912 inoremap <buffer> <silent> ;bh <base href="">F"
6913 inoremap <buffer> <silent> ;ad <address></address>F<
6914 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
6915 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
6916 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
6917 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
6918 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
6919 inoremap <buffer> <silent> ;an <a name=""></a>F"
6920 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
6921 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
6922 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
6923 inoremap <buffer> <silent> ;ah <a href=""></a>F"
6924 imap <buffer> <silent> ;s4 ;s4
6925 imap <buffer> <silent> ;4 ;4
6926 inoremap <buffer> <silent> ;mi :call MangleImageTag()
6927 inoremap <buffer> <silent> ; 
6928 inoremap <buffer> <silent> ;& &
6929 inoremap <buffer> <silent> ;; ;
6930 setlocal keymap=
6931 setlocal noarabic
6932 setlocal autoindent
6933 setlocal balloonexpr=
6934 setlocal nobinary
6935 setlocal bufhidden=
6936 setlocal buflisted
6937 setlocal buftype=
6938 setlocal nocindent
6939 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
6940 setlocal cinoptions=
6941 setlocal cinwords=if,else,while,do,for,switch
6942 setlocal colorcolumn=
6943 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
6944 setlocal commentstring=<!--%s-->
6945 setlocal complete=.,w,b,u,t,i
6946 setlocal concealcursor=
6947 setlocal conceallevel=0
6948 setlocal completefunc=
6949 setlocal nocopyindent
6950 setlocal cryptmethod=
6951 setlocal nocursorbind
6952 setlocal nocursorcolumn
6953 setlocal nocursorline
6954 setlocal define=
6955 setlocal dictionary=
6956 setlocal nodiff
6957 setlocal equalprg=
6958 setlocal errorformat=
6959 setlocal expandtab
6960 if &filetype != 'html'
6961 setlocal filetype=html
6962 endif
6963 setlocal foldcolumn=0
6964 setlocal foldenable
6965 setlocal foldexpr=0
6966 setlocal foldignore=#
6967 setlocal foldlevel=0
6968 setlocal foldmarker={{{,}}}
6969 setlocal foldmethod=manual
6970 setlocal foldminlines=1
6971 setlocal foldnestmax=20
6972 setlocal foldtext=foldtext()
6973 setlocal formatexpr=
6974 setlocal formatoptions=tcq
6975 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
6976 setlocal grepprg=
6977 setlocal iminsert=2
6978 setlocal imsearch=2
6979 setlocal include=
6980 setlocal includeexpr=
6981 setlocal indentexpr=
6982 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
6983 setlocal noinfercase
6984 setlocal iskeyword=@,48-57,_,192-255
6985 setlocal keywordprg=
6986 setlocal nolinebreak
6987 setlocal nolisp
6988 setlocal nolist
6989 setlocal makeprg=
6990 setlocal matchpairs=(:),{:},[:],<:>
6991 setlocal nomodeline
6992 setlocal modifiable
6993 setlocal nrformats=octal,hex
6994 setlocal nonumber
6995 setlocal numberwidth=4
6996 setlocal omnifunc=htmlcomplete#CompleteTags
6997 setlocal path=
6998 setlocal nopreserveindent
6999 setlocal nopreviewwindow
7000 setlocal quoteescape=\\
7001 setlocal noreadonly
7002 setlocal norelativenumber
7003 setlocal norightleft
7004 setlocal rightleftcmd=search
7005 setlocal noscrollbind
7006 setlocal shiftwidth=4
7007 setlocal noshortname
7008 setlocal nosmartindent
7009 setlocal softtabstop=0
7010 setlocal nospell
7011 setlocal spellcapcheck=
7012 setlocal spellfile=
7013 setlocal spelllang=en
7014 setlocal statusline=
7015 setlocal suffixesadd=
7016 setlocal swapfile
7017 setlocal synmaxcol=3000
7018 if &syntax != 'html'
7019 setlocal syntax=html
7020 endif
7021 setlocal tabstop=4
7022 setlocal tags=
7023 setlocal textwidth=0
7024 setlocal thesaurus=
7025 setlocal noundofile
7026 setlocal nowinfixheight
7027 setlocal nowinfixwidth
7028 setlocal wrap
7029 setlocal wrapmargin=0
7030 silent! normal! zE
7031 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
7032 if s:l < 1 | let s:l = 1 | endif
7033 exe s:l
7034 normal! zt
7035 1
7036 normal! 0
7037 tabedit restoration.html
7038 set splitbelow splitright
7039 set nosplitbelow
7040 set nosplitright
7041 wincmd t
7042 set winheight=1 winwidth=1
7043 argglobal
7044 17argu
7045 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
7046 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
7047 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
7048 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
7049 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
7050 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
7051 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
7052 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
7053 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
7054 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
7055 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
7056 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
7057 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
7058 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
7059 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
7060 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
7061 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
7062 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
7063 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">')
7064 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">')
7065 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
7066 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
7067 nnoremap <buffer> <silent> ; 
7068 nnoremap <buffer> <silent> ;; ;
7069 vnoremap <buffer> <silent> ;; ;
7070 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
7071 inoremap <buffer> <silent> &hA &hArr;
7072 inoremap <buffer> <silent> &dA &dArr;
7073 inoremap <buffer> <silent> &rA &rArr;
7074 inoremap <buffer> <silent> &uA &uArr;
7075 inoremap <buffer> <silent> &lA &lArr;
7076 inoremap <buffer> <silent> &ha &harr;
7077 inoremap <buffer> <silent> &da &darr;
7078 inoremap <buffer> <silent> &ra &rarr;
7079 inoremap <buffer> <silent> &ua &uarr;
7080 inoremap <buffer> <silent> &la &larr;
7081 inoremap <buffer> <silent> &pv &piv;
7082 inoremap <buffer> <silent> &uh &upsih;
7083 inoremap <buffer> <silent> &ts &thetasym;
7084 inoremap <buffer> <silent> &og &omega;
7085 inoremap <buffer> <silent> &ps &psi;
7086 inoremap <buffer> <silent> &ch &chi;
7087 inoremap <buffer> <silent> &ph &phi;
7088 inoremap <buffer> <silent> &up &upsilon;
7089 inoremap <buffer> <silent> &ta &tau;
7090 inoremap <buffer> <silent> &sf &sigmaf;
7091 inoremap <buffer> <silent> &si &sigma;
7092 inoremap <buffer> <silent> &rh &rho;
7093 inoremap <buffer> <silent> &pi &pi;
7094 inoremap <buffer> <silent> &oc &omicron;
7095 inoremap <buffer> <silent> &xi &xi;
7096 inoremap <buffer> <silent> &nu &nu;
7097 inoremap <buffer> <silent> &mu &mu;
7098 inoremap <buffer> <silent> &lm &lambda;
7099 inoremap <buffer> <silent> &ka &kappa;
7100 inoremap <buffer> <silent> &io &iota;
7101 inoremap <buffer> <silent> &th &theta;
7102 inoremap <buffer> <silent> &et &eta;
7103 inoremap <buffer> <silent> &ze &zeta;
7104 inoremap <buffer> <silent> &ep &epsilon;
7105 inoremap <buffer> <silent> &de &delta;
7106 inoremap <buffer> <silent> &ga &gamma;
7107 inoremap <buffer> <silent> &be &beta;
7108 inoremap <buffer> <silent> &al &alpha;
7109 inoremap <buffer> <silent> &Ps &Psi;
7110 inoremap <buffer> <silent> &Ch &Chi;
7111 inoremap <buffer> <silent> &Ph &Phi;
7112 inoremap <buffer> <silent> &Up &Upsilon;
7113 inoremap <buffer> <silent> &Ta &Tau;
7114 inoremap <buffer> <silent> &Si &Sigma;
7115 inoremap <buffer> <silent> &Rh &Rho;
7116 inoremap <buffer> <silent> &Pi &Pi;
7117 inoremap <buffer> <silent> &Oc &Omicron;
7118 inoremap <buffer> <silent> &Xi &Xi;
7119 inoremap <buffer> <silent> &Nu &Nu;
7120 inoremap <buffer> <silent> &Mu &Mu;
7121 inoremap <buffer> <silent> &Lm &Lambda;
7122 inoremap <buffer> <silent> &Ka &Kappa;
7123 inoremap <buffer> <silent> &Io &Iota;
7124 inoremap <buffer> <silent> &Th &Theta;
7125 inoremap <buffer> <silent> &Et &Eta;
7126 inoremap <buffer> <silent> &Ze &Zeta;
7127 inoremap <buffer> <silent> &Ep &Epsilon;
7128 inoremap <buffer> <silent> &De &Delta;
7129 inoremap <buffer> <silent> &Ga &Gamma;
7130 inoremap <buffer> <silent> &Be &Beta;
7131 inoremap <buffer> <silent> &Al &Alpha;
7132 inoremap <buffer> <silent> &3. &hellip;
7133 inoremap <buffer> <silent> &-- &mdash;
7134 inoremap <buffer> <silent> &3- &mdash;
7135 inoremap <buffer> <silent> &m- &mdash;
7136 inoremap <buffer> <silent> &2- &ndash;
7137 inoremap <buffer> <silent> &n- &ndash;
7138 inoremap <buffer> <silent> &34 &frac34;
7139 inoremap <buffer> <silent> &12 &frac12;
7140 inoremap <buffer> <silent> &14 &frac14;
7141 inoremap <buffer> <silent> &. &middot;
7142 inoremap <buffer> <silent> &pa &para;
7143 inoremap <buffer> <silent> &mi &micro;
7144 inoremap <buffer> <silent> &dg &deg;
7145 inoremap <buffer> <silent> &? &iquest;
7146 inoremap <buffer> <silent> &! &iexcl;
7147 inoremap <buffer> <silent> &sz &szlig;
7148 inoremap <buffer> <silent> &o/ &oslash;
7149 inoremap <buffer> <silent> &/ &divide;
7150 inoremap <buffer> <silent> &" &uml;
7151 inoremap <buffer> <silent> &2> &raquo;
7152 inoremap <buffer> <silent> &2< &laquo;
7153 inoremap <buffer> <silent> &y" &yuml;
7154 inoremap <buffer> <silent> &y' &yacute;
7155 inoremap <buffer> <silent> &u" &uuml;
7156 inoremap <buffer> <silent> &u^ &ucirc;
7157 inoremap <buffer> <silent> &u' &uacute;
7158 inoremap <buffer> <silent> &u` &ugrave;
7159 inoremap <buffer> <silent> &x &times;
7160 inoremap <buffer> <silent> &o" &ouml;
7161 inoremap <buffer> <silent> &o~ &otilde;
7162 inoremap <buffer> <silent> &o^ &ocirc;
7163 inoremap <buffer> <silent> &o' &oacute;
7164 inoremap <buffer> <silent> &o` &ograve;
7165 inoremap <buffer> <silent> &n~ &ntilde;
7166 inoremap <buffer> <silent> &i" &iuml;
7167 inoremap <buffer> <silent> &i^ &icirc;
7168 inoremap <buffer> <silent> &i' &iacute;
7169 inoremap <buffer> <silent> &i` &igrave;
7170 inoremap <buffer> <silent> &e" &euml;
7171 inoremap <buffer> <silent> &e^ &ecirc;
7172 inoremap <buffer> <silent> &e' &eacute;
7173 inoremap <buffer> <silent> &e` &egrave;
7174 inoremap <buffer> <silent> &c, &ccedil;
7175 inoremap <buffer> <silent> &ae &aelig;
7176 inoremap <buffer> <silent> &ao &aring;
7177 inoremap <buffer> <silent> &a" &auml;
7178 inoremap <buffer> <silent> &a~ &atilde;
7179 inoremap <buffer> <silent> &a^ &acirc;
7180 inoremap <buffer> <silent> &a' &aacute;
7181 inoremap <buffer> <silent> &a` &agrave;
7182 inoremap <buffer> <silent> &Y' &Yacute;
7183 inoremap <buffer> <silent> &U" &Uuml;
7184 inoremap <buffer> <silent> &U^ &Ucirc;
7185 inoremap <buffer> <silent> &U' &Uacute;
7186 inoremap <buffer> <silent> &U` &Ugrave;
7187 inoremap <buffer> <silent> &O/ &Oslash;
7188 inoremap <buffer> <silent> &O" &Ouml;
7189 inoremap <buffer> <silent> &O~ &Otilde;
7190 inoremap <buffer> <silent> &O^ &Ocirc;
7191 inoremap <buffer> <silent> &O' &Oacute;
7192 inoremap <buffer> <silent> &O` &Ograve;
7193 inoremap <buffer> <silent> &N~ &Ntilde;
7194 inoremap <buffer> <silent> &I" &Iuml;
7195 inoremap <buffer> <silent> &I^ &Icirc;
7196 inoremap <buffer> <silent> &I' &Iacute;
7197 inoremap <buffer> <silent> &I` &Igrave;
7198 inoremap <buffer> <silent> &E" &Euml;
7199 inoremap <buffer> <silent> &E^ &Ecirc;
7200 inoremap <buffer> <silent> &E' &Eacute;
7201 inoremap <buffer> <silent> &E` &Egrave;
7202 inoremap <buffer> <silent> &C, &Ccedil;
7203 inoremap <buffer> <silent> &AE &AElig;
7204 inoremap <buffer> <silent> &Ao &Aring;
7205 inoremap <buffer> <silent> &A" &Auml;
7206 inoremap <buffer> <silent> &A~ &Atilde;
7207 inoremap <buffer> <silent> &A^ &Acirc;
7208 inoremap <buffer> <silent> &A' &Aacute;
7209 inoremap <buffer> <silent> &A` &Agrave;
7210 inoremap <buffer> <silent> &c| &cent;
7211 inoremap <buffer> <silent> &Y= &yen;
7212 inoremap <buffer> <silent> &# &pound;
7213 inoremap <buffer> <silent> & &nbsp;
7214 inoremap <buffer> <silent> &> &gt;
7215 inoremap <buffer> <silent> &< &lt;
7216 inoremap <buffer> <silent> &' &quot;
7217 inoremap <buffer> <silent> &tm &trade;
7218 inoremap <buffer> <silent> &rO &reg;
7219 inoremap <buffer> <silent> &cO &copy;
7220 inoremap <buffer> <silent> && &amp;
7221 inoremap <buffer> <silent> ; &nbsp;
7222 inoremap <buffer> <silent> ;la <label for=""></label>F"
7223 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
7224 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
7225 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
7226 </textarea>k$5F"i
7227 inoremap <buffer> <silent> ;og <optgroup label="">
7228 </optgroup>k$F"i
7229 inoremap <buffer> <silent> ;op <option></option>F<
7230 inoremap <buffer> <silent> ;ms <select name="" multiple>
7231 </select>O
7232 inoremap <buffer> <silent> ;se <select name="">
7233 </select>O
7234 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
7235 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
7236 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
7237 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
7238 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
7239 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
7240 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
7241 inoremap <buffer> <silent> ;fm <form action="">
7242 </form>k$F"i
7243 inoremap <buffer> <silent> ;if <iframe src="">
7244 </iframe>k$F"i
7245 inoremap <buffer> <silent> ;nf <noframes>
7246 </noframes>O
7247 inoremap <buffer> <silent> ;fr <frame src="">F"
7248 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
7249 </frameset>k$3F"i
7250 inoremap <buffer> <silent> ;th <th></th>F<
7251 inoremap <buffer> <silent> ;td <td>
7252 </td>O
7253 inoremap <buffer> <silent> ;tr <tr>
7254 </tr>O
7255 inoremap <buffer> <silent> ;tf <tfoot>
7256 </tfoot>O
7257 inoremap <buffer> <silent> ;tb <tbody>
7258 </tbody>O
7259 inoremap <buffer> <silent> ;tH <thead>
7260 </thead>O
7261 inoremap <buffer> <silent> ;ta <table>
7262 </table>O
7263 inoremap <buffer> <silent> ;ca <caption></caption>F<
7264 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
7265 </object>k$5F"i
7266 inoremap <buffer> <silent> ;ns <noscript>
7267 </noscripT>O
7268 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
7269 <noembed></noembed>k$5F"i
7270 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
7271 inoremap <buffer> <silent> ;va <var></var>F<
7272 inoremap <buffer> <silent> ;ul <ul>
7273 </ul>O
7274 inoremap <buffer> <silent> ;tt <tt></tt>F<
7275 inoremap <buffer> <silent> ;ti <title></title>F<
7276 inoremap <buffer> <silent> ;sp <sup></sup>F<
7277 inoremap <buffer> <silent> ;sb <sub></sub>F<
7278 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
7279 inoremap <buffer> <silent> ;cs <style type="text/css">
7280 <!--
7281 -->
7282 </style>kO
7283 inoremap <buffer> <silent> ;sm <small></small>F<
7284 inoremap <buffer> <silent> ;sa <samp></samp>F<
7285 inoremap <buffer> <silent> ;sk <strike></strike>F<
7286 inoremap <buffer> <silent> ;qu <q></q>F<
7287 inoremap <buffer> <silent> ;pr <pre>
7288 </pre>O
7289 inoremap <buffer> <silent> ;/p </p>
7290 
7291 <p>
7292 inoremap <buffer> <silent> ;pp <p>
7293 </p>O
7294 inoremap <buffer> <silent> ;ol <ol>
7295 </ol>O
7296 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
7297 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
7298 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
7299 inoremap <buffer> <silent> ;lk <link href="">F"
7300 inoremap <buffer> <silent> ;li <li></li>F<
7301 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
7302 inoremap <buffer> <silent> ;ii <isindex>
7303 inoremap <buffer> <silent> ;in <ins></ins>F<
7304 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
7305 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
7306 inoremap <buffer> <silent> ;ht <html>
7307 </html>O
7308 inoremap <buffer> <silent> ;Hr <hr width="75%">
7309 inoremap <buffer> <silent> ;hr <hr>
7310 inoremap <buffer> <silent> ;he <head>
7311 </head>O
7312 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
7313 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
7314 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
7315 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
7316 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
7317 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
7318 inoremap <buffer> <silent> ;h6 <h6></h6>F<
7319 inoremap <buffer> <silent> ;h5 <h5></h5>F<
7320 inoremap <buffer> <silent> ;h4 <h4></h4>F<
7321 inoremap <buffer> <silent> ;h3 <h3></h3>F<
7322 inoremap <buffer> <silent> ;h2 <h2></h2>F<
7323 inoremap <buffer> <silent> ;h1 <h1></h1>F<
7324 inoremap <buffer> <silent> ;fc <font color=""></font>F"
7325 inoremap <buffer> <silent> ;fo <font size=""></font>F"
7326 inoremap <buffer> <silent> ;sn <span></span>F<
7327 inoremap <buffer> <silent> ;dv <div>
7328 </div>O
7329 inoremap <buffer> <silent> ;df <dfn></dfn>F<
7330 inoremap <buffer> <silent> ;de <del></del>F<
7331 inoremap <buffer> <silent> ;dd <dd></dd>F<
7332 inoremap <buffer> <silent> ;dt <dt></dt>F<
7333 inoremap <buffer> <silent> ;dl <dl>
7334 </dl>O
7335 inoremap <buffer> <silent> ;co <code></code>F<
7336 inoremap <buffer> <silent> ;ci <cite></cite>F<
7337 inoremap <buffer> <silent> ;ce <center></center>F<
7338 inoremap <buffer> <silent> ;br <br>
7339 inoremap <buffer> <silent> ;bd <body>
7340 </body>O
7341 inoremap <buffer> <silent> ;bl <blockquote>
7342 </blockquote>O
7343 inoremap <buffer> <silent> ;bi <big></big>F<
7344 inoremap <buffer> <silent> ;bh <base href="">F"
7345 inoremap <buffer> <silent> ;ad <address></address>F<
7346 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
7347 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
7348 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
7349 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
7350 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
7351 inoremap <buffer> <silent> ;an <a name=""></a>F"
7352 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
7353 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
7354 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
7355 inoremap <buffer> <silent> ;ah <a href=""></a>F"
7356 imap <buffer> <silent> ;s4 ;s4
7357 imap <buffer> <silent> ;4 ;4
7358 inoremap <buffer> <silent> ;mi :call MangleImageTag()
7359 inoremap <buffer> <silent> ; 
7360 inoremap <buffer> <silent> ;& &
7361 inoremap <buffer> <silent> ;; ;
7362 setlocal keymap=
7363 setlocal noarabic
7364 setlocal autoindent
7365 setlocal balloonexpr=
7366 setlocal nobinary
7367 setlocal bufhidden=
7368 setlocal buflisted
7369 setlocal buftype=
7370 setlocal nocindent
7371 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
7372 setlocal cinoptions=
7373 setlocal cinwords=if,else,while,do,for,switch
7374 setlocal colorcolumn=
7375 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
7376 setlocal commentstring=<!--%s-->
7377 setlocal complete=.,w,b,u,t,i
7378 setlocal concealcursor=
7379 setlocal conceallevel=0
7380 setlocal completefunc=
7381 setlocal nocopyindent
7382 setlocal cryptmethod=
7383 setlocal nocursorbind
7384 setlocal nocursorcolumn
7385 setlocal nocursorline
7386 setlocal define=
7387 setlocal dictionary=
7388 setlocal nodiff
7389 setlocal equalprg=
7390 setlocal errorformat=
7391 setlocal expandtab
7392 if &filetype != 'html'
7393 setlocal filetype=html
7394 endif
7395 setlocal foldcolumn=0
7396 setlocal foldenable
7397 setlocal foldexpr=0
7398 setlocal foldignore=#
7399 setlocal foldlevel=0
7400 setlocal foldmarker={{{,}}}
7401 setlocal foldmethod=manual
7402 setlocal foldminlines=1
7403 setlocal foldnestmax=20
7404 setlocal foldtext=foldtext()
7405 setlocal formatexpr=
7406 setlocal formatoptions=tcq
7407 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
7408 setlocal grepprg=
7409 setlocal iminsert=2
7410 setlocal imsearch=2
7411 setlocal include=
7412 setlocal includeexpr=
7413 setlocal indentexpr=
7414 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
7415 setlocal noinfercase
7416 setlocal iskeyword=@,48-57,_,192-255
7417 setlocal keywordprg=
7418 setlocal nolinebreak
7419 setlocal nolisp
7420 setlocal nolist
7421 setlocal makeprg=
7422 setlocal matchpairs=(:),{:},[:],<:>
7423 setlocal nomodeline
7424 setlocal modifiable
7425 setlocal nrformats=octal,hex
7426 setlocal nonumber
7427 setlocal numberwidth=4
7428 setlocal omnifunc=htmlcomplete#CompleteTags
7429 setlocal path=
7430 setlocal nopreserveindent
7431 setlocal nopreviewwindow
7432 setlocal quoteescape=\\
7433 setlocal noreadonly
7434 setlocal norelativenumber
7435 setlocal norightleft
7436 setlocal rightleftcmd=search
7437 setlocal noscrollbind
7438 setlocal shiftwidth=4
7439 setlocal noshortname
7440 setlocal nosmartindent
7441 setlocal softtabstop=0
7442 setlocal nospell
7443 setlocal spellcapcheck=
7444 setlocal spellfile=
7445 setlocal spelllang=en
7446 setlocal statusline=
7447 setlocal suffixesadd=
7448 setlocal swapfile
7449 setlocal synmaxcol=3000
7450 if &syntax != 'html'
7451 setlocal syntax=html
7452 endif
7453 setlocal tabstop=4
7454 setlocal tags=
7455 setlocal textwidth=0
7456 setlocal thesaurus=
7457 setlocal noundofile
7458 setlocal nowinfixheight
7459 setlocal nowinfixwidth
7460 setlocal wrap
7461 setlocal wrapmargin=0
7462 silent! normal! zE
7463 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
7464 if s:l < 1 | let s:l = 1 | endif
7465 exe s:l
7466 normal! zt
7467 1
7468 normal! 0
7469 tabedit restore-burn.html
7470 set splitbelow splitright
7471 set nosplitbelow
7472 set nosplitright
7473 wincmd t
7474 set winheight=1 winwidth=1
7475 argglobal
7476 18argu
7477 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
7478 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
7479 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
7480 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
7481 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
7482 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
7483 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
7484 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
7485 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
7486 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
7487 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
7488 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
7489 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
7490 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
7491 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
7492 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
7493 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
7494 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
7495 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">')
7496 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">')
7497 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
7498 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
7499 nnoremap <buffer> <silent> ; 
7500 nnoremap <buffer> <silent> ;; ;
7501 vnoremap <buffer> <silent> ;; ;
7502 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
7503 inoremap <buffer> <silent> &hA &hArr;
7504 inoremap <buffer> <silent> &dA &dArr;
7505 inoremap <buffer> <silent> &rA &rArr;
7506 inoremap <buffer> <silent> &uA &uArr;
7507 inoremap <buffer> <silent> &lA &lArr;
7508 inoremap <buffer> <silent> &ha &harr;
7509 inoremap <buffer> <silent> &da &darr;
7510 inoremap <buffer> <silent> &ra &rarr;
7511 inoremap <buffer> <silent> &ua &uarr;
7512 inoremap <buffer> <silent> &la &larr;
7513 inoremap <buffer> <silent> &pv &piv;
7514 inoremap <buffer> <silent> &uh &upsih;
7515 inoremap <buffer> <silent> &ts &thetasym;
7516 inoremap <buffer> <silent> &og &omega;
7517 inoremap <buffer> <silent> &ps &psi;
7518 inoremap <buffer> <silent> &ch &chi;
7519 inoremap <buffer> <silent> &ph &phi;
7520 inoremap <buffer> <silent> &up &upsilon;
7521 inoremap <buffer> <silent> &ta &tau;
7522 inoremap <buffer> <silent> &sf &sigmaf;
7523 inoremap <buffer> <silent> &si &sigma;
7524 inoremap <buffer> <silent> &rh &rho;
7525 inoremap <buffer> <silent> &pi &pi;
7526 inoremap <buffer> <silent> &oc &omicron;
7527 inoremap <buffer> <silent> &xi &xi;
7528 inoremap <buffer> <silent> &nu &nu;
7529 inoremap <buffer> <silent> &mu &mu;
7530 inoremap <buffer> <silent> &lm &lambda;
7531 inoremap <buffer> <silent> &ka &kappa;
7532 inoremap <buffer> <silent> &io &iota;
7533 inoremap <buffer> <silent> &th &theta;
7534 inoremap <buffer> <silent> &et &eta;
7535 inoremap <buffer> <silent> &ze &zeta;
7536 inoremap <buffer> <silent> &ep &epsilon;
7537 inoremap <buffer> <silent> &de &delta;
7538 inoremap <buffer> <silent> &ga &gamma;
7539 inoremap <buffer> <silent> &be &beta;
7540 inoremap <buffer> <silent> &al &alpha;
7541 inoremap <buffer> <silent> &Ps &Psi;
7542 inoremap <buffer> <silent> &Ch &Chi;
7543 inoremap <buffer> <silent> &Ph &Phi;
7544 inoremap <buffer> <silent> &Up &Upsilon;
7545 inoremap <buffer> <silent> &Ta &Tau;
7546 inoremap <buffer> <silent> &Si &Sigma;
7547 inoremap <buffer> <silent> &Rh &Rho;
7548 inoremap <buffer> <silent> &Pi &Pi;
7549 inoremap <buffer> <silent> &Oc &Omicron;
7550 inoremap <buffer> <silent> &Xi &Xi;
7551 inoremap <buffer> <silent> &Nu &Nu;
7552 inoremap <buffer> <silent> &Mu &Mu;
7553 inoremap <buffer> <silent> &Lm &Lambda;
7554 inoremap <buffer> <silent> &Ka &Kappa;
7555 inoremap <buffer> <silent> &Io &Iota;
7556 inoremap <buffer> <silent> &Th &Theta;
7557 inoremap <buffer> <silent> &Et &Eta;
7558 inoremap <buffer> <silent> &Ze &Zeta;
7559 inoremap <buffer> <silent> &Ep &Epsilon;
7560 inoremap <buffer> <silent> &De &Delta;
7561 inoremap <buffer> <silent> &Ga &Gamma;
7562 inoremap <buffer> <silent> &Be &Beta;
7563 inoremap <buffer> <silent> &Al &Alpha;
7564 inoremap <buffer> <silent> &3. &hellip;
7565 inoremap <buffer> <silent> &-- &mdash;
7566 inoremap <buffer> <silent> &3- &mdash;
7567 inoremap <buffer> <silent> &m- &mdash;
7568 inoremap <buffer> <silent> &2- &ndash;
7569 inoremap <buffer> <silent> &n- &ndash;
7570 inoremap <buffer> <silent> &34 &frac34;
7571 inoremap <buffer> <silent> &12 &frac12;
7572 inoremap <buffer> <silent> &14 &frac14;
7573 inoremap <buffer> <silent> &. &middot;
7574 inoremap <buffer> <silent> &pa &para;
7575 inoremap <buffer> <silent> &mi &micro;
7576 inoremap <buffer> <silent> &dg &deg;
7577 inoremap <buffer> <silent> &? &iquest;
7578 inoremap <buffer> <silent> &! &iexcl;
7579 inoremap <buffer> <silent> &sz &szlig;
7580 inoremap <buffer> <silent> &o/ &oslash;
7581 inoremap <buffer> <silent> &/ &divide;
7582 inoremap <buffer> <silent> &" &uml;
7583 inoremap <buffer> <silent> &2> &raquo;
7584 inoremap <buffer> <silent> &2< &laquo;
7585 inoremap <buffer> <silent> &y" &yuml;
7586 inoremap <buffer> <silent> &y' &yacute;
7587 inoremap <buffer> <silent> &u" &uuml;
7588 inoremap <buffer> <silent> &u^ &ucirc;
7589 inoremap <buffer> <silent> &u' &uacute;
7590 inoremap <buffer> <silent> &u` &ugrave;
7591 inoremap <buffer> <silent> &x &times;
7592 inoremap <buffer> <silent> &o" &ouml;
7593 inoremap <buffer> <silent> &o~ &otilde;
7594 inoremap <buffer> <silent> &o^ &ocirc;
7595 inoremap <buffer> <silent> &o' &oacute;
7596 inoremap <buffer> <silent> &o` &ograve;
7597 inoremap <buffer> <silent> &n~ &ntilde;
7598 inoremap <buffer> <silent> &i" &iuml;
7599 inoremap <buffer> <silent> &i^ &icirc;
7600 inoremap <buffer> <silent> &i' &iacute;
7601 inoremap <buffer> <silent> &i` &igrave;
7602 inoremap <buffer> <silent> &e" &euml;
7603 inoremap <buffer> <silent> &e^ &ecirc;
7604 inoremap <buffer> <silent> &e' &eacute;
7605 inoremap <buffer> <silent> &e` &egrave;
7606 inoremap <buffer> <silent> &c, &ccedil;
7607 inoremap <buffer> <silent> &ae &aelig;
7608 inoremap <buffer> <silent> &ao &aring;
7609 inoremap <buffer> <silent> &a" &auml;
7610 inoremap <buffer> <silent> &a~ &atilde;
7611 inoremap <buffer> <silent> &a^ &acirc;
7612 inoremap <buffer> <silent> &a' &aacute;
7613 inoremap <buffer> <silent> &a` &agrave;
7614 inoremap <buffer> <silent> &Y' &Yacute;
7615 inoremap <buffer> <silent> &U" &Uuml;
7616 inoremap <buffer> <silent> &U^ &Ucirc;
7617 inoremap <buffer> <silent> &U' &Uacute;
7618 inoremap <buffer> <silent> &U` &Ugrave;
7619 inoremap <buffer> <silent> &O/ &Oslash;
7620 inoremap <buffer> <silent> &O" &Ouml;
7621 inoremap <buffer> <silent> &O~ &Otilde;
7622 inoremap <buffer> <silent> &O^ &Ocirc;
7623 inoremap <buffer> <silent> &O' &Oacute;
7624 inoremap <buffer> <silent> &O` &Ograve;
7625 inoremap <buffer> <silent> &N~ &Ntilde;
7626 inoremap <buffer> <silent> &I" &Iuml;
7627 inoremap <buffer> <silent> &I^ &Icirc;
7628 inoremap <buffer> <silent> &I' &Iacute;
7629 inoremap <buffer> <silent> &I` &Igrave;
7630 inoremap <buffer> <silent> &E" &Euml;
7631 inoremap <buffer> <silent> &E^ &Ecirc;
7632 inoremap <buffer> <silent> &E' &Eacute;
7633 inoremap <buffer> <silent> &E` &Egrave;
7634 inoremap <buffer> <silent> &C, &Ccedil;
7635 inoremap <buffer> <silent> &AE &AElig;
7636 inoremap <buffer> <silent> &Ao &Aring;
7637 inoremap <buffer> <silent> &A" &Auml;
7638 inoremap <buffer> <silent> &A~ &Atilde;
7639 inoremap <buffer> <silent> &A^ &Acirc;
7640 inoremap <buffer> <silent> &A' &Aacute;
7641 inoremap <buffer> <silent> &A` &Agrave;
7642 inoremap <buffer> <silent> &c| &cent;
7643 inoremap <buffer> <silent> &Y= &yen;
7644 inoremap <buffer> <silent> &# &pound;
7645 inoremap <buffer> <silent> & &nbsp;
7646 inoremap <buffer> <silent> &> &gt;
7647 inoremap <buffer> <silent> &< &lt;
7648 inoremap <buffer> <silent> &' &quot;
7649 inoremap <buffer> <silent> &tm &trade;
7650 inoremap <buffer> <silent> &rO &reg;
7651 inoremap <buffer> <silent> &cO &copy;
7652 inoremap <buffer> <silent> && &amp;
7653 inoremap <buffer> <silent> ; &nbsp;
7654 inoremap <buffer> <silent> ;la <label for=""></label>F"
7655 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
7656 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
7657 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
7658 </textarea>k$5F"i
7659 inoremap <buffer> <silent> ;og <optgroup label="">
7660 </optgroup>k$F"i
7661 inoremap <buffer> <silent> ;op <option></option>F<
7662 inoremap <buffer> <silent> ;ms <select name="" multiple>
7663 </select>O
7664 inoremap <buffer> <silent> ;se <select name="">
7665 </select>O
7666 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
7667 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
7668 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
7669 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
7670 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
7671 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
7672 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
7673 inoremap <buffer> <silent> ;fm <form action="">
7674 </form>k$F"i
7675 inoremap <buffer> <silent> ;if <iframe src="">
7676 </iframe>k$F"i
7677 inoremap <buffer> <silent> ;nf <noframes>
7678 </noframes>O
7679 inoremap <buffer> <silent> ;fr <frame src="">F"
7680 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
7681 </frameset>k$3F"i
7682 inoremap <buffer> <silent> ;th <th></th>F<
7683 inoremap <buffer> <silent> ;td <td>
7684 </td>O
7685 inoremap <buffer> <silent> ;tr <tr>
7686 </tr>O
7687 inoremap <buffer> <silent> ;tf <tfoot>
7688 </tfoot>O
7689 inoremap <buffer> <silent> ;tb <tbody>
7690 </tbody>O
7691 inoremap <buffer> <silent> ;tH <thead>
7692 </thead>O
7693 inoremap <buffer> <silent> ;ta <table>
7694 </table>O
7695 inoremap <buffer> <silent> ;ca <caption></caption>F<
7696 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
7697 </object>k$5F"i
7698 inoremap <buffer> <silent> ;ns <noscript>
7699 </noscripT>O
7700 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
7701 <noembed></noembed>k$5F"i
7702 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
7703 inoremap <buffer> <silent> ;va <var></var>F<
7704 inoremap <buffer> <silent> ;ul <ul>
7705 </ul>O
7706 inoremap <buffer> <silent> ;tt <tt></tt>F<
7707 inoremap <buffer> <silent> ;ti <title></title>F<
7708 inoremap <buffer> <silent> ;sp <sup></sup>F<
7709 inoremap <buffer> <silent> ;sb <sub></sub>F<
7710 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
7711 inoremap <buffer> <silent> ;cs <style type="text/css">
7712 <!--
7713 -->
7714 </style>kO
7715 inoremap <buffer> <silent> ;sm <small></small>F<
7716 inoremap <buffer> <silent> ;sa <samp></samp>F<
7717 inoremap <buffer> <silent> ;sk <strike></strike>F<
7718 inoremap <buffer> <silent> ;qu <q></q>F<
7719 inoremap <buffer> <silent> ;pr <pre>
7720 </pre>O
7721 inoremap <buffer> <silent> ;/p </p>
7722 
7723 <p>
7724 inoremap <buffer> <silent> ;pp <p>
7725 </p>O
7726 inoremap <buffer> <silent> ;ol <ol>
7727 </ol>O
7728 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
7729 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
7730 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
7731 inoremap <buffer> <silent> ;lk <link href="">F"
7732 inoremap <buffer> <silent> ;li <li></li>F<
7733 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
7734 inoremap <buffer> <silent> ;ii <isindex>
7735 inoremap <buffer> <silent> ;in <ins></ins>F<
7736 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
7737 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
7738 inoremap <buffer> <silent> ;ht <html>
7739 </html>O
7740 inoremap <buffer> <silent> ;Hr <hr width="75%">
7741 inoremap <buffer> <silent> ;hr <hr>
7742 inoremap <buffer> <silent> ;he <head>
7743 </head>O
7744 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
7745 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
7746 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
7747 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
7748 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
7749 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
7750 inoremap <buffer> <silent> ;h6 <h6></h6>F<
7751 inoremap <buffer> <silent> ;h5 <h5></h5>F<
7752 inoremap <buffer> <silent> ;h4 <h4></h4>F<
7753 inoremap <buffer> <silent> ;h3 <h3></h3>F<
7754 inoremap <buffer> <silent> ;h2 <h2></h2>F<
7755 inoremap <buffer> <silent> ;h1 <h1></h1>F<
7756 inoremap <buffer> <silent> ;fc <font color=""></font>F"
7757 inoremap <buffer> <silent> ;fo <font size=""></font>F"
7758 inoremap <buffer> <silent> ;sn <span></span>F<
7759 inoremap <buffer> <silent> ;dv <div>
7760 </div>O
7761 inoremap <buffer> <silent> ;df <dfn></dfn>F<
7762 inoremap <buffer> <silent> ;de <del></del>F<
7763 inoremap <buffer> <silent> ;dd <dd></dd>F<
7764 inoremap <buffer> <silent> ;dt <dt></dt>F<
7765 inoremap <buffer> <silent> ;dl <dl>
7766 </dl>O
7767 inoremap <buffer> <silent> ;co <code></code>F<
7768 inoremap <buffer> <silent> ;ci <cite></cite>F<
7769 inoremap <buffer> <silent> ;ce <center></center>F<
7770 inoremap <buffer> <silent> ;br <br>
7771 inoremap <buffer> <silent> ;bd <body>
7772 </body>O
7773 inoremap <buffer> <silent> ;bl <blockquote>
7774 </blockquote>O
7775 inoremap <buffer> <silent> ;bi <big></big>F<
7776 inoremap <buffer> <silent> ;bh <base href="">F"
7777 inoremap <buffer> <silent> ;ad <address></address>F<
7778 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
7779 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
7780 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
7781 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
7782 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
7783 inoremap <buffer> <silent> ;an <a name=""></a>F"
7784 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
7785 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
7786 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
7787 inoremap <buffer> <silent> ;ah <a href=""></a>F"
7788 imap <buffer> <silent> ;s4 ;s4
7789 imap <buffer> <silent> ;4 ;4
7790 inoremap <buffer> <silent> ;mi :call MangleImageTag()
7791 inoremap <buffer> <silent> ; 
7792 inoremap <buffer> <silent> ;& &
7793 inoremap <buffer> <silent> ;; ;
7794 setlocal keymap=
7795 setlocal noarabic
7796 setlocal autoindent
7797 setlocal balloonexpr=
7798 setlocal nobinary
7799 setlocal bufhidden=
7800 setlocal buflisted
7801 setlocal buftype=
7802 setlocal nocindent
7803 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
7804 setlocal cinoptions=
7805 setlocal cinwords=if,else,while,do,for,switch
7806 setlocal colorcolumn=
7807 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
7808 setlocal commentstring=<!--%s-->
7809 setlocal complete=.,w,b,u,t,i
7810 setlocal concealcursor=
7811 setlocal conceallevel=0
7812 setlocal completefunc=
7813 setlocal nocopyindent
7814 setlocal cryptmethod=
7815 setlocal nocursorbind
7816 setlocal nocursorcolumn
7817 setlocal nocursorline
7818 setlocal define=
7819 setlocal dictionary=
7820 setlocal nodiff
7821 setlocal equalprg=
7822 setlocal errorformat=
7823 setlocal expandtab
7824 if &filetype != 'html'
7825 setlocal filetype=html
7826 endif
7827 setlocal foldcolumn=0
7828 setlocal foldenable
7829 setlocal foldexpr=0
7830 setlocal foldignore=#
7831 setlocal foldlevel=0
7832 setlocal foldmarker={{{,}}}
7833 setlocal foldmethod=manual
7834 setlocal foldminlines=1
7835 setlocal foldnestmax=20
7836 setlocal foldtext=foldtext()
7837 setlocal formatexpr=
7838 setlocal formatoptions=tcq
7839 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
7840 setlocal grepprg=
7841 setlocal iminsert=2
7842 setlocal imsearch=2
7843 setlocal include=
7844 setlocal includeexpr=
7845 setlocal indentexpr=
7846 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
7847 setlocal noinfercase
7848 setlocal iskeyword=@,48-57,_,192-255
7849 setlocal keywordprg=
7850 setlocal nolinebreak
7851 setlocal nolisp
7852 setlocal nolist
7853 setlocal makeprg=
7854 setlocal matchpairs=(:),{:},[:],<:>
7855 setlocal nomodeline
7856 setlocal modifiable
7857 setlocal nrformats=octal,hex
7858 setlocal nonumber
7859 setlocal numberwidth=4
7860 setlocal omnifunc=htmlcomplete#CompleteTags
7861 setlocal path=
7862 setlocal nopreserveindent
7863 setlocal nopreviewwindow
7864 setlocal quoteescape=\\
7865 setlocal noreadonly
7866 setlocal norelativenumber
7867 setlocal norightleft
7868 setlocal rightleftcmd=search
7869 setlocal noscrollbind
7870 setlocal shiftwidth=4
7871 setlocal noshortname
7872 setlocal nosmartindent
7873 setlocal softtabstop=0
7874 setlocal nospell
7875 setlocal spellcapcheck=
7876 setlocal spellfile=
7877 setlocal spelllang=en
7878 setlocal statusline=
7879 setlocal suffixesadd=
7880 setlocal swapfile
7881 setlocal synmaxcol=3000
7882 if &syntax != 'html'
7883 setlocal syntax=html
7884 endif
7885 setlocal tabstop=4
7886 setlocal tags=
7887 setlocal textwidth=0
7888 setlocal thesaurus=
7889 setlocal noundofile
7890 setlocal nowinfixheight
7891 setlocal nowinfixwidth
7892 setlocal wrap
7893 setlocal wrapmargin=0
7894 silent! normal! zE
7895 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
7896 if s:l < 1 | let s:l = 1 | endif
7897 exe s:l
7898 normal! zt
7899 1
7900 normal! 0
7901 tabedit restore.html
7902 set splitbelow splitright
7903 set nosplitbelow
7904 set nosplitright
7905 wincmd t
7906 set winheight=1 winwidth=1
7907 argglobal
7908 19argu
7909 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
7910 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
7911 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
7912 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
7913 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
7914 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
7915 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
7916 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
7917 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
7918 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
7919 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
7920 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
7921 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
7922 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
7923 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
7924 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
7925 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
7926 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
7927 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">')
7928 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">')
7929 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
7930 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
7931 nnoremap <buffer> <silent> ; 
7932 nnoremap <buffer> <silent> ;; ;
7933 vnoremap <buffer> <silent> ;; ;
7934 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
7935 inoremap <buffer> <silent> &hA &hArr;
7936 inoremap <buffer> <silent> &dA &dArr;
7937 inoremap <buffer> <silent> &rA &rArr;
7938 inoremap <buffer> <silent> &uA &uArr;
7939 inoremap <buffer> <silent> &lA &lArr;
7940 inoremap <buffer> <silent> &ha &harr;
7941 inoremap <buffer> <silent> &da &darr;
7942 inoremap <buffer> <silent> &ra &rarr;
7943 inoremap <buffer> <silent> &ua &uarr;
7944 inoremap <buffer> <silent> &la &larr;
7945 inoremap <buffer> <silent> &pv &piv;
7946 inoremap <buffer> <silent> &uh &upsih;
7947 inoremap <buffer> <silent> &ts &thetasym;
7948 inoremap <buffer> <silent> &og &omega;
7949 inoremap <buffer> <silent> &ps &psi;
7950 inoremap <buffer> <silent> &ch &chi;
7951 inoremap <buffer> <silent> &ph &phi;
7952 inoremap <buffer> <silent> &up &upsilon;
7953 inoremap <buffer> <silent> &ta &tau;
7954 inoremap <buffer> <silent> &sf &sigmaf;
7955 inoremap <buffer> <silent> &si &sigma;
7956 inoremap <buffer> <silent> &rh &rho;
7957 inoremap <buffer> <silent> &pi &pi;
7958 inoremap <buffer> <silent> &oc &omicron;
7959 inoremap <buffer> <silent> &xi &xi;
7960 inoremap <buffer> <silent> &nu &nu;
7961 inoremap <buffer> <silent> &mu &mu;
7962 inoremap <buffer> <silent> &lm &lambda;
7963 inoremap <buffer> <silent> &ka &kappa;
7964 inoremap <buffer> <silent> &io &iota;
7965 inoremap <buffer> <silent> &th &theta;
7966 inoremap <buffer> <silent> &et &eta;
7967 inoremap <buffer> <silent> &ze &zeta;
7968 inoremap <buffer> <silent> &ep &epsilon;
7969 inoremap <buffer> <silent> &de &delta;
7970 inoremap <buffer> <silent> &ga &gamma;
7971 inoremap <buffer> <silent> &be &beta;
7972 inoremap <buffer> <silent> &al &alpha;
7973 inoremap <buffer> <silent> &Ps &Psi;
7974 inoremap <buffer> <silent> &Ch &Chi;
7975 inoremap <buffer> <silent> &Ph &Phi;
7976 inoremap <buffer> <silent> &Up &Upsilon;
7977 inoremap <buffer> <silent> &Ta &Tau;
7978 inoremap <buffer> <silent> &Si &Sigma;
7979 inoremap <buffer> <silent> &Rh &Rho;
7980 inoremap <buffer> <silent> &Pi &Pi;
7981 inoremap <buffer> <silent> &Oc &Omicron;
7982 inoremap <buffer> <silent> &Xi &Xi;
7983 inoremap <buffer> <silent> &Nu &Nu;
7984 inoremap <buffer> <silent> &Mu &Mu;
7985 inoremap <buffer> <silent> &Lm &Lambda;
7986 inoremap <buffer> <silent> &Ka &Kappa;
7987 inoremap <buffer> <silent> &Io &Iota;
7988 inoremap <buffer> <silent> &Th &Theta;
7989 inoremap <buffer> <silent> &Et &Eta;
7990 inoremap <buffer> <silent> &Ze &Zeta;
7991 inoremap <buffer> <silent> &Ep &Epsilon;
7992 inoremap <buffer> <silent> &De &Delta;
7993 inoremap <buffer> <silent> &Ga &Gamma;
7994 inoremap <buffer> <silent> &Be &Beta;
7995 inoremap <buffer> <silent> &Al &Alpha;
7996 inoremap <buffer> <silent> &3. &hellip;
7997 inoremap <buffer> <silent> &-- &mdash;
7998 inoremap <buffer> <silent> &3- &mdash;
7999 inoremap <buffer> <silent> &m- &mdash;
8000 inoremap <buffer> <silent> &2- &ndash;
8001 inoremap <buffer> <silent> &n- &ndash;
8002 inoremap <buffer> <silent> &34 &frac34;
8003 inoremap <buffer> <silent> &12 &frac12;
8004 inoremap <buffer> <silent> &14 &frac14;
8005 inoremap <buffer> <silent> &. &middot;
8006 inoremap <buffer> <silent> &pa &para;
8007 inoremap <buffer> <silent> &mi &micro;
8008 inoremap <buffer> <silent> &dg &deg;
8009 inoremap <buffer> <silent> &? &iquest;
8010 inoremap <buffer> <silent> &! &iexcl;
8011 inoremap <buffer> <silent> &sz &szlig;
8012 inoremap <buffer> <silent> &o/ &oslash;
8013 inoremap <buffer> <silent> &/ &divide;
8014 inoremap <buffer> <silent> &" &uml;
8015 inoremap <buffer> <silent> &2> &raquo;
8016 inoremap <buffer> <silent> &2< &laquo;
8017 inoremap <buffer> <silent> &y" &yuml;
8018 inoremap <buffer> <silent> &y' &yacute;
8019 inoremap <buffer> <silent> &u" &uuml;
8020 inoremap <buffer> <silent> &u^ &ucirc;
8021 inoremap <buffer> <silent> &u' &uacute;
8022 inoremap <buffer> <silent> &u` &ugrave;
8023 inoremap <buffer> <silent> &x &times;
8024 inoremap <buffer> <silent> &o" &ouml;
8025 inoremap <buffer> <silent> &o~ &otilde;
8026 inoremap <buffer> <silent> &o^ &ocirc;
8027 inoremap <buffer> <silent> &o' &oacute;
8028 inoremap <buffer> <silent> &o` &ograve;
8029 inoremap <buffer> <silent> &n~ &ntilde;
8030 inoremap <buffer> <silent> &i" &iuml;
8031 inoremap <buffer> <silent> &i^ &icirc;
8032 inoremap <buffer> <silent> &i' &iacute;
8033 inoremap <buffer> <silent> &i` &igrave;
8034 inoremap <buffer> <silent> &e" &euml;
8035 inoremap <buffer> <silent> &e^ &ecirc;
8036 inoremap <buffer> <silent> &e' &eacute;
8037 inoremap <buffer> <silent> &e` &egrave;
8038 inoremap <buffer> <silent> &c, &ccedil;
8039 inoremap <buffer> <silent> &ae &aelig;
8040 inoremap <buffer> <silent> &ao &aring;
8041 inoremap <buffer> <silent> &a" &auml;
8042 inoremap <buffer> <silent> &a~ &atilde;
8043 inoremap <buffer> <silent> &a^ &acirc;
8044 inoremap <buffer> <silent> &a' &aacute;
8045 inoremap <buffer> <silent> &a` &agrave;
8046 inoremap <buffer> <silent> &Y' &Yacute;
8047 inoremap <buffer> <silent> &U" &Uuml;
8048 inoremap <buffer> <silent> &U^ &Ucirc;
8049 inoremap <buffer> <silent> &U' &Uacute;
8050 inoremap <buffer> <silent> &U` &Ugrave;
8051 inoremap <buffer> <silent> &O/ &Oslash;
8052 inoremap <buffer> <silent> &O" &Ouml;
8053 inoremap <buffer> <silent> &O~ &Otilde;
8054 inoremap <buffer> <silent> &O^ &Ocirc;
8055 inoremap <buffer> <silent> &O' &Oacute;
8056 inoremap <buffer> <silent> &O` &Ograve;
8057 inoremap <buffer> <silent> &N~ &Ntilde;
8058 inoremap <buffer> <silent> &I" &Iuml;
8059 inoremap <buffer> <silent> &I^ &Icirc;
8060 inoremap <buffer> <silent> &I' &Iacute;
8061 inoremap <buffer> <silent> &I` &Igrave;
8062 inoremap <buffer> <silent> &E" &Euml;
8063 inoremap <buffer> <silent> &E^ &Ecirc;
8064 inoremap <buffer> <silent> &E' &Eacute;
8065 inoremap <buffer> <silent> &E` &Egrave;
8066 inoremap <buffer> <silent> &C, &Ccedil;
8067 inoremap <buffer> <silent> &AE &AElig;
8068 inoremap <buffer> <silent> &Ao &Aring;
8069 inoremap <buffer> <silent> &A" &Auml;
8070 inoremap <buffer> <silent> &A~ &Atilde;
8071 inoremap <buffer> <silent> &A^ &Acirc;
8072 inoremap <buffer> <silent> &A' &Aacute;
8073 inoremap <buffer> <silent> &A` &Agrave;
8074 inoremap <buffer> <silent> &c| &cent;
8075 inoremap <buffer> <silent> &Y= &yen;
8076 inoremap <buffer> <silent> &# &pound;
8077 inoremap <buffer> <silent> & &nbsp;
8078 inoremap <buffer> <silent> &> &gt;
8079 inoremap <buffer> <silent> &< &lt;
8080 inoremap <buffer> <silent> &' &quot;
8081 inoremap <buffer> <silent> &tm &trade;
8082 inoremap <buffer> <silent> &rO &reg;
8083 inoremap <buffer> <silent> &cO &copy;
8084 inoremap <buffer> <silent> && &amp;
8085 inoremap <buffer> <silent> ; &nbsp;
8086 inoremap <buffer> <silent> ;la <label for=""></label>F"
8087 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
8088 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
8089 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
8090 </textarea>k$5F"i
8091 inoremap <buffer> <silent> ;og <optgroup label="">
8092 </optgroup>k$F"i
8093 inoremap <buffer> <silent> ;op <option></option>F<
8094 inoremap <buffer> <silent> ;ms <select name="" multiple>
8095 </select>O
8096 inoremap <buffer> <silent> ;se <select name="">
8097 </select>O
8098 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
8099 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
8100 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
8101 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
8102 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
8103 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
8104 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
8105 inoremap <buffer> <silent> ;fm <form action="">
8106 </form>k$F"i
8107 inoremap <buffer> <silent> ;if <iframe src="">
8108 </iframe>k$F"i
8109 inoremap <buffer> <silent> ;nf <noframes>
8110 </noframes>O
8111 inoremap <buffer> <silent> ;fr <frame src="">F"
8112 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
8113 </frameset>k$3F"i
8114 inoremap <buffer> <silent> ;th <th></th>F<
8115 inoremap <buffer> <silent> ;td <td>
8116 </td>O
8117 inoremap <buffer> <silent> ;tr <tr>
8118 </tr>O
8119 inoremap <buffer> <silent> ;tf <tfoot>
8120 </tfoot>O
8121 inoremap <buffer> <silent> ;tb <tbody>
8122 </tbody>O
8123 inoremap <buffer> <silent> ;tH <thead>
8124 </thead>O
8125 inoremap <buffer> <silent> ;ta <table>
8126 </table>O
8127 inoremap <buffer> <silent> ;ca <caption></caption>F<
8128 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
8129 </object>k$5F"i
8130 inoremap <buffer> <silent> ;ns <noscript>
8131 </noscripT>O
8132 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
8133 <noembed></noembed>k$5F"i
8134 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
8135 inoremap <buffer> <silent> ;va <var></var>F<
8136 inoremap <buffer> <silent> ;ul <ul>
8137 </ul>O
8138 inoremap <buffer> <silent> ;tt <tt></tt>F<
8139 inoremap <buffer> <silent> ;ti <title></title>F<
8140 inoremap <buffer> <silent> ;sp <sup></sup>F<
8141 inoremap <buffer> <silent> ;sb <sub></sub>F<
8142 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
8143 inoremap <buffer> <silent> ;cs <style type="text/css">
8144 <!--
8145 -->
8146 </style>kO
8147 inoremap <buffer> <silent> ;sm <small></small>F<
8148 inoremap <buffer> <silent> ;sa <samp></samp>F<
8149 inoremap <buffer> <silent> ;sk <strike></strike>F<
8150 inoremap <buffer> <silent> ;qu <q></q>F<
8151 inoremap <buffer> <silent> ;pr <pre>
8152 </pre>O
8153 inoremap <buffer> <silent> ;/p </p>
8154 
8155 <p>
8156 inoremap <buffer> <silent> ;pp <p>
8157 </p>O
8158 inoremap <buffer> <silent> ;ol <ol>
8159 </ol>O
8160 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
8161 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
8162 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
8163 inoremap <buffer> <silent> ;lk <link href="">F"
8164 inoremap <buffer> <silent> ;li <li></li>F<
8165 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
8166 inoremap <buffer> <silent> ;ii <isindex>
8167 inoremap <buffer> <silent> ;in <ins></ins>F<
8168 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
8169 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
8170 inoremap <buffer> <silent> ;ht <html>
8171 </html>O
8172 inoremap <buffer> <silent> ;Hr <hr width="75%">
8173 inoremap <buffer> <silent> ;hr <hr>
8174 inoremap <buffer> <silent> ;he <head>
8175 </head>O
8176 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
8177 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
8178 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
8179 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
8180 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
8181 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
8182 inoremap <buffer> <silent> ;h6 <h6></h6>F<
8183 inoremap <buffer> <silent> ;h5 <h5></h5>F<
8184 inoremap <buffer> <silent> ;h4 <h4></h4>F<
8185 inoremap <buffer> <silent> ;h3 <h3></h3>F<
8186 inoremap <buffer> <silent> ;h2 <h2></h2>F<
8187 inoremap <buffer> <silent> ;h1 <h1></h1>F<
8188 inoremap <buffer> <silent> ;fc <font color=""></font>F"
8189 inoremap <buffer> <silent> ;fo <font size=""></font>F"
8190 inoremap <buffer> <silent> ;sn <span></span>F<
8191 inoremap <buffer> <silent> ;dv <div>
8192 </div>O
8193 inoremap <buffer> <silent> ;df <dfn></dfn>F<
8194 inoremap <buffer> <silent> ;de <del></del>F<
8195 inoremap <buffer> <silent> ;dd <dd></dd>F<
8196 inoremap <buffer> <silent> ;dt <dt></dt>F<
8197 inoremap <buffer> <silent> ;dl <dl>
8198 </dl>O
8199 inoremap <buffer> <silent> ;co <code></code>F<
8200 inoremap <buffer> <silent> ;ci <cite></cite>F<
8201 inoremap <buffer> <silent> ;ce <center></center>F<
8202 inoremap <buffer> <silent> ;br <br>
8203 inoremap <buffer> <silent> ;bd <body>
8204 </body>O
8205 inoremap <buffer> <silent> ;bl <blockquote>
8206 </blockquote>O
8207 inoremap <buffer> <silent> ;bi <big></big>F<
8208 inoremap <buffer> <silent> ;bh <base href="">F"
8209 inoremap <buffer> <silent> ;ad <address></address>F<
8210 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
8211 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
8212 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
8213 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
8214 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
8215 inoremap <buffer> <silent> ;an <a name=""></a>F"
8216 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
8217 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
8218 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
8219 inoremap <buffer> <silent> ;ah <a href=""></a>F"
8220 imap <buffer> <silent> ;s4 ;s4
8221 imap <buffer> <silent> ;4 ;4
8222 inoremap <buffer> <silent> ;mi :call MangleImageTag()
8223 inoremap <buffer> <silent> ; 
8224 inoremap <buffer> <silent> ;& &
8225 inoremap <buffer> <silent> ;; ;
8226 setlocal keymap=
8227 setlocal noarabic
8228 setlocal autoindent
8229 setlocal balloonexpr=
8230 setlocal nobinary
8231 setlocal bufhidden=
8232 setlocal buflisted
8233 setlocal buftype=
8234 setlocal nocindent
8235 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
8236 setlocal cinoptions=
8237 setlocal cinwords=if,else,while,do,for,switch
8238 setlocal colorcolumn=
8239 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
8240 setlocal commentstring=<!--%s-->
8241 setlocal complete=.,w,b,u,t,i
8242 setlocal concealcursor=
8243 setlocal conceallevel=0
8244 setlocal completefunc=
8245 setlocal nocopyindent
8246 setlocal cryptmethod=
8247 setlocal nocursorbind
8248 setlocal nocursorcolumn
8249 setlocal nocursorline
8250 setlocal define=
8251 setlocal dictionary=
8252 setlocal nodiff
8253 setlocal equalprg=
8254 setlocal errorformat=
8255 setlocal expandtab
8256 if &filetype != 'html'
8257 setlocal filetype=html
8258 endif
8259 setlocal foldcolumn=0
8260 setlocal foldenable
8261 setlocal foldexpr=0
8262 setlocal foldignore=#
8263 setlocal foldlevel=0
8264 setlocal foldmarker={{{,}}}
8265 setlocal foldmethod=manual
8266 setlocal foldminlines=1
8267 setlocal foldnestmax=20
8268 setlocal foldtext=foldtext()
8269 setlocal formatexpr=
8270 setlocal formatoptions=tcq
8271 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
8272 setlocal grepprg=
8273 setlocal iminsert=2
8274 setlocal imsearch=2
8275 setlocal include=
8276 setlocal includeexpr=
8277 setlocal indentexpr=
8278 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
8279 setlocal noinfercase
8280 setlocal iskeyword=@,48-57,_,192-255
8281 setlocal keywordprg=
8282 setlocal nolinebreak
8283 setlocal nolisp
8284 setlocal nolist
8285 setlocal makeprg=
8286 setlocal matchpairs=(:),{:},[:],<:>
8287 setlocal nomodeline
8288 setlocal modifiable
8289 setlocal nrformats=octal,hex
8290 setlocal nonumber
8291 setlocal numberwidth=4
8292 setlocal omnifunc=htmlcomplete#CompleteTags
8293 setlocal path=
8294 setlocal nopreserveindent
8295 setlocal nopreviewwindow
8296 setlocal quoteescape=\\
8297 setlocal noreadonly
8298 setlocal norelativenumber
8299 setlocal norightleft
8300 setlocal rightleftcmd=search
8301 setlocal noscrollbind
8302 setlocal shiftwidth=4
8303 setlocal noshortname
8304 setlocal nosmartindent
8305 setlocal softtabstop=0
8306 setlocal nospell
8307 setlocal spellcapcheck=
8308 setlocal spellfile=
8309 setlocal spelllang=en
8310 setlocal statusline=
8311 setlocal suffixesadd=
8312 setlocal swapfile
8313 setlocal synmaxcol=3000
8314 if &syntax != 'html'
8315 setlocal syntax=html
8316 endif
8317 setlocal tabstop=4
8318 setlocal tags=
8319 setlocal textwidth=0
8320 setlocal thesaurus=
8321 setlocal noundofile
8322 setlocal nowinfixheight
8323 setlocal nowinfixwidth
8324 setlocal wrap
8325 setlocal wrapmargin=0
8326 silent! normal! zE
8327 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
8328 if s:l < 1 | let s:l = 1 | endif
8329 exe s:l
8330 normal! zt
8331 1
8332 normal! 0
8333 tabedit screenshots.html
8334 set splitbelow splitright
8335 set nosplitbelow
8336 set nosplitright
8337 wincmd t
8338 set winheight=1 winwidth=1
8339 argglobal
8340 20argu
8341 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
8342 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
8343 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
8344 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
8345 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
8346 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
8347 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
8348 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
8349 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
8350 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
8351 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
8352 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
8353 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
8354 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
8355 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
8356 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
8357 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
8358 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
8359 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">')
8360 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">')
8361 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
8362 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
8363 nnoremap <buffer> <silent> ; 
8364 nnoremap <buffer> <silent> ;; ;
8365 vnoremap <buffer> <silent> ;; ;
8366 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
8367 inoremap <buffer> <silent> &hA &hArr;
8368 inoremap <buffer> <silent> &dA &dArr;
8369 inoremap <buffer> <silent> &rA &rArr;
8370 inoremap <buffer> <silent> &uA &uArr;
8371 inoremap <buffer> <silent> &lA &lArr;
8372 inoremap <buffer> <silent> &ha &harr;
8373 inoremap <buffer> <silent> &da &darr;
8374 inoremap <buffer> <silent> &ra &rarr;
8375 inoremap <buffer> <silent> &ua &uarr;
8376 inoremap <buffer> <silent> &la &larr;
8377 inoremap <buffer> <silent> &pv &piv;
8378 inoremap <buffer> <silent> &uh &upsih;
8379 inoremap <buffer> <silent> &ts &thetasym;
8380 inoremap <buffer> <silent> &og &omega;
8381 inoremap <buffer> <silent> &ps &psi;
8382 inoremap <buffer> <silent> &ch &chi;
8383 inoremap <buffer> <silent> &ph &phi;
8384 inoremap <buffer> <silent> &up &upsilon;
8385 inoremap <buffer> <silent> &ta &tau;
8386 inoremap <buffer> <silent> &sf &sigmaf;
8387 inoremap <buffer> <silent> &si &sigma;
8388 inoremap <buffer> <silent> &rh &rho;
8389 inoremap <buffer> <silent> &pi &pi;
8390 inoremap <buffer> <silent> &oc &omicron;
8391 inoremap <buffer> <silent> &xi &xi;
8392 inoremap <buffer> <silent> &nu &nu;
8393 inoremap <buffer> <silent> &mu &mu;
8394 inoremap <buffer> <silent> &lm &lambda;
8395 inoremap <buffer> <silent> &ka &kappa;
8396 inoremap <buffer> <silent> &io &iota;
8397 inoremap <buffer> <silent> &th &theta;
8398 inoremap <buffer> <silent> &et &eta;
8399 inoremap <buffer> <silent> &ze &zeta;
8400 inoremap <buffer> <silent> &ep &epsilon;
8401 inoremap <buffer> <silent> &de &delta;
8402 inoremap <buffer> <silent> &ga &gamma;
8403 inoremap <buffer> <silent> &be &beta;
8404 inoremap <buffer> <silent> &al &alpha;
8405 inoremap <buffer> <silent> &Ps &Psi;
8406 inoremap <buffer> <silent> &Ch &Chi;
8407 inoremap <buffer> <silent> &Ph &Phi;
8408 inoremap <buffer> <silent> &Up &Upsilon;
8409 inoremap <buffer> <silent> &Ta &Tau;
8410 inoremap <buffer> <silent> &Si &Sigma;
8411 inoremap <buffer> <silent> &Rh &Rho;
8412 inoremap <buffer> <silent> &Pi &Pi;
8413 inoremap <buffer> <silent> &Oc &Omicron;
8414 inoremap <buffer> <silent> &Xi &Xi;
8415 inoremap <buffer> <silent> &Nu &Nu;
8416 inoremap <buffer> <silent> &Mu &Mu;
8417 inoremap <buffer> <silent> &Lm &Lambda;
8418 inoremap <buffer> <silent> &Ka &Kappa;
8419 inoremap <buffer> <silent> &Io &Iota;
8420 inoremap <buffer> <silent> &Th &Theta;
8421 inoremap <buffer> <silent> &Et &Eta;
8422 inoremap <buffer> <silent> &Ze &Zeta;
8423 inoremap <buffer> <silent> &Ep &Epsilon;
8424 inoremap <buffer> <silent> &De &Delta;
8425 inoremap <buffer> <silent> &Ga &Gamma;
8426 inoremap <buffer> <silent> &Be &Beta;
8427 inoremap <buffer> <silent> &Al &Alpha;
8428 inoremap <buffer> <silent> &3. &hellip;
8429 inoremap <buffer> <silent> &-- &mdash;
8430 inoremap <buffer> <silent> &3- &mdash;
8431 inoremap <buffer> <silent> &m- &mdash;
8432 inoremap <buffer> <silent> &2- &ndash;
8433 inoremap <buffer> <silent> &n- &ndash;
8434 inoremap <buffer> <silent> &34 &frac34;
8435 inoremap <buffer> <silent> &12 &frac12;
8436 inoremap <buffer> <silent> &14 &frac14;
8437 inoremap <buffer> <silent> &. &middot;
8438 inoremap <buffer> <silent> &pa &para;
8439 inoremap <buffer> <silent> &mi &micro;
8440 inoremap <buffer> <silent> &dg &deg;
8441 inoremap <buffer> <silent> &? &iquest;
8442 inoremap <buffer> <silent> &! &iexcl;
8443 inoremap <buffer> <silent> &sz &szlig;
8444 inoremap <buffer> <silent> &o/ &oslash;
8445 inoremap <buffer> <silent> &/ &divide;
8446 inoremap <buffer> <silent> &" &uml;
8447 inoremap <buffer> <silent> &2> &raquo;
8448 inoremap <buffer> <silent> &2< &laquo;
8449 inoremap <buffer> <silent> &y" &yuml;
8450 inoremap <buffer> <silent> &y' &yacute;
8451 inoremap <buffer> <silent> &u" &uuml;
8452 inoremap <buffer> <silent> &u^ &ucirc;
8453 inoremap <buffer> <silent> &u' &uacute;
8454 inoremap <buffer> <silent> &u` &ugrave;
8455 inoremap <buffer> <silent> &x &times;
8456 inoremap <buffer> <silent> &o" &ouml;
8457 inoremap <buffer> <silent> &o~ &otilde;
8458 inoremap <buffer> <silent> &o^ &ocirc;
8459 inoremap <buffer> <silent> &o' &oacute;
8460 inoremap <buffer> <silent> &o` &ograve;
8461 inoremap <buffer> <silent> &n~ &ntilde;
8462 inoremap <buffer> <silent> &i" &iuml;
8463 inoremap <buffer> <silent> &i^ &icirc;
8464 inoremap <buffer> <silent> &i' &iacute;
8465 inoremap <buffer> <silent> &i` &igrave;
8466 inoremap <buffer> <silent> &e" &euml;
8467 inoremap <buffer> <silent> &e^ &ecirc;
8468 inoremap <buffer> <silent> &e' &eacute;
8469 inoremap <buffer> <silent> &e` &egrave;
8470 inoremap <buffer> <silent> &c, &ccedil;
8471 inoremap <buffer> <silent> &ae &aelig;
8472 inoremap <buffer> <silent> &ao &aring;
8473 inoremap <buffer> <silent> &a" &auml;
8474 inoremap <buffer> <silent> &a~ &atilde;
8475 inoremap <buffer> <silent> &a^ &acirc;
8476 inoremap <buffer> <silent> &a' &aacute;
8477 inoremap <buffer> <silent> &a` &agrave;
8478 inoremap <buffer> <silent> &Y' &Yacute;
8479 inoremap <buffer> <silent> &U" &Uuml;
8480 inoremap <buffer> <silent> &U^ &Ucirc;
8481 inoremap <buffer> <silent> &U' &Uacute;
8482 inoremap <buffer> <silent> &U` &Ugrave;
8483 inoremap <buffer> <silent> &O/ &Oslash;
8484 inoremap <buffer> <silent> &O" &Ouml;
8485 inoremap <buffer> <silent> &O~ &Otilde;
8486 inoremap <buffer> <silent> &O^ &Ocirc;
8487 inoremap <buffer> <silent> &O' &Oacute;
8488 inoremap <buffer> <silent> &O` &Ograve;
8489 inoremap <buffer> <silent> &N~ &Ntilde;
8490 inoremap <buffer> <silent> &I" &Iuml;
8491 inoremap <buffer> <silent> &I^ &Icirc;
8492 inoremap <buffer> <silent> &I' &Iacute;
8493 inoremap <buffer> <silent> &I` &Igrave;
8494 inoremap <buffer> <silent> &E" &Euml;
8495 inoremap <buffer> <silent> &E^ &Ecirc;
8496 inoremap <buffer> <silent> &E' &Eacute;
8497 inoremap <buffer> <silent> &E` &Egrave;
8498 inoremap <buffer> <silent> &C, &Ccedil;
8499 inoremap <buffer> <silent> &AE &AElig;
8500 inoremap <buffer> <silent> &Ao &Aring;
8501 inoremap <buffer> <silent> &A" &Auml;
8502 inoremap <buffer> <silent> &A~ &Atilde;
8503 inoremap <buffer> <silent> &A^ &Acirc;
8504 inoremap <buffer> <silent> &A' &Aacute;
8505 inoremap <buffer> <silent> &A` &Agrave;
8506 inoremap <buffer> <silent> &c| &cent;
8507 inoremap <buffer> <silent> &Y= &yen;
8508 inoremap <buffer> <silent> &# &pound;
8509 inoremap <buffer> <silent> & &nbsp;
8510 inoremap <buffer> <silent> &> &gt;
8511 inoremap <buffer> <silent> &< &lt;
8512 inoremap <buffer> <silent> &' &quot;
8513 inoremap <buffer> <silent> &tm &trade;
8514 inoremap <buffer> <silent> &rO &reg;
8515 inoremap <buffer> <silent> &cO &copy;
8516 inoremap <buffer> <silent> && &amp;
8517 inoremap <buffer> <silent> ; &nbsp;
8518 inoremap <buffer> <silent> ;la <label for=""></label>F"
8519 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
8520 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
8521 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
8522 </textarea>k$5F"i
8523 inoremap <buffer> <silent> ;og <optgroup label="">
8524 </optgroup>k$F"i
8525 inoremap <buffer> <silent> ;op <option></option>F<
8526 inoremap <buffer> <silent> ;ms <select name="" multiple>
8527 </select>O
8528 inoremap <buffer> <silent> ;se <select name="">
8529 </select>O
8530 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
8531 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
8532 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
8533 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
8534 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
8535 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
8536 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
8537 inoremap <buffer> <silent> ;fm <form action="">
8538 </form>k$F"i
8539 inoremap <buffer> <silent> ;if <iframe src="">
8540 </iframe>k$F"i
8541 inoremap <buffer> <silent> ;nf <noframes>
8542 </noframes>O
8543 inoremap <buffer> <silent> ;fr <frame src="">F"
8544 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
8545 </frameset>k$3F"i
8546 inoremap <buffer> <silent> ;th <th></th>F<
8547 inoremap <buffer> <silent> ;td <td>
8548 </td>O
8549 inoremap <buffer> <silent> ;tr <tr>
8550 </tr>O
8551 inoremap <buffer> <silent> ;tf <tfoot>
8552 </tfoot>O
8553 inoremap <buffer> <silent> ;tb <tbody>
8554 </tbody>O
8555 inoremap <buffer> <silent> ;tH <thead>
8556 </thead>O
8557 inoremap <buffer> <silent> ;ta <table>
8558 </table>O
8559 inoremap <buffer> <silent> ;ca <caption></caption>F<
8560 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
8561 </object>k$5F"i
8562 inoremap <buffer> <silent> ;ns <noscript>
8563 </noscripT>O
8564 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
8565 <noembed></noembed>k$5F"i
8566 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
8567 inoremap <buffer> <silent> ;va <var></var>F<
8568 inoremap <buffer> <silent> ;ul <ul>
8569 </ul>O
8570 inoremap <buffer> <silent> ;tt <tt></tt>F<
8571 inoremap <buffer> <silent> ;ti <title></title>F<
8572 inoremap <buffer> <silent> ;sp <sup></sup>F<
8573 inoremap <buffer> <silent> ;sb <sub></sub>F<
8574 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
8575 inoremap <buffer> <silent> ;cs <style type="text/css">
8576 <!--
8577 -->
8578 </style>kO
8579 inoremap <buffer> <silent> ;sm <small></small>F<
8580 inoremap <buffer> <silent> ;sa <samp></samp>F<
8581 inoremap <buffer> <silent> ;sk <strike></strike>F<
8582 inoremap <buffer> <silent> ;qu <q></q>F<
8583 inoremap <buffer> <silent> ;pr <pre>
8584 </pre>O
8585 inoremap <buffer> <silent> ;/p </p>
8586 
8587 <p>
8588 inoremap <buffer> <silent> ;pp <p>
8589 </p>O
8590 inoremap <buffer> <silent> ;ol <ol>
8591 </ol>O
8592 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
8593 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
8594 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
8595 inoremap <buffer> <silent> ;lk <link href="">F"
8596 inoremap <buffer> <silent> ;li <li></li>F<
8597 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
8598 inoremap <buffer> <silent> ;ii <isindex>
8599 inoremap <buffer> <silent> ;in <ins></ins>F<
8600 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
8601 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
8602 inoremap <buffer> <silent> ;ht <html>
8603 </html>O
8604 inoremap <buffer> <silent> ;Hr <hr width="75%">
8605 inoremap <buffer> <silent> ;hr <hr>
8606 inoremap <buffer> <silent> ;he <head>
8607 </head>O
8608 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
8609 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
8610 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
8611 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
8612 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
8613 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
8614 inoremap <buffer> <silent> ;h6 <h6></h6>F<
8615 inoremap <buffer> <silent> ;h5 <h5></h5>F<
8616 inoremap <buffer> <silent> ;h4 <h4></h4>F<
8617 inoremap <buffer> <silent> ;h3 <h3></h3>F<
8618 inoremap <buffer> <silent> ;h2 <h2></h2>F<
8619 inoremap <buffer> <silent> ;h1 <h1></h1>F<
8620 inoremap <buffer> <silent> ;fc <font color=""></font>F"
8621 inoremap <buffer> <silent> ;fo <font size=""></font>F"
8622 inoremap <buffer> <silent> ;sn <span></span>F<
8623 inoremap <buffer> <silent> ;dv <div>
8624 </div>O
8625 inoremap <buffer> <silent> ;df <dfn></dfn>F<
8626 inoremap <buffer> <silent> ;de <del></del>F<
8627 inoremap <buffer> <silent> ;dd <dd></dd>F<
8628 inoremap <buffer> <silent> ;dt <dt></dt>F<
8629 inoremap <buffer> <silent> ;dl <dl>
8630 </dl>O
8631 inoremap <buffer> <silent> ;co <code></code>F<
8632 inoremap <buffer> <silent> ;ci <cite></cite>F<
8633 inoremap <buffer> <silent> ;ce <center></center>F<
8634 inoremap <buffer> <silent> ;br <br>
8635 inoremap <buffer> <silent> ;bd <body>
8636 </body>O
8637 inoremap <buffer> <silent> ;bl <blockquote>
8638 </blockquote>O
8639 inoremap <buffer> <silent> ;bi <big></big>F<
8640 inoremap <buffer> <silent> ;bh <base href="">F"
8641 inoremap <buffer> <silent> ;ad <address></address>F<
8642 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
8643 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
8644 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
8645 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
8646 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
8647 inoremap <buffer> <silent> ;an <a name=""></a>F"
8648 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
8649 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
8650 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
8651 inoremap <buffer> <silent> ;ah <a href=""></a>F"
8652 imap <buffer> <silent> ;s4 ;s4
8653 imap <buffer> <silent> ;4 ;4
8654 inoremap <buffer> <silent> ;mi :call MangleImageTag()
8655 inoremap <buffer> <silent> ; 
8656 inoremap <buffer> <silent> ;& &
8657 inoremap <buffer> <silent> ;; ;
8658 setlocal keymap=
8659 setlocal noarabic
8660 setlocal autoindent
8661 setlocal balloonexpr=
8662 setlocal nobinary
8663 setlocal bufhidden=
8664 setlocal buflisted
8665 setlocal buftype=
8666 setlocal nocindent
8667 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
8668 setlocal cinoptions=
8669 setlocal cinwords=if,else,while,do,for,switch
8670 setlocal colorcolumn=
8671 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
8672 setlocal commentstring=<!--%s-->
8673 setlocal complete=.,w,b,u,t,i
8674 setlocal concealcursor=
8675 setlocal conceallevel=0
8676 setlocal completefunc=
8677 setlocal nocopyindent
8678 setlocal cryptmethod=
8679 setlocal nocursorbind
8680 setlocal nocursorcolumn
8681 setlocal nocursorline
8682 setlocal define=
8683 setlocal dictionary=
8684 setlocal nodiff
8685 setlocal equalprg=
8686 setlocal errorformat=
8687 setlocal expandtab
8688 if &filetype != 'html'
8689 setlocal filetype=html
8690 endif
8691 setlocal foldcolumn=0
8692 setlocal foldenable
8693 setlocal foldexpr=0
8694 setlocal foldignore=#
8695 setlocal foldlevel=0
8696 setlocal foldmarker={{{,}}}
8697 setlocal foldmethod=manual
8698 setlocal foldminlines=1
8699 setlocal foldnestmax=20
8700 setlocal foldtext=foldtext()
8701 setlocal formatexpr=
8702 setlocal formatoptions=tcq
8703 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
8704 setlocal grepprg=
8705 setlocal iminsert=2
8706 setlocal imsearch=2
8707 setlocal include=
8708 setlocal includeexpr=
8709 setlocal indentexpr=
8710 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
8711 setlocal noinfercase
8712 setlocal iskeyword=@,48-57,_,192-255
8713 setlocal keywordprg=
8714 setlocal nolinebreak
8715 setlocal nolisp
8716 setlocal nolist
8717 setlocal makeprg=
8718 setlocal matchpairs=(:),{:},[:],<:>
8719 setlocal nomodeline
8720 setlocal modifiable
8721 setlocal nrformats=octal,hex
8722 setlocal nonumber
8723 setlocal numberwidth=4
8724 setlocal omnifunc=htmlcomplete#CompleteTags
8725 setlocal path=
8726 setlocal nopreserveindent
8727 setlocal nopreviewwindow
8728 setlocal quoteescape=\\
8729 setlocal noreadonly
8730 setlocal norelativenumber
8731 setlocal norightleft
8732 setlocal rightleftcmd=search
8733 setlocal noscrollbind
8734 setlocal shiftwidth=4
8735 setlocal noshortname
8736 setlocal nosmartindent
8737 setlocal softtabstop=0
8738 setlocal nospell
8739 setlocal spellcapcheck=
8740 setlocal spellfile=
8741 setlocal spelllang=en
8742 setlocal statusline=
8743 setlocal suffixesadd=
8744 setlocal swapfile
8745 setlocal synmaxcol=3000
8746 if &syntax != 'html'
8747 setlocal syntax=html
8748 endif
8749 setlocal tabstop=4
8750 setlocal tags=
8751 setlocal textwidth=0
8752 setlocal thesaurus=
8753 setlocal noundofile
8754 setlocal nowinfixheight
8755 setlocal nowinfixwidth
8756 setlocal wrap
8757 setlocal wrapmargin=0
8758 silent! normal! zE
8759 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
8760 if s:l < 1 | let s:l = 1 | endif
8761 exe s:l
8762 normal! zt
8763 1
8764 normal! 0
8765 tabedit supergrubdisk.html
8766 set splitbelow splitright
8767 set nosplitbelow
8768 set nosplitright
8769 wincmd t
8770 set winheight=1 winwidth=1
8771 argglobal
8772 21argu
8773 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
8774 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
8775 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
8776 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
8777 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
8778 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
8779 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
8780 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
8781 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
8782 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
8783 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
8784 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
8785 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
8786 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
8787 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
8788 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
8789 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
8790 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
8791 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">')
8792 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">')
8793 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
8794 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
8795 nnoremap <buffer> <silent> ; 
8796 nnoremap <buffer> <silent> ;; ;
8797 vnoremap <buffer> <silent> ;; ;
8798 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
8799 inoremap <buffer> <silent> &hA &hArr;
8800 inoremap <buffer> <silent> &dA &dArr;
8801 inoremap <buffer> <silent> &rA &rArr;
8802 inoremap <buffer> <silent> &uA &uArr;
8803 inoremap <buffer> <silent> &lA &lArr;
8804 inoremap <buffer> <silent> &ha &harr;
8805 inoremap <buffer> <silent> &da &darr;
8806 inoremap <buffer> <silent> &ra &rarr;
8807 inoremap <buffer> <silent> &ua &uarr;
8808 inoremap <buffer> <silent> &la &larr;
8809 inoremap <buffer> <silent> &pv &piv;
8810 inoremap <buffer> <silent> &uh &upsih;
8811 inoremap <buffer> <silent> &ts &thetasym;
8812 inoremap <buffer> <silent> &og &omega;
8813 inoremap <buffer> <silent> &ps &psi;
8814 inoremap <buffer> <silent> &ch &chi;
8815 inoremap <buffer> <silent> &ph &phi;
8816 inoremap <buffer> <silent> &up &upsilon;
8817 inoremap <buffer> <silent> &ta &tau;
8818 inoremap <buffer> <silent> &sf &sigmaf;
8819 inoremap <buffer> <silent> &si &sigma;
8820 inoremap <buffer> <silent> &rh &rho;
8821 inoremap <buffer> <silent> &pi &pi;
8822 inoremap <buffer> <silent> &oc &omicron;
8823 inoremap <buffer> <silent> &xi &xi;
8824 inoremap <buffer> <silent> &nu &nu;
8825 inoremap <buffer> <silent> &mu &mu;
8826 inoremap <buffer> <silent> &lm &lambda;
8827 inoremap <buffer> <silent> &ka &kappa;
8828 inoremap <buffer> <silent> &io &iota;
8829 inoremap <buffer> <silent> &th &theta;
8830 inoremap <buffer> <silent> &et &eta;
8831 inoremap <buffer> <silent> &ze &zeta;
8832 inoremap <buffer> <silent> &ep &epsilon;
8833 inoremap <buffer> <silent> &de &delta;
8834 inoremap <buffer> <silent> &ga &gamma;
8835 inoremap <buffer> <silent> &be &beta;
8836 inoremap <buffer> <silent> &al &alpha;
8837 inoremap <buffer> <silent> &Ps &Psi;
8838 inoremap <buffer> <silent> &Ch &Chi;
8839 inoremap <buffer> <silent> &Ph &Phi;
8840 inoremap <buffer> <silent> &Up &Upsilon;
8841 inoremap <buffer> <silent> &Ta &Tau;
8842 inoremap <buffer> <silent> &Si &Sigma;
8843 inoremap <buffer> <silent> &Rh &Rho;
8844 inoremap <buffer> <silent> &Pi &Pi;
8845 inoremap <buffer> <silent> &Oc &Omicron;
8846 inoremap <buffer> <silent> &Xi &Xi;
8847 inoremap <buffer> <silent> &Nu &Nu;
8848 inoremap <buffer> <silent> &Mu &Mu;
8849 inoremap <buffer> <silent> &Lm &Lambda;
8850 inoremap <buffer> <silent> &Ka &Kappa;
8851 inoremap <buffer> <silent> &Io &Iota;
8852 inoremap <buffer> <silent> &Th &Theta;
8853 inoremap <buffer> <silent> &Et &Eta;
8854 inoremap <buffer> <silent> &Ze &Zeta;
8855 inoremap <buffer> <silent> &Ep &Epsilon;
8856 inoremap <buffer> <silent> &De &Delta;
8857 inoremap <buffer> <silent> &Ga &Gamma;
8858 inoremap <buffer> <silent> &Be &Beta;
8859 inoremap <buffer> <silent> &Al &Alpha;
8860 inoremap <buffer> <silent> &3. &hellip;
8861 inoremap <buffer> <silent> &-- &mdash;
8862 inoremap <buffer> <silent> &3- &mdash;
8863 inoremap <buffer> <silent> &m- &mdash;
8864 inoremap <buffer> <silent> &2- &ndash;
8865 inoremap <buffer> <silent> &n- &ndash;
8866 inoremap <buffer> <silent> &34 &frac34;
8867 inoremap <buffer> <silent> &12 &frac12;
8868 inoremap <buffer> <silent> &14 &frac14;
8869 inoremap <buffer> <silent> &. &middot;
8870 inoremap <buffer> <silent> &pa &para;
8871 inoremap <buffer> <silent> &mi &micro;
8872 inoremap <buffer> <silent> &dg &deg;
8873 inoremap <buffer> <silent> &? &iquest;
8874 inoremap <buffer> <silent> &! &iexcl;
8875 inoremap <buffer> <silent> &sz &szlig;
8876 inoremap <buffer> <silent> &o/ &oslash;
8877 inoremap <buffer> <silent> &/ &divide;
8878 inoremap <buffer> <silent> &" &uml;
8879 inoremap <buffer> <silent> &2> &raquo;
8880 inoremap <buffer> <silent> &2< &laquo;
8881 inoremap <buffer> <silent> &y" &yuml;
8882 inoremap <buffer> <silent> &y' &yacute;
8883 inoremap <buffer> <silent> &u" &uuml;
8884 inoremap <buffer> <silent> &u^ &ucirc;
8885 inoremap <buffer> <silent> &u' &uacute;
8886 inoremap <buffer> <silent> &u` &ugrave;
8887 inoremap <buffer> <silent> &x &times;
8888 inoremap <buffer> <silent> &o" &ouml;
8889 inoremap <buffer> <silent> &o~ &otilde;
8890 inoremap <buffer> <silent> &o^ &ocirc;
8891 inoremap <buffer> <silent> &o' &oacute;
8892 inoremap <buffer> <silent> &o` &ograve;
8893 inoremap <buffer> <silent> &n~ &ntilde;
8894 inoremap <buffer> <silent> &i" &iuml;
8895 inoremap <buffer> <silent> &i^ &icirc;
8896 inoremap <buffer> <silent> &i' &iacute;
8897 inoremap <buffer> <silent> &i` &igrave;
8898 inoremap <buffer> <silent> &e" &euml;
8899 inoremap <buffer> <silent> &e^ &ecirc;
8900 inoremap <buffer> <silent> &e' &eacute;
8901 inoremap <buffer> <silent> &e` &egrave;
8902 inoremap <buffer> <silent> &c, &ccedil;
8903 inoremap <buffer> <silent> &ae &aelig;
8904 inoremap <buffer> <silent> &ao &aring;
8905 inoremap <buffer> <silent> &a" &auml;
8906 inoremap <buffer> <silent> &a~ &atilde;
8907 inoremap <buffer> <silent> &a^ &acirc;
8908 inoremap <buffer> <silent> &a' &aacute;
8909 inoremap <buffer> <silent> &a` &agrave;
8910 inoremap <buffer> <silent> &Y' &Yacute;
8911 inoremap <buffer> <silent> &U" &Uuml;
8912 inoremap <buffer> <silent> &U^ &Ucirc;
8913 inoremap <buffer> <silent> &U' &Uacute;
8914 inoremap <buffer> <silent> &U` &Ugrave;
8915 inoremap <buffer> <silent> &O/ &Oslash;
8916 inoremap <buffer> <silent> &O" &Ouml;
8917 inoremap <buffer> <silent> &O~ &Otilde;
8918 inoremap <buffer> <silent> &O^ &Ocirc;
8919 inoremap <buffer> <silent> &O' &Oacute;
8920 inoremap <buffer> <silent> &O` &Ograve;
8921 inoremap <buffer> <silent> &N~ &Ntilde;
8922 inoremap <buffer> <silent> &I" &Iuml;
8923 inoremap <buffer> <silent> &I^ &Icirc;
8924 inoremap <buffer> <silent> &I' &Iacute;
8925 inoremap <buffer> <silent> &I` &Igrave;
8926 inoremap <buffer> <silent> &E" &Euml;
8927 inoremap <buffer> <silent> &E^ &Ecirc;
8928 inoremap <buffer> <silent> &E' &Eacute;
8929 inoremap <buffer> <silent> &E` &Egrave;
8930 inoremap <buffer> <silent> &C, &Ccedil;
8931 inoremap <buffer> <silent> &AE &AElig;
8932 inoremap <buffer> <silent> &Ao &Aring;
8933 inoremap <buffer> <silent> &A" &Auml;
8934 inoremap <buffer> <silent> &A~ &Atilde;
8935 inoremap <buffer> <silent> &A^ &Acirc;
8936 inoremap <buffer> <silent> &A' &Aacute;
8937 inoremap <buffer> <silent> &A` &Agrave;
8938 inoremap <buffer> <silent> &c| &cent;
8939 inoremap <buffer> <silent> &Y= &yen;
8940 inoremap <buffer> <silent> &# &pound;
8941 inoremap <buffer> <silent> & &nbsp;
8942 inoremap <buffer> <silent> &> &gt;
8943 inoremap <buffer> <silent> &< &lt;
8944 inoremap <buffer> <silent> &' &quot;
8945 inoremap <buffer> <silent> &tm &trade;
8946 inoremap <buffer> <silent> &rO &reg;
8947 inoremap <buffer> <silent> &cO &copy;
8948 inoremap <buffer> <silent> && &amp;
8949 inoremap <buffer> <silent> ; &nbsp;
8950 inoremap <buffer> <silent> ;la <label for=""></label>F"
8951 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
8952 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
8953 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
8954 </textarea>k$5F"i
8955 inoremap <buffer> <silent> ;og <optgroup label="">
8956 </optgroup>k$F"i
8957 inoremap <buffer> <silent> ;op <option></option>F<
8958 inoremap <buffer> <silent> ;ms <select name="" multiple>
8959 </select>O
8960 inoremap <buffer> <silent> ;se <select name="">
8961 </select>O
8962 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
8963 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
8964 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
8965 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
8966 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
8967 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
8968 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
8969 inoremap <buffer> <silent> ;fm <form action="">
8970 </form>k$F"i
8971 inoremap <buffer> <silent> ;if <iframe src="">
8972 </iframe>k$F"i
8973 inoremap <buffer> <silent> ;nf <noframes>
8974 </noframes>O
8975 inoremap <buffer> <silent> ;fr <frame src="">F"
8976 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
8977 </frameset>k$3F"i
8978 inoremap <buffer> <silent> ;th <th></th>F<
8979 inoremap <buffer> <silent> ;td <td>
8980 </td>O
8981 inoremap <buffer> <silent> ;tr <tr>
8982 </tr>O
8983 inoremap <buffer> <silent> ;tf <tfoot>
8984 </tfoot>O
8985 inoremap <buffer> <silent> ;tb <tbody>
8986 </tbody>O
8987 inoremap <buffer> <silent> ;tH <thead>
8988 </thead>O
8989 inoremap <buffer> <silent> ;ta <table>
8990 </table>O
8991 inoremap <buffer> <silent> ;ca <caption></caption>F<
8992 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
8993 </object>k$5F"i
8994 inoremap <buffer> <silent> ;ns <noscript>
8995 </noscripT>O
8996 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
8997 <noembed></noembed>k$5F"i
8998 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
8999 inoremap <buffer> <silent> ;va <var></var>F<
9000 inoremap <buffer> <silent> ;ul <ul>
9001 </ul>O
9002 inoremap <buffer> <silent> ;tt <tt></tt>F<
9003 inoremap <buffer> <silent> ;ti <title></title>F<
9004 inoremap <buffer> <silent> ;sp <sup></sup>F<
9005 inoremap <buffer> <silent> ;sb <sub></sub>F<
9006 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
9007 inoremap <buffer> <silent> ;cs <style type="text/css">
9008 <!--
9009 -->
9010 </style>kO
9011 inoremap <buffer> <silent> ;sm <small></small>F<
9012 inoremap <buffer> <silent> ;sa <samp></samp>F<
9013 inoremap <buffer> <silent> ;sk <strike></strike>F<
9014 inoremap <buffer> <silent> ;qu <q></q>F<
9015 inoremap <buffer> <silent> ;pr <pre>
9016 </pre>O
9017 inoremap <buffer> <silent> ;/p </p>
9018 
9019 <p>
9020 inoremap <buffer> <silent> ;pp <p>
9021 </p>O
9022 inoremap <buffer> <silent> ;ol <ol>
9023 </ol>O
9024 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
9025 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
9026 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
9027 inoremap <buffer> <silent> ;lk <link href="">F"
9028 inoremap <buffer> <silent> ;li <li></li>F<
9029 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
9030 inoremap <buffer> <silent> ;ii <isindex>
9031 inoremap <buffer> <silent> ;in <ins></ins>F<
9032 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
9033 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
9034 inoremap <buffer> <silent> ;ht <html>
9035 </html>O
9036 inoremap <buffer> <silent> ;Hr <hr width="75%">
9037 inoremap <buffer> <silent> ;hr <hr>
9038 inoremap <buffer> <silent> ;he <head>
9039 </head>O
9040 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
9041 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
9042 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
9043 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
9044 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
9045 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
9046 inoremap <buffer> <silent> ;h6 <h6></h6>F<
9047 inoremap <buffer> <silent> ;h5 <h5></h5>F<
9048 inoremap <buffer> <silent> ;h4 <h4></h4>F<
9049 inoremap <buffer> <silent> ;h3 <h3></h3>F<
9050 inoremap <buffer> <silent> ;h2 <h2></h2>F<
9051 inoremap <buffer> <silent> ;h1 <h1></h1>F<
9052 inoremap <buffer> <silent> ;fc <font color=""></font>F"
9053 inoremap <buffer> <silent> ;fo <font size=""></font>F"
9054 inoremap <buffer> <silent> ;sn <span></span>F<
9055 inoremap <buffer> <silent> ;dv <div>
9056 </div>O
9057 inoremap <buffer> <silent> ;df <dfn></dfn>F<
9058 inoremap <buffer> <silent> ;de <del></del>F<
9059 inoremap <buffer> <silent> ;dd <dd></dd>F<
9060 inoremap <buffer> <silent> ;dt <dt></dt>F<
9061 inoremap <buffer> <silent> ;dl <dl>
9062 </dl>O
9063 inoremap <buffer> <silent> ;co <code></code>F<
9064 inoremap <buffer> <silent> ;ci <cite></cite>F<
9065 inoremap <buffer> <silent> ;ce <center></center>F<
9066 inoremap <buffer> <silent> ;br <br>
9067 inoremap <buffer> <silent> ;bd <body>
9068 </body>O
9069 inoremap <buffer> <silent> ;bl <blockquote>
9070 </blockquote>O
9071 inoremap <buffer> <silent> ;bi <big></big>F<
9072 inoremap <buffer> <silent> ;bh <base href="">F"
9073 inoremap <buffer> <silent> ;ad <address></address>F<
9074 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
9075 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
9076 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
9077 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
9078 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
9079 inoremap <buffer> <silent> ;an <a name=""></a>F"
9080 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
9081 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
9082 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
9083 inoremap <buffer> <silent> ;ah <a href=""></a>F"
9084 imap <buffer> <silent> ;s4 ;s4
9085 imap <buffer> <silent> ;4 ;4
9086 inoremap <buffer> <silent> ;mi :call MangleImageTag()
9087 inoremap <buffer> <silent> ; 
9088 inoremap <buffer> <silent> ;& &
9089 inoremap <buffer> <silent> ;; ;
9090 setlocal keymap=
9091 setlocal noarabic
9092 setlocal autoindent
9093 setlocal balloonexpr=
9094 setlocal nobinary
9095 setlocal bufhidden=
9096 setlocal buflisted
9097 setlocal buftype=
9098 setlocal nocindent
9099 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
9100 setlocal cinoptions=
9101 setlocal cinwords=if,else,while,do,for,switch
9102 setlocal colorcolumn=
9103 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
9104 setlocal commentstring=<!--%s-->
9105 setlocal complete=.,w,b,u,t,i
9106 setlocal concealcursor=
9107 setlocal conceallevel=0
9108 setlocal completefunc=
9109 setlocal nocopyindent
9110 setlocal cryptmethod=
9111 setlocal nocursorbind
9112 setlocal nocursorcolumn
9113 setlocal nocursorline
9114 setlocal define=
9115 setlocal dictionary=
9116 setlocal nodiff
9117 setlocal equalprg=
9118 setlocal errorformat=
9119 setlocal expandtab
9120 if &filetype != 'html'
9121 setlocal filetype=html
9122 endif
9123 setlocal foldcolumn=0
9124 setlocal foldenable
9125 setlocal foldexpr=0
9126 setlocal foldignore=#
9127 setlocal foldlevel=0
9128 setlocal foldmarker={{{,}}}
9129 setlocal foldmethod=manual
9130 setlocal foldminlines=1
9131 setlocal foldnestmax=20
9132 setlocal foldtext=foldtext()
9133 setlocal formatexpr=
9134 setlocal formatoptions=tcq
9135 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
9136 setlocal grepprg=
9137 setlocal iminsert=2
9138 setlocal imsearch=2
9139 setlocal include=
9140 setlocal includeexpr=
9141 setlocal indentexpr=
9142 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
9143 setlocal noinfercase
9144 setlocal iskeyword=@,48-57,_,192-255
9145 setlocal keywordprg=
9146 setlocal nolinebreak
9147 setlocal nolisp
9148 setlocal nolist
9149 setlocal makeprg=
9150 setlocal matchpairs=(:),{:},[:],<:>
9151 setlocal nomodeline
9152 setlocal modifiable
9153 setlocal nrformats=octal,hex
9154 setlocal nonumber
9155 setlocal numberwidth=4
9156 setlocal omnifunc=htmlcomplete#CompleteTags
9157 setlocal path=
9158 setlocal nopreserveindent
9159 setlocal nopreviewwindow
9160 setlocal quoteescape=\\
9161 setlocal noreadonly
9162 setlocal norelativenumber
9163 setlocal norightleft
9164 setlocal rightleftcmd=search
9165 setlocal noscrollbind
9166 setlocal shiftwidth=4
9167 setlocal noshortname
9168 setlocal nosmartindent
9169 setlocal softtabstop=0
9170 setlocal nospell
9171 setlocal spellcapcheck=
9172 setlocal spellfile=
9173 setlocal spelllang=en
9174 setlocal statusline=
9175 setlocal suffixesadd=
9176 setlocal swapfile
9177 setlocal synmaxcol=3000
9178 if &syntax != 'html'
9179 setlocal syntax=html
9180 endif
9181 setlocal tabstop=4
9182 setlocal tags=
9183 setlocal textwidth=0
9184 setlocal thesaurus=
9185 setlocal noundofile
9186 setlocal nowinfixheight
9187 setlocal nowinfixwidth
9188 setlocal wrap
9189 setlocal wrapmargin=0
9190 silent! normal! zE
9191 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
9192 if s:l < 1 | let s:l = 1 | endif
9193 exe s:l
9194 normal! zt
9195 1
9196 normal! 0
9197 tabedit sysresccd.html
9198 set splitbelow splitright
9199 set nosplitbelow
9200 set nosplitright
9201 wincmd t
9202 set winheight=1 winwidth=1
9203 argglobal
9204 22argu
9205 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9206 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9207 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
9208 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
9209 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
9210 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
9211 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
9212 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
9213 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
9214 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
9215 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
9216 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
9217 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
9218 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
9219 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
9220 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
9221 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
9222 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
9223 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">')
9224 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">')
9225 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
9226 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
9227 nnoremap <buffer> <silent> ; 
9228 nnoremap <buffer> <silent> ;; ;
9229 vnoremap <buffer> <silent> ;; ;
9230 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
9231 inoremap <buffer> <silent> &hA &hArr;
9232 inoremap <buffer> <silent> &dA &dArr;
9233 inoremap <buffer> <silent> &rA &rArr;
9234 inoremap <buffer> <silent> &uA &uArr;
9235 inoremap <buffer> <silent> &lA &lArr;
9236 inoremap <buffer> <silent> &ha &harr;
9237 inoremap <buffer> <silent> &da &darr;
9238 inoremap <buffer> <silent> &ra &rarr;
9239 inoremap <buffer> <silent> &ua &uarr;
9240 inoremap <buffer> <silent> &la &larr;
9241 inoremap <buffer> <silent> &pv &piv;
9242 inoremap <buffer> <silent> &uh &upsih;
9243 inoremap <buffer> <silent> &ts &thetasym;
9244 inoremap <buffer> <silent> &og &omega;
9245 inoremap <buffer> <silent> &ps &psi;
9246 inoremap <buffer> <silent> &ch &chi;
9247 inoremap <buffer> <silent> &ph &phi;
9248 inoremap <buffer> <silent> &up &upsilon;
9249 inoremap <buffer> <silent> &ta &tau;
9250 inoremap <buffer> <silent> &sf &sigmaf;
9251 inoremap <buffer> <silent> &si &sigma;
9252 inoremap <buffer> <silent> &rh &rho;
9253 inoremap <buffer> <silent> &pi &pi;
9254 inoremap <buffer> <silent> &oc &omicron;
9255 inoremap <buffer> <silent> &xi &xi;
9256 inoremap <buffer> <silent> &nu &nu;
9257 inoremap <buffer> <silent> &mu &mu;
9258 inoremap <buffer> <silent> &lm &lambda;
9259 inoremap <buffer> <silent> &ka &kappa;
9260 inoremap <buffer> <silent> &io &iota;
9261 inoremap <buffer> <silent> &th &theta;
9262 inoremap <buffer> <silent> &et &eta;
9263 inoremap <buffer> <silent> &ze &zeta;
9264 inoremap <buffer> <silent> &ep &epsilon;
9265 inoremap <buffer> <silent> &de &delta;
9266 inoremap <buffer> <silent> &ga &gamma;
9267 inoremap <buffer> <silent> &be &beta;
9268 inoremap <buffer> <silent> &al &alpha;
9269 inoremap <buffer> <silent> &Ps &Psi;
9270 inoremap <buffer> <silent> &Ch &Chi;
9271 inoremap <buffer> <silent> &Ph &Phi;
9272 inoremap <buffer> <silent> &Up &Upsilon;
9273 inoremap <buffer> <silent> &Ta &Tau;
9274 inoremap <buffer> <silent> &Si &Sigma;
9275 inoremap <buffer> <silent> &Rh &Rho;
9276 inoremap <buffer> <silent> &Pi &Pi;
9277 inoremap <buffer> <silent> &Oc &Omicron;
9278 inoremap <buffer> <silent> &Xi &Xi;
9279 inoremap <buffer> <silent> &Nu &Nu;
9280 inoremap <buffer> <silent> &Mu &Mu;
9281 inoremap <buffer> <silent> &Lm &Lambda;
9282 inoremap <buffer> <silent> &Ka &Kappa;
9283 inoremap <buffer> <silent> &Io &Iota;
9284 inoremap <buffer> <silent> &Th &Theta;
9285 inoremap <buffer> <silent> &Et &Eta;
9286 inoremap <buffer> <silent> &Ze &Zeta;
9287 inoremap <buffer> <silent> &Ep &Epsilon;
9288 inoremap <buffer> <silent> &De &Delta;
9289 inoremap <buffer> <silent> &Ga &Gamma;
9290 inoremap <buffer> <silent> &Be &Beta;
9291 inoremap <buffer> <silent> &Al &Alpha;
9292 inoremap <buffer> <silent> &3. &hellip;
9293 inoremap <buffer> <silent> &-- &mdash;
9294 inoremap <buffer> <silent> &3- &mdash;
9295 inoremap <buffer> <silent> &m- &mdash;
9296 inoremap <buffer> <silent> &2- &ndash;
9297 inoremap <buffer> <silent> &n- &ndash;
9298 inoremap <buffer> <silent> &34 &frac34;
9299 inoremap <buffer> <silent> &12 &frac12;
9300 inoremap <buffer> <silent> &14 &frac14;
9301 inoremap <buffer> <silent> &. &middot;
9302 inoremap <buffer> <silent> &pa &para;
9303 inoremap <buffer> <silent> &mi &micro;
9304 inoremap <buffer> <silent> &dg &deg;
9305 inoremap <buffer> <silent> &? &iquest;
9306 inoremap <buffer> <silent> &! &iexcl;
9307 inoremap <buffer> <silent> &sz &szlig;
9308 inoremap <buffer> <silent> &o/ &oslash;
9309 inoremap <buffer> <silent> &/ &divide;
9310 inoremap <buffer> <silent> &" &uml;
9311 inoremap <buffer> <silent> &2> &raquo;
9312 inoremap <buffer> <silent> &2< &laquo;
9313 inoremap <buffer> <silent> &y" &yuml;
9314 inoremap <buffer> <silent> &y' &yacute;
9315 inoremap <buffer> <silent> &u" &uuml;
9316 inoremap <buffer> <silent> &u^ &ucirc;
9317 inoremap <buffer> <silent> &u' &uacute;
9318 inoremap <buffer> <silent> &u` &ugrave;
9319 inoremap <buffer> <silent> &x &times;
9320 inoremap <buffer> <silent> &o" &ouml;
9321 inoremap <buffer> <silent> &o~ &otilde;
9322 inoremap <buffer> <silent> &o^ &ocirc;
9323 inoremap <buffer> <silent> &o' &oacute;
9324 inoremap <buffer> <silent> &o` &ograve;
9325 inoremap <buffer> <silent> &n~ &ntilde;
9326 inoremap <buffer> <silent> &i" &iuml;
9327 inoremap <buffer> <silent> &i^ &icirc;
9328 inoremap <buffer> <silent> &i' &iacute;
9329 inoremap <buffer> <silent> &i` &igrave;
9330 inoremap <buffer> <silent> &e" &euml;
9331 inoremap <buffer> <silent> &e^ &ecirc;
9332 inoremap <buffer> <silent> &e' &eacute;
9333 inoremap <buffer> <silent> &e` &egrave;
9334 inoremap <buffer> <silent> &c, &ccedil;
9335 inoremap <buffer> <silent> &ae &aelig;
9336 inoremap <buffer> <silent> &ao &aring;
9337 inoremap <buffer> <silent> &a" &auml;
9338 inoremap <buffer> <silent> &a~ &atilde;
9339 inoremap <buffer> <silent> &a^ &acirc;
9340 inoremap <buffer> <silent> &a' &aacute;
9341 inoremap <buffer> <silent> &a` &agrave;
9342 inoremap <buffer> <silent> &Y' &Yacute;
9343 inoremap <buffer> <silent> &U" &Uuml;
9344 inoremap <buffer> <silent> &U^ &Ucirc;
9345 inoremap <buffer> <silent> &U' &Uacute;
9346 inoremap <buffer> <silent> &U` &Ugrave;
9347 inoremap <buffer> <silent> &O/ &Oslash;
9348 inoremap <buffer> <silent> &O" &Ouml;
9349 inoremap <buffer> <silent> &O~ &Otilde;
9350 inoremap <buffer> <silent> &O^ &Ocirc;
9351 inoremap <buffer> <silent> &O' &Oacute;
9352 inoremap <buffer> <silent> &O` &Ograve;
9353 inoremap <buffer> <silent> &N~ &Ntilde;
9354 inoremap <buffer> <silent> &I" &Iuml;
9355 inoremap <buffer> <silent> &I^ &Icirc;
9356 inoremap <buffer> <silent> &I' &Iacute;
9357 inoremap <buffer> <silent> &I` &Igrave;
9358 inoremap <buffer> <silent> &E" &Euml;
9359 inoremap <buffer> <silent> &E^ &Ecirc;
9360 inoremap <buffer> <silent> &E' &Eacute;
9361 inoremap <buffer> <silent> &E` &Egrave;
9362 inoremap <buffer> <silent> &C, &Ccedil;
9363 inoremap <buffer> <silent> &AE &AElig;
9364 inoremap <buffer> <silent> &Ao &Aring;
9365 inoremap <buffer> <silent> &A" &Auml;
9366 inoremap <buffer> <silent> &A~ &Atilde;
9367 inoremap <buffer> <silent> &A^ &Acirc;
9368 inoremap <buffer> <silent> &A' &Aacute;
9369 inoremap <buffer> <silent> &A` &Agrave;
9370 inoremap <buffer> <silent> &c| &cent;
9371 inoremap <buffer> <silent> &Y= &yen;
9372 inoremap <buffer> <silent> &# &pound;
9373 inoremap <buffer> <silent> & &nbsp;
9374 inoremap <buffer> <silent> &> &gt;
9375 inoremap <buffer> <silent> &< &lt;
9376 inoremap <buffer> <silent> &' &quot;
9377 inoremap <buffer> <silent> &tm &trade;
9378 inoremap <buffer> <silent> &rO &reg;
9379 inoremap <buffer> <silent> &cO &copy;
9380 inoremap <buffer> <silent> && &amp;
9381 inoremap <buffer> <silent> ; &nbsp;
9382 inoremap <buffer> <silent> ;la <label for=""></label>F"
9383 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
9384 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
9385 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
9386 </textarea>k$5F"i
9387 inoremap <buffer> <silent> ;og <optgroup label="">
9388 </optgroup>k$F"i
9389 inoremap <buffer> <silent> ;op <option></option>F<
9390 inoremap <buffer> <silent> ;ms <select name="" multiple>
9391 </select>O
9392 inoremap <buffer> <silent> ;se <select name="">
9393 </select>O
9394 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
9395 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
9396 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
9397 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
9398 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
9399 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
9400 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
9401 inoremap <buffer> <silent> ;fm <form action="">
9402 </form>k$F"i
9403 inoremap <buffer> <silent> ;if <iframe src="">
9404 </iframe>k$F"i
9405 inoremap <buffer> <silent> ;nf <noframes>
9406 </noframes>O
9407 inoremap <buffer> <silent> ;fr <frame src="">F"
9408 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
9409 </frameset>k$3F"i
9410 inoremap <buffer> <silent> ;th <th></th>F<
9411 inoremap <buffer> <silent> ;td <td>
9412 </td>O
9413 inoremap <buffer> <silent> ;tr <tr>
9414 </tr>O
9415 inoremap <buffer> <silent> ;tf <tfoot>
9416 </tfoot>O
9417 inoremap <buffer> <silent> ;tb <tbody>
9418 </tbody>O
9419 inoremap <buffer> <silent> ;tH <thead>
9420 </thead>O
9421 inoremap <buffer> <silent> ;ta <table>
9422 </table>O
9423 inoremap <buffer> <silent> ;ca <caption></caption>F<
9424 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
9425 </object>k$5F"i
9426 inoremap <buffer> <silent> ;ns <noscript>
9427 </noscripT>O
9428 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
9429 <noembed></noembed>k$5F"i
9430 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
9431 inoremap <buffer> <silent> ;va <var></var>F<
9432 inoremap <buffer> <silent> ;ul <ul>
9433 </ul>O
9434 inoremap <buffer> <silent> ;tt <tt></tt>F<
9435 inoremap <buffer> <silent> ;ti <title></title>F<
9436 inoremap <buffer> <silent> ;sp <sup></sup>F<
9437 inoremap <buffer> <silent> ;sb <sub></sub>F<
9438 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
9439 inoremap <buffer> <silent> ;cs <style type="text/css">
9440 <!--
9441 -->
9442 </style>kO
9443 inoremap <buffer> <silent> ;sm <small></small>F<
9444 inoremap <buffer> <silent> ;sa <samp></samp>F<
9445 inoremap <buffer> <silent> ;sk <strike></strike>F<
9446 inoremap <buffer> <silent> ;qu <q></q>F<
9447 inoremap <buffer> <silent> ;pr <pre>
9448 </pre>O
9449 inoremap <buffer> <silent> ;/p </p>
9450 
9451 <p>
9452 inoremap <buffer> <silent> ;pp <p>
9453 </p>O
9454 inoremap <buffer> <silent> ;ol <ol>
9455 </ol>O
9456 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
9457 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
9458 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
9459 inoremap <buffer> <silent> ;lk <link href="">F"
9460 inoremap <buffer> <silent> ;li <li></li>F<
9461 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
9462 inoremap <buffer> <silent> ;ii <isindex>
9463 inoremap <buffer> <silent> ;in <ins></ins>F<
9464 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
9465 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
9466 inoremap <buffer> <silent> ;ht <html>
9467 </html>O
9468 inoremap <buffer> <silent> ;Hr <hr width="75%">
9469 inoremap <buffer> <silent> ;hr <hr>
9470 inoremap <buffer> <silent> ;he <head>
9471 </head>O
9472 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
9473 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
9474 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
9475 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
9476 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
9477 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
9478 inoremap <buffer> <silent> ;h6 <h6></h6>F<
9479 inoremap <buffer> <silent> ;h5 <h5></h5>F<
9480 inoremap <buffer> <silent> ;h4 <h4></h4>F<
9481 inoremap <buffer> <silent> ;h3 <h3></h3>F<
9482 inoremap <buffer> <silent> ;h2 <h2></h2>F<
9483 inoremap <buffer> <silent> ;h1 <h1></h1>F<
9484 inoremap <buffer> <silent> ;fc <font color=""></font>F"
9485 inoremap <buffer> <silent> ;fo <font size=""></font>F"
9486 inoremap <buffer> <silent> ;sn <span></span>F<
9487 inoremap <buffer> <silent> ;dv <div>
9488 </div>O
9489 inoremap <buffer> <silent> ;df <dfn></dfn>F<
9490 inoremap <buffer> <silent> ;de <del></del>F<
9491 inoremap <buffer> <silent> ;dd <dd></dd>F<
9492 inoremap <buffer> <silent> ;dt <dt></dt>F<
9493 inoremap <buffer> <silent> ;dl <dl>
9494 </dl>O
9495 inoremap <buffer> <silent> ;co <code></code>F<
9496 inoremap <buffer> <silent> ;ci <cite></cite>F<
9497 inoremap <buffer> <silent> ;ce <center></center>F<
9498 inoremap <buffer> <silent> ;br <br>
9499 inoremap <buffer> <silent> ;bd <body>
9500 </body>O
9501 inoremap <buffer> <silent> ;bl <blockquote>
9502 </blockquote>O
9503 inoremap <buffer> <silent> ;bi <big></big>F<
9504 inoremap <buffer> <silent> ;bh <base href="">F"
9505 inoremap <buffer> <silent> ;ad <address></address>F<
9506 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
9507 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
9508 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
9509 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
9510 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
9511 inoremap <buffer> <silent> ;an <a name=""></a>F"
9512 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
9513 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
9514 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
9515 inoremap <buffer> <silent> ;ah <a href=""></a>F"
9516 imap <buffer> <silent> ;s4 ;s4
9517 imap <buffer> <silent> ;4 ;4
9518 inoremap <buffer> <silent> ;mi :call MangleImageTag()
9519 inoremap <buffer> <silent> ; 
9520 inoremap <buffer> <silent> ;& &
9521 inoremap <buffer> <silent> ;; ;
9522 setlocal keymap=
9523 setlocal noarabic
9524 setlocal autoindent
9525 setlocal balloonexpr=
9526 setlocal nobinary
9527 setlocal bufhidden=
9528 setlocal buflisted
9529 setlocal buftype=
9530 setlocal nocindent
9531 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
9532 setlocal cinoptions=
9533 setlocal cinwords=if,else,while,do,for,switch
9534 setlocal colorcolumn=
9535 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
9536 setlocal commentstring=<!--%s-->
9537 setlocal complete=.,w,b,u,t,i
9538 setlocal concealcursor=
9539 setlocal conceallevel=0
9540 setlocal completefunc=
9541 setlocal nocopyindent
9542 setlocal cryptmethod=
9543 setlocal nocursorbind
9544 setlocal nocursorcolumn
9545 setlocal nocursorline
9546 setlocal define=
9547 setlocal dictionary=
9548 setlocal nodiff
9549 setlocal equalprg=
9550 setlocal errorformat=
9551 setlocal expandtab
9552 if &filetype != 'html'
9553 setlocal filetype=html
9554 endif
9555 setlocal foldcolumn=0
9556 setlocal foldenable
9557 setlocal foldexpr=0
9558 setlocal foldignore=#
9559 setlocal foldlevel=0
9560 setlocal foldmarker={{{,}}}
9561 setlocal foldmethod=manual
9562 setlocal foldminlines=1
9563 setlocal foldnestmax=20
9564 setlocal foldtext=foldtext()
9565 setlocal formatexpr=
9566 setlocal formatoptions=tcq
9567 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
9568 setlocal grepprg=
9569 setlocal iminsert=2
9570 setlocal imsearch=2
9571 setlocal include=
9572 setlocal includeexpr=
9573 setlocal indentexpr=
9574 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
9575 setlocal noinfercase
9576 setlocal iskeyword=@,48-57,_,192-255
9577 setlocal keywordprg=
9578 setlocal nolinebreak
9579 setlocal nolisp
9580 setlocal nolist
9581 setlocal makeprg=
9582 setlocal matchpairs=(:),{:},[:],<:>
9583 setlocal nomodeline
9584 setlocal modifiable
9585 setlocal nrformats=octal,hex
9586 setlocal nonumber
9587 setlocal numberwidth=4
9588 setlocal omnifunc=htmlcomplete#CompleteTags
9589 setlocal path=
9590 setlocal nopreserveindent
9591 setlocal nopreviewwindow
9592 setlocal quoteescape=\\
9593 setlocal noreadonly
9594 setlocal norelativenumber
9595 setlocal norightleft
9596 setlocal rightleftcmd=search
9597 setlocal noscrollbind
9598 setlocal shiftwidth=4
9599 setlocal noshortname
9600 setlocal nosmartindent
9601 setlocal softtabstop=0
9602 setlocal nospell
9603 setlocal spellcapcheck=
9604 setlocal spellfile=
9605 setlocal spelllang=en
9606 setlocal statusline=
9607 setlocal suffixesadd=
9608 setlocal swapfile
9609 setlocal synmaxcol=3000
9610 if &syntax != 'html'
9611 setlocal syntax=html
9612 endif
9613 setlocal tabstop=4
9614 setlocal tags=
9615 setlocal textwidth=0
9616 setlocal thesaurus=
9617 setlocal noundofile
9618 setlocal nowinfixheight
9619 setlocal nowinfixwidth
9620 setlocal wrap
9621 setlocal wrapmargin=0
9622 silent! normal! zE
9623 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
9624 if s:l < 1 | let s:l = 1 | endif
9625 exe s:l
9626 normal! zt
9627 1
9628 normal! 0
9629 tabedit usb.html
9630 set splitbelow splitright
9631 set nosplitbelow
9632 set nosplitright
9633 wincmd t
9634 set winheight=1 winwidth=1
9635 argglobal
9636 23argu
9637 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9638 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
9639 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
9640 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
9641 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
9642 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
9643 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
9644 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
9645 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
9646 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
9647 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
9648 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
9649 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
9650 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
9651 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
9652 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
9653 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
9654 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
9655 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">')
9656 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">')
9657 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
9658 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
9659 nnoremap <buffer> <silent> ; 
9660 nnoremap <buffer> <silent> ;; ;
9661 vnoremap <buffer> <silent> ;; ;
9662 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
9663 inoremap <buffer> <silent> &hA &hArr;
9664 inoremap <buffer> <silent> &dA &dArr;
9665 inoremap <buffer> <silent> &rA &rArr;
9666 inoremap <buffer> <silent> &uA &uArr;
9667 inoremap <buffer> <silent> &lA &lArr;
9668 inoremap <buffer> <silent> &ha &harr;
9669 inoremap <buffer> <silent> &da &darr;
9670 inoremap <buffer> <silent> &ra &rarr;
9671 inoremap <buffer> <silent> &ua &uarr;
9672 inoremap <buffer> <silent> &la &larr;
9673 inoremap <buffer> <silent> &pv &piv;
9674 inoremap <buffer> <silent> &uh &upsih;
9675 inoremap <buffer> <silent> &ts &thetasym;
9676 inoremap <buffer> <silent> &og &omega;
9677 inoremap <buffer> <silent> &ps &psi;
9678 inoremap <buffer> <silent> &ch &chi;
9679 inoremap <buffer> <silent> &ph &phi;
9680 inoremap <buffer> <silent> &up &upsilon;
9681 inoremap <buffer> <silent> &ta &tau;
9682 inoremap <buffer> <silent> &sf &sigmaf;
9683 inoremap <buffer> <silent> &si &sigma;
9684 inoremap <buffer> <silent> &rh &rho;
9685 inoremap <buffer> <silent> &pi &pi;
9686 inoremap <buffer> <silent> &oc &omicron;
9687 inoremap <buffer> <silent> &xi &xi;
9688 inoremap <buffer> <silent> &nu &nu;
9689 inoremap <buffer> <silent> &mu &mu;
9690 inoremap <buffer> <silent> &lm &lambda;
9691 inoremap <buffer> <silent> &ka &kappa;
9692 inoremap <buffer> <silent> &io &iota;
9693 inoremap <buffer> <silent> &th &theta;
9694 inoremap <buffer> <silent> &et &eta;
9695 inoremap <buffer> <silent> &ze &zeta;
9696 inoremap <buffer> <silent> &ep &epsilon;
9697 inoremap <buffer> <silent> &de &delta;
9698 inoremap <buffer> <silent> &ga &gamma;
9699 inoremap <buffer> <silent> &be &beta;
9700 inoremap <buffer> <silent> &al &alpha;
9701 inoremap <buffer> <silent> &Ps &Psi;
9702 inoremap <buffer> <silent> &Ch &Chi;
9703 inoremap <buffer> <silent> &Ph &Phi;
9704 inoremap <buffer> <silent> &Up &Upsilon;
9705 inoremap <buffer> <silent> &Ta &Tau;
9706 inoremap <buffer> <silent> &Si &Sigma;
9707 inoremap <buffer> <silent> &Rh &Rho;
9708 inoremap <buffer> <silent> &Pi &Pi;
9709 inoremap <buffer> <silent> &Oc &Omicron;
9710 inoremap <buffer> <silent> &Xi &Xi;
9711 inoremap <buffer> <silent> &Nu &Nu;
9712 inoremap <buffer> <silent> &Mu &Mu;
9713 inoremap <buffer> <silent> &Lm &Lambda;
9714 inoremap <buffer> <silent> &Ka &Kappa;
9715 inoremap <buffer> <silent> &Io &Iota;
9716 inoremap <buffer> <silent> &Th &Theta;
9717 inoremap <buffer> <silent> &Et &Eta;
9718 inoremap <buffer> <silent> &Ze &Zeta;
9719 inoremap <buffer> <silent> &Ep &Epsilon;
9720 inoremap <buffer> <silent> &De &Delta;
9721 inoremap <buffer> <silent> &Ga &Gamma;
9722 inoremap <buffer> <silent> &Be &Beta;
9723 inoremap <buffer> <silent> &Al &Alpha;
9724 inoremap <buffer> <silent> &3. &hellip;
9725 inoremap <buffer> <silent> &-- &mdash;
9726 inoremap <buffer> <silent> &3- &mdash;
9727 inoremap <buffer> <silent> &m- &mdash;
9728 inoremap <buffer> <silent> &2- &ndash;
9729 inoremap <buffer> <silent> &n- &ndash;
9730 inoremap <buffer> <silent> &34 &frac34;
9731 inoremap <buffer> <silent> &12 &frac12;
9732 inoremap <buffer> <silent> &14 &frac14;
9733 inoremap <buffer> <silent> &. &middot;
9734 inoremap <buffer> <silent> &pa &para;
9735 inoremap <buffer> <silent> &mi &micro;
9736 inoremap <buffer> <silent> &dg &deg;
9737 inoremap <buffer> <silent> &? &iquest;
9738 inoremap <buffer> <silent> &! &iexcl;
9739 inoremap <buffer> <silent> &sz &szlig;
9740 inoremap <buffer> <silent> &o/ &oslash;
9741 inoremap <buffer> <silent> &/ &divide;
9742 inoremap <buffer> <silent> &" &uml;
9743 inoremap <buffer> <silent> &2> &raquo;
9744 inoremap <buffer> <silent> &2< &laquo;
9745 inoremap <buffer> <silent> &y" &yuml;
9746 inoremap <buffer> <silent> &y' &yacute;
9747 inoremap <buffer> <silent> &u" &uuml;
9748 inoremap <buffer> <silent> &u^ &ucirc;
9749 inoremap <buffer> <silent> &u' &uacute;
9750 inoremap <buffer> <silent> &u` &ugrave;
9751 inoremap <buffer> <silent> &x &times;
9752 inoremap <buffer> <silent> &o" &ouml;
9753 inoremap <buffer> <silent> &o~ &otilde;
9754 inoremap <buffer> <silent> &o^ &ocirc;
9755 inoremap <buffer> <silent> &o' &oacute;
9756 inoremap <buffer> <silent> &o` &ograve;
9757 inoremap <buffer> <silent> &n~ &ntilde;
9758 inoremap <buffer> <silent> &i" &iuml;
9759 inoremap <buffer> <silent> &i^ &icirc;
9760 inoremap <buffer> <silent> &i' &iacute;
9761 inoremap <buffer> <silent> &i` &igrave;
9762 inoremap <buffer> <silent> &e" &euml;
9763 inoremap <buffer> <silent> &e^ &ecirc;
9764 inoremap <buffer> <silent> &e' &eacute;
9765 inoremap <buffer> <silent> &e` &egrave;
9766 inoremap <buffer> <silent> &c, &ccedil;
9767 inoremap <buffer> <silent> &ae &aelig;
9768 inoremap <buffer> <silent> &ao &aring;
9769 inoremap <buffer> <silent> &a" &auml;
9770 inoremap <buffer> <silent> &a~ &atilde;
9771 inoremap <buffer> <silent> &a^ &acirc;
9772 inoremap <buffer> <silent> &a' &aacute;
9773 inoremap <buffer> <silent> &a` &agrave;
9774 inoremap <buffer> <silent> &Y' &Yacute;
9775 inoremap <buffer> <silent> &U" &Uuml;
9776 inoremap <buffer> <silent> &U^ &Ucirc;
9777 inoremap <buffer> <silent> &U' &Uacute;
9778 inoremap <buffer> <silent> &U` &Ugrave;
9779 inoremap <buffer> <silent> &O/ &Oslash;
9780 inoremap <buffer> <silent> &O" &Ouml;
9781 inoremap <buffer> <silent> &O~ &Otilde;
9782 inoremap <buffer> <silent> &O^ &Ocirc;
9783 inoremap <buffer> <silent> &O' &Oacute;
9784 inoremap <buffer> <silent> &O` &Ograve;
9785 inoremap <buffer> <silent> &N~ &Ntilde;
9786 inoremap <buffer> <silent> &I" &Iuml;
9787 inoremap <buffer> <silent> &I^ &Icirc;
9788 inoremap <buffer> <silent> &I' &Iacute;
9789 inoremap <buffer> <silent> &I` &Igrave;
9790 inoremap <buffer> <silent> &E" &Euml;
9791 inoremap <buffer> <silent> &E^ &Ecirc;
9792 inoremap <buffer> <silent> &E' &Eacute;
9793 inoremap <buffer> <silent> &E` &Egrave;
9794 inoremap <buffer> <silent> &C, &Ccedil;
9795 inoremap <buffer> <silent> &AE &AElig;
9796 inoremap <buffer> <silent> &Ao &Aring;
9797 inoremap <buffer> <silent> &A" &Auml;
9798 inoremap <buffer> <silent> &A~ &Atilde;
9799 inoremap <buffer> <silent> &A^ &Acirc;
9800 inoremap <buffer> <silent> &A' &Aacute;
9801 inoremap <buffer> <silent> &A` &Agrave;
9802 inoremap <buffer> <silent> &c| &cent;
9803 inoremap <buffer> <silent> &Y= &yen;
9804 inoremap <buffer> <silent> &# &pound;
9805 inoremap <buffer> <silent> & &nbsp;
9806 inoremap <buffer> <silent> &> &gt;
9807 inoremap <buffer> <silent> &< &lt;
9808 inoremap <buffer> <silent> &' &quot;
9809 inoremap <buffer> <silent> &tm &trade;
9810 inoremap <buffer> <silent> &rO &reg;
9811 inoremap <buffer> <silent> &cO &copy;
9812 inoremap <buffer> <silent> && &amp;
9813 inoremap <buffer> <silent> ; &nbsp;
9814 inoremap <buffer> <silent> ;la <label for=""></label>F"
9815 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
9816 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
9817 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
9818 </textarea>k$5F"i
9819 inoremap <buffer> <silent> ;og <optgroup label="">
9820 </optgroup>k$F"i
9821 inoremap <buffer> <silent> ;op <option></option>F<
9822 inoremap <buffer> <silent> ;ms <select name="" multiple>
9823 </select>O
9824 inoremap <buffer> <silent> ;se <select name="">
9825 </select>O
9826 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
9827 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
9828 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
9829 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
9830 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
9831 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
9832 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
9833 inoremap <buffer> <silent> ;fm <form action="">
9834 </form>k$F"i
9835 inoremap <buffer> <silent> ;if <iframe src="">
9836 </iframe>k$F"i
9837 inoremap <buffer> <silent> ;nf <noframes>
9838 </noframes>O
9839 inoremap <buffer> <silent> ;fr <frame src="">F"
9840 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
9841 </frameset>k$3F"i
9842 inoremap <buffer> <silent> ;th <th></th>F<
9843 inoremap <buffer> <silent> ;td <td>
9844 </td>O
9845 inoremap <buffer> <silent> ;tr <tr>
9846 </tr>O
9847 inoremap <buffer> <silent> ;tf <tfoot>
9848 </tfoot>O
9849 inoremap <buffer> <silent> ;tb <tbody>
9850 </tbody>O
9851 inoremap <buffer> <silent> ;tH <thead>
9852 </thead>O
9853 inoremap <buffer> <silent> ;ta <table>
9854 </table>O
9855 inoremap <buffer> <silent> ;ca <caption></caption>F<
9856 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
9857 </object>k$5F"i
9858 inoremap <buffer> <silent> ;ns <noscript>
9859 </noscripT>O
9860 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
9861 <noembed></noembed>k$5F"i
9862 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
9863 inoremap <buffer> <silent> ;va <var></var>F<
9864 inoremap <buffer> <silent> ;ul <ul>
9865 </ul>O
9866 inoremap <buffer> <silent> ;tt <tt></tt>F<
9867 inoremap <buffer> <silent> ;ti <title></title>F<
9868 inoremap <buffer> <silent> ;sp <sup></sup>F<
9869 inoremap <buffer> <silent> ;sb <sub></sub>F<
9870 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
9871 inoremap <buffer> <silent> ;cs <style type="text/css">
9872 <!--
9873 -->
9874 </style>kO
9875 inoremap <buffer> <silent> ;sm <small></small>F<
9876 inoremap <buffer> <silent> ;sa <samp></samp>F<
9877 inoremap <buffer> <silent> ;sk <strike></strike>F<
9878 inoremap <buffer> <silent> ;qu <q></q>F<
9879 inoremap <buffer> <silent> ;pr <pre>
9880 </pre>O
9881 inoremap <buffer> <silent> ;/p </p>
9882 
9883 <p>
9884 inoremap <buffer> <silent> ;pp <p>
9885 </p>O
9886 inoremap <buffer> <silent> ;ol <ol>
9887 </ol>O
9888 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
9889 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
9890 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
9891 inoremap <buffer> <silent> ;lk <link href="">F"
9892 inoremap <buffer> <silent> ;li <li></li>F<
9893 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
9894 inoremap <buffer> <silent> ;ii <isindex>
9895 inoremap <buffer> <silent> ;in <ins></ins>F<
9896 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
9897 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
9898 inoremap <buffer> <silent> ;ht <html>
9899 </html>O
9900 inoremap <buffer> <silent> ;Hr <hr width="75%">
9901 inoremap <buffer> <silent> ;hr <hr>
9902 inoremap <buffer> <silent> ;he <head>
9903 </head>O
9904 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
9905 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
9906 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
9907 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
9908 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
9909 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
9910 inoremap <buffer> <silent> ;h6 <h6></h6>F<
9911 inoremap <buffer> <silent> ;h5 <h5></h5>F<
9912 inoremap <buffer> <silent> ;h4 <h4></h4>F<
9913 inoremap <buffer> <silent> ;h3 <h3></h3>F<
9914 inoremap <buffer> <silent> ;h2 <h2></h2>F<
9915 inoremap <buffer> <silent> ;h1 <h1></h1>F<
9916 inoremap <buffer> <silent> ;fc <font color=""></font>F"
9917 inoremap <buffer> <silent> ;fo <font size=""></font>F"
9918 inoremap <buffer> <silent> ;sn <span></span>F<
9919 inoremap <buffer> <silent> ;dv <div>
9920 </div>O
9921 inoremap <buffer> <silent> ;df <dfn></dfn>F<
9922 inoremap <buffer> <silent> ;de <del></del>F<
9923 inoremap <buffer> <silent> ;dd <dd></dd>F<
9924 inoremap <buffer> <silent> ;dt <dt></dt>F<
9925 inoremap <buffer> <silent> ;dl <dl>
9926 </dl>O
9927 inoremap <buffer> <silent> ;co <code></code>F<
9928 inoremap <buffer> <silent> ;ci <cite></cite>F<
9929 inoremap <buffer> <silent> ;ce <center></center>F<
9930 inoremap <buffer> <silent> ;br <br>
9931 inoremap <buffer> <silent> ;bd <body>
9932 </body>O
9933 inoremap <buffer> <silent> ;bl <blockquote>
9934 </blockquote>O
9935 inoremap <buffer> <silent> ;bi <big></big>F<
9936 inoremap <buffer> <silent> ;bh <base href="">F"
9937 inoremap <buffer> <silent> ;ad <address></address>F<
9938 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
9939 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
9940 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
9941 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
9942 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
9943 inoremap <buffer> <silent> ;an <a name=""></a>F"
9944 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
9945 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
9946 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
9947 inoremap <buffer> <silent> ;ah <a href=""></a>F"
9948 imap <buffer> <silent> ;s4 ;s4
9949 imap <buffer> <silent> ;4 ;4
9950 inoremap <buffer> <silent> ;mi :call MangleImageTag()
9951 inoremap <buffer> <silent> ; 
9952 inoremap <buffer> <silent> ;& &
9953 inoremap <buffer> <silent> ;; ;
9954 setlocal keymap=
9955 setlocal noarabic
9956 setlocal autoindent
9957 setlocal balloonexpr=
9958 setlocal nobinary
9959 setlocal bufhidden=
9960 setlocal buflisted
9961 setlocal buftype=
9962 setlocal nocindent
9963 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
9964 setlocal cinoptions=
9965 setlocal cinwords=if,else,while,do,for,switch
9966 setlocal colorcolumn=
9967 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
9968 setlocal commentstring=<!--%s-->
9969 setlocal complete=.,w,b,u,t,i
9970 setlocal concealcursor=
9971 setlocal conceallevel=0
9972 setlocal completefunc=
9973 setlocal nocopyindent
9974 setlocal cryptmethod=
9975 setlocal nocursorbind
9976 setlocal nocursorcolumn
9977 setlocal nocursorline
9978 setlocal define=
9979 setlocal dictionary=
9980 setlocal nodiff
9981 setlocal equalprg=
9982 setlocal errorformat=
9983 setlocal expandtab
9984 if &filetype != 'html'
9985 setlocal filetype=html
9986 endif
9987 setlocal foldcolumn=0
9988 setlocal foldenable
9989 setlocal foldexpr=0
9990 setlocal foldignore=#
9991 setlocal foldlevel=0
9992 setlocal foldmarker={{{,}}}
9993 setlocal foldmethod=manual
9994 setlocal foldminlines=1
9995 setlocal foldnestmax=20
9996 setlocal foldtext=foldtext()
9997 setlocal formatexpr=
9998 setlocal formatoptions=tcq
9999 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
10000 setlocal grepprg=
10001 setlocal iminsert=2
10002 setlocal imsearch=2
10003 setlocal include=
10004 setlocal includeexpr=
10005 setlocal indentexpr=
10006 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
10007 setlocal noinfercase
10008 setlocal iskeyword=@,48-57,_,192-255
10009 setlocal keywordprg=
10010 setlocal nolinebreak
10011 setlocal nolisp
10012 setlocal nolist
10013 setlocal makeprg=
10014 setlocal matchpairs=(:),{:},[:],<:>
10015 setlocal nomodeline
10016 setlocal modifiable
10017 setlocal nrformats=octal,hex
10018 setlocal nonumber
10019 setlocal numberwidth=4
10020 setlocal omnifunc=htmlcomplete#CompleteTags
10021 setlocal path=
10022 setlocal nopreserveindent
10023 setlocal nopreviewwindow
10024 setlocal quoteescape=\\
10025 setlocal noreadonly
10026 setlocal norelativenumber
10027 setlocal norightleft
10028 setlocal rightleftcmd=search
10029 setlocal noscrollbind
10030 setlocal shiftwidth=4
10031 setlocal noshortname
10032 setlocal nosmartindent
10033 setlocal softtabstop=0
10034 setlocal nospell
10035 setlocal spellcapcheck=
10036 setlocal spellfile=
10037 setlocal spelllang=en
10038 setlocal statusline=
10039 setlocal suffixesadd=
10040 setlocal swapfile
10041 setlocal synmaxcol=3000
10042 if &syntax != 'html'
10043 setlocal syntax=html
10044 endif
10045 setlocal tabstop=4
10046 setlocal tags=
10047 setlocal textwidth=0
10048 setlocal thesaurus=
10049 setlocal noundofile
10050 setlocal nowinfixheight
10051 setlocal nowinfixwidth
10052 setlocal wrap
10053 setlocal wrapmargin=0
10054 silent! normal! zE
10055 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
10056 if s:l < 1 | let s:l = 1 | endif
10057 exe s:l
10058 normal! zt
10059 1
10060 normal! 0
10061 tabedit news.php
10062 set splitbelow splitright
10063 set nosplitbelow
10064 set nosplitright
10065 wincmd t
10066 set winheight=1 winwidth=1
10067 argglobal
10068 24argu
10069 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
10070 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
10071 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
10072 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
10073 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
10074 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
10075 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
10076 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
10077 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
10078 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
10079 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
10080 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
10081 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
10082 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
10083 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
10084 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
10085 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
10086 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
10087 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">')
10088 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">')
10089 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
10090 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
10091 nnoremap <buffer> <silent> ; 
10092 nnoremap <buffer> <silent> ;; ;
10093 vnoremap <buffer> <silent> ;; ;
10094 onoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
10095 :nohls
10096 nnoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
10097 :nohls
10098 onoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
10099 :nohls
10100 nnoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
10101 :nohls
10102 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
10103 inoremap <buffer> <silent> &hA &hArr;
10104 inoremap <buffer> <silent> &dA &dArr;
10105 inoremap <buffer> <silent> &rA &rArr;
10106 inoremap <buffer> <silent> &uA &uArr;
10107 inoremap <buffer> <silent> &lA &lArr;
10108 inoremap <buffer> <silent> &ha &harr;
10109 inoremap <buffer> <silent> &da &darr;
10110 inoremap <buffer> <silent> &ra &rarr;
10111 inoremap <buffer> <silent> &ua &uarr;
10112 inoremap <buffer> <silent> &la &larr;
10113 inoremap <buffer> <silent> &pv &piv;
10114 inoremap <buffer> <silent> &uh &upsih;
10115 inoremap <buffer> <silent> &ts &thetasym;
10116 inoremap <buffer> <silent> &og &omega;
10117 inoremap <buffer> <silent> &ps &psi;
10118 inoremap <buffer> <silent> &ch &chi;
10119 inoremap <buffer> <silent> &ph &phi;
10120 inoremap <buffer> <silent> &up &upsilon;
10121 inoremap <buffer> <silent> &ta &tau;
10122 inoremap <buffer> <silent> &sf &sigmaf;
10123 inoremap <buffer> <silent> &si &sigma;
10124 inoremap <buffer> <silent> &rh &rho;
10125 inoremap <buffer> <silent> &pi &pi;
10126 inoremap <buffer> <silent> &oc &omicron;
10127 inoremap <buffer> <silent> &xi &xi;
10128 inoremap <buffer> <silent> &nu &nu;
10129 inoremap <buffer> <silent> &mu &mu;
10130 inoremap <buffer> <silent> &lm &lambda;
10131 inoremap <buffer> <silent> &ka &kappa;
10132 inoremap <buffer> <silent> &io &iota;
10133 inoremap <buffer> <silent> &th &theta;
10134 inoremap <buffer> <silent> &et &eta;
10135 inoremap <buffer> <silent> &ze &zeta;
10136 inoremap <buffer> <silent> &ep &epsilon;
10137 inoremap <buffer> <silent> &de &delta;
10138 inoremap <buffer> <silent> &ga &gamma;
10139 inoremap <buffer> <silent> &be &beta;
10140 inoremap <buffer> <silent> &al &alpha;
10141 inoremap <buffer> <silent> &Ps &Psi;
10142 inoremap <buffer> <silent> &Ch &Chi;
10143 inoremap <buffer> <silent> &Ph &Phi;
10144 inoremap <buffer> <silent> &Up &Upsilon;
10145 inoremap <buffer> <silent> &Ta &Tau;
10146 inoremap <buffer> <silent> &Si &Sigma;
10147 inoremap <buffer> <silent> &Rh &Rho;
10148 inoremap <buffer> <silent> &Pi &Pi;
10149 inoremap <buffer> <silent> &Oc &Omicron;
10150 inoremap <buffer> <silent> &Xi &Xi;
10151 inoremap <buffer> <silent> &Nu &Nu;
10152 inoremap <buffer> <silent> &Mu &Mu;
10153 inoremap <buffer> <silent> &Lm &Lambda;
10154 inoremap <buffer> <silent> &Ka &Kappa;
10155 inoremap <buffer> <silent> &Io &Iota;
10156 inoremap <buffer> <silent> &Th &Theta;
10157 inoremap <buffer> <silent> &Et &Eta;
10158 inoremap <buffer> <silent> &Ze &Zeta;
10159 inoremap <buffer> <silent> &Ep &Epsilon;
10160 inoremap <buffer> <silent> &De &Delta;
10161 inoremap <buffer> <silent> &Ga &Gamma;
10162 inoremap <buffer> <silent> &Be &Beta;
10163 inoremap <buffer> <silent> &Al &Alpha;
10164 inoremap <buffer> <silent> &3. &hellip;
10165 inoremap <buffer> <silent> &-- &mdash;
10166 inoremap <buffer> <silent> &3- &mdash;
10167 inoremap <buffer> <silent> &m- &mdash;
10168 inoremap <buffer> <silent> &2- &ndash;
10169 inoremap <buffer> <silent> &n- &ndash;
10170 inoremap <buffer> <silent> &34 &frac34;
10171 inoremap <buffer> <silent> &12 &frac12;
10172 inoremap <buffer> <silent> &14 &frac14;
10173 inoremap <buffer> <silent> &. &middot;
10174 inoremap <buffer> <silent> &pa &para;
10175 inoremap <buffer> <silent> &mi &micro;
10176 inoremap <buffer> <silent> &dg &deg;
10177 inoremap <buffer> <silent> &? &iquest;
10178 inoremap <buffer> <silent> &! &iexcl;
10179 inoremap <buffer> <silent> &sz &szlig;
10180 inoremap <buffer> <silent> &o/ &oslash;
10181 inoremap <buffer> <silent> &/ &divide;
10182 inoremap <buffer> <silent> &" &uml;
10183 inoremap <buffer> <silent> &2> &raquo;
10184 inoremap <buffer> <silent> &2< &laquo;
10185 inoremap <buffer> <silent> &y" &yuml;
10186 inoremap <buffer> <silent> &y' &yacute;
10187 inoremap <buffer> <silent> &u" &uuml;
10188 inoremap <buffer> <silent> &u^ &ucirc;
10189 inoremap <buffer> <silent> &u' &uacute;
10190 inoremap <buffer> <silent> &u` &ugrave;
10191 inoremap <buffer> <silent> &x &times;
10192 inoremap <buffer> <silent> &o" &ouml;
10193 inoremap <buffer> <silent> &o~ &otilde;
10194 inoremap <buffer> <silent> &o^ &ocirc;
10195 inoremap <buffer> <silent> &o' &oacute;
10196 inoremap <buffer> <silent> &o` &ograve;
10197 inoremap <buffer> <silent> &n~ &ntilde;
10198 inoremap <buffer> <silent> &i" &iuml;
10199 inoremap <buffer> <silent> &i^ &icirc;
10200 inoremap <buffer> <silent> &i' &iacute;
10201 inoremap <buffer> <silent> &i` &igrave;
10202 inoremap <buffer> <silent> &e" &euml;
10203 inoremap <buffer> <silent> &e^ &ecirc;
10204 inoremap <buffer> <silent> &e' &eacute;
10205 inoremap <buffer> <silent> &e` &egrave;
10206 inoremap <buffer> <silent> &c, &ccedil;
10207 inoremap <buffer> <silent> &ae &aelig;
10208 inoremap <buffer> <silent> &ao &aring;
10209 inoremap <buffer> <silent> &a" &auml;
10210 inoremap <buffer> <silent> &a~ &atilde;
10211 inoremap <buffer> <silent> &a^ &acirc;
10212 inoremap <buffer> <silent> &a' &aacute;
10213 inoremap <buffer> <silent> &a` &agrave;
10214 inoremap <buffer> <silent> &Y' &Yacute;
10215 inoremap <buffer> <silent> &U" &Uuml;
10216 inoremap <buffer> <silent> &U^ &Ucirc;
10217 inoremap <buffer> <silent> &U' &Uacute;
10218 inoremap <buffer> <silent> &U` &Ugrave;
10219 inoremap <buffer> <silent> &O/ &Oslash;
10220 inoremap <buffer> <silent> &O" &Ouml;
10221 inoremap <buffer> <silent> &O~ &Otilde;
10222 inoremap <buffer> <silent> &O^ &Ocirc;
10223 inoremap <buffer> <silent> &O' &Oacute;
10224 inoremap <buffer> <silent> &O` &Ograve;
10225 inoremap <buffer> <silent> &N~ &Ntilde;
10226 inoremap <buffer> <silent> &I" &Iuml;
10227 inoremap <buffer> <silent> &I^ &Icirc;
10228 inoremap <buffer> <silent> &I' &Iacute;
10229 inoremap <buffer> <silent> &I` &Igrave;
10230 inoremap <buffer> <silent> &E" &Euml;
10231 inoremap <buffer> <silent> &E^ &Ecirc;
10232 inoremap <buffer> <silent> &E' &Eacute;
10233 inoremap <buffer> <silent> &E` &Egrave;
10234 inoremap <buffer> <silent> &C, &Ccedil;
10235 inoremap <buffer> <silent> &AE &AElig;
10236 inoremap <buffer> <silent> &Ao &Aring;
10237 inoremap <buffer> <silent> &A" &Auml;
10238 inoremap <buffer> <silent> &A~ &Atilde;
10239 inoremap <buffer> <silent> &A^ &Acirc;
10240 inoremap <buffer> <silent> &A' &Aacute;
10241 inoremap <buffer> <silent> &A` &Agrave;
10242 inoremap <buffer> <silent> &c| &cent;
10243 inoremap <buffer> <silent> &Y= &yen;
10244 inoremap <buffer> <silent> &# &pound;
10245 inoremap <buffer> <silent> & &nbsp;
10246 inoremap <buffer> <silent> &> &gt;
10247 inoremap <buffer> <silent> &< &lt;
10248 inoremap <buffer> <silent> &' &quot;
10249 inoremap <buffer> <silent> &tm &trade;
10250 inoremap <buffer> <silent> &rO &reg;
10251 inoremap <buffer> <silent> &cO &copy;
10252 inoremap <buffer> <silent> && &amp;
10253 inoremap <buffer> <silent> ; &nbsp;
10254 inoremap <buffer> <silent> ;la <label for=""></label>F"
10255 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
10256 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
10257 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
10258 </textarea>k$5F"i
10259 inoremap <buffer> <silent> ;og <optgroup label="">
10260 </optgroup>k$F"i
10261 inoremap <buffer> <silent> ;op <option></option>F<
10262 inoremap <buffer> <silent> ;ms <select name="" multiple>
10263 </select>O
10264 inoremap <buffer> <silent> ;se <select name="">
10265 </select>O
10266 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
10267 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
10268 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
10269 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
10270 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
10271 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
10272 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
10273 inoremap <buffer> <silent> ;fm <form action="">
10274 </form>k$F"i
10275 inoremap <buffer> <silent> ;if <iframe src="">
10276 </iframe>k$F"i
10277 inoremap <buffer> <silent> ;nf <noframes>
10278 </noframes>O
10279 inoremap <buffer> <silent> ;fr <frame src="">F"
10280 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
10281 </frameset>k$3F"i
10282 inoremap <buffer> <silent> ;th <th></th>F<
10283 inoremap <buffer> <silent> ;td <td>
10284 </td>O
10285 inoremap <buffer> <silent> ;tr <tr>
10286 </tr>O
10287 inoremap <buffer> <silent> ;tf <tfoot>
10288 </tfoot>O
10289 inoremap <buffer> <silent> ;tb <tbody>
10290 </tbody>O
10291 inoremap <buffer> <silent> ;tH <thead>
10292 </thead>O
10293 inoremap <buffer> <silent> ;ta <table>
10294 </table>O
10295 inoremap <buffer> <silent> ;ca <caption></caption>F<
10296 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
10297 </object>k$5F"i
10298 inoremap <buffer> <silent> ;ns <noscript>
10299 </noscripT>O
10300 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
10301 <noembed></noembed>k$5F"i
10302 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
10303 inoremap <buffer> <silent> ;va <var></var>F<
10304 inoremap <buffer> <silent> ;ul <ul>
10305 </ul>O
10306 inoremap <buffer> <silent> ;tt <tt></tt>F<
10307 inoremap <buffer> <silent> ;ti <title></title>F<
10308 inoremap <buffer> <silent> ;sp <sup></sup>F<
10309 inoremap <buffer> <silent> ;sb <sub></sub>F<
10310 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
10311 inoremap <buffer> <silent> ;cs <style type="text/css">
10312 <!--
10313 -->
10314 </style>kO
10315 inoremap <buffer> <silent> ;sm <small></small>F<
10316 inoremap <buffer> <silent> ;sa <samp></samp>F<
10317 inoremap <buffer> <silent> ;sk <strike></strike>F<
10318 inoremap <buffer> <silent> ;qu <q></q>F<
10319 inoremap <buffer> <silent> ;pr <pre>
10320 </pre>O
10321 inoremap <buffer> <silent> ;/p </p>
10322 
10323 <p>
10324 inoremap <buffer> <silent> ;pp <p>
10325 </p>O
10326 inoremap <buffer> <silent> ;ol <ol>
10327 </ol>O
10328 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
10329 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
10330 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
10331 inoremap <buffer> <silent> ;lk <link href="">F"
10332 inoremap <buffer> <silent> ;li <li></li>F<
10333 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
10334 inoremap <buffer> <silent> ;ii <isindex>
10335 inoremap <buffer> <silent> ;in <ins></ins>F<
10336 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
10337 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
10338 inoremap <buffer> <silent> ;ht <html>
10339 </html>O
10340 inoremap <buffer> <silent> ;Hr <hr width="75%">
10341 inoremap <buffer> <silent> ;hr <hr>
10342 inoremap <buffer> <silent> ;he <head>
10343 </head>O
10344 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
10345 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
10346 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
10347 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
10348 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
10349 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
10350 inoremap <buffer> <silent> ;h6 <h6></h6>F<
10351 inoremap <buffer> <silent> ;h5 <h5></h5>F<
10352 inoremap <buffer> <silent> ;h4 <h4></h4>F<
10353 inoremap <buffer> <silent> ;h3 <h3></h3>F<
10354 inoremap <buffer> <silent> ;h2 <h2></h2>F<
10355 inoremap <buffer> <silent> ;h1 <h1></h1>F<
10356 inoremap <buffer> <silent> ;fc <font color=""></font>F"
10357 inoremap <buffer> <silent> ;fo <font size=""></font>F"
10358 inoremap <buffer> <silent> ;sn <span></span>F<
10359 inoremap <buffer> <silent> ;dv <div>
10360 </div>O
10361 inoremap <buffer> <silent> ;df <dfn></dfn>F<
10362 inoremap <buffer> <silent> ;de <del></del>F<
10363 inoremap <buffer> <silent> ;dd <dd></dd>F<
10364 inoremap <buffer> <silent> ;dt <dt></dt>F<
10365 inoremap <buffer> <silent> ;dl <dl>
10366 </dl>O
10367 inoremap <buffer> <silent> ;co <code></code>F<
10368 inoremap <buffer> <silent> ;ci <cite></cite>F<
10369 inoremap <buffer> <silent> ;ce <center></center>F<
10370 inoremap <buffer> <silent> ;br <br>
10371 inoremap <buffer> <silent> ;bd <body>
10372 </body>O
10373 inoremap <buffer> <silent> ;bl <blockquote>
10374 </blockquote>O
10375 inoremap <buffer> <silent> ;bi <big></big>F<
10376 inoremap <buffer> <silent> ;bh <base href="">F"
10377 inoremap <buffer> <silent> ;ad <address></address>F<
10378 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
10379 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
10380 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
10381 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
10382 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
10383 inoremap <buffer> <silent> ;an <a name=""></a>F"
10384 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
10385 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
10386 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
10387 inoremap <buffer> <silent> ;ah <a href=""></a>F"
10388 imap <buffer> <silent> ;s4 ;s4
10389 imap <buffer> <silent> ;4 ;4
10390 inoremap <buffer> <silent> ;mi :call MangleImageTag()
10391 inoremap <buffer> <silent> ; 
10392 inoremap <buffer> <silent> ;& &
10393 inoremap <buffer> <silent> ;; ;
10394 setlocal keymap=
10395 setlocal noarabic
10396 setlocal autoindent
10397 setlocal balloonexpr=
10398 setlocal nobinary
10399 setlocal bufhidden=
10400 setlocal buflisted
10401 setlocal buftype=
10402 setlocal nocindent
10403 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10404 setlocal cinoptions=
10405 setlocal cinwords=if,else,while,do,for,switch
10406 setlocal colorcolumn=
10407 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
10408 setlocal commentstring=/*%s*/
10409 setlocal complete=.,w,b,u,t,i
10410 setlocal concealcursor=
10411 setlocal conceallevel=0
10412 setlocal completefunc=
10413 setlocal nocopyindent
10414 setlocal cryptmethod=
10415 setlocal nocursorbind
10416 setlocal nocursorcolumn
10417 setlocal nocursorline
10418 setlocal define=
10419 setlocal dictionary=
10420 setlocal nodiff
10421 setlocal equalprg=
10422 setlocal errorformat=
10423 setlocal expandtab
10424 if &filetype != 'php'
10425 setlocal filetype=php
10426 endif
10427 setlocal foldcolumn=0
10428 setlocal foldenable
10429 setlocal foldexpr=0
10430 setlocal foldignore=#
10431 setlocal foldlevel=0
10432 setlocal foldmarker={{{,}}}
10433 setlocal foldmethod=manual
10434 setlocal foldminlines=1
10435 setlocal foldnestmax=20
10436 setlocal foldtext=foldtext()
10437 setlocal formatexpr=
10438 setlocal formatoptions=tcq
10439 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
10440 setlocal grepprg=
10441 setlocal iminsert=2
10442 setlocal imsearch=2
10443 setlocal include=\\(require\\|include\\)\\(_once\\)\\?
10444 setlocal includeexpr=
10445 setlocal indentexpr=
10446 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
10447 setlocal noinfercase
10448 setlocal iskeyword=@,48-57,_,192-255
10449 setlocal keywordprg=
10450 setlocal nolinebreak
10451 setlocal nolisp
10452 setlocal nolist
10453 setlocal makeprg=
10454 setlocal matchpairs=(:),{:},[:],<:>
10455 setlocal nomodeline
10456 setlocal modifiable
10457 setlocal nrformats=octal,hex
10458 setlocal nonumber
10459 setlocal numberwidth=4
10460 setlocal omnifunc=phpcomplete#CompletePHP
10461 setlocal path=
10462 setlocal nopreserveindent
10463 setlocal nopreviewwindow
10464 setlocal quoteescape=\\
10465 setlocal noreadonly
10466 setlocal norelativenumber
10467 setlocal norightleft
10468 setlocal rightleftcmd=search
10469 setlocal noscrollbind
10470 setlocal shiftwidth=4
10471 setlocal noshortname
10472 setlocal nosmartindent
10473 setlocal softtabstop=0
10474 setlocal nospell
10475 setlocal spellcapcheck=
10476 setlocal spellfile=
10477 setlocal spelllang=en
10478 setlocal statusline=
10479 setlocal suffixesadd=
10480 setlocal swapfile
10481 setlocal synmaxcol=3000
10482 if &syntax != 'php'
10483 setlocal syntax=php
10484 endif
10485 setlocal tabstop=4
10486 setlocal tags=
10487 setlocal textwidth=0
10488 setlocal thesaurus=
10489 setlocal noundofile
10490 setlocal nowinfixheight
10491 setlocal nowinfixwidth
10492 setlocal wrap
10493 setlocal wrapmargin=0
10494 silent! normal! zE
10495 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
10496 if s:l < 1 | let s:l = 1 | endif
10497 exe s:l
10498 normal! zt
10499 1
10500 normal! 0
10501 tabedit printable.php
10502 set splitbelow splitright
10503 set nosplitbelow
10504 set nosplitright
10505 wincmd t
10506 set winheight=1 winwidth=1
10507 argglobal
10508 25argu
10509 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
10510 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
10511 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
10512 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
10513 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
10514 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
10515 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
10516 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
10517 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
10518 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
10519 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
10520 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
10521 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
10522 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
10523 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
10524 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
10525 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
10526 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
10527 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">')
10528 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">')
10529 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
10530 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
10531 nnoremap <buffer> <silent> ; 
10532 nnoremap <buffer> <silent> ;; ;
10533 vnoremap <buffer> <silent> ;; ;
10534 onoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
10535 :nohls
10536 nnoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
10537 :nohls
10538 onoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
10539 :nohls
10540 nnoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
10541 :nohls
10542 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
10543 inoremap <buffer> <silent> &hA &hArr;
10544 inoremap <buffer> <silent> &dA &dArr;
10545 inoremap <buffer> <silent> &rA &rArr;
10546 inoremap <buffer> <silent> &uA &uArr;
10547 inoremap <buffer> <silent> &lA &lArr;
10548 inoremap <buffer> <silent> &ha &harr;
10549 inoremap <buffer> <silent> &da &darr;
10550 inoremap <buffer> <silent> &ra &rarr;
10551 inoremap <buffer> <silent> &ua &uarr;
10552 inoremap <buffer> <silent> &la &larr;
10553 inoremap <buffer> <silent> &pv &piv;
10554 inoremap <buffer> <silent> &uh &upsih;
10555 inoremap <buffer> <silent> &ts &thetasym;
10556 inoremap <buffer> <silent> &og &omega;
10557 inoremap <buffer> <silent> &ps &psi;
10558 inoremap <buffer> <silent> &ch &chi;
10559 inoremap <buffer> <silent> &ph &phi;
10560 inoremap <buffer> <silent> &up &upsilon;
10561 inoremap <buffer> <silent> &ta &tau;
10562 inoremap <buffer> <silent> &sf &sigmaf;
10563 inoremap <buffer> <silent> &si &sigma;
10564 inoremap <buffer> <silent> &rh &rho;
10565 inoremap <buffer> <silent> &pi &pi;
10566 inoremap <buffer> <silent> &oc &omicron;
10567 inoremap <buffer> <silent> &xi &xi;
10568 inoremap <buffer> <silent> &nu &nu;
10569 inoremap <buffer> <silent> &mu &mu;
10570 inoremap <buffer> <silent> &lm &lambda;
10571 inoremap <buffer> <silent> &ka &kappa;
10572 inoremap <buffer> <silent> &io &iota;
10573 inoremap <buffer> <silent> &th &theta;
10574 inoremap <buffer> <silent> &et &eta;
10575 inoremap <buffer> <silent> &ze &zeta;
10576 inoremap <buffer> <silent> &ep &epsilon;
10577 inoremap <buffer> <silent> &de &delta;
10578 inoremap <buffer> <silent> &ga &gamma;
10579 inoremap <buffer> <silent> &be &beta;
10580 inoremap <buffer> <silent> &al &alpha;
10581 inoremap <buffer> <silent> &Ps &Psi;
10582 inoremap <buffer> <silent> &Ch &Chi;
10583 inoremap <buffer> <silent> &Ph &Phi;
10584 inoremap <buffer> <silent> &Up &Upsilon;
10585 inoremap <buffer> <silent> &Ta &Tau;
10586 inoremap <buffer> <silent> &Si &Sigma;
10587 inoremap <buffer> <silent> &Rh &Rho;
10588 inoremap <buffer> <silent> &Pi &Pi;
10589 inoremap <buffer> <silent> &Oc &Omicron;
10590 inoremap <buffer> <silent> &Xi &Xi;
10591 inoremap <buffer> <silent> &Nu &Nu;
10592 inoremap <buffer> <silent> &Mu &Mu;
10593 inoremap <buffer> <silent> &Lm &Lambda;
10594 inoremap <buffer> <silent> &Ka &Kappa;
10595 inoremap <buffer> <silent> &Io &Iota;
10596 inoremap <buffer> <silent> &Th &Theta;
10597 inoremap <buffer> <silent> &Et &Eta;
10598 inoremap <buffer> <silent> &Ze &Zeta;
10599 inoremap <buffer> <silent> &Ep &Epsilon;
10600 inoremap <buffer> <silent> &De &Delta;
10601 inoremap <buffer> <silent> &Ga &Gamma;
10602 inoremap <buffer> <silent> &Be &Beta;
10603 inoremap <buffer> <silent> &Al &Alpha;
10604 inoremap <buffer> <silent> &3. &hellip;
10605 inoremap <buffer> <silent> &-- &mdash;
10606 inoremap <buffer> <silent> &3- &mdash;
10607 inoremap <buffer> <silent> &m- &mdash;
10608 inoremap <buffer> <silent> &2- &ndash;
10609 inoremap <buffer> <silent> &n- &ndash;
10610 inoremap <buffer> <silent> &34 &frac34;
10611 inoremap <buffer> <silent> &12 &frac12;
10612 inoremap <buffer> <silent> &14 &frac14;
10613 inoremap <buffer> <silent> &. &middot;
10614 inoremap <buffer> <silent> &pa &para;
10615 inoremap <buffer> <silent> &mi &micro;
10616 inoremap <buffer> <silent> &dg &deg;
10617 inoremap <buffer> <silent> &? &iquest;
10618 inoremap <buffer> <silent> &! &iexcl;
10619 inoremap <buffer> <silent> &sz &szlig;
10620 inoremap <buffer> <silent> &o/ &oslash;
10621 inoremap <buffer> <silent> &/ &divide;
10622 inoremap <buffer> <silent> &" &uml;
10623 inoremap <buffer> <silent> &2> &raquo;
10624 inoremap <buffer> <silent> &2< &laquo;
10625 inoremap <buffer> <silent> &y" &yuml;
10626 inoremap <buffer> <silent> &y' &yacute;
10627 inoremap <buffer> <silent> &u" &uuml;
10628 inoremap <buffer> <silent> &u^ &ucirc;
10629 inoremap <buffer> <silent> &u' &uacute;
10630 inoremap <buffer> <silent> &u` &ugrave;
10631 inoremap <buffer> <silent> &x &times;
10632 inoremap <buffer> <silent> &o" &ouml;
10633 inoremap <buffer> <silent> &o~ &otilde;
10634 inoremap <buffer> <silent> &o^ &ocirc;
10635 inoremap <buffer> <silent> &o' &oacute;
10636 inoremap <buffer> <silent> &o` &ograve;
10637 inoremap <buffer> <silent> &n~ &ntilde;
10638 inoremap <buffer> <silent> &i" &iuml;
10639 inoremap <buffer> <silent> &i^ &icirc;
10640 inoremap <buffer> <silent> &i' &iacute;
10641 inoremap <buffer> <silent> &i` &igrave;
10642 inoremap <buffer> <silent> &e" &euml;
10643 inoremap <buffer> <silent> &e^ &ecirc;
10644 inoremap <buffer> <silent> &e' &eacute;
10645 inoremap <buffer> <silent> &e` &egrave;
10646 inoremap <buffer> <silent> &c, &ccedil;
10647 inoremap <buffer> <silent> &ae &aelig;
10648 inoremap <buffer> <silent> &ao &aring;
10649 inoremap <buffer> <silent> &a" &auml;
10650 inoremap <buffer> <silent> &a~ &atilde;
10651 inoremap <buffer> <silent> &a^ &acirc;
10652 inoremap <buffer> <silent> &a' &aacute;
10653 inoremap <buffer> <silent> &a` &agrave;
10654 inoremap <buffer> <silent> &Y' &Yacute;
10655 inoremap <buffer> <silent> &U" &Uuml;
10656 inoremap <buffer> <silent> &U^ &Ucirc;
10657 inoremap <buffer> <silent> &U' &Uacute;
10658 inoremap <buffer> <silent> &U` &Ugrave;
10659 inoremap <buffer> <silent> &O/ &Oslash;
10660 inoremap <buffer> <silent> &O" &Ouml;
10661 inoremap <buffer> <silent> &O~ &Otilde;
10662 inoremap <buffer> <silent> &O^ &Ocirc;
10663 inoremap <buffer> <silent> &O' &Oacute;
10664 inoremap <buffer> <silent> &O` &Ograve;
10665 inoremap <buffer> <silent> &N~ &Ntilde;
10666 inoremap <buffer> <silent> &I" &Iuml;
10667 inoremap <buffer> <silent> &I^ &Icirc;
10668 inoremap <buffer> <silent> &I' &Iacute;
10669 inoremap <buffer> <silent> &I` &Igrave;
10670 inoremap <buffer> <silent> &E" &Euml;
10671 inoremap <buffer> <silent> &E^ &Ecirc;
10672 inoremap <buffer> <silent> &E' &Eacute;
10673 inoremap <buffer> <silent> &E` &Egrave;
10674 inoremap <buffer> <silent> &C, &Ccedil;
10675 inoremap <buffer> <silent> &AE &AElig;
10676 inoremap <buffer> <silent> &Ao &Aring;
10677 inoremap <buffer> <silent> &A" &Auml;
10678 inoremap <buffer> <silent> &A~ &Atilde;
10679 inoremap <buffer> <silent> &A^ &Acirc;
10680 inoremap <buffer> <silent> &A' &Aacute;
10681 inoremap <buffer> <silent> &A` &Agrave;
10682 inoremap <buffer> <silent> &c| &cent;
10683 inoremap <buffer> <silent> &Y= &yen;
10684 inoremap <buffer> <silent> &# &pound;
10685 inoremap <buffer> <silent> & &nbsp;
10686 inoremap <buffer> <silent> &> &gt;
10687 inoremap <buffer> <silent> &< &lt;
10688 inoremap <buffer> <silent> &' &quot;
10689 inoremap <buffer> <silent> &tm &trade;
10690 inoremap <buffer> <silent> &rO &reg;
10691 inoremap <buffer> <silent> &cO &copy;
10692 inoremap <buffer> <silent> && &amp;
10693 inoremap <buffer> <silent> ; &nbsp;
10694 inoremap <buffer> <silent> ;la <label for=""></label>F"
10695 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
10696 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
10697 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
10698 </textarea>k$5F"i
10699 inoremap <buffer> <silent> ;og <optgroup label="">
10700 </optgroup>k$F"i
10701 inoremap <buffer> <silent> ;op <option></option>F<
10702 inoremap <buffer> <silent> ;ms <select name="" multiple>
10703 </select>O
10704 inoremap <buffer> <silent> ;se <select name="">
10705 </select>O
10706 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
10707 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
10708 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
10709 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
10710 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
10711 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
10712 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
10713 inoremap <buffer> <silent> ;fm <form action="">
10714 </form>k$F"i
10715 inoremap <buffer> <silent> ;if <iframe src="">
10716 </iframe>k$F"i
10717 inoremap <buffer> <silent> ;nf <noframes>
10718 </noframes>O
10719 inoremap <buffer> <silent> ;fr <frame src="">F"
10720 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
10721 </frameset>k$3F"i
10722 inoremap <buffer> <silent> ;th <th></th>F<
10723 inoremap <buffer> <silent> ;td <td>
10724 </td>O
10725 inoremap <buffer> <silent> ;tr <tr>
10726 </tr>O
10727 inoremap <buffer> <silent> ;tf <tfoot>
10728 </tfoot>O
10729 inoremap <buffer> <silent> ;tb <tbody>
10730 </tbody>O
10731 inoremap <buffer> <silent> ;tH <thead>
10732 </thead>O
10733 inoremap <buffer> <silent> ;ta <table>
10734 </table>O
10735 inoremap <buffer> <silent> ;ca <caption></caption>F<
10736 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
10737 </object>k$5F"i
10738 inoremap <buffer> <silent> ;ns <noscript>
10739 </noscripT>O
10740 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
10741 <noembed></noembed>k$5F"i
10742 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
10743 inoremap <buffer> <silent> ;va <var></var>F<
10744 inoremap <buffer> <silent> ;ul <ul>
10745 </ul>O
10746 inoremap <buffer> <silent> ;tt <tt></tt>F<
10747 inoremap <buffer> <silent> ;ti <title></title>F<
10748 inoremap <buffer> <silent> ;sp <sup></sup>F<
10749 inoremap <buffer> <silent> ;sb <sub></sub>F<
10750 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
10751 inoremap <buffer> <silent> ;cs <style type="text/css">
10752 <!--
10753 -->
10754 </style>kO
10755 inoremap <buffer> <silent> ;sm <small></small>F<
10756 inoremap <buffer> <silent> ;sa <samp></samp>F<
10757 inoremap <buffer> <silent> ;sk <strike></strike>F<
10758 inoremap <buffer> <silent> ;qu <q></q>F<
10759 inoremap <buffer> <silent> ;pr <pre>
10760 </pre>O
10761 inoremap <buffer> <silent> ;/p </p>
10762 
10763 <p>
10764 inoremap <buffer> <silent> ;pp <p>
10765 </p>O
10766 inoremap <buffer> <silent> ;ol <ol>
10767 </ol>O
10768 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
10769 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
10770 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
10771 inoremap <buffer> <silent> ;lk <link href="">F"
10772 inoremap <buffer> <silent> ;li <li></li>F<
10773 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
10774 inoremap <buffer> <silent> ;ii <isindex>
10775 inoremap <buffer> <silent> ;in <ins></ins>F<
10776 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
10777 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
10778 inoremap <buffer> <silent> ;ht <html>
10779 </html>O
10780 inoremap <buffer> <silent> ;Hr <hr width="75%">
10781 inoremap <buffer> <silent> ;hr <hr>
10782 inoremap <buffer> <silent> ;he <head>
10783 </head>O
10784 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
10785 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
10786 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
10787 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
10788 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
10789 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
10790 inoremap <buffer> <silent> ;h6 <h6></h6>F<
10791 inoremap <buffer> <silent> ;h5 <h5></h5>F<
10792 inoremap <buffer> <silent> ;h4 <h4></h4>F<
10793 inoremap <buffer> <silent> ;h3 <h3></h3>F<
10794 inoremap <buffer> <silent> ;h2 <h2></h2>F<
10795 inoremap <buffer> <silent> ;h1 <h1></h1>F<
10796 inoremap <buffer> <silent> ;fc <font color=""></font>F"
10797 inoremap <buffer> <silent> ;fo <font size=""></font>F"
10798 inoremap <buffer> <silent> ;sn <span></span>F<
10799 inoremap <buffer> <silent> ;dv <div>
10800 </div>O
10801 inoremap <buffer> <silent> ;df <dfn></dfn>F<
10802 inoremap <buffer> <silent> ;de <del></del>F<
10803 inoremap <buffer> <silent> ;dd <dd></dd>F<
10804 inoremap <buffer> <silent> ;dt <dt></dt>F<
10805 inoremap <buffer> <silent> ;dl <dl>
10806 </dl>O
10807 inoremap <buffer> <silent> ;co <code></code>F<
10808 inoremap <buffer> <silent> ;ci <cite></cite>F<
10809 inoremap <buffer> <silent> ;ce <center></center>F<
10810 inoremap <buffer> <silent> ;br <br>
10811 inoremap <buffer> <silent> ;bd <body>
10812 </body>O
10813 inoremap <buffer> <silent> ;bl <blockquote>
10814 </blockquote>O
10815 inoremap <buffer> <silent> ;bi <big></big>F<
10816 inoremap <buffer> <silent> ;bh <base href="">F"
10817 inoremap <buffer> <silent> ;ad <address></address>F<
10818 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
10819 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
10820 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
10821 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
10822 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
10823 inoremap <buffer> <silent> ;an <a name=""></a>F"
10824 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
10825 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
10826 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
10827 inoremap <buffer> <silent> ;ah <a href=""></a>F"
10828 imap <buffer> <silent> ;s4 ;s4
10829 imap <buffer> <silent> ;4 ;4
10830 inoremap <buffer> <silent> ;mi :call MangleImageTag()
10831 inoremap <buffer> <silent> ; 
10832 inoremap <buffer> <silent> ;& &
10833 inoremap <buffer> <silent> ;; ;
10834 setlocal keymap=
10835 setlocal noarabic
10836 setlocal autoindent
10837 setlocal balloonexpr=
10838 setlocal nobinary
10839 setlocal bufhidden=
10840 setlocal buflisted
10841 setlocal buftype=
10842 setlocal nocindent
10843 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10844 setlocal cinoptions=
10845 setlocal cinwords=if,else,while,do,for,switch
10846 setlocal colorcolumn=
10847 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
10848 setlocal commentstring=/*%s*/
10849 setlocal complete=.,w,b,u,t,i
10850 setlocal concealcursor=
10851 setlocal conceallevel=0
10852 setlocal completefunc=
10853 setlocal nocopyindent
10854 setlocal cryptmethod=
10855 setlocal nocursorbind
10856 setlocal nocursorcolumn
10857 setlocal nocursorline
10858 setlocal define=
10859 setlocal dictionary=
10860 setlocal nodiff
10861 setlocal equalprg=
10862 setlocal errorformat=
10863 setlocal expandtab
10864 if &filetype != 'php'
10865 setlocal filetype=php
10866 endif
10867 setlocal foldcolumn=0
10868 setlocal foldenable
10869 setlocal foldexpr=0
10870 setlocal foldignore=#
10871 setlocal foldlevel=0
10872 setlocal foldmarker={{{,}}}
10873 setlocal foldmethod=manual
10874 setlocal foldminlines=1
10875 setlocal foldnestmax=20
10876 setlocal foldtext=foldtext()
10877 setlocal formatexpr=
10878 setlocal formatoptions=tcq
10879 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
10880 setlocal grepprg=
10881 setlocal iminsert=2
10882 setlocal imsearch=2
10883 setlocal include=\\(require\\|include\\)\\(_once\\)\\?
10884 setlocal includeexpr=
10885 setlocal indentexpr=
10886 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
10887 setlocal noinfercase
10888 setlocal iskeyword=@,48-57,_,192-255
10889 setlocal keywordprg=
10890 setlocal nolinebreak
10891 setlocal nolisp
10892 setlocal nolist
10893 setlocal makeprg=
10894 setlocal matchpairs=(:),{:},[:],<:>
10895 setlocal nomodeline
10896 setlocal modifiable
10897 setlocal nrformats=octal,hex
10898 setlocal nonumber
10899 setlocal numberwidth=4
10900 setlocal omnifunc=phpcomplete#CompletePHP
10901 setlocal path=
10902 setlocal nopreserveindent
10903 setlocal nopreviewwindow
10904 setlocal quoteescape=\\
10905 setlocal noreadonly
10906 setlocal norelativenumber
10907 setlocal norightleft
10908 setlocal rightleftcmd=search
10909 setlocal noscrollbind
10910 setlocal shiftwidth=4
10911 setlocal noshortname
10912 setlocal nosmartindent
10913 setlocal softtabstop=0
10914 setlocal nospell
10915 setlocal spellcapcheck=
10916 setlocal spellfile=
10917 setlocal spelllang=en
10918 setlocal statusline=
10919 setlocal suffixesadd=
10920 setlocal swapfile
10921 setlocal synmaxcol=3000
10922 if &syntax != 'php'
10923 setlocal syntax=php
10924 endif
10925 setlocal tabstop=4
10926 setlocal tags=
10927 setlocal textwidth=0
10928 setlocal thesaurus=
10929 setlocal noundofile
10930 setlocal nowinfixheight
10931 setlocal nowinfixwidth
10932 setlocal wrap
10933 setlocal wrapmargin=0
10934 silent! normal! zE
10935 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
10936 if s:l < 1 | let s:l = 1 | endif
10937 exe s:l
10938 normal! zt
10939 1
10940 normal! 0
10941 tabedit clonezilla-sysresccd.rss
10942 set splitbelow splitright
10943 set nosplitbelow
10944 set nosplitright
10945 wincmd t
10946 set winheight=1 winwidth=1
10947 argglobal
10948 26argu
10949 setlocal keymap=
10950 setlocal noarabic
10951 setlocal autoindent
10952 setlocal balloonexpr=
10953 setlocal nobinary
10954 setlocal bufhidden=
10955 setlocal buflisted
10956 setlocal buftype=
10957 setlocal nocindent
10958 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10959 setlocal cinoptions=
10960 setlocal cinwords=if,else,while,do,for,switch
10961 setlocal colorcolumn=
10962 setlocal comments=s:<!--,m:\ \ \ \ \ ,e:-->
10963 setlocal commentstring=<!--%s-->
10964 setlocal complete=.,w,b,u,t,i
10965 setlocal concealcursor=
10966 setlocal conceallevel=0
10967 setlocal completefunc=
10968 setlocal nocopyindent
10969 setlocal cryptmethod=
10970 setlocal nocursorbind
10971 setlocal nocursorcolumn
10972 setlocal nocursorline
10973 setlocal define=
10974 setlocal dictionary=
10975 setlocal nodiff
10976 setlocal equalprg=
10977 setlocal errorformat=
10978 setlocal expandtab
10979 if &filetype != 'xml'
10980 setlocal filetype=xml
10981 endif
10982 setlocal foldcolumn=0
10983 setlocal foldenable
10984 setlocal foldexpr=0
10985 setlocal foldignore=#
10986 setlocal foldlevel=0
10987 setlocal foldmarker={{{,}}}
10988 setlocal foldmethod=manual
10989 setlocal foldminlines=1
10990 setlocal foldnestmax=20
10991 setlocal foldtext=foldtext()
10992 setlocal formatexpr=
10993 setlocal formatoptions=roqltc
10994 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
10995 setlocal grepprg=
10996 setlocal iminsert=2
10997 setlocal imsearch=2
10998 setlocal include=
10999 setlocal includeexpr=
11000 setlocal indentexpr=
11001 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
11002 setlocal noinfercase
11003 setlocal iskeyword=@,48-57,_,192-255
11004 setlocal keywordprg=
11005 setlocal nolinebreak
11006 setlocal nolisp
11007 setlocal nolist
11008 setlocal makeprg=
11009 setlocal matchpairs=(:),{:},[:]
11010 setlocal nomodeline
11011 setlocal modifiable
11012 setlocal nrformats=octal,hex
11013 setlocal nonumber
11014 setlocal numberwidth=4
11015 setlocal omnifunc=xmlcomplete#CompleteTags
11016 setlocal path=
11017 setlocal nopreserveindent
11018 setlocal nopreviewwindow
11019 setlocal quoteescape=\\
11020 setlocal noreadonly
11021 setlocal norelativenumber
11022 setlocal norightleft
11023 setlocal rightleftcmd=search
11024 setlocal noscrollbind
11025 setlocal shiftwidth=4
11026 setlocal noshortname
11027 setlocal nosmartindent
11028 setlocal softtabstop=0
11029 setlocal nospell
11030 setlocal spellcapcheck=
11031 setlocal spellfile=
11032 setlocal spelllang=en
11033 setlocal statusline=
11034 setlocal suffixesadd=
11035 setlocal swapfile
11036 setlocal synmaxcol=3000
11037 if &syntax != 'xml'
11038 setlocal syntax=xml
11039 endif
11040 setlocal tabstop=4
11041 setlocal tags=
11042 setlocal textwidth=0
11043 setlocal thesaurus=
11044 setlocal noundofile
11045 setlocal nowinfixheight
11046 setlocal nowinfixwidth
11047 setlocal wrap
11048 setlocal wrapmargin=0
11049 silent! normal! zE
11050 let s:l = 36 - ((2 * winheight(0) + 11) / 23)
11051 if s:l < 1 | let s:l = 1 | endif
11052 exe s:l
11053 normal! zt
11054 36
11055 normal! 049l
11056 tabedit ../.htaccess
11057 set splitbelow splitright
11058 set nosplitbelow
11059 set nosplitright
11060 wincmd t
11061 set winheight=1 winwidth=1
11062 argglobal
11063 27argu
11064 setlocal keymap=
11065 setlocal noarabic
11066 setlocal autoindent
11067 setlocal balloonexpr=
11068 setlocal nobinary
11069 setlocal bufhidden=
11070 setlocal buflisted
11071 setlocal buftype=
11072 setlocal nocindent
11073 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11074 setlocal cinoptions=
11075 setlocal cinwords=if,else,while,do,for,switch
11076 setlocal colorcolumn=
11077 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
11078 setlocal commentstring=/*%s*/
11079 setlocal complete=.,w,b,u,t,i
11080 setlocal concealcursor=
11081 setlocal conceallevel=0
11082 setlocal completefunc=
11083 setlocal nocopyindent
11084 setlocal cryptmethod=
11085 setlocal nocursorbind
11086 setlocal nocursorcolumn
11087 setlocal nocursorline
11088 setlocal define=
11089 setlocal dictionary=
11090 setlocal nodiff
11091 setlocal equalprg=
11092 setlocal errorformat=
11093 setlocal expandtab
11094 if &filetype != 'apache'
11095 setlocal filetype=apache
11096 endif
11097 setlocal foldcolumn=0
11098 setlocal foldenable
11099 setlocal foldexpr=0
11100 setlocal foldignore=#
11101 setlocal foldlevel=0
11102 setlocal foldmarker={{{,}}}
11103 setlocal foldmethod=manual
11104 setlocal foldminlines=1
11105 setlocal foldnestmax=20
11106 setlocal foldtext=foldtext()
11107 setlocal formatexpr=
11108 setlocal formatoptions=tcq
11109 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11110 setlocal grepprg=
11111 setlocal iminsert=2
11112 setlocal imsearch=2
11113 setlocal include=
11114 setlocal includeexpr=
11115 setlocal indentexpr=
11116 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
11117 setlocal noinfercase
11118 setlocal iskeyword=@,48-57,_,192-255
11119 setlocal keywordprg=
11120 setlocal nolinebreak
11121 setlocal nolisp
11122 setlocal nolist
11123 setlocal makeprg=
11124 setlocal matchpairs=(:),{:},[:]
11125 setlocal nomodeline
11126 setlocal modifiable
11127 setlocal nrformats=octal,hex
11128 setlocal nonumber
11129 setlocal numberwidth=4
11130 setlocal omnifunc=
11131 setlocal path=
11132 setlocal nopreserveindent
11133 setlocal nopreviewwindow
11134 setlocal quoteescape=\\
11135 setlocal noreadonly
11136 setlocal norelativenumber
11137 setlocal norightleft
11138 setlocal rightleftcmd=search
11139 setlocal noscrollbind
11140 setlocal shiftwidth=4
11141 setlocal noshortname
11142 setlocal nosmartindent
11143 setlocal softtabstop=0
11144 setlocal nospell
11145 setlocal spellcapcheck=
11146 setlocal spellfile=
11147 setlocal spelllang=en
11148 setlocal statusline=
11149 setlocal suffixesadd=
11150 setlocal swapfile
11151 setlocal synmaxcol=3000
11152 if &syntax != 'apache'
11153 setlocal syntax=apache
11154 endif
11155 setlocal tabstop=4
11156 setlocal tags=
11157 setlocal textwidth=0
11158 setlocal thesaurus=
11159 setlocal noundofile
11160 setlocal nowinfixheight
11161 setlocal nowinfixwidth
11162 setlocal wrap
11163 setlocal wrapmargin=0
11164 silent! normal! zE
11165 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
11166 if s:l < 1 | let s:l = 1 | endif
11167 exe s:l
11168 normal! zt
11169 1
11170 normal! 0
11171 tabedit .404.html
11172 set splitbelow splitright
11173 set nosplitbelow
11174 set nosplitright
11175 wincmd t
11176 set winheight=1 winwidth=1
11177 argglobal
11178 28argu
11179 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
11180 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
11181 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
11182 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
11183 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
11184 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
11185 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
11186 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
11187 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
11188 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
11189 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
11190 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
11191 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
11192 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
11193 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
11194 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
11195 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
11196 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
11197 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">')
11198 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">')
11199 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
11200 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
11201 nnoremap <buffer> <silent> ; 
11202 nnoremap <buffer> <silent> ;; ;
11203 vnoremap <buffer> <silent> ;; ;
11204 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
11205 inoremap <buffer> <silent> &hA &hArr;
11206 inoremap <buffer> <silent> &dA &dArr;
11207 inoremap <buffer> <silent> &rA &rArr;
11208 inoremap <buffer> <silent> &uA &uArr;
11209 inoremap <buffer> <silent> &lA &lArr;
11210 inoremap <buffer> <silent> &ha &harr;
11211 inoremap <buffer> <silent> &da &darr;
11212 inoremap <buffer> <silent> &ra &rarr;
11213 inoremap <buffer> <silent> &ua &uarr;
11214 inoremap <buffer> <silent> &la &larr;
11215 inoremap <buffer> <silent> &pv &piv;
11216 inoremap <buffer> <silent> &uh &upsih;
11217 inoremap <buffer> <silent> &ts &thetasym;
11218 inoremap <buffer> <silent> &og &omega;
11219 inoremap <buffer> <silent> &ps &psi;
11220 inoremap <buffer> <silent> &ch &chi;
11221 inoremap <buffer> <silent> &ph &phi;
11222 inoremap <buffer> <silent> &up &upsilon;
11223 inoremap <buffer> <silent> &ta &tau;
11224 inoremap <buffer> <silent> &sf &sigmaf;
11225 inoremap <buffer> <silent> &si &sigma;
11226 inoremap <buffer> <silent> &rh &rho;
11227 inoremap <buffer> <silent> &pi &pi;
11228 inoremap <buffer> <silent> &oc &omicron;
11229 inoremap <buffer> <silent> &xi &xi;
11230 inoremap <buffer> <silent> &nu &nu;
11231 inoremap <buffer> <silent> &mu &mu;
11232 inoremap <buffer> <silent> &lm &lambda;
11233 inoremap <buffer> <silent> &ka &kappa;
11234 inoremap <buffer> <silent> &io &iota;
11235 inoremap <buffer> <silent> &th &theta;
11236 inoremap <buffer> <silent> &et &eta;
11237 inoremap <buffer> <silent> &ze &zeta;
11238 inoremap <buffer> <silent> &ep &epsilon;
11239 inoremap <buffer> <silent> &de &delta;
11240 inoremap <buffer> <silent> &ga &gamma;
11241 inoremap <buffer> <silent> &be &beta;
11242 inoremap <buffer> <silent> &al &alpha;
11243 inoremap <buffer> <silent> &Ps &Psi;
11244 inoremap <buffer> <silent> &Ch &Chi;
11245 inoremap <buffer> <silent> &Ph &Phi;
11246 inoremap <buffer> <silent> &Up &Upsilon;
11247 inoremap <buffer> <silent> &Ta &Tau;
11248 inoremap <buffer> <silent> &Si &Sigma;
11249 inoremap <buffer> <silent> &Rh &Rho;
11250 inoremap <buffer> <silent> &Pi &Pi;
11251 inoremap <buffer> <silent> &Oc &Omicron;
11252 inoremap <buffer> <silent> &Xi &Xi;
11253 inoremap <buffer> <silent> &Nu &Nu;
11254 inoremap <buffer> <silent> &Mu &Mu;
11255 inoremap <buffer> <silent> &Lm &Lambda;
11256 inoremap <buffer> <silent> &Ka &Kappa;
11257 inoremap <buffer> <silent> &Io &Iota;
11258 inoremap <buffer> <silent> &Th &Theta;
11259 inoremap <buffer> <silent> &Et &Eta;
11260 inoremap <buffer> <silent> &Ze &Zeta;
11261 inoremap <buffer> <silent> &Ep &Epsilon;
11262 inoremap <buffer> <silent> &De &Delta;
11263 inoremap <buffer> <silent> &Ga &Gamma;
11264 inoremap <buffer> <silent> &Be &Beta;
11265 inoremap <buffer> <silent> &Al &Alpha;
11266 inoremap <buffer> <silent> &3. &hellip;
11267 inoremap <buffer> <silent> &-- &mdash;
11268 inoremap <buffer> <silent> &3- &mdash;
11269 inoremap <buffer> <silent> &m- &mdash;
11270 inoremap <buffer> <silent> &2- &ndash;
11271 inoremap <buffer> <silent> &n- &ndash;
11272 inoremap <buffer> <silent> &34 &frac34;
11273 inoremap <buffer> <silent> &12 &frac12;
11274 inoremap <buffer> <silent> &14 &frac14;
11275 inoremap <buffer> <silent> &. &middot;
11276 inoremap <buffer> <silent> &pa &para;
11277 inoremap <buffer> <silent> &mi &micro;
11278 inoremap <buffer> <silent> &dg &deg;
11279 inoremap <buffer> <silent> &? &iquest;
11280 inoremap <buffer> <silent> &! &iexcl;
11281 inoremap <buffer> <silent> &sz &szlig;
11282 inoremap <buffer> <silent> &o/ &oslash;
11283 inoremap <buffer> <silent> &/ &divide;
11284 inoremap <buffer> <silent> &" &uml;
11285 inoremap <buffer> <silent> &2> &raquo;
11286 inoremap <buffer> <silent> &2< &laquo;
11287 inoremap <buffer> <silent> &y" &yuml;
11288 inoremap <buffer> <silent> &y' &yacute;
11289 inoremap <buffer> <silent> &u" &uuml;
11290 inoremap <buffer> <silent> &u^ &ucirc;
11291 inoremap <buffer> <silent> &u' &uacute;
11292 inoremap <buffer> <silent> &u` &ugrave;
11293 inoremap <buffer> <silent> &x &times;
11294 inoremap <buffer> <silent> &o" &ouml;
11295 inoremap <buffer> <silent> &o~ &otilde;
11296 inoremap <buffer> <silent> &o^ &ocirc;
11297 inoremap <buffer> <silent> &o' &oacute;
11298 inoremap <buffer> <silent> &o` &ograve;
11299 inoremap <buffer> <silent> &n~ &ntilde;
11300 inoremap <buffer> <silent> &i" &iuml;
11301 inoremap <buffer> <silent> &i^ &icirc;
11302 inoremap <buffer> <silent> &i' &iacute;
11303 inoremap <buffer> <silent> &i` &igrave;
11304 inoremap <buffer> <silent> &e" &euml;
11305 inoremap <buffer> <silent> &e^ &ecirc;
11306 inoremap <buffer> <silent> &e' &eacute;
11307 inoremap <buffer> <silent> &e` &egrave;
11308 inoremap <buffer> <silent> &c, &ccedil;
11309 inoremap <buffer> <silent> &ae &aelig;
11310 inoremap <buffer> <silent> &ao &aring;
11311 inoremap <buffer> <silent> &a" &auml;
11312 inoremap <buffer> <silent> &a~ &atilde;
11313 inoremap <buffer> <silent> &a^ &acirc;
11314 inoremap <buffer> <silent> &a' &aacute;
11315 inoremap <buffer> <silent> &a` &agrave;
11316 inoremap <buffer> <silent> &Y' &Yacute;
11317 inoremap <buffer> <silent> &U" &Uuml;
11318 inoremap <buffer> <silent> &U^ &Ucirc;
11319 inoremap <buffer> <silent> &U' &Uacute;
11320 inoremap <buffer> <silent> &U` &Ugrave;
11321 inoremap <buffer> <silent> &O/ &Oslash;
11322 inoremap <buffer> <silent> &O" &Ouml;
11323 inoremap <buffer> <silent> &O~ &Otilde;
11324 inoremap <buffer> <silent> &O^ &Ocirc;
11325 inoremap <buffer> <silent> &O' &Oacute;
11326 inoremap <buffer> <silent> &O` &Ograve;
11327 inoremap <buffer> <silent> &N~ &Ntilde;
11328 inoremap <buffer> <silent> &I" &Iuml;
11329 inoremap <buffer> <silent> &I^ &Icirc;
11330 inoremap <buffer> <silent> &I' &Iacute;
11331 inoremap <buffer> <silent> &I` &Igrave;
11332 inoremap <buffer> <silent> &E" &Euml;
11333 inoremap <buffer> <silent> &E^ &Ecirc;
11334 inoremap <buffer> <silent> &E' &Eacute;
11335 inoremap <buffer> <silent> &E` &Egrave;
11336 inoremap <buffer> <silent> &C, &Ccedil;
11337 inoremap <buffer> <silent> &AE &AElig;
11338 inoremap <buffer> <silent> &Ao &Aring;
11339 inoremap <buffer> <silent> &A" &Auml;
11340 inoremap <buffer> <silent> &A~ &Atilde;
11341 inoremap <buffer> <silent> &A^ &Acirc;
11342 inoremap <buffer> <silent> &A' &Aacute;
11343 inoremap <buffer> <silent> &A` &Agrave;
11344 inoremap <buffer> <silent> &c| &cent;
11345 inoremap <buffer> <silent> &Y= &yen;
11346 inoremap <buffer> <silent> &# &pound;
11347 inoremap <buffer> <silent> & &nbsp;
11348 inoremap <buffer> <silent> &> &gt;
11349 inoremap <buffer> <silent> &< &lt;
11350 inoremap <buffer> <silent> &' &quot;
11351 inoremap <buffer> <silent> &tm &trade;
11352 inoremap <buffer> <silent> &rO &reg;
11353 inoremap <buffer> <silent> &cO &copy;
11354 inoremap <buffer> <silent> && &amp;
11355 inoremap <buffer> <silent> ; &nbsp;
11356 inoremap <buffer> <silent> ;la <label for=""></label>F"
11357 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
11358 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
11359 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
11360 </textarea>k$5F"i
11361 inoremap <buffer> <silent> ;og <optgroup label="">
11362 </optgroup>k$F"i
11363 inoremap <buffer> <silent> ;op <option></option>F<
11364 inoremap <buffer> <silent> ;ms <select name="" multiple>
11365 </select>O
11366 inoremap <buffer> <silent> ;se <select name="">
11367 </select>O
11368 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
11369 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
11370 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
11371 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
11372 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
11373 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
11374 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
11375 inoremap <buffer> <silent> ;fm <form action="">
11376 </form>k$F"i
11377 inoremap <buffer> <silent> ;if <iframe src="">
11378 </iframe>k$F"i
11379 inoremap <buffer> <silent> ;nf <noframes>
11380 </noframes>O
11381 inoremap <buffer> <silent> ;fr <frame src="">F"
11382 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
11383 </frameset>k$3F"i
11384 inoremap <buffer> <silent> ;th <th></th>F<
11385 inoremap <buffer> <silent> ;td <td>
11386 </td>O
11387 inoremap <buffer> <silent> ;tr <tr>
11388 </tr>O
11389 inoremap <buffer> <silent> ;tf <tfoot>
11390 </tfoot>O
11391 inoremap <buffer> <silent> ;tb <tbody>
11392 </tbody>O
11393 inoremap <buffer> <silent> ;tH <thead>
11394 </thead>O
11395 inoremap <buffer> <silent> ;ta <table>
11396 </table>O
11397 inoremap <buffer> <silent> ;ca <caption></caption>F<
11398 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
11399 </object>k$5F"i
11400 inoremap <buffer> <silent> ;ns <noscript>
11401 </noscripT>O
11402 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
11403 <noembed></noembed>k$5F"i
11404 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
11405 inoremap <buffer> <silent> ;va <var></var>F<
11406 inoremap <buffer> <silent> ;ul <ul>
11407 </ul>O
11408 inoremap <buffer> <silent> ;tt <tt></tt>F<
11409 inoremap <buffer> <silent> ;ti <title></title>F<
11410 inoremap <buffer> <silent> ;sp <sup></sup>F<
11411 inoremap <buffer> <silent> ;sb <sub></sub>F<
11412 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
11413 inoremap <buffer> <silent> ;cs <style type="text/css">
11414 <!--
11415 -->
11416 </style>kO
11417 inoremap <buffer> <silent> ;sm <small></small>F<
11418 inoremap <buffer> <silent> ;sa <samp></samp>F<
11419 inoremap <buffer> <silent> ;sk <strike></strike>F<
11420 inoremap <buffer> <silent> ;qu <q></q>F<
11421 inoremap <buffer> <silent> ;pr <pre>
11422 </pre>O
11423 inoremap <buffer> <silent> ;/p </p>
11424 
11425 <p>
11426 inoremap <buffer> <silent> ;pp <p>
11427 </p>O
11428 inoremap <buffer> <silent> ;ol <ol>
11429 </ol>O
11430 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
11431 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
11432 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
11433 inoremap <buffer> <silent> ;lk <link href="">F"
11434 inoremap <buffer> <silent> ;li <li></li>F<
11435 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
11436 inoremap <buffer> <silent> ;ii <isindex>
11437 inoremap <buffer> <silent> ;in <ins></ins>F<
11438 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
11439 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
11440 inoremap <buffer> <silent> ;ht <html>
11441 </html>O
11442 inoremap <buffer> <silent> ;Hr <hr width="75%">
11443 inoremap <buffer> <silent> ;hr <hr>
11444 inoremap <buffer> <silent> ;he <head>
11445 </head>O
11446 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
11447 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
11448 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
11449 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
11450 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
11451 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
11452 inoremap <buffer> <silent> ;h6 <h6></h6>F<
11453 inoremap <buffer> <silent> ;h5 <h5></h5>F<
11454 inoremap <buffer> <silent> ;h4 <h4></h4>F<
11455 inoremap <buffer> <silent> ;h3 <h3></h3>F<
11456 inoremap <buffer> <silent> ;h2 <h2></h2>F<
11457 inoremap <buffer> <silent> ;h1 <h1></h1>F<
11458 inoremap <buffer> <silent> ;fc <font color=""></font>F"
11459 inoremap <buffer> <silent> ;fo <font size=""></font>F"
11460 inoremap <buffer> <silent> ;sn <span></span>F<
11461 inoremap <buffer> <silent> ;dv <div>
11462 </div>O
11463 inoremap <buffer> <silent> ;df <dfn></dfn>F<
11464 inoremap <buffer> <silent> ;de <del></del>F<
11465 inoremap <buffer> <silent> ;dd <dd></dd>F<
11466 inoremap <buffer> <silent> ;dt <dt></dt>F<
11467 inoremap <buffer> <silent> ;dl <dl>
11468 </dl>O
11469 inoremap <buffer> <silent> ;co <code></code>F<
11470 inoremap <buffer> <silent> ;ci <cite></cite>F<
11471 inoremap <buffer> <silent> ;ce <center></center>F<
11472 inoremap <buffer> <silent> ;br <br>
11473 inoremap <buffer> <silent> ;bd <body>
11474 </body>O
11475 inoremap <buffer> <silent> ;bl <blockquote>
11476 </blockquote>O
11477 inoremap <buffer> <silent> ;bi <big></big>F<
11478 inoremap <buffer> <silent> ;bh <base href="">F"
11479 inoremap <buffer> <silent> ;ad <address></address>F<
11480 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
11481 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
11482 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
11483 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
11484 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
11485 inoremap <buffer> <silent> ;an <a name=""></a>F"
11486 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
11487 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
11488 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
11489 inoremap <buffer> <silent> ;ah <a href=""></a>F"
11490 imap <buffer> <silent> ;s4 ;s4
11491 imap <buffer> <silent> ;4 ;4
11492 inoremap <buffer> <silent> ;mi :call MangleImageTag()
11493 inoremap <buffer> <silent> ; 
11494 inoremap <buffer> <silent> ;& &
11495 inoremap <buffer> <silent> ;; ;
11496 setlocal keymap=
11497 setlocal noarabic
11498 setlocal autoindent
11499 setlocal balloonexpr=
11500 setlocal nobinary
11501 setlocal bufhidden=
11502 setlocal buflisted
11503 setlocal buftype=
11504 setlocal nocindent
11505 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11506 setlocal cinoptions=
11507 setlocal cinwords=if,else,while,do,for,switch
11508 setlocal colorcolumn=
11509 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
11510 setlocal commentstring=<!--%s-->
11511 setlocal complete=.,w,b,u,t,i
11512 setlocal concealcursor=
11513 setlocal conceallevel=0
11514 setlocal completefunc=
11515 setlocal nocopyindent
11516 setlocal cryptmethod=
11517 setlocal nocursorbind
11518 setlocal nocursorcolumn
11519 setlocal nocursorline
11520 setlocal define=
11521 setlocal dictionary=
11522 setlocal nodiff
11523 setlocal equalprg=
11524 setlocal errorformat=
11525 setlocal expandtab
11526 if &filetype != 'html'
11527 setlocal filetype=html
11528 endif
11529 setlocal foldcolumn=0
11530 setlocal foldenable
11531 setlocal foldexpr=0
11532 setlocal foldignore=#
11533 setlocal foldlevel=0
11534 setlocal foldmarker={{{,}}}
11535 setlocal foldmethod=manual
11536 setlocal foldminlines=1
11537 setlocal foldnestmax=20
11538 setlocal foldtext=foldtext()
11539 setlocal formatexpr=
11540 setlocal formatoptions=tcq
11541 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11542 setlocal grepprg=
11543 setlocal iminsert=2
11544 setlocal imsearch=0
11545 setlocal include=
11546 setlocal includeexpr=
11547 setlocal indentexpr=
11548 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
11549 setlocal noinfercase
11550 setlocal iskeyword=@,48-57,_,192-255
11551 setlocal keywordprg=
11552 setlocal nolinebreak
11553 setlocal nolisp
11554 setlocal nolist
11555 setlocal makeprg=
11556 setlocal matchpairs=(:),{:},[:],<:>
11557 setlocal nomodeline
11558 setlocal modifiable
11559 setlocal nrformats=octal,hex
11560 setlocal nonumber
11561 setlocal numberwidth=4
11562 setlocal omnifunc=htmlcomplete#CompleteTags
11563 setlocal path=
11564 setlocal nopreserveindent
11565 setlocal nopreviewwindow
11566 setlocal quoteescape=\\
11567 setlocal noreadonly
11568 setlocal norelativenumber
11569 setlocal norightleft
11570 setlocal rightleftcmd=search
11571 setlocal noscrollbind
11572 setlocal shiftwidth=4
11573 setlocal noshortname
11574 setlocal nosmartindent
11575 setlocal softtabstop=0
11576 setlocal nospell
11577 setlocal spellcapcheck=
11578 setlocal spellfile=
11579 setlocal spelllang=en
11580 setlocal statusline=
11581 setlocal suffixesadd=
11582 setlocal swapfile
11583 setlocal synmaxcol=3000
11584 if &syntax != 'html'
11585 setlocal syntax=html
11586 endif
11587 setlocal tabstop=4
11588 setlocal tags=
11589 setlocal textwidth=0
11590 setlocal thesaurus=
11591 setlocal noundofile
11592 setlocal nowinfixheight
11593 setlocal nowinfixwidth
11594 setlocal wrap
11595 setlocal wrapmargin=0
11596 silent! normal! zE
11597 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
11598 if s:l < 1 | let s:l = 1 | endif
11599 exe s:l
11600 normal! zt
11601 1
11602 normal! 0
11603 tabedit .news.php
11604 set splitbelow splitright
11605 set nosplitbelow
11606 set nosplitright
11607 wincmd t
11608 set winheight=1 winwidth=1
11609 argglobal
11610 29argu
11611 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
11612 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
11613 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
11614 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
11615 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
11616 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
11617 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
11618 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
11619 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
11620 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
11621 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
11622 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
11623 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
11624 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
11625 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
11626 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
11627 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
11628 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
11629 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">')
11630 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">')
11631 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
11632 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
11633 nnoremap <buffer> <silent> ; 
11634 nnoremap <buffer> <silent> ;; ;
11635 vnoremap <buffer> <silent> ;; ;
11636 onoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
11637 :nohls
11638 nnoremap <buffer> <silent> [[ ?\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)?
11639 :nohls
11640 onoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
11641 :nohls
11642 nnoremap <buffer> <silent> ]] /\(.*\%#\)\@!\_^\s*\zs\(\(abstract\s\+\|final\s\+\|private\s\+\|protected\s\+\|public\s\+\|static\s\+\)*function\|\(abstract\s\+\|final\s\+\)*class\|interface\)/
11643 :nohls
11644 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
11645 inoremap <buffer> <silent> &hA &hArr;
11646 inoremap <buffer> <silent> &dA &dArr;
11647 inoremap <buffer> <silent> &rA &rArr;
11648 inoremap <buffer> <silent> &uA &uArr;
11649 inoremap <buffer> <silent> &lA &lArr;
11650 inoremap <buffer> <silent> &ha &harr;
11651 inoremap <buffer> <silent> &da &darr;
11652 inoremap <buffer> <silent> &ra &rarr;
11653 inoremap <buffer> <silent> &ua &uarr;
11654 inoremap <buffer> <silent> &la &larr;
11655 inoremap <buffer> <silent> &pv &piv;
11656 inoremap <buffer> <silent> &uh &upsih;
11657 inoremap <buffer> <silent> &ts &thetasym;
11658 inoremap <buffer> <silent> &og &omega;
11659 inoremap <buffer> <silent> &ps &psi;
11660 inoremap <buffer> <silent> &ch &chi;
11661 inoremap <buffer> <silent> &ph &phi;
11662 inoremap <buffer> <silent> &up &upsilon;
11663 inoremap <buffer> <silent> &ta &tau;
11664 inoremap <buffer> <silent> &sf &sigmaf;
11665 inoremap <buffer> <silent> &si &sigma;
11666 inoremap <buffer> <silent> &rh &rho;
11667 inoremap <buffer> <silent> &pi &pi;
11668 inoremap <buffer> <silent> &oc &omicron;
11669 inoremap <buffer> <silent> &xi &xi;
11670 inoremap <buffer> <silent> &nu &nu;
11671 inoremap <buffer> <silent> &mu &mu;
11672 inoremap <buffer> <silent> &lm &lambda;
11673 inoremap <buffer> <silent> &ka &kappa;
11674 inoremap <buffer> <silent> &io &iota;
11675 inoremap <buffer> <silent> &th &theta;
11676 inoremap <buffer> <silent> &et &eta;
11677 inoremap <buffer> <silent> &ze &zeta;
11678 inoremap <buffer> <silent> &ep &epsilon;
11679 inoremap <buffer> <silent> &de &delta;
11680 inoremap <buffer> <silent> &ga &gamma;
11681 inoremap <buffer> <silent> &be &beta;
11682 inoremap <buffer> <silent> &al &alpha;
11683 inoremap <buffer> <silent> &Ps &Psi;
11684 inoremap <buffer> <silent> &Ch &Chi;
11685 inoremap <buffer> <silent> &Ph &Phi;
11686 inoremap <buffer> <silent> &Up &Upsilon;
11687 inoremap <buffer> <silent> &Ta &Tau;
11688 inoremap <buffer> <silent> &Si &Sigma;
11689 inoremap <buffer> <silent> &Rh &Rho;
11690 inoremap <buffer> <silent> &Pi &Pi;
11691 inoremap <buffer> <silent> &Oc &Omicron;
11692 inoremap <buffer> <silent> &Xi &Xi;
11693 inoremap <buffer> <silent> &Nu &Nu;
11694 inoremap <buffer> <silent> &Mu &Mu;
11695 inoremap <buffer> <silent> &Lm &Lambda;
11696 inoremap <buffer> <silent> &Ka &Kappa;
11697 inoremap <buffer> <silent> &Io &Iota;
11698 inoremap <buffer> <silent> &Th &Theta;
11699 inoremap <buffer> <silent> &Et &Eta;
11700 inoremap <buffer> <silent> &Ze &Zeta;
11701 inoremap <buffer> <silent> &Ep &Epsilon;
11702 inoremap <buffer> <silent> &De &Delta;
11703 inoremap <buffer> <silent> &Ga &Gamma;
11704 inoremap <buffer> <silent> &Be &Beta;
11705 inoremap <buffer> <silent> &Al &Alpha;
11706 inoremap <buffer> <silent> &3. &hellip;
11707 inoremap <buffer> <silent> &-- &mdash;
11708 inoremap <buffer> <silent> &3- &mdash;
11709 inoremap <buffer> <silent> &m- &mdash;
11710 inoremap <buffer> <silent> &2- &ndash;
11711 inoremap <buffer> <silent> &n- &ndash;
11712 inoremap <buffer> <silent> &34 &frac34;
11713 inoremap <buffer> <silent> &12 &frac12;
11714 inoremap <buffer> <silent> &14 &frac14;
11715 inoremap <buffer> <silent> &. &middot;
11716 inoremap <buffer> <silent> &pa &para;
11717 inoremap <buffer> <silent> &mi &micro;
11718 inoremap <buffer> <silent> &dg &deg;
11719 inoremap <buffer> <silent> &? &iquest;
11720 inoremap <buffer> <silent> &! &iexcl;
11721 inoremap <buffer> <silent> &sz &szlig;
11722 inoremap <buffer> <silent> &o/ &oslash;
11723 inoremap <buffer> <silent> &/ &divide;
11724 inoremap <buffer> <silent> &" &uml;
11725 inoremap <buffer> <silent> &2> &raquo;
11726 inoremap <buffer> <silent> &2< &laquo;
11727 inoremap <buffer> <silent> &y" &yuml;
11728 inoremap <buffer> <silent> &y' &yacute;
11729 inoremap <buffer> <silent> &u" &uuml;
11730 inoremap <buffer> <silent> &u^ &ucirc;
11731 inoremap <buffer> <silent> &u' &uacute;
11732 inoremap <buffer> <silent> &u` &ugrave;
11733 inoremap <buffer> <silent> &x &times;
11734 inoremap <buffer> <silent> &o" &ouml;
11735 inoremap <buffer> <silent> &o~ &otilde;
11736 inoremap <buffer> <silent> &o^ &ocirc;
11737 inoremap <buffer> <silent> &o' &oacute;
11738 inoremap <buffer> <silent> &o` &ograve;
11739 inoremap <buffer> <silent> &n~ &ntilde;
11740 inoremap <buffer> <silent> &i" &iuml;
11741 inoremap <buffer> <silent> &i^ &icirc;
11742 inoremap <buffer> <silent> &i' &iacute;
11743 inoremap <buffer> <silent> &i` &igrave;
11744 inoremap <buffer> <silent> &e" &euml;
11745 inoremap <buffer> <silent> &e^ &ecirc;
11746 inoremap <buffer> <silent> &e' &eacute;
11747 inoremap <buffer> <silent> &e` &egrave;
11748 inoremap <buffer> <silent> &c, &ccedil;
11749 inoremap <buffer> <silent> &ae &aelig;
11750 inoremap <buffer> <silent> &ao &aring;
11751 inoremap <buffer> <silent> &a" &auml;
11752 inoremap <buffer> <silent> &a~ &atilde;
11753 inoremap <buffer> <silent> &a^ &acirc;
11754 inoremap <buffer> <silent> &a' &aacute;
11755 inoremap <buffer> <silent> &a` &agrave;
11756 inoremap <buffer> <silent> &Y' &Yacute;
11757 inoremap <buffer> <silent> &U" &Uuml;
11758 inoremap <buffer> <silent> &U^ &Ucirc;
11759 inoremap <buffer> <silent> &U' &Uacute;
11760 inoremap <buffer> <silent> &U` &Ugrave;
11761 inoremap <buffer> <silent> &O/ &Oslash;
11762 inoremap <buffer> <silent> &O" &Ouml;
11763 inoremap <buffer> <silent> &O~ &Otilde;
11764 inoremap <buffer> <silent> &O^ &Ocirc;
11765 inoremap <buffer> <silent> &O' &Oacute;
11766 inoremap <buffer> <silent> &O` &Ograve;
11767 inoremap <buffer> <silent> &N~ &Ntilde;
11768 inoremap <buffer> <silent> &I" &Iuml;
11769 inoremap <buffer> <silent> &I^ &Icirc;
11770 inoremap <buffer> <silent> &I' &Iacute;
11771 inoremap <buffer> <silent> &I` &Igrave;
11772 inoremap <buffer> <silent> &E" &Euml;
11773 inoremap <buffer> <silent> &E^ &Ecirc;
11774 inoremap <buffer> <silent> &E' &Eacute;
11775 inoremap <buffer> <silent> &E` &Egrave;
11776 inoremap <buffer> <silent> &C, &Ccedil;
11777 inoremap <buffer> <silent> &AE &AElig;
11778 inoremap <buffer> <silent> &Ao &Aring;
11779 inoremap <buffer> <silent> &A" &Auml;
11780 inoremap <buffer> <silent> &A~ &Atilde;
11781 inoremap <buffer> <silent> &A^ &Acirc;
11782 inoremap <buffer> <silent> &A' &Aacute;
11783 inoremap <buffer> <silent> &A` &Agrave;
11784 inoremap <buffer> <silent> &c| &cent;
11785 inoremap <buffer> <silent> &Y= &yen;
11786 inoremap <buffer> <silent> &# &pound;
11787 inoremap <buffer> <silent> & &nbsp;
11788 inoremap <buffer> <silent> &> &gt;
11789 inoremap <buffer> <silent> &< &lt;
11790 inoremap <buffer> <silent> &' &quot;
11791 inoremap <buffer> <silent> &tm &trade;
11792 inoremap <buffer> <silent> &rO &reg;
11793 inoremap <buffer> <silent> &cO &copy;
11794 inoremap <buffer> <silent> && &amp;
11795 inoremap <buffer> <silent> ; &nbsp;
11796 inoremap <buffer> <silent> ;la <label for=""></label>F"
11797 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
11798 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
11799 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
11800 </textarea>k$5F"i
11801 inoremap <buffer> <silent> ;og <optgroup label="">
11802 </optgroup>k$F"i
11803 inoremap <buffer> <silent> ;op <option></option>F<
11804 inoremap <buffer> <silent> ;ms <select name="" multiple>
11805 </select>O
11806 inoremap <buffer> <silent> ;se <select name="">
11807 </select>O
11808 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
11809 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
11810 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
11811 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
11812 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
11813 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
11814 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
11815 inoremap <buffer> <silent> ;fm <form action="">
11816 </form>k$F"i
11817 inoremap <buffer> <silent> ;if <iframe src="">
11818 </iframe>k$F"i
11819 inoremap <buffer> <silent> ;nf <noframes>
11820 </noframes>O
11821 inoremap <buffer> <silent> ;fr <frame src="">F"
11822 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
11823 </frameset>k$3F"i
11824 inoremap <buffer> <silent> ;th <th></th>F<
11825 inoremap <buffer> <silent> ;td <td>
11826 </td>O
11827 inoremap <buffer> <silent> ;tr <tr>
11828 </tr>O
11829 inoremap <buffer> <silent> ;tf <tfoot>
11830 </tfoot>O
11831 inoremap <buffer> <silent> ;tb <tbody>
11832 </tbody>O
11833 inoremap <buffer> <silent> ;tH <thead>
11834 </thead>O
11835 inoremap <buffer> <silent> ;ta <table>
11836 </table>O
11837 inoremap <buffer> <silent> ;ca <caption></caption>F<
11838 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
11839 </object>k$5F"i
11840 inoremap <buffer> <silent> ;ns <noscript>
11841 </noscripT>O
11842 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
11843 <noembed></noembed>k$5F"i
11844 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
11845 inoremap <buffer> <silent> ;va <var></var>F<
11846 inoremap <buffer> <silent> ;ul <ul>
11847 </ul>O
11848 inoremap <buffer> <silent> ;tt <tt></tt>F<
11849 inoremap <buffer> <silent> ;ti <title></title>F<
11850 inoremap <buffer> <silent> ;sp <sup></sup>F<
11851 inoremap <buffer> <silent> ;sb <sub></sub>F<
11852 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
11853 inoremap <buffer> <silent> ;cs <style type="text/css">
11854 <!--
11855 -->
11856 </style>kO
11857 inoremap <buffer> <silent> ;sm <small></small>F<
11858 inoremap <buffer> <silent> ;sa <samp></samp>F<
11859 inoremap <buffer> <silent> ;sk <strike></strike>F<
11860 inoremap <buffer> <silent> ;qu <q></q>F<
11861 inoremap <buffer> <silent> ;pr <pre>
11862 </pre>O
11863 inoremap <buffer> <silent> ;/p </p>
11864 
11865 <p>
11866 inoremap <buffer> <silent> ;pp <p>
11867 </p>O
11868 inoremap <buffer> <silent> ;ol <ol>
11869 </ol>O
11870 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
11871 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
11872 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
11873 inoremap <buffer> <silent> ;lk <link href="">F"
11874 inoremap <buffer> <silent> ;li <li></li>F<
11875 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
11876 inoremap <buffer> <silent> ;ii <isindex>
11877 inoremap <buffer> <silent> ;in <ins></ins>F<
11878 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
11879 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
11880 inoremap <buffer> <silent> ;ht <html>
11881 </html>O
11882 inoremap <buffer> <silent> ;Hr <hr width="75%">
11883 inoremap <buffer> <silent> ;hr <hr>
11884 inoremap <buffer> <silent> ;he <head>
11885 </head>O
11886 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
11887 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
11888 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
11889 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
11890 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
11891 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
11892 inoremap <buffer> <silent> ;h6 <h6></h6>F<
11893 inoremap <buffer> <silent> ;h5 <h5></h5>F<
11894 inoremap <buffer> <silent> ;h4 <h4></h4>F<
11895 inoremap <buffer> <silent> ;h3 <h3></h3>F<
11896 inoremap <buffer> <silent> ;h2 <h2></h2>F<
11897 inoremap <buffer> <silent> ;h1 <h1></h1>F<
11898 inoremap <buffer> <silent> ;fc <font color=""></font>F"
11899 inoremap <buffer> <silent> ;fo <font size=""></font>F"
11900 inoremap <buffer> <silent> ;sn <span></span>F<
11901 inoremap <buffer> <silent> ;dv <div>
11902 </div>O
11903 inoremap <buffer> <silent> ;df <dfn></dfn>F<
11904 inoremap <buffer> <silent> ;de <del></del>F<
11905 inoremap <buffer> <silent> ;dd <dd></dd>F<
11906 inoremap <buffer> <silent> ;dt <dt></dt>F<
11907 inoremap <buffer> <silent> ;dl <dl>
11908 </dl>O
11909 inoremap <buffer> <silent> ;co <code></code>F<
11910 inoremap <buffer> <silent> ;ci <cite></cite>F<
11911 inoremap <buffer> <silent> ;ce <center></center>F<
11912 inoremap <buffer> <silent> ;br <br>
11913 inoremap <buffer> <silent> ;bd <body>
11914 </body>O
11915 inoremap <buffer> <silent> ;bl <blockquote>
11916 </blockquote>O
11917 inoremap <buffer> <silent> ;bi <big></big>F<
11918 inoremap <buffer> <silent> ;bh <base href="">F"
11919 inoremap <buffer> <silent> ;ad <address></address>F<
11920 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
11921 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
11922 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
11923 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
11924 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
11925 inoremap <buffer> <silent> ;an <a name=""></a>F"
11926 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
11927 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
11928 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
11929 inoremap <buffer> <silent> ;ah <a href=""></a>F"
11930 imap <buffer> <silent> ;s4 ;s4
11931 imap <buffer> <silent> ;4 ;4
11932 inoremap <buffer> <silent> ;mi :call MangleImageTag()
11933 inoremap <buffer> <silent> ; 
11934 inoremap <buffer> <silent> ;& &
11935 inoremap <buffer> <silent> ;; ;
11936 setlocal keymap=
11937 setlocal noarabic
11938 setlocal autoindent
11939 setlocal balloonexpr=
11940 setlocal nobinary
11941 setlocal bufhidden=
11942 setlocal buflisted
11943 setlocal buftype=
11944 setlocal nocindent
11945 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11946 setlocal cinoptions=
11947 setlocal cinwords=if,else,while,do,for,switch
11948 setlocal colorcolumn=
11949 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
11950 setlocal commentstring=/*%s*/
11951 setlocal complete=.,w,b,u,t,i
11952 setlocal concealcursor=
11953 setlocal conceallevel=0
11954 setlocal completefunc=
11955 setlocal nocopyindent
11956 setlocal cryptmethod=
11957 setlocal nocursorbind
11958 setlocal nocursorcolumn
11959 setlocal nocursorline
11960 setlocal define=
11961 setlocal dictionary=
11962 setlocal nodiff
11963 setlocal equalprg=
11964 setlocal errorformat=
11965 setlocal expandtab
11966 if &filetype != 'php'
11967 setlocal filetype=php
11968 endif
11969 setlocal foldcolumn=0
11970 setlocal foldenable
11971 setlocal foldexpr=0
11972 setlocal foldignore=#
11973 setlocal foldlevel=0
11974 setlocal foldmarker={{{,}}}
11975 setlocal foldmethod=manual
11976 setlocal foldminlines=1
11977 setlocal foldnestmax=20
11978 setlocal foldtext=foldtext()
11979 setlocal formatexpr=
11980 setlocal formatoptions=tcq
11981 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11982 setlocal grepprg=
11983 setlocal iminsert=2
11984 setlocal imsearch=0
11985 setlocal include=\\(require\\|include\\)\\(_once\\)\\?
11986 setlocal includeexpr=
11987 setlocal indentexpr=
11988 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
11989 setlocal noinfercase
11990 setlocal iskeyword=@,48-57,_,192-255
11991 setlocal keywordprg=
11992 setlocal nolinebreak
11993 setlocal nolisp
11994 setlocal nolist
11995 setlocal makeprg=
11996 setlocal matchpairs=(:),{:},[:],<:>
11997 setlocal nomodeline
11998 setlocal modifiable
11999 setlocal nrformats=octal,hex
12000 setlocal nonumber
12001 setlocal numberwidth=4
12002 setlocal omnifunc=phpcomplete#CompletePHP
12003 setlocal path=
12004 setlocal nopreserveindent
12005 setlocal nopreviewwindow
12006 setlocal quoteescape=\\
12007 setlocal noreadonly
12008 setlocal norelativenumber
12009 setlocal norightleft
12010 setlocal rightleftcmd=search
12011 setlocal noscrollbind
12012 setlocal shiftwidth=4
12013 setlocal noshortname
12014 setlocal nosmartindent
12015 setlocal softtabstop=0
12016 setlocal nospell
12017 setlocal spellcapcheck=
12018 setlocal spellfile=
12019 setlocal spelllang=en
12020 setlocal statusline=
12021 setlocal suffixesadd=
12022 setlocal swapfile
12023 setlocal synmaxcol=3000
12024 if &syntax != 'php'
12025 setlocal syntax=php
12026 endif
12027 setlocal tabstop=4
12028 setlocal tags=
12029 setlocal textwidth=0
12030 setlocal thesaurus=
12031 setlocal noundofile
12032 setlocal nowinfixheight
12033 setlocal nowinfixwidth
12034 setlocal wrap
12035 setlocal wrapmargin=0
12036 silent! normal! zE
12037 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
12038 if s:l < 1 | let s:l = 1 | endif
12039 exe s:l
12040 normal! zt
12041 1
12042 normal! 0
12043 tabedit .template.html
12044 set splitbelow splitright
12045 set nosplitbelow
12046 set nosplitright
12047 wincmd t
12048 set winheight=1 winwidth=1
12049 argglobal
12050 30argu
12051 vnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
12052 nnoremap <buffer> <silent>  :call HTMLnextInsertPoint('n')
12053 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
12054 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)
12055 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)
12056 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)
12057 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)
12058 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)
12059 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)
12060 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)
12061 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)
12062 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)
12063 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)
12064 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)
12065 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)
12066 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)
12067 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)
12068 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()
12069 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">')
12070 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">')
12071 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif
12072 nnoremap <buffer> <silent> ;mi :call MangleImageTag()
12073 nnoremap <buffer> <silent> ; 
12074 nnoremap <buffer> <silent> ;; ;
12075 vnoremap <buffer> <silent> ;; ;
12076 inoremap <buffer> <silent>  :call HTMLnextInsertPoint('i')
12077 inoremap <buffer> <silent> &hA &hArr;
12078 inoremap <buffer> <silent> &dA &dArr;
12079 inoremap <buffer> <silent> &rA &rArr;
12080 inoremap <buffer> <silent> &uA &uArr;
12081 inoremap <buffer> <silent> &lA &lArr;
12082 inoremap <buffer> <silent> &ha &harr;
12083 inoremap <buffer> <silent> &da &darr;
12084 inoremap <buffer> <silent> &ra &rarr;
12085 inoremap <buffer> <silent> &ua &uarr;
12086 inoremap <buffer> <silent> &la &larr;
12087 inoremap <buffer> <silent> &pv &piv;
12088 inoremap <buffer> <silent> &uh &upsih;
12089 inoremap <buffer> <silent> &ts &thetasym;
12090 inoremap <buffer> <silent> &og &omega;
12091 inoremap <buffer> <silent> &ps &psi;
12092 inoremap <buffer> <silent> &ch &chi;
12093 inoremap <buffer> <silent> &ph &phi;
12094 inoremap <buffer> <silent> &up &upsilon;
12095 inoremap <buffer> <silent> &ta &tau;
12096 inoremap <buffer> <silent> &sf &sigmaf;
12097 inoremap <buffer> <silent> &si &sigma;
12098 inoremap <buffer> <silent> &rh &rho;
12099 inoremap <buffer> <silent> &pi &pi;
12100 inoremap <buffer> <silent> &oc &omicron;
12101 inoremap <buffer> <silent> &xi &xi;
12102 inoremap <buffer> <silent> &nu &nu;
12103 inoremap <buffer> <silent> &mu &mu;
12104 inoremap <buffer> <silent> &lm &lambda;
12105 inoremap <buffer> <silent> &ka &kappa;
12106 inoremap <buffer> <silent> &io &iota;
12107 inoremap <buffer> <silent> &th &theta;
12108 inoremap <buffer> <silent> &et &eta;
12109 inoremap <buffer> <silent> &ze &zeta;
12110 inoremap <buffer> <silent> &ep &epsilon;
12111 inoremap <buffer> <silent> &de &delta;
12112 inoremap <buffer> <silent> &ga &gamma;
12113 inoremap <buffer> <silent> &be &beta;
12114 inoremap <buffer> <silent> &al &alpha;
12115 inoremap <buffer> <silent> &Ps &Psi;
12116 inoremap <buffer> <silent> &Ch &Chi;
12117 inoremap <buffer> <silent> &Ph &Phi;
12118 inoremap <buffer> <silent> &Up &Upsilon;
12119 inoremap <buffer> <silent> &Ta &Tau;
12120 inoremap <buffer> <silent> &Si &Sigma;
12121 inoremap <buffer> <silent> &Rh &Rho;
12122 inoremap <buffer> <silent> &Pi &Pi;
12123 inoremap <buffer> <silent> &Oc &Omicron;
12124 inoremap <buffer> <silent> &Xi &Xi;
12125 inoremap <buffer> <silent> &Nu &Nu;
12126 inoremap <buffer> <silent> &Mu &Mu;
12127 inoremap <buffer> <silent> &Lm &Lambda;
12128 inoremap <buffer> <silent> &Ka &Kappa;
12129 inoremap <buffer> <silent> &Io &Iota;
12130 inoremap <buffer> <silent> &Th &Theta;
12131 inoremap <buffer> <silent> &Et &Eta;
12132 inoremap <buffer> <silent> &Ze &Zeta;
12133 inoremap <buffer> <silent> &Ep &Epsilon;
12134 inoremap <buffer> <silent> &De &Delta;
12135 inoremap <buffer> <silent> &Ga &Gamma;
12136 inoremap <buffer> <silent> &Be &Beta;
12137 inoremap <buffer> <silent> &Al &Alpha;
12138 inoremap <buffer> <silent> &3. &hellip;
12139 inoremap <buffer> <silent> &-- &mdash;
12140 inoremap <buffer> <silent> &3- &mdash;
12141 inoremap <buffer> <silent> &m- &mdash;
12142 inoremap <buffer> <silent> &2- &ndash;
12143 inoremap <buffer> <silent> &n- &ndash;
12144 inoremap <buffer> <silent> &34 &frac34;
12145 inoremap <buffer> <silent> &12 &frac12;
12146 inoremap <buffer> <silent> &14 &frac14;
12147 inoremap <buffer> <silent> &. &middot;
12148 inoremap <buffer> <silent> &pa &para;
12149 inoremap <buffer> <silent> &mi &micro;
12150 inoremap <buffer> <silent> &dg &deg;
12151 inoremap <buffer> <silent> &? &iquest;
12152 inoremap <buffer> <silent> &! &iexcl;
12153 inoremap <buffer> <silent> &sz &szlig;
12154 inoremap <buffer> <silent> &o/ &oslash;
12155 inoremap <buffer> <silent> &/ &divide;
12156 inoremap <buffer> <silent> &" &uml;
12157 inoremap <buffer> <silent> &2> &raquo;
12158 inoremap <buffer> <silent> &2< &laquo;
12159 inoremap <buffer> <silent> &y" &yuml;
12160 inoremap <buffer> <silent> &y' &yacute;
12161 inoremap <buffer> <silent> &u" &uuml;
12162 inoremap <buffer> <silent> &u^ &ucirc;
12163 inoremap <buffer> <silent> &u' &uacute;
12164 inoremap <buffer> <silent> &u` &ugrave;
12165 inoremap <buffer> <silent> &x &times;
12166 inoremap <buffer> <silent> &o" &ouml;
12167 inoremap <buffer> <silent> &o~ &otilde;
12168 inoremap <buffer> <silent> &o^ &ocirc;
12169 inoremap <buffer> <silent> &o' &oacute;
12170 inoremap <buffer> <silent> &o` &ograve;
12171 inoremap <buffer> <silent> &n~ &ntilde;
12172 inoremap <buffer> <silent> &i" &iuml;
12173 inoremap <buffer> <silent> &i^ &icirc;
12174 inoremap <buffer> <silent> &i' &iacute;
12175 inoremap <buffer> <silent> &i` &igrave;
12176 inoremap <buffer> <silent> &e" &euml;
12177 inoremap <buffer> <silent> &e^ &ecirc;
12178 inoremap <buffer> <silent> &e' &eacute;
12179 inoremap <buffer> <silent> &e` &egrave;
12180 inoremap <buffer> <silent> &c, &ccedil;
12181 inoremap <buffer> <silent> &ae &aelig;
12182 inoremap <buffer> <silent> &ao &aring;
12183 inoremap <buffer> <silent> &a" &auml;
12184 inoremap <buffer> <silent> &a~ &atilde;
12185 inoremap <buffer> <silent> &a^ &acirc;
12186 inoremap <buffer> <silent> &a' &aacute;
12187 inoremap <buffer> <silent> &a` &agrave;
12188 inoremap <buffer> <silent> &Y' &Yacute;
12189 inoremap <buffer> <silent> &U" &Uuml;
12190 inoremap <buffer> <silent> &U^ &Ucirc;
12191 inoremap <buffer> <silent> &U' &Uacute;
12192 inoremap <buffer> <silent> &U` &Ugrave;
12193 inoremap <buffer> <silent> &O/ &Oslash;
12194 inoremap <buffer> <silent> &O" &Ouml;
12195 inoremap <buffer> <silent> &O~ &Otilde;
12196 inoremap <buffer> <silent> &O^ &Ocirc;
12197 inoremap <buffer> <silent> &O' &Oacute;
12198 inoremap <buffer> <silent> &O` &Ograve;
12199 inoremap <buffer> <silent> &N~ &Ntilde;
12200 inoremap <buffer> <silent> &I" &Iuml;
12201 inoremap <buffer> <silent> &I^ &Icirc;
12202 inoremap <buffer> <silent> &I' &Iacute;
12203 inoremap <buffer> <silent> &I` &Igrave;
12204 inoremap <buffer> <silent> &E" &Euml;
12205 inoremap <buffer> <silent> &E^ &Ecirc;
12206 inoremap <buffer> <silent> &E' &Eacute;
12207 inoremap <buffer> <silent> &E` &Egrave;
12208 inoremap <buffer> <silent> &C, &Ccedil;
12209 inoremap <buffer> <silent> &AE &AElig;
12210 inoremap <buffer> <silent> &Ao &Aring;
12211 inoremap <buffer> <silent> &A" &Auml;
12212 inoremap <buffer> <silent> &A~ &Atilde;
12213 inoremap <buffer> <silent> &A^ &Acirc;
12214 inoremap <buffer> <silent> &A' &Aacute;
12215 inoremap <buffer> <silent> &A` &Agrave;
12216 inoremap <buffer> <silent> &c| &cent;
12217 inoremap <buffer> <silent> &Y= &yen;
12218 inoremap <buffer> <silent> &# &pound;
12219 inoremap <buffer> <silent> & &nbsp;
12220 inoremap <buffer> <silent> &> &gt;
12221 inoremap <buffer> <silent> &< &lt;
12222 inoremap <buffer> <silent> &' &quot;
12223 inoremap <buffer> <silent> &tm &trade;
12224 inoremap <buffer> <silent> &rO &reg;
12225 inoremap <buffer> <silent> &cO &copy;
12226 inoremap <buffer> <silent> && &amp;
12227 inoremap <buffer> <silent> ; &nbsp;
12228 inoremap <buffer> <silent> ;la <label for=""></label>F"
12229 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">
12230 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">
12231 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50">
12232 </textarea>k$5F"i
12233 inoremap <buffer> <silent> ;og <optgroup label="">
12234 </optgroup>k$F"i
12235 inoremap <buffer> <silent> ;op <option></option>F<
12236 inoremap <buffer> <silent> ;ms <select name="" multiple>
12237 </select>O
12238 inoremap <buffer> <silent> ;se <select name="">
12239 </select>O
12240 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"
12241 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"
12242 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"
12243 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"
12244 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"
12245 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"
12246 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"
12247 inoremap <buffer> <silent> ;fm <form action="">
12248 </form>k$F"i
12249 inoremap <buffer> <silent> ;if <iframe src="">
12250 </iframe>k$F"i
12251 inoremap <buffer> <silent> ;nf <noframes>
12252 </noframes>O
12253 inoremap <buffer> <silent> ;fr <frame src="">F"
12254 inoremap <buffer> <silent> ;fs <frameset rows="" cols="">
12255 </frameset>k$3F"i
12256 inoremap <buffer> <silent> ;th <th></th>F<
12257 inoremap <buffer> <silent> ;td <td>
12258 </td>O
12259 inoremap <buffer> <silent> ;tr <tr>
12260 </tr>O
12261 inoremap <buffer> <silent> ;tf <tfoot>
12262 </tfoot>O
12263 inoremap <buffer> <silent> ;tb <tbody>
12264 </tbody>O
12265 inoremap <buffer> <silent> ;tH <thead>
12266 </thead>O
12267 inoremap <buffer> <silent> ;ta <table>
12268 </table>O
12269 inoremap <buffer> <silent> ;ca <caption></caption>F<
12270 inoremap <buffer> <silent> ;ob <object data="" width="" height="">
12271 </object>k$5F"i
12272 inoremap <buffer> <silent> ;ns <noscript>
12273 </noscripT>O
12274 inoremap <buffer> <silent> ;eb <embed src="" width="" height="">
12275 <noembed></noembed>k$5F"i
12276 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"
12277 inoremap <buffer> <silent> ;va <var></var>F<
12278 inoremap <buffer> <silent> ;ul <ul>
12279 </ul>O
12280 inoremap <buffer> <silent> ;tt <tt></tt>F<
12281 inoremap <buffer> <silent> ;ti <title></title>F<
12282 inoremap <buffer> <silent> ;sp <sup></sup>F<
12283 inoremap <buffer> <silent> ;sb <sub></sub>F<
12284 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"
12285 inoremap <buffer> <silent> ;cs <style type="text/css">
12286 <!--
12287 -->
12288 </style>kO
12289 inoremap <buffer> <silent> ;sm <small></small>F<
12290 inoremap <buffer> <silent> ;sa <samp></samp>F<
12291 inoremap <buffer> <silent> ;sk <strike></strike>F<
12292 inoremap <buffer> <silent> ;qu <q></q>F<
12293 inoremap <buffer> <silent> ;pr <pre>
12294 </pre>O
12295 inoremap <buffer> <silent> ;/p </p>
12296 
12297 <p>
12298 inoremap <buffer> <silent> ;pp <p>
12299 </p>O
12300 inoremap <buffer> <silent> ;ol <ol>
12301 </ol>O
12302 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"
12303 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"
12304 inoremap <buffer> <silent> ;me <meta name="" content="">3F"
12305 inoremap <buffer> <silent> ;lk <link href="">F"
12306 inoremap <buffer> <silent> ;li <li></li>F<
12307 inoremap <buffer> <silent> ;kb <kbd></kbd>F<
12308 inoremap <buffer> <silent> ;ii <isindex>
12309 inoremap <buffer> <silent> ;in <ins></ins>F<
12310 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"
12311 inoremap <buffer> <silent> ;im <img src="" alt="">3F"
12312 inoremap <buffer> <silent> ;ht <html>
12313 </html>O
12314 inoremap <buffer> <silent> ;Hr <hr width="75%">
12315 inoremap <buffer> <silent> ;hr <hr>
12316 inoremap <buffer> <silent> ;he <head>
12317 </head>O
12318 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<
12319 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<
12320 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<
12321 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<
12322 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<
12323 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<
12324 inoremap <buffer> <silent> ;h6 <h6></h6>F<
12325 inoremap <buffer> <silent> ;h5 <h5></h5>F<
12326 inoremap <buffer> <silent> ;h4 <h4></h4>F<
12327 inoremap <buffer> <silent> ;h3 <h3></h3>F<
12328 inoremap <buffer> <silent> ;h2 <h2></h2>F<
12329 inoremap <buffer> <silent> ;h1 <h1></h1>F<
12330 inoremap <buffer> <silent> ;fc <font color=""></font>F"
12331 inoremap <buffer> <silent> ;fo <font size=""></font>F"
12332 inoremap <buffer> <silent> ;sn <span></span>F<
12333 inoremap <buffer> <silent> ;dv <div>
12334 </div>O
12335 inoremap <buffer> <silent> ;df <dfn></dfn>F<
12336 inoremap <buffer> <silent> ;de <del></del>F<
12337 inoremap <buffer> <silent> ;dd <dd></dd>F<
12338 inoremap <buffer> <silent> ;dt <dt></dt>F<
12339 inoremap <buffer> <silent> ;dl <dl>
12340 </dl>O
12341 inoremap <buffer> <silent> ;co <code></code>F<
12342 inoremap <buffer> <silent> ;ci <cite></cite>F<
12343 inoremap <buffer> <silent> ;ce <center></center>F<
12344 inoremap <buffer> <silent> ;br <br>
12345 inoremap <buffer> <silent> ;bd <body>
12346 </body>O
12347 inoremap <buffer> <silent> ;bl <blockquote>
12348 </blockquote>O
12349 inoremap <buffer> <silent> ;bi <big></big>F<
12350 inoremap <buffer> <silent> ;bh <base href="">F"
12351 inoremap <buffer> <silent> ;ad <address></address>F<
12352 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<
12353 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"
12354 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<
12355 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"
12356 inoremap <buffer> <silent> ;aN <a name="*"></a>F<
12357 inoremap <buffer> <silent> ;an <a name=""></a>F"
12358 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"
12359 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"
12360 inoremap <buffer> <silent> ;aH <a href="*"></a>F<
12361 inoremap <buffer> <silent> ;ah <a href=""></a>F"
12362 imap <buffer> <silent> ;s4 ;s4
12363 imap <buffer> <silent> ;4 ;4
12364 inoremap <buffer> <silent> ;mi :call MangleImageTag()
12365 inoremap <buffer> <silent> ; 
12366 inoremap <buffer> <silent> ;& &
12367 inoremap <buffer> <silent> ;; ;
12368 setlocal keymap=
12369 setlocal noarabic
12370 setlocal autoindent
12371 setlocal balloonexpr=
12372 setlocal nobinary
12373 setlocal bufhidden=
12374 setlocal buflisted
12375 setlocal buftype=
12376 setlocal nocindent
12377 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12378 setlocal cinoptions=
12379 setlocal cinwords=if,else,while,do,for,switch
12380 setlocal colorcolumn=
12381 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
12382 setlocal commentstring=<!--%s-->
12383 setlocal complete=.,w,b,u,t,i
12384 setlocal concealcursor=
12385 setlocal conceallevel=0
12386 setlocal completefunc=
12387 setlocal nocopyindent
12388 setlocal cryptmethod=
12389 setlocal nocursorbind
12390 setlocal nocursorcolumn
12391 setlocal nocursorline
12392 setlocal define=
12393 setlocal dictionary=
12394 setlocal nodiff
12395 setlocal equalprg=
12396 setlocal errorformat=
12397 setlocal expandtab
12398 if &filetype != 'html'
12399 setlocal filetype=html
12400 endif
12401 setlocal foldcolumn=0
12402 setlocal foldenable
12403 setlocal foldexpr=0
12404 setlocal foldignore=#
12405 setlocal foldlevel=0
12406 setlocal foldmarker={{{,}}}
12407 setlocal foldmethod=manual
12408 setlocal foldminlines=1
12409 setlocal foldnestmax=20
12410 setlocal foldtext=foldtext()
12411 setlocal formatexpr=
12412 setlocal formatoptions=tcq
12413 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12414 setlocal grepprg=
12415 setlocal iminsert=2
12416 setlocal imsearch=0
12417 setlocal include=
12418 setlocal includeexpr=
12419 setlocal indentexpr=
12420 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12421 setlocal noinfercase
12422 setlocal iskeyword=@,48-57,_,192-255
12423 setlocal keywordprg=
12424 setlocal nolinebreak
12425 setlocal nolisp
12426 setlocal nolist
12427 setlocal makeprg=
12428 setlocal matchpairs=(:),{:},[:],<:>
12429 setlocal nomodeline
12430 setlocal modifiable
12431 setlocal nrformats=octal,hex
12432 setlocal nonumber
12433 setlocal numberwidth=4
12434 setlocal omnifunc=htmlcomplete#CompleteTags
12435 setlocal path=
12436 setlocal nopreserveindent
12437 setlocal nopreviewwindow
12438 setlocal quoteescape=\\
12439 setlocal noreadonly
12440 setlocal norelativenumber
12441 setlocal norightleft
12442 setlocal rightleftcmd=search
12443 setlocal noscrollbind
12444 setlocal shiftwidth=4
12445 setlocal noshortname
12446 setlocal nosmartindent
12447 setlocal softtabstop=0
12448 setlocal nospell
12449 setlocal spellcapcheck=
12450 setlocal spellfile=
12451 setlocal spelllang=en
12452 setlocal statusline=
12453 setlocal suffixesadd=
12454 setlocal swapfile
12455 setlocal synmaxcol=3000
12456 if &syntax != 'html'
12457 setlocal syntax=html
12458 endif
12459 setlocal tabstop=4
12460 setlocal tags=
12461 setlocal textwidth=0
12462 setlocal thesaurus=
12463 setlocal noundofile
12464 setlocal nowinfixheight
12465 setlocal nowinfixwidth
12466 setlocal wrap
12467 setlocal wrapmargin=0
12468 silent! normal! zE
12469 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
12470 if s:l < 1 | let s:l = 1 | endif
12471 exe s:l
12472 normal! zt
12473 1
12474 normal! 0
12475 tabedit scripts/2site
12476 set splitbelow splitright
12477 set nosplitbelow
12478 set nosplitright
12479 wincmd t
12480 set winheight=1 winwidth=1
12481 argglobal
12482 31argu
12483 setlocal keymap=
12484 setlocal noarabic
12485 setlocal autoindent
12486 setlocal balloonexpr=
12487 setlocal nobinary
12488 setlocal bufhidden=
12489 setlocal buflisted
12490 setlocal buftype=
12491 setlocal nocindent
12492 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12493 setlocal cinoptions=
12494 setlocal cinwords=if,else,while,do,for,switch
12495 setlocal colorcolumn=
12496 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
12497 setlocal commentstring=#%s
12498 setlocal complete=.,w,b,u,t,i
12499 setlocal concealcursor=
12500 setlocal conceallevel=0
12501 setlocal completefunc=
12502 setlocal nocopyindent
12503 setlocal cryptmethod=
12504 setlocal nocursorbind
12505 setlocal nocursorcolumn
12506 setlocal nocursorline
12507 setlocal define=
12508 setlocal dictionary=
12509 setlocal nodiff
12510 setlocal equalprg=
12511 setlocal errorformat=
12512 setlocal expandtab
12513 if &filetype != 'sh'
12514 setlocal filetype=sh
12515 endif
12516 setlocal foldcolumn=0
12517 setlocal foldenable
12518 setlocal foldexpr=0
12519 setlocal foldignore=#
12520 setlocal foldlevel=0
12521 setlocal foldmarker={{{,}}}
12522 setlocal foldmethod=manual
12523 setlocal foldminlines=1
12524 setlocal foldnestmax=20
12525 setlocal foldtext=foldtext()
12526 setlocal formatexpr=
12527 setlocal formatoptions=tcq
12528 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12529 setlocal grepprg=
12530 setlocal iminsert=0
12531 setlocal imsearch=0
12532 setlocal include=
12533 setlocal includeexpr=
12534 setlocal indentexpr=
12535 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12536 setlocal noinfercase
12537 setlocal iskeyword=@,48-57,_,192-255
12538 setlocal keywordprg=
12539 setlocal nolinebreak
12540 setlocal nolisp
12541 setlocal nolist
12542 setlocal makeprg=
12543 setlocal matchpairs=(:),{:},[:]
12544 setlocal nomodeline
12545 setlocal modifiable
12546 setlocal nrformats=octal,hex
12547 setlocal nonumber
12548 setlocal numberwidth=4
12549 setlocal omnifunc=
12550 setlocal path=
12551 setlocal nopreserveindent
12552 setlocal nopreviewwindow
12553 setlocal quoteescape=\\
12554 setlocal noreadonly
12555 setlocal norelativenumber
12556 setlocal norightleft
12557 setlocal rightleftcmd=search
12558 setlocal noscrollbind
12559 setlocal shiftwidth=4
12560 setlocal noshortname
12561 setlocal nosmartindent
12562 setlocal softtabstop=0
12563 setlocal nospell
12564 setlocal spellcapcheck=
12565 setlocal spellfile=
12566 setlocal spelllang=en
12567 setlocal statusline=
12568 setlocal suffixesadd=
12569 setlocal swapfile
12570 setlocal synmaxcol=3000
12571 if &syntax != 'sh'
12572 setlocal syntax=sh
12573 endif
12574 setlocal tabstop=4
12575 setlocal tags=
12576 setlocal textwidth=0
12577 setlocal thesaurus=
12578 setlocal noundofile
12579 setlocal nowinfixheight
12580 setlocal nowinfixwidth
12581 setlocal wrap
12582 setlocal wrapmargin=0
12583 silent! normal! zE
12584 let s:l = 444 - ((4 * winheight(0) + 11) / 23)
12585 if s:l < 1 | let s:l = 1 | endif
12586 exe s:l
12587 normal! zt
12588 444
12589 normal! 0
12590 tabedit scripts/html2doc
12591 set splitbelow splitright
12592 set nosplitbelow
12593 set nosplitright
12594 wincmd t
12595 set winheight=1 winwidth=1
12596 argglobal
12597 edit scripts/html2doc
12598 setlocal keymap=
12599 setlocal noarabic
12600 setlocal autoindent
12601 setlocal balloonexpr=
12602 setlocal nobinary
12603 setlocal bufhidden=
12604 setlocal buflisted
12605 setlocal buftype=
12606 setlocal nocindent
12607 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12608 setlocal cinoptions=
12609 setlocal cinwords=if,else,while,do,for,switch
12610 setlocal colorcolumn=
12611 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
12612 setlocal commentstring=#%s
12613 setlocal complete=.,w,b,u,t,i
12614 setlocal concealcursor=
12615 setlocal conceallevel=0
12616 setlocal completefunc=
12617 setlocal nocopyindent
12618 setlocal cryptmethod=
12619 setlocal nocursorbind
12620 setlocal nocursorcolumn
12621 setlocal nocursorline
12622 setlocal define=
12623 setlocal dictionary=
12624 setlocal nodiff
12625 setlocal equalprg=
12626 setlocal errorformat=
12627 setlocal expandtab
12628 if &filetype != 'sh'
12629 setlocal filetype=sh
12630 endif
12631 setlocal foldcolumn=0
12632 setlocal foldenable
12633 setlocal foldexpr=0
12634 setlocal foldignore=#
12635 setlocal foldlevel=0
12636 setlocal foldmarker={{{,}}}
12637 setlocal foldmethod=manual
12638 setlocal foldminlines=1
12639 setlocal foldnestmax=20
12640 setlocal foldtext=foldtext()
12641 setlocal formatexpr=
12642 setlocal formatoptions=tcq
12643 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12644 setlocal grepprg=
12645 setlocal iminsert=0
12646 setlocal imsearch=2
12647 setlocal include=
12648 setlocal includeexpr=
12649 setlocal indentexpr=
12650 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12651 setlocal noinfercase
12652 setlocal iskeyword=@,48-57,_,192-255
12653 setlocal keywordprg=
12654 setlocal nolinebreak
12655 setlocal nolisp
12656 setlocal nolist
12657 setlocal makeprg=
12658 setlocal matchpairs=(:),{:},[:]
12659 setlocal nomodeline
12660 setlocal modifiable
12661 setlocal nrformats=octal,hex
12662 setlocal nonumber
12663 setlocal numberwidth=4
12664 setlocal omnifunc=
12665 setlocal path=
12666 setlocal nopreserveindent
12667 setlocal nopreviewwindow
12668 setlocal quoteescape=\\
12669 setlocal noreadonly
12670 setlocal norelativenumber
12671 setlocal norightleft
12672 setlocal rightleftcmd=search
12673 setlocal noscrollbind
12674 setlocal shiftwidth=4
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=4
12690 setlocal tags=
12691 setlocal textwidth=0
12692 setlocal thesaurus=
12693 setlocal noundofile
12694 setlocal nowinfixheight
12695 setlocal nowinfixwidth
12696 setlocal wrap
12697 setlocal wrapmargin=0
12698 silent! normal! zE
12699 let s:l = 72 - ((16 * winheight(0) + 11) / 23)
12700 if s:l < 1 | let s:l = 1 | endif
12701 exe s:l
12702 normal! zt
12703 72
12704 normal! 025l
12705 tabedit scripts/html2txt
12706 set splitbelow splitright
12707 set nosplitbelow
12708 set nosplitright
12709 wincmd t
12710 set winheight=1 winwidth=1
12711 argglobal
12712 32argu
12713 setlocal keymap=
12714 setlocal noarabic
12715 setlocal autoindent
12716 setlocal balloonexpr=
12717 setlocal nobinary
12718 setlocal bufhidden=
12719 setlocal buflisted
12720 setlocal buftype=
12721 setlocal nocindent
12722 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12723 setlocal cinoptions=
12724 setlocal cinwords=if,else,while,do,for,switch
12725 setlocal colorcolumn=
12726 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
12727 setlocal commentstring=#%s
12728 setlocal complete=.,w,b,u,t,i
12729 setlocal concealcursor=
12730 setlocal conceallevel=0
12731 setlocal completefunc=
12732 setlocal nocopyindent
12733 setlocal cryptmethod=
12734 setlocal nocursorbind
12735 setlocal nocursorcolumn
12736 setlocal nocursorline
12737 setlocal define=
12738 setlocal dictionary=
12739 setlocal nodiff
12740 setlocal equalprg=
12741 setlocal errorformat=
12742 setlocal expandtab
12743 if &filetype != 'sh'
12744 setlocal filetype=sh
12745 endif
12746 setlocal foldcolumn=0
12747 setlocal foldenable
12748 setlocal foldexpr=0
12749 setlocal foldignore=#
12750 setlocal foldlevel=0
12751 setlocal foldmarker={{{,}}}
12752 setlocal foldmethod=manual
12753 setlocal foldminlines=1
12754 setlocal foldnestmax=20
12755 setlocal foldtext=foldtext()
12756 setlocal formatexpr=
12757 setlocal formatoptions=tcq
12758 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12759 setlocal grepprg=
12760 setlocal iminsert=2
12761 setlocal imsearch=2
12762 setlocal include=
12763 setlocal includeexpr=
12764 setlocal indentexpr=
12765 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12766 setlocal noinfercase
12767 setlocal iskeyword=@,48-57,_,192-255
12768 setlocal keywordprg=
12769 setlocal nolinebreak
12770 setlocal nolisp
12771 setlocal nolist
12772 setlocal makeprg=
12773 setlocal matchpairs=(:),{:},[:]
12774 setlocal nomodeline
12775 setlocal modifiable
12776 setlocal nrformats=octal,hex
12777 setlocal nonumber
12778 setlocal numberwidth=4
12779 setlocal omnifunc=
12780 setlocal path=
12781 setlocal nopreserveindent
12782 setlocal nopreviewwindow
12783 setlocal quoteescape=\\
12784 setlocal noreadonly
12785 setlocal norelativenumber
12786 setlocal norightleft
12787 setlocal rightleftcmd=search
12788 setlocal noscrollbind
12789 setlocal shiftwidth=4
12790 setlocal noshortname
12791 setlocal nosmartindent
12792 setlocal softtabstop=0
12793 setlocal nospell
12794 setlocal spellcapcheck=
12795 setlocal spellfile=
12796 setlocal spelllang=en
12797 setlocal statusline=
12798 setlocal suffixesadd=
12799 setlocal swapfile
12800 setlocal synmaxcol=3000
12801 if &syntax != 'sh'
12802 setlocal syntax=sh
12803 endif
12804 setlocal tabstop=4
12805 setlocal tags=
12806 setlocal textwidth=0
12807 setlocal thesaurus=
12808 setlocal noundofile
12809 setlocal nowinfixheight
12810 setlocal nowinfixwidth
12811 setlocal wrap
12812 setlocal wrapmargin=0
12813 silent! normal! zE
12814 let s:l = 38 - ((22 * winheight(0) + 11) / 23)
12815 if s:l < 1 | let s:l = 1 | endif
12816 exe s:l
12817 normal! zt
12818 38
12819 normal! 0
12820 tabedit ../chkNamedLinks
12821 set splitbelow splitright
12822 set nosplitbelow
12823 set nosplitright
12824 wincmd t
12825 set winheight=1 winwidth=1
12826 argglobal
12827 33argu
12828 setlocal keymap=
12829 setlocal noarabic
12830 setlocal autoindent
12831 setlocal balloonexpr=
12832 setlocal nobinary
12833 setlocal bufhidden=
12834 setlocal buflisted
12835 setlocal buftype=
12836 setlocal nocindent
12837 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
12838 setlocal cinoptions=
12839 setlocal cinwords=if,else,while,do,for,switch
12840 setlocal colorcolumn=
12841 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
12842 setlocal commentstring=#%s
12843 setlocal complete=.,w,b,u,t,i
12844 setlocal concealcursor=
12845 setlocal conceallevel=0
12846 setlocal completefunc=
12847 setlocal nocopyindent
12848 setlocal cryptmethod=
12849 setlocal nocursorbind
12850 setlocal nocursorcolumn
12851 setlocal nocursorline
12852 setlocal define=
12853 setlocal dictionary=
12854 setlocal nodiff
12855 setlocal equalprg=
12856 setlocal errorformat=
12857 setlocal expandtab
12858 if &filetype != 'sh'
12859 setlocal filetype=sh
12860 endif
12861 setlocal foldcolumn=0
12862 setlocal foldenable
12863 setlocal foldexpr=0
12864 setlocal foldignore=#
12865 setlocal foldlevel=0
12866 setlocal foldmarker={{{,}}}
12867 setlocal foldmethod=manual
12868 setlocal foldminlines=1
12869 setlocal foldnestmax=20
12870 setlocal foldtext=foldtext()
12871 setlocal formatexpr=
12872 setlocal formatoptions=tcq
12873 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
12874 setlocal grepprg=
12875 setlocal iminsert=2
12876 setlocal imsearch=2
12877 setlocal include=
12878 setlocal includeexpr=
12879 setlocal indentexpr=
12880 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e
12881 setlocal noinfercase
12882 setlocal iskeyword=@,48-57,_,192-255
12883 setlocal keywordprg=
12884 setlocal nolinebreak
12885 setlocal nolisp
12886 setlocal nolist
12887 setlocal makeprg=
12888 setlocal matchpairs=(:),{:},[:]
12889 setlocal nomodeline
12890 setlocal modifiable
12891 setlocal nrformats=octal,hex
12892 setlocal nonumber
12893 setlocal numberwidth=4
12894 setlocal omnifunc=
12895 setlocal path=
12896 setlocal nopreserveindent
12897 setlocal nopreviewwindow
12898 setlocal quoteescape=\\
12899 setlocal noreadonly
12900 setlocal norelativenumber
12901 setlocal norightleft
12902 setlocal rightleftcmd=search
12903 setlocal noscrollbind
12904 setlocal shiftwidth=4
12905 setlocal noshortname
12906 setlocal nosmartindent
12907 setlocal softtabstop=0
12908 setlocal nospell
12909 setlocal spellcapcheck=
12910 setlocal spellfile=
12911 setlocal spelllang=en
12912 setlocal statusline=
12913 setlocal suffixesadd=
12914 setlocal swapfile
12915 setlocal synmaxcol=3000
12916 if &syntax != 'sh'
12917 setlocal syntax=sh
12918 endif
12919 setlocal tabstop=4
12920 setlocal tags=
12921 setlocal textwidth=0
12922 setlocal thesaurus=
12923 setlocal noundofile
12924 setlocal nowinfixheight
12925 setlocal nowinfixwidth
12926 setlocal wrap
12927 setlocal wrapmargin=0
12928 silent! normal! zE
12929 let s:l = 1 - ((0 * winheight(0) + 11) / 23)
12930 if s:l < 1 | let s:l = 1 | endif
12931 exe s:l
12932 normal! zt
12933 1
12934 normal! 0
12935 tabnext 11
12936 if exists('s:wipebuf')
12937 silent exe 'bwipe ' . s:wipebuf
12938 endif
12939 unlet! s:wipebuf
12940 set winheight=1 winwidth=20 shortmess=filnxtToO
12941 let s:sx = expand("<sfile>:p:r")."x.vim"
12942 if file_readable(s:sx)
12943 exe "source " . fnameescape(s:sx)
12944 endif
12945 let &so = s:so_save | let &siso = s:siso_save
12946 doautoall SessionLoadPost
12947 unlet SessionLoad
12948 " vim: set ft=vim :

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26