]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0669: the ex_sign() function is too long v8.1.0669
authorBram Moolenaar <Bram@vim.org>
Mon, 31 Dec 2018 21:02:29 +0000 (22:02 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 31 Dec 2018 21:02:29 +0000 (22:02 +0100)
commita355652ea5b0c1633e8126ad9af2d970e05f4e1a
treee903ab6e07745acbeba5f38a0f68a430efcbc8b6
parentc0676bab92bd6488e17d05a4a70dfff993ef524e
patch 8.1.0669: the ex_sign() function is too long

Problem:    The ex_sign() function is too long.
Solution:   Refactor the function.  Add a bit more testing. (Yegappan
            Lakshmanan, closes #3745)
src/ex_cmds.c
src/testdir/test_signs.vim
src/version.c