aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua
Commit message (Expand)AuthorAge
* lua: cleanup naming conventions of executor functionsBjörn Linse2020-09-10
* treesitter: use new on_bytes interfaceBjörn Linse2020-09-09
* treesitter: add node:field() to get field childrenThomas Vigouroux2020-09-01
* treesitter: allow to iterate over node childrenThomas Vigouroux2020-08-31
* lua: add vim.register_keystroke_callback (#12536)TJ DeVries2020-08-14
* fix: runtimepath always updates lua package.pathTJ DeVries2020-08-10
* Merge pull request #12653 from erw7/fix-build-freebsd-ciJames McCoy2020-07-20
|\
| * build: Fix build failure with CI in FreeBSDerw72020-07-20
* | lua: Fix crash on unprotected lua errors (#12658)TJ DeVries2020-07-19
|/
* lua: Add ability to pass tables with __callTJ DeVries2020-07-10
* lua: Add ability to pass lua functions directly to vimLTJ DeVries2020-07-10
* treesitter: call bufload before parsing (#12603)Thomas Vigouroux2020-07-10
* doc: mention that defer_fn applies schedule_wrap (#12601)Christian Clason2020-07-07
* lua: add options to highlight.on_yank (#12549)Christian Clason2020-07-05
* doc: fix scripts and regenerate (#12506)TJ DeVries2020-07-02
* treesitter: use single nodes in set_rangesThomas Vigouroux2020-06-29
* treesitter: fix lintThomas Vigouroux2020-06-29
* treesitter: use nodes to mark rangesThomas Vigouroux2020-06-29
* treesitter: fix some clint errorsThomas Vigouroux2020-06-29
* treesitter: test newly added set_included_rangesThomas Vigouroux2020-06-29
* treesitter: add set_included_ranges to the parserThomas Vigouroux2020-06-29
* treesitter: simplify puhstree call processThomas Vigouroux2020-06-23
* vim-patch:8.2.0111: VAR_SPECIAL is also used for booleansBilly Su2020-06-06
* lua: vim.wait implementationTJ DeVries2020-05-30
* lua: vim.wait initial outlineBjörn Linse2020-05-30
* lua: Add highlight.on_yank (#12279)Christian Clason2020-05-18
* lua: Add buffer, window and tab accessors (#12268)TJ DeVries2020-05-07
* paste: support replace mode (#11945)Jesse2020-05-05
* Merge #11851 'eval.c: factor out eval/userfunc.c'Justin M. Keyes2020-04-26
|\
| * rename: user_funcs -> userfuncJakub Łuczyński2020-02-13
| * fix: includesJakub Łuczyński2020-02-13
* | treesitter: check for integer overflow (#12135)Thomas Vigouroux2020-04-22
* | lua: add regex support, and `@match` support in treesitter queriesBjörn Linse2020-02-26
|/
* eval.c: factor out eval/funcs.c #11828Jakub Łuczyński2020-02-10
* treesitter: add standard &rtp/parser/ search path for parsersBjörn Linse2020-02-07
* lua: metatable for empty dict valueBjörn Linse2020-01-01
* clang/'Logic error': set ret_tv if non-nullJan Edmund Lazo2019-12-25
* tree-sitter: implement query functionality and highlighting prototype [skip.l...Björn Linse2019-12-22
* Fix access on vim.wo (#11517)Ashkan Kiani2019-12-07
* API: rename nvim_execute_lua => nvim_exec_luaJustin M. Keyes2019-12-02
* Add vim.cmd as an alias for nvim_command (#11446)Ashkan Kiani2019-12-01
* Return nil instead of NIL for vim.env (#11486)Ashkan Kiani2019-12-01
* doc: fix typosBrian Wignall2019-11-27
* lua: make vim.wo and vim.bo used nested indexing for specified handleBjörn Linse2019-11-26
* Lua: vim.env, vim.{g,v,w,bo,wo} #11442Ashkan Kiani2019-11-24
* doc: Lua [ci skip] #11378Justin M. Keyes2019-11-17
* Add v:lua.func() vimL syntax for calling luaBjörn Linse2019-11-16
* lua LSP client: initial implementation (#11336)Ashkan Kiani2019-11-13
* Lua: mark some functions as "private"Justin M. Keyes2019-11-11
* Merge pull request #11310 from bfredl/luarpcBjörn Linse2019-11-10
|\