]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.1.0588: cannot define a sign with space in the text v8.1.0588
authorBram Moolenaar <Bram@vim.org>
Fri, 14 Dec 2018 18:37:08 +0000 (19:37 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 14 Dec 2018 18:37:08 +0000 (19:37 +0100)
commit06b056e110005ce0dd97b8c6333405afd06c36fc
treeb2d0a1a78c762c56df673a712e9bb30cd593d441
parent06d4c4c818fe4258bdc3d455b7680fabadd719e4
patch 8.1.0588: cannot define a sign with space in the text

Problem:    Cannot define a sign with space in the text.
Solution:   Allow for escaping characters. (Ben Jackson, closes #2967)
src/ex_cmds.c
src/testdir/test_signs.vim
src/version.c