mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 21:48:35 +00:00
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:
@@ -3881,13 +3881,13 @@ M.funcs = {
|
||||
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
|
||||
@@ -3907,7 +3907,7 @@ M.funcs = {
|
||||
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
|
||||
@@ -11829,7 +11829,7 @@ M.funcs = {
|
||||
base = 1,
|
||||
desc = [=[
|
||||
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
|
||||
@@ -12426,7 +12426,7 @@ M.funcs = {
|
||||
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.
|
||||
|
||||
@@ -12951,7 +12951,7 @@ M.funcs = {
|
||||
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
|
||||
|
Reference in New Issue
Block a user