]> granicus.if.org Git - vim/commit
patch 8.1.0017: shell command completion has duplicates v8.1.0017
authorBram Moolenaar <Bram@vim.org>
Tue, 22 May 2018 14:58:47 +0000 (16:58 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 22 May 2018 14:58:47 +0000 (16:58 +0200)
commit62fe66f251263715968442e237742d9d3dfd5fa1
tree17a95bf476e85695ea332ef5bc2e50371d66622d
parentd45aa55d42211eb2f42e0a04ff77537a5df51c40
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)
src/ex_getln.c
src/testdir/test_cmdline.vim
src/version.c