]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0697: ":sign place" requires the buffer argument v8.1.0697
authorBram Moolenaar <Bram@vim.org>
Sun, 6 Jan 2019 15:24:01 +0000 (16:24 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 6 Jan 2019 15:24:01 +0000 (16:24 +0100)
commitb328cca2548936c5f68fff683049a929882f5011
tree8237567d6c94872a3bf97768e70bf8cc327e4533
parent8ad16da7290190f55f88073d5586dfe133fddf45
patch 8.1.0697: ":sign place" requires the buffer argument

Problem:    ":sign place" requires the buffer argument.
Solution:   Make the argument optional.  Also update the help and clean up the
            sign test. (Yegappan Lakshmanan, closes #3767)
runtime/doc/eval.txt
runtime/doc/sign.txt
src/sign.c
src/testdir/test_signs.vim
src/version.c