| /vim-8.2.3635/runtime/autoload/ |
| H A D | netrwFileHandlers.vim | 120 fun! s:NFH_jpg(jpgfile) 139 fun! s:NFH_gif(giffile) 157 fun! s:NFH_png(pngfile) 211 fun! s:NFH_pdf(pdf) 228 fun! s:NFH_doc(doc) 245 fun! s:NFH_sxw(sxw) 262 fun! s:NFH_xls(xls) 279 fun! s:NFH_ps(ps) 304 fun! s:NFH_eps(eps) 328 fun! s:NFH_fig(fig) [all …]
|
| H A D | gzip.vim | 9 fun s:check(cmd) 26 fun s:set_compression(line) 45 fun gzip#read(cmd) 154 fun gzip#write(cmd) 174 fun gzip#appre(cmd) 204 fun s:tempname(name) 212 fun s:escape(name)
|
| H A D | zip.vim | 66 fun! zip#Browse(zipfile) 162 fun! s:ZipBrowseSelect() 206 fun! zip#Read(fname,mode) 256 fun! zip#Write(fname) 372 fun! zip#Extract() 414 fun! s:Escape(fname,isfilt) 431 fun! s:ChgDir(newdir,errlvl,errmsg) 456 fun! s:Rmdir(fname)
|
| H A D | vimball.vim | 80 fun! vimball#MkVimball(line1,line2,writelevel,...) range 194 fun! vimball#Vimball(really,...) 398 fun! vimball#RmVimball(...) 488 fun! vimball#Decompress(fname,...) 550 fun! vimball#ShowMesg(level,msg) 581 fun! s:ChgDir(newdir) 603 fun! s:RecordInVar(home,cmd) 621 fun! s:RecordInFile(home) 674 fun! vimball#VimballHome() 714 fun! vimball#SaveSettings() [all …]
|
| H A D | netrw.vim | 1308 fun! netrw#Clean(sys) 3353 fun! NetUserPass(...) 5562 fun! netrw#GX() 5666 fun! s:CheckIfKde() 5925 fun! s:NetrwHome() 8277 fun! netrw#Shrink() 11826 fun! s:NetrwBMShow() 12067 fun! s:NetrwExe(cmd) 12508 fun! s:ShowLink() 12536 fun! s:ShowStyle() [all …]
|
| H A D | tar.vim | 107 fun! tar#Browse(tarfile) 238 fun! s:TarBrowseSelect() 284 fun! tar#Read(fname,mode) 380 fun! tar#Write(fname) 565 fun! tar#Diff(userfname,fname) 589 fun! tar#Extract() 724 fun! s:Rmdir(fname) 740 fun! tar#Vimuntar(...)
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | sml.vim | 23 setlocal indentkeys+=0=and,0=else,0=end,0=handle,0=if,0=in,0=let,0=then,0=val,0=fun,0=\|,0=*),0) 91 if lno == -1 || moduleLine =~ '^\s*\(fun\|structure\|signature\)\>' 154 elseif line =~ '^\s*\(fun\|val\|open\|structure\|and\|datatype\|type\|exception\)\>' 166 let lastSwitch = search('\<\(case\|handle\|fun\|datatype\)\>','bW') 200 " Indent if last line starts with 'fun', 'case', 'fn' 201 elseif lline =~ '^\s*\(fun\|fn\|case\)\>' 206 " Don't indent 'let' if last line started with 'fun', 'fn' 208 if lline =~ '^\s*\(fun\|fn\)'
|
| H A D | xml.vim | 65 fun! <SID>XmlIndentWithPattern(line, pat) 71 fun! <SID>XmlIndentSynCheck(lnum) 84 fun! <SID>XmlIndentSum(line, style, add) 104 fun! XmlIndentGet(lnum, use_syntax_check)
|
| H A D | erlang.vim | 571 " - may not precede 'catch': fun if of receive when 762 \ '\<fun\>\%(\s\|\n\|%.*$\|[A-Z_@][a-zA-Z_@]*\)*(', 965 elseif token ==# 'fun' 970 " The "fun" is followed by a variable, so we might have a named fun: 971 " "fun Fun() -> ok end". Thus we take the next token to decide 973 " reference ("fun Mod:Fun"). 980 " (e.g. "fun () -> ok end") 987 call s:Log(' LTI is in a condition; matching "fun" found') 994 call s:Log(' LTI is in a branch; matching "fun" found') 998 call s:Log(' LTI is in a guard; matching "fun" found') [all …]
|
| H A D | cdl.vim | 22 fun! CdlAsignment(lnum, line) 47 fun! CdlGetIndent(lnum)
|
| H A D | ishd.vim | 24 fun! GetIshdIndent(lnum)
|
| /vim-8.2.3635/runtime/plugin/ |
| H A D | logiPat.vim | 61 fun! LogiPat(pat,...) 155 fun! s:LP_PatPush(pat) 165 fun! s:LP_PatPop(lookup) 181 fun! s:LP_OpPush(op) 235 fun! s:LP_Execute(preclvl) 268 fun! s:LP_Not(pat) 282 fun! s:LP_Or(pat1,pat2) 291 fun! s:LP_And(pat1,pat2) 300 fun! s:StackLook(description)
|
| H A D | netrwPlugin.vim | 102 fun! s:LocalBrowse(dirname) 154 fun! s:VimEnter(dirname) 177 fun! NetrwStatusLine() 194 fun! NetUserPass(...)
|
| /vim-8.2.3635/runtime/macros/ |
| H A D | less.vim | 83 fun! s:Help() 117 fun! s:NextPage() 198 fun! s:Forward() 209 fun! s:Backward() 228 fun! s:End()
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/ |
| H A D | matchit.vim | 236 fun! s:CleanUp(options, mode, startpos, ...) 330 fun! s:ParseWords(groups) 366 fun! s:Wholematch(string, pat, start) 386 fun! s:Ref(string, d, ...) 431 fun! s:Count(string, pattern, ...) 457 fun! s:Resolve(source, target, output) 546 fun! matchit#Match_debug() 577 fun! matchit#MultiMatch(spflag, mode) 689 " fun! s:Autocomplete() 730 " fun! s:Gthhoh() [all …]
|
| /vim-8.2.3635/runtime/lang/ |
| H A D | menu_chinese_gb.936.vim | 30 " fun! s:Helpfind() 99 " fun! s:SearchP() 104 " fun! s:TagFiles() 129 " fun! s:TextWidth() 134 " fun! s:FileFormat() 305 fun Do_toolbar_tmenu()
|
| H A D | menu_zh_cn.utf-8.vim | 30 " fun! s:Helpfind() 99 " fun! s:SearchP() 104 " fun! s:TagFiles() 129 " fun! s:TextWidth() 134 " fun! s:FileFormat() 305 fun Do_toolbar_tmenu()
|
| /vim-8.2.3635/runtime/ |
| H A D | menu.vim | 107 fun! s:Helpfind() 217 fun! s:EditVimrc() 239 fun! s:FixFText() 275 fun! s:SearchP() 285 fun! s:TagFiles() 334 fun! s:TextWidth() 347 fun! s:FileFormat() 908 fun MenuExplOpen() 1143 fun! s:LoadVimSesn() 1153 fun! s:SaveVimSesn() [all …]
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | art.vim | 15 setl lw+=def-art-fun,deffacts,defglobal,defrule,defschema,for,schema,while
|
| /vim-8.2.3635/runtime/tutor/ |
| H A D | tutor.el.cp737 | 157 ---> There are a some words fun that don't belong paper in this sentence. 224 2) Mud is fun,
|
| H A D | tutor.el.utf-8 | 157 ---> There are a some words fun that don't belong paper in this sentence. 224 2) Mud is fun,
|
| H A D | tutor.zh_tw.utf-8 | 164 ---> There are a some words fun that don't belong paper in this sentence. 233 2) Mud is fun,
|
| H A D | tutor.zh.utf-8 | 164 ---> There are a some words fun that don't belong paper in this sentence. 233 2) Mud is fun,
|
| H A D | tutor.zh.euc | 203 ---> There are a some words fun that don't belong paper in this sentence. 315 ---> 2) Mud is fun,
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | art.vim | 17 syn keyword artspform declare def-art-fun deffacts defglobal defrule defschema do
|