Lines Matching refs:s

25 "    (there's no difference between begin/end patterns)
47 let s:keepcpo= &cpo
52 let s:tex_fast= "bcmMprsSvV"
57 let s:tex_fast= ""
59 let s:tex_fast= g:tex_fast
64 " a=accents/ligatures d=delimiters m=math symbols g=Greek s=superscripts/subscripts
66 let s:tex_conceal= 'abdmgsS'
68 let s:tex_conceal= g:tex_conceal
71 let s:tex_superscripts= '[0-9a-zA-W.,:;+-<>/()=]'
73 let s:tex_superscripts= g:tex_superscripts
76 let s:tex_subscripts= '[0-9aehijklmnoprstuvx,+-/().]'
78 let s:tex_subscripts= g:tex_subscripts
86 let s:extfname=expand("%:e")
90 …if s:extfname == "sty" || s:extfname == "cls" || s:extfname == "clo" || s:extfname == "dtx" || s:e…
99 let s:tex_fold_enabled= 0
101 let s:tex_fold_enabled= 0
104 let s:tex_fold_enabled= 1
106 if s:tex_fold_enabled && &fdm == "manual"
109 if s:tex_fold_enabled && has("folding")
136 let s:tex_no_error= 1
138 let s:tex_no_error= 0
141 let s:tex_comment_nospell= 1
143 let s:tex_comment_nospell= 0
146 let s:tex_nospell = 1
148 let s:tex_nospell = 0
151 let s:tex_matchcheck= g:tex_matchcheck
153 let s:tex_matchcheck= '[({[]'
156 let s:tex_excludematcher= g:tex_excludematcher
158 let s:tex_excludematcher= 0
164 if !s:tex_no_error
171 if !s:tex_excludematcher
175 if !s:tex_nospell
193 if !s:tex_no_error
214 if s:tex_fast =~# 'm'
215 if !s:tex_no_error
216 if s:tex_matchcheck =~ '{'
220 if s:tex_matchcheck =~ '\['
225 if s:tex_matchcheck =~ '{'
229 if s:tex_matchcheck =~ '\['
234 if s:tex_matchcheck =~ '('
235 if !s:tex_nospell
242 if !s:tex_no_error
243 if s:tex_matchcheck =~ '('
249 if s:tex_fast =~# 'M'
251 if !s:tex_no_error
265 if !s:tex_no_error
293 if s:tex_fast =~# 'm'
300 if s:tex_fast =~# 'm'
305 if s:tex_fold_enabled && has("folding")
310 syn match texInput "\\input\s\+[a-zA-Z/.0-9_^]\+"hs=s+7 contains=texStatement
311 syn match texInputFile "\\include\(graphics\|list\)\=\(\[.\{-}\]\)\=\s*{.\{-}}" contains=texStatem…
312 syn match texInputFile "\\\(epsfig\|input\|usepackage\)\s*\(\[.*\]\)\={.\{-}}" contains=texStatem…
314 if s:tex_fast =~# 'm'
329 if s:tex_conceal !~# 'b'
377 if s:tex_fast =~# 'p'
378 if !s:tex_nospell
379 …on texDocZone matchgroup=texSection start='\\begin\s*{\s*document\s*}' end='\\end\s*{\s*document…
380 …rtZone matchgroup=texSection start='\\part\>' end='\ze\s*\\\%(part\>\|end\s*{\s*document\s*}\)…
381 …matchgroup=texSection start='\\chapter\>' end='\ze\s*\\\%(chapter\>\|part\>\|end\s*{\s*document\
382 …group=texSection start='\\section\>' end='\ze\s*\\\%(section\>\|chapter\>\|part\>\|end\s*{\s*doc…
383 …xSection start='\\subsection\>' end='\ze\s*\\\%(\%(sub\)\=section\>\|chapter\>\|part\>\|end\s*{\
384 …ion start='\\subsubsection\>' end='\ze\s*\\\%(\%(sub\)\{,2}section\>\|chapter\>\|part\>\|end\s*{…
385 …ion start='\\paragraph\>' end='\ze\s*\\\%(paragraph\>\|\%(sub\)*section\>\|chapter\>\|part\>\|en…
386 …t='\\subparagraph\>' end='\ze\s*\\\%(\%(sub\)\=paragraph\>\|\%(sub\)*section\>\|chapter\>\|part\…
387 …TexFold syn region texTitle matchgroup=texSection start='\\\%(author\|title\)\>\s*{' end='}' …
388 …on texAbstract matchgroup=texSection start='\\begin\s*{\s*abstract\s*}' end='\\end\s*{\s*abstract…
390 …on texDocZone matchgroup=texSection start='\\begin\s*{\s*document\s*}' end='\\end\s*{\s*document…
391 …rtZone matchgroup=texSection start='\\part\>' end='\ze\s*\\\%(part\>\|end\s*{\s*document\s*}\)…
392 …matchgroup=texSection start='\\chapter\>' end='\ze\s*\\\%(chapter\>\|part\>\|end\s*{\s*document\
393 …group=texSection start='\\section\>' end='\ze\s*\\\%(section\>\|chapter\>\|part\>\|end\s*{\s*doc…
394 …xSection start='\\subsection\>' end='\ze\s*\\\%(\%(sub\)\=section\>\|chapter\>\|part\>\|end\s*{\
395 …ion start='\\subsubsection\>' end='\ze\s*\\\%(\%(sub\)\{,2}section\>\|chapter\>\|part\>\|end\s*{…
396 …ion start='\\paragraph\>' end='\ze\s*\\\%(paragraph\>\|\%(sub\)*section\>\|chapter\>\|part\>\|en…
397 …t='\\subparagraph\>' end='\ze\s*\\\%(\%(sub\)\=paragraph\>\|\%(sub\)*section\>\|chapter\>\|part\…
398 …TexFold syn region texTitle matchgroup=texSection start='\\\%(author\|title\)\>\s*{' end='}' …
399 …on texAbstract matchgroup=texSection start='\\begin\s*{\s*abstract\s*}' end='\\end\s*{\s*abstract…
404 if s:tex_fast =~# 'b'
405 if s:tex_conceal =~# 'b'
407 …syn region texBoldStyle matchgroup=texTypeStyle start="\\textbf\s*{" matchgroup=texTypeStyle end=…
408 …syn region texBoldItalStyle matchgroup=texTypeStyle start="\\textit\s*{" matchgroup=texTypeStyle …
409 …syn region texItalStyle matchgroup=texTypeStyle start="\\textit\s*{" matchgroup=texTypeStyle end=…
410 …syn region texItalBoldStyle matchgroup=texTypeStyle start="\\textbf\s*{" matchgroup=texTypeStyle …
411 …syn region texEmphStyle matchgroup=texTypeStyle start="\\emph\s*{" matchgroup=texTypeStyle end=…
412 …syn region texEmphStyle matchgroup=texTypeStyle start="\\texts[cfl]\s*{" matchgroup=texTypeStyle …
413 …syn region texEmphStyle matchgroup=texTypeStyle start="\\textup\s*{" matchgroup=texTypeStyle end=…
414 …syn region texEmphStyle matchgroup=texTypeStyle start="\\texttt\s*{" matchgroup=texTypeStyle end=…
416 …syn region texBoldStyle matchgroup=texTypeStyle start="\\textbf\s*{" matchgroup=texTypeStyle end=…
417 …syn region texBoldItalStyle matchgroup=texTypeStyle start="\\textit\s*{" matchgroup=texTypeStyle …
418 …syn region texItalStyle matchgroup=texTypeStyle start="\\textit\s*{" matchgroup=texTypeStyle end=…
419 …syn region texItalBoldStyle matchgroup=texTypeStyle start="\\textbf\s*{" matchgroup=texTypeStyle …
420 …syn region texEmphStyle matchgroup=texTypeStyle start="\\emph\s*{" matchgroup=texTypeStyle end=…
421 …syn region texEmphStyle matchgroup=texTypeStyle start="\\texts[cfl]\s*{" matchgroup=texTypeStyle …
422 …syn region texEmphStyle matchgroup=texTypeStyle start="\\textup\s*{" matchgroup=texTypeStyle end=…
423 …syn region texEmphStyle matchgroup=texTypeStyle start="\\texttt\s*{" matchgroup=texTypeStyle end=…
429 if !exists("g:tex_no_math") && !s:tex_no_error
430 syn match texBadMath "\\end\s*{\s*\(array\|[bBpvV]matrix\|split\|smallmatrix\)\s*}"
431 syn match texBadMath "\\end\s*{\s*\(displaymath\|equation\|eqnarray\|math\)\*\=\s*}"
444 if s:tex_fold_enabled
450 if s:tex_fast =~# 'M'
451 … region '.grpname.' start='."'".'\\begin\s*{\s*'.a:mathzone.'\s*}'."'".' end='."'".'\\end\s*{\s*'.…
452 exe 'syn sync match '.syncname.' grouphere '.grpname.' "\\begin\s*{\s*'.a:mathzone.'\*\s*}"'
453 exe 'syn sync match '.syncname.' grouphere '.grpname.' "\\begin\s*{\s*'.a:mathzone.'\*\s*}"'
460 if s:tex_fast =~# 'M'
461 …egion '.grpname.' start='."'".'\\begin\s*{\s*'.a:mathzone.'\*\s*}'."'".' end='."'".'\\end\s*{\s*'.…
462 exe 'syn sync match '.syncname.' grouphere '.grpname.' "\\begin\s*{\s*'.a:mathzone.'\*\s*}"'
463 exe 'syn sync match '.syncname.' grouphere '.grpname.' "\\begin\s*{\s*'.a:mathzone.'\*\s*}"'
476 if s:tex_fast =~# 'M'
477 if has("conceal") && &enc == 'utf-8' && s:tex_conceal =~# 'd'
488 …syn region texMathZoneZ matchgroup=texStatement start="\\ensuremath\s*{" matchgroup=texStatement e…
494 if s:tex_fast =~# 'M'
496 …syn region texMathText matchgroup=texStatement start='\\\(\(inter\)\=text\|mbox\)\s*{' end='}' con…
498 …syn region texMathText matchgroup=texStatement start='\\\(\(inter\)\=text\|mbox\)\s*{' end='}' con…
504 if has("conceal") && &enc == 'utf-8' && s:tex_conceal =~# 'm'
508 let s:texMathDelimList=[
537 let s:texMathDelimList= s:texMathDelimList + [
541 let s:texMathDelimList= s:texMathDelimList + [
546 for texmath in s:texMathDelimList
577 if s:tex_conceal !~# 'S'
587 " Documented TeX Format: ^^A... -and- leading %s (only)
588 if !s:tex_comment_nospell
596 if s:extfname == "dtx"
600 if s:tex_fold_enabled
604 if s:tex_fast =~# 'c'
605 …TexFold syn region texComment start="^\zs\s*%.*\_s*%" skip="^\s*%" end='^\ze\s*[^%]' contains…
606 … region texNoSpell contained matchgroup=texComment start="%\s*nospell\s*{" end="%\s*nospell\s*}" …
610 if s:tex_fast =~# 'c'
611 …region texNoSpell contained matchgroup=texComment start="%\s*nospell\s*{" end="%\s*nospell\s*}" c…
617 if !s:tex_nospell
618 …TexFold syn region texDocZone matchgroup=texSection start='^\s*%begin-include\>' end='^\s*%end-…
620 …TexFold syn region texDocZone matchgroup=texSection start='^\s*%begin-include\>' end='^\s*%end-…
626 if s:tex_fast =~# 'v'
646 if s:tex_fast =~# 'r'
660 if s:tex_fast =~# 'V'
661 …syn region texCmdName contained matchgroup=Delimiter start="{"rs=s+1 end="}" nextgroup=texCmdArg…
662 …syn region texCmdArgs contained matchgroup=Delimiter start="\["rs=s+1 end="]" nextgroup=texCmdBod…
663 …syn region texCmdBody contained matchgroup=Delimiter start="{"rs=s+1 skip="\\\\\|\\[{}]" matchgrou…
666 if s:tex_fast =~# 'V'
667 …syn region texEnvName contained matchgroup=Delimiter start="{"rs=s+1 end="}" nextgroup=texEnvBgn…
668 …syn region texEnvBgn contained matchgroup=Delimiter start="{"rs=s+1 end="}" nextgroup=texEnvEnd…
669 …syn region texEnvEnd contained matchgroup=Delimiter start="{"rs=s+1 end="}" skipwhite skipnl co…
685 syn match texLength "\<\d\+\([.,]\d\+\)\=\s*\(true\)\=\s*\(bp\|cc\|cm\|dd\|em\|ex\|in\|mm\|pc\|pt…
691 if !s:tex_no_error
692 if s:tex_fast =~# 'S'
696 if s:tex_fast =~# 'S'
707 if s:tex_conceal =~# 'm'
708 let s:texMathList=[
879 let s:texMathList= s:texMathList + [
883 let s:texMathList= s:texMathList + [
887 for texmath in s:texMathList
915 syn match texMathSymbol '\\hat{s}' contained conceal cchar=ŝ
942 syn match texMathSymbol '\\dot{s}' contained conceal cchar=ṡ
969 if s:tex_conceal =~# 'g'
970 fun! s:Greek(group,pat,cchar)
973 call s:Greek('texGreek','\\alpha\>' ,'α')
974 call s:Greek('texGreek','\\beta\>' ,'β')
975 call s:Greek('texGreek','\\gamma\>' ,'γ')
976 call s:Greek('texGreek','\\delta\>' ,'δ')
977 call s:Greek('texGreek','\\epsilon\>' ,'ϵ')
978 call s:Greek('texGreek','\\varepsilon\>' ,'ε')
979 call s:Greek('texGreek','\\zeta\>' ,'ζ')
980 call s:Greek('texGreek','\\eta\>' ,'η')
981 call s:Greek('texGreek','\\theta\>' ,'θ')
982 call s:Greek('texGreek','\\vartheta\>' ,'ϑ')
983 call s:Greek('texGreek','\\iota\>' ,'ι')
984 call s:Greek('texGreek','\\kappa\>' ,'κ')
985 call s:Greek('texGreek','\\lambda\>' ,'λ')
986 call s:Greek('texGreek','\\mu\>' ,'μ')
987 call s:Greek('texGreek','\\nu\>' ,'ν')
988 call s:Greek('texGreek','\\xi\>' ,'ξ')
989 call s:Greek('texGreek','\\pi\>' ,'π')
990 call s:Greek('texGreek','\\varpi\>' ,'ϖ')
991 call s:Greek('texGreek','\\rho\>' ,'ρ')
992 call s:Greek('texGreek','\\varrho\>' ,'ϱ')
993 call s:Greek('texGreek','\\sigma\>' ,'σ')
994 call s:Greek('texGreek','\\varsigma\>' ,'ς')
995 call s:Greek('texGreek','\\tau\>' ,'τ')
996 call s:Greek('texGreek','\\upsilon\>' ,'υ')
997 call s:Greek('texGreek','\\phi\>' ,'ϕ')
998 call s:Greek('texGreek','\\varphi\>' ,'φ')
999 call s:Greek('texGreek','\\chi\>' ,'χ')
1000 call s:Greek('texGreek','\\psi\>' ,'ψ')
1001 call s:Greek('texGreek','\\omega\>' ,'ω')
1002 call s:Greek('texGreek','\\Gamma\>' ,'Γ')
1003 call s:Greek('texGreek','\\Delta\>' ,'Δ')
1004 call s:Greek('texGreek','\\Theta\>' ,'Θ')
1005 call s:Greek('texGreek','\\Lambda\>' ,'Λ')
1006 call s:Greek('texGreek','\\Xi\>' ,'Ξ')
1007 call s:Greek('texGreek','\\Pi\>' ,'Π')
1008 call s:Greek('texGreek','\\Sigma\>' ,'Σ')
1009 call s:Greek('texGreek','\\Upsilon\>' ,'Υ')
1010 call s:Greek('texGreek','\\Phi\>' ,'Φ')
1011 call s:Greek('texGreek','\\Chi\>' ,'Χ')
1012 call s:Greek('texGreek','\\Psi\>' ,'Ψ')
1013 call s:Greek('texGreek','\\Omega\>' ,'Ω')
1014 delfun s:Greek
1018 if s:tex_conceal =~# 's'
1019 if s:tex_fast =~# 's'
1023 " s:SuperSub:
1024 fun! s:SuperSub(group,leader,pat,cchar)
1025 …:pat =~# '^\\' || (a:leader == '\^' && a:pat =~# s:tex_superscripts) || (a:leader == '_' && a:pat …
1028 …exe 'syn match '.a:group."s '".a:pat ."' contained conceal cchar=".a:cchar.' nextgroup='.a:…
1031 call s:SuperSub('texSuperscript','\^','0','⁰')
1032 call s:SuperSub('texSuperscript','\^','1','¹')
1033 call s:SuperSub('texSuperscript','\^','2','²')
1034 call s:SuperSub('texSuperscript','\^','3','³')
1035 call s:SuperSub('texSuperscript','\^','4','⁴')
1036 call s:SuperSub('texSuperscript','\^','5','⁵')
1037 call s:SuperSub('texSuperscript','\^','6','⁶')
1038 call s:SuperSub('texSuperscript','\^','7','⁷')
1039 call s:SuperSub('texSuperscript','\^','8','⁸')
1040 call s:SuperSub('texSuperscript','\^','9','⁹')
1041 call s:SuperSub('texSuperscript','\^','a','ᵃ')
1042 call s:SuperSub('texSuperscript','\^','b','ᵇ')
1043 call s:SuperSub('texSuperscript','\^','c','ᶜ')
1044 call s:SuperSub('texSuperscript','\^','d','ᵈ')
1045 call s:SuperSub('texSuperscript','\^','e','ᵉ')
1046 call s:SuperSub('texSuperscript','\^','f','ᶠ')
1047 call s:SuperSub('texSuperscript','\^','g','ᵍ')
1048 call s:SuperSub('texSuperscript','\^','h','ʰ')
1049 call s:SuperSub('texSuperscript','\^','i','ⁱ')
1050 call s:SuperSub('texSuperscript','\^','j','ʲ')
1051 call s:SuperSub('texSuperscript','\^','k','ᵏ')
1052 call s:SuperSub('texSuperscript','\^','l','ˡ')
1053 call s:SuperSub('texSuperscript','\^','m','ᵐ')
1054 call s:SuperSub('texSuperscript','\^','n','ⁿ')
1055 call s:SuperSub('texSuperscript','\^','o','ᵒ')
1056 call s:SuperSub('texSuperscript','\^','p','ᵖ')
1057 call s:SuperSub('texSuperscript','\^','r','ʳ')
1058 call s:SuperSub('texSuperscript','\^','s','ˢ')
1059 call s:SuperSub('texSuperscript','\^','t','ᵗ')
1060 call s:SuperSub('texSuperscript','\^','u','ᵘ')
1061 call s:SuperSub('texSuperscript','\^','v','ᵛ')
1062 call s:SuperSub('texSuperscript','\^','w','ʷ')
1063 call s:SuperSub('texSuperscript','\^','x','ˣ')
1064 call s:SuperSub('texSuperscript','\^','y','ʸ')
1065 call s:SuperSub('texSuperscript','\^','z','ᶻ')
1066 call s:SuperSub('texSuperscript','\^','A','ᴬ')
1067 call s:SuperSub('texSuperscript','\^','B','ᴮ')
1068 call s:SuperSub('texSuperscript','\^','D','ᴰ')
1069 call s:SuperSub('texSuperscript','\^','E','ᴱ')
1070 call s:SuperSub('texSuperscript','\^','G','ᴳ')
1071 call s:SuperSub('texSuperscript','\^','H','ᴴ')
1072 call s:SuperSub('texSuperscript','\^','I','ᴵ')
1073 call s:SuperSub('texSuperscript','\^','J','ᴶ')
1074 call s:SuperSub('texSuperscript','\^','K','ᴷ')
1075 call s:SuperSub('texSuperscript','\^','L','ᴸ')
1076 call s:SuperSub('texSuperscript','\^','M','ᴹ')
1077 call s:SuperSub('texSuperscript','\^','N','ᴺ')
1078 call s:SuperSub('texSuperscript','\^','O','ᴼ')
1079 call s:SuperSub('texSuperscript','\^','P','ᴾ')
1080 call s:SuperSub('texSuperscript','\^','R','ᴿ')
1081 call s:SuperSub('texSuperscript','\^','T','ᵀ')
1082 call s:SuperSub('texSuperscript','\^','U','ᵁ')
1083 call s:SuperSub('texSuperscript','\^','V','ⱽ')
1084 call s:SuperSub('texSuperscript','\^','W','ᵂ')
1085 call s:SuperSub('texSuperscript','\^',',','︐')
1086 call s:SuperSub('texSuperscript','\^',':','︓')
1087 call s:SuperSub('texSuperscript','\^',';','︔')
1088 call s:SuperSub('texSuperscript','\^','+','⁺')
1089 call s:SuperSub('texSuperscript','\^','-','⁻')
1090 call s:SuperSub('texSuperscript','\^','<','˂')
1091 call s:SuperSub('texSuperscript','\^','>','˃')
1092 call s:SuperSub('texSuperscript','\^','/','ˊ')
1093 call s:SuperSub('texSuperscript','\^','(','⁽')
1094 call s:SuperSub('texSuperscript','\^',')','⁾')
1095 call s:SuperSub('texSuperscript','\^','\.','˙')
1096 call s:SuperSub('texSuperscript','\^','=','˭')
1097 call s:SuperSub('texSubscript','_','0','₀')
1098 call s:SuperSub('texSubscript','_','1','₁')
1099 call s:SuperSub('texSubscript','_','2','₂')
1100 call s:SuperSub('texSubscript','_','3','₃')
1101 call s:SuperSub('texSubscript','_','4','₄')
1102 call s:SuperSub('texSubscript','_','5','₅')
1103 call s:SuperSub('texSubscript','_','6','₆')
1104 call s:SuperSub('texSubscript','_','7','₇')
1105 call s:SuperSub('texSubscript','_','8','₈')
1106 call s:SuperSub('texSubscript','_','9','₉')
1107 call s:SuperSub('texSubscript','_','a','ₐ')
1108 call s:SuperSub('texSubscript','_','e','ₑ')
1109 call s:SuperSub('texSubscript','_','h','ₕ')
1110 call s:SuperSub('texSubscript','_','i','ᵢ')
1111 call s:SuperSub('texSubscript','_','j','ⱼ')
1112 call s:SuperSub('texSubscript','_','k','ₖ')
1113 call s:SuperSub('texSubscript','_','l','ₗ')
1114 call s:SuperSub('texSubscript','_','m','ₘ')
1115 call s:SuperSub('texSubscript','_','n','ₙ')
1116 call s:SuperSub('texSubscript','_','o','ₒ')
1117 call s:SuperSub('texSubscript','_','p','ₚ')
1118 call s:SuperSub('texSubscript','_','r','ᵣ')
1119 call s:SuperSub('texSubscript','_','s','ₛ')
1120 call s:SuperSub('texSubscript','_','t','ₜ')
1121 call s:SuperSub('texSubscript','_','u','ᵤ')
1122 call s:SuperSub('texSubscript','_','v','ᵥ')
1123 call s:SuperSub('texSubscript','_','x','ₓ')
1124 call s:SuperSub('texSubscript','_',',','︐')
1125 call s:SuperSub('texSubscript','_','+','₊')
1126 call s:SuperSub('texSubscript','_','-','₋')
1127 call s:SuperSub('texSubscript','_','/','ˏ')
1128 call s:SuperSub('texSubscript','_','(','₍')
1129 call s:SuperSub('texSubscript','_',')','₎')
1130 call s:SuperSub('texSubscript','_','\.','‸')
1131 call s:SuperSub('texSubscript','_','r','ᵣ')
1132 call s:SuperSub('texSubscript','_','v','ᵥ')
1133 call s:SuperSub('texSubscript','_','x','ₓ')
1134 call s:SuperSub('texSubscript','_','\\beta\>' ,'ᵦ')
1135 call s:SuperSub('texSubscript','_','\\delta\>','ᵨ')
1136 call s:SuperSub('texSubscript','_','\\phi\>' ,'ᵩ')
1137 call s:SuperSub('texSubscript','_','\\gamma\>','ᵧ')
1138 call s:SuperSub('texSubscript','_','\\chi\>' ,'ᵪ')
1140 delfun s:SuperSub
1144 if s:tex_conceal =~# 'a'
1151 fun! s:Accents(chr,...)
1162 …exe "syn match texAccent '".'\\'.accent.'\(\s*{'.a:chr.'}\|\s\+'.a:chr.'\)'."' conceal cchar=".a:{…
1164 … exe "syn match texAccent '".'\\'.accent.'\s*\({'.a:chr.'}\|'.a:chr.'\)'."' conceal cchar=".a:{i}
1170 call s:Accents('a','à','á','â','ä','ã','ȧ','ā',' ',' ','ą','å','ă','ǎ')
1171 call s:Accents('A','À','Á','Â','Ä','Ã','Ȧ','Ā',' ',' ','Ą','Å','Ă','Ǎ')
1172 call s:Accents('c',' ','ć','ĉ',' ',' ','ċ',' ','ç',' ',' ',' ',' ','č')
1173 call s:Accents('C',' ','Ć','Ĉ',' ',' ','Ċ',' ','Ç',' ',' ',' ',' ','Č')
1174 call s:Accents('d',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','ď')
1175 call s:Accents('D',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','Ď')
1176 call s:Accents('e','è','é','ê','ë','ẽ','ė','ē','ȩ',' ','ę',' ','ĕ','ě')
1177 call s:Accents('E','È','É','Ê','Ë','Ẽ','Ė','Ē','Ȩ',' ','Ę',' ','Ĕ','Ě')
1178 call s:Accents('g',' ','ǵ','ĝ',' ',' ','ġ',' ','ģ',' ',' ',' ','ğ','ǧ')
1179 call s:Accents('G',' ','Ǵ','Ĝ',' ',' ','Ġ',' ','Ģ',' ',' ',' ','Ğ','Ǧ')
1180 call s:Accents('h',' ',' ','ĥ',' ',' ',' ',' ',' ',' ',' ',' ',' ','ȟ')
1181 call s:Accents('H',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','Ȟ')
1182 call s:Accents('i','ì','í','î','ï','ĩ','į','ī',' ',' ','į',' ','ĭ','ǐ')
1183 call s:Accents('I','Ì','Í','Î','Ï','Ĩ','İ','Ī',' ',' ','Į',' ','Ĭ','Ǐ')
1184 call s:Accents('J',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ','ǰ')
1185 call s:Accents('k',' ',' ',' ',' ',' ',' ',' ','ķ',' ',' ',' ',' ','ǩ')
1186 call s:Accents('K',' ',' ',' ',' ',' ',' ',' ','Ķ',' ',' ',' ',' ','Ǩ')
1187 call s:Accents('l',' ','ĺ','ľ',' ',' ',' ',' ','ļ',' ',' ',' ',' ','ľ')
1188 call s:Accents('L',' ','Ĺ','Ľ',' ',' ',' ',' ','Ļ',' ',' ',' ',' ','Ľ')
1189 call s:Accents('n',' ','ń',' ',' ','ñ',' ',' ','ņ',' ',' ',' ',' ','ň')
1190 call s:Accents('N',' ','Ń',' ',' ','Ñ',' ',' ','Ņ',' ',' ',' ',' ','Ň')
1191 call s:Accents('o','ò','ó','ô','ö','õ','ȯ','ō',' ','ő','ǫ',' ','ŏ','ǒ')
1192 call s:Accents('O','Ò','Ó','Ô','Ö','Õ','Ȯ','Ō',' ','Ő','Ǫ',' ','Ŏ','Ǒ')
1193 call s:Accents('r',' ','ŕ',' ',' ',' ',' ',' ','ŗ',' ',' ',' ',' ','ř')
1194 call s:Accents('R',' ','Ŕ',' ',' ',' ',' ',' ','Ŗ',' ',' ',' ',' ','Ř')
1195 call s:Accents('s',' ','ś','ŝ',' ',' ',' ',' ','ş',' ','ȿ',' ',' ','š')
1196 call s:Accents('S',' ','Ś','Ŝ',' ',' ',' ',' ','Ş',' ',' ',' ',' ','Š')
1197 call s:Accents('t',' ',' ',' ',' ',' ',' ',' ','ţ',' ',' ',' ',' ','ť')
1198 call s:Accents('T',' ',' ',' ',' ',' ',' ',' ','Ţ',' ',' ',' ',' ','Ť')
1199 call s:Accents('u','ù','ú','û','ü','ũ',' ','ū',' ','ű','ų','ů','ŭ','ǔ')
1200 call s:Accents('U','Ù','Ú','Û','Ü','Ũ',' ','Ū',' ','Ű','Ų','Ů','Ŭ','Ǔ')
1201 call s:Accents('w',' ',' ','ŵ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ')
1202 call s:Accents('W',' ',' ','Ŵ',' ',' ',' ',' ',' ',' ',' ',' ',' ',' ')
1203 call s:Accents('y','ỳ','ý','ŷ','ÿ','ỹ',' ',' ',' ',' ',' ',' ',' ',' ')
1204 call s:Accents('Y','Ỳ','Ý','Ŷ','Ÿ','Ỹ',' ',' ',' ',' ',' ',' ',' ',' ')
1205 call s:Accents('z',' ','ź',' ',' ',' ','ż',' ',' ',' ',' ',' ',' ','ž')
1206 call s:Accents('Z',' ','Ź',' ',' ',' ','Ż',' ',' ',' ',' ',' ',' ','Ž')
1207 call s:Accents('\\i','ì','í','î','ï','ĩ','į',' ',' ',' ',' ',' ','ĭ',' ')
1209 delfun s:Accents
1336 unlet s:extfname
1338 let &cpo = s:keepcpo
1339 unlet s:keepcpo