Home
last modified time | relevance | path

Searched refs:closest (Results 1 – 10 of 10) sorted by relevance

/vim-8.2.3635/src/
H A Dundo.c2321 long closest; in undo_time() local
2349 closest = -1; in undo_time()
2398 closest = -1; in undo_time()
2408 if (target >= closest) in undo_time()
2409 target = closest - 1; in undo_time()
2412 closest_start = closest; in undo_time()
2462 && ((dosec && val == closest) in undo_time()
2468 ? (closest > target in undo_time()
2471 : (closest > target in undo_time()
2475 closest = val; in undo_time()
[all …]
/vim-8.2.3635/runtime/indent/
H A Dclojure.vim186 " closest outer `[`.
H A Druby.vim294 " If this line is an access modifier keyword, align according to the closest
/vim-8.2.3635/runtime/doc/
H A Dscroll.txt148 to the closest character that is on the screen. The value of 'sidescroll' is
H A Dtips.txt119 archive file on your closest gnu-ftp-mirror).
H A Dvisual.txt140 is closest, to the position of the click. Only when
H A Dprint.txt538 for 'printoptions', using the paper that is closest in both width AND height.
H A Drepeat.txt544 that was a valid continuation line. Using '"\ ' comes closest, even
H A Dgui.txt327 selection then the closest end will be extended.
H A Dchange.txt1201 first yanked character that is closest to the start of the buffer. This means