summaryrefslogtreecommitdiffstats
path: root/runtime/syntax
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-01-28 19:03:00 +0100
committerChristian Brabandt <cb@256bit.org>2024-01-28 19:03:00 +0100
commitbf321806bf44d59f108fd7e5a0eaead04682701d (patch)
treea85148304c17b07d8d4ca3d028cd844fdba31474 /runtime/syntax
parentcf8695d48cdded63043430af5a84185e9614e84c (diff)
patch 9.1.0060: Recorded register cannot be translated using keytrans()v9.1.0060
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 <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/syntax')
-rw-r--r--runtime/syntax/vim.vim2
1 files changed, 1 insertions, 1 deletions
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