aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/executor.c
Commit message (Expand)AuthorAge
* 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
* fix(f_wait): flush UI before blocking (#25962)zeertzjq2023-11-10
* fix: flush UI state before blocking in vim.wait (#25938)Gregory Anders2023-11-08
* refactor: move defaults into separate module (#25929)Gregory Anders2023-11-08
* refactor: the long goodbyedundargoc2023-11-05
* fix(ui): empty line before the next message after :silent commandnwounkn2023-10-14
* refactor: move cmdline completion types to cmdexpand_defs.h (#25465)zeertzjq2023-10-02
* refactor: reorganize option header files (#25437)zeertzjq2023-09-30
* build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq2023-09-30
* refactor(messages): fold msg_attr into msgbfredl2023-09-27
* build: download busted from own neovim/deps repositorydundargoc2023-09-03
* refactor(memline): distinguish mutating uses of ml_get_buf()bfredl2023-08-24
* fix(treesitter): logger memory leakLewis Russell2023-08-13
* docs: also change "vimL" and "viml" to "Vimscript" (#24414)zeertzjq2023-07-21
* refactor: rename _meta.lua to _options.luaLewis Russell2023-07-17
* fix(api, lua): make blank lines in a message work properly (#24244)zeertzjq2023-07-04
* fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes2023-06-22
* fix: vim.loop in luv threads (#23924)Lewis Russell2023-06-05
* feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell2023-06-03
* refactor: fix clang/PVS warnings (#23731)zeertzjq2023-05-23
* refactor(vim.secure): move to lua/secure.cLewis Russell2023-05-22
* refactor(map): avoid duplicated khash_t types for valuesbfredl2023-05-17
* fix(heredoc): allow missing end marker for scriptszeertzjq2023-04-29
* refactor: uncrustifydundargoc2023-04-26
* build: update uncrustify to 0.76Lewis Russell2023-04-19
* refactor: remove redundant castsii142023-04-07
* refactor: remove redundant const char * castsii142023-04-07
* refactor: add const and remove unnecessary casts (#22841)ii142023-04-01
* refactor: do more in TRY_WRAPLewis Russell2023-03-22
* feat(lua): allow `:=expr` as a shorter version of `:lua =expr`bfredl2023-03-22
* refactor(completion): don't add and remove '^' for Lua (#22702)zeertzjq2023-03-17
* refactor!: rename vim.pretty_print => vim.printJustin M. Keyes2023-03-13