aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua/executor.c
Commit message (Expand)AuthorAge
* 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
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-09
* refactor(typval): change FC_CFUNC abstraction into FC_LUAREFbfredl2022-09-07
* fix(api)!: correctly deal with number before :tabzeertzjq2022-09-02
* feat(api): add support for :horizontal modifierzeertzjq2022-09-01
* feat(lua): vim.ui_attach to get ui events from luabfredl2022-08-31
* fix(exceptions): restore `did_throw` (#20000)Sean Dewar2022-08-30
* refactor: replace char_u with charDundar Goc2022-08-25
* test(treesitter): make internal lang test pending when necessaryThomas Vigouroux2022-08-24
* Merge pull request #19906 from bfredl/bigstagebfredl2022-08-24
|\
| * refactor(arena): use a shared block freelistbfredl2022-08-24
* | vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq2022-08-23
|/
* fix(api/command): fargs behavior when no arguments are passed (#19862)Javier Lopez2022-08-21
* vim-patch:8.1.1886: command line expansion code is spread out (#19861)zeertzjq2022-08-21
* vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell2022-08-19
* fix(source): fix expand('<sfile>') no longer works for Luazeertzjq2022-08-16
* fix(source): make changing 'shellslash' change expand() resultzeertzjq2022-08-15
* refactor: change remaining sourcing_name/sourcing_lnum to exestackzeertzjq2022-08-14
* vim-patch:8.2.0056: execution stack is incomplete and inefficientzeertzjq2022-08-14
* refactor: remove some unused includes (#19740)zeertzjq2022-08-12
* refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq2022-08-11
* vim-patch:8.1.1210: support for user commands is spread out (#19653)zeertzjq2022-08-06
* feat(lua): print source locations of lua callbacks (#19597)ii142022-08-03
* Merge pull request #19437 from dundargoc/refactor/char_u-to-charbfredl2022-07-31
|\
| * refactor: replace char_u with charDundar Goc2022-07-31
* | docs: fix typos (#19024)dundargoc2022-07-31
|/
* refactor: move FunPtr to types.h (#19466)zeertzjq2022-07-22
* fix(lua): make it possible to cancel vim.wait() with Ctrl-C (#19217)JP2022-07-19
* feat(lua): measure require in --startuptimeii142022-07-09
* feat(api): add `unsilent` to command APIszeertzjq2022-07-03
* vim-patch:8.2.1900: Vim9: command modifiers do not workzeertzjq2022-07-03
* fix(lua): clear got_int when calling vim.on_key() callback (#18979)zeertzjq2022-06-16
* Merge pull request #18947 from zeertzjq/vim-8.2.1897zeertzjq2022-06-14
|\
| * vim-patch:8.2.5088: value of cmod_verbose is a bit complicated to usezeertzjq2022-06-14
| * vim-patch:8.2.1898: command modifier parsing always uses global cmdmodzeertzjq2022-06-14