/[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 117 by sng, Wed Sep 15 14:31:29 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 83  badd +1 supergrubdisk.html Line 82  badd +1 supergrubdisk.html
82  badd +1 sysresccd.html  badd +1 sysresccd.html
83  badd +1 usb.html  badd +1 usb.html
84  badd +1 news.php  badd +1 news.php
 badd +1 onepage.php  
85  badd +1 printable.php  badd +1 printable.php
86  badd +1 clonezilla-sysresccd.rss  badd +1 clonezilla-sysresccd.rss
87  badd +1 ../.htaccess  badd +1 ../.htaccess
 badd +1 ../.404.html  
 badd +1 ../.news.php  
 badd +1 ../.template.html  
 badd +1 ../2site  
 badd +1 html2txt  
 badd +1 ../chkNamedLinks  
88  badd +1 .404.html  badd +1 .404.html
89  badd +1 .news.php  badd +1 .news.php
90  badd +1 .template.html  badd +1 .template.html
91  badd +1 scripts/2site  badd +1 scripts/2site
92  badd +2 scripts/html2txt  badd +1 scripts/html2txt
93  badd +1 scripts/update-boot-params  badd +1 ../chkNamedLinks
94  badd +1 scripts/html2html  badd +0 scripts/html2doc
95  badd +4 scripts/html2offline  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 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  
96  edit annex-a-devices.html  edit annex-a-devices.html
97  set splitbelow splitright  set splitbelow splitright
98  set nosplitbelow  set nosplitbelow
# Line 410  setlocal nocindent Line 399  setlocal nocindent
399  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
400  setlocal cinoptions=  setlocal cinoptions=
401  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
402    setlocal colorcolumn=
403  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
404  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
405  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
406    setlocal concealcursor=
407    setlocal conceallevel=0
408  setlocal completefunc=  setlocal completefunc=
409  setlocal nocopyindent  setlocal nocopyindent
410    setlocal cryptmethod=
411    setlocal nocursorbind
412  setlocal nocursorcolumn  setlocal nocursorcolumn
413  setlocal nocursorline  setlocal nocursorline
414  setlocal define=  setlocal define=
# Line 422  setlocal dictionary= Line 416  setlocal dictionary=
416  setlocal nodiff  setlocal nodiff
417  setlocal equalprg=  setlocal equalprg=
418  setlocal errorformat=  setlocal errorformat=
419  setlocal noexpandtab  setlocal expandtab
420  if &filetype != 'html'  if &filetype != 'html'
421  setlocal filetype=html  setlocal filetype=html
422  endif  endif
# Line 440  setlocal formatexpr= Line 434  setlocal formatexpr=
434  setlocal formatoptions=tcq  setlocal formatoptions=tcq
435  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
436  setlocal grepprg=  setlocal grepprg=
437  setlocal iminsert=2  setlocal iminsert=0
438  setlocal imsearch=2  setlocal imsearch=2
439  setlocal include=  setlocal include=
440  setlocal includeexpr=  setlocal includeexpr=
# Line 465  setlocal nopreserveindent Line 459  setlocal nopreserveindent
459  setlocal nopreviewwindow  setlocal nopreviewwindow
460  setlocal quoteescape=\\  setlocal quoteescape=\\
461  setlocal noreadonly  setlocal noreadonly
462    setlocal norelativenumber
463  setlocal norightleft  setlocal norightleft
464  setlocal rightleftcmd=search  setlocal rightleftcmd=search
465  setlocal noscrollbind  setlocal noscrollbind
466  setlocal shiftwidth=8  setlocal shiftwidth=4
467  setlocal noshortname  setlocal noshortname
468  setlocal nosmartindent  setlocal nosmartindent
469  setlocal softtabstop=0  setlocal softtabstop=0
# Line 483  setlocal synmaxcol=3000 Line 478  setlocal synmaxcol=3000
478  if &syntax != 'html'  if &syntax != 'html'
479  setlocal syntax=html  setlocal syntax=html
480  endif  endif
481  setlocal tabstop=2  setlocal tabstop=4
482  setlocal tags=  setlocal tags=
483  setlocal textwidth=0  setlocal textwidth=0
484  setlocal thesaurus=  setlocal thesaurus=
485    setlocal noundofile
486  setlocal nowinfixheight  setlocal nowinfixheight
487  setlocal nowinfixwidth  setlocal nowinfixwidth
488  setlocal wrap  setlocal wrap
489  setlocal wrapmargin=0  setlocal wrapmargin=0
490  silent! normal! zE  silent! normal! zE
491  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
492  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
493  exe s:l  exe s:l
494  normal! zt  normal! zt
# Line 803  setlocal nocindent Line 799  setlocal nocindent
799  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
800  setlocal cinoptions=  setlocal cinoptions=
801  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
802    setlocal colorcolumn=
803  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
804  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
805  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
806    setlocal concealcursor=
807    setlocal conceallevel=0
808  setlocal completefunc=  setlocal completefunc=
809  setlocal nocopyindent  setlocal nocopyindent
810    setlocal cryptmethod=
811    setlocal nocursorbind
812  setlocal nocursorcolumn  setlocal nocursorcolumn
813  setlocal nocursorline  setlocal nocursorline
814  setlocal define=  setlocal define=
# Line 815  setlocal dictionary= Line 816  setlocal dictionary=
816  setlocal nodiff  setlocal nodiff
817  setlocal equalprg=  setlocal equalprg=
818  setlocal errorformat=  setlocal errorformat=
819  setlocal noexpandtab  setlocal expandtab
820  if &filetype != 'html'  if &filetype != 'html'
821  setlocal filetype=html  setlocal filetype=html
822  endif  endif
# Line 858  setlocal nopreserveindent Line 859  setlocal nopreserveindent
859  setlocal nopreviewwindow  setlocal nopreviewwindow
860  setlocal quoteescape=\\  setlocal quoteescape=\\
861  setlocal noreadonly  setlocal noreadonly
862    setlocal norelativenumber
863  setlocal norightleft  setlocal norightleft
864  setlocal rightleftcmd=search  setlocal rightleftcmd=search
865  setlocal noscrollbind  setlocal noscrollbind
866  setlocal shiftwidth=8  setlocal shiftwidth=4
867  setlocal noshortname  setlocal noshortname
868  setlocal nosmartindent  setlocal nosmartindent
869  setlocal softtabstop=0  setlocal softtabstop=0
870  setlocal nospell  setlocal nospell
871  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
872  setlocal spellfile=  setlocal spellfile=
873  setlocal spelllang=en  setlocal spelllang=en
874  setlocal statusline=  setlocal statusline=
# Line 876  setlocal synmaxcol=3000 Line 878  setlocal synmaxcol=3000
878  if &syntax != 'html'  if &syntax != 'html'
879  setlocal syntax=html  setlocal syntax=html
880  endif  endif
881  setlocal tabstop=2  setlocal tabstop=4
882  setlocal tags=  setlocal tags=
883  setlocal textwidth=0  setlocal textwidth=0
884  setlocal thesaurus=  setlocal thesaurus=
885    setlocal noundofile
886  setlocal nowinfixheight  setlocal nowinfixheight
887  setlocal nowinfixwidth  setlocal nowinfixwidth
888  setlocal wrap  setlocal wrap
889  setlocal wrapmargin=0  setlocal wrapmargin=0
890  silent! normal! zE  silent! normal! zE
891  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
892  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
893  exe s:l  exe s:l
894  normal! zt  normal! zt
# Line 1196  setlocal nocindent Line 1199  setlocal nocindent
1199  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
1200  setlocal cinoptions=  setlocal cinoptions=
1201  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
1202    setlocal colorcolumn=
1203  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
1204  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
1205  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
1206    setlocal concealcursor=
1207    setlocal conceallevel=0
1208  setlocal completefunc=  setlocal completefunc=
1209  setlocal nocopyindent  setlocal nocopyindent
1210    setlocal cryptmethod=
1211    setlocal nocursorbind
1212  setlocal nocursorcolumn  setlocal nocursorcolumn
1213  setlocal nocursorline  setlocal nocursorline
1214  setlocal define=  setlocal define=
# Line 1208  setlocal dictionary= Line 1216  setlocal dictionary=
1216  setlocal nodiff  setlocal nodiff
1217  setlocal equalprg=  setlocal equalprg=
1218  setlocal errorformat=  setlocal errorformat=
1219  setlocal noexpandtab  setlocal expandtab
1220  if &filetype != 'html'  if &filetype != 'html'
1221  setlocal filetype=html  setlocal filetype=html
1222  endif  endif
# Line 1251  setlocal nopreserveindent Line 1259  setlocal nopreserveindent
1259  setlocal nopreviewwindow  setlocal nopreviewwindow
1260  setlocal quoteescape=\\  setlocal quoteescape=\\
1261  setlocal noreadonly  setlocal noreadonly
1262    setlocal norelativenumber
1263  setlocal norightleft  setlocal norightleft
1264  setlocal rightleftcmd=search  setlocal rightleftcmd=search
1265  setlocal noscrollbind  setlocal noscrollbind
1266  setlocal shiftwidth=8  setlocal shiftwidth=4
1267  setlocal noshortname  setlocal noshortname
1268  setlocal nosmartindent  setlocal nosmartindent
1269  setlocal softtabstop=0  setlocal softtabstop=0
1270  setlocal nospell  setlocal nospell
1271  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
1272  setlocal spellfile=  setlocal spellfile=
1273  setlocal spelllang=en  setlocal spelllang=en
1274  setlocal statusline=  setlocal statusline=
# Line 1269  setlocal synmaxcol=3000 Line 1278  setlocal synmaxcol=3000
1278  if &syntax != 'html'  if &syntax != 'html'
1279  setlocal syntax=html  setlocal syntax=html
1280  endif  endif
1281  setlocal tabstop=2  setlocal tabstop=4
1282  setlocal tags=  setlocal tags=
1283  setlocal textwidth=0  setlocal textwidth=0
1284  setlocal thesaurus=  setlocal thesaurus=
1285    setlocal noundofile
1286  setlocal nowinfixheight  setlocal nowinfixheight
1287  setlocal nowinfixwidth  setlocal nowinfixwidth
1288  setlocal wrap  setlocal wrap
1289  setlocal wrapmargin=0  setlocal wrapmargin=0
1290  silent! normal! zE  silent! normal! zE
1291  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
1292  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
1293  exe s:l  exe s:l
1294  normal! zt  normal! zt
# Line 1589  setlocal nocindent Line 1599  setlocal nocindent
1599  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
1600  setlocal cinoptions=  setlocal cinoptions=
1601  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
1602    setlocal colorcolumn=
1603  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
1604  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
1605  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
1606    setlocal concealcursor=
1607    setlocal conceallevel=0
1608  setlocal completefunc=  setlocal completefunc=
1609  setlocal nocopyindent  setlocal nocopyindent
1610    setlocal cryptmethod=
1611    setlocal nocursorbind
1612  setlocal nocursorcolumn  setlocal nocursorcolumn
1613  setlocal nocursorline  setlocal nocursorline
1614  setlocal define=  setlocal define=
# Line 1601  setlocal dictionary= Line 1616  setlocal dictionary=
1616  setlocal nodiff  setlocal nodiff
1617  setlocal equalprg=  setlocal equalprg=
1618  setlocal errorformat=  setlocal errorformat=
1619  setlocal noexpandtab  setlocal expandtab
1620  if &filetype != 'html'  if &filetype != 'html'
1621  setlocal filetype=html  setlocal filetype=html
1622  endif  endif
# Line 1644  setlocal nopreserveindent Line 1659  setlocal nopreserveindent
1659  setlocal nopreviewwindow  setlocal nopreviewwindow
1660  setlocal quoteescape=\\  setlocal quoteescape=\\
1661  setlocal noreadonly  setlocal noreadonly
1662    setlocal norelativenumber
1663  setlocal norightleft  setlocal norightleft
1664  setlocal rightleftcmd=search  setlocal rightleftcmd=search
1665  setlocal noscrollbind  setlocal noscrollbind
1666  setlocal shiftwidth=8  setlocal shiftwidth=4
1667  setlocal noshortname  setlocal noshortname
1668  setlocal nosmartindent  setlocal nosmartindent
1669  setlocal softtabstop=0  setlocal softtabstop=0
1670  setlocal nospell  setlocal nospell
1671  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
1672  setlocal spellfile=  setlocal spellfile=
1673  setlocal spelllang=en  setlocal spelllang=en
1674  setlocal statusline=  setlocal statusline=
# Line 1662  setlocal synmaxcol=3000 Line 1678  setlocal synmaxcol=3000
1678  if &syntax != 'html'  if &syntax != 'html'
1679  setlocal syntax=html  setlocal syntax=html
1680  endif  endif
1681  setlocal tabstop=2  setlocal tabstop=4
1682  setlocal tags=  setlocal tags=
1683  setlocal textwidth=0  setlocal textwidth=0
1684  setlocal thesaurus=  setlocal thesaurus=
1685    setlocal noundofile
1686  setlocal nowinfixheight  setlocal nowinfixheight
1687  setlocal nowinfixwidth  setlocal nowinfixwidth
1688  setlocal wrap  setlocal wrap
1689  setlocal wrapmargin=0  setlocal wrapmargin=0
1690  silent! normal! zE  silent! normal! zE
1691  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
1692  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
1693  exe s:l  exe s:l
1694  normal! zt  normal! zt
# Line 1982  setlocal nocindent Line 1999  setlocal nocindent
1999  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
2000  setlocal cinoptions=  setlocal cinoptions=
2001  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
2002    setlocal colorcolumn=
2003  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
2004  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
2005  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
2006    setlocal concealcursor=
2007    setlocal conceallevel=0
2008  setlocal completefunc=  setlocal completefunc=
2009  setlocal nocopyindent  setlocal nocopyindent
2010    setlocal cryptmethod=
2011    setlocal nocursorbind
2012  setlocal nocursorcolumn  setlocal nocursorcolumn
2013  setlocal nocursorline  setlocal nocursorline
2014  setlocal define=  setlocal define=
# Line 1994  setlocal dictionary= Line 2016  setlocal dictionary=
2016  setlocal nodiff  setlocal nodiff
2017  setlocal equalprg=  setlocal equalprg=
2018  setlocal errorformat=  setlocal errorformat=
2019  setlocal noexpandtab  setlocal expandtab
2020  if &filetype != 'html'  if &filetype != 'html'
2021  setlocal filetype=html  setlocal filetype=html
2022  endif  endif
# Line 2037  setlocal nopreserveindent Line 2059  setlocal nopreserveindent
2059  setlocal nopreviewwindow  setlocal nopreviewwindow
2060  setlocal quoteescape=\\  setlocal quoteescape=\\
2061  setlocal noreadonly  setlocal noreadonly
2062    setlocal norelativenumber
2063  setlocal norightleft  setlocal norightleft
2064  setlocal rightleftcmd=search  setlocal rightleftcmd=search
2065  setlocal noscrollbind  setlocal noscrollbind
2066  setlocal shiftwidth=8  setlocal shiftwidth=4
2067  setlocal noshortname  setlocal noshortname
2068  setlocal nosmartindent  setlocal nosmartindent
2069  setlocal softtabstop=0  setlocal softtabstop=0
2070  setlocal nospell  setlocal nospell
2071  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
2072  setlocal spellfile=  setlocal spellfile=
2073  setlocal spelllang=en  setlocal spelllang=en
2074  setlocal statusline=  setlocal statusline=
# Line 2055  setlocal synmaxcol=3000 Line 2078  setlocal synmaxcol=3000
2078  if &syntax != 'html'  if &syntax != 'html'
2079  setlocal syntax=html  setlocal syntax=html
2080  endif  endif
2081  setlocal tabstop=2  setlocal tabstop=4
2082  setlocal tags=  setlocal tags=
2083  setlocal textwidth=0  setlocal textwidth=0
2084  setlocal thesaurus=  setlocal thesaurus=
2085    setlocal noundofile
2086  setlocal nowinfixheight  setlocal nowinfixheight
2087  setlocal nowinfixwidth  setlocal nowinfixwidth
2088  setlocal wrap  setlocal wrap
2089  setlocal wrapmargin=0  setlocal wrapmargin=0
2090  silent! normal! zE  silent! normal! zE
2091  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
2092  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
2093  exe s:l  exe s:l
2094  normal! zt  normal! zt
# Line 2375  setlocal nocindent Line 2399  setlocal nocindent
2399  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
2400  setlocal cinoptions=  setlocal cinoptions=
2401  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
2402    setlocal colorcolumn=
2403  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
2404  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
2405  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
2406    setlocal concealcursor=
2407    setlocal conceallevel=0
2408  setlocal completefunc=  setlocal completefunc=
2409  setlocal nocopyindent  setlocal nocopyindent
2410  setlocal nocursorcolumn  setlocal cryptmethod=
2411  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  
2412  setlocal nocursorcolumn  setlocal nocursorcolumn
2413  setlocal nocursorline  setlocal nocursorline
2414  setlocal define=  setlocal define=
# Line 2798  setlocal formatexpr= Line 2434  setlocal formatexpr=
2434  setlocal formatoptions=tcq  setlocal formatoptions=tcq
2435  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
2436  setlocal grepprg=  setlocal grepprg=
2437  setlocal iminsert=0  setlocal iminsert=2
2438  setlocal imsearch=2  setlocal imsearch=2
2439  setlocal include=  setlocal include=
2440  setlocal includeexpr=  setlocal includeexpr=
# Line 2823  setlocal nopreserveindent Line 2459  setlocal nopreserveindent
2459  setlocal nopreviewwindow  setlocal nopreviewwindow
2460  setlocal quoteescape=\\  setlocal quoteescape=\\
2461  setlocal noreadonly  setlocal noreadonly
2462    setlocal norelativenumber
2463  setlocal norightleft  setlocal norightleft
2464  setlocal rightleftcmd=search  setlocal rightleftcmd=search
2465  setlocal noscrollbind  setlocal noscrollbind
# Line 2831  setlocal noshortname Line 2468  setlocal noshortname
2468  setlocal nosmartindent  setlocal nosmartindent
2469  setlocal softtabstop=0  setlocal softtabstop=0
2470  setlocal nospell  setlocal nospell
2471  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
2472  setlocal spellfile=  setlocal spellfile=
2473  setlocal spelllang=en  setlocal spelllang=en
2474  setlocal statusline=  setlocal statusline=
# Line 2841  setlocal synmaxcol=3000 Line 2478  setlocal synmaxcol=3000
2478  if &syntax != 'html'  if &syntax != 'html'
2479  setlocal syntax=html  setlocal syntax=html
2480  endif  endif
2481  setlocal tabstop=2  setlocal tabstop=4
2482  setlocal tags=  setlocal tags=
2483  setlocal textwidth=0  setlocal textwidth=0
2484  setlocal thesaurus=  setlocal thesaurus=
2485    setlocal noundofile
2486  setlocal nowinfixheight  setlocal nowinfixheight
2487  setlocal nowinfixwidth  setlocal nowinfixwidth
2488  setlocal wrap  setlocal wrap
2489  setlocal wrapmargin=0  setlocal wrapmargin=0
2490  silent! normal! zE  silent! normal! zE
2491  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
2492  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
2493  exe s:l  exe s:l
2494  normal! zt  normal! zt
# Line 3161  setlocal nocindent Line 2799  setlocal nocindent
2799  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
2800  setlocal cinoptions=  setlocal cinoptions=
2801  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
2802    setlocal colorcolumn=
2803  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
2804  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
2805  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
2806    setlocal concealcursor=
2807    setlocal conceallevel=0
2808  setlocal completefunc=  setlocal completefunc=
2809  setlocal nocopyindent  setlocal nocopyindent
2810    setlocal cryptmethod=
2811    setlocal nocursorbind
2812  setlocal nocursorcolumn  setlocal nocursorcolumn
2813  setlocal nocursorline  setlocal nocursorline
2814  setlocal define=  setlocal define=
# Line 3173  setlocal dictionary= Line 2816  setlocal dictionary=
2816  setlocal nodiff  setlocal nodiff
2817  setlocal equalprg=  setlocal equalprg=
2818  setlocal errorformat=  setlocal errorformat=
2819  setlocal noexpandtab  setlocal expandtab
2820  if &filetype != 'html'  if &filetype != 'html'
2821  setlocal filetype=html  setlocal filetype=html
2822  endif  endif
# Line 3216  setlocal nopreserveindent Line 2859  setlocal nopreserveindent
2859  setlocal nopreviewwindow  setlocal nopreviewwindow
2860  setlocal quoteescape=\\  setlocal quoteescape=\\
2861  setlocal noreadonly  setlocal noreadonly
2862    setlocal norelativenumber
2863  setlocal norightleft  setlocal norightleft
2864  setlocal rightleftcmd=search  setlocal rightleftcmd=search
2865  setlocal noscrollbind  setlocal noscrollbind
2866  setlocal shiftwidth=8  setlocal shiftwidth=4
2867  setlocal noshortname  setlocal noshortname
2868  setlocal nosmartindent  setlocal nosmartindent
2869  setlocal softtabstop=0  setlocal softtabstop=0
2870  setlocal nospell  setlocal nospell
2871  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
2872  setlocal spellfile=  setlocal spellfile=
2873  setlocal spelllang=en  setlocal spelllang=en
2874  setlocal statusline=  setlocal statusline=
# Line 3234  setlocal synmaxcol=3000 Line 2878  setlocal synmaxcol=3000
2878  if &syntax != 'html'  if &syntax != 'html'
2879  setlocal syntax=html  setlocal syntax=html
2880  endif  endif
2881  setlocal tabstop=2  setlocal tabstop=4
2882  setlocal tags=  setlocal tags=
2883  setlocal textwidth=0  setlocal textwidth=0
2884  setlocal thesaurus=  setlocal thesaurus=
2885    setlocal noundofile
2886  setlocal nowinfixheight  setlocal nowinfixheight
2887  setlocal nowinfixwidth  setlocal nowinfixwidth
2888  setlocal wrap  setlocal wrap
2889  setlocal wrapmargin=0  setlocal wrapmargin=0
2890  silent! normal! zE  silent! normal! zE
2891  let s:l = 1 - ((0 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 11) / 23)
2892  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
2893  exe s:l  exe s:l
2894  normal! zt  normal! zt
# Line 3554  setlocal nocindent Line 3199  setlocal nocindent
3199  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
3200  setlocal cinoptions=  setlocal cinoptions=
3201  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
3202    setlocal colorcolumn=
3203  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
3204  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
3205  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
3206    setlocal concealcursor=
3207    setlocal conceallevel=0
3208  setlocal completefunc=  setlocal completefunc=
3209  setlocal nocopyindent  setlocal nocopyindent
3210    setlocal cryptmethod=
3211    setlocal nocursorbind
3212  setlocal nocursorcolumn  setlocal nocursorcolumn
3213  setlocal nocursorline  setlocal nocursorline
3214  setlocal define=  setlocal define=
# Line 3566  setlocal dictionary= Line 3216  setlocal dictionary=
3216  setlocal nodiff  setlocal nodiff
3217  setlocal equalprg=  setlocal equalprg=
3218  setlocal errorformat=  setlocal errorformat=
3219  setlocal noexpandtab  setlocal expandtab
3220  if &filetype != 'html'  if &filetype != 'html'
3221  setlocal filetype=html  setlocal filetype=html
3222  endif  endif
# Line 3609  setlocal nopreserveindent Line 3259  setlocal nopreserveindent
3259  setlocal nopreviewwindow  setlocal nopreviewwindow
3260  setlocal quoteescape=\\  setlocal quoteescape=\\
3261  setlocal noreadonly  setlocal noreadonly
3262    setlocal norelativenumber
3263  setlocal norightleft  setlocal norightleft
3264  setlocal rightleftcmd=search  setlocal rightleftcmd=search
3265  setlocal noscrollbind  setlocal noscrollbind
3266  setlocal shiftwidth=8  setlocal shiftwidth=4
3267  setlocal noshortname  setlocal noshortname
3268  setlocal nosmartindent  setlocal nosmartindent
3269  setlocal softtabstop=0  setlocal softtabstop=0
3270  setlocal nospell  setlocal nospell
3271  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
3272  setlocal spellfile=  setlocal spellfile=
3273  setlocal spelllang=en  setlocal spelllang=en
3274  setlocal statusline=  setlocal statusline=
# Line 3627  setlocal synmaxcol=3000 Line 3278  setlocal synmaxcol=3000
3278  if &syntax != 'html'  if &syntax != 'html'
3279  setlocal syntax=html  setlocal syntax=html
3280  endif  endif
3281  setlocal tabstop=2  setlocal tabstop=4
3282  setlocal tags=  setlocal tags=
3283  setlocal textwidth=0  setlocal textwidth=0
3284  setlocal thesaurus=  setlocal thesaurus=
3285    setlocal noundofile
3286  setlocal nowinfixheight  setlocal nowinfixheight
3287  setlocal nowinfixwidth  setlocal nowinfixwidth
3288  setlocal wrap  setlocal wrap
3289  setlocal wrapmargin=0  setlocal wrapmargin=0
3290  silent! normal! zE  silent! normal! zE
3291  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
3292  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
3293  exe s:l  exe s:l
3294  normal! zt  normal! zt
# Line 3947  setlocal nocindent Line 3599  setlocal nocindent
3599  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
3600  setlocal cinoptions=  setlocal cinoptions=
3601  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
3602    setlocal colorcolumn=
3603  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
3604  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
3605  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
3606    setlocal concealcursor=
3607    setlocal conceallevel=0
3608  setlocal completefunc=  setlocal completefunc=
3609  setlocal nocopyindent  setlocal nocopyindent
3610    setlocal cryptmethod=
3611    setlocal nocursorbind
3612  setlocal nocursorcolumn  setlocal nocursorcolumn
3613  setlocal nocursorline  setlocal nocursorline
3614  setlocal define=  setlocal define=
# Line 3959  setlocal dictionary= Line 3616  setlocal dictionary=
3616  setlocal nodiff  setlocal nodiff
3617  setlocal equalprg=  setlocal equalprg=
3618  setlocal errorformat=  setlocal errorformat=
3619  setlocal noexpandtab  setlocal expandtab
3620  if &filetype != 'html'  if &filetype != 'html'
3621  setlocal filetype=html  setlocal filetype=html
3622  endif  endif
# Line 4002  setlocal nopreserveindent Line 3659  setlocal nopreserveindent
3659  setlocal nopreviewwindow  setlocal nopreviewwindow
3660  setlocal quoteescape=\\  setlocal quoteescape=\\
3661  setlocal noreadonly  setlocal noreadonly
3662    setlocal norelativenumber
3663  setlocal norightleft  setlocal norightleft
3664  setlocal rightleftcmd=search  setlocal rightleftcmd=search
3665  setlocal noscrollbind  setlocal noscrollbind
3666  setlocal shiftwidth=8  setlocal shiftwidth=4
3667  setlocal noshortname  setlocal noshortname
3668  setlocal nosmartindent  setlocal nosmartindent
3669  setlocal softtabstop=0  setlocal softtabstop=0
3670  setlocal nospell  setlocal nospell
3671  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
3672  setlocal spellfile=  setlocal spellfile=
3673  setlocal spelllang=en  setlocal spelllang=en
3674  setlocal statusline=  setlocal statusline=
# Line 4020  setlocal synmaxcol=3000 Line 3678  setlocal synmaxcol=3000
3678  if &syntax != 'html'  if &syntax != 'html'
3679  setlocal syntax=html  setlocal syntax=html
3680  endif  endif
3681  setlocal tabstop=2  setlocal tabstop=4
3682  setlocal tags=  setlocal tags=
3683  setlocal textwidth=0  setlocal textwidth=0
3684  setlocal thesaurus=  setlocal thesaurus=
3685    setlocal noundofile
3686  setlocal nowinfixheight  setlocal nowinfixheight
3687  setlocal nowinfixwidth  setlocal nowinfixwidth
3688  setlocal wrap  setlocal wrap
3689  setlocal wrapmargin=0  setlocal wrapmargin=0
3690  silent! normal! zE  silent! normal! zE
3691  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
3692  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
3693  exe s:l  exe s:l
3694  normal! zt  normal! zt
# Line 4340  setlocal nocindent Line 3999  setlocal nocindent
3999  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
4000  setlocal cinoptions=  setlocal cinoptions=
4001  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
4002    setlocal colorcolumn=
4003  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
4004  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
4005  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
4006    setlocal concealcursor=
4007    setlocal conceallevel=0
4008  setlocal completefunc=  setlocal completefunc=
4009  setlocal nocopyindent  setlocal nocopyindent
4010    setlocal cryptmethod=
4011    setlocal nocursorbind
4012  setlocal nocursorcolumn  setlocal nocursorcolumn
4013  setlocal nocursorline  setlocal nocursorline
4014  setlocal define=  setlocal define=
# Line 4352  setlocal dictionary= Line 4016  setlocal dictionary=
4016  setlocal nodiff  setlocal nodiff
4017  setlocal equalprg=  setlocal equalprg=
4018  setlocal errorformat=  setlocal errorformat=
4019  setlocal noexpandtab  setlocal expandtab
4020  if &filetype != 'html'  if &filetype != 'html'
4021  setlocal filetype=html  setlocal filetype=html
4022  endif  endif
# Line 4395  setlocal nopreserveindent Line 4059  setlocal nopreserveindent
4059  setlocal nopreviewwindow  setlocal nopreviewwindow
4060  setlocal quoteescape=\\  setlocal quoteescape=\\
4061  setlocal noreadonly  setlocal noreadonly
4062    setlocal norelativenumber
4063  setlocal norightleft  setlocal norightleft
4064  setlocal rightleftcmd=search  setlocal rightleftcmd=search
4065  setlocal noscrollbind  setlocal noscrollbind
4066  setlocal shiftwidth=8  setlocal shiftwidth=4
4067  setlocal noshortname  setlocal noshortname
4068  setlocal nosmartindent  setlocal nosmartindent
4069  setlocal softtabstop=0  setlocal softtabstop=0
4070  setlocal nospell  setlocal nospell
4071  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
4072  setlocal spellfile=  setlocal spellfile=
4073  setlocal spelllang=en  setlocal spelllang=en
4074  setlocal statusline=  setlocal statusline=
# Line 4413  setlocal synmaxcol=3000 Line 4078  setlocal synmaxcol=3000
4078  if &syntax != 'html'  if &syntax != 'html'
4079  setlocal syntax=html  setlocal syntax=html
4080  endif  endif
4081  setlocal tabstop=2  setlocal tabstop=4
4082  setlocal tags=  setlocal tags=
4083  setlocal textwidth=0  setlocal textwidth=0
4084  setlocal thesaurus=  setlocal thesaurus=
4085    setlocal noundofile
4086  setlocal nowinfixheight  setlocal nowinfixheight
4087  setlocal nowinfixwidth  setlocal nowinfixwidth
4088  setlocal wrap  setlocal wrap
# Line 4733  setlocal nocindent Line 4399  setlocal nocindent
4399  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
4400  setlocal cinoptions=  setlocal cinoptions=
4401  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
4402    setlocal colorcolumn=
4403  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
4404  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
4405  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
4406    setlocal concealcursor=
4407    setlocal conceallevel=0
4408  setlocal completefunc=  setlocal completefunc=
4409  setlocal nocopyindent  setlocal nocopyindent
4410    setlocal cryptmethod=
4411    setlocal nocursorbind
4412  setlocal nocursorcolumn  setlocal nocursorcolumn
4413  setlocal nocursorline  setlocal nocursorline
4414  setlocal define=  setlocal define=
# Line 4745  setlocal dictionary= Line 4416  setlocal dictionary=
4416  setlocal nodiff  setlocal nodiff
4417  setlocal equalprg=  setlocal equalprg=
4418  setlocal errorformat=  setlocal errorformat=
4419  setlocal noexpandtab  setlocal expandtab
4420  if &filetype != 'html'  if &filetype != 'html'
4421  setlocal filetype=html  setlocal filetype=html
4422  endif  endif
# Line 4788  setlocal nopreserveindent Line 4459  setlocal nopreserveindent
4459  setlocal nopreviewwindow  setlocal nopreviewwindow
4460  setlocal quoteescape=\\  setlocal quoteescape=\\
4461  setlocal noreadonly  setlocal noreadonly
4462    setlocal norelativenumber
4463  setlocal norightleft  setlocal norightleft
4464  setlocal rightleftcmd=search  setlocal rightleftcmd=search
4465  setlocal noscrollbind  setlocal noscrollbind
4466  setlocal shiftwidth=8  setlocal shiftwidth=4
4467  setlocal noshortname  setlocal noshortname
4468  setlocal nosmartindent  setlocal nosmartindent
4469  setlocal softtabstop=0  setlocal softtabstop=0
4470  setlocal nospell  setlocal nospell
4471  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
4472  setlocal spellfile=  setlocal spellfile=
4473  setlocal spelllang=en  setlocal spelllang=en
4474  setlocal statusline=  setlocal statusline=
# Line 4806  setlocal synmaxcol=3000 Line 4478  setlocal synmaxcol=3000
4478  if &syntax != 'html'  if &syntax != 'html'
4479  setlocal syntax=html  setlocal syntax=html
4480  endif  endif
4481  setlocal tabstop=2  setlocal tabstop=4
4482  setlocal tags=  setlocal tags=
4483  setlocal textwidth=0  setlocal textwidth=0
4484  setlocal thesaurus=  setlocal thesaurus=
4485    setlocal noundofile
4486  setlocal nowinfixheight  setlocal nowinfixheight
4487  setlocal nowinfixwidth  setlocal nowinfixwidth
4488  setlocal wrap  setlocal wrap
# Line 5126  setlocal nocindent Line 4799  setlocal nocindent
4799  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
4800  setlocal cinoptions=  setlocal cinoptions=
4801  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
4802    setlocal colorcolumn=
4803  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
4804  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
4805  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
4806    setlocal concealcursor=
4807    setlocal conceallevel=0
4808  setlocal completefunc=  setlocal completefunc=
4809  setlocal nocopyindent  setlocal nocopyindent
4810    setlocal cryptmethod=
4811    setlocal nocursorbind
4812  setlocal nocursorcolumn  setlocal nocursorcolumn
4813  setlocal nocursorline  setlocal nocursorline
4814  setlocal define=  setlocal define=
# Line 5138  setlocal dictionary= Line 4816  setlocal dictionary=
4816  setlocal nodiff  setlocal nodiff
4817  setlocal equalprg=  setlocal equalprg=
4818  setlocal errorformat=  setlocal errorformat=
4819  setlocal noexpandtab  setlocal expandtab
4820  if &filetype != 'html'  if &filetype != 'html'
4821  setlocal filetype=html  setlocal filetype=html
4822  endif  endif
# Line 5181  setlocal nopreserveindent Line 4859  setlocal nopreserveindent
4859  setlocal nopreviewwindow  setlocal nopreviewwindow
4860  setlocal quoteescape=\\  setlocal quoteescape=\\
4861  setlocal noreadonly  setlocal noreadonly
4862    setlocal norelativenumber
4863  setlocal norightleft  setlocal norightleft
4864  setlocal rightleftcmd=search  setlocal rightleftcmd=search
4865  setlocal noscrollbind  setlocal noscrollbind
4866  setlocal shiftwidth=8  setlocal shiftwidth=4
4867  setlocal noshortname  setlocal noshortname
4868  setlocal nosmartindent  setlocal nosmartindent
4869  setlocal softtabstop=0  setlocal softtabstop=0
4870  setlocal nospell  setlocal nospell
4871  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
4872  setlocal spellfile=  setlocal spellfile=
4873  setlocal spelllang=en  setlocal spelllang=en
4874  setlocal statusline=  setlocal statusline=
# Line 5199  setlocal synmaxcol=3000 Line 4878  setlocal synmaxcol=3000
4878  if &syntax != 'html'  if &syntax != 'html'
4879  setlocal syntax=html  setlocal syntax=html
4880  endif  endif
4881  setlocal tabstop=2  setlocal tabstop=4
4882  setlocal tags=  setlocal tags=
4883  setlocal textwidth=0  setlocal textwidth=0
4884  setlocal thesaurus=  setlocal thesaurus=
4885    setlocal noundofile
4886  setlocal nowinfixheight  setlocal nowinfixheight
4887  setlocal nowinfixwidth  setlocal nowinfixwidth
4888  setlocal wrap  setlocal wrap
# Line 5519  setlocal nocindent Line 5199  setlocal nocindent
5199  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
5200  setlocal cinoptions=  setlocal cinoptions=
5201  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
5202    setlocal colorcolumn=
5203  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
5204  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
5205  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
5206    setlocal concealcursor=
5207    setlocal conceallevel=0
5208  setlocal completefunc=  setlocal completefunc=
5209  setlocal nocopyindent  setlocal nocopyindent
5210    setlocal cryptmethod=
5211    setlocal nocursorbind
5212  setlocal nocursorcolumn  setlocal nocursorcolumn
5213  setlocal nocursorline  setlocal nocursorline
5214  setlocal define=  setlocal define=
# Line 5531  setlocal dictionary= Line 5216  setlocal dictionary=
5216  setlocal nodiff  setlocal nodiff
5217  setlocal equalprg=  setlocal equalprg=
5218  setlocal errorformat=  setlocal errorformat=
5219  setlocal noexpandtab  setlocal expandtab
5220  if &filetype != 'html'  if &filetype != 'html'
5221  setlocal filetype=html  setlocal filetype=html
5222  endif  endif
# Line 5574  setlocal nopreserveindent Line 5259  setlocal nopreserveindent
5259  setlocal nopreviewwindow  setlocal nopreviewwindow
5260  setlocal quoteescape=\\  setlocal quoteescape=\\
5261  setlocal noreadonly  setlocal noreadonly
5262    setlocal norelativenumber
5263  setlocal norightleft  setlocal norightleft
5264  setlocal rightleftcmd=search  setlocal rightleftcmd=search
5265  setlocal noscrollbind  setlocal noscrollbind
5266  setlocal shiftwidth=8  setlocal shiftwidth=4
5267  setlocal noshortname  setlocal noshortname
5268  setlocal nosmartindent  setlocal nosmartindent
5269  setlocal softtabstop=0  setlocal softtabstop=0
5270  setlocal nospell  setlocal nospell
5271  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
5272  setlocal spellfile=  setlocal spellfile=
5273  setlocal spelllang=en  setlocal spelllang=en
5274  setlocal statusline=  setlocal statusline=
# Line 5592  setlocal synmaxcol=3000 Line 5278  setlocal synmaxcol=3000
5278  if &syntax != 'html'  if &syntax != 'html'
5279  setlocal syntax=html  setlocal syntax=html
5280  endif  endif
5281  setlocal tabstop=2  setlocal tabstop=4
5282  setlocal tags=  setlocal tags=
5283  setlocal textwidth=0  setlocal textwidth=0
5284  setlocal thesaurus=  setlocal thesaurus=
5285    setlocal noundofile
5286  setlocal nowinfixheight  setlocal nowinfixheight
5287  setlocal nowinfixwidth  setlocal nowinfixwidth
5288  setlocal wrap  setlocal wrap
5289  setlocal wrapmargin=0  setlocal wrapmargin=0
5290  silent! normal! zE  silent! normal! zE
5291  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
5292  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
5293  exe s:l  exe s:l
5294  normal! zt  normal! zt
# Line 5912  setlocal nocindent Line 5599  setlocal nocindent
5599  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
5600  setlocal cinoptions=  setlocal cinoptions=
5601  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
5602    setlocal colorcolumn=
5603  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
5604  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
5605  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
5606    setlocal concealcursor=
5607    setlocal conceallevel=0
5608  setlocal completefunc=  setlocal completefunc=
5609  setlocal nocopyindent  setlocal nocopyindent
5610    setlocal cryptmethod=
5611    setlocal nocursorbind
5612  setlocal nocursorcolumn  setlocal nocursorcolumn
5613  setlocal nocursorline  setlocal nocursorline
5614  setlocal define=  setlocal define=
# Line 5924  setlocal dictionary= Line 5616  setlocal dictionary=
5616  setlocal nodiff  setlocal nodiff
5617  setlocal equalprg=  setlocal equalprg=
5618  setlocal errorformat=  setlocal errorformat=
5619  setlocal noexpandtab  setlocal expandtab
5620  if &filetype != 'html'  if &filetype != 'html'
5621  setlocal filetype=html  setlocal filetype=html
5622  endif  endif
# Line 5967  setlocal nopreserveindent Line 5659  setlocal nopreserveindent
5659  setlocal nopreviewwindow  setlocal nopreviewwindow
5660  setlocal quoteescape=\\  setlocal quoteescape=\\
5661  setlocal noreadonly  setlocal noreadonly
5662    setlocal norelativenumber
5663  setlocal norightleft  setlocal norightleft
5664  setlocal rightleftcmd=search  setlocal rightleftcmd=search
5665  setlocal noscrollbind  setlocal noscrollbind
5666  setlocal shiftwidth=8  setlocal shiftwidth=4
5667  setlocal noshortname  setlocal noshortname
5668  setlocal nosmartindent  setlocal nosmartindent
5669  setlocal softtabstop=0  setlocal softtabstop=0
5670  setlocal nospell  setlocal nospell
5671  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
5672  setlocal spellfile=  setlocal spellfile=
5673  setlocal spelllang=en  setlocal spelllang=en
5674  setlocal statusline=  setlocal statusline=
# Line 5985  setlocal synmaxcol=3000 Line 5678  setlocal synmaxcol=3000
5678  if &syntax != 'html'  if &syntax != 'html'
5679  setlocal syntax=html  setlocal syntax=html
5680  endif  endif
5681  setlocal tabstop=2  setlocal tabstop=4
5682  setlocal tags=  setlocal tags=
5683  setlocal textwidth=0  setlocal textwidth=0
5684  setlocal thesaurus=  setlocal thesaurus=
5685    setlocal noundofile
5686  setlocal nowinfixheight  setlocal nowinfixheight
5687  setlocal nowinfixwidth  setlocal nowinfixwidth
5688  setlocal wrap  setlocal wrap
# Line 6305  setlocal nocindent Line 5999  setlocal nocindent
5999  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
6000  setlocal cinoptions=  setlocal cinoptions=
6001  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
6002    setlocal colorcolumn=
6003  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
6004  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
6005  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
6006    setlocal concealcursor=
6007    setlocal conceallevel=0
6008  setlocal completefunc=  setlocal completefunc=
6009  setlocal nocopyindent  setlocal nocopyindent
6010    setlocal cryptmethod=
6011    setlocal nocursorbind
6012  setlocal nocursorcolumn  setlocal nocursorcolumn
6013  setlocal nocursorline  setlocal nocursorline
6014  setlocal define=  setlocal define=
# Line 6317  setlocal dictionary= Line 6016  setlocal dictionary=
6016  setlocal nodiff  setlocal nodiff
6017  setlocal equalprg=  setlocal equalprg=
6018  setlocal errorformat=  setlocal errorformat=
6019  setlocal noexpandtab  setlocal expandtab
6020  if &filetype != 'html'  if &filetype != 'html'
6021  setlocal filetype=html  setlocal filetype=html
6022  endif  endif
# Line 6360  setlocal nopreserveindent Line 6059  setlocal nopreserveindent
6059  setlocal nopreviewwindow  setlocal nopreviewwindow
6060  setlocal quoteescape=\\  setlocal quoteescape=\\
6061  setlocal noreadonly  setlocal noreadonly
6062    setlocal norelativenumber
6063  setlocal norightleft  setlocal norightleft
6064  setlocal rightleftcmd=search  setlocal rightleftcmd=search
6065  setlocal noscrollbind  setlocal noscrollbind
6066  setlocal shiftwidth=8  setlocal shiftwidth=4
6067  setlocal noshortname  setlocal noshortname
6068  setlocal nosmartindent  setlocal nosmartindent
6069  setlocal softtabstop=0  setlocal softtabstop=0
6070  setlocal nospell  setlocal nospell
6071  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
6072  setlocal spellfile=  setlocal spellfile=
6073  setlocal spelllang=en  setlocal spelllang=en
6074  setlocal statusline=  setlocal statusline=
# Line 6378  setlocal synmaxcol=3000 Line 6078  setlocal synmaxcol=3000
6078  if &syntax != 'html'  if &syntax != 'html'
6079  setlocal syntax=html  setlocal syntax=html
6080  endif  endif
6081  setlocal tabstop=2  setlocal tabstop=4
6082  setlocal tags=  setlocal tags=
6083  setlocal textwidth=0  setlocal textwidth=0
6084  setlocal thesaurus=  setlocal thesaurus=
6085    setlocal noundofile
6086  setlocal nowinfixheight  setlocal nowinfixheight
6087  setlocal nowinfixwidth  setlocal nowinfixwidth
6088  setlocal wrap  setlocal wrap
# Line 6698  setlocal nocindent Line 6399  setlocal nocindent
6399  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
6400  setlocal cinoptions=  setlocal cinoptions=
6401  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
6402    setlocal colorcolumn=
6403  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
6404  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
6405  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
6406    setlocal concealcursor=
6407    setlocal conceallevel=0
6408  setlocal completefunc=  setlocal completefunc=
6409  setlocal nocopyindent  setlocal nocopyindent
6410    setlocal cryptmethod=
6411    setlocal nocursorbind
6412  setlocal nocursorcolumn  setlocal nocursorcolumn
6413  setlocal nocursorline  setlocal nocursorline
6414  setlocal define=  setlocal define=
# Line 6710  setlocal dictionary= Line 6416  setlocal dictionary=
6416  setlocal nodiff  setlocal nodiff
6417  setlocal equalprg=  setlocal equalprg=
6418  setlocal errorformat=  setlocal errorformat=
6419  setlocal noexpandtab  setlocal expandtab
6420  if &filetype != 'html'  if &filetype != 'html'
6421  setlocal filetype=html  setlocal filetype=html
6422  endif  endif
# Line 6753  setlocal nopreserveindent Line 6459  setlocal nopreserveindent
6459  setlocal nopreviewwindow  setlocal nopreviewwindow
6460  setlocal quoteescape=\\  setlocal quoteescape=\\
6461  setlocal noreadonly  setlocal noreadonly
6462    setlocal norelativenumber
6463  setlocal norightleft  setlocal norightleft
6464  setlocal rightleftcmd=search  setlocal rightleftcmd=search
6465  setlocal noscrollbind  setlocal noscrollbind
6466  setlocal shiftwidth=8  setlocal shiftwidth=4
6467  setlocal noshortname  setlocal noshortname
6468  setlocal nosmartindent  setlocal nosmartindent
6469  setlocal softtabstop=0  setlocal softtabstop=0
6470  setlocal nospell  setlocal nospell
6471  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
6472  setlocal spellfile=  setlocal spellfile=
6473  setlocal spelllang=en  setlocal spelllang=en
6474  setlocal statusline=  setlocal statusline=
# Line 6771  setlocal synmaxcol=3000 Line 6478  setlocal synmaxcol=3000
6478  if &syntax != 'html'  if &syntax != 'html'
6479  setlocal syntax=html  setlocal syntax=html
6480  endif  endif
6481  setlocal tabstop=2  setlocal tabstop=4
6482  setlocal tags=  setlocal tags=
6483  setlocal textwidth=0  setlocal textwidth=0
6484  setlocal thesaurus=  setlocal thesaurus=
6485    setlocal noundofile
6486  setlocal nowinfixheight  setlocal nowinfixheight
6487  setlocal nowinfixwidth  setlocal nowinfixwidth
6488  setlocal wrap  setlocal wrap
# Line 7091  setlocal nocindent Line 6799  setlocal nocindent
6799  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
6800  setlocal cinoptions=  setlocal cinoptions=
6801  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
6802    setlocal colorcolumn=
6803  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
6804  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
6805  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
6806    setlocal concealcursor=
6807    setlocal conceallevel=0
6808  setlocal completefunc=  setlocal completefunc=
6809  setlocal nocopyindent  setlocal nocopyindent
6810    setlocal cryptmethod=
6811    setlocal nocursorbind
6812  setlocal nocursorcolumn  setlocal nocursorcolumn
6813  setlocal nocursorline  setlocal nocursorline
6814  setlocal define=  setlocal define=
# Line 7103  setlocal dictionary= Line 6816  setlocal dictionary=
6816  setlocal nodiff  setlocal nodiff
6817  setlocal equalprg=  setlocal equalprg=
6818  setlocal errorformat=  setlocal errorformat=
6819  setlocal noexpandtab  setlocal expandtab
6820  if &filetype != 'html'  if &filetype != 'html'
6821  setlocal filetype=html  setlocal filetype=html
6822  endif  endif
# Line 7146  setlocal nopreserveindent Line 6859  setlocal nopreserveindent
6859  setlocal nopreviewwindow  setlocal nopreviewwindow
6860  setlocal quoteescape=\\  setlocal quoteescape=\\
6861  setlocal noreadonly  setlocal noreadonly
6862    setlocal norelativenumber
6863  setlocal norightleft  setlocal norightleft
6864  setlocal rightleftcmd=search  setlocal rightleftcmd=search
6865  setlocal noscrollbind  setlocal noscrollbind
6866  setlocal shiftwidth=8  setlocal shiftwidth=4
6867  setlocal noshortname  setlocal noshortname
6868  setlocal nosmartindent  setlocal nosmartindent
6869  setlocal softtabstop=0  setlocal softtabstop=0
6870  setlocal nospell  setlocal nospell
6871  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
6872  setlocal spellfile=  setlocal spellfile=
6873  setlocal spelllang=en  setlocal spelllang=en
6874  setlocal statusline=  setlocal statusline=
# Line 7164  setlocal synmaxcol=3000 Line 6878  setlocal synmaxcol=3000
6878  if &syntax != 'html'  if &syntax != 'html'
6879  setlocal syntax=html  setlocal syntax=html
6880  endif  endif
6881  setlocal tabstop=2  setlocal tabstop=4
6882  setlocal tags=  setlocal tags=
6883  setlocal textwidth=0  setlocal textwidth=0
6884  setlocal thesaurus=  setlocal thesaurus=
6885    setlocal noundofile
6886  setlocal nowinfixheight  setlocal nowinfixheight
6887  setlocal nowinfixwidth  setlocal nowinfixwidth
6888  setlocal wrap  setlocal wrap
6889  setlocal wrapmargin=0  setlocal wrapmargin=0
6890  silent! normal! zE  silent! normal! zE
6891  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
6892  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
6893  exe s:l  exe s:l
6894  normal! zt  normal! zt
# Line 7484  setlocal nocindent Line 7199  setlocal nocindent
7199  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
7200  setlocal cinoptions=  setlocal cinoptions=
7201  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
7202    setlocal colorcolumn=
7203  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
7204  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
7205  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
7206    setlocal concealcursor=
7207    setlocal conceallevel=0
7208  setlocal completefunc=  setlocal completefunc=
7209  setlocal nocopyindent  setlocal nocopyindent
7210    setlocal cryptmethod=
7211    setlocal nocursorbind
7212  setlocal nocursorcolumn  setlocal nocursorcolumn
7213  setlocal nocursorline  setlocal nocursorline
7214  setlocal define=  setlocal define=
# Line 7496  setlocal dictionary= Line 7216  setlocal dictionary=
7216  setlocal nodiff  setlocal nodiff
7217  setlocal equalprg=  setlocal equalprg=
7218  setlocal errorformat=  setlocal errorformat=
7219  setlocal noexpandtab  setlocal expandtab
7220  if &filetype != 'html'  if &filetype != 'html'
7221  setlocal filetype=html  setlocal filetype=html
7222  endif  endif
# Line 7539  setlocal nopreserveindent Line 7259  setlocal nopreserveindent
7259  setlocal nopreviewwindow  setlocal nopreviewwindow
7260  setlocal quoteescape=\\  setlocal quoteescape=\\
7261  setlocal noreadonly  setlocal noreadonly
7262    setlocal norelativenumber
7263  setlocal norightleft  setlocal norightleft
7264  setlocal rightleftcmd=search  setlocal rightleftcmd=search
7265  setlocal noscrollbind  setlocal noscrollbind
7266  setlocal shiftwidth=8  setlocal shiftwidth=4
7267  setlocal noshortname  setlocal noshortname
7268  setlocal nosmartindent  setlocal nosmartindent
7269  setlocal softtabstop=0  setlocal softtabstop=0
7270  setlocal nospell  setlocal nospell
7271  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
7272  setlocal spellfile=  setlocal spellfile=
7273  setlocal spelllang=en  setlocal spelllang=en
7274  setlocal statusline=  setlocal statusline=
# Line 7557  setlocal synmaxcol=3000 Line 7278  setlocal synmaxcol=3000
7278  if &syntax != 'html'  if &syntax != 'html'
7279  setlocal syntax=html  setlocal syntax=html
7280  endif  endif
7281  setlocal tabstop=2  setlocal tabstop=4
7282  setlocal tags=  setlocal tags=
7283  setlocal textwidth=0  setlocal textwidth=0
7284  setlocal thesaurus=  setlocal thesaurus=
7285    setlocal noundofile
7286  setlocal nowinfixheight  setlocal nowinfixheight
7287  setlocal nowinfixwidth  setlocal nowinfixwidth
7288  setlocal wrap  setlocal wrap
# Line 7877  setlocal nocindent Line 7599  setlocal nocindent
7599  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
7600  setlocal cinoptions=  setlocal cinoptions=
7601  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
7602    setlocal colorcolumn=
7603  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
7604  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
7605  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
7606    setlocal concealcursor=
7607    setlocal conceallevel=0
7608  setlocal completefunc=  setlocal completefunc=
7609  setlocal nocopyindent  setlocal nocopyindent
7610    setlocal cryptmethod=
7611    setlocal nocursorbind
7612  setlocal nocursorcolumn  setlocal nocursorcolumn
7613  setlocal nocursorline  setlocal nocursorline
7614  setlocal define=  setlocal define=
# Line 7889  setlocal dictionary= Line 7616  setlocal dictionary=
7616  setlocal nodiff  setlocal nodiff
7617  setlocal equalprg=  setlocal equalprg=
7618  setlocal errorformat=  setlocal errorformat=
7619  setlocal noexpandtab  setlocal expandtab
7620  if &filetype != 'html'  if &filetype != 'html'
7621  setlocal filetype=html  setlocal filetype=html
7622  endif  endif
# Line 7907  setlocal formatexpr= Line 7634  setlocal formatexpr=
7634  setlocal formatoptions=tcq  setlocal formatoptions=tcq
7635  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
7636  setlocal grepprg=  setlocal grepprg=
7637  setlocal iminsert=0  setlocal iminsert=2
7638  setlocal imsearch=0  setlocal imsearch=2
7639  setlocal include=  setlocal include=
7640  setlocal includeexpr=  setlocal includeexpr=
7641  setlocal indentexpr=  setlocal indentexpr=
# Line 7932  setlocal nopreserveindent Line 7659  setlocal nopreserveindent
7659  setlocal nopreviewwindow  setlocal nopreviewwindow
7660  setlocal quoteescape=\\  setlocal quoteescape=\\
7661  setlocal noreadonly  setlocal noreadonly
7662    setlocal norelativenumber
7663  setlocal norightleft  setlocal norightleft
7664  setlocal rightleftcmd=search  setlocal rightleftcmd=search
7665  setlocal noscrollbind  setlocal noscrollbind
7666  setlocal shiftwidth=8  setlocal shiftwidth=4
7667  setlocal noshortname  setlocal noshortname
7668  setlocal nosmartindent  setlocal nosmartindent
7669  setlocal softtabstop=0  setlocal softtabstop=0
7670  setlocal nospell  setlocal nospell
7671  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
7672  setlocal spellfile=  setlocal spellfile=
7673  setlocal spelllang=en  setlocal spelllang=en
7674  setlocal statusline=  setlocal statusline=
# Line 7950  setlocal synmaxcol=3000 Line 7678  setlocal synmaxcol=3000
7678  if &syntax != 'html'  if &syntax != 'html'
7679  setlocal syntax=html  setlocal syntax=html
7680  endif  endif
7681  setlocal tabstop=2  setlocal tabstop=4
7682  setlocal tags=  setlocal tags=
7683  setlocal textwidth=0  setlocal textwidth=0
7684  setlocal thesaurus=  setlocal thesaurus=
7685    setlocal noundofile
7686  setlocal nowinfixheight  setlocal nowinfixheight
7687  setlocal nowinfixwidth  setlocal nowinfixwidth
7688  setlocal wrap  setlocal wrap
7689  setlocal wrapmargin=0  setlocal wrapmargin=0
7690  silent! normal! zE  silent! normal! zE
7691  let s:l = 242 - ((18 * winheight(0) + 19) / 38)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
7692  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
7693  exe s:l  exe s:l
7694  normal! zt  normal! zt
7695  242  1
7696  normal! 090l  normal! 0
7697  tabedit screenshots.html  tabedit screenshots.html
7698  set splitbelow splitright  set splitbelow splitright
7699  set nosplitbelow  set nosplitbelow
# Line 8270  setlocal nocindent Line 7999  setlocal nocindent
7999  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
8000  setlocal cinoptions=  setlocal cinoptions=
8001  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
8002    setlocal colorcolumn=
8003  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
8004  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
8005  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
8006    setlocal concealcursor=
8007    setlocal conceallevel=0
8008  setlocal completefunc=  setlocal completefunc=
8009  setlocal nocopyindent  setlocal nocopyindent
8010    setlocal cryptmethod=
8011    setlocal nocursorbind
8012  setlocal nocursorcolumn  setlocal nocursorcolumn
8013  setlocal nocursorline  setlocal nocursorline
8014  setlocal define=  setlocal define=
# Line 8282  setlocal dictionary= Line 8016  setlocal dictionary=
8016  setlocal nodiff  setlocal nodiff
8017  setlocal equalprg=  setlocal equalprg=
8018  setlocal errorformat=  setlocal errorformat=
8019  setlocal noexpandtab  setlocal expandtab
8020  if &filetype != 'html'  if &filetype != 'html'
8021  setlocal filetype=html  setlocal filetype=html
8022  endif  endif
# Line 8325  setlocal nopreserveindent Line 8059  setlocal nopreserveindent
8059  setlocal nopreviewwindow  setlocal nopreviewwindow
8060  setlocal quoteescape=\\  setlocal quoteescape=\\
8061  setlocal noreadonly  setlocal noreadonly
8062    setlocal norelativenumber
8063  setlocal norightleft  setlocal norightleft
8064  setlocal rightleftcmd=search  setlocal rightleftcmd=search
8065  setlocal noscrollbind  setlocal noscrollbind
8066  setlocal shiftwidth=8  setlocal shiftwidth=4
8067  setlocal noshortname  setlocal noshortname
8068  setlocal nosmartindent  setlocal nosmartindent
8069  setlocal softtabstop=0  setlocal softtabstop=0
8070  setlocal nospell  setlocal nospell
8071  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
8072  setlocal spellfile=  setlocal spellfile=
8073  setlocal spelllang=en  setlocal spelllang=en
8074  setlocal statusline=  setlocal statusline=
# Line 8343  setlocal synmaxcol=3000 Line 8078  setlocal synmaxcol=3000
8078  if &syntax != 'html'  if &syntax != 'html'
8079  setlocal syntax=html  setlocal syntax=html
8080  endif  endif
8081  setlocal tabstop=2  setlocal tabstop=4
8082  setlocal tags=  setlocal tags=
8083  setlocal textwidth=0  setlocal textwidth=0
8084  setlocal thesaurus=  setlocal thesaurus=
8085    setlocal noundofile
8086  setlocal nowinfixheight  setlocal nowinfixheight
8087  setlocal nowinfixwidth  setlocal nowinfixwidth
8088  setlocal wrap  setlocal wrap
8089  setlocal wrapmargin=0  setlocal wrapmargin=0
8090  silent! normal! zE  silent! normal! zE
8091  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
8092  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
8093  exe s:l  exe s:l
8094  normal! zt  normal! zt
# Line 8663  setlocal nocindent Line 8399  setlocal nocindent
8399  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
8400  setlocal cinoptions=  setlocal cinoptions=
8401  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
8402    setlocal colorcolumn=
8403  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
8404  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
8405  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
8406    setlocal concealcursor=
8407    setlocal conceallevel=0
8408  setlocal completefunc=  setlocal completefunc=
8409  setlocal nocopyindent  setlocal nocopyindent
8410    setlocal cryptmethod=
8411    setlocal nocursorbind
8412  setlocal nocursorcolumn  setlocal nocursorcolumn
8413  setlocal nocursorline  setlocal nocursorline
8414  setlocal define=  setlocal define=
# Line 8675  setlocal dictionary= Line 8416  setlocal dictionary=
8416  setlocal nodiff  setlocal nodiff
8417  setlocal equalprg=  setlocal equalprg=
8418  setlocal errorformat=  setlocal errorformat=
8419  setlocal noexpandtab  setlocal expandtab
8420  if &filetype != 'html'  if &filetype != 'html'
8421  setlocal filetype=html  setlocal filetype=html
8422  endif  endif
# Line 8718  setlocal nopreserveindent Line 8459  setlocal nopreserveindent
8459  setlocal nopreviewwindow  setlocal nopreviewwindow
8460  setlocal quoteescape=\\  setlocal quoteescape=\\
8461  setlocal noreadonly  setlocal noreadonly
8462    setlocal norelativenumber
8463  setlocal norightleft  setlocal norightleft
8464  setlocal rightleftcmd=search  setlocal rightleftcmd=search
8465  setlocal noscrollbind  setlocal noscrollbind
8466  setlocal shiftwidth=8  setlocal shiftwidth=4
8467  setlocal noshortname  setlocal noshortname
8468  setlocal nosmartindent  setlocal nosmartindent
8469  setlocal softtabstop=0  setlocal softtabstop=0
8470  setlocal nospell  setlocal nospell
8471  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
8472  setlocal spellfile=  setlocal spellfile=
8473  setlocal spelllang=en  setlocal spelllang=en
8474  setlocal statusline=  setlocal statusline=
# Line 8736  setlocal synmaxcol=3000 Line 8478  setlocal synmaxcol=3000
8478  if &syntax != 'html'  if &syntax != 'html'
8479  setlocal syntax=html  setlocal syntax=html
8480  endif  endif
8481  setlocal tabstop=2  setlocal tabstop=4
8482  setlocal tags=  setlocal tags=
8483  setlocal textwidth=0  setlocal textwidth=0
8484  setlocal thesaurus=  setlocal thesaurus=
8485    setlocal noundofile
8486  setlocal nowinfixheight  setlocal nowinfixheight
8487  setlocal nowinfixwidth  setlocal nowinfixwidth
8488  setlocal wrap  setlocal wrap
8489  setlocal wrapmargin=0  setlocal wrapmargin=0
8490  silent! normal! zE  silent! normal! zE
8491  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
8492  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
8493  exe s:l  exe s:l
8494  normal! zt  normal! zt
# Line 9056  setlocal nocindent Line 8799  setlocal nocindent
8799  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
8800  setlocal cinoptions=  setlocal cinoptions=
8801  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
8802    setlocal colorcolumn=
8803  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
8804  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
8805  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
8806    setlocal concealcursor=
8807    setlocal conceallevel=0
8808  setlocal completefunc=  setlocal completefunc=
8809  setlocal nocopyindent  setlocal nocopyindent
8810    setlocal cryptmethod=
8811    setlocal nocursorbind
8812  setlocal nocursorcolumn  setlocal nocursorcolumn
8813  setlocal nocursorline  setlocal nocursorline
8814  setlocal define=  setlocal define=
# Line 9068  setlocal dictionary= Line 8816  setlocal dictionary=
8816  setlocal nodiff  setlocal nodiff
8817  setlocal equalprg=  setlocal equalprg=
8818  setlocal errorformat=  setlocal errorformat=
8819  setlocal noexpandtab  setlocal expandtab
8820  if &filetype != 'html'  if &filetype != 'html'
8821  setlocal filetype=html  setlocal filetype=html
8822  endif  endif
# Line 9111  setlocal nopreserveindent Line 8859  setlocal nopreserveindent
8859  setlocal nopreviewwindow  setlocal nopreviewwindow
8860  setlocal quoteescape=\\  setlocal quoteescape=\\
8861  setlocal noreadonly  setlocal noreadonly
8862    setlocal norelativenumber
8863  setlocal norightleft  setlocal norightleft
8864  setlocal rightleftcmd=search  setlocal rightleftcmd=search
8865  setlocal noscrollbind  setlocal noscrollbind
8866  setlocal shiftwidth=8  setlocal shiftwidth=4
8867  setlocal noshortname  setlocal noshortname
8868  setlocal nosmartindent  setlocal nosmartindent
8869  setlocal softtabstop=0  setlocal softtabstop=0
8870  setlocal nospell  setlocal nospell
8871  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
8872  setlocal spellfile=  setlocal spellfile=
8873  setlocal spelllang=en  setlocal spelllang=en
8874  setlocal statusline=  setlocal statusline=
# Line 9129  setlocal synmaxcol=3000 Line 8878  setlocal synmaxcol=3000
8878  if &syntax != 'html'  if &syntax != 'html'
8879  setlocal syntax=html  setlocal syntax=html
8880  endif  endif
8881  setlocal tabstop=2  setlocal tabstop=4
8882  setlocal tags=  setlocal tags=
8883  setlocal textwidth=0  setlocal textwidth=0
8884  setlocal thesaurus=  setlocal thesaurus=
8885    setlocal noundofile
8886  setlocal nowinfixheight  setlocal nowinfixheight
8887  setlocal nowinfixwidth  setlocal nowinfixwidth
8888  setlocal wrap  setlocal wrap
# Line 9449  setlocal nocindent Line 9199  setlocal nocindent
9199  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
9200  setlocal cinoptions=  setlocal cinoptions=
9201  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
9202    setlocal colorcolumn=
9203  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
9204  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
9205  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
9206    setlocal concealcursor=
9207    setlocal conceallevel=0
9208  setlocal completefunc=  setlocal completefunc=
9209  setlocal nocopyindent  setlocal nocopyindent
9210    setlocal cryptmethod=
9211    setlocal nocursorbind
9212  setlocal nocursorcolumn  setlocal nocursorcolumn
9213  setlocal nocursorline  setlocal nocursorline
9214  setlocal define=  setlocal define=
# Line 9461  setlocal dictionary= Line 9216  setlocal dictionary=
9216  setlocal nodiff  setlocal nodiff
9217  setlocal equalprg=  setlocal equalprg=
9218  setlocal errorformat=  setlocal errorformat=
9219  setlocal noexpandtab  setlocal expandtab
9220  if &filetype != 'html'  if &filetype != 'html'
9221  setlocal filetype=html  setlocal filetype=html
9222  endif  endif
# Line 9504  setlocal nopreserveindent Line 9259  setlocal nopreserveindent
9259  setlocal nopreviewwindow  setlocal nopreviewwindow
9260  setlocal quoteescape=\\  setlocal quoteescape=\\
9261  setlocal noreadonly  setlocal noreadonly
9262    setlocal norelativenumber
9263  setlocal norightleft  setlocal norightleft
9264  setlocal rightleftcmd=search  setlocal rightleftcmd=search
9265  setlocal noscrollbind  setlocal noscrollbind
9266  setlocal shiftwidth=8  setlocal shiftwidth=4
9267  setlocal noshortname  setlocal noshortname
9268  setlocal nosmartindent  setlocal nosmartindent
9269  setlocal softtabstop=0  setlocal softtabstop=0
9270  setlocal nospell  setlocal nospell
9271  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
9272  setlocal spellfile=  setlocal spellfile=
9273  setlocal spelllang=en  setlocal spelllang=en
9274  setlocal statusline=  setlocal statusline=
# Line 9522  setlocal synmaxcol=3000 Line 9278  setlocal synmaxcol=3000
9278  if &syntax != 'html'  if &syntax != 'html'
9279  setlocal syntax=html  setlocal syntax=html
9280  endif  endif
9281  setlocal tabstop=2  setlocal tabstop=4
9282  setlocal tags=  setlocal tags=
9283  setlocal textwidth=0  setlocal textwidth=0
9284  setlocal thesaurus=  setlocal thesaurus=
9285    setlocal noundofile
9286  setlocal nowinfixheight  setlocal nowinfixheight
9287  setlocal nowinfixwidth  setlocal nowinfixwidth
9288  setlocal wrap  setlocal wrap
# Line 9846  setlocal nocindent Line 9603  setlocal nocindent
9603  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
9604  setlocal cinoptions=  setlocal cinoptions=
9605  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
9606    setlocal colorcolumn=
9607  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
9608  setlocal commentstring=/*%s*/  setlocal commentstring=/*%s*/
9609  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
9610    setlocal concealcursor=
9611    setlocal conceallevel=0
9612  setlocal completefunc=  setlocal completefunc=
9613  setlocal nocopyindent  setlocal nocopyindent
9614    setlocal cryptmethod=
9615    setlocal nocursorbind
9616  setlocal nocursorcolumn  setlocal nocursorcolumn
9617  setlocal nocursorline  setlocal nocursorline
9618  setlocal define=  setlocal define=
# Line 9858  setlocal dictionary= Line 9620  setlocal dictionary=
9620  setlocal nodiff  setlocal nodiff
9621  setlocal equalprg=  setlocal equalprg=
9622  setlocal errorformat=  setlocal errorformat=
9623  setlocal noexpandtab  setlocal expandtab
9624  if &filetype != 'php'  if &filetype != 'php'
9625  setlocal filetype=php  setlocal filetype=php
9626  endif  endif
# Line 9901  setlocal nopreserveindent Line 9663  setlocal nopreserveindent
9663  setlocal nopreviewwindow  setlocal nopreviewwindow
9664  setlocal quoteescape=\\  setlocal quoteescape=\\
9665  setlocal noreadonly  setlocal noreadonly
9666    setlocal norelativenumber
9667  setlocal norightleft  setlocal norightleft
9668  setlocal rightleftcmd=search  setlocal rightleftcmd=search
9669  setlocal noscrollbind  setlocal noscrollbind
9670  setlocal shiftwidth=8  setlocal shiftwidth=4
9671  setlocal noshortname  setlocal noshortname
9672  setlocal nosmartindent  setlocal nosmartindent
9673  setlocal softtabstop=0  setlocal softtabstop=0
9674  setlocal nospell  setlocal nospell
9675  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
9676  setlocal spellfile=  setlocal spellfile=
9677  setlocal spelllang=en  setlocal spelllang=en
9678  setlocal statusline=  setlocal statusline=
# Line 9919  setlocal synmaxcol=3000 Line 9682  setlocal synmaxcol=3000
9682  if &syntax != 'php'  if &syntax != 'php'
9683  setlocal syntax=php  setlocal syntax=php
9684  endif  endif
9685  setlocal tabstop=2  setlocal tabstop=4
9686  setlocal tags=  setlocal tags=
9687  setlocal textwidth=0  setlocal textwidth=0
9688  setlocal thesaurus=  setlocal thesaurus=
9689    setlocal noundofile
9690  setlocal nowinfixheight  setlocal nowinfixheight
9691  setlocal nowinfixwidth  setlocal nowinfixwidth
9692  setlocal wrap  setlocal wrap
# Line 9941  set nosplitright Line 9705  set nosplitright
9705  wincmd t  wincmd t
9706  set winheight=1 winwidth=1  set winheight=1 winwidth=1
9707  argglobal  argglobal
9708  26argu  25argu
9709  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
9710  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
9711  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
# Line 10243  setlocal nocindent Line 10007  setlocal nocindent
10007  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10008  setlocal cinoptions=  setlocal cinoptions=
10009  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
10010    setlocal colorcolumn=
10011  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
10012  setlocal commentstring=/*%s*/  setlocal commentstring=/*%s*/
10013  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
10014    setlocal concealcursor=
10015    setlocal conceallevel=0
10016  setlocal completefunc=  setlocal completefunc=
10017  setlocal nocopyindent  setlocal nocopyindent
10018    setlocal cryptmethod=
10019    setlocal nocursorbind
10020  setlocal nocursorcolumn  setlocal nocursorcolumn
10021  setlocal nocursorline  setlocal nocursorline
10022  setlocal define=  setlocal define=
# Line 10255  setlocal dictionary= Line 10024  setlocal dictionary=
10024  setlocal nodiff  setlocal nodiff
10025  setlocal equalprg=  setlocal equalprg=
10026  setlocal errorformat=  setlocal errorformat=
10027  setlocal noexpandtab  setlocal expandtab
10028  if &filetype != 'php'  if &filetype != 'php'
10029  setlocal filetype=php  setlocal filetype=php
10030  endif  endif
# Line 10298  setlocal nopreserveindent Line 10067  setlocal nopreserveindent
10067  setlocal nopreviewwindow  setlocal nopreviewwindow
10068  setlocal quoteescape=\\  setlocal quoteescape=\\
10069  setlocal noreadonly  setlocal noreadonly
10070    setlocal norelativenumber
10071  setlocal norightleft  setlocal norightleft
10072  setlocal rightleftcmd=search  setlocal rightleftcmd=search
10073  setlocal noscrollbind  setlocal noscrollbind
10074  setlocal shiftwidth=8  setlocal shiftwidth=4
10075  setlocal noshortname  setlocal noshortname
10076  setlocal nosmartindent  setlocal nosmartindent
10077  setlocal softtabstop=0  setlocal softtabstop=0
10078  setlocal nospell  setlocal nospell
10079  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
10080  setlocal spellfile=  setlocal spellfile=
10081  setlocal spelllang=en  setlocal spelllang=en
10082  setlocal statusline=  setlocal statusline=
# Line 10316  setlocal synmaxcol=3000 Line 10086  setlocal synmaxcol=3000
10086  if &syntax != 'php'  if &syntax != 'php'
10087  setlocal syntax=php  setlocal syntax=php
10088  endif  endif
10089  setlocal tabstop=2  setlocal tabstop=4
10090  setlocal tags=  setlocal tags=
10091  setlocal textwidth=0  setlocal textwidth=0
10092  setlocal thesaurus=  setlocal thesaurus=
10093    setlocal noundofile
10094  setlocal nowinfixheight  setlocal nowinfixheight
10095  setlocal nowinfixwidth  setlocal nowinfixwidth
10096  setlocal wrap  setlocal wrap
# Line 10338  set nosplitright Line 10109  set nosplitright
10109  wincmd t  wincmd t
10110  set winheight=1 winwidth=1  set winheight=1 winwidth=1
10111  argglobal  argglobal
10112  27argu  26argu
10113  setlocal keymap=  setlocal keymap=
10114  setlocal noarabic  setlocal noarabic
10115  setlocal autoindent  setlocal autoindent
# Line 10351  setlocal nocindent Line 10122  setlocal nocindent
10122  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10123  setlocal cinoptions=  setlocal cinoptions=
10124  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
10125    setlocal colorcolumn=
10126  setlocal comments=s:<!--,m:\ \ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ \ ,e:-->
10127  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
10128  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
10129    setlocal concealcursor=
10130    setlocal conceallevel=0
10131  setlocal completefunc=  setlocal completefunc=
10132  setlocal nocopyindent  setlocal nocopyindent
10133    setlocal cryptmethod=
10134    setlocal nocursorbind
10135  setlocal nocursorcolumn  setlocal nocursorcolumn
10136  setlocal nocursorline  setlocal nocursorline
10137  setlocal define=  setlocal define=
# Line 10363  setlocal dictionary= Line 10139  setlocal dictionary=
10139  setlocal nodiff  setlocal nodiff
10140  setlocal equalprg=  setlocal equalprg=
10141  setlocal errorformat=  setlocal errorformat=
10142  setlocal noexpandtab  setlocal expandtab
10143  if &filetype != 'xml'  if &filetype != 'xml'
10144  setlocal filetype=xml  setlocal filetype=xml
10145  endif  endif
# Line 10406  setlocal nopreserveindent Line 10182  setlocal nopreserveindent
10182  setlocal nopreviewwindow  setlocal nopreviewwindow
10183  setlocal quoteescape=\\  setlocal quoteescape=\\
10184  setlocal noreadonly  setlocal noreadonly
10185    setlocal norelativenumber
10186  setlocal norightleft  setlocal norightleft
10187  setlocal rightleftcmd=search  setlocal rightleftcmd=search
10188  setlocal noscrollbind  setlocal noscrollbind
10189  setlocal shiftwidth=8  setlocal shiftwidth=4
10190  setlocal noshortname  setlocal noshortname
10191  setlocal nosmartindent  setlocal nosmartindent
10192  setlocal softtabstop=0  setlocal softtabstop=0
10193  setlocal nospell  setlocal nospell
10194  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
10195  setlocal spellfile=  setlocal spellfile=
10196  setlocal spelllang=en  setlocal spelllang=en
10197  setlocal statusline=  setlocal statusline=
# Line 10424  setlocal synmaxcol=3000 Line 10201  setlocal synmaxcol=3000
10201  if &syntax != 'xml'  if &syntax != 'xml'
10202  setlocal syntax=xml  setlocal syntax=xml
10203  endif  endif
10204  setlocal tabstop=2  setlocal tabstop=4
10205  setlocal tags=  setlocal tags=
10206  setlocal textwidth=0  setlocal textwidth=0
10207  setlocal thesaurus=  setlocal thesaurus=
10208    setlocal noundofile
10209  setlocal nowinfixheight  setlocal nowinfixheight
10210  setlocal nowinfixwidth  setlocal nowinfixwidth
10211  setlocal wrap  setlocal wrap
10212  setlocal wrapmargin=0  setlocal wrapmargin=0
10213  silent! normal! zE  silent! normal! zE
10214  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 32 - ((22 * winheight(0) + 19) / 38)
10215  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
10216  exe s:l  exe s:l
10217  normal! zt  normal! zt
10218  1  32
10219  normal! 0  normal! 05l
10220  tabedit ../.htaccess  tabedit ../.htaccess
10221  set splitbelow splitright  set splitbelow splitright
10222  set nosplitbelow  set nosplitbelow
# Line 10446  set nosplitright Line 10224  set nosplitright
10224  wincmd t  wincmd t
10225  set winheight=1 winwidth=1  set winheight=1 winwidth=1
10226  argglobal  argglobal
10227  28argu  27argu
10228  setlocal keymap=  setlocal keymap=
10229  setlocal noarabic  setlocal noarabic
10230  setlocal autoindent  setlocal autoindent
# Line 10459  setlocal nocindent Line 10237  setlocal nocindent
10237  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10238  setlocal cinoptions=  setlocal cinoptions=
10239  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
10240    setlocal colorcolumn=
10241  setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-  setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
10242  setlocal commentstring=/*%s*/  setlocal commentstring=/*%s*/
10243  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
10244    setlocal concealcursor=
10245    setlocal conceallevel=0
10246  setlocal completefunc=  setlocal completefunc=
10247  setlocal nocopyindent  setlocal nocopyindent
10248    setlocal cryptmethod=
10249    setlocal nocursorbind
10250  setlocal nocursorcolumn  setlocal nocursorcolumn
10251  setlocal nocursorline  setlocal nocursorline
10252  setlocal define=  setlocal define=
# Line 10471  setlocal dictionary= Line 10254  setlocal dictionary=
10254  setlocal nodiff  setlocal nodiff
10255  setlocal equalprg=  setlocal equalprg=
10256  setlocal errorformat=  setlocal errorformat=
10257  setlocal noexpandtab  setlocal expandtab
10258  if &filetype != 'apache'  if &filetype != 'apache'
10259  setlocal filetype=apache  setlocal filetype=apache
10260  endif  endif
# Line 10514  setlocal nopreserveindent Line 10297  setlocal nopreserveindent
10297  setlocal nopreviewwindow  setlocal nopreviewwindow
10298  setlocal quoteescape=\\  setlocal quoteescape=\\
10299  setlocal noreadonly  setlocal noreadonly
10300    setlocal norelativenumber
10301  setlocal norightleft  setlocal norightleft
10302  setlocal rightleftcmd=search  setlocal rightleftcmd=search
10303  setlocal noscrollbind  setlocal noscrollbind
10304  setlocal shiftwidth=8  setlocal shiftwidth=4
10305  setlocal noshortname  setlocal noshortname
10306  setlocal nosmartindent  setlocal nosmartindent
10307  setlocal softtabstop=0  setlocal softtabstop=0
10308  setlocal nospell  setlocal nospell
10309  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
10310  setlocal spellfile=  setlocal spellfile=
10311  setlocal spelllang=en  setlocal spelllang=en
10312  setlocal statusline=  setlocal statusline=
# Line 10532  setlocal synmaxcol=3000 Line 10316  setlocal synmaxcol=3000
10316  if &syntax != 'apache'  if &syntax != 'apache'
10317  setlocal syntax=apache  setlocal syntax=apache
10318  endif  endif
10319  setlocal tabstop=2  setlocal tabstop=4
10320  setlocal tags=  setlocal tags=
10321  setlocal textwidth=0  setlocal textwidth=0
10322  setlocal thesaurus=  setlocal thesaurus=
10323    setlocal noundofile
10324  setlocal nowinfixheight  setlocal nowinfixheight
10325  setlocal nowinfixwidth  setlocal nowinfixwidth
10326  setlocal wrap  setlocal wrap
10327  setlocal wrapmargin=0  setlocal wrapmargin=0
10328  silent! normal! zE  silent! normal! zE
10329  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
10330  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
10331  exe s:l  exe s:l
10332  normal! zt  normal! zt
# Line 10554  set nosplitright Line 10339  set nosplitright
10339  wincmd t  wincmd t
10340  set winheight=1 winwidth=1  set winheight=1 winwidth=1
10341  argglobal  argglobal
10342  29argu  28argu
 edit .404.html  
10343  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10344  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10345  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
# Line 10853  setlocal nocindent Line 10637  setlocal nocindent
10637  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
10638  setlocal cinoptions=  setlocal cinoptions=
10639  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
10640    setlocal colorcolumn=
10641  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
10642  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
10643  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
10644    setlocal concealcursor=
10645    setlocal conceallevel=0
10646  setlocal completefunc=  setlocal completefunc=
10647  setlocal nocopyindent  setlocal nocopyindent
10648    setlocal cryptmethod=
10649    setlocal nocursorbind
10650  setlocal nocursorcolumn  setlocal nocursorcolumn
10651  setlocal nocursorline  setlocal nocursorline
10652  setlocal define=  setlocal define=
# Line 10865  setlocal dictionary= Line 10654  setlocal dictionary=
10654  setlocal nodiff  setlocal nodiff
10655  setlocal equalprg=  setlocal equalprg=
10656  setlocal errorformat=  setlocal errorformat=
10657  setlocal noexpandtab  setlocal expandtab
10658  if &filetype != 'html'  if &filetype != 'html'
10659  setlocal filetype=html  setlocal filetype=html
10660  endif  endif
# Line 10908  setlocal nopreserveindent Line 10697  setlocal nopreserveindent
10697  setlocal nopreviewwindow  setlocal nopreviewwindow
10698  setlocal quoteescape=\\  setlocal quoteescape=\\
10699  setlocal noreadonly  setlocal noreadonly
10700    setlocal norelativenumber
10701  setlocal norightleft  setlocal norightleft
10702  setlocal rightleftcmd=search  setlocal rightleftcmd=search
10703  setlocal noscrollbind  setlocal noscrollbind
10704  setlocal shiftwidth=8  setlocal shiftwidth=4
10705  setlocal noshortname  setlocal noshortname
10706  setlocal nosmartindent  setlocal nosmartindent
10707  setlocal softtabstop=0  setlocal softtabstop=0
10708  setlocal nospell  setlocal nospell
10709  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
10710  setlocal spellfile=  setlocal spellfile=
10711  setlocal spelllang=en  setlocal spelllang=en
10712  setlocal statusline=  setlocal statusline=
# Line 10926  setlocal synmaxcol=3000 Line 10716  setlocal synmaxcol=3000
10716  if &syntax != 'html'  if &syntax != 'html'
10717  setlocal syntax=html  setlocal syntax=html
10718  endif  endif
10719  setlocal tabstop=2  setlocal tabstop=4
10720  setlocal tags=  setlocal tags=
10721  setlocal textwidth=0  setlocal textwidth=0
10722  setlocal thesaurus=  setlocal thesaurus=
10723    setlocal noundofile
10724  setlocal nowinfixheight  setlocal nowinfixheight
10725  setlocal nowinfixwidth  setlocal nowinfixwidth
10726  setlocal wrap  setlocal wrap
10727  setlocal wrapmargin=0  setlocal wrapmargin=0
10728  silent! normal! zE  silent! normal! zE
10729  let s:l = 1 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
10730  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
10731  exe s:l  exe s:l
10732  normal! zt  normal! zt
# Line 10948  set nosplitright Line 10739  set nosplitright
10739  wincmd t  wincmd t
10740  set winheight=1 winwidth=1  set winheight=1 winwidth=1
10741  argglobal  argglobal
10742  30argu  29argu
 edit .news.php  
10743  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10744  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
10745  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
# Line 11251  setlocal nocindent Line 11041  setlocal nocindent
11041  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11042  setlocal cinoptions=  setlocal cinoptions=
11043  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
11044    setlocal colorcolumn=
11045  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
11046  setlocal commentstring=/*%s*/  setlocal commentstring=/*%s*/
11047  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
11048    setlocal concealcursor=
11049    setlocal conceallevel=0
11050  setlocal completefunc=  setlocal completefunc=
11051  setlocal nocopyindent  setlocal nocopyindent
11052    setlocal cryptmethod=
11053    setlocal nocursorbind
11054  setlocal nocursorcolumn  setlocal nocursorcolumn
11055  setlocal nocursorline  setlocal nocursorline
11056  setlocal define=  setlocal define=
# Line 11263  setlocal dictionary= Line 11058  setlocal dictionary=
11058  setlocal nodiff  setlocal nodiff
11059  setlocal equalprg=  setlocal equalprg=
11060  setlocal errorformat=  setlocal errorformat=
11061  setlocal noexpandtab  setlocal expandtab
11062  if &filetype != 'php'  if &filetype != 'php'
11063  setlocal filetype=php  setlocal filetype=php
11064  endif  endif
# Line 11306  setlocal nopreserveindent Line 11101  setlocal nopreserveindent
11101  setlocal nopreviewwindow  setlocal nopreviewwindow
11102  setlocal quoteescape=\\  setlocal quoteescape=\\
11103  setlocal noreadonly  setlocal noreadonly
11104    setlocal norelativenumber
11105  setlocal norightleft  setlocal norightleft
11106  setlocal rightleftcmd=search  setlocal rightleftcmd=search
11107  setlocal noscrollbind  setlocal noscrollbind
11108  setlocal shiftwidth=8  setlocal shiftwidth=4
11109  setlocal noshortname  setlocal noshortname
11110  setlocal nosmartindent  setlocal nosmartindent
11111  setlocal softtabstop=0  setlocal softtabstop=0
11112  setlocal nospell  setlocal nospell
11113  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
11114  setlocal spellfile=  setlocal spellfile=
11115  setlocal spelllang=en  setlocal spelllang=en
11116  setlocal statusline=  setlocal statusline=
# Line 11324  setlocal synmaxcol=3000 Line 11120  setlocal synmaxcol=3000
11120  if &syntax != 'php'  if &syntax != 'php'
11121  setlocal syntax=php  setlocal syntax=php
11122  endif  endif
11123  setlocal tabstop=2  setlocal tabstop=4
11124  setlocal tags=  setlocal tags=
11125  setlocal textwidth=0  setlocal textwidth=0
11126  setlocal thesaurus=  setlocal thesaurus=
11127    setlocal noundofile
11128  setlocal nowinfixheight  setlocal nowinfixheight
11129  setlocal nowinfixwidth  setlocal nowinfixwidth
11130  setlocal wrap  setlocal wrap
# Line 11346  set nosplitright Line 11143  set nosplitright
11143  wincmd t  wincmd t
11144  set winheight=1 winwidth=1  set winheight=1 winwidth=1
11145  argglobal  argglobal
11146  31argu  30argu
 edit .template.html  
11147  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  vnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
11148  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')  nnoremap <buffer> <silent>      :call HTMLnextInsertPoint('n')
11149  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)  nnoremap <buffer> <silent> ;nw3 :call LaunchBrowser('w',1)
# Line 11645  setlocal nocindent Line 11441  setlocal nocindent
11441  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11442  setlocal cinoptions=  setlocal cinoptions=
11443  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
11444    setlocal colorcolumn=
11445  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->  setlocal comments=s:<!--,m:\ \ \ \ ,e:-->
11446  setlocal commentstring=<!--%s-->  setlocal commentstring=<!--%s-->
11447  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
11448    setlocal concealcursor=
11449    setlocal conceallevel=0
11450  setlocal completefunc=  setlocal completefunc=
11451  setlocal nocopyindent  setlocal nocopyindent
11452    setlocal cryptmethod=
11453    setlocal nocursorbind
11454  setlocal nocursorcolumn  setlocal nocursorcolumn
11455  setlocal nocursorline  setlocal nocursorline
11456  setlocal define=  setlocal define=
# Line 11657  setlocal dictionary= Line 11458  setlocal dictionary=
11458  setlocal nodiff  setlocal nodiff
11459  setlocal equalprg=  setlocal equalprg=
11460  setlocal errorformat=  setlocal errorformat=
11461  setlocal noexpandtab  setlocal expandtab
11462  if &filetype != 'html'  if &filetype != 'html'
11463  setlocal filetype=html  setlocal filetype=html
11464  endif  endif
# Line 11700  setlocal nopreserveindent Line 11501  setlocal nopreserveindent
11501  setlocal nopreviewwindow  setlocal nopreviewwindow
11502  setlocal quoteescape=\\  setlocal quoteescape=\\
11503  setlocal noreadonly  setlocal noreadonly
11504    setlocal norelativenumber
11505  setlocal norightleft  setlocal norightleft
11506  setlocal rightleftcmd=search  setlocal rightleftcmd=search
11507  setlocal noscrollbind  setlocal noscrollbind
11508  setlocal shiftwidth=8  setlocal shiftwidth=4
11509  setlocal noshortname  setlocal noshortname
11510  setlocal nosmartindent  setlocal nosmartindent
11511  setlocal softtabstop=0  setlocal softtabstop=0
11512  setlocal nospell  setlocal nospell
11513  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
11514  setlocal spellfile=  setlocal spellfile=
11515  setlocal spelllang=en  setlocal spelllang=en
11516  setlocal statusline=  setlocal statusline=
# Line 11718  setlocal synmaxcol=3000 Line 11520  setlocal synmaxcol=3000
11520  if &syntax != 'html'  if &syntax != 'html'
11521  setlocal syntax=html  setlocal syntax=html
11522  endif  endif
11523  setlocal tabstop=2  setlocal tabstop=4
11524  setlocal tags=  setlocal tags=
11525  setlocal textwidth=0  setlocal textwidth=0
11526  setlocal thesaurus=  setlocal thesaurus=
11527    setlocal noundofile
11528  setlocal nowinfixheight  setlocal nowinfixheight
11529  setlocal nowinfixwidth  setlocal nowinfixwidth
11530  setlocal wrap  setlocal wrap
# Line 11740  set nosplitright Line 11543  set nosplitright
11543  wincmd t  wincmd t
11544  set winheight=1 winwidth=1  set winheight=1 winwidth=1
11545  argglobal  argglobal
11546  32argu  31argu
 edit scripts/2site  
