diff options
Diffstat (limited to 'mnv/src/proto/drawline.pro')
| -rw-r--r-- | mnv/src/proto/drawline.pro | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mnv/src/proto/drawline.pro b/mnv/src/proto/drawline.pro new file mode 100644 index 0000000000..86f070e553 --- /dev/null +++ b/mnv/src/proto/drawline.pro @@ -0,0 +1,5 @@ +/* drawline.c */ +int text_prop_position(win_T *wp, textprop_T *tp, int vcol, int scr_col, int *n_extra, char_u **p_extra, int *n_attr, int *n_attr_skip, int do_skip); +int text_prop_no_showbreak(textprop_T *tp); +int win_line(win_T *wp, linenr_T lnum, int startrow, int endrow, int number_only, spellvars_T *spv); +/* mnv: set ft=c : */ |
