aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua
Commit message (Expand)AuthorAge
...
* refactor: rename function prefix mb to the more accurate utf_cp (#19590)dundargoc2022-08-02
* 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: enable -Wconversion warning for lua/treesitter.cDundar Goc2022-07-28
* 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
* Merge pull request #19205 from bfredl/luaerrbfredl2022-07-02
|\
| * fix(lua): don't leak memory on errorbfredl2022-07-02
* | feat(api): add `unsilent` to command APIszeertzjq2022-07-03
* | vim-patch:8.2.1900: Vim9: command modifiers do not workzeertzjq2022-07-03
* | refactor: replace char_uDundar Goc2022-07-02
|/
* 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
| * vim-patch:8.2.1897: command modifiers are saved and set inconsistentlyzeertzjq2022-06-14
* | perf(memory): use an arena for RPC decodingbfredl2022-06-14
|/
* refactor: change type of linenr_T from long to int32_tDundar Goc2022-06-10
* fix: correct nlua_wait error message #18867resolritter2022-06-09
* fix(nvim_create_user_command): make `smods` work with `nvim_cmd`Famiu Haque2022-06-08
* docs: fix typos (#18269)dundargoc2022-06-04
* feat: add preview functionality to user commandsFamiu Haque2022-05-31
* feat(nvim_create_user_command): pass structured modifiers to commandsFamiu Haque2022-05-29
* Merge pull request #18306 from lewis6991/fnfastbfredl2022-05-26
|\
| * feat(lua): allow some viml functions to run in fastLewis Russell2022-05-17
* | refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
|/
* refactor: replace char_u variables and functions with charDundar Goc2022-05-16
* Merge pull request #18489 from dundargoc/refactor/remove-char_ubfredl2022-05-13
|\
| * refactor: replace char_u variables and functions with charDundar Goc2022-05-11
* | feat(api): add `nvim_cmd`Famiu Haque2022-05-11
|/
* refactor: replace char_u variables and functions with charDundar Goc2022-05-09
* refactor: replace char_u variables and functions with charDundar Goc2022-05-05
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* Merge pull request #18398 from vigoux/perf/ts_reuse_listbfredl2022-05-03
|\
| * perf(treesitter): use a reuse list for query cursorsThomas Vigouroux2022-05-03
* | fix(treesitter): bump match limit upThomas Vigouroux2022-05-03
|/
* fix(coverity): use xstrndup() instead of vim_strsave() (#18363)zeertzjq2022-05-03
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* fix(api): correctly pass f-args for nvim_create_user_command (#18098)Gregory Anders2022-04-13
* fix(api, lua): return NIL on failure to find converted function (#17779)zeertzjq2022-03-20
* Merge pull request #17459 from rktjmp/lua-error-tostringbfredl2022-03-18
|\
| * feat: call __tostring on lua errors if possible before reporting to userOliver Marriott2022-02-25
* | feat(api, lua): support converting nested Funcref back to LuaRef (#17749)zeertzjq2022-03-17
* | refactor: fix clint warnings (#17682)dundargoc2022-03-13
* | refactor(uncrustify): format all c filesDundar Göc2022-03-10
* | chore(lgtm): fix "empty block without comment" warningsDundar Göc2022-03-09
* | fix(lua): don't use nlua_error when exiting earlybfredl2022-03-07
* | refactor(lua): move only runtime lua file in src/ to runtime/luabfredl2022-03-04