| /vim-8.2.3635/runtime/doc/ |
| H A D | popup.txt | 258 Otherwise zero is passed to the callback. 283 < In case of failure zero is returned. 350 Returns zero if there is none. 355 Return zero if there is none. 361 default value is returned, not zero. 442 position then zero is returned. 637 present. Use zero to reset. 707 Only values of zero and non-zero are currently 726 zero: do not show a scrollbar. Default is non-zero. 759 zero: Do not highlight the cursor line. [all …]
|
| H A D | pattern.txt | 490 |/\>| \> \> end of a word |/zero-width| 672 */zero-width* 687 current position. |/zero-width| 717 follows. |/zero-width| 761 before what follows. |/zero-width| 816 |/zero-width| 840 |/zero-width| 845 |/zero-width| 850 |/zero-width| 863 |/zero-width| [all …]
|
| H A D | testing.txt | 42 called, then decrement {countdown}, and when it reaches zero 188 The override is enabled when {val} is non-zero and removed 189 when {val} is zero. 192 name effect when {val} is non-zero ~ 212 script the "starting" variable is non-zero. This is usually a 245 When {dragging} is non-zero it's like dragging the scrollbar, 268 {expr} must evaluate to a number. When the value is zero the 303 added to |v:errors| and 1 is returned. Otherwise zero is 390 A value is false when it is zero. When {actual} is not a 468 A value is TRUE when it is a non-zero number. When {actual}
|
| H A D | textprop.txt | 131 another line; can be zero 136 to {lnum}, this is a zero-width text property 140 number; when omitted zero is used 149 will be zero-width. That means it will move with the text, as 173 number; when omitted zero is used 251 When "start" is zero the property started in a previous line, 253 When "end" is zero the property continues in the next line. 297 default priority is zero 359 deleted. However, a text property that was defined as zero-width will remain,
|
| H A D | indent.txt | 88 0 When a zero precedes the key (but appears after '!' or '*') Vim will 441 UN When N is non-zero, do not ignore the indenting specified by 453 wN When in unclosed parentheses and N is non-zero and either 466 WN When in unclosed parentheses and N is non-zero and either 482 "while" and N is non-zero, overrides the behaviour defined by 497 mN When N is non-zero, line up a line starting with a closing 512 MN When N is non-zero, line up a line starting with a closing 524 non-zero (e.g. 'j1'). 'j1' will indent for example the 568 When N is zero (default): don't recognize '#' comments, do 771 "blocktags" (default "zero"): > [all …]
|
| H A D | eval.txt | 125 number zero. 140 the number zero 157 *non-zero-arg* 3625 zero. 5771 If {winnr} is zero use the current window, if {tabnr} is zero 6036 are zero. 8698 Returns non-zero when the popup menu is visible, zero 9600 Returns zero for success, non-zero for failure. 9921 Returns non-zero for success, zero for failure. 10182 Returns zero for success, non-zero for failure. [all …]
|
| H A D | usr_46.txt | 99 will initialize it to zero or empty: > 125 And you'll see zero. Why? Because in legacy Vim script "+=" will convert the 126 arguments to numbers, and any string without a number results in zero!
|
| H A D | netbeans.txt | 324 or generic. Generic messages use a bufID of zero. NOTE: this 336 associated with. A zero sequence number can be used for 363 The first byte has offset zero. Line breaks are counted for 370 starting with zero. Note that a multibyte character counts 633 col = column number of the cursor (in bytes, zero based) 653 getModified When a buffer is specified: Return zero if the buffer does not 655 When no buffer is specified (buffer number zero): Return the 656 number of buffers with changes. When the result is zero it's 673 above this line. Thus when "off" is zero lines are inserted 708 is zero, there is no selection and the pointer is at position [all …]
|
| /vim-8.2.3635/src/ |
| H A D | INSTALLx.txt | 122 Whether the "tgetent" terminal library call returns a zero or non-zero 124 "zero" or "non-zero", corresponding. 145 vim_cv_tgetent=zero \
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | rubycomplete.vim | 367 return nil if loading_allowed.to_i.zero? 443 return [] if allow_aggressive_load.to_i.zero? || loading_allowed.to_i.zero? 475 return if allow_rails.to_i.zero? 530 return [] if allow_rails.to_i.zero? || rails_loaded.to_i.zero? 579 return [] if allow_rails.to_i.zero? || rails_loaded.to_i.zero? 602 return [] if allow_rails.to_i.zero? || rails_loaded.to_i.zero? 656 load_gems unless want_gems.to_i.zero?
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | ishd.vim | 25 " labels and preprocessor get zero indent immediately 44 " Hit the start of the file, use zero indent.
|
| H A D | cs.vim | 45 " Hit the start of the file, use zero indent. 52 " Compiler directives use zero indent if so configured.
|
| H A D | vb.vim | 25 " labels and preprocessor get zero indent immediately 43 " Hit the start of the file, use zero indent.
|
| H A D | eiffel.vim | 54 " At the start of the file use zero indent. 103 " set indent of zero end statements that are at an indent of 3, this should
|
| H A D | mp.vim | 89 " A line ends with zero or more spaces, possibly followed by a comment. 147 " will have weight equal to one, not zero). We do not treat a trailing 252 " At the start of the file use zero indent. 286 " fi if c2: % Note that this line has weight equal to zero.
|
| H A D | chaiscript.vim | 23 " Hit the start of the file, use zero indent.
|
| H A D | rust.vim | 186 " column zero) 193 " Global scope, should be zero
|
| /vim-8.2.3635/runtime/macros/hanoi/ |
| H A D | hanoi.vim | 34 " T insert two lines containing a zero 65 "insert two lines containing a zero
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_true_false.vim | 11 call assert_true(false, 'zero is false') 14 call assert_true(false, 'zero string is false') 132 " Test using non-zero-arg for an argument.
|
| H A D | test_gn.vim | 40 " zero-width match 41 call setline('.', ['', 'zero width pattern'])
|
| H A D | test_lambda.vim | 58 let l:Cb = function({... -> ['zero', a:1, a:2, a:3]}, ['one', 'two']) 59 call assert_equal(['zero', 'one', 'two', 'three'], l:Cb('three'))
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | jproperties.vim | 29 " to non-zero (and good luck). 37 " setting a non-zero value will highlight them. Messages are of the form 105 " file parser won't issue an error on it, just set something wacky like zero
|
| /vim-8.2.3635/src/libvterm/t/ |
| H A D | 31state_rep.test | 11 !REP zero (zero should be interpreted as one)
|
| /vim-8.2.3635/runtime/indent/testdir/ |
| H A D | html.ok | 52 % INDENT_EXE let g:html_indent_script1 = "zero"
|
| H A D | html.in | 52 % INDENT_EXE let g:html_indent_script1 = "zero"
|