Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(build): export symbols on Windows | Famiu Haque | 2021-10-17 |
| | | | | | | Closes https://github.com/neovim/neovim/issues/15063 Allows using Neovim core functions using LuaJIT FFI on Windows. | ||
* | refactor(api): handle option dicts properly | Björn Linse | 2021-10-03 |
| | | | | | | | Do not copy a lot of lua strings (dict keys) to just strequal() them Just compare them directly to a dedicated hash function. feat(generators): HASHY McHASHFACE | ||
* | api: add textlock check | notomo | 2020-12-15 |
| | |||
* | tree-sitter: implement query functionality and highlighting prototype ↵ | Björn Linse | 2019-12-22 |
| | | | | [skip.lint] | ||
* | Fix luacheck errors for all Lua source files | Sameed Ali | 2019-07-04 |
| | |||
* | rename: FUNC_API_ASYNC => FUNC_API_FAST | Björn Linse | 2019-06-30 |
| | |||
* | UI: add "compositor" layer to merge grids for TUI use in a correct way | Björn Linse | 2019-02-02 |
| | | | | | | | | Initially we will use this for the popupmenu, floating windows will follow soon NB: writedelay + compositor is weird, we need more flexible redraw introspection. | ||
* | api: always use prefix FUNC_API, also change NOEVAL to REMOTE_ONLY | Björn Linse | 2017-05-10 |
| | |||
* | generators: separate source generators from scripts | Björn Linse | 2017-05-10 |