Home
last modified time | relevance | path

Searched refs:optional (Results 1 – 25 of 165) sorted by relevance

1234567

/vim-8.2.3635/runtime/syntax/
H A Dspice.vim23 " Numbers, all with engineering suffixes and optional units
25 "floating point number, with dot, optional exponent
27 "floating point number, starting with a dot, optional exponent
29 "integer number with optional exponent
H A Dgretl.vim22 " floating point number with integer and fractional parts and optional exponent
24 " floating point number with no integer part and optional exponent
26 " floating point number with no fractional part and optional exponent
36 " identifier with leading letter and optional following keyword characters
H A Deviews.vim24 " floating point number with integer and fractional parts and optional exponent
26 " floating point number with no integer part and optional exponent
28 " floating point number with no fractional part and optional exponent
32 " identifier with leading letter and optional following keyword characters
H A Dmsmessages.vim73 "floating point number, with dot, optional exponent
75 "floating point number, starting with a dot, optional exponent
79 "hexadecimal floating point number, optional leading digits, with dot, with exponent
81 "hexadecimal floating point number, with leading digits, optional dot, with exponent
H A Dmatlab.vim51 " floating point number, with dot, optional exponent
53 " floating point number, starting with a dot, optional exponent
112 "optional highlighting
H A Drib.vim39 "floating point number, with dot, optional exponent
41 "floating point number, starting with a dot, optional exponent
H A Dchaiscript.vim27 " floating point number, with dot, optional exponent
30 " floating point number, starting with a dot, optional exponent
H A Dslice.vim41 "floating point number, with dot, optional exponent
43 "floating point number, starting with a dot, optional exponent
H A Dsimula.vim53 " Real with optional exponent
55 " Real starting with a `.', optional exponent
H A Dexpect.vim62 "floating point number, with dot, optional exponent
64 "floating point number, starting with a dot, optional exponent
H A Dsl.vim37 "floating point number, with dot, optional exponent
39 "floating point number, starting with a dot, optional exponent
H A Dindent.vim105 \ -nsob --leave-optional-blank-lines
120 \ -sob --swallow-optional-blank-lines
H A Drng.vim20 syn keyword rngTagName notAllowed nsName oneOrMore optional param contained
H A Dvera.vim162 "floating point number, with dot, optional exponent
164 "floating point number, starting with a dot, optional exponent
168 "hexadecimal floating point number, optional leading digits, with dot, with exponent
170 "hexadecimal floating point number, with leading digits, optional dot, with exponent
H A Dcterm.vim116 "floating point number, with dot, optional exponent
118 "floating point number, starting with a dot, optional exponent
H A Dicon.vim113 "floating point number, with dot, optional exponent
116 "floating point number, starting with a dot, optional exponent
H A Dibasic.vim94 "floating point number, with dot, optional exponent
98 "floating point number, starting with a dot, optional exponent
H A Ddune.vim26 syn keyword lispKey preprocess preprocessor_deps optional c_names cxx_names
H A Dxquery.vim45 " floating point number, with dot, optional exponent
47 " floating point number, starting with a dot, optional exponent
/vim-8.2.3635/runtime/doc/
H A Dvimtutor.man18 The optional argument -g starts vimtutor with gvim rather than vim, if
22 The optional [language] argument is the two-letter name of a language,
H A Dsign.txt194 The following optional sign attributes can be specified before
228 The optional "group={group}" attribute can be used before
229 "file=" to select a sign in a particular group. The optional
387 The {name} can be a String or a Number. The optional {dict}
458 If the optional buffer name {buf} is specified, then only the
460 of {buf}, see |bufname()|. The optional {dict} can contain
553 The optional {dict} argument supports the following entries:
560 If the optional {dict} is not specified, then it modifies the
684 {dict}. The following optional entries in {dict} are
/vim-8.2.3635/src/testdir/
H A Dtest_user_func.vim117 func Args(mandatory, optional = v:null, ...) argument
139 call assert_equal(res.optional, v:null)
144 call assert_equal(res.optional, 2)
149 call assert_equal(res.optional, 2)
/vim-8.2.3635/runtime/macros/
H A DREADME.txt19 The following have been moved to an optional package. Add the command to your
/vim-8.2.3635/src/proto/
H A Dvim9type.pro20 char_u *skip_type(char_u *start, int optional);
/vim-8.2.3635/runtime/
H A Dvimrc_example.vim44 " Add optional packages.

1234567