comparison runtime/doc/usr_41.txt @ 15418:51b3c36b0523 v8.1.0717

patch 8.1.0717: there is no function for the ":sign jump" command commit https://github.com/vim/vim/commit/6b7b7190aa9e5c4f51bceaebf9275aa5097cfea1 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 11 13:42:41 2019 +0100 patch 8.1.0717: there is no function for the ":sign jump" command Problem: There is no function for the ":sign jump" command. Solution: Add the sign_jump() function. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/3780)
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Jan 2019 13:45:06 +0100
parents 3a99b2e6d136
children f0f06837a699
comparison
equal deleted inserted replaced
15417:50a5ad000845 15418:51b3c36b0523
985 985
986 Signs: *sign-functions* 986 Signs: *sign-functions*
987 sign_define() define or update a sign 987 sign_define() define or update a sign
988 sign_getdefined() get a list of defined signs 988 sign_getdefined() get a list of defined signs
989 sign_getplaced() get a list of placed signs 989 sign_getplaced() get a list of placed signs
990 sign_jump() jump to a sign
990 sign_place() place a sign 991 sign_place() place a sign
991 sign_undefine() undefine a sign 992 sign_undefine() undefine a sign
992 sign_unplace() unplace a sign 993 sign_unplace() unplace a sign
993 994
994 Terminal window: *terminal-functions* 995 Terminal window: *terminal-functions*