1- *textprop.txt* For Vim version 9.2. Last change: 2026 Feb 14
1+ *textprop.txt* For Vim version 9.2. Last change: 2026 Apr 06
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -270,6 +270,8 @@ prop_add_list({props}, [{item}, ...]) *prop_add_list()*
270270<
271271 Can also be used as a | method | : >
272272 GetProp()->prop_add_list([[1, 1, 1, 2], [1, 4, 1, 8]])
273+ <
274+ Return type: void
273275
274276
275277prop_clear({lnum} [, {lnum-end} [, {props} ]]) *prop_clear()*
@@ -283,7 +285,7 @@ prop_clear({lnum} [, {lnum-end} [, {props}]]) *prop_clear()*
283285 Can also be used as a | method | : >
284286 GetLnum()->prop_clear()
285287<
286- Return type: | Number |
288+ Return type: void
287289
288290
289291prop_find({props} [, {direction} ]) *prop_find()*
@@ -444,7 +446,7 @@ prop_type_add({name}, {props}) *prop_type_add()* *E969* *E970*
444446 Can also be used as a | method | : >
445447 GetPropName()->prop_type_add(props)
446448<
447- Return type: | Number |
449+ Return type: void
448450
449451
450452prop_type_change({name} , {props} ) *prop_type_change()*
@@ -455,7 +457,7 @@ prop_type_change({name}, {props}) *prop_type_change()*
455457 Can also be used as a | method | : >
456458 GetPropName()->prop_type_change(props)
457459<
458- Return type: | Number |
460+ Return type: void
459461
460462
461463prop_type_delete({name} [, {props} ]) *prop_type_delete()*
@@ -472,7 +474,7 @@ prop_type_delete({name} [, {props}]) *prop_type_delete()*
472474 Can also be used as a | method | : >
473475 GetPropName()->prop_type_delete()
474476<
475- Return type: | Number |
477+ Return type: void
476478
477479
478480prop_type_get({name} [, {props} ]) *prop_type_get()*
0 commit comments