11547  setlocal keymap=  setlocal keymap=
11548  setlocal noarabic  setlocal noarabic
11549  setlocal autoindent  setlocal autoindent
# Line 11754  setlocal nocindent Line 11556  setlocal nocindent
11556  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11557  setlocal cinoptions=  setlocal cinoptions=
11558  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
11559    setlocal colorcolumn=
11560  setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-  setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
11561  setlocal commentstring=#%s  setlocal commentstring=#%s
11562  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
11563    setlocal concealcursor=
11564    setlocal conceallevel=0
11565  setlocal completefunc=  setlocal completefunc=
11566  setlocal nocopyindent  setlocal nocopyindent
11567    setlocal cryptmethod=
11568    setlocal nocursorbind
11569  setlocal nocursorcolumn  setlocal nocursorcolumn
11570  setlocal nocursorline  setlocal nocursorline
11571  setlocal define=  setlocal define=
# Line 11766  setlocal dictionary= Line 11573  setlocal dictionary=
11573  setlocal nodiff  setlocal nodiff
11574  setlocal equalprg=  setlocal equalprg=
11575  setlocal errorformat=  setlocal errorformat=
11576  setlocal noexpandtab  setlocal expandtab
11577  if &filetype != 'sh'  if &filetype != 'sh'
11578  setlocal filetype=sh  setlocal filetype=sh
11579  endif  endif
# Line 11785  setlocal formatoptions=tcq Line 11592  setlocal formatoptions=tcq
11592  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11593  setlocal grepprg=  setlocal grepprg=
11594  setlocal iminsert=0  setlocal iminsert=0
11595  setlocal imsearch=2  setlocal imsearch=0
11596  setlocal include=  setlocal include=
11597  setlocal includeexpr=  setlocal includeexpr=
11598  setlocal indentexpr=  setlocal indentexpr=
# Line 11809  setlocal nopreserveindent Line 11616  setlocal nopreserveindent
11616  setlocal nopreviewwindow  setlocal nopreviewwindow
11617  setlocal quoteescape=\\  setlocal quoteescape=\\
11618  setlocal noreadonly  setlocal noreadonly
11619    setlocal norelativenumber
11620  setlocal norightleft  setlocal norightleft
11621  setlocal rightleftcmd=search  setlocal rightleftcmd=search
11622  setlocal noscrollbind  setlocal noscrollbind
11623  setlocal shiftwidth=8  setlocal shiftwidth=4
11624  setlocal noshortname  setlocal noshortname
11625  setlocal nosmartindent  setlocal nosmartindent
11626  setlocal softtabstop=0  setlocal softtabstop=0
11627  setlocal nospell  setlocal nospell
11628  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
11629  setlocal spellfile=  setlocal spellfile=
11630  setlocal spelllang=en  setlocal spelllang=en
11631  setlocal statusline=  setlocal statusline=
# Line 11827  setlocal synmaxcol=3000 Line 11635  setlocal synmaxcol=3000
11635  if &syntax != 'sh'  if &syntax != 'sh'
11636  setlocal syntax=sh  setlocal syntax=sh
11637  endif  endif
11638  setlocal tabstop=2  setlocal tabstop=4
11639  setlocal tags=  setlocal tags=
11640  setlocal textwidth=0  setlocal textwidth=0
11641  setlocal thesaurus=  setlocal thesaurus=
11642    setlocal noundofile
11643  setlocal nowinfixheight  setlocal nowinfixheight
11644  setlocal nowinfixwidth  setlocal nowinfixwidth
11645  setlocal wrap  setlocal wrap
11646  setlocal wrapmargin=0  setlocal wrapmargin=0
11647  silent! normal! zE  silent! normal! zE
11648  let s:l = 142 - ((37 * winheight(0) + 19) / 38)  let s:l = 444 - ((7 * winheight(0) + 19) / 38)
11649  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11650  exe s:l  exe s:l
11651  normal! zt  normal! zt
11652  142  444
11653  normal! 0  normal! 09l
11654  tabedit scripts/html2txt  tabedit scripts/html2doc
11655  set splitbelow splitright  set splitbelow splitright
11656  set nosplitbelow  set nosplitbelow
11657  set nosplitright  set nosplitright
11658  wincmd t  wincmd t
11659  set winheight=1 winwidth=1  set winheight=1 winwidth=1
11660  argglobal  argglobal
11661  edit scripts/html2txt  edit scripts/html2doc
11662  setlocal keymap=  setlocal keymap=
11663  setlocal noarabic  setlocal noarabic
11664  setlocal autoindent  setlocal autoindent
# Line 11862  setlocal nocindent Line 11671  setlocal nocindent
11671  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11672  setlocal cinoptions=  setlocal cinoptions=
11673  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
11674    setlocal colorcolumn=
11675  setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-  setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
11676  setlocal commentstring=#%s  setlocal commentstring=#%s
11677  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
11678    setlocal concealcursor=
11679    setlocal conceallevel=0
11680  setlocal completefunc=  setlocal completefunc=
11681  setlocal nocopyindent  setlocal nocopyindent
11682    setlocal cryptmethod=
11683    setlocal nocursorbind
11684  setlocal nocursorcolumn  setlocal nocursorcolumn
11685  setlocal nocursorline  setlocal nocursorline
11686  setlocal define=  setlocal define=
# Line 11874  setlocal dictionary= Line 11688  setlocal dictionary=
11688  setlocal nodiff  setlocal nodiff
11689  setlocal equalprg=  setlocal equalprg=
11690  setlocal errorformat=  setlocal errorformat=
11691  setlocal noexpandtab  setlocal expandtab
11692  if &filetype != 'sh'  if &filetype != 'sh'
11693  setlocal filetype=sh  setlocal filetype=sh
11694  endif  endif
# Line 11917  setlocal nopreserveindent Line 11731  setlocal nopreserveindent
11731  setlocal nopreviewwindow  setlocal nopreviewwindow
11732  setlocal quoteescape=\\  setlocal quoteescape=\\
11733  setlocal noreadonly  setlocal noreadonly
11734    setlocal norelativenumber
11735  setlocal norightleft  setlocal norightleft
11736  setlocal rightleftcmd=search  setlocal rightleftcmd=search
11737  setlocal noscrollbind  setlocal noscrollbind
11738  setlocal shiftwidth=8  setlocal shiftwidth=4
11739  setlocal noshortname  setlocal noshortname
11740  setlocal nosmartindent  setlocal nosmartindent
11741  setlocal softtabstop=0  setlocal softtabstop=0
11742  setlocal nospell  setlocal nospell
11743  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
11744  setlocal spellfile=  setlocal spellfile=
11745  setlocal spelllang=en  setlocal spelllang=en
11746  setlocal statusline=  setlocal statusline=
# Line 11935  setlocal synmaxcol=3000 Line 11750  setlocal synmaxcol=3000
11750  if &syntax != 'sh'  if &syntax != 'sh'
11751  setlocal syntax=sh  setlocal syntax=sh
11752  endif  endif
11753  setlocal tabstop=2  setlocal tabstop=4
11754  setlocal tags=  setlocal tags=
11755  setlocal textwidth=0  setlocal textwidth=0
11756  setlocal thesaurus=  setlocal thesaurus=
11757    setlocal noundofile
11758  setlocal nowinfixheight  setlocal nowinfixheight
11759  setlocal nowinfixwidth  setlocal nowinfixwidth
11760  setlocal wrap  setlocal wrap
11761  setlocal wrapmargin=0  setlocal wrapmargin=0
11762  silent! normal! zE  silent! normal! zE
11763  let s:l = 23 - ((12 * winheight(0) + 11) / 23)  let s:l = 72 - ((26 * winheight(0) + 19) / 38)
11764  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11765  exe s:l  exe s:l
11766  normal! zt  normal! zt
11767  23  72
11768  normal! 025l  normal! 025l
11769  tabedit scripts/update-boot-params  tabedit scripts/html2txt
 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  
