]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0701: sign message not translated and inconsistent spacing v8.1.0701
authorBram Moolenaar <Bram@vim.org>
Mon, 7 Jan 2019 20:16:53 +0000 (21:16 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 7 Jan 2019 20:16:53 +0000 (21:16 +0100)
commitd730c8e2974609034016ca66db09d2ef78784343
treeefd3d086a24153d535d6205a533abd2b35853df3
parent04b4e1a42409f81d65ae4801ac867dc0bba3d7b8
patch 8.1.0701: sign message not translated and inconsistent spacing

Problem:    Sign message not translated and inconsistent spacing.
Solution:   Add _() for translation.  Add a space. (Ken Takata)  Also use
            MSG_BUF_LEN instead of BUFSIZ.
src/sign.c
src/testdir/test_signs.vim
src/version.c