mirror of
https://github.com/neovim/neovim.git
synced 2026-02-20 09:19:43 +10:00
vim-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.
d730c8e297
This commit is contained in:
@@ -240,7 +240,7 @@ describe('Signs', function()
|
||||
:sign place |
|
||||
{9:--- Signs ---} |
|
||||
{10:Signs for [NULL]:} |
|
||||
line=1 id=100000 name=piet priority=10 |
|
||||
line=1 id=100000 name=piet priority=10 |
|
||||
|
|
||||
{11:Press ENTER or type command to continue}^ |
|
||||
]])
|
||||
|
||||
Reference in New Issue
Block a user