]> granicus.if.org Git - vim/commit
patch 8.1.0717: there is no function for the ":sign jump" command v8.1.0717
authorBram Moolenaar <Bram@vim.org>
Fri, 11 Jan 2019 12:42:41 +0000 (13:42 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 11 Jan 2019 12:42:41 +0000 (13:42 +0100)
commit6b7b7190aa9e5c4f51bceaebf9275aa5097cfea1
treeb088f8b853ef755e35cb1336b41a660735b4124f
parentcee9bc2e3dc5c16a9d2a8d0e23aa0d5fdefa3a4a
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 #3780)
runtime/doc/eval.txt
runtime/doc/sign.txt
runtime/doc/usr_41.txt
src/evalfunc.c
src/proto/sign.pro
src/sign.c
src/testdir/test_signs.vim
src/version.c