mirror of
https://github.com/neovim/neovim.git
synced 2026-06-06 03:54:21 +00:00
Problem: `vim.Range` and `vim.Pos` have signature mismatches on the docs of some functions. Solution: Split the "module" functions from the "class" functions (just like it's done in other modules like `vim.version`) and regenerate the docs.