Home
last modified time | relevance | path

Searched refs:lowercase (Results 1 – 25 of 56) sorted by relevance

123

/vim-8.2.3635/src/libvterm/t/
H A D31state_rep.test17 !REP lowercase a times two
/vim-8.2.3635/runtime/doc/
H A Dmlang.txt32 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 Dusr_10.txt119 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 Dusr_27.txt414 \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 Dusr_45.txt65 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 Dmotion.txt51 |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 Dchange.txt335 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 Dpattern.txt526 |/\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 Dintro.txt332 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 Dusr_03.txt75 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 Dindex.txt636 |['| [' 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 Dusr_44.txt144 any word consisting of only lowercase letters: >
664 Choose a good, descriptive name for your syntax file. Use lowercase letters
H A Dusr_09.txt245 Notice the uppercase "P". The lowercase "p" puts the text after the cursor.
/vim-8.2.3635/runtime/tutor/
H A Dtutor.utf-8366 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 Dtutor366 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 Dtest_digraph.vim189 " Eszet (only lowercase)
398 " Eszet (only lowercase)
/vim-8.2.3635/runtime/syntax/
H A Dibasic.vim28 " support both upper as well as lowercase letters.
H A Dsml.vim21 " lowercase identifier - the standard way to match
H A Ddnsmasq.vim207 syn match DnsmasqKeyword "^\s*tftp-lowercase\>"
H A Dfreebasic.vim27 " of freebasic support both upper as well as lowercase
H A Dhamster.vim161 syn keyword hamsterSpecial lowercase
H A Dsqr.vim85 syn keyword sqrCommand lowercase mbtosbs money-symbol move
H A Ddtml.vim52 syn keyword dtmlAttribute locked_in_version lower lowercase mailfrom mailhost mailhost_list mailto …
/vim-8.2.3635/src/
H A Dmessage.c3866 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 Dxmlcomplete.vim14 " canonical (system) names of data files. Names should be lowercase,

123