| /vim-8.2.3635/src/ |
| H A D | configure.ac | 40 fi 52 fi 62 fi 63 fi 75 fi 94 fi 112 fi 140 fi 148 fi 158 fi [all …]
|
| H A D | help.c | 797 int fi; in fix_help_buffer() local 853 for (fi = 0; fi < fcount; ++fi) in fix_help_buffer() 855 if (fnames[fi] == NULL) in fix_help_buffer() 857 fd = mch_fopen((char *)fnames[fi], "r"); in fix_help_buffer() 966 int fi; in helptags_one() local 1027 for (fi = 0; fi < filecount && !got_int; ++fi) in helptags_one() 1029 fd = mch_fopen((char *)files[fi], "r"); in helptags_one() 1032 semsg(_("E153: Unable to open %s for reading"), files[fi]); in helptags_one() 1035 fname = files[fi] + dirlen + 1; in helptags_one() 1065 semsg(_("E670: Mix of help file encodings within a language: %s"), files[fi]); in helptags_one()
|
| H A D | eval.c | 1626 return fi; in eval_for_line() 1636 return fi; in eval_for_line() 1669 fi->fi_bi = 0; in eval_for_line() 1700 return fi; in eval_for_line() 1741 if (fi->fi_bi >= blob_len(fi->fi_blob)) in next_for_item() 1745 tv.vval.v_number = blob_get(fi->fi_blob, fi->fi_bi); in next_for_item() 1746 ++fi->fi_bi; in next_for_item() 1758 len = mb_ptr2len(fi->fi_string + fi->fi_byte_idx); in next_for_item() 1765 ++fi->fi_bi; in next_for_item() 1781 ++fi->fi_bi; in next_for_item() [all …]
|
| H A D | ex_eval.c | 1229 void *fi; in ex_while() local 1240 fi = cstack->cs_forinfo[cstack->cs_idx]; in ex_while() 1244 skip_for_lines(fi, &evalarg); in ex_while() 1251 fi = eval_for_line(eap->arg, &error, eap, &evalarg); in ex_while() 1252 cstack->cs_forinfo[cstack->cs_idx] = fi; in ex_while() 1259 if (!error && fi != NULL && !skip) in ex_while() 1260 result = next_for_item(fi, eap->arg); in ex_while() 1266 free_for_info(fi); in ex_while()
|
| H A D | quickfix.c | 6170 int fi; in vgr_process_files() local 6189 for (fi = 0; fi < cmd_args->fcount && !got_int && cmd_args->tomatch > 0; in vgr_process_files() 6190 ++fi) in vgr_process_files() 6192 fname = shorten_fname1(cmd_args->fnames[fi]); in vgr_process_files() 6201 buf = buflist_findname_exp(cmd_args->fnames[fi]); in vgr_process_files() 8119 int fi; in hgr_search_files_in_dir() local 8128 for (fi = 0; fi < fcount && !got_int; ++fi) in hgr_search_files_in_dir() 8133 && STRNICMP(lang, fnames[fi] in hgr_search_files_in_dir() 8134 + STRLEN(fnames[fi]) - 3, 2) != 0 in hgr_search_files_in_dir() 8136 && STRNICMP("txt", fnames[fi] in hgr_search_files_in_dir() [all …]
|
| /vim-8.2.3635/ |
| H A D | .travis.yml | 63 fi 69 fi 76 fi 125 fi 129 fi 144 fi 146 fi 155 fi 166 fi 167 fi
|
| /vim-8.2.3635/.github/workflows/ |
| H A D | ci.yml | 105 fi 119 fi 122 fi 125 fi 128 fi 134 fi 137 fi 146 fi 151 fi 166 fi [all …]
|
| /vim-8.2.3635/src/po/ |
| H A D | Make_all.mak | 15 fi \ 59 fi.po \ 102 fi.mo \ 150 fi.ck \
|
| H A D | vim.desktop.in | 34 Comment[fi]=Muokkaa tekstitiedostoja 62 Comment[ro]=Editare fişiere text
|
| H A D | gvim.desktop.in | 34 Comment[fi]=Muokkaa tekstitiedostoja 62 Comment[ro]=Editare fişiere text
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | sh.vim | 13 " 20190428 - De-indent fi correctly when typing with 15 " 20190325 - Indent fi; correctly 41 setlocal indentkeys+=0=then,0=do,0=else,0=elif,0=fi,0=esac,0=done,0=end,),0=;;,0=;& 135 if curline =~ '^\s*\%(fi\);\?\s*\%(#.*\)\=$' 137 …let previous_line = searchpair('\<if\>', '', '\<fi\>\zs', 'bnW', 'synIDattr(synID(line("."),col(".… 295 return a:line =~ '\<\%(fi\|esac\|done\|end\)\>\s*\%(#.*\)\=$'
|
| H A D | mp.vim | 14 setlocal indentkeys+==end,=else,=fi,=fill,0),0] 58 \ . '\<fi\>' 154 " forsuffixes $=a,b: if x.$ = y.$ : draw else: fill fi 155 " % This line will be indented because |{forsuffixes,if,else}| > |{else,fi}| (3 > 2) 286 " fi if c2: % Note that this line has weight equal to zero. 296 " def f = enddef for i = 1 upto 5: if x[i] > 0: 1 else: 2 fi 329 " draw if a: z0 else: z1 fi
|
| H A D | gitolite.vim | 6 " (former Maintainer: Teemu Matilainen <teemu.matilainen@iki.fi>)
|
| /vim-8.2.3635/runtime/spell/sr/ |
| H A D | [email protected] | 27 ! ICONV fi fi 40 ! REP fi fi
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | mf.vim | 30 \ 'endblock' : '^\s*\%(endgroup\|fi\|endfor\)\>' 59 \ '\<if\>:\<else\%[if]\>:\<fi\>,' .
|
| H A D | mp.vim | 39 \ 'endblock' : '^\s*\%(endgroup\|fi\|endfor\)\>' 68 \ '\<if\>:\<else\%[if]\>:\<fi\>,' .
|
| H A D | sh.vim | 21 \ s:sol.'if\>:' . s:sol.'elif\>:' . s:sol.'else\>:' . s:sol. 'fi\>,' .
|
| H A D | zsh.vim | 36 let b:match_words = '\<if\>:\<elif\>:\<else\>:\<fi\>'
|
| /vim-8.2.3635/runtime/ |
| H A D | vim.desktop | 57 Comment[fi]=Muokkaa tekstitiedostoja 85 Comment[ro]=Editare fişiere text
|
| H A D | gvim.desktop | 57 Comment[fi]=Muokkaa tekstitiedostoja 85 Comment[ro]=Editare fişiere text
|
| /vim-8.2.3635/runtime/pack/dist/opt/shellmenu/plugin/ |
| H A D | shellmenu.vim | 22 fiki kk0elli 28 fiki kki kk0elli
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | haste.vim | 27 syn keyword hasteStatement else end export false ff fi file 41 syn match hasteStatement "\<\(if\|then\|else\|fi\)\>"
|
| H A D | jgraph.vim | 3 " Maintainer: Jonas Munsin jmunsin@iki.fi
|
| H A D | promela.vim | 16 syn keyword promelaStatement proctype if else while chan do od fi break goto unless
|
| H A D | model.vim | 17 syn keyword modelKeyword fi file for formal fortran global if iff ift in integer include
|