docs: misc, custom text-object #39877

text-object-define is a pattern I found in tpope's plugins (e.g.
https://github.com/tpope/vim-jdaddy) which shows an elegant way to
define a text-object. (Any mistakes in the example are my fault.)
This commit is contained in:
Justin M. Keyes
2026-05-20 05:21:27 -04:00
committed by GitHub
parent 5181984db9
commit f1fad32e2e
8 changed files with 56 additions and 36 deletions

View File

@@ -1231,7 +1231,8 @@ function vim.api.nvim_exec(src, output) end
--- - output: (string|nil) Output if `opts.output` is true.
function vim.api.nvim_exec2(src, opts) end
--- Executes handlers for {event} that match the corresponding {opts} query. `autocmd-execute`
--- Executes {event} handlers matching the {opts} query, in the context of {buf} (if given). `autocmd-execute`
---
--- @see `:help :doautocmd`
--- @param event vim.api.keyset.events|vim.api.keyset.events[] Event(s) to execute.
--- @param opts vim.api.keyset.exec_autocmds Optional filters: