mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00

runtime(doc): Normalise builtin-function optional parameter formatting
These should generally be formatted as func([{arg}]) and referenced as
{arg} in the description.
closes: vim/vim#14438
9cd9e759ab
Co-authored-by: Doug Kearns <dougkearns@gmail.com>