diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-06-28 19:26:28 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-06-28 19:26:28 +0200 |
commit | 630afe889a2a02b367ea8eaaa48e66ed81e77ff3 (patch) | |
tree | b842a80b4031b81954a44a68d8e7064722b60e26 /src/version.c | |
parent | d8b37a53bd29cab78c6997aa75207385213f23e2 (diff) | |
download | vim-630afe889a2a02b367ea8eaaa48e66ed81e77ff3.zip |
patch 8.1.0125: virtual edit replace with multi-byte fails at end of line
Problem: Virtual edit replace with multi-byte fails at end of line. (Lukas
Werling)
Solution: use ins_char() to add the character. (Christian Brabandt,
closes #3114) Rename PCHAR() to PBYTE() to avoid mistakes like
this.
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 86e24fdc1..31db84053 100644 --- a/src/version.c +++ b/src/version.c @@ -790,6 +790,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 125, +/**/ 124, /**/ 123, |