comparison runtime/doc/textprop.txt @ 25392:b427a26b0210 v8.2.3233

patch 8.2.3233: prop_list() and prop_find() do not indicate the buffer Commit: https://github.com/vim/vim/commit/e2390c7f32879ab7942adf0d38b1db34933695fa Author: Martin Tournoij <martin@arp242.net> Date: Wed Jul 28 13:30:16 2021 +0200 patch 8.2.3233: prop_list() and prop_find() do not indicate the buffer Problem: prop_list() and prop_find() do not indicate the buffer for the used type. Solution: Add "type_bufnr" to the results. (closes #8647)
author Bram Moolenaar <Bram@vim.org>
date Wed, 28 Jul 2021 13:45:03 +0200
parents e69e7133c9cf
children 78ef12e0ce8c
comparison
equal deleted inserted replaced
25391:df2096e6825e 25392:b427a26b0210
209 length length in bytes, one more if line break is 209 length length in bytes, one more if line break is
210 included 210 included
211 id property ID 211 id property ID
212 type name of the property type, omitted if 212 type name of the property type, omitted if
213 the type was deleted 213 the type was deleted
214 type_bufnr buffer number for which this type was defined;
215 0 if the type is global
214 start when TRUE property starts in this line 216 start when TRUE property starts in this line
215 end when TRUE property ends in this line 217 end when TRUE property ends in this line
216 218
217 When "start" is zero the property started in a previous line, 219 When "start" is zero the property started in a previous line,
218 the current one is a continuation. 220 the current one is a continuation.