commit | 21a83bd53d1fe21c780316c40fdc14d49167d08b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 23 19:19:58 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 23 19:19:58 2021 +0100 |
tree | 0686c4944e707d4bbe493e9e7cd99617f7fd8701 | |
parent | eba13e4ea28f133ff65f6b426428f49a9bd711b0 [diff] [blame] |
patch 8.2.2546: typo in mouse key name Problem: Typo in mouse key name. Solution: Fix the typo. (issue #4725)
diff --git a/src/version.c b/src/version.c index dda530a..c63e60c 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2546, +/**/ 2545, /**/ 2544,