Searched refs:ignorecase (Results 1 – 25 of 108) sorted by relevance
12345
| /vim-8.2.3635/runtime/indent/ |
| H A D | vim.vim | 26 let ignorecase_save = &ignorecase 28 let &ignorecase = 0 31 let &ignorecase = ignorecase_save
|
| H A D | mp.vim | 26 let ignorecase_save = &ignorecase 28 let &ignorecase = 0 31 let &ignorecase = ignorecase_save
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | ada.vim | 342 let ignorecase = &ignorecase 343 set ignorecase 345 let &ignorecase = ignorecase
|
| H A D | sqlcomplete.vim | 158 " Set ignorecase to the ftplugin standard 160 let g:omni_sql_ignorecase = &ignorecase 583 let list_idx = index(s:syn_list, group_name, 0, &ignorecase) 662 let list_idx = index(s:syn_list, syn_group, 0, &ignorecase) 817 let list_idx = index(s:tbl_name, table_name_stripped, 0, &ignorecase) 827 let list_idx = index(s:tbl_alias, table_name_stripped, 0, &ignorecase) 926 let list_idx = index(s:tbl_name, table_name, 0, &ignorecase) 932 let list_idx = index(s:tbl_alias, table_name, 0, &ignorecase)
|
| H A D | syntaxcomplete.vim | 103 " Set ignorecase to the ftplugin standard 107 let g:omni_syntax_ignorecase = &ignorecase 152 " Allow user to override ignorecase per buffer 189 let list_idx = index(s:cache_name, filetype, 0, &ignorecase)
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | pattern.txt | 18 7. Ignoring case in a pattern |/ignorecase| 83 'ignorecase' is used, 'smartcase' is not. 240 The 'ignorecase' option does not do this. When 'ignorecase' is changed, it 555 |/\c| \c \c ignore case, do not use the 'ignorecase' option 556 |/\C| \C \C match case, do not use the 'ignorecase' option 1142 'ignorecase' is used) 1148 'ignorecase' is used) 1252 7. Ignoring case in a pattern */ignorecase* 1259 'ignorecase' is on. The actual value of 'ignorecase' and 'smartcase' is 1265 pattern 'ignorecase' 'smartcase' matches ~ [all …]
|
| H A D | usr_27.txt | 32 Now switch on the 'ignorecase' option: > 34 :set ignorecase 46 :set ignorecase smartcase 65 This overrules the 'ignorecase' and 'smartcase' options, when "\c" or "\C" is 76 matter if 'ignorecase' or 'smartcase' was changed.
|
| H A D | tagsrch.txt | 88 - 'tagcase' is "followic" and the 'ignorecase' option is off 89 - 'tagcase' is "followscs" and the 'ignorecase' option is off and the 97 - when 'tagcase' is "followic" and 'ignorecase' is on 98 - when 'tagcase' is "followscs" and 'ignorecase' is on or the 'smartcase' 472 - 'tagcase' is "followic" and 'ignorecase' is set 620 ignored. (Case is ignored when 'ignorecase' is set and 'tagcase' is
|
| H A D | os_win32.txt | 113 vim "C:\My Music\freude" +"set ignorecase" +/"\"foo\\" +\"bar\\\" 116 set ignorecase; /"foo\ and /bar\"
|
| /vim-8.2.3635/src/proto/ |
| H A D | search.pro | 12 int ignorecase(char_u *pat);
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | hamster.vim | 59 setlocal ignorecase
|
| H A D | ada.vim | 52 setlocal ignorecase
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | screen.vim | 148 \ ignorecase
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_search.vim | 1711 " Test for searching with 'smartcase' and 'ignorecase' 1718 set ignorecase nosmartcase 1723 set ignorecase smartcase 1735 set ignorecase& smartcase& 1743 set encoding=utf8 ignorecase smartcase 1753 set ignorecase& smartcase& 1925 set smartcase ignorecase 1976 set smartcase& ignorecase&
|
| H A D | test_ins_complete.vim | 744 " use 'ignorecase' and backspace to erase characters from the prefix string 747 set ignorecase backspace=2 753 set ignorecase& backspace&
|
| /vim-8.2.3635/runtime/tutor/ |
| H A D | tutor.uk.utf-8 | 855 'ic' 'ignorecase' ігнорувати верхній/нижній регістр при пошуку
|
| H A D | tutor.ru.utf-8 | 875 `ic' `ignorecase' игнорирование регистра при поиске
|
| H A D | tutor.ru.cp1251 | 875 `ic' `ignorecase' ������������� �������� ��� ������
|
| H A D | tutor.ru | 875 `ic' `ignorecase' ������������� �������� ��� ������
|
| H A D | tutor.bg.utf-8 | 906 'ic' 'ignorecase' Търсенето не прави разлика между главни и малки букви
|
| H A D | tutor.ja.euc | 847 'ic' 'ignorecase' ����������ʸ����ʸ���ζ��̤��ʤ�
|
| H A D | tutor.ja.utf-8 | 847 'ic' 'ignorecase' 検索時に大文字小文字の区別しない
|
| H A D | tutor.zh.euc | 845 'ic' 'ignorecase' ����ʱ������ĸ��Сд
|
| H A D | tutor.zh_cn.utf-8 | 845 'ic' 'ignorecase' 查找时忽略字母大小写
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/ |
| H A D | matchit.vim | 33 let restore_options .= (&ic ? " " : " no") . "ignorecase" 34 let &ignorecase = b:match_ignorecase 624 " and save the screen, cursor position, and 'ignorecase'.
|
12345