11770  set splitbelow splitright  set splitbelow splitright
11771  set nosplitbelow  set nosplitbelow
11772  set nosplitright  set nosplitright
11773  wincmd t  wincmd t
11774  set winheight=1 winwidth=1  set winheight=1 winwidth=1
11775  argglobal  argglobal
11776  edit scripts/html2doc  32argu
11777  setlocal keymap=  setlocal keymap=
11778  setlocal noarabic  setlocal noarabic
11779  setlocal autoindent  setlocal autoindent
# Line 12079  setlocal nocindent Line 11786  setlocal nocindent
11786  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11787  setlocal cinoptions=  setlocal cinoptions=
11788  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
11789    setlocal colorcolumn=
11790  setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-  setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
11791  setlocal commentstring=#%s  setlocal commentstring=#%s
11792  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
11793    setlocal concealcursor=
11794    setlocal conceallevel=0
11795  setlocal completefunc=  setlocal completefunc=
11796  setlocal nocopyindent  setlocal nocopyindent
11797    setlocal cryptmethod=
11798    setlocal nocursorbind
11799  setlocal nocursorcolumn  setlocal nocursorcolumn
11800  setlocal nocursorline  setlocal nocursorline
11801  setlocal define=  setlocal define=
# Line 12091  setlocal dictionary= Line 11803  setlocal dictionary=
11803  setlocal nodiff  setlocal nodiff
11804  setlocal equalprg=  setlocal equalprg=
11805  setlocal errorformat=  setlocal errorformat=
11806  setlocal noexpandtab  setlocal expandtab
11807  if &filetype != 'sh'  if &filetype != 'sh'
11808  setlocal filetype=sh  setlocal filetype=sh
11809  endif  endif
# Line 12109  setlocal formatexpr= Line 11821  setlocal formatexpr=
11821  setlocal formatoptions=tcq  setlocal formatoptions=tcq
11822  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11823  setlocal grepprg=  setlocal grepprg=
11824  setlocal iminsert=0  setlocal iminsert=2
11825  setlocal imsearch=2  setlocal imsearch=2
11826  setlocal include=  setlocal include=
11827  setlocal includeexpr=  setlocal includeexpr=
# Line 12134  setlocal nopreserveindent Line 11846  setlocal nopreserveindent
11846  setlocal nopreviewwindow  setlocal nopreviewwindow
11847  setlocal quoteescape=\\  setlocal quoteescape=\\
11848  setlocal noreadonly  setlocal noreadonly
11849    setlocal norelativenumber
11850  setlocal norightleft  setlocal norightleft
11851  setlocal rightleftcmd=search  setlocal rightleftcmd=search
11852  setlocal noscrollbind  setlocal noscrollbind
11853  setlocal shiftwidth=8  setlocal shiftwidth=4
11854  setlocal noshortname  setlocal noshortname
11855  setlocal nosmartindent  setlocal nosmartindent
11856  setlocal softtabstop=0  setlocal softtabstop=0
11857  setlocal nospell  setlocal nospell
11858  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
11859  setlocal spellfile=  setlocal spellfile=
11860  setlocal spelllang=en  setlocal spelllang=en
11861  setlocal statusline=  setlocal statusline=
# Line 12152  setlocal synmaxcol=3000 Line 11865  setlocal synmaxcol=3000
11865  if &syntax != 'sh'  if &syntax != 'sh'
11866  setlocal syntax=sh  setlocal syntax=sh
11867  endif  endif
11868  setlocal tabstop=2  setlocal tabstop=4
11869  setlocal tags=  setlocal tags=
11870  setlocal textwidth=0  setlocal textwidth=0
11871  setlocal thesaurus=  setlocal thesaurus=
11872    setlocal noundofile
11873  setlocal nowinfixheight  setlocal nowinfixheight
11874  setlocal nowinfixwidth  setlocal nowinfixwidth
11875  setlocal wrap  setlocal wrap
11876  setlocal wrapmargin=0  setlocal wrapmargin=0
11877  silent! normal! zE  silent! normal! zE
11878  let s:l = 2 - ((1 * winheight(0) + 11) / 23)  let s:l = 38 - ((37 * winheight(0) + 19) / 38)
11879  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11880  exe s:l  exe s:l
11881  normal! zt  normal! zt
11882  2  38
11883  normal! 039l  normal! 0
11884  tabedit ../chkNamedLinks  tabedit ../chkNamedLinks
11885  set splitbelow splitright  set splitbelow splitright
11886  set nosplitbelow  set nosplitbelow
# Line 12174  set nosplitright Line 11888  set nosplitright
11888  wincmd t  wincmd t
11889  set winheight=1 winwidth=1  set winheight=1 winwidth=1
11890  argglobal  argglobal
11891  34argu  33argu
11892  setlocal keymap=  setlocal keymap=
11893  setlocal noarabic  setlocal noarabic
11894  setlocal autoindent  setlocal autoindent
# Line 12187  setlocal nocindent Line 11901  setlocal nocindent
11901  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e  setlocal cinkeys=0{,0},0),:,0#,!^F,o,O,e
11902  setlocal cinoptions=  setlocal cinoptions=
11903  setlocal cinwords=if,else,while,do,for,switch  setlocal cinwords=if,else,while,do,for,switch
11904    setlocal colorcolumn=
11905  setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-  setlocal comments=s1:/*,mb:*,ex:*/,://,b:#,:%,:XCOMM,n:>,fb:-
11906  setlocal commentstring=#%s  setlocal commentstring=#%s
11907  setlocal complete=.,w,b,u,t,i  setlocal complete=.,w,b,u,t,i
11908    setlocal concealcursor=
11909    setlocal conceallevel=0
11910  setlocal completefunc=  setlocal completefunc=
11911  setlocal nocopyindent  setlocal nocopyindent
11912    setlocal cryptmethod=
11913    setlocal nocursorbind
11914  setlocal nocursorcolumn  setlocal nocursorcolumn
11915  setlocal nocursorline  setlocal nocursorline
11916  setlocal define=  setlocal define=
# Line 12199  setlocal dictionary= Line 11918  setlocal dictionary=
11918  setlocal nodiff  setlocal nodiff
11919  setlocal equalprg=  setlocal equalprg=
11920  setlocal errorformat=  setlocal errorformat=
11921  setlocal noexpandtab  setlocal expandtab
11922  if &filetype != 'sh'  if &filetype != 'sh'
11923  setlocal filetype=sh  setlocal filetype=sh
11924  endif  endif
# Line 12217  setlocal formatexpr= Line 11936  setlocal formatexpr=
11936  setlocal formatoptions=tcq  setlocal formatoptions=tcq
11937  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*  setlocal formatlistpat=^\\s*\\d\\+[\\]:.)}\\t\ ]\\s*
11938  setlocal grepprg=  setlocal grepprg=
11939  setlocal iminsert=0  setlocal iminsert=2
11940  setlocal imsearch=2  setlocal imsearch=2
11941  setlocal include=  setlocal include=
11942  setlocal includeexpr=  setlocal includeexpr=
# Line 12242  setlocal nopreserveindent Line 11961  setlocal nopreserveindent
11961  setlocal nopreviewwindow  setlocal nopreviewwindow
11962  setlocal quoteescape=\\  setlocal quoteescape=\\
11963  setlocal noreadonly  setlocal noreadonly
11964    setlocal norelativenumber
11965  setlocal norightleft  setlocal norightleft
11966  setlocal rightleftcmd=search  setlocal rightleftcmd=search
11967  setlocal noscrollbind  setlocal noscrollbind
11968  setlocal shiftwidth=8  setlocal shiftwidth=4
11969  setlocal noshortname  setlocal noshortname
11970  setlocal nosmartindent  setlocal nosmartindent
11971  setlocal softtabstop=0  setlocal softtabstop=0
11972  setlocal nospell  setlocal nospell
11973  setlocal spellcapcheck=[.?!]\\_[\\])'\"\        \ ]\\+  setlocal spellcapcheck=
11974  setlocal spellfile=  setlocal spellfile=
11975  setlocal spelllang=en  setlocal spelllang=en
11976  setlocal statusline=  setlocal statusline=
# Line 12260  setlocal synmaxcol=3000 Line 11980  setlocal synmaxcol=3000
11980  if &syntax != 'sh'  if &syntax != 'sh'
11981  setlocal syntax=sh  setlocal syntax=sh
11982  endif  endif
11983  setlocal tabstop=2  setlocal tabstop=4
11984  setlocal tags=  setlocal tags=
11985  setlocal textwidth=0  setlocal textwidth=0
11986  setlocal thesaurus=  setlocal thesaurus=
11987    setlocal noundofile
11988  setlocal nowinfixheight  setlocal nowinfixheight
11989  setlocal nowinfixwidth  setlocal nowinfixwidth
11990  setlocal wrap  setlocal wrap
11991  setlocal wrapmargin=0  setlocal wrapmargin=0
11992  silent! normal! zE  silent! normal! zE
11993  let s:l = 2 - ((0 * winheight(0) + 11) / 23)  let s:l = 1 - ((0 * winheight(0) + 19) / 38)
11994  if s:l < 1 | let s:l = 1 | endif  if s:l < 1 | let s:l = 1 | endif
11995  exe s:l  exe s:l
11996  normal! zt  normal! zt
11997  2  1
11998  normal! 0  normal! 0
11999  tabnext 7  tabnext 26
12000  if exists('s:wipebuf')  if exists('s:wipebuf')
12001    silent exe 'bwipe ' . s:wipebuf    silent exe 'bwipe ' . s:wipebuf
12002  endif  endif

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

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26