vim-patch:85cd509: runtime(doc): Use correct option-name tags

closes: vim/vim#17857

85cd509885

Omit 'completepopup' and v:colornames.

Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>
This commit is contained in:
zeertzjq
2025-08-06 19:05:44 +08:00
parent a3921d2be6
commit 60dca47ae4
28 changed files with 147 additions and 150 deletions

View File

@@ -3093,13 +3093,13 @@ function vim.fn.getcmdwintype() end
--- customlist,{func} custom completion, defined via {func}
--- diff_buffer |:diffget| and |:diffput| completion
--- dir directory names
--- dir_in_path directory names in |'cdpath'|
--- dir_in_path directory names in 'cdpath'
--- environment environment variable names
--- event autocommand events
--- expression Vim expression
--- file file and directory names
--- file_in_path file and directory names in |'path'|
--- filetype filetype names |'filetype'|
--- file_in_path file and directory names in 'path'
--- filetype filetype names 'filetype'
--- filetypecmd |:filetype| suboptions
--- function function name
--- help help subjects
@@ -3119,7 +3119,7 @@ function vim.fn.getcmdwintype() end
--- shellcmd Shell command
--- shellcmdline Shell command line with filename arguments
--- sign |:sign| suboptions
--- syntax syntax file names |'syntax'|
--- syntax syntax file names 'syntax'
--- syntime |:syntime| suboptions
--- tag tags
--- tag_listfiles tags, file names
@@ -9816,7 +9816,7 @@ function vim.fn.strptime(format, timestring) end
function vim.fn.strridx(haystack, needle, start) end
--- The result is a String, which is {string} with all unprintable
--- characters translated into printable characters |'isprint'|.
--- characters translated into printable characters 'isprint'.
--- Like they are shown in a window. Example: >vim
--- echo strtrans(\@a)
--- <This displays a newline in register a as "^\@" instead of
@@ -10310,7 +10310,7 @@ function vim.fn.tagfiles() end
--- Refer to |tag-regexp| for more information about the tag
--- search regular expression pattern.
---
--- Refer to |'tags'| for information about how the tags file is
--- Refer to 'tags' for information about how the tags file is
--- located by Vim. Refer to |tags-file-format| for the format of
--- the tags file generated by the different ctags tools.
---
@@ -10707,7 +10707,7 @@ function vim.fn.values(dict) end
--- last character. When "off" is omitted zero is used. When
--- Virtual editing is active in the current mode, a position
--- beyond the end of the line can be returned. Also see
--- |'virtualedit'|
--- 'virtualedit'
---
--- If {list} is present and non-zero then virtcol() returns a
--- List with the first and last screen position occupied by the