Home
last modified time | relevance | path

Searched refs:bigger (Results 1 – 25 of 31) sorted by relevance

12

/vim-8.2.3635/runtime/spell/
H A Dcleanadd.vim7 " If you invoke this script often set it to something bigger, e.g. 60 * 60
/vim-8.2.3635/src/
H A Dsearch.c3338 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 DINSTALLpc.txt19 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 Dtest_ex_z.vim53 " Test with {count} bigger than the number of lines in buffer.
H A Dtest_termcodes.vim562 " 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 Dtest_timers.vim366 " 'uptimetime. must be bigger than the timer timeout
H A Dtest_terminal3.vim883 " Position must be bigger than the getwinpos() result of Vim itself.
H A Dtest_window_cmd.vim815 " Make window size bigger, then back to 2 lines
H A Dtest_textprop.vim330 " Inserting text makes the prop bigger.
/vim-8.2.3635/runtime/syntax/
H A Daap.vim122 " bigger.
/vim-8.2.3635/runtime/doc/
H A Drecover.txt112 'swapsync' option to an empty string. The risk of losing work becomes bigger
H A Dtips.txt187 some context around the cursor. If 'scrolloff' is bigger than half the window
H A Ddevelop.txt110 - Computers are becoming faster and bigger each year. Vim can grow too, but
H A Drepeat.txt740 An alternative to debug mode is setting the 'verbose' option. With a bigger
H A Dterminal.txt340 and cells. If the window is bigger there will be unused empty space.
H A Dmbyte.txt530 or, for bigger character: >
H A Dvim9.txt1272 smaller-than and bigger-than operators).
H A Dspell.txt223 words that have been seen often get a bigger bonus. The COMMON item in the
H A Dediting.txt1728 bigger than 100 then 100 is used. The system also has a limit on the
H A Dusr_41.txt1902 Even bigger problem arises in the following example: >
H A Dtodo.txt3360 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 Doptions.txt5159 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 Dada.vim267 " Now simply add further lines until the match gets no bigger
/vim-8.2.3635/runtime/tutor/
H A Dtutor.utf-8666 to make the selection bigger or smaller. Then you can use an operator
H A Dtutor666 to make the selection bigger or smaller. Then you can use an operator

12