Home
last modified time | relevance | path

Searched refs:ignorecase (Results 1 – 25 of 108) sorted by relevance

12345

/vim-8.2.3635/runtime/indent/
H A Dvim.vim26 let ignorecase_save = &ignorecase
28 let &ignorecase = 0
31 let &ignorecase = ignorecase_save
H A Dmp.vim26 let ignorecase_save = &ignorecase
28 let &ignorecase = 0
31 let &ignorecase = ignorecase_save
/vim-8.2.3635/runtime/autoload/
H A Dada.vim342 let ignorecase = &ignorecase
343 set ignorecase
345 let &ignorecase = ignorecase
H A Dsqlcomplete.vim158 " 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 Dsyntaxcomplete.vim103 " 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 Dpattern.txt18 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 Dusr_27.txt32 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 Dtagsrch.txt88 - '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 Dos_win32.txt113 vim "C:\My Music\freude" +"set ignorecase" +/"\"foo\\" +\"bar\\\"
116 set ignorecase; /"foo\ and /bar\"
/vim-8.2.3635/src/proto/
H A Dsearch.pro12 int ignorecase(char_u *pat);
/vim-8.2.3635/runtime/ftplugin/
H A Dhamster.vim59 setlocal ignorecase
H A Dada.vim52 setlocal ignorecase
/vim-8.2.3635/runtime/syntax/
H A Dscreen.vim148 \ ignorecase
/vim-8.2.3635/src/testdir/
H A Dtest_search.vim1711 " 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 Dtest_ins_complete.vim744 " 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 Dtutor.uk.utf-8855 'ic' 'ignorecase' ігнорувати верхній/нижній регістр при пошуку
H A Dtutor.ru.utf-8875 `ic' `ignorecase' игнорирование регистра при поиске
H A Dtutor.ru.cp1251875 `ic' `ignorecase' ������������� �������� ��� ������
H A Dtutor.ru875 `ic' `ignorecase' ������������� �������� ��� ������
H A Dtutor.bg.utf-8906 'ic' 'ignorecase' Търсенето не прави разлика между главни и малки букви
H A Dtutor.ja.euc847 'ic' 'ignorecase' ����������ʸ����ʸ���ζ��̤��ʤ�
H A Dtutor.ja.utf-8847 'ic' 'ignorecase' 検索時に大文字小文字の区別しない
H A Dtutor.zh.euc845 'ic' 'ignorecase' ����ʱ������ĸ��Сд
H A Dtutor.zh_cn.utf-8845 'ic' 'ignorecase' 查找时忽略字母大小写
/vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/
H A Dmatchit.vim33 let restore_options .= (&ic ? " " : " no") . "ignorecase"
34 let &ignorecase = b:match_ignorecase
624 " and save the screen, cursor position, and 'ignorecase'.

12345