aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua
Commit message (Expand)AuthorAge
...
| * feat(treesitter): add offset predicate for language injectionSteven Sojka2020-12-15
* | feat(buffer_updates): allow ignoring when previewingThomas Vigouroux2020-12-15
|/
* Merge pull request #13482 from dm1try/propagate_lua_file_loading_errorsBjörn Linse2020-12-10
|\
| * runtime: propagate lua parsing errors while using "require"dm1try2020-12-10
* | Merge pull request #13450 from nvim-treesitter/fix-unknown-language-parserThomas Vigouroux2020-12-10
|\ \ | |/ |/|
| * fix(treesitter): don't throw an error for missing injected langsSteven Sojka2020-12-04
* | fix(treesitter): incorrect method name callSteven Sojka2020-12-04
|/
* fix(treesitter): allow ranges in set_included_rangesThomas Vigouroux2020-11-23
* feat(treesitter): add language treeSteven Sojka2020-11-23
* lua: make vim.inspect available early so it can be used for path debuggingBjörn Linse2020-11-05
* tree-sitter: ignore some tests on windowsThomas Vigouroux2020-11-03
* fixup! startup: handle autoload and lua packages during startupJan Edmund Lazo2020-11-02
* startup: handle autoload and lua packages during startupBjörn Linse2020-11-02
* treesitter: add node:id()Björn Linse2020-11-01
* Merge pull request #12053 from tjdevries/tjdevries/nicer_validateTJ DeVries2020-10-17
|\
| * test/vim.validate(): assert normalized stacktraceJustin M. Keyes2020-10-05
| * vim.validate(): include stacktrace in messageTJ DeVries2020-10-05
* | treesitter: allow custom parser for highlighterThomas Vigouroux2020-10-12
* | treesitter: runtime queriesThomas Vigouroux2020-10-11
* | api: multiple decoration providers at onceBjörn Linse2020-10-10
* | lua: vim.wait allows control of fast events (#13053)TJ DeVries2020-10-06
|/
* Fix byte updates for blockwise paste at buffer endKillTheMule2020-09-30
* bytetrack: add blockwise paste testThomas Vigouroux2020-09-30
* Fix buffer_updates on blockwise pasteKillTheMule2020-09-30
* treesitter: add string parser (#13008)Thomas Vigouroux2020-09-30
* test: buffer updates: add visual charwise paste testBjörn Linse2020-09-19
* buffer updates: fix issues with "change" operatorBjörn Linse2020-09-19
* tests: lua buffer updates: reorg check_events()Björn Linse2020-09-19
* buf_updates: fix wrong updates on linewise changeThomas Vigouroux2020-09-18
* buf_updates: fix updates for empty buffers (#12926)Thomas Vigouroux2020-09-17
* treesitter: filter updates on <CR>Thomas Vigouroux2020-09-16
* buf_attach: fix buffer updates with setline()Björn Linse2020-09-16
* api: add nvim_buf_call to call function with curbuf changed to bufferBjörn Linse2020-09-13
* fix: use luahl in treesitterThomas Vigouroux2020-09-13
* fix(bufupdates): avoid sending empty updatesThomas Vigouroux2020-09-11
* fix(bytetrack): send correct events when opening linesThomas Vigouroux2020-09-11
* tests: disable hl glitch test for now, will be fixed in luahl (next PR)Björn Linse2020-09-10
* fix lintsThomas Vigouroux2020-09-09
* api/buffer: add "on_bytes" callback to nvim_buf_attachBjörn Linse2020-09-09
* treesitter: revert wrong optimization in highlightsThomas Vigouroux2020-09-09
* tests: update query.list_predicates() testBjörn Linse2020-09-06
* treesitter: Use excplicit names in testsThomas Vigouroux2020-09-06
* treesitter: allow to list supported predicatesThomas Vigouroux2020-09-04
* Merge pull request #12814 from theHamsta/escape-queriesThomas Vigouroux2020-09-01
|\
| * treesitter: avoid escaping complete query stringsStephan Seitz2020-08-31
* | treesitter: add node:field() to get field childrenThomas Vigouroux2020-09-01
* | treesitter: allow to iterate over node childrenThomas Vigouroux2020-08-31
|/
* fix(win): ignore closing wins in win_findbuf #12798Thomas Vigouroux2020-08-31
* lua: add vim.register_keystroke_callback (#12536)TJ DeVries2020-08-14
* treesitter: add and test vim-match? predicateThomas Vigouroux2020-08-13