summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/lua
AgeCommit message (Expand)AuthorFiles
2021-10-19feat(lua): allow passing handles to vim.b/w/tLewis Russell1
2021-10-19refactor: remove space after starDundar Göc2
2021-10-17fix(runtime): don't use regexes inside lua require'mod'Björn Linse2
2021-10-09refactor: format header files with uncrustify #15877dundargoc4
2021-10-08fix(api): check type in nlua_pop_keydict (#15940)virchau131
2021-10-07Merge pull request #15316 from vigoux/ts-fix-capturesBjörn Linse1
2021-10-05fix(docs): duplicate tag, wrong formattingJustin M. Keyes1
2021-10-03Merge pull request #15516 from bfredl/keysetBjörn Linse1
2021-10-03refactor(api): handle option dicts properlyBjörn Linse1
2021-10-02refactor: format with uncrustify #15842dundargoc1
2021-10-01refactor: update path to xdiff in commentsDundar Göc1
2021-10-01fix(treesitter): run predicates more often in iter_matchesThomas Vigouroux1
2021-09-29Refactor/uncrustify (#15790)dundargoc1
2021-09-27feat(ui): add vim.ui.select and use in code actions (#15771)Mathias Fußenegger1
2021-09-26Merge pull request #14871 from mjlbach/feature/lua-cjson-embeddedMichael Lingelbach1
2021-09-26feat(lua): expose lua-cjson as vim.jsonMichael Lingelbach1
2021-09-25refactor: format with uncrustify #15778dundargoc1
2021-09-21ci(PVS): PVS/V009: add required header #15751dundargoc1
2021-09-20refactor: reformat with uncrustify #15736dundargoc1
2021-09-19refactor: format with uncrustify #15722dundargoc4
2021-09-16Merge #15585 refactor: move vim.lsp.diagnostic to vim.diagnosticJustin M. Keyes1
2021-09-15feat(nlua): convert Blobs to stringsSean Dewar1
2021-09-15vim-patch:8.1.0735: cannot handle binary dataSean Dewar1
2021-09-15refactor: move vim.lsp.diagnostic to vim.diagnosticGregory Anders1
2021-09-14docs: third-party licenses, TEST_COLORS, system() #15665Justin M. Keyes1
2021-09-09feat(lua): make vim.mpack support vim.NIL and vim.empty_dict()Björn Linse1
2021-09-09feat(lua): add vim.mpack for msgpack support in luaBjörn Linse1
2021-09-09feat(lua)!: register_keystroke_callback => on_keyJustin M. Keyes2
2021-09-08vim-patch:8.2.3390: included xdiff code is outdatedChristian Clason1
2021-08-30fix(lua): make core vim module not dependent on $VIMRUNTIME functionsBjörn Linse2
2021-08-29fix(lua): preserve argument lists which are not listsBjörn Linse1
2021-08-28perf(api): avoid spurious allocations when converting small objectsBjörn Linse1
2021-08-26Merge #15293 Vimscript "method" syntaxJustin M. Keyes1
2021-08-23Merge pull request #15434 from Dkendal/feature-lua-treesitter-siblingThomas Vigouroux1
2021-08-22docs: make Lua docstrings consistent #15255Gregory Anders1
2021-08-22refactor(map): remove extra-allocating map_new/map_free functionsBjörn Linse2
2021-08-22Merge pull request #15451 from bfredl/metamapBjörn Linse2
2021-08-22feat(api): add lua C bindings for xdiff (#14536)Lewis Russell3
2021-08-22refactor(api): remove unneccesary indirection around handlesBjörn Linse2
2021-08-20feat(treesitter): add next, prev sibling methodDylan Kendal1
2021-08-12vim-patch:8.1.1800: function call functions have too many argumentsSean Dewar1
2021-07-19refactor(lua): initialize lua state at startup instead of dynamicallyBjörn Linse1
2021-07-07chore: use codespell to spell check #15016dundargoc2
2021-06-29fixup(ts): put ts_query_cursor_set_match_limit behind feature guardChristian Clason1
2021-06-26fix(treesitter): set match limit for query cursorsChristian Clason1
2021-06-21BugFix: Fix inconsistent verbose messageshadmansaleh1
2021-06-11Merge pull request #14773 from mjlbach/fix/vim-region-boundsMichael Lingelbach1
2021-06-11fix(lua): ensure vim.region truncates to buf rangeMichael Lingelbach1
2021-06-11refactor(source): Move lua file detection to do_sourceshadmansaleh1
2021-05-28lua: Add vim.opt and fix scopes of vim.o (#13479)TJ DeVries1