vim-patch:partial:8f7256a (#34368)

vim-patch:partial:8f7256a: runtime(doc): fix some style issues and remove obsolete docs

8f7256a5ee

Co-authored-by: Hirohito Higashi <h.east.727@gmail.com>
This commit is contained in:
zeertzjq
2025-06-08 09:59:02 +08:00
committed by GitHub
parent 03bfc4e8d3
commit 00bec1fd90
6 changed files with 12 additions and 12 deletions

View File

@@ -1123,8 +1123,8 @@ function vim.fn.complete_info(what) end
--- or empty string if no match was found or when using the
--- default 'iskeyword' pattern.
---
--- When 'isexpand' is empty, uses the 'iskeyword' pattern
--- "\k\+$" to find the start of the current keyword.
--- When 'isexpand' is empty, uses the 'iskeyword' pattern "\k\+$"
--- to find the start of the current keyword.
---
--- Examples: >vim
--- set isexpand=.,->,/,/*,abc