summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_vim9_class.vim
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-06-21 07:55:07 +0200
committerChristian Brabandt <cb@256bit.org>2024-06-21 07:55:07 +0200
commit7002c055d560ae0b3bb1e24ad409390a5443daad (patch)
tree7fbe2a93064f0f16179cde3d6eb22d3606398805 /src/testdir/test_vim9_class.vim
parentbc6f96708e3678dbb27ec4192d87cf94a15d4e9a (diff)
patch 9.1.0512: Mode message for spell completion doesn't match allowed keysv9.1.0512
Problem: Mode message for spell completion doesn't match allowed keys (Kyle Kovacs) Solution: Show "^S" instead of "s". (zeertzjq) This matches the code in vim_is_ctrl_x_key(): case CTRL_X_SPELL: return (c == Ctrl_S || c == Ctrl_P || c == Ctrl_N); fixes: neovim/neovim#29431 closes: #15065 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'src/testdir/test_vim9_class.vim')
0 files changed, 0 insertions, 0 deletions