Searched refs:coladvance (Results 1 – 22 of 22) sorted by relevance
2660 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 …]
2622 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 …]
125 coladvance((colnr_T)textwidth); in internal_format()689 coladvance((colnr_T)MAXCOL); in auto_format()1102 coladvance((colnr_T)MAXCOL); in format_lines()
96 coladvance(colnr_T wcol) in coladvance() function662 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()
378 coladvance((colnr_T)MAXCOL); in fwd_word()510 coladvance((colnr_T)MAXCOL); in end_word()
864 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()
1632 coladvance((colnr_T)MAXCOL); in init_prompt()1642 coladvance((colnr_T)MAXCOL); in init_prompt()
771 coladvance(end_visual.col); in do_mouse()1977 if (coladvance(col) == FAIL) // Mouse click beyond end of line in jump_to_mouse()
1415 coladvance(curwin->w_curswant); in scrolldown()1496 coladvance(curwin->w_curswant); in scrollup()
1788 coladvance(curwin->w_curswant); in ex_retab()
2108 coladvance(curwin->w_virtcol); in did_set_string_option()
2052 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()
2910 coladvance((colnr_T)curhead->uh_cursor_vcol); in u_undoredo()
204 coladvance((colnr_T)MAXCOL); in set_search_match()
4762 coladvance((colnr_T)MAXCOL); in ex_substitute()
4494 coladvance(wp->w_curswant); in gui_do_scroll()
5930 coladvance((colnr_T)MAXCOL); in goto_byte()
3219 coladvance(qf_col - 1); in qf_jump_goto_line()
6 int coladvance(colnr_T wcol);
2253 when it just fits in the window. In coladvance() don't stop at the window2829 line. Call coladvance() before starting the new line.
4987 virtual cursor position. Adjust coladvance() and oneleft() to
25736 Solution: Move to the end of the line if coladvance() fails. Do not take a