summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/lua/executor.c
AgeCommit message (Expand)AuthorFiles
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-09-27refactor(messages): fold msg_attr into msgbfredl1
2023-09-03build: download busted from own neovim/deps repositorydundargoc1
2023-08-24refactor(memline): distinguish mutating uses of ml_get_buf()bfredl1
2023-08-13fix(treesitter): logger memory leakLewis Russell1
2023-07-21docs: also change "vimL" and "viml" to "Vimscript" (#24414)zeertzjq1
2023-07-17refactor: rename _meta.lua to _options.luaLewis Russell1
2023-07-04fix(api, lua): make blank lines in a message work properly (#24244)zeertzjq1
2023-06-22fix(messages): use "Vimscript" instead of "VimL" #24111Justin M. Keyes1
2023-06-05fix: vim.loop in luv threads (#23924)Lewis Russell1
2023-06-03feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell1
2023-05-23refactor: fix clang/PVS warnings (#23731)zeertzjq1
2023-05-22refactor(vim.secure): move to lua/secure.cLewis Russell1
2023-05-17refactor(map): avoid duplicated khash_t types for valuesbfredl1
2023-04-29fix(heredoc): allow missing end marker for scriptszeertzjq1
2023-04-26refactor: uncrustifydundargoc1
2023-04-19build: update uncrustify to 0.76Lewis Russell1
2023-04-07refactor: remove redundant castsii141
2023-04-07refactor: remove redundant const char * castsii141
2023-04-01refactor: add const and remove unnecessary casts (#22841)ii141
2023-03-22refactor: do more in TRY_WRAPLewis Russell1
2023-03-22feat(lua): allow `:=expr` as a shorter version of `:lua =expr`bfredl1
2023-03-17refactor(completion): don't add and remove '^' for Lua (#22702)zeertzjq1
2023-03-13refactor!: rename vim.pretty_print => vim.printJustin M. Keyes1
2023-03-11vim-patch:8.2.1398: autoload script sourced twice if sourced directly (#22622)zeertzjq1
2023-03-07Merge pull request #13834 from bfredl/omniluabfredl1
2023-03-06feat(lua): omnifunc for builting lua interpreterBjörn Linse1
2023-03-06feat(lua): add semver apiKelly Lin1
2023-03-04fix(luado): get old_line length before executing Lua codezeertzjq1
2023-02-11refactor: reduce scope of locals as per the style guide (#22211)dundargoc1
2023-02-11refactor: replace char_u with char (#21901)dundargoc1
2023-02-04refactor(exit): pass error message to preserve_exit() (#22097)zeertzjq1
2023-01-31fix(test): fix issues detected by running unittests in ASAN/UBSANbfredl1
2023-01-31feat(lua): low-level interpreter mode (nvim -ll)bfredl1
2023-01-19refactor: replace char_u with char 25 (#21838)dundargoc1
2023-01-18refactor: replace char_u with char 24 (#21823)dundargoc1
2023-01-15refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc1
2023-01-09refactor: replace char_u with char 18 (#21237)dundargoc1
2023-01-07feat(lua): store "nvim -l" scriptname in _G.arg[0]Justin M. Keyes1
2023-01-07fix(coverity/433537): don't call kv_concat_len() when read_size is 0 (#21664)zeertzjq1
2023-01-05refactor: extract code to open stdin for readingJustin M. Keyes1
2023-01-05refactor(lua): move _G.arg init to nlua_init()Justin M. Keyes1
2023-01-05feat(lua): execute stdin ("-") as LuaJustin M. Keyes1
2023-01-05feat(lua): exit 1 on Lua "-l" script errorJustin M. Keyes1
2023-01-05feat(lua): send "--" literally to Lua "-l" scriptJustin M. Keyes1
2023-01-05feat(lua)!: execute Lua with "nvim -l"Justin M. Keyes1
2023-01-05refactor(ui): devirtualize the ui layerbfredl1
2023-01-03refactor(api): do not allocate temporaries for internal eventsbfredl1
2022-12-16refactor: rename mch_msg => os_msgJustin M. Keyes1
2022-12-05fix(secure): crash when hitting escape in prompt (#21283)ii141