Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(lua): disallow vim.wait() in fast contexts | Lewis Russell | 2023-11-27 |
| | | | | | | | `vim.wait()` cannot be called in a fast callback since the main loop cannot be run in that context as it is not reentrant Fixes #26122 | ||
* | docs: update vim.schedule param name and type | Oliver Marriott | 2023-09-23 |
| | | | | | Per https://github.com/neovim/neovim/pull/25286#discussion_r1332861721 and https://github.com/neovim/neovim/pull/25286#discussion_r1334318352 | ||
* | docs: replace <pre> with ``` (#25136) | Gregory Anders | 2023-09-14 |
| | |||
* | docs: various clarifications (#24876) | zeertzjq | 2023-08-26 |
| | |||
* | docs(lua): vim.str_utf_{start,end,pos} #24424 | altermo | 2023-07-29 |
| | | | Closes #24422 | ||
* | docs(lua): add missing word in docs for vim.empty_dict (#24401) | Gnik | 2023-07-22 |
| | |||
* | fix: doc errors | Lewis Russell | 2023-07-17 |
| | |||
* | fix: luacheck | Lewis Russell | 2023-07-17 |
| | |||
* | docs(lua): change *lua-foo* -> *vim.foo* | Lewis Russell | 2023-07-17 |
| | |||
* | docs(lua): move function docs to lua files | Lewis Russell | 2023-07-17 |