Home
last modified time | relevance | path

Searched refs:tag_name (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Dtag.c1016 char_u tag_name[128 + 1]; in add_llist_tags() local
1047 vim_strncpy(tag_name, tagp.tagname, len); in add_llist_tags()
1048 tag_name[len] = NUL; in add_llist_tags()
1136 dict_add_string(dict, "text", tag_name); in add_llist_tags()
/vim-8.2.3635/runtime/doc/
H A Dusr_41.txt507 :execute "tag " .. tag_name
510 "tag_name". Suppose "tag_name" has the value "get_cmd", then the command that