mirror of
https://github.com/neovim/neovim.git
synced 2025-11-12 13:28:54 +00:00
vim-patch:7.4.2011 Problem: It is not easy to get a list of command arguments. Solution: Add getcompletion(). (Yegappan Lakshmanan)aa4d73235bvim-patch:7.4.2012 Problem: Test for getcompletion() does not pass on all systems. Solution: Only test what is supported.0d3e24be56vim-patch:7.4.2066 Problem: getcompletion() not well tested. Solution: Add more testing.c1fb763184