commit | ee62f9fa748ea528eb2a06b3e22ef9a5aecb7cca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 12 21:05:45 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 12 21:05:45 2018 +0200 |
tree | ede9c91234f0c73c996e736488eead6a03c30110 | |
parent | 2bc799579d06936968fa00e52b79ddd4eaca7678 [diff] [blame] |
patch 8.0.1822: make uninstall does not remove colors/tools Problem: Make uninstall does not remove colors/tools. Solution: Add a line to delete the tools directory. (Kazunobu Kuriyama)
diff --git a/src/version.c b/src/version.c index 38d26f1..981d650 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1822, +/**/ 1821, /**/ 1820,