]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.0540: Unused assignment in sign_define_cmd() v9.1.0540
authorzeertzjq <zeertzjq@outlook.com>
Sun, 7 Jul 2024 18:33:46 +0000 (20:33 +0200)
committerChristian Brabandt <cb@256bit.org>
Sun, 7 Jul 2024 18:33:46 +0000 (20:33 +0200)
commitfc3f5dba52099d82ccc8bfe309d58a6fac01373d
treedc2d9b0db0300e158cce458462e0a8fe021b159a
parentfbbabbca3319ea1b358c08f250b4582421c40600
patch 9.1.0540: Unused assignment in sign_define_cmd()

Problem:  Unused assignment in sign_define_cmd()
Solution: Remove the assignment.  Also document the "priority" flag of
          sign_define(). (zeertzjq)

closes: #15169

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/sign.txt
src/sign.c
src/version.c