forked from aniani/vim
patch 8.2.5034: there is no way to get the byte index from a virtual column
Problem: There is no way to get the byte index from a virtual column. Solution: Add virtcol2col(). (Yegappan Lakshmanan, closes #10477, closes #10098)
This commit is contained in:
@@ -30,6 +30,7 @@ int curwin_col_off2(void);
|
||||
void curs_columns(int may_scroll);
|
||||
void textpos2screenpos(win_T *wp, pos_T *pos, int *rowp, int *scolp, int *ccolp, int *ecolp);
|
||||
void f_screenpos(typval_T *argvars, typval_T *rettv);
|
||||
void f_virtcol2col(typval_T *argvars, typval_T *rettv);
|
||||
void scrolldown(long line_count, int byfold);
|
||||
void scrollup(long line_count, int byfold);
|
||||
void check_topfill(win_T *wp, int down);
|
||||
|
||||
Reference in New Issue
Block a user