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

Diff of /Documentation.vim

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 95 by sng, Fri Aug 13 14:09:29 2010 UTC revision 103 by sng, Wed Aug 25 11:40:55 2010 UTC
# Line 33  set fileencodings=ucs-bom,utf-8,default, Line 33  set fileencodings=ucs-bom,utf-8,default,
33  set guifont=Monospace\ 13  set guifont=Monospace\ 13
34  set helplang=el  set helplang=el
35  set history=50  set history=50
 set iminsert=0  
36  set nomodeline  set nomodeline
37  set mouse=a  set mouse=a
38  set pastetoggle=<F10>  set pastetoggle=<F10>
39  set printoptions=paper:a4  set printoptions=paper:a4
40  set ruler  set ruler
41  set runtimepath=~/.vim,/var/lib/vim/addons,/usr/share/vim/vimfiles,/usr/share/vim/vim72,/usr/share/vim/vimfiles/after,/var/lib/vim/addons/after,~/.vim/after  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
42  set shiftwidth=4  set shiftwidth=4
43  set showbreak=▶  set showbreak=▶
44  set showcmd  set showcmd
# Line 47  set showmatch Line 46  set showmatch
46  set smarttab  set smarttab
47  set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc  set suffixes=.bak,~,.swp,.o,.info,.aux,.log,.dvi,.bbl,.blg,.brf,.cb,.ind,.idx,.ilg,.inx,.out,.toc
48  set tabpagemax=1000  set tabpagemax=1000
49  set tabstop=2  set tabstop=4
50  set termencoding=utf-8  set termencoding=utf-8
51  set wildmenu  set wildmenu
52  set window=38  set window=38
# Line 60  if expand('%') == '' && !&modified && li Line 59  if expand('%') == '' && !&modified && li
59  endif  endif
60  set shortmess=aoO  set shortmess=aoO
61  badd +1 annex-a-devices.html  badd +1 annex-a-devices.html
62  badd +1 backup.html  badd +0 backup.html
63  badd +1 backup-smb.html  badd +0 backup-smb.html
64  badd +1 boot-params.html  badd +0 boot-params.html
65  badd +1 clonezilla.html  badd +0 clonezilla.html
66  badd +1 custom-cd.html  badd +0 custom-cd.html
67  badd +1 flash-backup.html  badd +0 flash-backup.html
68  badd +1 help.html  badd +0 help.html
69  badd +1 index.html  badd +0 index.html
70  badd +1 intro.html  badd +0 intro.html
71  badd +1 oldboot.html  badd +0 oldboot.html
72  badd +1 own-scripts.html  badd +0 own-scripts.html
73  badd +1 partitions.html  badd +0 partitions.html
74  badd +1 project.html  badd +0 project.html
75  badd +1 recover.html  badd +0 recover.html
76  badd +1 reloc-img.html  badd +0 reloc-img.html
77  badd +1 restoration.html  badd +0 restoration.html
78  badd +1 restore-burn.html  badd +0 restore-burn.html
79  badd +1 restore.html  badd +0 restore.html
80  badd +1 screenshots.html  badd +0 screenshots.html
81  badd +1 supergrubdisk.html  badd +0 supergrubdisk.html
82  badd +1 sysresccd.html  badd +0 sysresccd.html
83  badd +1 usb.html  badd +0 usb.html
84  badd +1 news.php  badd +0 news.php
85  badd +1 onepage.php  badd +0 printable.php
86  badd +1 printable.php  badd +0 clonezilla-sysresccd.rss
87  badd +1 clonezilla-sysresccd.rss  badd +0 ../.htaccess
88  badd +1 ../.htaccess  badd +0 .404.html
89  badd +1 ../.404.html  badd +0 .news.php
90  badd +1 ../.news.php  badd +0 .template.html
91  badd +1 ../.template.html  badd +0 scripts/2site
92  badd +1 ../2site  badd +0 scripts/html2txt
93  badd +1 html2txt  badd +0 ../chkNamedLinks
94  badd +1 ../chkNamedLinks  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
 badd +1 .404.html  
 badd +1 .news.php  
 badd +1 .template.html  
 badd +1 scripts/2site  
 badd +2 scripts/html2txt  
 badd +1 scripts/update-boot-params  
 badd +1 scripts/html2html  
 badd +4 scripts/html2offline  
 badd +1 scripts/html2doc  
 badd +0 download.html  
 args annex-a-devices.html backup.html backup-smb.html boot-params.html clonezilla.html custom-cd.html flash-backup.html help.html index.html intro.html oldboot.html own-scripts.html partitions.html project.html recover.html reloc-img.html restoration.html restore-burn.html restore.html screenshots.html supergrubdisk.html sysresccd.html usb.html news.php onepage.php printable.php clonezilla-sysresccd.rss ../.htaccess ../.404.html ../.news.php ../.template.html ../2site html2txt ../chkNamedLinks  
