Mercurial > vim
comparison src/version.c @ 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 | f2d904d44ebd |
children | 47385c831d92 |
comparison
equal
deleted
inserted
replaced
34228:734467c89330 | 34229:6be721794e1f |
---|---|
702 NULL | 702 NULL |
703 }; | 703 }; |
704 | 704 |
705 static int included_patches[] = | 705 static int included_patches[] = |
706 { /* Add new patch number below this line */ | 706 { /* Add new patch number below this line */ |
707 /**/ | |
708 60, | |
707 /**/ | 709 /**/ |
708 59, | 710 59, |
709 /**/ | 711 /**/ |
710 58, | 712 58, |
711 /**/ | 713 /**/ |