]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.0.2025: no cmdline completion for ++opt args v9.0.2025
authorYee Cheng Chin <ychin.git@gmail.com>
Sat, 14 Oct 2023 09:46:51 +0000 (11:46 +0200)
committerChristian Brabandt <cb@256bit.org>
Sat, 14 Oct 2023 09:46:51 +0000 (11:46 +0200)
commit989426be6e9ae23d2413943890206cbe15d9df38
tree3931aedc70ed18a7e3ea0f735359995fb26d1ef5
parentbd734c3bead9e167eb6875f62cc06fab2379c422
patch 9.0.2025: no cmdline completion for ++opt args

Problem:  no cmdline completion for ++opt args
Solution: Add cmdline completion for :e ++opt=arg and :terminal
          [++options]

closes: #13319

Signed-off-by: Christian Brabandt <cb@256bit.org>
Co-authored-by: Yee Cheng Chin <ychin.git@gmail.com>
12 files changed:
runtime/doc/cmdline.txt
src/cmdexpand.c
src/ex_docmd.c
src/optionstr.c
src/proto/ex_docmd.pro
src/proto/optionstr.pro
src/proto/terminal.pro
src/structs.h
src/terminal.c
src/testdir/test_cmdline.vim
src/version.c
src/vim.h