commit | 32ee627750e8b7b3fa6516b893e72f6e6af54710 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Jun 10 14:16:49 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jun 10 14:16:49 2020 +0200 |
tree | dfa25269bbbaaf317765ff0ef0b059362c33f920 | |
parent | 0e390f40e944036fb558a63b91238cfda128d95f [diff] [blame] |
patch 8.2.0943: displaying ^M or ^J depends on current buffer Problem: Displaying ^M or ^J depends on current buffer. Solution: Pass the displayed buffer to transchar(). (closes #6225)
diff --git a/src/version.c b/src/version.c index 570ea10..251a0aa 100644 --- a/src/version.c +++ b/src/version.c
@@ -755,6 +755,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 943, +/**/ 942, /**/ 941,