Searched refs:icase (Results 1 – 19 of 19) sorted by relevance
| /vim-8.2.3635/runtime/autoload/ |
| H A D | ada.vim | 54 \ 'icase': 1}] 66 \ 'icase': 1}] 78 \ 'icase': 1}] 90 \ 'icase': 1}] 102 \ 'icase': 1}] 114 \ 'icase': 1}] 126 \ 'icase': 1}] 138 \ 'icase': 1}] 150 \ 'icase': 1}] 162 \ 'icase': 1}]
|
| H A D | adacomplete.vim | 58 \ 'icase': 1} 88 \ 'icase': 1}
|
| H A D | python3complete.vim | 116 dictstr += '"icase":0},'
|
| H A D | pythoncomplete.vim | 133 dictstr += '"icase":0},'
|
| /vim-8.2.3635/src/proto/ |
| H A D | insexpand.pro | 23 int ins_compl_add_infercase(char_u *str_arg, int len, int icase, char_u *fname, int dir, int cont_s…
|
| /vim-8.2.3635/src/ |
| H A D | cindent.c | 3886 int icase; in in_cinkeys() local 4022 icase = TRUE; in in_cinkeys() 4026 icase = FALSE; in in_cinkeys() 4058 && (icase in in_cinkeys() 4065 if (keytyped == (int)p[-1] || (icase && keytyped < 256 in in_cinkeys() 4071 && (icase in in_cinkeys()
|
| H A D | insexpand.c | 438 int icase, in ins_compl_add_infercase() argument 579 if (icase) in ins_compl_add_infercase() 806 int icase) in ins_compl_add_matches() argument 814 CP_FAST | (icase ? CP_ICASE : 0), FALSE)) == OK) in ins_compl_add_matches()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | diff.txt | 231 flags "iwhite" and "icase" are used here. 374 Additionally, 'diffexpr' should take care of "icase" and "iwhite" in the 383 if &diffopt =~ "icase"
|
| H A D | os_vms.txt | 605 if &diffopt =~ "icase"
|
| H A D | insert.txt | 1165 icase when non-zero case is to be ignored when comparing 1179 All of these except "icase", "equal", "dup" and "empty" must be a string. If
|
| H A D | options.txt | 2704 icase Ignore changes in case of text. "a" and "A"
|
| H A D | eval.txt | 8827 "icase" sort case insensitive (technically
|
| H A D | version6.txt | 5913 Problem: When 'diffopt' contains 'iwhite' but not 'icase': differences in
|
| H A D | version8.txt | 20906 Problem: "icase" of 'diffopt' is not used for highlighting differences. 20907 Solution: Also use "icase". (Rick Howe)
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_diffmode.vim | 455 set diffopt=icase,foldcolumn:0 461 set diffopt=icase,foldcolumn:0,internal 961 " Test 14: test diffopt+=icase 963 call VerifyBoth(buf, 'Test_diff_14', " diffopt+=filler diffopt+=icase")
|
| H A D | gen_opt_test.vim | 89 \ 'diffopt': [['', 'filler', 'icase,iwhite'], ['xxx', 'algorithm:xxx', 'algorithm:']],
|
| H A D | test_functions.vim | 2131 let files = readdirex('Xdir2', 1, #{sort: 'icase'})->map({-> v:val.name}) 2132 call assert_equal(unsorted->sort('i'), files, 'sort by icase') 2177 let files = readdir(dir, '1', #{sort: 'icase'})
|
| H A D | test_edit.vim | 957 call add(res, {'word': m, 'abbr': m.' Month', 'icase': 0})
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | hamster.vim | 116 syn keyword hamsterSpecial icase
|