| /vim-8.2.3635/src/libvterm/t/ |
| H A D | 31state_rep.test | 17 !REP lowercase a times two
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | mlang.txt | 32 Unfortunately, upper/lowercase differences matter. Also watch out for the 158 versus "iso_8859-1". Fortunately Vim makes all names lowercase, thus you
|
| H A D | usr_10.txt | 119 So far we have used a lowercase letter for the register name. To append to a 129 the same letter, but lowercase. 492 u make lowercase (a -> a and A -> a) 671 You have text with section headers in lowercase. You want to make the word 687 lowercase. This can be shortened to "guu". "gUgU" is shortened to "gUU" and
|
| H A D | usr_27.txt | 414 \l lowercase alpha [a-z] 415 \L non-lowercase alpha [^a-z] 423 match a digit or lowercase alpha. Use "\(\d\|\l\)" instead.
|
| H A D | usr_45.txt | 65 Be careful to type the name exactly as it should be. Upper and lowercase 103 Like above, differences between "-" and "_" matter. However, upper/lowercase 129 this name, but with all letters made lowercase. Then copy the file to your
|
| H A D | motion.txt | 51 |gu| gu make lowercase 835 'a - 'z lowercase marks, valid within one file 945 ]' [count] times to next line with a lowercase mark below 950 ]` [count] times to lowercase mark after the cursor. 953 [' [count] times to previous line with a lowercase mark 958 [` [count] times to lowercase mark before the cursor.
|
| H A D | change.txt | 335 words in lowercase and then make them uppercase. 342 {Visual}u Make highlighted text lowercase (for {Visual} see 345 *gu* *lowercase* 346 gu{motion} Make {motion} text lowercase. 349 guu Make current line lowercase. 822 \l next character made lowercase *s/\l* 823 \L following characters made lowercase, until \E *s/\L* 1261 Vim fills these registers only when you say so. Specify them as lowercase
|
| H A D | pattern.txt | 526 |/\l| \l \l lowercase character: [a-z] 527 |/\L| \L \L non-lowercase character: [^a-z] 1044 \l lowercase character: [a-z] */\l* 1045 \L non-lowercase character: [^a-z] */\L* 1141 *[:lower:]* [:lower:] (1) lowercase letters (all letters when 1255 'smartcase' can be set to ignore case when the pattern contains lowercase
|
| H A D | intro.txt | 332 uppercase and lowercase letter designate the same register, 333 but the lowercase letter is used to overwrite the previous 346 example: {a-z} is a lowercase letter. Multiple ranges may be
|
| H A D | usr_03.txt | 75 With this mix of lowercase and uppercase commands, you can quickly move 365 about upper or lowercase in a word, set the 'ignorecase' option: >
|
| H A D | index.txt | 636 |['| [' 1 cursor to previous lowercase mark, on first 640 |[`| [` 1 cursor to previous lowercase mark 678 |]'| ]' 1 cursor to next lowercase mark, on first 682 |]`| ]` 1 cursor to next lowercase mark 799 |gu| gu{motion} 2 make Nmove text lowercase 1005 |v_u| u 2 make highlighted area lowercase
|
| H A D | usr_44.txt | 144 any word consisting of only lowercase letters: > 664 Choose a good, descriptive name for your syntax file. Use lowercase letters
|
| H A D | usr_09.txt | 245 Notice the uppercase "P". The lowercase "p" puts the text after the cursor.
|
| /vim-8.2.3635/runtime/tutor/ |
| H A D | tutor.utf-8 | 366 8. To undo previous actions, type: u (lowercase u) 723 2. Type the lowercase letter o to open up a line BELOW the cursor and place 731 than a lowercase o. Try this on the line below. 748 3. Type an a (lowercase) to append text AFTER the cursor.
|
| H A D | tutor | 366 8. To undo previous actions, type: u (lowercase u) 723 2. Type the lowercase letter o to open up a line BELOW the cursor and place 731 than a lowercase o. Try this on the line below. 748 3. Type an a (lowercase) to append text AFTER the cursor.
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_digraph.vim | 189 " Eszet (only lowercase) 398 " Eszet (only lowercase)
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | ibasic.vim | 28 " support both upper as well as lowercase letters.
|
| H A D | sml.vim | 21 " lowercase identifier - the standard way to match
|
| H A D | dnsmasq.vim | 207 syn match DnsmasqKeyword "^\s*tftp-lowercase\>"
|
| H A D | freebasic.vim | 27 " of freebasic support both upper as well as lowercase
|
| H A D | hamster.vim | 161 syn keyword hamsterSpecial lowercase
|
| H A D | sqr.vim | 85 syn keyword sqrCommand lowercase mbtosbs money-symbol move
|
| H A D | dtml.vim | 52 syn keyword dtmlAttribute locked_in_version lower lowercase mailfrom mailhost mailhost_list mailto …
|
| /vim-8.2.3635/src/ |
| H A D | message.c | 3866 int lowercase) // make character lower case in copy_char() argument 3873 if (lowercase) in copy_char() 3887 if (lowercase) in copy_char()
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | xmlcomplete.vim | 14 " canonical (system) names of data files. Names should be lowercase,
|