| /vim-8.2.3635/runtime/syntax/ |
| H A D | spice.vim | 23 " 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 D | gretl.vim | 22 " 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 D | eviews.vim | 24 " 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 D | msmessages.vim | 73 "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 D | matlab.vim | 51 " floating point number, with dot, optional exponent 53 " floating point number, starting with a dot, optional exponent 112 "optional highlighting
|
| H A D | rib.vim | 39 "floating point number, with dot, optional exponent 41 "floating point number, starting with a dot, optional exponent
|
| H A D | chaiscript.vim | 27 " floating point number, with dot, optional exponent 30 " floating point number, starting with a dot, optional exponent
|
| H A D | slice.vim | 41 "floating point number, with dot, optional exponent 43 "floating point number, starting with a dot, optional exponent
|
| H A D | simula.vim | 53 " Real with optional exponent 55 " Real starting with a `.', optional exponent
|
| H A D | expect.vim | 62 "floating point number, with dot, optional exponent 64 "floating point number, starting with a dot, optional exponent
|
| H A D | sl.vim | 37 "floating point number, with dot, optional exponent 39 "floating point number, starting with a dot, optional exponent
|
| H A D | indent.vim | 105 \ -nsob --leave-optional-blank-lines 120 \ -sob --swallow-optional-blank-lines
|
| H A D | rng.vim | 20 syn keyword rngTagName notAllowed nsName oneOrMore optional param contained
|
| H A D | vera.vim | 162 "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 D | cterm.vim | 116 "floating point number, with dot, optional exponent 118 "floating point number, starting with a dot, optional exponent
|
| H A D | icon.vim | 113 "floating point number, with dot, optional exponent 116 "floating point number, starting with a dot, optional exponent
|
| H A D | ibasic.vim | 94 "floating point number, with dot, optional exponent 98 "floating point number, starting with a dot, optional exponent
|
| H A D | dune.vim | 26 syn keyword lispKey preprocess preprocessor_deps optional c_names cxx_names
|
| H A D | xquery.vim | 45 " 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 D | vimtutor.man | 18 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 D | sign.txt | 194 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 D | test_user_func.vim | 117 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 D | README.txt | 19 The following have been moved to an optional package. Add the command to your
|
| /vim-8.2.3635/src/proto/ |
| H A D | vim9type.pro | 20 char_u *skip_type(char_u *start, int optional);
|
| /vim-8.2.3635/runtime/ |
| H A D | vimrc_example.vim | 44 " Add optional packages.
|