| /vim-8.2.3635/src/testdir/ |
| H A D | test_memory_usage.vim | 110 let upper = after.last * 105 / 100 111 call assert_inrange(lower, upper, after.max) 148 " Allow for 20% tolerance at the upper limit. That's very permissive, but 157 let upper = (after.max + (after.last - before)) * multiplier / 10 158 call assert_inrange(lower, upper, last)
|
| H A D | test_regexp_utf8.vim | 108 if c =~ '[[:upper:]]' 513 " Check that [[:upper:]] matches for automatic engine 518 " Test 1: [[:upper:]]\{2,\} 522 let search_cmd='norm /\<[[:upper:]]\{2,\}\>' .. "\<CR>" 532 " Test 2: [[:upper:]].\+ 533 let search_cmd='norm /\<[[:upper:]].\+\>' .. "\<CR>"
|
| H A D | test_checkpath.vim | 82 let &include='^\s*%inc\s*\%([[:upper:]][^[:space:]]*\s\+\)\?\zs\S\+\ze'
|
| H A D | test_utf8_comparisons.vim | 71 call EQ('\xef\xbc\xba', '\xef\xbd\x9a') " FF3A (upper), FF5A (lower)
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | messages.vim | 18 … messagesDate contained display '[[:lower:][:upper:]][[:lower:][:upper:]][[:lower:][:uppe…
|
| H A D | kscript.vim | 14 syn keyword kscriptHardCoded print println connect length arg mid upper lower isEmpty toInt toFloat…
|
| H A D | rtf.vim | 38 " Escaped characters (for 8 bytes characters upper than 127)
|
| H A D | smarty.vim | 37 syn keyword smartyModifier upper wordwrap
|
| H A D | rego.vim | 23 …lit sprintf startswith substring trim trim_left trim_prefix trim_right trim_suffix trim_space upper
|
| H A D | hex.vim | 25 " States in parentheses in the upper format description indicate that they
|
| H A D | srec.vim | 24 " States in parentheses in the upper format description indicate that they
|
| H A D | django.vim | 46 syn keyword djangoFilter contained truncatewords truncatewords_html unordered_list upper urlencode
|
| H A D | ruby.vim | 152 …um\|alpha\|ascii\|blank\|cntrl\|digit\|graph\|lower\|print\|punct\|space\|upper\|word\|xdigit\):\]… 179 syn match rubyClassName "\%(\%(^\|[^.]\)\.\s*\)\@<!\<[[:upper:]]\%(\w\|[^\x00-\x7F]\)*\>\%(\… 180 syn match rubyModuleName "\%(\%(^\|[^.]\)\.\s*\)\@<!\<[[:upper:]]\%(\w\|[^\x00-\x7F]\)*\>\%(\… 181 syn match rubyConstant "\%(\%(^\|[^.]\)\.\s*\)\@<!\<[[:upper:]]\%(\w\|[^\x00-\x7F]\)*\>\%(\s…
|
| H A D | opl.vim | 61 syn keyword OPLStatement type uadd unloadlib unloadm until update upper$
|
| H A D | dtml.vim | 102 syn keyword dtmlAttribute update_data upper uppercase url url_quote URLn user_names contained 162 syn keyword dtmlMethod update_data upper valid_property_id validate_roles vonmisesvariate contained
|
| H A D | euphoria3.vim | 54 syn keyword euphoria3Library reverse sort custom_sort lower upper
|
| H A D | stp.vim | 58 syn keyword stpFunction suser_id suser_name tan tsequal upper used_pgs user
|
| H A D | wml.vim | 55 syn keyword htmlTagName contained case:upper case:lower
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | canfr-win.vim | 16 " Added the upper case accented characters, forgotten in the initial version.
|
| /vim-8.2.3635/runtime/spell/ |
| H A D | README.txt | 44 locale, that influences the upper/lower case letters and word characters. 105 Otherwise Vim doesn't know what are letters and upper-lower case differences.
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | spell.txt | 512 characters are upper/lower case letters. If the locale isn't available (e.g., 758 Note that when "/=" is used the same word with all upper-case letters is not 760 marked as keep-case, those words may appear in all upper-case letters. 829 starting with an upper-case letter. 831 When the word includes an upper-case letter, this means the upper-case letter 836 The word with all upper-case characters will always be OK, 945 An exception is made for the German sharp s ß. The upper-case version is 1166 is used to allow the following word to start with an upper case letter. 1187 This can be used if the word does not have the first letter in upper case at 1195 upper-case letters. [all …]
|
| H A D | testing.txt | 398 assert_inrange({lower}, {upper}, {actual} [, {msg}]) *assert_inrange()* 400 than {lower} or higher than {upper} an error message is added 403 "Expected range {lower} - {upper}, but got {actual}" is
|
| /vim-8.2.3635/src/proto/ |
| H A D | spell.pro | 32 void onecap_copy(char_u *word, char_u *wcopy, int upper);
|
| /vim-8.2.3635/src/ |
| H A D | testing.c | 806 varnumber_T upper = tv_get_number_chk(&argvars[1], &error); in assert_inrange() local 811 if (actual < lower || actual > upper) in assert_inrange() 822 (long)lower, (long)upper, (long)actual); in assert_inrange()
|
| /vim-8.2.3635/runtime/autoload/xml/ |
| H A D | xsl.vim | 29 …text', 'number'], 'order' : ['ascending', 'descending'], 'case-order' : ['upper-first', 'lower-fir…
|