comparison runtime/syntax/vim.vim @ 34229:6be721794e1f v9.1.0060

patch 9.1.0060: Recorded register cannot be translated using keytrans() Commit: https://github.com/vim/vim/commit/bf321806bf44d59f108fd7e5a0eaead04682701d Author: zeertzjq <zeertzjq@outlook.com> Date: Sun Jan 28 19:03:00 2024 +0100 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 <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 28 Jan 2024 19:15:03 +0100
parents 734467c89330
children 95f54d96baba
comparison
equal deleted inserted replaced
34228:734467c89330 34229:6be721794e1f
11 " 2024 Jan 14 by Vim Project (TermResponseAll autocommand) 11 " 2024 Jan 14 by Vim Project (TermResponseAll autocommand)
12 " 2024 Jan 15 by Vim Project (:hi ctermfont attribute) 12 " 2024 Jan 15 by Vim Project (:hi ctermfont attribute)
13 " 2024 Jan 23 by Vim Project (add :[23]match commands) 13 " 2024 Jan 23 by Vim Project (add :[23]match commands)
14 " 2024 Jan 25 by Vim Project (WinNewPre autocommand) 14 " 2024 Jan 25 by Vim Project (WinNewPre autocommand)
15 " 2024 Jan 27 by Vim Project (add foreach() function) 15 " 2024 Jan 27 by Vim Project (add foreach() function)
16 " 2024 Jan 28 by Vim Project (improve line-continuation matching) 16 " 2024 Jan 28 by Vim Project (improve line-continuation matching & string interpolation)
17 " Version: 9.0-25 17 " Version: 9.0-25
18 " URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_VIM 18 " URL: http://www.drchip.org/astronaut/vim/index.html#SYNTAX_VIM
19 " Automatically generated keyword lists: {{{1 19 " Automatically generated keyword lists: {{{1
20 20
21 " Quit when a syntax file was already loaded {{{2 21 " Quit when a syntax file was already loaded {{{2