commit | a561a41a70db7a9367f883c1dbb14e69b3364d08 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Apr 25 21:27:58 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Apr 25 21:27:58 2019 +0200 |
tree | 1f2eafed4813a21ee3d111236ef9386d16595d04 | |
parent | 69ea587289b03e23a9fb96adffd6e8173cbc5896 [diff] [blame] |
patch 8.1.1204: output of :command with address completion is not nice Problem: Output of :command with address completion is not nice. Solution: Shorten the address completion names.
diff --git a/src/version.c b/src/version.c index 2b90f01..330bdf1 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1204, +/**/ 1203, /**/ 1202,