commit | 30b6d6104c3d541c41c868989c020b743e01af08 | [log] [tgz] |
---|---|---|
author | zeertzjq <zeertzjq@outlook.com> | Sun May 07 17:39:23 2023 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun May 07 17:39:23 2023 +0100 |
tree | 3e5f10f40c94079631816960927b6161328861cc | |
parent | 048d9d25214049dfde04c468c14bd1708fb692b8 [diff] [blame] |
patch 9.0.1521: failing redo of command with control characters Problem: Failing redo of command with control characters. Solution: Use AppendToRedobuffLit() for colon commands. (closes #12354)
diff --git a/src/version.c b/src/version.c index 35ea18a..454e246 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1521, +/**/ 1520, /**/ 1519,