summaryrefslogtreecommitdiff
path: root/src/proto/textprop.pro
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-05-26 23:32:06 +0200
committerBram Moolenaar <Bram@vim.org>2019-05-26 23:32:06 +0200
commit7a8d0278bd6bd57e04f61183cb8e2969cf148e3f (patch)
tree04c4b87ed408ecdc614820fd218622103f0a011d /src/proto/textprop.pro
parent2cd0dce898995a2b05f7285a70efec3f67f579f5 (diff)
downloadvim-git-7a8d0278bd6bd57e04f61183cb8e2969cf148e3f.tar.gz
patch 8.1.1407: popup_create() does not support text propertiesv8.1.1407
Problem: Popup_create() does not support text properties. Solution: Support the third form of the text argument.
Diffstat (limited to 'src/proto/textprop.pro')
-rw-r--r--src/proto/textprop.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proto/textprop.pro b/src/proto/textprop.pro
index 1301f31a5..a6775dbfd 100644
--- a/src/proto/textprop.pro
+++ b/src/proto/textprop.pro
@@ -1,5 +1,6 @@
/* textprop.c */
void f_prop_add(typval_T *argvars, typval_T *rettv);
+void prop_add_common(linenr_T start_lnum, colnr_T start_col, dict_T *dict, buf_T *default_buf, typval_T *dict_arg);
int get_text_props(buf_T *buf, linenr_T lnum, char_u **props, int will_change);
proptype_T *text_prop_type_by_id(buf_T *buf, int id);
void f_prop_clear(typval_T *argvars, typval_T *rettv);