diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-07-22 20:42:04 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-07-22 20:42:04 +0200 |
commit | 816e7660e1efb918ad85b5c78d21b957d1bcad17 (patch) | |
tree | 2997108433654651b4420093cec144a74968ca99 /src/version.c | |
parent | b7a8dfeb49784145fe133496ce38703d236e4fbe (diff) | |
download | vim-816e7660e1efb918ad85b5c78d21b957d1bcad17.zip |
patch 8.0.0749: some unicode digraphs are hard to remember
Problem: Some unicode digraphs are hard to remember.
Solution: Add alternatives with a backtick. (Chris Harding, closes #1861)
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 0564b8ff4..486cd6fd0 100644 --- a/src/version.c +++ b/src/version.c @@ -770,6 +770,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 749, +/**/ 748, /**/ 747, |