aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/executor.c
Commit message (Expand)AuthorAge
* 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
* vim-patch:8.2.1398: autoload script sourced twice if sourced directly (#22622)zeertzjq2023-03-11
* Merge pull request #13834 from bfredl/omniluabfredl2023-03-07
|\
| * feat(lua): omnifunc for builting lua interpreterBjörn Linse2023-03-06
* | feat(lua): add semver apiKelly Lin2023-03-06
|/
* fix(luado): get old_line length before executing Lua codezeertzjq2023-03-04
* refactor: reduce scope of locals as per the style guide (#22211)dundargoc2023-02-11
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* refactor(exit): pass error message to preserve_exit() (#22097)zeertzjq2023-02-04
* fix(test): fix issues detected by running unittests in ASAN/UBSANbfredl2023-01-31
* feat(lua): low-level interpreter mode (nvim -ll)bfredl2023-01-31
* refactor: replace char_u with char 25 (#21838)dundargoc2023-01-19
* refactor: replace char_u with char 24 (#21823)dundargoc2023-01-18
* refactor: fix IWYU mapping file and use IWYU (#21802)dundargoc2023-01-15
* refactor: replace char_u with char 18 (#21237)dundargoc2023-01-09
* feat(lua): store "nvim -l" scriptname in _G.arg[0]Justin M. Keyes2023-01-07
* fix(coverity/433537): don't call kv_concat_len() when read_size is 0 (#21664)zeertzjq2023-01-07
* refactor: extract code to open stdin for readingJustin M. Keyes2023-01-05
* refactor(lua): move _G.arg init to nlua_init()Justin M. Keyes2023-01-05
* feat(lua): execute stdin ("-") as LuaJustin M. Keyes2023-01-05
* feat(lua): exit 1 on Lua "-l" script errorJustin M. Keyes2023-01-05
* feat(lua): send "--" literally to Lua "-l" scriptJustin M. Keyes2023-01-05
* feat(lua)!: execute Lua with "nvim -l"Justin M. Keyes2023-01-05
* refactor(ui): devirtualize the ui layerbfredl2023-01-05
* refactor(api): do not allocate temporaries for internal eventsbfredl2023-01-03
* refactor: rename mch_msg => os_msgJustin M. Keyes2022-12-16
* fix(secure): crash when hitting escape in prompt (#21283)ii142022-12-05
* refactor: make sure getting a callback doesn't modify argumentzeertzjq2022-12-03
* feat(secure): add `:trust` command and vim.secure.trust() (#21107)Jlll12022-11-28
* feat(exrc): use vim.secure.read() for 'exrc' optionGregory Anders2022-11-17
* Merge pull request #20157 from dundargoc/build/iwyubfredl2022-11-15
|\
| * build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* | ci(windows): treat compiler warnings as errorsdundargoc2022-11-14
|/
* feat(api): add command name to Lua command callback optsFamiu Haque2022-11-07
* build(lint): remove clint.py rules for braces #20880dundargoc2022-11-01
* refactor: replace char_u with charDundar Göc2022-10-15
* fix(lua): fix architecture-dependent behavior in usercmd "reg" (#20384)zeertzjq2022-09-28
* fix(redraw): avoid unnecessary redraws and glitches with floats+messagesbfredl2022-09-22
* vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc2022-09-18
* vim-patch:8.2.3796: the funcexe_T struct members are not named consistently (...zeertzjq2022-09-16
* vim-patch:8.2.0067: ERROR_UNKNOWN clashes on some systems (#20212)zeertzjq2022-09-16