| /vim-8.2.3635/src/testdir/ |
| H A D | test_substitute.vim | 53 \ { 'cmd': ':s/foo/bar/ce', 'exp': ln }, 58 \ { 'cmd': ':s/t/r/cn', 'exp': ln }, 63 \ { 'cmd': ':s/foo/bar/ge', 'exp': ln }, 67 \ { 'cmd': ':s/t/r/gn', 'exp': ln }, 70 \ { 'cmd': ':s//r/gr', 'exp': 'Testr strr' }, 72 \ { 'cmd': ':s/foo/bar/ie', 'exp': ln }, 75 \ { 'cmd': ':s/t/r/in', 'exp': ln }, 77 \ { 'cmd': ':s//r/ir', 'exp': 'Testr string' }, 79 \ { 'cmd': ':s/foo/bar/Ie', 'exp': ln }, 87 \ { 'cmd': ':s//r/rg', 'exp': 'Testr strr' }, [all …]
|
| H A D | test_utf8.vim | 17 let exp = [[1, 1, 1], [3, 3, 3], [2, 2, 1], [3, 3, 1], [1, 1, 1]] 19 call assert_equal(exp[i][0], strchars(inp[i])) 20 call assert_equal(exp[i][1], inp[i]->strchars(0)) 21 call assert_equal(exp[i][2], strchars(inp[i], 1)) 24 let exp = [1, 3, 1, 1, 1] 26 call assert_equal(exp[i], inp[i]->strcharlen()) 27 call assert_equal(exp[i], strcharlen(inp[i]))
|
| H A D | test_windows_home.vim | 32 func CheckHomeIsInSubprocessEnvironment(exp) argument 36 call assert_equal(a:exp, home) 39 func CheckHome(exp, ...) argument 40 call assert_equal(a:exp, $HOME) 41 call assert_equal(a:exp, expand('~', ':p'))
|
| H A D | test_assert.vim | 255 let exp = v:exception 257 call assert_match("E856: \"assert_fails()\" second argument", exp) 262 let exp = v:exception 264 call assert_match("E856: \"assert_fails()\" second argument", exp) 269 let exp = v:exception 271 call assert_match("E1222: String or List required for argument 2", exp) 276 let exp = v:exception 278 call assert_match("E1210: Number required for argument 4", exp) 283 let exp = v:exception 285 call assert_match("E1174: String required for argument 5", exp)
|
| H A D | test_compiler.vim | 54 let exp = GetCompilerNames() 55 call assert_match(runtime .. '/compiler/' .. exp[0] .. '.vim$', a[0]) 56 call assert_match(runtime .. '/compiler/' .. exp[1] .. '.vim$', a[1]) 57 call assert_match(runtime .. '/compiler/' .. exp[-1] .. '.vim$', a[-1])
|
| H A D | test_float_func.vim | 59 call assert_equal('1.0', string(exp(0.0))) 60 call assert_equal('7.389056', string(exp(2.0))) 61 call assert_equal('0.367879', string(exp(-1.0))) 62 eval -1.0->exp()->string()->assert_equal('0.367879') 63 call assert_equal('inf', string(exp(1.0/0.0))) 64 call assert_equal('0.0', string(exp(-1.0/0.0))) 65 call assert_equal('nan', string(exp(0.0/0.0))) 66 call assert_fails('call exp("")', 'E808:')
|
| H A D | test_menu.vim | 496 let exp =<< trim [TEXT] 508 call assert_equal(exp, split(execute('nmenu'), "\n")) 518 let exp =<< trim [TEXT] 527 call assert_equal(exp, split(execute('tmenu'), "\n"))
|
| H A D | test_expr.vim | 516 let exp = [{"group": '1', "pattern": '2', "id": 3, "priority": 4}] 519 let exp[0]['conceal'] = '5' 522 call assert_equal(exp, getmatches())
|
| /vim-8.2.3635/src/GvimExt/ |
| H A D | Makefile | 95 - if exist gvimext.exp del gvimext.exp
|
| /vim-8.2.3635/src/ |
| H A D | dosinst.c | 2193 char *exp; in init_homedir() local 2200 exp = getenv(buf); in init_homedir() 2201 if (exp != NULL && *exp != NUL in init_homedir() 2202 && strlen(exp) + strlen(p) < sizeof(buf)) in init_homedir() 2204 sprintf(buf, "%s%s", exp, p + 1); in init_homedir()
|
| H A D | misc1.c | 1209 char_u *exp; in init_homedir() local 1215 exp = mch_getenv(NameBuff); in init_homedir() 1216 if (exp != NULL && *exp != NUL in init_homedir() 1217 && STRLEN(exp) + STRLEN(p) < MAXPATHL) in init_homedir() 1219 vim_snprintf((char *)NameBuff, MAXPATHL, "%s%s", exp, p + 1); in init_homedir()
|
| H A D | fileio.c | 4974 char_u *exp; in delete_recursive() local 4987 exp = vim_strsave(name); in delete_recursive() 4988 if (exp == NULL) in delete_recursive() 4990 if (readdir_core(&ga, exp, FALSE, NULL, NULL, READDIR_SORT_NONE) == OK) in delete_recursive() 4994 vim_snprintf((char *)NameBuff, MAXPATHL, "%s/%s", exp, in delete_recursive() 5003 (void)mch_rmdir(exp); in delete_recursive() 5004 vim_free(exp); in delete_recursive()
|
| /vim-8.2.3635/ |
| H A D | .gitignore | 28 *.exp
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | logtalk.dict | 93 exp
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | ahdl.vim | 24 syn keyword ahdlIdentifier carry cascade dffe dff exp global
|
| H A D | ia64.vim | 149 syn match ia64opcode "getf\.\([sd]\|exp\|sig\)\>" 199 syn match ia64opcode "setf\.\(s\|d\|exp\|sig\)\>"
|
| H A D | hb.vim | 30 …o\|id\|new\|rm\|count\)\|auth\s*\.\s*\(chk\|add\|find\|user\)\|math\s*\.\s*exp\)\s*\([^.A-Za-z0-9]…
|
| H A D | ampl.vim | 81 syn keyword amplBuiltInFunction cos exp floor log log10
|
| H A D | expect.vim | 13 syn match expectVariables "\$exp[a-zA-Z0-9_]*\|\$inter[a-zA-Z0-9_]*"
|
| H A D | gvpr.vim | 28 \ atan2 cos exp log MAX MIN pow sin[] sqrt
|
| H A D | arduino.vim | 61 syn keyword arduinoStdFunc copysign copysignf cos cosf cosh coshf degrees exp
|
| H A D | matlab.vim | 74 syn keyword matlabImplicit abs acos atan asin cos cosh exp log prod sum
|
| H A D | gretl.vim | 33 syn keyword gGenrFunc log exp sin cos tan atan diff ldiff sdiff mean sd min max sort int ln coeff a…
|
| H A D | lua.vim | 151 syn keyword luaFunc log10 exp deg rad random 246 syn match luaFunc /\<math\.exp\>/
|
| H A D | snobol4.vim | 44 syn keyword snobol4ExtKeyword exp
|