aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua
Commit message (Expand)AuthorAge
* 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
|\
| * lua: vim.rpcrequest, vim.rpcnotify, vim.NILBjörn Linse2019-11-10
* | paste: Select-mode, Visual-mode #11360Justin M. Keyes2019-11-09
|/
* doc: vim.fn, vim.call(), vim.api [ci skip]Justin M. Keyes2019-11-06
* lua/executor.c: use TRY_WRAPJustin M. Keyes2019-10-29
* lua: add vim.fn.{func} for direct access to vimL functionBjörn Linse2019-10-27
* tree-sitter: handle node equalityBjörn Linse2019-09-28
* tree-sitter: use "range" instead of "point_range" consistently in lua APIBjörn Linse2019-09-28
* tree-sitter: fix lint, delete "demo" plugin (replaced by functional tests)Björn Linse2019-09-28
* tree-sitter: cleanup tree refcountingBjörn Linse2019-09-28
* tree-sitter: inspect languageBjörn Linse2019-09-28
* tree-sitter: add some more APIBjörn Linse2019-09-28
* tree-sitter: styleBjörn Linse2019-09-28
* tree-sitter: use standard luaL_newmetatable and luaL_checkudata patternBjörn Linse2019-09-28
* tree-sitter: rename tree_sitter => treesitter for consistencyBjörn Linse2019-09-28
* tree-sitter: add basic testing on ciBjörn Linse2019-09-28
* tree-sitter: support pre-registration of languagesBjörn Linse2019-09-28
* tree-sitter: objectify APIBjörn Linse2019-09-28
* tree-sitter: load parsers as .so filesBjörn Linse2019-09-28
* tree-sitter: initial tree-sitter supportBjörn Linse2019-09-28
* paste: fix handling of "<" in cmdline (#11094)Daniel Hahler2019-09-25
* Merge #10995 'paste: fix paste in terminal mode'Justin M. Keyes2019-09-11
|\
| * paste: fix paste in terminal modeBjörn Linse2019-09-11
|/
* docJustin M. Keyes2019-09-11
* doc: |api-fast| [ci skip]Justin M. Keyes2019-09-09
* paste: fix normal-mode paste by different approach #10976Justin M. Keyes2019-09-09
* paste: insert before cursor alwaysJustin M. Keyes2019-09-08
* paste: do not clobber msg area for small pastesJustin M. Keyes2019-09-08
* paste/cmdline: discard all chunks after first lineJustin M. Keyes2019-09-08
* paste: reset 'paste' option immediately #10974Justin M. Keyes2019-09-08
* paste: redraw at endJustin M. Keyes2019-09-02
* paste: one undo-block per streamJustin M. Keyes2019-09-02
* tui/input: defer nvim_paste properly.Björn Linse2019-08-31