From 989426be6e9ae23d2413943890206cbe15d9df38 Mon Sep 17 00:00:00 2001 From: Yee Cheng Chin Date: Sat, 14 Oct 2023 11:46:51 +0200 Subject: 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 Co-authored-by: Yee Cheng Chin --- runtime/doc/cmdline.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/doc/cmdline.txt') diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt index 6d58d63873..c5d0096ddb 100644 --- a/runtime/doc/cmdline.txt +++ b/runtime/doc/cmdline.txt @@ -387,6 +387,7 @@ When editing the command-line, a few commands can be used to complete the word before the cursor. This is available for: - Command names: At the start of the command-line. +- |++opt| values. - Tags: Only after the ":tag" command. - File names: Only after a command that accepts a file name or a setting for an option that can be set to a file name. This is called file name -- cgit v1.2.3