95  edit annex-a-devices.html  edit annex-a-devices.html
96  set splitbelow splitright  set splitbelow splitright
97  set nosplitbelow  set nosplitbelow
# Line 410  setlocal nocindent Line 398  setlocal nocindent
398  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
399  setlocal cinoptions=  setlocal cinoptions=
400  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
401    setlocal colorcolumn=
402  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
403  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
404  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
405    setlocal concealcursor=
406    setlocal conceallevel=0
407  setlocal completefunc=  setlocal completefunc=
408  setlocal nocopyindent  setlocal nocopyindent
409    setlocal cryptmethod=
410    setlocal nocursorbind
411  setlocal nocursorcolumn  setlocal nocursorcolumn
412  setlocal nocursorline  setlocal nocursorline
413  setlocal define=  setlocal define=
# Line 422  setlocal dictionary= Line 415  setlocal dictionary=
415  setlocal nodiff  setlocal nodiff
416  setlocal equalprg=  setlocal equalprg=
417  setlocal errorformat=  setlocal errorformat=
418  setlocal noexpandtab  setlocal expandtab
419  if &filetype != 'html'  if &filetype != 'html'
420  setlocal filetype=html  setlocal filetype=html
421  endif  endif
# Line 440  setlocal formatexpr= Line 433  setlocal formatexpr=
433  setlocal formatoptions=tcq  setlocal formatoptions=tcq
434  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
435  setlocal grepprg=  setlocal grepprg=
436  setlocal iminsert=2  setlocal iminsert=0
437  setlocal imsearch=2  setlocal imsearch=2
438  setlocal include=  setlocal include=
439  setlocal includeexpr=  setlocal includeexpr=
# Line 465  setlocal nopreserveindent Line 458  setlocal nopreserveindent
458  setlocal nopreviewwindow  setlocal nopreviewwindow
459  setlocal quoteescape=\\  setlocal quoteescape=\\
460  setlocal noreadonly  setlocal noreadonly
461    setlocal norelativenumber
462  setlocal norightleft  setlocal norightleft
463  setlocal rightleftcmd=search  setlocal rightleftcmd=search
464  setlocal noscrollbind  setlocal noscrollbind
465  setlocal shiftwidth=8  setlocal shiftwidth=4
466  setlocal noshortname  setlocal noshortname
467  setlocal nosmartindent  setlocal nosmartindent
468  setlocal softtabstop=0  setlocal softtabstop=0
# Line 483  setlocal synmaxcol=3000 Line 477  setlocal synmaxcol=3000
477  if &syntax != 'html'  if &syntax != 'html'
478  setlocal syntax=html  setlocal syntax=html
479  endif  endif
480  setlocal tabstop=2  setlocal tabstop=4
481  setlocal tags=  setlocal tags=
482  setlocal textwidth=0  setlocal textwidth=0
483  setlocal thesaurus=  setlocal thesaurus=
484    setlocal noundofile
485  setlocal nowinfixheight  setlocal nowinfixheight
486  setlocal nowinfixwidth  setlocal nowinfixwidth
487  setlocal wrap  setlocal wrap
# Line 803  setlocal nocindent Line 798  setlocal nocindent
798  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
799  setlocal cinoptions=  setlocal cinoptions=
800  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
801    setlocal colorcolumn=
802  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
803  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
804  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
805    setlocal concealcursor=
806    setlocal conceallevel=0
807  setlocal completefunc=  setlocal completefunc=
808  setlocal nocopyindent  setlocal nocopyindent
809    setlocal cryptmethod=
810    setlocal nocursorbind
811  setlocal nocursorcolumn  setlocal nocursorcolumn
812  setlocal nocursorline  setlocal nocursorline
813  setlocal define=  setlocal define=
# Line 815  setlocal dictionary= Line 815  setlocal dictionary=
815  setlocal nodiff  setlocal nodiff
816  setlocal equalprg=  setlocal equalprg=
817  setlocal errorformat=  setlocal errorformat=
818  setlocal noexpandtab  setlocal expandtab
819  if &filetype != 'html'  if &filetype != 'html'
820  setlocal filetype=html  setlocal filetype=html
821  endif  endif
# Line 858  setlocal nopreserveindent Line 858  setlocal nopreserveindent
858  setlocal nopreviewwindow  setlocal nopreviewwindow
859  setlocal quoteescape=\\  setlocal quoteescape=\\
860  setlocal noreadonly  setlocal noreadonly
861    setlocal norelativenumber
862  setlocal norightleft  setlocal norightleft
863  setlocal rightleftcmd=search  setlocal rightleftcmd=search
864  setlocal noscrollbind  setlocal noscrollbind
865  setlocal shiftwidth=8  setlocal shiftwidth=4
866  setlocal noshortname  setlocal noshortname
867  setlocal nosmartindent  setlocal nosmartindent
868  setlocal softtabstop=0  setlocal softtabstop=0
869  setlocal nospell  setlocal nospell
870  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
871  setlocal spellfile=  setlocal spellfile=
872  setlocal spelllang=en  setlocal spelllang=en
873  setlocal statusline=  setlocal statusline=
# Line 876  setlocal synmaxcol=3000 Line 877  setlocal synmaxcol=3000
877  if &syntax != 'html'  if &syntax != 'html'
878  setlocal syntax=html  setlocal syntax=html
879  endif  endif
880  setlocal tabstop=2  setlocal tabstop=4
881  setlocal tags=  setlocal tags=
882  setlocal textwidth=0  setlocal textwidth=0
883  setlocal thesaurus=  setlocal thesaurus=
884    setlocal noundofile
885  setlocal nowinfixheight  setlocal nowinfixheight
886  setlocal nowinfixwidth  setlocal nowinfixwidth
887  setlocal wrap  setlocal wrap
# Line 1196  setlocal nocindent Line 1198  setlocal nocindent
1198  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
1199  setlocal cinoptions=  setlocal cinoptions=
1200  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
1201    setlocal colorcolumn=
1202  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
1203  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
1204  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
1205    setlocal concealcursor=
1206    setlocal conceallevel=0
1207  setlocal completefunc=  setlocal completefunc=
1208  setlocal nocopyindent  setlocal nocopyindent
1209    setlocal cryptmethod=
1210    setlocal nocursorbind
1211  setlocal nocursorcolumn  setlocal nocursorcolumn
1212  setlocal nocursorline  setlocal nocursorline
1213  setlocal define=  setlocal define=
# Line 1208  setlocal dictionary= Line 1215  setlocal dictionary=
1215  setlocal nodiff  setlocal nodiff
1216  setlocal equalprg=  setlocal equalprg=
1217  setlocal errorformat=  setlocal errorformat=
1218  setlocal noexpandtab  setlocal expandtab
1219  if &filetype != 'html'  if &filetype != 'html'
1220  setlocal filetype=html  setlocal filetype=html
1221  endif  endif
# Line 1251  setlocal nopreserveindent Line 1258  setlocal nopreserveindent
1258  setlocal nopreviewwindow  setlocal nopreviewwindow
1259  setlocal quoteescape=\\  setlocal quoteescape=\\
1260  setlocal noreadonly  setlocal noreadonly
1261    setlocal norelativenumber
1262  setlocal norightleft  setlocal norightleft
1263  setlocal rightleftcmd=search  setlocal rightleftcmd=search
1264  setlocal noscrollbind  setlocal noscrollbind
1265  setlocal shiftwidth=8  setlocal shiftwidth=4
1266  setlocal noshortname  setlocal noshortname
1267  setlocal nosmartindent  setlocal nosmartindent
1268  setlocal softtabstop=0  setlocal softtabstop=0
1269  setlocal nospell  setlocal nospell
1270  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
1271  setlocal spellfile=  setlocal spellfile=
1272  setlocal spelllang=en  setlocal spelllang=en
1273  setlocal statusline=  setlocal statusline=
# Line 1269  setlocal synmaxcol=3000 Line 1277  setlocal synmaxcol=3000
1277  if &syntax != 'html'  if &syntax != 'html'
1278  setlocal syntax=html  setlocal syntax=html
1279  endif  endif
1280  setlocal tabstop=2  setlocal tabstop=4
1281  setlocal tags=  setlocal tags=
1282  setlocal textwidth=0  setlocal textwidth=0
1283  setlocal thesaurus=  setlocal thesaurus=
1284    setlocal noundofile
1285  setlocal nowinfixheight  setlocal nowinfixheight
1286  setlocal nowinfixwidth  setlocal nowinfixwidth
1287  setlocal wrap  setlocal wrap
# Line 1589  setlocal nocindent Line 1598  setlocal nocindent
1598  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
1599  setlocal cinoptions=  setlocal cinoptions=
1600  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
1601    setlocal colorcolumn=
1602  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
1603  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
1604  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
1605    setlocal concealcursor=
1606    setlocal conceallevel=0
1607  setlocal completefunc=  setlocal completefunc=
1608  setlocal nocopyindent  setlocal nocopyindent
1609    setlocal cryptmethod=
1610    setlocal nocursorbind
1611  setlocal nocursorcolumn  setlocal nocursorcolumn
1612  setlocal nocursorline  setlocal nocursorline
1613  setlocal define=  setlocal define=
# Line 1601  setlocal dictionary= Line 1615  setlocal dictionary=
1615  setlocal nodiff  setlocal nodiff
1616  setlocal equalprg=  setlocal equalprg=
1617  setlocal errorformat=  setlocal errorformat=
1618  setlocal noexpandtab  setlocal expandtab
1619  if &filetype != 'html'  if &filetype != 'html'
1620  setlocal filetype=html  setlocal filetype=html
1621  endif  endif
# Line 1644  setlocal nopreserveindent Line 1658  setlocal nopreserveindent
1658  setlocal nopreviewwindow  setlocal nopreviewwindow
1659  setlocal quoteescape=\\  setlocal quoteescape=\\
1660  setlocal noreadonly  setlocal noreadonly
1661    setlocal norelativenumber
1662  setlocal norightleft  setlocal norightleft
1663  setlocal rightleftcmd=search  setlocal rightleftcmd=search
1664  setlocal noscrollbind  setlocal noscrollbind
1665  setlocal shiftwidth=8  setlocal shiftwidth=4
1666  setlocal noshortname  setlocal noshortname
1667  setlocal nosmartindent  setlocal nosmartindent
1668  setlocal softtabstop=0  setlocal softtabstop=0
1669  setlocal nospell  setlocal nospell
1670  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
1671  setlocal spellfile=  setlocal spellfile=
1672  setlocal spelllang=en  setlocal spelllang=en
1673  setlocal statusline=  setlocal statusline=
# Line 1662  setlocal synmaxcol=3000 Line 1677  setlocal synmaxcol=3000
1677  if &syntax != 'html'  if &syntax != 'html'
1678  setlocal syntax=html  setlocal syntax=html
1679  endif  endif
1680  setlocal tabstop=2  setlocal tabstop=4
1681  setlocal tags=  setlocal tags=
1682  setlocal textwidth=0  setlocal textwidth=0
1683  setlocal thesaurus=  setlocal thesaurus=
1684    setlocal noundofile
1685  setlocal nowinfixheight  setlocal nowinfixheight
1686  setlocal nowinfixwidth  setlocal nowinfixwidth
1687  setlocal wrap  setlocal wrap
# Line 1982  setlocal nocindent Line 1998  setlocal nocindent
1998  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
1999  setlocal cinoptions=  setlocal cinoptions=
2000  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
2001    setlocal colorcolumn=
2002  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
2003  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
2004  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
2005    setlocal concealcursor=
2006    setlocal conceallevel=0
2007  setlocal completefunc=  setlocal completefunc=
2008  setlocal nocopyindent  setlocal nocopyindent
2009    setlocal cryptmethod=
2010    setlocal nocursorbind
2011  setlocal nocursorcolumn  setlocal nocursorcolumn
2012  setlocal nocursorline  setlocal nocursorline
2013  setlocal define=  setlocal define=
# Line 1994  setlocal dictionary= Line 2015  setlocal dictionary=
2015  setlocal nodiff  setlocal nodiff
2016  setlocal equalprg=  setlocal equalprg=
2017  setlocal errorformat=  setlocal errorformat=
2018  setlocal noexpandtab  setlocal expandtab
2019  if &filetype != 'html'  if &filetype != 'html'
2020  setlocal filetype=html  setlocal filetype=html
2021  endif  endif
# Line 2037  setlocal nopreserveindent Line 2058  setlocal nopreserveindent
2058  setlocal nopreviewwindow  setlocal nopreviewwindow
2059  setlocal quoteescape=\\  setlocal quoteescape=\\
2060  setlocal noreadonly  setlocal noreadonly
2061    setlocal norelativenumber
2062  setlocal norightleft  setlocal norightleft
2063  setlocal rightleftcmd=search  setlocal rightleftcmd=search
2064  setlocal noscrollbind  setlocal noscrollbind
2065  setlocal shiftwidth=8  setlocal shiftwidth=4
2066  setlocal noshortname  setlocal noshortname
2067  setlocal nosmartindent  setlocal nosmartindent
2068  setlocal softtabstop=0  setlocal softtabstop=0
2069  setlocal nospell  setlocal nospell
2070  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
2071  setlocal spellfile=  setlocal spellfile=
2072  setlocal spelllang=en  setlocal spelllang=en
2073  setlocal statusline=  setlocal statusline=
# Line 2055  setlocal synmaxcol=3000 Line 2077  setlocal synmaxcol=3000
2077  if &syntax != 'html'  if &syntax != 'html'
2078  setlocal syntax=html  setlocal syntax=html
2079  endif  endif
2080  setlocal tabstop=2  setlocal tabstop=4
2081  setlocal tags=  setlocal tags=
2082  setlocal textwidth=0  setlocal textwidth=0
2083  setlocal thesaurus=  setlocal thesaurus=
2084    setlocal noundofile
2085  setlocal nowinfixheight  setlocal nowinfixheight
2086  setlocal nowinfixwidth  setlocal nowinfixwidth
2087  setlocal wrap  setlocal wrap
# Line 2375  setlocal nocindent Line 2398  setlocal nocindent
2398  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
2399  setlocal cinoptions=  setlocal cinoptions=
2400  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
2401    setlocal colorcolumn=
2402  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
2403  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
2404  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
2405    setlocal concealcursor=
2406    setlocal conceallevel=0
2407  setlocal completefunc=  setlocal completefunc=
2408  setlocal nocopyindent  setlocal nocopyindent
2409  setlocal nocursorcolumn  setlocal cryptmethod=
2410  setlocal nocursorline  setlocal nocursorbind
 setlocal define=  
 setlocal dictionary=  
 setlocal nodiff  
 setlocal equalprg=  
 setlocal errorformat=  
 setlocal noexpandtab  
 if &filetype != 'html'  
 setlocal filetype=html  
 endif  
 setlocal foldcolumn=0  
 setlocal foldenable  
 setlocal foldexpr=0  
 setlocal foldignore=#  
 setlocal foldlevel=0  
 setlocal foldmarker={{{,}}}  
 setlocal foldmethod=manual  
 setlocal foldminlines=1  
 setlocal foldnestmax=20  
 setlocal foldtext=foldtext()  
 setlocal formatexpr=  
 setlocal formatoptions=tcq  
 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  
 setlocal grepprg=  
 setlocal iminsert=2  
 setlocal imsearch=2  
 setlocal include=  
 setlocal includeexpr=  
 setlocal indentexpr=  
 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e  
 setlocal noinfercase  
 setlocal iskeyword=@,48-57,_,192-255  
 setlocal keywordprg=  
 setlocal nolinebreak  
 setlocal nolisp  
 setlocal nolist  
 setlocal makeprg=  
 setlocal matchpairs=(:),{:},[:],<:>  
 setlocal nomodeline  
 setlocal modifiable  
 setlocal nrformats=octal,hex  
 setlocal nonumber  
 setlocal numberwidth=4  
 setlocal omnifunc=htmlcomplete#CompleteTags  
 setlocal path=  
 setlocal nopreserveindent  
 setlocal nopreviewwindow  
 setlocal quoteescape=\\  
 setlocal noreadonly  
 setlocal norightleft  
 setlocal rightleftcmd=search  
 setlocal noscrollbind  
 setlocal shiftwidth=8  
 setlocal noshortname  
 setlocal nosmartindent  
 setlocal softtabstop=0  
 setlocal nospell  
 setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  
 setlocal spellfile=  
 setlocal spelllang=en  
 setlocal statusline=  
 setlocal suffixesadd=  
 setlocal swapfile  
 setlocal synmaxcol=3000  
 if &syntax != 'html'  
 setlocal syntax=html  
 endif  
 setlocal tabstop=2  
 setlocal tags=  
 setlocal textwidth=0  
 setlocal thesaurus=  
 setlocal nowinfixheight  
 setlocal nowinfixwidth  
 setlocal wrap  
 setlocal wrapmargin=0  
 silent! normal! zE  
 let s:l = 1 - ((0 * winheight(0) + 19) / 38)  
 if s:l < 1 | let s:l = 1 | endif  
 exe s:l  
 normal! zt  
 1  
 normal! 0  
 tabedit download.html  
 set splitbelow splitright  
 set nosplitbelow  
 set nosplitright  
 wincmd t  
 set winheight=1 winwidth=1  
 argglobal  
 edit download.html  
 vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  
 nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  
 nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)  
 nnoremap <buffer> <silent> ;w3 :call LaunchBrowser('w',0)  
 nnoremap <buffer> <silent> ;nly :call LaunchBrowser('l',1)  
 nnoremap <buffer> <silent> ;ly :call LaunchBrowser('l',0)  
 nnoremap <buffer> <silent> ;toa :call LaunchBrowser('o',2)  
 nnoremap <buffer> <silent> ;noa :call LaunchBrowser('o',1)  
 nnoremap <buffer> <silent> ;oa :call LaunchBrowser('o',0)  
 nnoremap <buffer> <silent> ;nne :call LaunchBrowser('n',1)  
 nnoremap <buffer> <silent> ;ne :call LaunchBrowser('n',0)  
 nnoremap <buffer> <silent> ;tmo :call LaunchBrowser('m',2)  
 nnoremap <buffer> <silent> ;nmo :call LaunchBrowser('m',1)  
 nnoremap <buffer> <silent> ;mo :call LaunchBrowser('m',0)  
 nnoremap <buffer> <silent> ;tff :call LaunchBrowser('f',2)  
 nnoremap <buffer> <silent> ;nff :call LaunchBrowser('f',1)  
 nnoremap <buffer> <silent> ;ff :call LaunchBrowser('f',0)  
 nnoremap <buffer> <silent> ;tA :call HTMLgenerateTable()  
 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">')  
 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">')  
 nnoremap <buffer> <silent> ;html :if HTMLtemplate() | startinsert | endif  
 nnoremap <buffer> <silent> ;mi :call MangleImageTag()  
 nnoremap <buffer> <silent> ;            
 nnoremap <buffer> <silent> ;; ;  
 vnoremap <buffer> <silent> ;; ;  
 inoremap <buffer> <silent>      :call HTMLnextInsertPoint('i')  
 inoremap <buffer> <silent> &hA &hArr;  
 inoremap <buffer> <silent> &dA &dArr;  
 inoremap <buffer> <silent> &rA &rArr;  
 inoremap <buffer> <silent> &uA &uArr;  
 inoremap <buffer> <silent> &lA &lArr;  
 inoremap <buffer> <silent> &ha &harr;  
 inoremap <buffer> <silent> &da &darr;  
 inoremap <buffer> <silent> &ra &rarr;  
 inoremap <buffer> <silent> &ua &uarr;  
 inoremap <buffer> <silent> &la &larr;  
 inoremap <buffer> <silent> &pv &piv;  
 inoremap <buffer> <silent> &uh &upsih;  
 inoremap <buffer> <silent> &ts &thetasym;  
 inoremap <buffer> <silent> &og &omega;  
 inoremap <buffer> <silent> &ps &psi;  
 inoremap <buffer> <silent> &ch &chi;  
 inoremap <buffer> <silent> &ph &phi;  
 inoremap <buffer> <silent> &up &upsilon;  
 inoremap <buffer> <silent> &ta &tau;  
 inoremap <buffer> <silent> &sf &sigmaf;  
 inoremap <buffer> <silent> &si &sigma;  
 inoremap <buffer> <silent> &rh &rho;  
 inoremap <buffer> <silent> &pi &pi;  
 inoremap <buffer> <silent> &oc &omicron;  
 inoremap <buffer> <silent> &xi &xi;  
 inoremap <buffer> <silent> &nu &nu;  
 inoremap <buffer> <silent> &mu &mu;  
 inoremap <buffer> <silent> &lm &lambda;  
 inoremap <buffer> <silent> &ka &kappa;  
 inoremap <buffer> <silent> &io &iota;  
 inoremap <buffer> <silent> &th &theta;  
 inoremap <buffer> <silent> &et &eta;  
 inoremap <buffer> <silent> &ze &zeta;  
 inoremap <buffer> <silent> &ep &epsilon;  
 inoremap <buffer> <silent> &de &delta;  
 inoremap <buffer> <silent> &ga &gamma;  
 inoremap <buffer> <silent> &be &beta;  
 inoremap <buffer> <silent> &al &alpha;  
 inoremap <buffer> <silent> &Ps &Psi;  
 inoremap <buffer> <silent> &Ch &Chi;  
 inoremap <buffer> <silent> &Ph &Phi;  
 inoremap <buffer> <silent> &Up &Upsilon;  
 inoremap <buffer> <silent> &Ta &Tau;  
 inoremap <buffer> <silent> &Si &Sigma;  
 inoremap <buffer> <silent> &Rh &Rho;  
 inoremap <buffer> <silent> &Pi &Pi;  
 inoremap <buffer> <silent> &Oc &Omicron;  
 inoremap <buffer> <silent> &Xi &Xi;  
 inoremap <buffer> <silent> &Nu &Nu;  
 inoremap <buffer> <silent> &Mu &Mu;  
 inoremap <buffer> <silent> &Lm &Lambda;  
 inoremap <buffer> <silent> &Ka &Kappa;  
 inoremap <buffer> <silent> &Io &Iota;  
 inoremap <buffer> <silent> &Th &Theta;  
 inoremap <buffer> <silent> &Et &Eta;  
 inoremap <buffer> <silent> &Ze &Zeta;  
 inoremap <buffer> <silent> &Ep &Epsilon;  
 inoremap <buffer> <silent> &De &Delta;  
 inoremap <buffer> <silent> &Ga &Gamma;  
 inoremap <buffer> <silent> &Be &Beta;  
 inoremap <buffer> <silent> &Al &Alpha;  
 inoremap <buffer> <silent> &3. &hellip;  
 inoremap <buffer> <silent> &-- &mdash;  
 inoremap <buffer> <silent> &3- &mdash;  
 inoremap <buffer> <silent> &m- &mdash;  
 inoremap <buffer> <silent> &2- &ndash;  
 inoremap <buffer> <silent> &n- &ndash;  
 inoremap <buffer> <silent> &34 &frac34;  
 inoremap <buffer> <silent> &12 &frac12;  
 inoremap <buffer> <silent> &14 &frac14;  
 inoremap <buffer> <silent> &. &middot;  
 inoremap <buffer> <silent> &pa &para;  
 inoremap <buffer> <silent> &mi &micro;  
 inoremap <buffer> <silent> &dg &deg;  
 inoremap <buffer> <silent> &? &iquest;  
 inoremap <buffer> <silent> &! &iexcl;  
 inoremap <buffer> <silent> &sz &szlig;  
 inoremap <buffer> <silent> &o/ &oslash;  
 inoremap <buffer> <silent> &/ &divide;  
 inoremap <buffer> <silent> &" &uml;  
 inoremap <buffer> <silent> &2> &raquo;  
 inoremap <buffer> <silent> &2< &laquo;  
 inoremap <buffer> <silent> &y" &yuml;  
 inoremap <buffer> <silent> &y' &yacute;  
 inoremap <buffer> <silent> &u" &uuml;  
 inoremap <buffer> <silent> &u^ &ucirc;  
 inoremap <buffer> <silent> &u' &uacute;  
 inoremap <buffer> <silent> &u` &ugrave;  
 inoremap <buffer> <silent> &x &times;  
 inoremap <buffer> <silent> &o" &ouml;  
 inoremap <buffer> <silent> &o~ &otilde;  
 inoremap <buffer> <silent> &o^ &ocirc;  
 inoremap <buffer> <silent> &o' &oacute;  
 inoremap <buffer> <silent> &o` &ograve;  
 inoremap <buffer> <silent> &n~ &ntilde;  
 inoremap <buffer> <silent> &i" &iuml;  
 inoremap <buffer> <silent> &i^ &icirc;  
 inoremap <buffer> <silent> &i' &iacute;  
 inoremap <buffer> <silent> &i` &igrave;  
 inoremap <buffer> <silent> &e" &euml;  
 inoremap <buffer> <silent> &e^ &ecirc;  
 inoremap <buffer> <silent> &e' &eacute;  
 inoremap <buffer> <silent> &e` &egrave;  
 inoremap <buffer> <silent> &c, &ccedil;  
 inoremap <buffer> <silent> &ae &aelig;  
 inoremap <buffer> <silent> &ao &aring;  
 inoremap <buffer> <silent> &a" &auml;  
 inoremap <buffer> <silent> &a~ &atilde;  
 inoremap <buffer> <silent> &a^ &acirc;  
 inoremap <buffer> <silent> &a' &aacute;  
 inoremap <buffer> <silent> &a` &agrave;  
 inoremap <buffer> <silent> &Y' &Yacute;  
 inoremap <buffer> <silent> &U" &Uuml;  
 inoremap <buffer> <silent> &U^ &Ucirc;  
 inoremap <buffer> <silent> &U' &Uacute;  
 inoremap <buffer> <silent> &U` &Ugrave;  
 inoremap <buffer> <silent> &O/ &Oslash;  
 inoremap <buffer> <silent> &O" &Ouml;  
 inoremap <buffer> <silent> &O~ &Otilde;  
 inoremap <buffer> <silent> &O^ &Ocirc;  
 inoremap <buffer> <silent> &O' &Oacute;  
 inoremap <buffer> <silent> &O` &Ograve;  
 inoremap <buffer> <silent> &N~ &Ntilde;  
 inoremap <buffer> <silent> &I" &Iuml;  
 inoremap <buffer> <silent> &I^ &Icirc;  
 inoremap <buffer> <silent> &I' &Iacute;  
 inoremap <buffer> <silent> &I` &Igrave;  
 inoremap <buffer> <silent> &E" &Euml;  
 inoremap <buffer> <silent> &E^ &Ecirc;  
 inoremap <buffer> <silent> &E' &Eacute;  
 inoremap <buffer> <silent> &E` &Egrave;  
 inoremap <buffer> <silent> &C, &Ccedil;  
 inoremap <buffer> <silent> &AE &AElig;  
 inoremap <buffer> <silent> &Ao &Aring;  
 inoremap <buffer> <silent> &A" &Auml;  
 inoremap <buffer> <silent> &A~ &Atilde;  
 inoremap <buffer> <silent> &A^ &Acirc;  
 inoremap <buffer> <silent> &A' &Aacute;  
 inoremap <buffer> <silent> &A` &Agrave;  
 inoremap <buffer> <silent> &c| &cent;  
 inoremap <buffer> <silent> &Y= &yen;  
 inoremap <buffer> <silent> &# &pound;  
 inoremap <buffer> <silent> &  &nbsp;  
 inoremap <buffer> <silent> &> &gt;  
 inoremap <buffer> <silent> &< &lt;  
 inoremap <buffer> <silent> &' &quot;  
 inoremap <buffer> <silent> &tm &trade;  
 inoremap <buffer> <silent> &rO &reg;  
 inoremap <buffer> <silent> &cO &copy;  
 inoremap <buffer> <silent> && &amp;  
 inoremap <buffer> <silent> ;  &nbsp;  
 inoremap <buffer> <silent> ;la <label for=""></label>F"  
 inoremap <buffer> <silent> ;re <input type="reset" value="Reset">  
 inoremap <buffer> <silent> ;su <input type="submit" value="Submit">  
 inoremap <buffer> <silent> ;tx <textarea name="" rows="10" cols="50"> </textarea>k$5F"i  
 inoremap <buffer> <silent> ;og <optgroup label=""> </optgroup>k$F"i  
 inoremap <buffer> <silent> ;op <option></option>F<  
 inoremap <buffer> <silent> ;ms <select name="" multiple> </select>O  
 inoremap <buffer> <silent> ;se <select name=""> </select>O  
 inoremap <buffer> <silent> ;fi <input type="file" name="" value="" size="20">5F"  
 inoremap <buffer> <silent> ;te <input type="text" name="" value="" size="20">5F"  
 inoremap <buffer> <silent> ;pa <input type="password" name="" value="" size="20">5F"  
 inoremap <buffer> <silent> ;hi <input type="hidden" name="" value="">3F"  
 inoremap <buffer> <silent> ;ra <input type="radio" name="" value="">3F"  
 inoremap <buffer> <silent> ;ch <input type="checkbox" name="" value="">3F"  
 inoremap <buffer> <silent> ;bu <input type="button" name="" value="">3F"  
 inoremap <buffer> <silent> ;fm <form action=""> </form>k$F"i  
 inoremap <buffer> <silent> ;if <iframe src=""> </iframe>k$F"i  
 inoremap <buffer> <silent> ;nf <noframes> </noframes>O  
 inoremap <buffer> <silent> ;fr <frame src="">F"  
 inoremap <buffer> <silent> ;fs <frameset rows="" cols=""> </frameset>k$3F"i  
 inoremap <buffer> <silent> ;th <th></th>F<  
 inoremap <buffer> <silent> ;td <td> </td>O  
 inoremap <buffer> <silent> ;tr <tr> </tr>O  
 inoremap <buffer> <silent> ;tf <tfoot> </tfoot>O  
 inoremap <buffer> <silent> ;tb <tbody> </tbody>O  
 inoremap <buffer> <silent> ;tH <thead> </thead>O  
 inoremap <buffer> <silent> ;ta <table> </table>O  
 inoremap <buffer> <silent> ;ca <caption></caption>F<  
 inoremap <buffer> <silent> ;ob <object data="" width="" height=""> </object>k$5F"i  
 inoremap <buffer> <silent> ;ns <noscript> </noscripT>O  
 inoremap <buffer> <silent> ;eb <embed src="" width="" height=""> <noembed></noembed>k$5F"i  
 inoremap <buffer> <silent> ;sj <script src="" type="text/javascript"></script>5F"  
 inoremap <buffer> <silent> ;va <var></var>F<  
 inoremap <buffer> <silent> ;ul <ul> </ul>O  
 inoremap <buffer> <silent> ;tt <tt></tt>F<  
 inoremap <buffer> <silent> ;ti <title></title>F<  
 inoremap <buffer> <silent> ;sp <sup></sup>F<  
 inoremap <buffer> <silent> ;sb <sub></sub>F<  
 inoremap <buffer> <silent> ;ls <link rel="stylesheet" type="text/css" href="">F"  
 inoremap <buffer> <silent> ;cs <style type="text/css"> <!-- --> </style>kO  
 inoremap <buffer> <silent> ;sm <small></small>F<  
 inoremap <buffer> <silent> ;sa <samp></samp>F<  
 inoremap <buffer> <silent> ;sk <strike></strike>F<  
 inoremap <buffer> <silent> ;qu <q></q>F<  
 inoremap <buffer> <silent> ;pr <pre> </pre>O  
 inoremap <buffer> <silent> ;/p </p>  <p>  
 inoremap <buffer> <silent> ;pp <p> </p>O  
 inoremap <buffer> <silent> ;ol <ol> </ol>O  
 inoremap <buffer> <silent> ;mh <meta http-equiv="" content="">3F"  
 inoremap <buffer> <silent> ;mE <meta name="" content="*">3F"  
 inoremap <buffer> <silent> ;me <meta name="" content="">3F"  
 inoremap <buffer> <silent> ;lk <link href="">F"  
 inoremap <buffer> <silent> ;li <li></li>F<  
 inoremap <buffer> <silent> ;kb <kbd></kbd>F<  
 inoremap <buffer> <silent> ;ii <isindex>  
 inoremap <buffer> <silent> ;in <ins></ins>F<  
 inoremap <buffer> <silent> ;iM <img src="*" alt="">F"  
 inoremap <buffer> <silent> ;im <img src="" alt="">3F"  
 inoremap <buffer> <silent> ;ht <html> </html>O  
 inoremap <buffer> <silent> ;Hr <hr width="75%">  
 inoremap <buffer> <silent> ;hr <hr>  
 inoremap <buffer> <silent> ;he <head> </head>O  
 inoremap <buffer> <silent> ;H6 <h6 align="center"></h6>F<  
 inoremap <buffer> <silent> ;H5 <h5 align="center"></h5>F<  
 inoremap <buffer> <silent> ;H4 <h4 align="center"></h4>F<  
 inoremap <buffer> <silent> ;H3 <h3 align="center"></h3>F<  
 inoremap <buffer> <silent> ;H2 <h2 align="center"></h2>F<  
 inoremap <buffer> <silent> ;H1 <h1 align="center"></h1>F<  
 inoremap <buffer> <silent> ;h6 <h6></h6>F<  
 inoremap <buffer> <silent> ;h5 <h5></h5>F<  
 inoremap <buffer> <silent> ;h4 <h4></h4>F<  
 inoremap <buffer> <silent> ;h3 <h3></h3>F<  
 inoremap <buffer> <silent> ;h2 <h2></h2>F<  
 inoremap <buffer> <silent> ;h1 <h1></h1>F<  
 inoremap <buffer> <silent> ;fc <font color=""></font>F"  
 inoremap <buffer> <silent> ;fo <font size=""></font>F"  
 inoremap <buffer> <silent> ;sn <span></span>F<  
 inoremap <buffer> <silent> ;dv <div> </div>O  
 inoremap <buffer> <silent> ;df <dfn></dfn>F<  
 inoremap <buffer> <silent> ;de <del></del>F<  
 inoremap <buffer> <silent> ;dd <dd></dd>F<  
 inoremap <buffer> <silent> ;dt <dt></dt>F<  
 inoremap <buffer> <silent> ;dl <dl> </dl>O  
 inoremap <buffer> <silent> ;co <code></code>F<  
 inoremap <buffer> <silent> ;ci <cite></cite>F<  
 inoremap <buffer> <silent> ;ce <center></center>F<  
 inoremap <buffer> <silent> ;br <br>  
 inoremap <buffer> <silent> ;bd <body> </body>O  
 inoremap <buffer> <silent> ;bl <blockquote> </blockquote>O  
 inoremap <buffer> <silent> ;bi <big></big>F<  
 inoremap <buffer> <silent> ;bh <base href="">F"  
 inoremap <buffer> <silent> ;ad <address></address>F<  
 inoremap <buffer> <silent> ;aC <acronym title="*"></acronym>F<  
 inoremap <buffer> <silent> ;ac <acronym title=""></acronym>F"  
 inoremap <buffer> <silent> ;aB <abbr title="*"></abbr>F<  
 inoremap <buffer> <silent> ;ab <abbr title=""></abbr>F"  
 inoremap <buffer> <silent> ;aN <a name="*"></a>F<  
 inoremap <buffer> <silent> ;an <a name=""></a>F"  
 inoremap <buffer> <silent> ;aT <a href="*" target=""></a>F"  
 inoremap <buffer> <silent> ;at <a href="" target=""></a>3F"  
 inoremap <buffer> <silent> ;aH <a href="*"></a>F<  
 inoremap <buffer> <silent> ;ah <a href=""></a>F"  
 imap <buffer> <silent> ;s4 ;s4  
 imap <buffer> <silent> ;4 ;4  
 inoremap <buffer> <silent> ;mi :call MangleImageTag()  
 inoremap <buffer> <silent> ;            
 inoremap <buffer> <silent> ;& &  
 inoremap <buffer> <silent> ;; ;  
 setlocal keymap=  
 setlocal noarabic  
 setlocal autoindent  
 setlocal balloonexpr=  
 setlocal nobinary  
 setlocal bufhidden=  
 setlocal buflisted  
 setlocal buftype=  
 setlocal nocindent  
 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  
 setlocal cinoptions=  
 setlocal cinwords=if,else,while,do,for,switch  
 setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  
 setlocal commentstring=<!--%s-->  
 setlocal complete=.,w,b,u,t,i  
 setlocal completefunc=  
 setlocal nocopyindent  
