Home
last modified time | relevance | path

Searched refs:coladvance (Results 1 – 22 of 22) sorted by relevance

/vim-8.2.3635/src/
H A Dnormal.c2660 coladvance(MAXCOL); in nv_screengo()
5188 coladvance(left); in v_swap_corners()
5205 coladvance(right); in v_swap_corners()
5209 coladvance(left); in v_swap_corners()
5243 coladvance(getviscol()); in nv_Replace()
5272 coladvance(getviscol()); in nv_vreplace()
6084 coladvance((colnr_T)i); in nv_g_cmd()
6160 coladvance((colnr_T)i); in nv_g_cmd()
6187 coladvance((colnr_T)i); in nv_g_cmd()
7051 coladvance((colnr_T)MAXCOL); in set_cursor_for_append_to_line()
[all …]
H A Dedit.c2622 coladvance(curwin->w_curswant); in beginline()
2660 coladvance(getviscol() + ((*ptr != TAB in oneright()
2706 coladvance(v - width); in oneleft()
2716 coladvance(v - 1); in oneleft()
2795 coladvance(curwin->w_curswant); in cursor_up()
2854 coladvance(curwin->w_curswant); in cursor_down()
4562 coladvance((colnr_T)MAXCOL); in ins_left()
4602 coladvance((colnr_T)MAXCOL); in ins_end()
4715 coladvance(getvcol_nolist(&Insstart)); in ins_up()
4776 coladvance(getvcol_nolist(&Insstart)); in ins_down()
[all …]
H A Dtextformat.c125 coladvance((colnr_T)textwidth); in internal_format()
689 coladvance((colnr_T)MAXCOL); in auto_format()
1102 coladvance((colnr_T)MAXCOL); in format_lines()
H A Dmisc2.c96 coladvance(colnr_T wcol) in coladvance() function
662 coladvance((colnr_T)(lastcol - siso)); in leftcol_changed()
667 (void)coladvance((colnr_T)(curwin->w_leftcol + siso)); in leftcol_changed()
679 coladvance(s - 1); in leftcol_changed()
684 if (coladvance(e + 1) == FAIL) // there isn't another character in leftcol_changed()
H A Dtextobject.c378 coladvance((colnr_T)MAXCOL); in fwd_word()
510 coladvance((colnr_T)MAXCOL); in end_word()
H A Dops.c864 coladvance(endcol); in op_delete()
3449 coladvance(oap->end_vcol); in get_op_vcol()
3453 coladvance(oap->start_vcol); in get_op_vcol()
3609 coladvance(curwin->w_curswant); in do_pending_operator()
4194 coladvance(curwin->w_curswant = old_col); in do_pending_operator()
H A Djob.c1632 coladvance((colnr_T)MAXCOL); in init_prompt()
1642 coladvance((colnr_T)MAXCOL); in init_prompt()
H A Dmouse.c771 coladvance(end_visual.col); in do_mouse()
1977 if (coladvance(col) == FAIL) // Mouse click beyond end of line in jump_to_mouse()
H A Dmove.c1415 coladvance(curwin->w_curswant); in scrolldown()
1496 coladvance(curwin->w_curswant); in scrollup()
H A Dindent.c1788 coladvance(curwin->w_curswant); in ex_retab()
H A Doptionstr.c2108 coladvance(curwin->w_virtcol); in did_set_string_option()
H A Dterminal.c2052 if (coladvance(term->tl_cursor_pos.col) == FAIL) in term_enter_normal_mode()
2053 coladvance(MAXCOL); in term_enter_normal_mode()
5378 coladvance(cursor_pos1.col); in term_load_dump()
H A Dundo.c2910 coladvance((colnr_T)curhead->uh_cursor_vcol); in u_undoredo()
H A Dex_getln.c204 coladvance((colnr_T)MAXCOL); in set_search_match()
H A Dex_cmds.c4762 coladvance((colnr_T)MAXCOL); in ex_substitute()
H A Dgui.c4494 coladvance(wp->w_curswant); in gui_do_scroll()
H A Dmemline.c5930 coladvance((colnr_T)MAXCOL); in goto_byte()
H A Dquickfix.c3219 coladvance(qf_col - 1); in qf_jump_goto_line()
/vim-8.2.3635/src/proto/
H A Dmisc2.pro6 int coladvance(colnr_T wcol);
/vim-8.2.3635/runtime/doc/
H A Dversion7.txt2253 when it just fits in the window. In coladvance() don't stop at the window
2829 line. Call coladvance() before starting the new line.
H A Dversion6.txt4987 virtual cursor position. Adjust coladvance() and oneleft() to
H A Dversion8.txt25736 Solution: Move to the end of the line if coladvance() fails. Do not take a