Sorry to comment on a closed issue, but somewhat related to `vim.fn.inputlist/input`. Invoking `vim.fn.input` I noticed that it does not fall under the formatting options provided for `cmdline` (or similar patterns): what is the right way to control the options of the vim prompts (like `vim.fn.confirm/input` and the like)?
To be more clear: if I set specific options for formatting certain cmdline patterns (say like in the README) the prompts that display with input or confirm do not undergo the same behaviour (for instance they don't respect the highlight groups or titles that are set), thus I presume they need special format patterns to be included?
Originally posted by @gennaro-tedesco in #112 (comment)
To be more clear: if I set specific options for formatting certain cmdline patterns (say like in the README) the prompts that display with input or confirm do not undergo the same behaviour (for instance they don't respect the highlight groups or titles that are set), thus I presume they need special format patterns to be included?
Originally posted by @gennaro-tedesco in #112 (comment)