Home
last modified time | relevance | path

Searched refs:colon (Results 1 – 25 of 99) sorted by relevance

1234

/vim-8.2.3635/src/
H A Dversion.c8504 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 Dregister.c33 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 Dtest_modeline.vim12 " 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 Doccam.vim16 " Indent after new line and after initial colon
34 " Define colon indent
H A Dobjc.vim18 " To make a colon (:) suggest an indentation other than a goto/switch label,
H A Dpython.vim160 " If the previous line ended with a colon, indent this line
/vim-8.2.3635/runtime/syntax/
H A Dxdefaults.vim23 " mark lines which do not contain a colon as errors.
25 " which contain at least two WORDS and no colon. This
H A Dscreen.vim90 \ colon
H A Dptcap.vim62 " does not start with a colon (:)
H A Dratpoison.vim21 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 Dgreek_iso-8859-7.vim13 " colon "Q"
H A Dgreek_cp737.vim16 " colon "Q"
H A Dgreek_cp1253.vim14 " colon "Q"
/vim-8.2.3635/src/proto/
H A Dregister.pro21 int do_execreg(int regname, int colon, int addcr, int silent);
H A Dmisc1.pro20 int get_number(int colon, int *mouse_used);
/vim-8.2.3635/runtime/doc/
H A Dusr_02.txt103 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 Dusr_21.txt486 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 Dvim9.txt107 - 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 Dusr_20.txt25 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 Ddebugger.txt79 bottom of the GUI window, below the line used to display colon commands.
H A Dtesting.txt336 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 Dcsscomplete.vim57 let colon = strridx(line, ':')
71 if colon > -1
72 let borders[colon] = "colon"
110 elseif borders[max(keys(borders))] == 'colon'
H A Dpython3complete.vim427 tokentype, colon, ind = self.donext()
428 if colon != ':': return None
H A Dpythoncomplete.vim445 tokentype, colon, ind = self.next()
446 if colon != ':': return None
/vim-8.2.3635/src/po/
H A Dcheck.vim115 " - msgstr "E123 ..." missing colon

1234