]> granicus.if.org Git - vim/commit
patch 9.0.1231: completion of :runtime does not handle {where} argument v9.0.1231
authorzeertzjq <zeertzjq@outlook.com>
Sun, 22 Jan 2023 18:38:51 +0000 (18:38 +0000)
committerBram Moolenaar <Bram@vim.org>
Sun, 22 Jan 2023 18:38:51 +0000 (18:38 +0000)
commit3770f4c9cde7b5fcd10b6fa2e665cd0b69450fb2
tree2537444947feb570db10bbf8472aae375fdc7d16
parentf3da4c8427b1b12d7aaffa307ec085ca97ea9ad9
patch 9.0.1231: completion of :runtime does not handle {where} argument

Problem:    Completion of :runtime does not handle {where} argument.
Solution:   Parse the {where} argument. (closes #11863)
runtime/doc/builtin.txt
src/cmdexpand.c
src/filepath.c
src/findfile.c
src/proto/cmdexpand.pro
src/proto/scriptfile.pro
src/scriptfile.c
src/testdir/test_cmdline.vim
src/testdir/test_packadd.vim
src/version.c
src/vim.h