comparison runtime/doc/sign.txt @ 25822:42723b535ab3 v8.2.3446

patch 8.2.3446: not enough tests for empty string arguments Commit: https://github.com/vim/vim/commit/820d5525cae707f39571c6abc2aa6a9e66ed171e Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Fri Sep 17 21:07:35 2021 +0200 patch 8.2.3446: not enough tests for empty string arguments Problem: Not enough tests for empty string arguments. Solution: Add tests, fix type check. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/8881)
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Sep 2021 21:15:03 +0200
parents 29ec2c198c8d
children 365e7f083f02
comparison
equal deleted inserted replaced
25821:ef98a99ef1ae 25822:42723b535ab3
518 sign_jump({id}, {group}, {buf}) 518 sign_jump({id}, {group}, {buf})
519 Open the buffer {buf} or jump to the window that contains 519 Open the buffer {buf} or jump to the window that contains
520 {buf} and position the cursor at sign {id} in group {group}. 520 {buf} and position the cursor at sign {id} in group {group}.
521 This is similar to the |:sign-jump| command. 521 This is similar to the |:sign-jump| command.
522 522
523 If {group} is an empty string, then the global group is used.
523 For the use of {buf}, see |bufname()|. 524 For the use of {buf}, see |bufname()|.
524 525
525 Returns the line number of the sign. Returns -1 if the 526 Returns the line number of the sign. Returns -1 if the
526 arguments are invalid. 527 arguments are invalid.
527 528