summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/lua/executor.c
AgeCommit message (Expand)AuthorFiles
2022-12-03refactor: make sure getting a callback doesn't modify argumentzeertzjq1
2022-11-28feat(secure): add `:trust` command and vim.secure.trust() (#21107)Jlll11
2022-11-17feat(exrc): use vim.secure.read() for 'exrc' optionGregory Anders1
2022-11-15Merge pull request #20157 from dundargoc/build/iwyubfredl1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-11-14ci(windows): treat compiler warnings as errorsdundargoc1
2022-11-07feat(api): add command name to Lua command callback optsFamiu Haque1
2022-11-01build(lint): remove clint.py rules for braces #20880dundargoc1
2022-10-15refactor: replace char_u with charDundar Göc1
2022-09-28fix(lua): fix architecture-dependent behavior in usercmd "reg" (#20384)zeertzjq1
2022-09-22fix(redraw): avoid unnecessary redraws and glitches with floats+messagesbfredl1
2022-09-18vim-patch:8.1.0941: macros for MS-Windows are inconsistent (#20215)dundargoc1
2022-09-16vim-patch:8.2.3796: the funcexe_T struct members are not named consistently (...zeertzjq1
2022-09-16vim-patch:8.2.0067: ERROR_UNKNOWN clashes on some systems (#20212)zeertzjq1
2022-09-11refactor: replace char_u with charDundar Göc1
2022-09-09refactor: replace char_u with charDundar Göc1
2022-09-07refactor(typval): change FC_CFUNC abstraction into FC_LUAREFbfredl1
2022-09-02fix(api)!: correctly deal with number before :tabzeertzjq1
2022-09-01feat(api): add support for :horizontal modifierzeertzjq1
2022-08-31feat(lua): vim.ui_attach to get ui events from luabfredl1
2022-08-30fix(exceptions): restore `did_throw` (#20000)Sean Dewar1
2022-08-25refactor: replace char_u with charDundar Goc1
2022-08-24test(treesitter): make internal lang test pending when necessaryThomas Vigouroux1
2022-08-24Merge pull request #19906 from bfredl/bigstagebfredl1
2022-08-24refactor(arena): use a shared block freelistbfredl1
2022-08-23vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq1
2022-08-21fix(api/command): fargs behavior when no arguments are passed (#19862)Javier Lopez1
2022-08-21vim-patch:8.1.1886: command line expansion code is spread out (#19861)zeertzjq1
2022-08-19vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell1
2022-08-16fix(source): fix expand('<sfile>') no longer works for Luazeertzjq1
2022-08-15fix(source): make changing 'shellslash' change expand() resultzeertzjq1
2022-08-14refactor: change remaining sourcing_name/sourcing_lnum to exestackzeertzjq1
2022-08-14vim-patch:8.2.0056: execution stack is incomplete and inefficientzeertzjq1
2022-08-12refactor: remove some unused includes (#19740)zeertzjq1
2022-08-11refactor: use CLEAR_FIELD and CLEAR_POINTER macros (#19709)zeertzjq1
2022-08-06vim-patch:8.1.1210: support for user commands is spread out (#19653)zeertzjq1
2022-08-03feat(lua): print source locations of lua callbacks (#19597)ii141
2022-07-31Merge pull request #19437 from dundargoc/refactor/char_u-to-charbfredl1
2022-07-31docs: fix typos (#19024)dundargoc1
2022-07-31refactor: replace char_u with charDundar Goc1
2022-07-22refactor: move FunPtr to types.h (#19466)zeertzjq1
2022-07-19fix(lua): make it possible to cancel vim.wait() with Ctrl-C (#19217)JP1
2022-07-09feat(lua): measure require in --startuptimeii141
2022-07-03feat(api): add `unsilent` to command APIszeertzjq1
2022-07-03vim-patch:8.2.1900: Vim9: command modifiers do not workzeertzjq1
2022-06-16fix(lua): clear got_int when calling vim.on_key() callback (#18979)zeertzjq1
2022-06-14Merge pull request #18947 from zeertzjq/vim-8.2.1897zeertzjq1
2022-06-14vim-patch:8.2.5088: value of cmod_verbose is a bit complicated to usezeertzjq1
2022-06-14vim-patch:8.2.1898: command modifier parsing always uses global cmdmodzeertzjq1
2022-06-14vim-patch:8.2.1897: command modifiers are saved and set inconsistentlyzeertzjq1