commit | 038e09ee7645731de0296d255aabb17603276443 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 06 12:38:51 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 06 12:38:51 2021 +0100 |
tree | 26fde6ff5abd96317ca5455594fc50fa17cd0dcf | |
parent | 139348f3e8370826a1ceb10c73f7c7bb586f8125 [diff] [blame] |
patch 8.2.2468: not easy to get the full command name from a shortened one Problem: Not easy to get the full command name from a shortened one. Solution: Add fullcommand(). (Martin Tournoij, closes #7777)
diff --git a/src/version.c b/src/version.c index df206d1..e8c286b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2468, +/**/ 2467, /**/ 2466,