comparison runtime/doc/sign.txt @ 18719:99586852c2db

Update runtime files Commit: https://github.com/vim/vim/commit/0c0734d527a132edfb4089be48486586424b3f41 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 26 21:44:46 2019 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 Nov 2019 21:45:05 +0100
parents c4cdc715cb68
children b29d8a06e72c
comparison
equal deleted inserted replaced
18718:710efe6952f4 18719:99586852c2db
371 If the sign named {name} already exists, then the attributes 371 If the sign named {name} already exists, then the attributes
372 of the sign are updated. 372 of the sign are updated.
373 373
374 The one argument {list} can be used to define a list of signs. 374 The one argument {list} can be used to define a list of signs.
375 Each list item is a dictionary with the above items in {dict} 375 Each list item is a dictionary with the above items in {dict}
376 and a 'name' item for the sign name. 376 and a "name" item for the sign name.
377 377
378 Returns 0 on success and -1 on failure. When the one argument 378 Returns 0 on success and -1 on failure. When the one argument
379 {list} is used, then returns a List of values one for each 379 {list} is used, then returns a List of values one for each
380 defined sign. 380 defined sign.
381 381