aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua
Commit message (Expand)AuthorAge
...
* tree-sitter: use "module" pattern in lua sourceBjörn Linse2019-09-28
* tree-sitter: simplify editing using the new old_byte_size parameterBjörn Linse2019-09-28
* tree-sitter: fix lint, delete "demo" plugin (replaced by functional tests)Björn Linse2019-09-28
* tree-sitter: improve parser API (shared parser between plugins)Björn Linse2019-09-28
* tree-sitter: inspect languageBjö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: split tree-sitter lua interface from demo codeBjö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
* test: Rename meth_pcall to pcall_errJustin M. Keyes2019-09-06
* man.vim: Handle ANSI escape sequences with ":" #10267Kovas Palunas2019-06-30
* doc #10017Justin M. Keyes2019-05-25
* lua/shared: share trim() implJustin M. Keyes2019-05-20
* lintJustin M. Keyes2019-05-19
* lua/shared: share more stuffJustin M. Keyes2019-05-19
* lua/shared: share deepcopy() with test/*Justin M. Keyes2019-05-19
* gen_vimdoc.py: support lua/shared.lua module [ci skip]Justin M. Keyes2019-05-19
* lua/shared: move table util funcs to vim.sharedJustin M. Keyes2019-05-18
* lua/stdlib: Introduce vim.sharedJustin M. Keyes2019-05-18
* lua/stdlib: vim.inspect, string functionsKillTheMule2019-01-14
* lintJustin M. Keyes2018-12-20
* runtime/lua/vim/compat.luaJustin M. Keyes2018-12-20
* test: Lua 5.2/5.3 compat #9280Matěj Cepl2018-12-20
* man.lua: avoid float conversion on lua 5.3 (#7851)Filip Szymański2018-01-15
* Address PR commentsGabriel Holodak2017-12-27
* Add support for escape sequencesGabriel Holodak2017-12-27
* Switch to processing in LuaGabriel Holodak2017-12-27