| /vim-8.2.3635/src/ |
| H A D | version.c | 8504 static void intro_message(int colon); 8526 int colon) // TRUE for ":intro" in intro_message() argument 8600 if ((row >= 2 && Columns >= 50) || colon) in intro_message() 8635 if (colon) in intro_message()
|
| H A D | register.c | 33 static int put_in_typebuf(char_u *s, int esc, int colon, 564 int colon, // insert ':' before each line in do_execreg() argument 633 retval = put_in_typebuf(p, TRUE, colon, silent); in do_execreg() 645 retval = put_in_typebuf(p, FALSE, colon, silent); in do_execreg() 655 remap = colon ? REMAP_NONE : REMAP_YES; in do_execreg() 675 if (colon && i > 0) in do_execreg() 695 if (colon && ins_typebuf((char_u *)":", remap, 0, TRUE, silent) in do_execreg() 741 int colon, // add ':' before the line in put_in_typebuf() argument 747 if (colon) in put_in_typebuf() 765 if (colon && retval == OK) in put_in_typebuf()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_modeline.vim | 12 " Missing end colon (ignored). 18 " Missing colon at beginning (ignored). 160 " backlash colon should become colon. 164 " 'sw' should be ignored because it is after the end colon.
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | occam.vim | 16 " Indent after new line and after initial colon 34 " Define colon indent
|
| H A D | objc.vim | 18 " To make a colon (:) suggest an indentation other than a goto/switch label,
|
| H A D | python.vim | 160 " If the previous line ended with a colon, indent this line
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | xdefaults.vim | 23 " mark lines which do not contain a colon as errors. 25 " which contain at least two WORDS and no colon. This
|
| H A D | screen.vim | 90 \ colon
|
| H A D | ptcap.vim | 62 " does not start with a colon (:)
|
| H A D | ratpoison.vim | 21 syn keyword ratpoisonCommandArg clrunmanaged cnext colon compat cother contained 59 syn match ratpoisonKeySeqArg "\<\([CMASH]\(-[CMASH]\)\{,4}-\)\=\(minus\|period\|slash\|colon\|se…
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | greek_iso-8859-7.vim | 13 " colon "Q"
|
| H A D | greek_cp737.vim | 16 " colon "Q"
|
| H A D | greek_cp1253.vim | 14 " colon "Q"
|
| /vim-8.2.3635/src/proto/ |
| H A D | register.pro | 21 int do_execreg(int regname, int colon, int addcr, int silent);
|
| H A D | misc1.pro | 20 int get_number(int colon, int *mouse_used);
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_02.txt | 103 You will notice that when typing the colon Vim moves the cursor to the last 104 line of the window. That's where you type colon commands (commands that start 105 with a colon). Finish this command by pressing the <Enter> key (all commands 106 that start with a colon are finished this way). 391 are the colon (:), which enters Command-line mode; the q command, which tells
|
| H A D | usr_21.txt | 486 colon (otherwise it would be seen as the end of the modeline). 492 There is an extra backslash before the first colon, so that it's included in 493 the ":set" command. The text after the second colon is ignored, thus a remark
|
| H A D | vim9.txt | 107 - A range before a command must be prefixed with a colon: > 109 - Executing a register with "@r" does not work, you can prepend a colon or use 485 line starts with `substitute(` this will use the function. Prepend a colon to 662 recognized, it is required to put a colon before a range. This example will 673 Note that the colon is not required for the |+cmd| argument: > 930 Ex command ranges need to be prefixed with a colon. > 1621 - Ex command ranges need to be prefixed with a colon, to avoid confusion with 1710 2. Put the type after the variable name, but do not use a colon, like Go: > 1724 The chosen syntax, using a colon to separate the name from the type, adds
|
| H A D | usr_20.txt | 25 When you use a colon (:) command or search for a string with / or ?, Vim puts 298 Suppose you have done a ":set" command, typed ten more colon commands and then
|
| H A D | debugger.txt | 79 bottom of the GUI window, below the line used to display colon commands.
|
| H A D | testing.txt | 336 Using the error number, followed by a colon, avoids problems 353 including the colon, e.g. "E123:". >
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | csscomplete.vim | 57 let colon = strridx(line, ':') 71 if colon > -1 72 let borders[colon] = "colon" 110 elseif borders[max(keys(borders))] == 'colon'
|
| H A D | python3complete.vim | 427 tokentype, colon, ind = self.donext() 428 if colon != ':': return None
|
| H A D | pythoncomplete.vim | 445 tokentype, colon, ind = self.next() 446 if colon != ':': return None
|
| /vim-8.2.3635/src/po/ |
| H A D | check.vim | 115 " - msgstr "E123 ..." missing colon
|