aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/executor.c
Commit message (Expand)AuthorAge
* fix(lua): pop retval for fast context LuaRefLuuk van Baal2025-01-24
* fix(lua): prevent SIGSEGV when lua error is NULL in libuv_worker林玮 (Jade Lin)2025-01-18
* feat(api): add err field to nvim_echo() optsLuuk van Baal2025-01-09
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* fix(messages): proper multiline Lua print() messages #31205luukvbaal2024-11-17
* fix(messages)!: vim.ui_attach message callbacks are unsafeLuuk van Baal2024-11-14
* fix(lua): show stacktrace for error in vim.on_key() callback (#31021)zeertzjq2024-11-02
* feat(lua): allow vim.on_key() callback to consume the key (#30939)errael2024-11-01
* fix(lua): avoid recursive vim.on_key() callback (#30753)zeertzjq2024-10-12
* feat(treesitter): add support for wasm parsersLewis Russell2024-08-26
* fix(input): handle vim.on_key() properly with ALT and K_SPECIAL (#29677)zeertzjq2024-07-13
* fix(lua): don't include text after cursor in completion pattern (#29587)zeertzjq2024-07-06
* refactor(lua): remove unnecessary strlen() in nlua_expand_pat() (#29388)zeertzjq2024-06-18
* fix(lua): find length of completion prefix earlier (#29384)zeertzjq2024-06-18
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* refactor(source): remove unnecessary concatenation with Lua (#28499)zeertzjq2024-04-25
* fix(lua): only free luarefs when returning from API (#28373)zeertzjq2024-04-17
* feat(lua): pass keys before mapping to vim.on_key() callback (#28098)zeertzjq2024-03-31
* test: add a bit more testing for vim.on_key() (#28095)zeertzjq2024-03-29
* refactor(treesitter): redesign query iteratingLewis Russell2024-03-19
* fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* refactor: use ml_get_buf_len() in API code (#27825)zeertzjq2024-03-12
* refactor(metadata): generate all metadata in luabfredl2024-02-28
* refactor(fileio): remove API shell layer encouraging unnecessary allocationsbfredl2024-02-25
* refactor(api): use an arena for mappingsbfredl2024-02-18
* refactor(eval): use arena when converting typvals to Objectbfredl2024-02-15
* refactor(lua): use Arena when converting from lua stack to API argsbfredl2024-02-13
* feat(ex_cmds): no error on :lua with {range} and {code} (#27290)luukvbaal2024-02-02
* fix(lua): avoid internal error when :luado deletes lines (#27262)zeertzjq2024-01-30
* docs(lua): update ":{range}lua" docs + error message #27231Justin M. Keyes2024-01-27
* feat(ex_cmds): ranged :lua #27167luukvbaal2024-01-26
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor: follow style guidedundargoc2023-12-30
* refactor: remove os_errmsg and os_msg functionsdundargoc2023-12-23
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor: eliminate cyclic includesdundargoc2023-12-20
* refactor: move non-symbols to defs.h headersdundargoc2023-12-17
* fix(lua): memory leak when using invalid syntax with exists() (#26530)zeertzjq2023-12-12
* feat(eval): exists() function supports checking v:lua functions (#26485)Raphael2023-12-12
* vim-patch:8.2.3695: confusing error for missing key (#26420)zeertzjq2023-12-06
* refactor: change event_create() to a macro (#26343)zeertzjq2023-12-01
* refactor: fix headers with IWYUdundargoc2023-11-28
* build(IWYU): fix includes for undo_defs.hdundargoc2023-11-27
* docs: small fixes (#26154)dundargoc2023-11-27
* fix(lua): disallow vim.wait() in fast contextsLewis Russell2023-11-27
* refactor: enable formatting for ternariesdundargoc2023-11-20
* build: bump uncrustify versiondundargoc2023-11-19
* fix(lua): only disable vim.schedule() when closing main loop (#26090)zeertzjq2023-11-17
* fix(lua): do not schedule events if Nvim is exitingGregory Anders2023-11-13
* build: remove PVSdundargoc2023-11-12