aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua
Commit message (Expand)AuthorAge
* ci(PVS): PVS/V009: add required header #15751dundargoc2021-09-21
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* refactor: format with uncrustify #15722dundargoc2021-09-19
* Merge #15585 refactor: move vim.lsp.diagnostic to vim.diagnosticJustin M. Keyes2021-09-16
|\
| * refactor: move vim.lsp.diagnostic to vim.diagnosticGregory Anders2021-09-15
* | feat(nlua): convert Blobs to stringsSean Dewar2021-09-15
* | vim-patch:8.1.0735: cannot handle binary dataSean Dewar2021-09-15
|/
* docs: third-party licenses, TEST_COLORS, system() #15665Justin M. Keyes2021-09-14
* feat(lua): make vim.mpack support vim.NIL and vim.empty_dict()Björn Linse2021-09-09
* feat(lua): add vim.mpack for msgpack support in luaBjörn Linse2021-09-09
* feat(lua)!: register_keystroke_callback => on_keyJustin M. Keyes2021-09-09
* vim-patch:8.2.3390: included xdiff code is outdatedChristian Clason2021-09-08
* fix(lua): make core vim module not dependent on $VIMRUNTIME functionsBjörn Linse2021-08-30
* fix(lua): preserve argument lists which are not listsBjörn Linse2021-08-29
* perf(api): avoid spurious allocations when converting small objectsBjörn Linse2021-08-28
* Merge #15293 Vimscript "method" syntaxJustin M. Keyes2021-08-26
|\
| * vim-patch:8.1.1800: function call functions have too many argumentsSean Dewar2021-08-12
* | Merge pull request #15434 from Dkendal/feature-lua-treesitter-siblingThomas Vigouroux2021-08-23
|\ \
| * | feat(treesitter): add next, prev sibling methodDylan Kendal2021-08-20
| |/
* | docs: make Lua docstrings consistent #15255Gregory Anders2021-08-22
* | refactor(map): remove extra-allocating map_new/map_free functionsBjörn Linse2021-08-22
* | Merge pull request #15451 from bfredl/metamapBjörn Linse2021-08-22
|\ \
| * | refactor(api): remove unneccesary indirection around handlesBjörn Linse2021-08-22
| |/
* / feat(api): add lua C bindings for xdiff (#14536)Lewis Russell2021-08-22
|/
* refactor(lua): initialize lua state at startup instead of dynamicallyBjörn Linse2021-07-19
* chore: use codespell to spell check #15016dundargoc2021-07-07
* fixup(ts): put ts_query_cursor_set_match_limit behind feature guardChristian Clason2021-06-29
* fix(treesitter): set match limit for query cursorsChristian Clason2021-06-26
* BugFix: Fix inconsistent verbose messageshadmansaleh2021-06-21
* Merge pull request #14773 from mjlbach/fix/vim-region-boundsMichael Lingelbach2021-06-11
|\
| * fix(lua): ensure vim.region truncates to buf rangeMichael Lingelbach2021-06-11
* | refactor(source): Move lua file detection to do_sourceshadmansaleh2021-06-11
|/
* lua: Add vim.opt and fix scopes of vim.o (#13479)TJ DeVries2021-05-28
* lua: use proper conversion of vim.g valuesBjörn Linse2021-05-19
* lua: use WarningMsg for vim.notify() warnings (#14508)Shadman2021-05-10
* docs: Treesitter (#13260)TJ DeVries2021-05-01
* lua: make vim.cmd an alias of vim.api.nvim_exec() (#14401)Shadman2021-04-22
* Merge pull request #14318 from chentau/extmark_luadoBjörn Linse2021-04-13
|\
| * extmark: splice extmarks on :luadochentau2021-04-12
* | Merge pull request #14200 from teto/treesitter-checkhealthMarco Hinz2021-04-07
|\ \
| * | feat(ts): include parser ABI version in checkhealthThomas Vigouroux2021-04-06
* | | test/lsp: disable tracking in LSP tests (here be dragons)Björn Linse2021-04-03
* | | luaref: simplify handling of table callables and fix leak in vim.fn.call(table)Björn Linse2021-04-03
* | | luaref: fix leaks for global luarefsBjörn Linse2021-04-03
* | | lua: track reference ownership with ASAN when presentBjörn Linse2021-04-03
| |/ |/|
* | Merge pull request #14039 from theHamsta/fix-field-introspectionThomas Vigouroux2021-04-02
|\ \ | |/ |/|
| * Fix(treesitter): Make treesitter.inspect_lang include last field nameStephan Seitz2021-03-23
* | ts: Add language version to vim.treesitter (#14255)TJ DeVries2021-03-30
|/
* chore(ts): show grammar that triggers the errorMatthieu Coudron2021-03-16
* Merge pull request #13875 from smolck/vim_fn_error_on_apiBjörn Linse2021-03-09
|\