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