comparison runtime/doc/cmdline.txt @ 33555:46d449fd4fe4 v9.0.2025

patch 9.0.2025: no cmdline completion for ++opt args Commit: https://github.com/vim/vim/commit/989426be6e9ae23d2413943890206cbe15d9df38 Author: Yee Cheng Chin <ychin.git@gmail.com> Date: Sat Oct 14 11:46:51 2023 +0200 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>
author Christian Brabandt <cb@256bit.org>
date Sun, 15 Oct 2023 09:11:10 +0200
parents c1e81b86082c
children 9503dc55b5ed
comparison
equal deleted inserted replaced
33554:8498422688a9 33555:46d449fd4fe4
385 385
386 When editing the command-line, a few commands can be used to complete the 386 When editing the command-line, a few commands can be used to complete the
387 word before the cursor. This is available for: 387 word before the cursor. This is available for:
388 388
389 - Command names: At the start of the command-line. 389 - Command names: At the start of the command-line.
390 - |++opt| values.
390 - Tags: Only after the ":tag" command. 391 - Tags: Only after the ":tag" command.
391 - File names: Only after a command that accepts a file name or a setting for 392 - File names: Only after a command that accepts a file name or a setting for
392 an option that can be set to a file name. This is called file name 393 an option that can be set to a file name. This is called file name
393 completion. 394 completion.
394 - Shell command names: After ":!cmd", ":r !cmd" and ":w !cmd". $PATH is used. 395 - Shell command names: After ":!cmd", ":r !cmd" and ":w !cmd". $PATH is used.