Searched refs:bigger (Results 1 – 25 of 31) sorted by relevance
12
| /vim-8.2.3635/runtime/spell/ |
| H A D | cleanadd.vim | 7 " If you invoke this script often set it to something bigger, e.g. 60 * 60
|
| /vim-8.2.3635/src/ |
| H A D | search.c | 3338 SearchedFile *bigger; // When we need more space in find_pattern_in_path() local 3572 bigger = ALLOC_MULT(SearchedFile, max_path_depth * 2); in find_pattern_in_path() 3573 if (bigger != NULL) in find_pattern_in_path() 3576 bigger[i] = files[i]; in find_pattern_in_path() 3579 bigger[i].fp = NULL; in find_pattern_in_path() 3580 bigger[i].name = NULL; in find_pattern_in_path() 3581 bigger[i].lnum = 0; in find_pattern_in_path() 3582 bigger[i].matched = FALSE; in find_pattern_in_path() 3585 bigger[i + max_path_depth] = files[i]; in find_pattern_in_path() 3589 files = bigger; in find_pattern_in_path()
|
| H A D | INSTALLpc.txt | 19 build a 64 bit Vim if you like, the executable will be bigger and Vim won't be
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_ex_z.vim | 53 " Test with {count} bigger than the number of lines in buffer.
|
| H A D | test_termcodes.vim | 562 " When 'ttymouse' is 'xterm2', row/col bigger than 223 are not supported. 582 " When 'ttymouse' is 'xterm2', row/col bigger than 223 are not supported. 621 " When 'ttymouse' is 'xterm2', row/col bigger than 223 are not supported. 706 " When 'ttymouse' is 'xterm2', row/col bigger than 223 are not supported. 1073 " When 'ttymouse' is 'xterm2', row/col bigger than 223 are not supported.
|
| H A D | test_timers.vim | 366 " 'uptimetime. must be bigger than the timer timeout
|
| H A D | test_terminal3.vim | 883 " Position must be bigger than the getwinpos() result of Vim itself.
|
| H A D | test_window_cmd.vim | 815 " Make window size bigger, then back to 2 lines
|
| H A D | test_textprop.vim | 330 " Inserting text makes the prop bigger.
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | aap.vim | 122 " bigger.
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | recover.txt | 112 'swapsync' option to an empty string. The risk of losing work becomes bigger
|
| H A D | tips.txt | 187 some context around the cursor. If 'scrolloff' is bigger than half the window
|
| H A D | develop.txt | 110 - Computers are becoming faster and bigger each year. Vim can grow too, but
|
| H A D | repeat.txt | 740 An alternative to debug mode is setting the 'verbose' option. With a bigger
|
| H A D | terminal.txt | 340 and cells. If the window is bigger there will be unused empty space.
|
| H A D | mbyte.txt | 530 or, for bigger character: >
|
| H A D | vim9.txt | 1272 smaller-than and bigger-than operators).
|
| H A D | spell.txt | 223 words that have been seen often get a bigger bonus. The COMMON item in the
|
| H A D | editing.txt | 1728 bigger than 100 then 100 is used. The system also has a limit on the
|
| H A D | usr_41.txt | 1902 Even bigger problem arises in the following example: >
|
| H A D | todo.txt | 3360 9 On Solaris: Using a "-geometry" argument, bigger than the window where Vim 3545 bottom window only bigger as much as needed. 6208 result in windows to become bigger. Deleting a window should not result in
|
| H A D | options.txt | 5159 more depth, set 'maxfuncdepth' to a bigger number. But this will use 5598 The value is the minimum width. A bigger width is used when needed to 8516 When bigger than zero, Vim will give messages about what it is doing. 8757 < Here $<100> specifies the time, you can use a smaller or bigger value
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | ada.vim | 267 " Now simply add further lines until the match gets no bigger
|
| /vim-8.2.3635/runtime/tutor/ |
| H A D | tutor.utf-8 | 666 to make the selection bigger or smaller. Then you can use an operator
|
| H A D | tutor | 666 to make the selection bigger or smaller. Then you can use an operator
|
12