2411  setlocal nocursorcolumn  setlocal nocursorcolumn
2412  setlocal nocursorline  setlocal nocursorline
2413  setlocal define=  setlocal define=
# Line 2798  setlocal formatexpr= Line 2433  setlocal formatexpr=
2433  setlocal formatoptions=tcq  setlocal formatoptions=tcq
2434  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
2435  setlocal grepprg=  setlocal grepprg=
2436  setlocal iminsert=0  setlocal iminsert=2
2437  setlocal imsearch=2  setlocal imsearch=2
2438  setlocal include=  setlocal include=
2439  setlocal includeexpr=  setlocal includeexpr=
# Line 2823  setlocal nopreserveindent Line 2458  setlocal nopreserveindent
2458  setlocal nopreviewwindow  setlocal nopreviewwindow
2459  setlocal quoteescape=\\  setlocal quoteescape=\\
2460  setlocal noreadonly  setlocal noreadonly
2461    setlocal norelativenumber
2462  setlocal norightleft  setlocal norightleft
2463  setlocal rightleftcmd=search  setlocal rightleftcmd=search
2464  setlocal noscrollbind  setlocal noscrollbind
# Line 2831  setlocal noshortname Line 2467  setlocal noshortname
2467  setlocal nosmartindent  setlocal nosmartindent
2468  setlocal softtabstop=0  setlocal softtabstop=0
2469  setlocal nospell  setlocal nospell
2470  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
2471  setlocal spellfile=  setlocal spellfile=
2472  setlocal spelllang=en  setlocal spelllang=en
2473  setlocal statusline=  setlocal statusline=
# Line 2841  setlocal synmaxcol=3000 Line 2477  setlocal synmaxcol=3000
2477  if &syntax != 'html'  if &syntax != 'html'
2478  setlocal syntax=html  setlocal syntax=html
2479  endif  endif
2480  setlocal tabstop=2  setlocal tabstop=4
2481  setlocal tags=  setlocal tags=
2482  setlocal textwidth=0  setlocal textwidth=0
2483  setlocal thesaurus=  setlocal thesaurus=
2484    setlocal noundofile
2485  setlocal nowinfixheight  setlocal nowinfixheight
2486  setlocal nowinfixwidth  setlocal nowinfixwidth
2487  setlocal wrap  setlocal wrap
# Line 3161  setlocal nocindent Line 2798  setlocal nocindent
2798  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
2799  setlocal cinoptions=  setlocal cinoptions=
2800  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
2801    setlocal colorcolumn=
2802  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
2803  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
2804  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
2805    setlocal concealcursor=
2806    setlocal conceallevel=0
2807  setlocal completefunc=  setlocal completefunc=
2808  setlocal nocopyindent  setlocal nocopyindent
2809    setlocal cryptmethod=
2810    setlocal nocursorbind
2811  setlocal nocursorcolumn  setlocal nocursorcolumn
2812  setlocal nocursorline  setlocal nocursorline
2813  setlocal define=  setlocal define=
# Line 3173  setlocal dictionary= Line 2815  setlocal dictionary=
2815  setlocal nodiff  setlocal nodiff
2816  setlocal equalprg=  setlocal equalprg=
2817  setlocal errorformat=  setlocal errorformat=
2818  setlocal noexpandtab  setlocal expandtab
2819  if &filetype != 'html'  if &filetype != 'html'
2820  setlocal filetype=html  setlocal filetype=html
2821  endif  endif
# Line 3216  setlocal nopreserveindent Line 2858  setlocal nopreserveindent
2858  setlocal nopreviewwindow  setlocal nopreviewwindow
2859  setlocal quoteescape=\\  setlocal quoteescape=\\
2860  setlocal noreadonly  setlocal noreadonly
2861    setlocal norelativenumber
2862  setlocal norightleft  setlocal norightleft
2863  setlocal rightleftcmd=search  setlocal rightleftcmd=search
2864  setlocal noscrollbind  setlocal noscrollbind
2865  setlocal shiftwidth=8  setlocal shiftwidth=4
2866  setlocal noshortname  setlocal noshortname
2867  setlocal nosmartindent  setlocal nosmartindent
2868  setlocal softtabstop=0  setlocal softtabstop=0
2869  setlocal nospell  setlocal nospell
2870  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
2871  setlocal spellfile=  setlocal spellfile=
2872  setlocal spelllang=en  setlocal spelllang=en
2873  setlocal statusline=  setlocal statusline=
# Line 3234  setlocal synmaxcol=3000 Line 2877  setlocal synmaxcol=3000
2877  if &syntax != 'html'  if &syntax != 'html'
2878  setlocal syntax=html  setlocal syntax=html
2879  endif  endif
2880  setlocal tabstop=2  setlocal tabstop=4
2881  setlocal tags=  setlocal tags=
2882  setlocal textwidth=0  setlocal textwidth=0
2883  setlocal thesaurus=  setlocal thesaurus=
2884    setlocal noundofile
2885  setlocal nowinfixheight  setlocal nowinfixheight
2886  setlocal nowinfixwidth  setlocal nowinfixwidth
2887  setlocal wrap  setlocal wrap
# Line 3554  setlocal nocindent Line 3198  setlocal nocindent
3198  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
3199  setlocal cinoptions=  setlocal cinoptions=
3200  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
3201    setlocal colorcolumn=
3202  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
3203  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
3204  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
3205    setlocal concealcursor=
3206    setlocal conceallevel=0
3207  setlocal completefunc=  setlocal completefunc=
3208  setlocal nocopyindent  setlocal nocopyindent
3209    setlocal cryptmethod=
3210    setlocal nocursorbind
3211  setlocal nocursorcolumn  setlocal nocursorcolumn
3212  setlocal nocursorline  setlocal nocursorline
3213  setlocal define=  setlocal define=
# Line 3566  setlocal dictionary= Line 3215  setlocal dictionary=
3215  setlocal nodiff  setlocal nodiff
3216  setlocal equalprg=  setlocal equalprg=
3217  setlocal errorformat=  setlocal errorformat=
3218  setlocal noexpandtab  setlocal expandtab
3219  if &filetype != 'html'  if &filetype != 'html'
3220  setlocal filetype=html  setlocal filetype=html
3221  endif  endif
# Line 3609  setlocal nopreserveindent Line 3258  setlocal nopreserveindent
3258  setlocal nopreviewwindow  setlocal nopreviewwindow
3259  setlocal quoteescape=\\  setlocal quoteescape=\\
3260  setlocal noreadonly  setlocal noreadonly
3261    setlocal norelativenumber
3262  setlocal norightleft  setlocal norightleft
3263  setlocal rightleftcmd=search  setlocal rightleftcmd=search
3264  setlocal noscrollbind  setlocal noscrollbind
3265  setlocal shiftwidth=8  setlocal shiftwidth=4
3266  setlocal noshortname  setlocal noshortname
3267  setlocal nosmartindent  setlocal nosmartindent
3268  setlocal softtabstop=0  setlocal softtabstop=0
3269  setlocal nospell  setlocal nospell
3270  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
3271  setlocal spellfile=  setlocal spellfile=
3272  setlocal spelllang=en  setlocal spelllang=en
3273  setlocal statusline=  setlocal statusline=
# Line 3627  setlocal synmaxcol=3000 Line 3277  setlocal synmaxcol=3000
3277  if &syntax != 'html'  if &syntax != 'html'
3278  setlocal syntax=html  setlocal syntax=html
3279  endif  endif
3280  setlocal tabstop=2  setlocal tabstop=4
3281  setlocal tags=  setlocal tags=
3282  setlocal textwidth=0  setlocal textwidth=0
3283  setlocal thesaurus=  setlocal thesaurus=
3284    setlocal noundofile
3285  setlocal nowinfixheight  setlocal nowinfixheight
3286  setlocal nowinfixwidth  setlocal nowinfixwidth
3287  setlocal wrap  setlocal wrap
3288  setlocal wrapmargin=0  setlocal wrapmargin=0
3289  silent! normal! zE  silent! normal! zE
3290  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
3291  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
3292  exe s:l  exe s:l
3293  normal! zt  normal! zt
# Line 3947  setlocal nocindent Line 3598  setlocal nocindent
3598  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
3599  setlocal cinoptions=  setlocal cinoptions=
3600  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
3601    setlocal colorcolumn=
3602  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
3603  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
3604  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
3605    setlocal concealcursor=
3606    setlocal conceallevel=0
3607  setlocal completefunc=  setlocal completefunc=
3608  setlocal nocopyindent  setlocal nocopyindent
3609    setlocal cryptmethod=
3610    setlocal nocursorbind
3611  setlocal nocursorcolumn  setlocal nocursorcolumn
3612  setlocal nocursorline  setlocal nocursorline
3613  setlocal define=  setlocal define=
# Line 3959  setlocal dictionary= Line 3615  setlocal dictionary=
3615  setlocal nodiff  setlocal nodiff
3616  setlocal equalprg=  setlocal equalprg=
3617  setlocal errorformat=  setlocal errorformat=
3618  setlocal noexpandtab  setlocal expandtab
3619  if &filetype != 'html'  if &filetype != 'html'
3620  setlocal filetype=html  setlocal filetype=html
3621  endif  endif
# Line 4002  setlocal nopreserveindent Line 3658  setlocal nopreserveindent
3658  setlocal nopreviewwindow  setlocal nopreviewwindow
3659  setlocal quoteescape=\\  setlocal quoteescape=\\
3660  setlocal noreadonly  setlocal noreadonly
3661    setlocal norelativenumber
3662  setlocal norightleft  setlocal norightleft
3663  setlocal rightleftcmd=search  setlocal rightleftcmd=search
3664  setlocal noscrollbind  setlocal noscrollbind
3665  setlocal shiftwidth=8  setlocal shiftwidth=4
3666  setlocal noshortname  setlocal noshortname
3667  setlocal nosmartindent  setlocal nosmartindent
3668  setlocal softtabstop=0  setlocal softtabstop=0
3669  setlocal nospell  setlocal nospell
3670  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
3671  setlocal spellfile=  setlocal spellfile=
3672  setlocal spelllang=en  setlocal spelllang=en
3673  setlocal statusline=  setlocal statusline=
# Line 4020  setlocal synmaxcol=3000 Line 3677  setlocal synmaxcol=3000
3677  if &syntax != 'html'  if &syntax != 'html'
3678  setlocal syntax=html  setlocal syntax=html
3679  endif  endif
3680  setlocal tabstop=2  setlocal tabstop=4
3681  setlocal tags=  setlocal tags=
3682  setlocal textwidth=0  setlocal textwidth=0
3683  setlocal thesaurus=  setlocal thesaurus=
3684    setlocal noundofile
3685  setlocal nowinfixheight  setlocal nowinfixheight
3686  setlocal nowinfixwidth  setlocal nowinfixwidth
3687  setlocal wrap  setlocal wrap
3688  setlocal wrapmargin=0  setlocal wrapmargin=0
3689  silent! normal! zE  silent! normal! zE
3690  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
3691  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
3692  exe s:l  exe s:l
3693  normal! zt  normal! zt
# Line 4340  setlocal nocindent Line 3998  setlocal nocindent
3998  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
3999  setlocal cinoptions=  setlocal cinoptions=
4000  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
4001    setlocal colorcolumn=
4002  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
4003  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
4004  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
4005    setlocal concealcursor=
4006    setlocal conceallevel=0
4007  setlocal completefunc=  setlocal completefunc=
4008  setlocal nocopyindent  setlocal nocopyindent
4009    setlocal cryptmethod=
4010    setlocal nocursorbind
4011  setlocal nocursorcolumn  setlocal nocursorcolumn
4012  setlocal nocursorline  setlocal nocursorline
4013  setlocal define=  setlocal define=
# Line 4352  setlocal dictionary= Line 4015  setlocal dictionary=
4015  setlocal nodiff  setlocal nodiff
4016  setlocal equalprg=  setlocal equalprg=
4017  setlocal errorformat=  setlocal errorformat=
4018  setlocal noexpandtab  setlocal expandtab
4019  if &filetype != 'html'  if &filetype != 'html'
4020  setlocal filetype=html  setlocal filetype=html
4021  endif  endif
# Line 4395  setlocal nopreserveindent Line 4058  setlocal nopreserveindent
4058  setlocal nopreviewwindow  setlocal nopreviewwindow
4059  setlocal quoteescape=\\  setlocal quoteescape=\\
4060  setlocal noreadonly  setlocal noreadonly
4061    setlocal norelativenumber
4062  setlocal norightleft  setlocal norightleft
4063  setlocal rightleftcmd=search  setlocal rightleftcmd=search
4064  setlocal noscrollbind  setlocal noscrollbind
4065  setlocal shiftwidth=8  setlocal shiftwidth=4
4066  setlocal noshortname  setlocal noshortname
4067  setlocal nosmartindent  setlocal nosmartindent
4068  setlocal softtabstop=0  setlocal softtabstop=0
4069  setlocal nospell  setlocal nospell
4070  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
4071  setlocal spellfile=  setlocal spellfile=
4072  setlocal spelllang=en  setlocal spelllang=en
4073  setlocal statusline=  setlocal statusline=
# Line 4413  setlocal synmaxcol=3000 Line 4077  setlocal synmaxcol=3000
4077  if &syntax != 'html'  if &syntax != 'html'
4078  setlocal syntax=html  setlocal syntax=html
4079  endif  endif
4080  setlocal tabstop=2  setlocal tabstop=4
4081  setlocal tags=  setlocal tags=
4082  setlocal textwidth=0  setlocal textwidth=0
4083  setlocal thesaurus=  setlocal thesaurus=
4084    setlocal noundofile
4085  setlocal nowinfixheight  setlocal nowinfixheight
4086  setlocal nowinfixwidth  setlocal nowinfixwidth
4087  setlocal wrap  setlocal wrap
# Line 4733  setlocal nocindent Line 4398  setlocal nocindent
4398  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
4399  setlocal cinoptions=  setlocal cinoptions=
4400  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
4401    setlocal colorcolumn=
4402  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
4403  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
4404  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
4405    setlocal concealcursor=
4406    setlocal conceallevel=0
4407  setlocal completefunc=  setlocal completefunc=
4408  setlocal nocopyindent  setlocal nocopyindent
4409    setlocal cryptmethod=
4410    setlocal nocursorbind
4411  setlocal nocursorcolumn  setlocal nocursorcolumn
4412  setlocal nocursorline  setlocal nocursorline
4413  setlocal define=  setlocal define=
# Line 4745  setlocal dictionary= Line 4415  setlocal dictionary=
4415  setlocal nodiff  setlocal nodiff
4416  setlocal equalprg=  setlocal equalprg=
4417  setlocal errorformat=  setlocal errorformat=
4418  setlocal noexpandtab  setlocal expandtab
4419  if &filetype != 'html'  if &filetype != 'html'
4420  setlocal filetype=html  setlocal filetype=html
4421  endif  endif
# Line 4788  setlocal nopreserveindent Line 4458  setlocal nopreserveindent
4458  setlocal nopreviewwindow  setlocal nopreviewwindow
4459  setlocal quoteescape=\\  setlocal quoteescape=\\
4460  setlocal noreadonly  setlocal noreadonly
4461    setlocal norelativenumber
4462  setlocal norightleft  setlocal norightleft
4463  setlocal rightleftcmd=search  setlocal rightleftcmd=search
4464  setlocal noscrollbind  setlocal noscrollbind
4465  setlocal shiftwidth=8  setlocal shiftwidth=4
4466  setlocal noshortname  setlocal noshortname
4467  setlocal nosmartindent  setlocal nosmartindent
4468  setlocal softtabstop=0  setlocal softtabstop=0
4469  setlocal nospell  setlocal nospell
4470  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
4471  setlocal spellfile=  setlocal spellfile=
4472  setlocal spelllang=en  setlocal spelllang=en
4473  setlocal statusline=  setlocal statusline=
# Line 4806  setlocal synmaxcol=3000 Line 4477  setlocal synmaxcol=3000
4477  if &syntax != 'html'  if &syntax != 'html'
4478  setlocal syntax=html  setlocal syntax=html
4479  endif  endif
4480  setlocal tabstop=2  setlocal tabstop=4
4481  setlocal tags=  setlocal tags=
4482  setlocal textwidth=0  setlocal textwidth=0
4483  setlocal thesaurus=  setlocal thesaurus=
4484    setlocal noundofile
4485  setlocal nowinfixheight  setlocal nowinfixheight
4486  setlocal nowinfixwidth  setlocal nowinfixwidth
4487  setlocal wrap  setlocal wrap
# Line 5126  setlocal nocindent Line 4798  setlocal nocindent
4798  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
4799  setlocal cinoptions=  setlocal cinoptions=
4800  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
4801    setlocal colorcolumn=
4802  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
4803  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
4804  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
4805    setlocal concealcursor=
4806    setlocal conceallevel=0
4807  setlocal completefunc=  setlocal completefunc=
4808  setlocal nocopyindent  setlocal nocopyindent
4809    setlocal cryptmethod=
4810    setlocal nocursorbind
4811  setlocal nocursorcolumn  setlocal nocursorcolumn
4812  setlocal nocursorline  setlocal nocursorline
4813  setlocal define=  setlocal define=
# Line 5138  setlocal dictionary= Line 4815  setlocal dictionary=
4815  setlocal nodiff  setlocal nodiff
4816  setlocal equalprg=  setlocal equalprg=
4817  setlocal errorformat=  setlocal errorformat=
4818  setlocal noexpandtab  setlocal expandtab
4819  if &filetype != 'html'  if &filetype != 'html'
4820  setlocal filetype=html  setlocal filetype=html
4821  endif  endif
# Line 5181  setlocal nopreserveindent Line 4858  setlocal nopreserveindent
4858  setlocal nopreviewwindow  setlocal nopreviewwindow
4859  setlocal quoteescape=\\  setlocal quoteescape=\\
4860  setlocal noreadonly  setlocal noreadonly
4861    setlocal norelativenumber
4862  setlocal norightleft  setlocal norightleft
4863  setlocal rightleftcmd=search  setlocal rightleftcmd=search
4864  setlocal noscrollbind  setlocal noscrollbind
4865  setlocal shiftwidth=8  setlocal shiftwidth=4
4866  setlocal noshortname  setlocal noshortname
4867  setlocal nosmartindent  setlocal nosmartindent
4868  setlocal softtabstop=0  setlocal softtabstop=0
4869  setlocal nospell  setlocal nospell
4870  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
4871  setlocal spellfile=  setlocal spellfile=
4872  setlocal spelllang=en  setlocal spelllang=en
4873  setlocal statusline=  setlocal statusline=
# Line 5199  setlocal synmaxcol=3000 Line 4877  setlocal synmaxcol=3000
4877  if &syntax != 'html'  if &syntax != 'html'
4878  setlocal syntax=html  setlocal syntax=html
4879  endif  endif
4880  setlocal tabstop=2  setlocal tabstop=4
4881  setlocal tags=  setlocal tags=
4882  setlocal textwidth=0  setlocal textwidth=0
4883  setlocal thesaurus=  setlocal thesaurus=
4884    setlocal noundofile
4885  setlocal nowinfixheight  setlocal nowinfixheight
4886  setlocal nowinfixwidth  setlocal nowinfixwidth
4887  setlocal wrap  setlocal wrap
# Line 5519  setlocal nocindent Line 5198  setlocal nocindent
5198  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
5199  setlocal cinoptions=  setlocal cinoptions=
5200  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
5201    setlocal colorcolumn=
5202  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
5203  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
5204  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
5205    setlocal concealcursor=
5206    setlocal conceallevel=0
5207  setlocal completefunc=  setlocal completefunc=
5208  setlocal nocopyindent  setlocal nocopyindent
5209    setlocal cryptmethod=
5210    setlocal nocursorbind
5211  setlocal nocursorcolumn  setlocal nocursorcolumn
5212  setlocal nocursorline  setlocal nocursorline
5213  setlocal define=  setlocal define=
# Line 5531  setlocal dictionary= Line 5215  setlocal dictionary=
5215  setlocal nodiff  setlocal nodiff
5216  setlocal equalprg=  setlocal equalprg=
5217  setlocal errorformat=  setlocal errorformat=
5218  setlocal noexpandtab  setlocal expandtab
5219  if &filetype != 'html'  if &filetype != 'html'
5220  setlocal filetype=html  setlocal filetype=html
5221  endif  endif
# Line 5574  setlocal nopreserveindent Line 5258  setlocal nopreserveindent
5258  setlocal nopreviewwindow  setlocal nopreviewwindow
5259  setlocal quoteescape=\\  setlocal quoteescape=\\
5260  setlocal noreadonly  setlocal noreadonly
5261    setlocal norelativenumber
5262  setlocal norightleft  setlocal norightleft
5263  setlocal rightleftcmd=search  setlocal rightleftcmd=search
5264  setlocal noscrollbind  setlocal noscrollbind
5265  setlocal shiftwidth=8  setlocal shiftwidth=4
5266  setlocal noshortname  setlocal noshortname
5267  setlocal nosmartindent  setlocal nosmartindent
5268  setlocal softtabstop=0  setlocal softtabstop=0
5269  setlocal nospell  setlocal nospell
5270  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
5271  setlocal spellfile=  setlocal spellfile=
5272  setlocal spelllang=en  setlocal spelllang=en
5273  setlocal statusline=  setlocal statusline=
# Line 5592  setlocal synmaxcol=3000 Line 5277  setlocal synmaxcol=3000
5277  if &syntax != 'html'  if &syntax != 'html'
5278  setlocal syntax=html  setlocal syntax=html
5279  endif  endif
5280  setlocal tabstop=2  setlocal tabstop=4
5281  setlocal tags=  setlocal tags=
5282  setlocal textwidth=0  setlocal textwidth=0
5283  setlocal thesaurus=  setlocal thesaurus=
5284    setlocal noundofile
5285  setlocal nowinfixheight  setlocal nowinfixheight
5286  setlocal nowinfixwidth  setlocal nowinfixwidth
5287  setlocal wrap  setlocal wrap
5288  setlocal wrapmargin=0  setlocal wrapmargin=0
5289  silent! normal! zE  silent! normal! zE
5290  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
5291  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
5292  exe s:l  exe s:l
5293  normal! zt  normal! zt
# Line 5912  setlocal nocindent Line 5598  setlocal nocindent
5598  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
5599  setlocal cinoptions=  setlocal cinoptions=
5600  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
5601    setlocal colorcolumn=
5602  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
5603  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
5604  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
5605    setlocal concealcursor=
5606    setlocal conceallevel=0
5607  setlocal completefunc=  setlocal completefunc=
5608  setlocal nocopyindent  setlocal nocopyindent
5609    setlocal cryptmethod=
5610    setlocal nocursorbind
5611  setlocal nocursorcolumn  setlocal nocursorcolumn
5612  setlocal nocursorline  setlocal nocursorline
5613  setlocal define=  setlocal define=
# Line 5924  setlocal dictionary= Line 5615  setlocal dictionary=
5615  setlocal nodiff  setlocal nodiff
5616  setlocal equalprg=  setlocal equalprg=
5617  setlocal errorformat=  setlocal errorformat=
5618  setlocal noexpandtab  setlocal expandtab
5619  if &filetype != 'html'  if &filetype != 'html'
5620  setlocal filetype=html  setlocal filetype=html
5621  endif  endif
# Line 5967  setlocal nopreserveindent Line 5658  setlocal nopreserveindent
5658  setlocal nopreviewwindow  setlocal nopreviewwindow
5659  setlocal quoteescape=\\  setlocal quoteescape=\\
5660  setlocal noreadonly  setlocal noreadonly
5661    setlocal norelativenumber
5662  setlocal norightleft  setlocal norightleft
5663  setlocal rightleftcmd=search  setlocal rightleftcmd=search
5664  setlocal noscrollbind  setlocal noscrollbind
5665  setlocal shiftwidth=8  setlocal shiftwidth=4
5666  setlocal noshortname  setlocal noshortname
5667  setlocal nosmartindent  setlocal nosmartindent
5668  setlocal softtabstop=0  setlocal softtabstop=0
5669  setlocal nospell  setlocal nospell
5670  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
5671  setlocal spellfile=  setlocal spellfile=
5672  setlocal spelllang=en  setlocal spelllang=en
5673  setlocal statusline=  setlocal statusline=
# Line 5985  setlocal synmaxcol=3000 Line 5677  setlocal synmaxcol=3000
5677  if &syntax != 'html'  if &syntax != 'html'
5678  setlocal syntax=html  setlocal syntax=html
5679  endif  endif
5680  setlocal tabstop=2  setlocal tabstop=4
5681  setlocal tags=  setlocal tags=
5682  setlocal textwidth=0  setlocal textwidth=0
5683  setlocal thesaurus=  setlocal thesaurus=
5684    setlocal noundofile
5685  setlocal nowinfixheight  setlocal nowinfixheight
5686  setlocal nowinfixwidth  setlocal nowinfixwidth
5687  setlocal wrap  setlocal wrap
# Line 6305  setlocal nocindent Line 5998  setlocal nocindent
5998  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
5999  setlocal cinoptions=  setlocal cinoptions=
6000  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
6001    setlocal colorcolumn=
6002  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
6003  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
6004  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
6005    setlocal concealcursor=
6006    setlocal conceallevel=0
6007  setlocal completefunc=  setlocal completefunc=
6008  setlocal nocopyindent  setlocal nocopyindent
6009    setlocal cryptmethod=
6010    setlocal nocursorbind
6011  setlocal nocursorcolumn  setlocal nocursorcolumn
6012  setlocal nocursorline  setlocal nocursorline
6013  setlocal define=  setlocal define=
# Line 6317  setlocal dictionary= Line 6015  setlocal dictionary=
6015  setlocal nodiff  setlocal nodiff
6016  setlocal equalprg=  setlocal equalprg=
6017  setlocal errorformat=  setlocal errorformat=
6018  setlocal noexpandtab  setlocal expandtab
6019  if &filetype != 'html'  if &filetype != 'html'
6020  setlocal filetype=html  setlocal filetype=html
6021  endif  endif
# Line 6360  setlocal nopreserveindent Line 6058  setlocal nopreserveindent
6058  setlocal nopreviewwindow  setlocal nopreviewwindow
6059  setlocal quoteescape=\\  setlocal quoteescape=\\
6060  setlocal noreadonly  setlocal noreadonly
6061    setlocal norelativenumber
6062  setlocal norightleft  setlocal norightleft
6063  setlocal rightleftcmd=search  setlocal rightleftcmd=search
6064  setlocal noscrollbind  setlocal noscrollbind
6065  setlocal shiftwidth=8  setlocal shiftwidth=4
6066  setlocal noshortname  setlocal noshortname
6067  setlocal nosmartindent  setlocal nosmartindent
6068  setlocal softtabstop=0  setlocal softtabstop=0
6069  setlocal nospell  setlocal nospell
6070  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
6071  setlocal spellfile=  setlocal spellfile=
6072  setlocal spelllang=en  setlocal spelllang=en
6073  setlocal statusline=  setlocal statusline=
# Line 6378  setlocal synmaxcol=3000 Line 6077  setlocal synmaxcol=3000
6077  if &syntax != 'html'  if &syntax != 'html'
6078  setlocal syntax=html  setlocal syntax=html
6079  endif  endif
6080  setlocal tabstop=2  setlocal tabstop=4
6081  setlocal tags=  setlocal tags=
6082  setlocal textwidth=0  setlocal textwidth=0
6083  setlocal thesaurus=  setlocal thesaurus=
6084    setlocal noundofile
6085  setlocal nowinfixheight  setlocal nowinfixheight
6086  setlocal nowinfixwidth  setlocal nowinfixwidth
6087  setlocal wrap  setlocal wrap
# Line 6698  setlocal nocindent Line 6398  setlocal nocindent
6398  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
6399  setlocal cinoptions=  setlocal cinoptions=
6400  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
6401    setlocal colorcolumn=
6402  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
6403  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
6404  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
6405    setlocal concealcursor=
6406    setlocal conceallevel=0
6407  setlocal completefunc=  setlocal completefunc=
6408  setlocal nocopyindent  setlocal nocopyindent
6409    setlocal cryptmethod=
6410    setlocal nocursorbind
6411  setlocal nocursorcolumn  setlocal nocursorcolumn
6412  setlocal nocursorline  setlocal nocursorline
6413  setlocal define=  setlocal define=
# Line 6710  setlocal dictionary= Line 6415  setlocal dictionary=
6415  setlocal nodiff  setlocal nodiff
6416  setlocal equalprg=  setlocal equalprg=
6417  setlocal errorformat=  setlocal errorformat=
6418  setlocal noexpandtab  setlocal expandtab
6419  if &filetype != 'html'  if &filetype != 'html'
6420  setlocal filetype=html  setlocal filetype=html
6421  endif  endif
# Line 6753  setlocal nopreserveindent Line 6458  setlocal nopreserveindent
6458  setlocal nopreviewwindow  setlocal nopreviewwindow
6459  setlocal quoteescape=\\  setlocal quoteescape=\\
6460  setlocal noreadonly  setlocal noreadonly
6461    setlocal norelativenumber
6462  setlocal norightleft  setlocal norightleft
6463  setlocal rightleftcmd=search  setlocal rightleftcmd=search
6464  setlocal noscrollbind  setlocal noscrollbind
6465  setlocal shiftwidth=8  setlocal shiftwidth=4
6466  setlocal noshortname  setlocal noshortname
6467  setlocal nosmartindent  setlocal nosmartindent
6468  setlocal softtabstop=0  setlocal softtabstop=0
6469  setlocal nospell  setlocal nospell
6470  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
6471  setlocal spellfile=  setlocal spellfile=
6472  setlocal spelllang=en  setlocal spelllang=en
6473  setlocal statusline=  setlocal statusline=
# Line 6771  setlocal synmaxcol=3000 Line 6477  setlocal synmaxcol=3000
6477  if &syntax != 'html'  if &syntax != 'html'
6478  setlocal syntax=html  setlocal syntax=html
6479  endif  endif
6480  setlocal tabstop=2  setlocal tabstop=4
6481  setlocal tags=  setlocal tags=
6482  setlocal textwidth=0  setlocal textwidth=0
6483  setlocal thesaurus=  setlocal thesaurus=
6484    setlocal noundofile
6485  setlocal nowinfixheight  setlocal nowinfixheight
6486  setlocal nowinfixwidth  setlocal nowinfixwidth
6487  setlocal wrap  setlocal wrap
# Line 7091  setlocal nocindent Line 6798  setlocal nocindent
6798  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
6799  setlocal cinoptions=  setlocal cinoptions=
6800  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
6801    setlocal colorcolumn=
6802  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
6803  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
6804  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
6805    setlocal concealcursor=
6806    setlocal conceallevel=0
6807  setlocal completefunc=  setlocal completefunc=
6808  setlocal nocopyindent  setlocal nocopyindent
6809    setlocal cryptmethod=
6810    setlocal nocursorbind
6811  setlocal nocursorcolumn  setlocal nocursorcolumn
6812  setlocal nocursorline  setlocal nocursorline
6813  setlocal define=  setlocal define=
# Line 7103  setlocal dictionary= Line 6815  setlocal dictionary=
6815  setlocal nodiff  setlocal nodiff
6816  setlocal equalprg=  setlocal equalprg=
6817  setlocal errorformat=  setlocal errorformat=
6818  setlocal noexpandtab  setlocal expandtab
6819  if &filetype != 'html'  if &filetype != 'html'
6820  setlocal filetype=html  setlocal filetype=html
6821  endif  endif
# Line 7146  setlocal nopreserveindent Line 6858  setlocal nopreserveindent
6858  setlocal nopreviewwindow  setlocal nopreviewwindow
6859  setlocal quoteescape=\\  setlocal quoteescape=\\
6860  setlocal noreadonly  setlocal noreadonly
6861    setlocal norelativenumber
6862  setlocal norightleft  setlocal norightleft
6863  setlocal rightleftcmd=search  setlocal rightleftcmd=search
6864  setlocal noscrollbind  setlocal noscrollbind
6865  setlocal shiftwidth=8  setlocal shiftwidth=4
6866  setlocal noshortname  setlocal noshortname
6867  setlocal nosmartindent  setlocal nosmartindent
6868  setlocal softtabstop=0  setlocal softtabstop=0
6869  setlocal nospell  setlocal nospell
6870  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
6871  setlocal spellfile=  setlocal spellfile=
6872  setlocal spelllang=en  setlocal spelllang=en
6873  setlocal statusline=  setlocal statusline=
# Line 7164  setlocal synmaxcol=3000 Line 6877  setlocal synmaxcol=3000
6877  if &syntax != 'html'  if &syntax != 'html'
6878  setlocal syntax=html  setlocal syntax=html
6879  endif  endif
6880  setlocal tabstop=2  setlocal tabstop=4
6881  setlocal tags=  setlocal tags=
6882  setlocal textwidth=0  setlocal textwidth=0
6883  setlocal thesaurus=  setlocal thesaurus=
6884    setlocal noundofile
6885  setlocal nowinfixheight  setlocal nowinfixheight
6886  setlocal nowinfixwidth  setlocal nowinfixwidth
6887  setlocal wrap  setlocal wrap
6888  setlocal wrapmargin=0  setlocal wrapmargin=0
6889  silent! normal! zE  silent! normal! zE
6890  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
6891  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
6892  exe s:l  exe s:l
6893  normal! zt  normal! zt
# Line 7484  setlocal nocindent Line 7198  setlocal nocindent
7198  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
7199  setlocal cinoptions=  setlocal cinoptions=
7200  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
7201    setlocal colorcolumn=
7202  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
7203  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
7204  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
7205    setlocal concealcursor=
7206    setlocal conceallevel=0
7207  setlocal completefunc=  setlocal completefunc=
7208  setlocal nocopyindent  setlocal nocopyindent
7209    setlocal cryptmethod=
7210    setlocal nocursorbind
7211  setlocal nocursorcolumn  setlocal nocursorcolumn
7212  setlocal nocursorline  setlocal nocursorline
7213  setlocal define=  setlocal define=
# Line 7496  setlocal dictionary= Line 7215  setlocal dictionary=
7215  setlocal nodiff  setlocal nodiff
7216  setlocal equalprg=  setlocal equalprg=
7217  setlocal errorformat=  setlocal errorformat=
7218  setlocal noexpandtab  setlocal expandtab
7219  if &filetype != 'html'  if &filetype != 'html'
7220  setlocal filetype=html  setlocal filetype=html
7221  endif  endif
# Line 7539  setlocal nopreserveindent Line 7258  setlocal nopreserveindent
7258  setlocal nopreviewwindow  setlocal nopreviewwindow
7259  setlocal quoteescape=\\  setlocal quoteescape=\\
7260  setlocal noreadonly  setlocal noreadonly
7261    setlocal norelativenumber
7262  setlocal norightleft  setlocal norightleft
7263  setlocal rightleftcmd=search  setlocal rightleftcmd=search
7264  setlocal noscrollbind  setlocal noscrollbind
7265  setlocal shiftwidth=8  setlocal shiftwidth=4
7266  setlocal noshortname  setlocal noshortname
7267  setlocal nosmartindent  setlocal nosmartindent
7268  setlocal softtabstop=0  setlocal softtabstop=0
7269  setlocal nospell  setlocal nospell
7270  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
7271  setlocal spellfile=  setlocal spellfile=
7272  setlocal spelllang=en  setlocal spelllang=en
7273  setlocal statusline=  setlocal statusline=
# Line 7557  setlocal synmaxcol=3000 Line 7277  setlocal synmaxcol=3000
7277  if &syntax != 'html'  if &syntax != 'html'
7278  setlocal syntax=html  setlocal syntax=html
7279  endif  endif
7280  setlocal tabstop=2  setlocal tabstop=4
7281  setlocal tags=  setlocal tags=
7282  setlocal textwidth=0  setlocal textwidth=0
7283  setlocal thesaurus=  setlocal thesaurus=
7284    setlocal noundofile
7285  setlocal nowinfixheight  setlocal nowinfixheight
7286  setlocal nowinfixwidth  setlocal nowinfixwidth
7287  setlocal wrap  setlocal wrap
# Line 7877  setlocal nocindent Line 7598  setlocal nocindent
7598  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
7599  setlocal cinoptions=  setlocal cinoptions=
7600  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
7601    setlocal colorcolumn=
7602  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
7603  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
7604  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
7605    setlocal concealcursor=
7606    setlocal conceallevel=0
7607  setlocal completefunc=  setlocal completefunc=
7608  setlocal nocopyindent  setlocal nocopyindent
7609    setlocal cryptmethod=
7610    setlocal nocursorbind
7611  setlocal nocursorcolumn  setlocal nocursorcolumn
7612  setlocal nocursorline  setlocal nocursorline
7613  setlocal define=  setlocal define=
# Line 7889  setlocal dictionary= Line 7615  setlocal dictionary=
7615  setlocal nodiff  setlocal nodiff
7616  setlocal equalprg=  setlocal equalprg=
7617  setlocal errorformat=  setlocal errorformat=
7618  setlocal noexpandtab  setlocal expandtab
7619  if &filetype != 'html'  if &filetype != 'html'
7620  setlocal filetype=html  setlocal filetype=html
7621  endif  endif
# Line 7907  setlocal formatexpr= Line 7633  setlocal formatexpr=
7633  setlocal formatoptions=tcq  setlocal formatoptions=tcq
7634  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
7635  setlocal grepprg=  setlocal grepprg=
7636  setlocal iminsert=0  setlocal iminsert=2
7637  setlocal imsearch=0  setlocal imsearch=2
7638  setlocal include=  setlocal include=
7639  setlocal includeexpr=  setlocal includeexpr=
7640  setlocal indentexpr=  setlocal indentexpr=
# Line 7932  setlocal nopreserveindent Line 7658  setlocal nopreserveindent
7658  setlocal nopreviewwindow  setlocal nopreviewwindow
7659  setlocal quoteescape=\\  setlocal quoteescape=\\
7660  setlocal noreadonly  setlocal noreadonly
7661    setlocal norelativenumber
7662  setlocal norightleft  setlocal norightleft
7663  setlocal rightleftcmd=search  setlocal rightleftcmd=search
7664  setlocal noscrollbind  setlocal noscrollbind
7665  setlocal shiftwidth=8  setlocal shiftwidth=4
7666  setlocal noshortname  setlocal noshortname
7667  setlocal nosmartindent  setlocal nosmartindent
7668  setlocal softtabstop=0  setlocal softtabstop=0
7669  setlocal nospell  setlocal nospell
7670  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
7671  setlocal spellfile=  setlocal spellfile=
7672  setlocal spelllang=en  setlocal spelllang=en
7673  setlocal statusline=  setlocal statusline=
# Line 7950  setlocal synmaxcol=3000 Line 7677  setlocal synmaxcol=3000
7677  if &syntax != 'html'  if &syntax != 'html'
7678  setlocal syntax=html  setlocal syntax=html
7679  endif  endif
7680  setlocal tabstop=2  setlocal tabstop=4
7681  setlocal tags=  setlocal tags=
7682  setlocal textwidth=0  setlocal textwidth=0
7683  setlocal thesaurus=  setlocal thesaurus=
7684    setlocal noundofile
7685  setlocal nowinfixheight  setlocal nowinfixheight
7686  setlocal nowinfixwidth  setlocal nowinfixwidth
7687  setlocal wrap  setlocal wrap
7688  setlocal wrapmargin=0  setlocal wrapmargin=0
7689  silent! normal! zE  silent! normal! zE
7690  let s:l = 242 - ((18 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
7691  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
7692  exe s:l  exe s:l
7693  normal! zt  normal! zt
7694  242  1
7695  normal! 090l  normal! 0
7696  tabedit screenshots.html  tabedit screenshots.html
7697  set splitbelow splitright  set splitbelow splitright
7698  set nosplitbelow  set nosplitbelow
# Line 8270  setlocal nocindent Line 7998  setlocal nocindent
7998  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
7999  setlocal cinoptions=  setlocal cinoptions=
8000  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
8001    setlocal colorcolumn=
8002  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
8003  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
8004  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
8005    setlocal concealcursor=
8006    setlocal conceallevel=0
8007  setlocal completefunc=  setlocal completefunc=
8008  setlocal nocopyindent  setlocal nocopyindent
8009    setlocal cryptmethod=
8010    setlocal nocursorbind
8011  setlocal nocursorcolumn  setlocal nocursorcolumn
8012  setlocal nocursorline  setlocal nocursorline
8013  setlocal define=  setlocal define=
# Line 8282  setlocal dictionary= Line 8015  setlocal dictionary=
8015  setlocal nodiff  setlocal nodiff
8016  setlocal equalprg=  setlocal equalprg=
8017  setlocal errorformat=  setlocal errorformat=
8018  setlocal noexpandtab  setlocal expandtab
8019  if &filetype != 'html'  if &filetype != 'html'
8020  setlocal filetype=html  setlocal filetype=html
8021  endif  endif
# Line 8325  setlocal nopreserveindent Line 8058  setlocal nopreserveindent
8058  setlocal nopreviewwindow  setlocal nopreviewwindow
8059  setlocal quoteescape=\\  setlocal quoteescape=\\
8060  setlocal noreadonly  setlocal noreadonly
8061    setlocal norelativenumber
8062  setlocal norightleft  setlocal norightleft
8063  setlocal rightleftcmd=search  setlocal rightleftcmd=search
8064  setlocal noscrollbind  setlocal noscrollbind
8065  setlocal shiftwidth=8  setlocal shiftwidth=4
8066  setlocal noshortname  setlocal noshortname
8067  setlocal nosmartindent  setlocal nosmartindent
8068  setlocal softtabstop=0  setlocal softtabstop=0
8069  setlocal nospell  setlocal nospell
8070  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
8071  setlocal spellfile=  setlocal spellfile=
8072  setlocal spelllang=en  setlocal spelllang=en
8073  setlocal statusline=  setlocal statusline=
# Line 8343  setlocal synmaxcol=3000 Line 8077  setlocal synmaxcol=3000
8077  if &syntax != 'html'  if &syntax != 'html'
8078  setlocal syntax=html  setlocal syntax=html
8079  endif  endif
8080  setlocal tabstop=2  setlocal tabstop=4
8081  setlocal tags=  setlocal tags=
8082  setlocal textwidth=0  setlocal textwidth=0
8083  setlocal thesaurus=  setlocal thesaurus=
8084    setlocal noundofile
8085  setlocal nowinfixheight  setlocal nowinfixheight
8086  setlocal nowinfixwidth  setlocal nowinfixwidth
8087  setlocal wrap  setlocal wrap
8088  setlocal wrapmargin=0  setlocal wrapmargin=0
8089  silent! normal! zE  silent! normal! zE
8090  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
8091  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
8092  exe s:l  exe s:l
8093  normal! zt  normal! zt
# Line 8663  setlocal nocindent Line 8398  setlocal nocindent
8398  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
8399  setlocal cinoptions=  setlocal cinoptions=
8400  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
8401    setlocal colorcolumn=
8402  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
8403  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
8404  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
8405    setlocal concealcursor=
8406    setlocal conceallevel=0
8407  setlocal completefunc=  setlocal completefunc=
8408  setlocal nocopyindent  setlocal nocopyindent
8409    setlocal cryptmethod=
8410    setlocal nocursorbind
8411  setlocal nocursorcolumn  setlocal nocursorcolumn
8412  setlocal nocursorline  setlocal nocursorline
8413  setlocal define=  setlocal define=
# Line 8675  setlocal dictionary= Line 8415  setlocal dictionary=
8415  setlocal nodiff  setlocal nodiff
8416  setlocal equalprg=  setlocal equalprg=
8417  setlocal errorformat=  setlocal errorformat=
8418  setlocal noexpandtab  setlocal expandtab
8419  if &filetype != 'html'  if &filetype != 'html'
8420  setlocal filetype=html  setlocal filetype=html
8421  endif  endif
# Line 8718  setlocal nopreserveindent Line 8458  setlocal nopreserveindent
8458  setlocal nopreviewwindow  setlocal nopreviewwindow
8459  setlocal quoteescape=\\  setlocal quoteescape=\\
8460  setlocal noreadonly  setlocal noreadonly
8461    setlocal norelativenumber
8462  setlocal norightleft  setlocal norightleft
8463  setlocal rightleftcmd=search  setlocal rightleftcmd=search
8464  setlocal noscrollbind  setlocal noscrollbind
8465  setlocal shiftwidth=8  setlocal shiftwidth=4
8466  setlocal noshortname  setlocal noshortname
8467  setlocal nosmartindent  setlocal nosmartindent
8468  setlocal softtabstop=0  setlocal softtabstop=0
8469  setlocal nospell  setlocal nospell
8470  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
8471  setlocal spellfile=  setlocal spellfile=
8472  setlocal spelllang=en  setlocal spelllang=en
8473  setlocal statusline=  setlocal statusline=
# Line 8736  setlocal synmaxcol=3000 Line 8477  setlocal synmaxcol=3000
8477  if &syntax != 'html'  if &syntax != 'html'
8478  setlocal syntax=html  setlocal syntax=html
8479  endif  endif
8480  setlocal tabstop=2  setlocal tabstop=4
8481  setlocal tags=  setlocal tags=
8482  setlocal textwidth=0  setlocal textwidth=0
8483  setlocal thesaurus=  setlocal thesaurus=
8484    setlocal noundofile
8485  setlocal nowinfixheight  setlocal nowinfixheight
8486  setlocal nowinfixwidth  setlocal nowinfixwidth
8487  setlocal wrap  setlocal wrap
8488  setlocal wrapmargin=0  setlocal wrapmargin=0
8489  silent! normal! zE  silent! normal! zE
8490  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
8491  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
8492  exe s:l  exe s:l
8493  normal! zt  normal! zt
# Line 9056  setlocal nocindent Line 8798  setlocal nocindent
8798  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
8799  setlocal cinoptions=  setlocal cinoptions=
8800  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
8801    setlocal colorcolumn=
8802  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
8803  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
8804  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
8805    setlocal concealcursor=
8806    setlocal conceallevel=0
8807  setlocal completefunc=  setlocal completefunc=
8808  setlocal nocopyindent  setlocal nocopyindent
8809    setlocal cryptmethod=
8810    setlocal nocursorbind
8811  setlocal nocursorcolumn  setlocal nocursorcolumn
8812  setlocal nocursorline  setlocal nocursorline
8813  setlocal define=  setlocal define=
# Line 9068  setlocal dictionary= Line 8815  setlocal dictionary=
8815  setlocal nodiff  setlocal nodiff
8816  setlocal equalprg=  setlocal equalprg=
8817  setlocal errorformat=  setlocal errorformat=
8818  setlocal noexpandtab  setlocal expandtab
8819  if &filetype != 'html'  if &filetype != 'html'
8820  setlocal filetype=html  setlocal filetype=html
8821  endif  endif
# Line 9111  setlocal nopreserveindent Line 8858  setlocal nopreserveindent
8858  setlocal nopreviewwindow  setlocal nopreviewwindow
8859  setlocal quoteescape=\\  setlocal quoteescape=\\
8860  setlocal noreadonly  setlocal noreadonly
8861    setlocal norelativenumber
8862  setlocal norightleft  setlocal norightleft
8863  setlocal rightleftcmd=search  setlocal rightleftcmd=search
8864  setlocal noscrollbind  setlocal noscrollbind
8865  setlocal shiftwidth=8  setlocal shiftwidth=4
8866  setlocal noshortname  setlocal noshortname
8867  setlocal nosmartindent  setlocal nosmartindent
8868  setlocal softtabstop=0  setlocal softtabstop=0
8869  setlocal nospell  setlocal nospell
8870  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
8871  setlocal spellfile=  setlocal spellfile=
8872  setlocal spelllang=en  setlocal spelllang=en
8873  setlocal statusline=  setlocal statusline=
# Line 9129  setlocal synmaxcol=3000 Line 8877  setlocal synmaxcol=3000
8877  if &syntax != 'html'  if &syntax != 'html'
8878  setlocal syntax=html  setlocal syntax=html
8879  endif  endif
8880  setlocal tabstop=2  setlocal tabstop=4
8881  setlocal tags=  setlocal tags=
8882  setlocal textwidth=0  setlocal textwidth=0
8883  setlocal thesaurus=  setlocal thesaurus=
8884    setlocal noundofile
8885  setlocal nowinfixheight  setlocal nowinfixheight
8886  setlocal nowinfixwidth  setlocal nowinfixwidth
8887  setlocal wrap  setlocal wrap
8888  setlocal wrapmargin=0  setlocal wrapmargin=0
8889  silent! normal! zE  silent! normal! zE
8890  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
8891  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
8892  exe s:l  exe s:l
8893  normal! zt  normal! zt
# Line 9449  setlocal nocindent Line 9198  setlocal nocindent
9198  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
9199  setlocal cinoptions=  setlocal cinoptions=
9200  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
9201    setlocal colorcolumn=
9202  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
9203  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
9204  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
9205    setlocal concealcursor=
9206    setlocal conceallevel=0
9207  setlocal completefunc=  setlocal completefunc=
9208  setlocal nocopyindent  setlocal nocopyindent
9209    setlocal cryptmethod=
9210    setlocal nocursorbind
9211  setlocal nocursorcolumn  setlocal nocursorcolumn
9212  setlocal nocursorline  setlocal nocursorline
9213  setlocal define=  setlocal define=
# Line 9461  setlocal dictionary= Line 9215  setlocal dictionary=
9215  setlocal nodiff  setlocal nodiff
9216  setlocal equalprg=  setlocal equalprg=
9217  setlocal errorformat=  setlocal errorformat=
9218  setlocal noexpandtab  setlocal expandtab
9219  if &filetype != 'html'  if &filetype != 'html'
9220  setlocal filetype=html  setlocal filetype=html
9221  endif  endif
# Line 9504  setlocal nopreserveindent Line 9258  setlocal nopreserveindent
9258  setlocal nopreviewwindow  setlocal nopreviewwindow
9259  setlocal quoteescape=\\  setlocal quoteescape=\\
9260  setlocal noreadonly  setlocal noreadonly
9261    setlocal norelativenumber
9262  setlocal norightleft  setlocal norightleft
9263  setlocal rightleftcmd=search  setlocal rightleftcmd=search
9264  setlocal noscrollbind  setlocal noscrollbind
9265  setlocal shiftwidth=8  setlocal shiftwidth=4
9266  setlocal noshortname  setlocal noshortname
9267  setlocal nosmartindent  setlocal nosmartindent
9268  setlocal softtabstop=0  setlocal softtabstop=0
9269  setlocal nospell  setlocal nospell
9270  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
9271  setlocal spellfile=  setlocal spellfile=
9272  setlocal spelllang=en  setlocal spelllang=en
9273  setlocal statusline=  setlocal statusline=
# Line 9522  setlocal synmaxcol=3000 Line 9277  setlocal synmaxcol=3000
9277  if &syntax != 'html'  if &syntax != 'html'
9278  setlocal syntax=html  setlocal syntax=html
9279  endif  endif
9280  setlocal tabstop=2  setlocal tabstop=4
9281  setlocal tags=  setlocal tags=
9282  setlocal textwidth=0  setlocal textwidth=0
9283  setlocal thesaurus=  setlocal thesaurus=
9284    setlocal noundofile
9285  setlocal nowinfixheight  setlocal nowinfixheight
9286  setlocal nowinfixwidth  setlocal nowinfixwidth
9287  setlocal wrap  setlocal wrap
9288  setlocal wrapmargin=0  setlocal wrapmargin=0
9289  silent! normal! zE  silent! normal! zE
9290  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
9291  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
9292  exe s:l  exe s:l
9293  normal! zt  normal! zt
# Line 9846  setlocal nocindent Line 9602  setlocal nocindent
9602  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
9603  setlocal cinoptions=  setlocal cinoptions=
9604  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
9605    setlocal colorcolumn=
9606  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
9607  setlocal commentstring=/*%s*/  setlocal commentstring=/*%s*/
9608  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
9609    setlocal concealcursor=
9610    setlocal conceallevel=0
9611  setlocal completefunc=  setlocal completefunc=
9612  setlocal nocopyindent  setlocal nocopyindent
9613    setlocal cryptmethod=
9614    setlocal nocursorbind
9615  setlocal nocursorcolumn  setlocal nocursorcolumn
9616  setlocal nocursorline  setlocal nocursorline
9617  setlocal define=  setlocal define=
# Line 9858  setlocal dictionary= Line 9619  setlocal dictionary=
9619  setlocal nodiff  setlocal nodiff
9620  setlocal equalprg=  setlocal equalprg=
9621  setlocal errorformat=  setlocal errorformat=
9622  setlocal noexpandtab  setlocal expandtab
9623  if &filetype != 'php'  if &filetype != 'php'
9624  setlocal filetype=php  setlocal filetype=php
9625  endif  endif
# Line 9901  setlocal nopreserveindent Line 9662  setlocal nopreserveindent
9662  setlocal nopreviewwindow  setlocal nopreviewwindow
9663  setlocal quoteescape=\\  setlocal quoteescape=\\
9664  setlocal noreadonly  setlocal noreadonly
9665    setlocal norelativenumber
9666  setlocal norightleft  setlocal norightleft
9667  setlocal rightleftcmd=search  setlocal rightleftcmd=search
9668  setlocal noscrollbind  setlocal noscrollbind
9669  setlocal shiftwidth=8  setlocal shiftwidth=4
9670  setlocal noshortname  setlocal noshortname
9671  setlocal nosmartindent  setlocal nosmartindent
9672  setlocal softtabstop=0  setlocal softtabstop=0
9673  setlocal nospell  setlocal nospell
9674  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
9675  setlocal spellfile=  setlocal spellfile=
9676  setlocal spelllang=en  setlocal spelllang=en
9677  setlocal statusline=  setlocal statusline=
# Line 9919  setlocal synmaxcol=3000 Line 9681  setlocal synmaxcol=3000
9681  if &syntax != 'php'  if &syntax != 'php'
9682  setlocal syntax=php  setlocal syntax=php
9683  endif  endif
9684  setlocal tabstop=2  setlocal tabstop=4
9685  setlocal tags=  setlocal tags=
9686  setlocal textwidth=0  setlocal textwidth=0
9687  setlocal thesaurus=  setlocal thesaurus=
9688    setlocal noundofile
9689  setlocal nowinfixheight  setlocal nowinfixheight
9690  setlocal nowinfixwidth  setlocal nowinfixwidth
9691  setlocal wrap  setlocal wrap
9692  setlocal wrapmargin=0  setlocal wrapmargin=0
9693  silent! normal! zE  silent! normal! zE
9694  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
9695  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
9696  exe s:l  exe s:l
9697  normal! zt  normal! zt
# Line 9941  set nosplitright Line 9704  set nosplitright
9704  wincmd t  wincmd t
9705  set winheight=1 winwidth=1  set winheight=1 winwidth=1
9706  argglobal  argglobal
9707  26argu  25argu
9708  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
9709  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
9710  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
# Line 10243  setlocal nocindent Line 10006  setlocal nocindent
10006  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10007  setlocal cinoptions=  setlocal cinoptions=
10008  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
10009    setlocal colorcolumn=
10010  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
10011  setlocal commentstring=/*%s*/  setlocal commentstring=/*%s*/
10012  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
10013    setlocal concealcursor=
10014    setlocal conceallevel=0
10015  setlocal completefunc=  setlocal completefunc=
10016  setlocal nocopyindent  setlocal nocopyindent
10017    setlocal cryptmethod=
10018    setlocal nocursorbind
10019  setlocal nocursorcolumn  setlocal nocursorcolumn
10020  setlocal nocursorline  setlocal nocursorline
10021  setlocal define=  setlocal define=
# Line 10255  setlocal dictionary= Line 10023  setlocal dictionary=
10023  setlocal nodiff  setlocal nodiff
10024  setlocal equalprg=  setlocal equalprg=
10025  setlocal errorformat=  setlocal errorformat=
10026  setlocal noexpandtab  setlocal expandtab
10027  if &filetype != 'php'  if &filetype != 'php'
10028  setlocal filetype=php  setlocal filetype=php
10029  endif  endif
# Line 10298  setlocal nopreserveindent Line 10066  setlocal nopreserveindent
10066  setlocal nopreviewwindow  setlocal nopreviewwindow
10067  setlocal quoteescape=\\  setlocal quoteescape=\\
10068  setlocal noreadonly  setlocal noreadonly
10069    setlocal norelativenumber
10070  setlocal norightleft  setlocal norightleft
10071  setlocal rightleftcmd=search  setlocal rightleftcmd=search
10072  setlocal noscrollbind  setlocal noscrollbind
10073  setlocal shiftwidth=8  setlocal shiftwidth=4
10074  setlocal noshortname  setlocal noshortname
10075  setlocal nosmartindent  setlocal nosmartindent
10076  setlocal softtabstop=0  setlocal softtabstop=0
10077  setlocal nospell  setlocal nospell
10078  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
10079  setlocal spellfile=  setlocal spellfile=
10080  setlocal spelllang=en  setlocal spelllang=en
10081  setlocal statusline=  setlocal statusline=
# Line 10316  setlocal synmaxcol=3000 Line 10085  setlocal synmaxcol=3000
10085  if &syntax != 'php'  if &syntax != 'php'
10086  setlocal syntax=php  setlocal syntax=php
10087  endif  endif
10088  setlocal tabstop=2  setlocal tabstop=4
10089  setlocal tags=  setlocal tags=
10090  setlocal textwidth=0  setlocal textwidth=0
10091  setlocal thesaurus=  setlocal thesaurus=
10092    setlocal noundofile
10093  setlocal nowinfixheight  setlocal nowinfixheight
10094  setlocal nowinfixwidth  setlocal nowinfixwidth
10095  setlocal wrap  setlocal wrap
10096  setlocal wrapmargin=0  setlocal wrapmargin=0
10097  silent! normal! zE  silent! normal! zE
10098  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
10099  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
10100  exe s:l  exe s:l
10101  normal! zt  normal! zt
# Line 10338  set nosplitright Line 10108  set nosplitright
10108  wincmd t  wincmd t
10109  set winheight=1 winwidth=1  set winheight=1 winwidth=1
10110  argglobal  argglobal
10111  27argu  26argu
10112  setlocal keymap=  setlocal keymap=
10113  setlocal noarabic  setlocal noarabic
10114  setlocal autoindent  setlocal autoindent
# Line 10351  setlocal nocindent Line 10121  setlocal nocindent
10121  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10122  setlocal cinoptions=  setlocal cinoptions=
10123  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
10124    setlocal colorcolumn=
10125  setlocal comments=s:<!--,m:\ \ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ \ ,e:-->
10126  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
10127  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
10128    setlocal concealcursor=
10129    setlocal conceallevel=0
10130  setlocal completefunc=  setlocal completefunc=
10131  setlocal nocopyindent  setlocal nocopyindent
10132    setlocal cryptmethod=
10133    setlocal nocursorbind
10134  setlocal nocursorcolumn  setlocal nocursorcolumn
10135  setlocal nocursorline  setlocal nocursorline
10136  setlocal define=  setlocal define=
# Line 10363  setlocal dictionary= Line 10138  setlocal dictionary=
10138  setlocal nodiff  setlocal nodiff
10139  setlocal equalprg=  setlocal equalprg=
10140  setlocal errorformat=  setlocal errorformat=
10141  setlocal noexpandtab  setlocal expandtab
10142  if &filetype != 'xml'  if &filetype != 'xml'
10143  setlocal filetype=xml  setlocal filetype=xml
10144  endif  endif
# Line 10406  setlocal nopreserveindent Line 10181  setlocal nopreserveindent
10181  setlocal nopreviewwindow  setlocal nopreviewwindow
10182  setlocal quoteescape=\\  setlocal quoteescape=\\
10183  setlocal noreadonly  setlocal noreadonly
10184    setlocal norelativenumber
10185  setlocal norightleft  setlocal norightleft
10186  setlocal rightleftcmd=search  setlocal rightleftcmd=search
10187  setlocal noscrollbind  setlocal noscrollbind
10188  setlocal shiftwidth=8  setlocal shiftwidth=4
10189  setlocal noshortname  setlocal noshortname
10190  setlocal nosmartindent  setlocal nosmartindent
10191  setlocal softtabstop=0  setlocal softtabstop=0
10192  setlocal nospell  setlocal nospell
10193  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
10194  setlocal spellfile=  setlocal spellfile=
10195  setlocal spelllang=en  setlocal spelllang=en
10196  setlocal statusline=  setlocal statusline=
# Line 10424  setlocal synmaxcol=3000 Line 10200  setlocal synmaxcol=3000
10200  if &syntax != 'xml'  if &syntax != 'xml'
10201  setlocal syntax=xml  setlocal syntax=xml
10202  endif  endif
10203  setlocal tabstop=2  setlocal tabstop=4
10204  setlocal tags=  setlocal tags=
10205  setlocal textwidth=0  setlocal textwidth=0
10206  setlocal thesaurus=  setlocal thesaurus=
10207    setlocal noundofile
10208  setlocal nowinfixheight  setlocal nowinfixheight
10209  setlocal nowinfixwidth  setlocal nowinfixwidth
10210  setlocal wrap  setlocal wrap
10211  setlocal wrapmargin=0  setlocal wrapmargin=0
10212  silent! normal! zE  silent! normal! zE
10213  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
10214  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
10215  exe s:l  exe s:l
10216  normal! zt  normal! zt
# Line 10446  set nosplitright Line 10223  set nosplitright
10223  wincmd t  wincmd t
10224  set winheight=1 winwidth=1  set winheight=1 winwidth=1
10225  argglobal  argglobal
10226  28argu  27argu
10227  setlocal keymap=  setlocal keymap=
10228  setlocal noarabic  setlocal noarabic
10229  setlocal autoindent  setlocal autoindent
# Line 10459  setlocal nocindent Line 10236  setlocal nocindent
10236  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10237  setlocal cinoptions=  setlocal cinoptions=
10238  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
10239    setlocal colorcolumn=
10240  setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-  setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
10241  setlocal commentstring=/*%s*/  setlocal commentstring=/*%s*/
10242  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
10243    setlocal concealcursor=
10244    setlocal conceallevel=0
10245  setlocal completefunc=  setlocal completefunc=
10246  setlocal nocopyindent  setlocal nocopyindent
10247    setlocal cryptmethod=
10248    setlocal nocursorbind
10249  setlocal nocursorcolumn  setlocal nocursorcolumn
10250  setlocal nocursorline  setlocal nocursorline
10251  setlocal define=  setlocal define=
# Line 10471  setlocal dictionary= Line 10253  setlocal dictionary=
10253  setlocal nodiff  setlocal nodiff
10254  setlocal equalprg=  setlocal equalprg=
10255  setlocal errorformat=  setlocal errorformat=
10256  setlocal noexpandtab  setlocal expandtab
10257  if &filetype != 'apache'  if &filetype != 'apache'
10258  setlocal filetype=apache  setlocal filetype=apache
10259  endif  endif
# Line 10514  setlocal nopreserveindent Line 10296  setlocal nopreserveindent
10296  setlocal nopreviewwindow  setlocal nopreviewwindow
10297  setlocal quoteescape=\\  setlocal quoteescape=\\
10298  setlocal noreadonly  setlocal noreadonly
10299    setlocal norelativenumber
10300  setlocal norightleft  setlocal norightleft
10301  setlocal rightleftcmd=search  setlocal rightleftcmd=search
10302  setlocal noscrollbind  setlocal noscrollbind
10303  setlocal shiftwidth=8  setlocal shiftwidth=4
10304  setlocal noshortname  setlocal noshortname
10305  setlocal nosmartindent  setlocal nosmartindent
10306  setlocal softtabstop=0  setlocal softtabstop=0
10307  setlocal nospell  setlocal nospell
10308  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
10309  setlocal spellfile=  setlocal spellfile=
10310  setlocal spelllang=en  setlocal spelllang=en
10311  setlocal statusline=  setlocal statusline=
# Line 10532  setlocal synmaxcol=3000 Line 10315  setlocal synmaxcol=3000
10315  if &syntax != 'apache'  if &syntax != 'apache'
10316  setlocal syntax=apache  setlocal syntax=apache
10317  endif  endif
10318  setlocal tabstop=2  setlocal tabstop=4
10319  setlocal tags=  setlocal tags=
10320  setlocal textwidth=0  setlocal textwidth=0
10321  setlocal thesaurus=  setlocal thesaurus=
10322    setlocal noundofile
10323  setlocal nowinfixheight  setlocal nowinfixheight
10324  setlocal nowinfixwidth  setlocal nowinfixwidth
10325  setlocal wrap  setlocal wrap
10326  setlocal wrapmargin=0  setlocal wrapmargin=0
10327  silent! normal! zE  silent! normal! zE
10328  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
10329  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
10330  exe s:l  exe s:l
10331  normal! zt  normal! zt
# Line 10554  set nosplitright Line 10338  set nosplitright
10338  wincmd t  wincmd t
10339  set winheight=1 winwidth=1  set winheight=1 winwidth=1
10340  argglobal  argglobal
10341  29argu  28argu
 edit .404.html  
10342  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10343  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10344  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
# Line 10853  setlocal nocindent Line 10636  setlocal nocindent
10636  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10637  setlocal cinoptions=  setlocal cinoptions=
10638  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
10639    setlocal colorcolumn=
10640  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
10641  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
10642  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
10643    setlocal concealcursor=
10644    setlocal conceallevel=0
10645  setlocal completefunc=  setlocal completefunc=
10646  setlocal nocopyindent  setlocal nocopyindent
10647    setlocal cryptmethod=
10648    setlocal nocursorbind
10649  setlocal nocursorcolumn  setlocal nocursorcolumn
10650  setlocal nocursorline  setlocal nocursorline
10651  setlocal define=  setlocal define=
# Line 10865  setlocal dictionary= Line 10653  setlocal dictionary=
10653  setlocal nodiff  setlocal nodiff
10654  setlocal equalprg=  setlocal equalprg=
10655  setlocal errorformat=  setlocal errorformat=
10656  setlocal noexpandtab  setlocal expandtab
10657  if &filetype != 'html'  if &filetype != 'html'
10658  setlocal filetype=html  setlocal filetype=html
10659  endif  endif
# Line 10908  setlocal nopreserveindent Line 10696  setlocal nopreserveindent
10696  setlocal nopreviewwindow  setlocal nopreviewwindow
10697  setlocal quoteescape=\\  setlocal quoteescape=\\
10698  setlocal noreadonly  setlocal noreadonly
10699    setlocal norelativenumber
10700  setlocal norightleft  setlocal norightleft
10701  setlocal rightleftcmd=search  setlocal rightleftcmd=search
10702  setlocal noscrollbind  setlocal noscrollbind
10703  setlocal shiftwidth=8  setlocal shiftwidth=4
10704  setlocal noshortname  setlocal noshortname
10705  setlocal nosmartindent  setlocal nosmartindent
10706  setlocal softtabstop=0  setlocal softtabstop=0
10707  setlocal nospell  setlocal nospell
10708  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
10709  setlocal spellfile=  setlocal spellfile=
10710  setlocal spelllang=en  setlocal spelllang=en
10711  setlocal statusline=  setlocal statusline=
# Line 10926  setlocal synmaxcol=3000 Line 10715  setlocal synmaxcol=3000
10715  if &syntax != 'html'  if &syntax != 'html'
10716  setlocal syntax=html  setlocal syntax=html
10717  endif  endif
10718  setlocal tabstop=2  setlocal tabstop=4
10719  setlocal tags=  setlocal tags=
10720  setlocal textwidth=0  setlocal textwidth=0
10721  setlocal thesaurus=  setlocal thesaurus=
10722    setlocal noundofile
10723  setlocal nowinfixheight  setlocal nowinfixheight
10724  setlocal nowinfixwidth  setlocal nowinfixwidth
10725  setlocal wrap  setlocal wrap
10726  setlocal wrapmargin=0  setlocal wrapmargin=0
10727  silent! normal! zE  silent! normal! zE
10728  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
10729  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
10730  exe s:l  exe s:l
10731  normal! zt  normal! zt
# Line 10948  set nosplitright Line 10738  set nosplitright
10738  wincmd t  wincmd t
10739  set winheight=1 winwidth=1  set winheight=1 winwidth=1
10740  argglobal  argglobal
10741  30argu  29argu
 edit .news.php  
10742  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10743  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10744  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
# Line 11251  setlocal nocindent Line 11040  setlocal nocindent
11040  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11041  setlocal cinoptions=  setlocal cinoptions=
11042  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
11043    setlocal colorcolumn=
11044  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
11045  setlocal commentstring=/*%s*/  setlocal commentstring=/*%s*/
11046  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
11047    setlocal concealcursor=
11048    setlocal conceallevel=0
11049  setlocal completefunc=  setlocal completefunc=
11050  setlocal nocopyindent  setlocal nocopyindent
11051    setlocal cryptmethod=
11052    setlocal nocursorbind
11053  setlocal nocursorcolumn  setlocal nocursorcolumn
11054  setlocal nocursorline  setlocal nocursorline
11055  setlocal define=  setlocal define=
# Line 11263  setlocal dictionary= Line 11057  setlocal dictionary=
11057  setlocal nodiff  setlocal nodiff
11058  setlocal equalprg=  setlocal equalprg=
11059  setlocal errorformat=  setlocal errorformat=
11060  setlocal noexpandtab  setlocal expandtab
11061  if &filetype != 'php'  if &filetype != 'php'
11062  setlocal filetype=php  setlocal filetype=php
11063  endif  endif
# Line 11306  setlocal nopreserveindent Line 11100  setlocal nopreserveindent
11100  setlocal nopreviewwindow  setlocal nopreviewwindow
11101  setlocal quoteescape=\\  setlocal quoteescape=\\
11102  setlocal noreadonly  setlocal noreadonly
11103    setlocal norelativenumber
11104  setlocal norightleft  setlocal norightleft
11105  setlocal rightleftcmd=search  setlocal rightleftcmd=search
11106  setlocal noscrollbind  setlocal noscrollbind
11107  setlocal shiftwidth=8  setlocal shiftwidth=4
11108  setlocal noshortname  setlocal noshortname
11109  setlocal nosmartindent  setlocal nosmartindent
11110  setlocal softtabstop=0  setlocal softtabstop=0
11111  setlocal nospell  setlocal nospell
11112  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
11113  setlocal spellfile=  setlocal spellfile=
11114  setlocal spelllang=en  setlocal spelllang=en
11115  setlocal statusline=  setlocal statusline=
# Line 11324  setlocal synmaxcol=3000 Line 11119  setlocal synmaxcol=3000
11119  if &syntax != 'php'  if &syntax != 'php'
11120  setlocal syntax=php  setlocal syntax=php
11121  endif  endif
11122  setlocal tabstop=2  setlocal tabstop=4
11123  setlocal tags=  setlocal tags=
11124  setlocal textwidth=0  setlocal textwidth=0
11125  setlocal thesaurus=  setlocal thesaurus=
11126    setlocal noundofile
11127  setlocal nowinfixheight  setlocal nowinfixheight
11128  setlocal nowinfixwidth  setlocal nowinfixwidth
11129  setlocal wrap  setlocal wrap
# Line 11346  set nosplitright Line 11142  set nosplitright
11142  wincmd t  wincmd t
11143  set winheight=1 winwidth=1  set winheight=1 winwidth=1
11144  argglobal  argglobal
11145  31argu  30argu
 edit .template.html  
11146  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
11147  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
11148  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
# Line 11645  setlocal nocindent Line 11440  setlocal nocindent
11440  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11441  setlocal cinoptions=  setlocal cinoptions=
11442  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
11443    setlocal colorcolumn=
11444  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
11445  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
11446  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
11447    setlocal concealcursor=
11448    setlocal conceallevel=0
11449  setlocal completefunc=  setlocal completefunc=
11450  setlocal nocopyindent  setlocal nocopyindent
11451    setlocal cryptmethod=
11452    setlocal nocursorbind
11453  setlocal nocursorcolumn  setlocal nocursorcolumn
11454  setlocal nocursorline  setlocal nocursorline
11455  setlocal define=  setlocal define=
# Line 11657  setlocal dictionary= Line 11457  setlocal dictionary=
11457  setlocal nodiff  setlocal nodiff
11458  setlocal equalprg=  setlocal equalprg=
11459  setlocal errorformat=  setlocal errorformat=
11460  setlocal noexpandtab  setlocal expandtab
11461  if &filetype != 'html'  if &filetype != 'html'
11462  setlocal filetype=html  setlocal filetype=html
11463  endif  endif
# Line 11700  setlocal nopreserveindent Line 11500  setlocal nopreserveindent
11500  setlocal nopreviewwindow  setlocal nopreviewwindow
11501  setlocal quoteescape=\\  setlocal quoteescape=\\
11502  setlocal noreadonly  setlocal noreadonly
11503    setlocal norelativenumber
11504  setlocal norightleft  setlocal norightleft
11505  setlocal rightleftcmd=search  setlocal rightleftcmd=search
11506  setlocal noscrollbind  setlocal noscrollbind
11507  setlocal shiftwidth=8  setlocal shiftwidth=4
11508  setlocal noshortname  setlocal noshortname
11509  setlocal nosmartindent  setlocal nosmartindent
11510  setlocal softtabstop=0  setlocal softtabstop=0
11511  setlocal nospell  setlocal nospell
11512  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
11513  setlocal spellfile=  setlocal spellfile=
11514  setlocal spelllang=en  setlocal spelllang=en
11515  setlocal statusline=  setlocal statusline=
# Line 11718  setlocal synmaxcol=3000 Line 11519  setlocal synmaxcol=3000
11519  if &syntax != 'html'  if &syntax != 'html'
11520  setlocal syntax=html  setlocal syntax=html
11521  endif  endif
11522  setlocal tabstop=2  setlocal tabstop=4
11523  setlocal tags=  setlocal tags=
11524  setlocal textwidth=0  setlocal textwidth=0
11525  setlocal thesaurus=  setlocal thesaurus=
11526    setlocal noundofile
11527  setlocal nowinfixheight  setlocal nowinfixheight
11528  setlocal nowinfixwidth  setlocal nowinfixwidth
11529  setlocal wrap  setlocal wrap
# Line 11740  set nosplitright Line 11542  set nosplitright
11542  wincmd t  wincmd t
11543  set winheight=1 winwidth=1  set winheight=1 winwidth=1
11544  argglobal  argglobal
11545  32argu  31argu
 edit scripts/2site  
11546  setlocal keymap=  setlocal keymap=
11547  setlocal noarabic  setlocal noarabic
11548  setlocal autoindent  setlocal autoindent
# Line 11754  setlocal nocindent Line 11555  setlocal nocindent
11555  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11556  setlocal cinoptions=  setlocal cinoptions=
11557  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
11558    setlocal colorcolumn=
11559  setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-  setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
11560  setlocal commentstring=#%s  setlocal commentstring=#%s
11561  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
11562    setlocal concealcursor=
11563    setlocal conceallevel=0
11564  setlocal completefunc=  setlocal completefunc=
11565  setlocal nocopyindent  setlocal nocopyindent
11566    setlocal cryptmethod=
11567    setlocal nocursorbind
11568  setlocal nocursorcolumn  setlocal nocursorcolumn
11569  setlocal nocursorline  setlocal nocursorline
11570  setlocal define=  setlocal define=
# Line 11766  setlocal dictionary= Line 11572  setlocal dictionary=
11572  setlocal nodiff  setlocal nodiff
11573  setlocal equalprg=  setlocal equalprg=
11574  setlocal errorformat=  setlocal errorformat=
11575  setlocal noexpandtab  setlocal expandtab
11576  if &filetype != 'sh'  if &filetype != 'sh'
11577  setlocal filetype=sh  setlocal filetype=sh
11578  endif  endif
# Line 11784  setlocal formatexpr= Line 11590  setlocal formatexpr=
11590  setlocal formatoptions=tcq  setlocal formatoptions=tcq
11591  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11592  setlocal grepprg=  setlocal grepprg=
11593  setlocal iminsert=0  setlocal iminsert=2
11594  setlocal imsearch=2  setlocal imsearch=2
11595  setlocal include=  setlocal include=
11596  setlocal includeexpr=  setlocal includeexpr=
# Line 11809  setlocal nopreserveindent Line 11615  setlocal nopreserveindent
11615  setlocal nopreviewwindow  setlocal nopreviewwindow
11616  setlocal quoteescape=\\  setlocal quoteescape=\\
11617  setlocal noreadonly  setlocal noreadonly
11618    setlocal norelativenumber
11619  setlocal norightleft  setlocal norightleft
11620  setlocal rightleftcmd=search  setlocal rightleftcmd=search
11621  setlocal noscrollbind  setlocal noscrollbind
11622  setlocal shiftwidth=8  setlocal shiftwidth=4
11623  setlocal noshortname  setlocal noshortname
11624  setlocal nosmartindent  setlocal nosmartindent
11625  setlocal softtabstop=0  setlocal softtabstop=0
11626  setlocal nospell  setlocal nospell
11627  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
11628  setlocal spellfile=  setlocal spellfile=
11629  setlocal spelllang=en  setlocal spelllang=en
11630  setlocal statusline=  setlocal statusline=
# Line 11827  setlocal synmaxcol=3000 Line 11634  setlocal synmaxcol=3000
11634  if &syntax != 'sh'  if &syntax != 'sh'
11635  setlocal syntax=sh  setlocal syntax=sh
11636  endif  endif
11637  setlocal tabstop=2  setlocal tabstop=4
11638  setlocal tags=  setlocal tags=
11639  setlocal textwidth=0  setlocal textwidth=0
11640  setlocal thesaurus=  setlocal thesaurus=
11641    setlocal noundofile
11642  setlocal nowinfixheight  setlocal nowinfixheight
11643  setlocal nowinfixwidth  setlocal nowinfixwidth
11644  setlocal wrap  setlocal wrap
11645  setlocal wrapmargin=0  setlocal wrapmargin=0
11646  silent! normal! zE  silent! normal! zE
11647  let s:l = 142 - ((37 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
11648  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11649  exe s:l  exe s:l
11650  normal! zt  normal! zt
11651  142  1
11652  normal! 0  normal! 0
11653  tabedit scripts/html2txt  tabedit scripts/html2txt
11654  set splitbelow splitright  set splitbelow splitright
# Line 11849  set nosplitright Line 11657  set nosplitright
11657  wincmd t  wincmd t
11658  set winheight=1 winwidth=1  set winheight=1 winwidth=1
11659  argglobal  argglobal
11660  edit scripts/html2txt  32argu
 setlocal keymap=  
 setlocal noarabic  
 setlocal autoindent  
 setlocal balloonexpr=  
 setlocal nobinary  
 setlocal bufhidden=  
 setlocal buflisted  
 setlocal buftype=  
 setlocal nocindent  
 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  
 setlocal cinoptions=  
 setlocal cinwords=if,else,while,do,for,switch  
 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-  
 setlocal commentstring=#%s  
 setlocal complete=.,w,b,u,t,i  
 setlocal completefunc=  
 setlocal nocopyindent  
 setlocal nocursorcolumn  
 setlocal nocursorline  
 setlocal define=  
 setlocal dictionary=  
 setlocal nodiff  
 setlocal equalprg=  
 setlocal errorformat=  
 setlocal noexpandtab  
 if &filetype != 'sh'  
 setlocal filetype=sh  
 endif  
 setlocal foldcolumn=0  
 setlocal foldenable  
 setlocal foldexpr=0  
 setlocal foldignore=#  
 setlocal foldlevel=0  
 setlocal foldmarker={{{,}}}  
 setlocal foldmethod=manual  
 setlocal foldminlines=1  
 setlocal foldnestmax=20  
 setlocal foldtext=foldtext()  
 setlocal formatexpr=  
 setlocal formatoptions=tcq  
 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  
 setlocal grepprg=  
 setlocal iminsert=0  
 setlocal imsearch=2  
 setlocal include=  
 setlocal includeexpr=  
 setlocal indentexpr=  
 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e  
 setlocal noinfercase  
 setlocal iskeyword=@,48-57,_,192-255  
 setlocal keywordprg=  
 setlocal nolinebreak  
 setlocal nolisp  
 setlocal nolist  
 setlocal makeprg=  
 setlocal matchpairs=(:),{:},[:]  
 setlocal nomodeline  
 setlocal modifiable  
 setlocal nrformats=octal,hex  
 setlocal nonumber  
 setlocal numberwidth=4  
 setlocal omnifunc=  
 setlocal path=  
 setlocal nopreserveindent  
 setlocal nopreviewwindow  
 setlocal quoteescape=\\  
 setlocal noreadonly  
 setlocal norightleft  
 setlocal rightleftcmd=search  
 setlocal noscrollbind  
 setlocal shiftwidth=8  
 setlocal noshortname  
 setlocal nosmartindent  
 setlocal softtabstop=0  
 setlocal nospell  
 setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  
 setlocal spellfile=  
 setlocal spelllang=en  
 setlocal statusline=  
 setlocal suffixesadd=  
 setlocal swapfile  
 setlocal synmaxcol=3000  
 if &syntax != 'sh'  
 setlocal syntax=sh  
 endif  
 setlocal tabstop=2  
 setlocal tags=  
 setlocal textwidth=0  
 setlocal thesaurus=  
 setlocal nowinfixheight  
 setlocal nowinfixwidth  
 setlocal wrap  
 setlocal wrapmargin=0  
 silent! normal! zE  
 let s:l = 23 - ((12 * winheight(0) + 11) / 23)  
 if s:l < 1 | let s:l = 1 | endif  
 exe s:l  
 normal! zt  
 23  
 normal! 025l  
 tabedit scripts/update-boot-params  
 set splitbelow splitright  
 set nosplitbelow  
 set nosplitright  
 wincmd t  
 set winheight=1 winwidth=1  
 argglobal  
 33argu  
 edit scripts/update-boot-params  
 setlocal keymap=  
 setlocal noarabic  
 setlocal autoindent  
 setlocal balloonexpr=  
 setlocal nobinary  
 setlocal bufhidden=  
 setlocal buflisted  
 setlocal buftype=  
 setlocal nocindent  
 setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  
 setlocal cinoptions=  
 setlocal cinwords=if,else,while,do,for,switch  
 setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-  
 setlocal commentstring=#%s  
 setlocal complete=.,w,b,u,t,i  
 setlocal completefunc=  
 setlocal nocopyindent  
 setlocal nocursorcolumn  
 setlocal nocursorline  
 setlocal define=  
 setlocal dictionary=  
 setlocal nodiff  
 setlocal equalprg=  
 setlocal errorformat=  
 setlocal noexpandtab  
 if &filetype != 'sh'  
 setlocal filetype=sh  
 endif  
 setlocal foldcolumn=0  
 setlocal foldenable  
 setlocal foldexpr=0  
 setlocal foldignore=#  
 setlocal foldlevel=0  
 setlocal foldmarker={{{,}}}  
 setlocal foldmethod=manual  
 setlocal foldminlines=1  
 setlocal foldnestmax=20  
 setlocal foldtext=foldtext()  
 setlocal formatexpr=  
 setlocal formatoptions=tcq  
 setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  
 setlocal grepprg=  
 setlocal iminsert=0  
 setlocal imsearch=2  
 setlocal include=  
 setlocal includeexpr=  
 setlocal indentexpr=  
 setlocal indentkeys=0{,0},:,0#,!^F,o,O,e  
 setlocal noinfercase  
 setlocal iskeyword=@,48-57,_,192-255  
 setlocal keywordprg=  
 setlocal nolinebreak  
 setlocal nolisp  
 setlocal nolist  
 setlocal makeprg=  
 setlocal matchpairs=(:),{:},[:]  
 setlocal nomodeline  
 setlocal modifiable  
 setlocal nrformats=octal,hex  
 setlocal nonumber  
 setlocal numberwidth=4  
 setlocal omnifunc=  
 setlocal path=  
 setlocal nopreserveindent  
 setlocal nopreviewwindow  
 setlocal quoteescape=\\  
 setlocal noreadonly  
 setlocal norightleft  
 setlocal rightleftcmd=search  
 setlocal noscrollbind  
 setlocal shiftwidth=8  
 setlocal noshortname  
 setlocal nosmartindent  
 setlocal softtabstop=0  
 setlocal nospell  
 setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  
 setlocal spellfile=  
 setlocal spelllang=en  
 setlocal statusline=  
 setlocal suffixesadd=  
 setlocal swapfile  
 setlocal synmaxcol=3000  
 if &syntax != 'sh'  
 setlocal syntax=sh  
 endif  
 setlocal tabstop=2  
 setlocal tags=  
 setlocal textwidth=0  
 setlocal thesaurus=  
 setlocal nowinfixheight  
 setlocal nowinfixwidth  
 setlocal wrap  
 setlocal wrapmargin=0  
 silent! normal! zE  
 let s:l = 266 - ((14 * winheight(0) + 11) / 23)  
 if s:l < 1 | let s:l = 1 | endif  
 exe s:l  
 normal! zt  
 266  
 normal! 04l  
 tabedit scripts/html2doc  
 set splitbelow splitright  
 set nosplitbelow  
 set nosplitright  
 wincmd t  
 set winheight=1 winwidth=1  
 argglobal  
 edit scripts/html2doc  
11661  setlocal keymap=  setlocal keymap=
11662  setlocal noarabic  setlocal noarabic
11663  setlocal autoindent  setlocal autoindent
# Line 12079  setlocal nocindent Line 11670  setlocal nocindent
11670  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11671  setlocal cinoptions=  setlocal cinoptions=
11672  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
11673    setlocal colorcolumn=
11674  setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-  setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
11675  setlocal commentstring=#%s  setlocal commentstring=#%s
11676  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
11677    setlocal concealcursor=
11678    setlocal conceallevel=0
11679  setlocal completefunc=  setlocal completefunc=
11680  setlocal nocopyindent  setlocal nocopyindent
11681    setlocal cryptmethod=
11682    setlocal nocursorbind
11683  setlocal nocursorcolumn  setlocal nocursorcolumn
11684  setlocal nocursorline  setlocal nocursorline
11685  setlocal define=  setlocal define=
# Line 12091  setlocal dictionary= Line 11687  setlocal dictionary=
11687  setlocal nodiff  setlocal nodiff
11688  setlocal equalprg=  setlocal equalprg=
11689  setlocal errorformat=  setlocal errorformat=
11690  setlocal noexpandtab  setlocal expandtab
11691  if &filetype != 'sh'  if &filetype != 'sh'
11692  setlocal filetype=sh  setlocal filetype=sh
11693  endif  endif
# Line 12109  setlocal formatexpr= Line 11705  setlocal formatexpr=
11705  setlocal formatoptions=tcq  setlocal formatoptions=tcq
11706  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11707  setlocal grepprg=  setlocal grepprg=
11708  setlocal iminsert=0  setlocal iminsert=2
11709  setlocal imsearch=2  setlocal imsearch=2
11710  setlocal include=  setlocal include=
11711  setlocal includeexpr=  setlocal includeexpr=
# Line 12134  setlocal nopreserveindent Line 11730  setlocal nopreserveindent
11730  setlocal nopreviewwindow  setlocal nopreviewwindow
11731  setlocal quoteescape=\\  setlocal quoteescape=\\
11732  setlocal noreadonly  setlocal noreadonly
11733    setlocal norelativenumber
11734  setlocal norightleft  setlocal norightleft
11735  setlocal rightleftcmd=search  setlocal rightleftcmd=search
11736  setlocal noscrollbind  setlocal noscrollbind
11737  setlocal shiftwidth=8  setlocal shiftwidth=4
11738  setlocal noshortname  setlocal noshortname
11739  setlocal nosmartindent  setlocal nosmartindent
11740  setlocal softtabstop=0  setlocal softtabstop=0
11741  setlocal nospell  setlocal nospell
11742  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
11743  setlocal spellfile=  setlocal spellfile=
11744  setlocal spelllang=en  setlocal spelllang=en
11745  setlocal statusline=  setlocal statusline=
# Line 12152  setlocal synmaxcol=3000 Line 11749  setlocal synmaxcol=3000
11749  if &syntax != 'sh'  if &syntax != 'sh'
11750  setlocal syntax=sh  setlocal syntax=sh
11751  endif  endif
11752  setlocal tabstop=2  setlocal tabstop=4
11753  setlocal tags=  setlocal tags=
11754  setlocal textwidth=0  setlocal textwidth=0
11755  setlocal thesaurus=  setlocal thesaurus=
11756    setlocal noundofile
11757  setlocal nowinfixheight  setlocal nowinfixheight
11758  setlocal nowinfixwidth  setlocal nowinfixwidth
11759  setlocal wrap  setlocal wrap
11760  setlocal wrapmargin=0  setlocal wrapmargin=0
11761  silent! normal! zE  silent! normal! zE
11762  let s:l = 2 - ((1 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
11763  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11764  exe s:l  exe s:l
11765  normal! zt  normal! zt
11766  2  1
11767  normal! 039l  normal! 0
11768  tabedit ../chkNamedLinks  tabedit ../chkNamedLinks
11769  set splitbelow splitright  set splitbelow splitright
11770  set nosplitbelow  set nosplitbelow
# Line 12174  set nosplitright Line 11772  set nosplitright
11772  wincmd t  wincmd t
11773  set winheight=1 winwidth=1  set winheight=1 winwidth=1
11774  argglobal  argglobal
11775  34argu  33argu
11776  setlocal keymap=  setlocal keymap=
11777  setlocal noarabic  setlocal noarabic
11778  setlocal autoindent  setlocal autoindent
# Line 12187  setlocal nocindent Line 11785  setlocal nocindent
11785  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11786  setlocal cinoptions=  setlocal cinoptions=
11787  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
11788    setlocal colorcolumn=
11789  setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-  setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
11790  setlocal commentstring=#%s  setlocal commentstring=#%s
11791  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
11792    setlocal concealcursor=
11793    setlocal conceallevel=0
11794  setlocal completefunc=  setlocal completefunc=
11795  setlocal nocopyindent  setlocal nocopyindent
11796    setlocal cryptmethod=
11797    setlocal nocursorbind
11798  setlocal nocursorcolumn  setlocal nocursorcolumn
11799  setlocal nocursorline  setlocal nocursorline
11800  setlocal define=  setlocal define=
# Line 12199  setlocal dictionary= Line 11802  setlocal dictionary=
11802  setlocal nodiff  setlocal nodiff
11803  setlocal equalprg=  setlocal equalprg=
11804  setlocal errorformat=  setlocal errorformat=
11805  setlocal noexpandtab  setlocal expandtab
11806  if &filetype != 'sh'  if &filetype != 'sh'
11807  setlocal filetype=sh  setlocal filetype=sh
11808  endif  endif
# Line 12217  setlocal formatexpr= Line 11820  setlocal formatexpr=
11820  setlocal formatoptions=tcq  setlocal formatoptions=tcq
11821  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11822  setlocal grepprg=  setlocal grepprg=
11823  setlocal iminsert=0  setlocal iminsert=2
11824  setlocal imsearch=2  setlocal imsearch=2
11825  setlocal include=  setlocal include=
11826  setlocal includeexpr=  setlocal includeexpr=
# Line 12242  setlocal nopreserveindent Line 11845  setlocal nopreserveindent
11845  setlocal nopreviewwindow  setlocal nopreviewwindow
11846  setlocal quoteescape=\\  setlocal quoteescape=\\
11847  setlocal noreadonly  setlocal noreadonly
11848    setlocal norelativenumber
11849  setlocal norightleft  setlocal norightleft
11850  setlocal rightleftcmd=search  setlocal rightleftcmd=search
11851  setlocal noscrollbind  setlocal noscrollbind
11852  setlocal shiftwidth=8  setlocal shiftwidth=4
11853  setlocal noshortname  setlocal noshortname
11854  setlocal nosmartindent  setlocal nosmartindent
11855  setlocal softtabstop=0  setlocal softtabstop=0
11856  setlocal nospell  setlocal nospell
11857  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
11858  setlocal spellfile=  setlocal spellfile=
11859  setlocal spelllang=en  setlocal spelllang=en
11860  setlocal statusline=  setlocal statusline=
# Line 12260  setlocal synmaxcol=3000 Line 11864  setlocal synmaxcol=3000
11864  if &syntax != 'sh'  if &syntax != 'sh'
11865  setlocal syntax=sh  setlocal syntax=sh
11866  endif  endif
11867  setlocal tabstop=2  setlocal tabstop=4
11868  setlocal tags=  setlocal tags=
11869  setlocal textwidth=0  setlocal textwidth=0
11870  setlocal thesaurus=  setlocal thesaurus=
11871    setlocal noundofile
11872  setlocal nowinfixheight  setlocal nowinfixheight
11873  setlocal nowinfixwidth  setlocal nowinfixwidth
11874  setlocal wrap  setlocal wrap
11875  setlocal wrapmargin=0  setlocal wrapmargin=0
11876  silent! normal! zE  silent! normal! zE
11877  let s:l = 2 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
11878  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11879  exe s:l  exe s:l
11880  normal! zt  normal! zt
11881  2  1
11882  normal! 0  normal! 0
11883  tabnext 7  tabnext 26
11884  if exists('s:wipebuf')  if exists('s:wipebuf')
11885    silent exe 'bwipe ' . s:wipebuf    silent exe 'bwipe ' . s:wipebuf
11886  endif  endif

Legend:
Removed from v.95  
changed lines
  Added in v.103

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26