commit | 5a656864a0610547da28e0c8c1649ecd1d782948 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 12 22:08:06 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 12 22:08:06 2018 +0100 |
tree | 0e1ac6d440a00142418f5db8142a442e945da2de | |
parent | bfbea567d89fdaa08ed987fd80daa53a6ce399d1 [diff] [blame] |
patch 8.0.1508: the :drop command is not always available Problem: The :drop command is not always available. Solution: Include :drop in all builds. (Yasuhiro Matsumoto, closes #2639)
diff --git a/src/version.c b/src/version.c index 212e70a..963e1dc 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1508, +/**/ 1507, /**/ 1506,