commit | 93344c2d707d9953f351c944e6a237c9916f69a3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 14 21:12:05 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 14 21:12:05 2019 +0200 |
tree | c21ac5e6e744c88462156a3158dfd3c7ef63371c | |
parent | 6ace95e9810bdfef5392ad89efc9e4ad4606de28 [diff] [blame] |
patch 8.1.1846: inconsistently using GetVimCommand() and v:progpath Problem: Inconsistently using GetVimCommand() and v:progpath. (Daniel Hahler) Solution: Use GetVimCommand(). (closes #4806)
diff --git a/src/version.c b/src/version.c index 71f6c34..53982c5 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1846, +/**/ 1845, /**/ 1844,