summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/lua
AgeCommit message (Expand)AuthorFiles
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-28refactor: enable -Wconversion warning for lua/treesitter.cDundar 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-02Merge pull request #19205 from bfredl/luaerrbfredl1
2022-07-03feat(api): add `unsilent` to command APIszeertzjq1
2022-07-03vim-patch:8.2.1900: Vim9: command modifiers do not workzeertzjq1
2022-07-02fix(lua): don't leak memory on errorbfredl1
2022-07-02refactor: replace char_uDundar Goc1
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
2022-06-14perf(memory): use an arena for RPC decodingbfredl1
2022-06-10refactor: change type of linenr_T from long to int32_tDundar Goc1
2022-06-09fix: correct nlua_wait error message #18867resolritter1
2022-06-08fix(nvim_create_user_command): make `smods` work with `nvim_cmd`Famiu Haque1
2022-06-04docs: fix typos (#18269)dundargoc1
2022-05-31feat: add preview functionality to user commandsFamiu Haque1
2022-05-29feat(nvim_create_user_command): pass structured modifiers to commandsFamiu Haque1
2022-05-26Merge pull request #18306 from lewis6991/fnfastbfredl1
2022-05-25refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc4
2022-05-17feat(lua): allow some viml functions to run in fastLewis Russell1
2022-05-16refactor: replace char_u variables and functions with charDundar Goc1
2022-05-13Merge pull request #18489 from dundargoc/refactor/remove-char_ubfredl1
2022-05-11refactor: replace char_u variables and functions with charDundar Goc1
2022-05-11feat(api): add `nvim_cmd`Famiu Haque1
2022-05-09refactor: replace char_u variables and functions with charDundar Goc1
2022-05-05refactor: replace char_u variables and functions with charDundar Goc2
2022-05-04refactor: replace char_u variables and functions with charDundar Goc1
2022-05-03Merge pull request #18398 from vigoux/perf/ts_reuse_listbfredl1
2022-05-03perf(treesitter): use a reuse list for query cursorsThomas Vigouroux1
2022-05-03fix(treesitter): bump match limit upThomas Vigouroux1
2022-05-03fix(coverity): use xstrndup() instead of vim_strsave() (#18363)zeertzjq1
2022-04-29refactor(uncrustify): change rules to better align with the style guideDundar Goc5
2022-04-13fix(api): correctly pass f-args for nvim_create_user_command (#18098)Gregory Anders1
2022-03-20fix(api, lua): return NIL on failure to find converted function (#17779)zeertzjq1
2022-03-18Merge pull request #17459 from rktjmp/lua-error-tostringbfredl1
2022-03-17feat(api, lua): support converting nested Funcref back to LuaRef (#17749)zeertzjq1
2022-03-13refactor: fix clint warnings (#17682)dundargoc1
2022-03-10refactor(uncrustify): format all c filesDundar Göc4
2022-03-09chore(lgtm): fix "empty block without comment" warningsDundar Göc1
2022-03-07fix(lua): don't use nlua_error when exiting earlybfredl1
2022-03-04refactor(lua): move only runtime lua file in src/ to runtime/luabfredl2
2022-03-03refactor(lua): reorganize builtin modules, phase 1bfredl3
2022-03-01Merge pull request #15079 from shadmansaleh/feat/verbose_luabfredl2