| /vim-8.2.3635/runtime/syntax/ |
| H A D | lisp.vim | 177 syn keyword lispFunc break least-negative-double-float setf 180 syn keyword lispFunc built-in-class least-negative-normalized-long-float setq 182 syn keyword lispFunc byte least-negative-normalized-single-float seventh 183 syn keyword lispFunc byte-position least-negative-short-float shadow 184 syn keyword lispFunc byte-size least-negative-single-float shadowing-import 212 syn keyword lispFunc char-code-limit logandc2 single-float-negative-epsilon 228 syn keyword lispFunc char-upcase long-float-negative-epsilon special-form-p 292 syn keyword lispFunc define-condition most-negative-double-float symbol-function 294 syn keyword lispFunc define-modify-macro most-negative-long-float symbol-name 295 syn keyword lispFunc define-setf-expander most-negative-short-float symbolp [all …]
|
| H A D | sexplib.vim | 7 " 2017 Apr 11 - Improved matching of negative numbers (MM)
|
| H A D | rebol.vim | 95 syn keyword rebolLogicFunction negative? positive? zero? even? odd?
|
| H A D | vhdl.vim | 189 " support negative sign after operators. E.g. q<=-b;
|
| H A D | monk.vim | 75 syn keyword monkFunc zero? positive? negative? odd? even? max min + * - / abs
|
| H A D | spup.vim | 116 syn keyword spupTypes molweight moment_inertia negative notype percent contained
|
| H A D | ocaml.vim | 12 " 2017 Apr 11 - Improved matching of negative numbers (MM)
|
| H A D | scheme.vim | 310 syn keyword schemeFunction negative?
|
| /vim-8.2.3635/runtime/pack/dist/opt/justify/plugin/ |
| H A D | justify.vim | 34 " To aid user defined commands, negative values are accepted aswell. 35 " Using a negative value specifies the default behaviour: any length of 56 " If the values of 'sw' or 'tw' are negative, they are treated as if 58 " check if a negative number prefix is used to change the sign of a 59 " negative 'sw' or 'ts' value.
|
| /vim-8.2.3635/src/ |
| H A D | ops.c | 2490 int negative = FALSE; in do_addsub() local 2627 negative = TRUE; in do_addsub() 2699 negative = TRUE; in do_addsub() 2714 if (pre && negative) in do_addsub() 2718 negative = FALSE; in do_addsub() 2724 if (negative) in do_addsub() 2740 negative ^= TRUE; in do_addsub() 2749 negative ^= TRUE; in do_addsub() 2753 negative = FALSE; in do_addsub() 2756 if (do_unsigned && negative) in do_addsub() [all …]
|
| H A D | memfile.c | 321 mf_new(memfile_T *mfp, int negative, int page_count) in mf_new() argument 340 if (!negative && freep != NULL && freep->bh_page_count >= page_count) in mf_new() 378 if (negative) in mf_new()
|
| H A D | charset.c | 1819 int negative = FALSE; in vim_str2nr() local 1828 negative = TRUE; in vim_str2nr() 1983 if (negative) // account for leading '-' for decimal numbers in vim_str2nr()
|
| /vim-8.2.3635/src/proto/ |
| H A D | memfile.pro | 7 bhdr_T *mf_new(memfile_T *mfp, int negative, int page_count);
|
| /vim-8.2.3635/src/libvterm/t/ |
| H A D | 63screen_resize.test | 72 !Resize shorter does not send the cursor to a negative row
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_27.txt | 153 or negative. If it is positive, the cursor moves down that many lines; if 154 negative, it moves up. 170 A positive number moves the cursor to the right, a negative number moves it to
|
| H A D | popup.txt | 610 text property and can be negative. 617 text property and can be negative. 851 passing a negative "col" value to popup_create(). With "col: -5" you get: 977 leftmost, negative for counting from the right, -1 for 981 negative for counting from the bottom, -1 for bottom
|
| H A D | indent.txt | 140 "N" represents a number of your choice (the number can be negative). When 222 negative number). (default 0). 234 LN Controls placement of jump labels. If N is negative, the label 235 will be placed at column 1. If N is non-negative, the indent of
|
| H A D | undo.txt | 350 or 'undolevels' is negative. 358 If it is zero, the Vi-compatible way is always used. If it is negative no
|
| H A D | sponsor.txt | 153 also enter three counter votes, these count as negative points.
|
| H A D | textprop.txt | 296 will be used; negative values can be used, the
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | awk.vim | 114 " 1 If the previous line contains closing braces and has negative brace
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_match.vim | 278 …call assert_notequal(negative_match_priority_attr, search_attr, "Match with negative priority is i…
|
| H A D | test_recover.vim | 258 " set the block number in a pointer entry to a negative number
|
| H A D | test_vartabs.vim | 422 " Setting 'shiftwidth' to a negative value, should set it to either the value
|
| H A D | test_undo.vim | 265 " undojoin is a noop when no change yet, or when 'undolevels' is negative
|