Home
last modified time | relevance | path

Searched refs:wraparound (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/runtime/syntax/
H A Delinks.vim53 \ wraparound case regex show_hit_top_bottom
54 \ wraparound show_not_found margin_width refresh
97 \ homepage show_bar wraparound confirm_close
/vim-8.2.3635/src/libvterm/t/
H A D20state_wrapping.test52 !80th column causes linefeed on wraparound
H A D61screen_unicode.test43 !Outputting CJK doublewidth in 80th column should wraparound to next line and not crash"
/vim-8.2.3635/src/
H A Dsearch.c3210 int wraparound = FALSE; in update_search_stat() local
3238 wraparound = ((dirc == '?' && LT_POS(lastpos, p)) in update_search_stat()
3249 && lbuf == curbuf) || wraparound || cur < 0 in update_search_stat()
3260 if (EQUAL_POS(lastpos, *cursor_pos) && !wraparound in update_search_stat()