aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua
Commit message (Expand)AuthorAge
...
* | 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
|\
| * Fix unused varargsmolck2021-02-06
| * remove extra line, remove () in errorsmolck2021-02-04
| * vim.fn: throw error when trying to use API functionsmolck2021-02-03
* | fix(notify): Expected 3 arguments error (#13905)notomo2021-02-09
* | Merge pull request #13843 from teto/notif_providerMatthieu Coudron2021-02-08
|\ \ | |/ |/|
| * feat: adds vim.notifyMatthieu Coudron2021-01-31
* | Use abort() instead of assert(false) for things that should never happenJames McCoy2021-01-31
|/
* lintchentau2021-01-26
* lua: complete methods in metatablesBjörn Linse2021-01-26
* Don't show entire context when completingTony Chen2021-01-26
* feat: add completion to ':lua'TJ DeVries2021-01-26
* Missing argument for package.loadlib()matveyt2021-01-22
* api: add vim.version (#13762)Michael Lingelbach2021-01-18
* runtime: propagate lua parsing errors while using "require"dm1try2020-12-10
* executor: use new nlua_ name patternBjörn Linse2020-12-01
* startup: add init.lua as an alternative user config, fixes #7895dm1try2020-12-01
* fix(treesitter): allow ranges in set_included_rangesThomas Vigouroux2020-11-23
* treesitter: refactor some thingsThomas Vigouroux2020-11-23
* fix: NULL segfaults brought to you by @vigouxTJ DeVries2020-11-18
* lsp: vim.lsp.diagnostic (#12655)TJ DeVries2020-11-12
* Removed restricted mode - Fix #11972georg3tom2020-11-11
* Merge pull request #13227 from bfredl/earlyinspectBjörn Linse2020-11-05
|\
| * lua: make vim.inspect available early so it can be used for path debuggingBjörn Linse2020-11-05