commit | 62fe66f251263715968442e237742d9d3dfd5fa1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue May 22 16:58:47 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue May 22 16:58:47 2018 +0200 |
tree | 17a95bf476e85695ea332ef5bc2e50371d66622d | |
parent | d45aa55d42211eb2f42e0a04ff77537a5df51c40 [diff] [blame] |
patch 8.1.0017: shell command completion has duplicates Problem: Shell command completion has duplicates. (Yegappan Lakshmanan) Solution: Use a hash table to avoid duplicates. (Ozaki Kiichi, closes #539, closes #2733)
diff --git a/src/version.c b/src/version.c index 7d941bb..4e4c1fb 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 17, +/**/ 16, /**/ 15,