diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-10-15 17:52:08 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-15 17:52:08 +0800 |
commit | 75b488d3ef2e9dafba43c72487839aa78950d453 (patch) | |
tree | c538db61c1e2e17112f09e9432bdcb0a035dd9f6 /runtime | |
parent | d974a3dcbb3757ebeb78fa64054c795ab7acdf1a (diff) | |
download | rneovim-75b488d3ef2e9dafba43c72487839aa78950d453.tar.gz rneovim-75b488d3ef2e9dafba43c72487839aa78950d453.tar.bz2 rneovim-75b488d3ef2e9dafba43c72487839aa78950d453.zip |
vim-patch:9.0.2025: no cmdline completion for ++opt args (#25657)
Problem: no cmdline completion for ++opt args
Solution: Add cmdline completion for :e ++opt=arg and :terminal
[++options]
closes: vim/vim#13319
https://github.com/vim/vim/commit/989426be6e9ae23d2413943890206cbe15d9df38
Co-authored-by: Yee Cheng Chin <ychin.git@gmail.com>
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/cmdline.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/cmdline.txt b/runtime/doc/cmdline.txt index 1a5ad9a382..291286d8f7 100644 --- a/runtime/doc/cmdline.txt +++ b/runtime/doc/cmdline.txt @@ -364,6 +364,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 |