From bf321806bf44d59f108fd7e5a0eaead04682701d Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Sun, 28 Jan 2024 19:03:00 +0100 Subject: patch 9.1.0060: Recorded register cannot be translated using keytrans() Problem: Recorded register cannot be translated using keytrans() when it involves character search (iddqd505) Solution: Record a K_IGNORE instead of a K_NOP (zeertzjq) related: #13916 closes: #13925 Signed-off-by: zeertzjq Signed-off-by: Christian Brabandt --- runtime/syntax/vim.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/syntax') diff --git a/runtime/syntax/vim.vim b/runtime/syntax/vim.vim index f1944cab8a..4627f3ddf7 100644 --- a/runtime/syntax/vim.vim +++ b/runtime/syntax/vim.vim @@ -13,7 +13,7 @@ " 2024 Jan 23 by Vim Project (add :[23]match commands) " 2024 Jan 25 by Vim Project (WinNewPre autocommand) " 2024 Jan 27 by Vim Project (add foreach() function) -" 2024 Jan 28 by Vim Project (improve line-continuation matching) +" 2024 Jan 28 by Vim Project (improve line-continuation matching & string interpolation) " Version: 9.0-25 " URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_VIM " Automatically generated keyword lists: {{{1 -- cgit v1.2.3