aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua
Commit message (Expand)AuthorAge
* refactor(treesitter): migrate to ts parser callback API #33141Riley Bruins2025-03-29
* fix(log): unify error messages for vim.ui_attach/decor providers #33005luukvbaal2025-03-21
* fix(messages): incorrect error message splitting and kind #32990luukvbaal2025-03-19
* feat(treesitter): allow disabling captures and patterns on TSQuery (#32790)Ian Chamberlain2025-03-11
* docs: OSC 133 shell config #32771Justin M. Keyes2025-03-07
* fix(lua): always use vim.inspect() for :lua= (#32715)zeertzjq2025-03-07
* fix(lua): format errors from luv callbacks using __tostringbfredl2025-03-05
* feat(treesitter): add more metadata to `language.inspect()` (#32657)Lewis Russell2025-03-01
* vim-patch:8.2.4603: sourcing buffer lines is too complicatedzeertzjq2025-02-28
* fix(lua): wrong script context for option set by func from nvim_exec2 (#32659)zeertzjq2025-02-27
* fix(lua): don't override script ID from :source (#32626)zeertzjq2025-02-25
* fix(lua): SIGSEGV in luv callback with error(nil) #32595phanium2025-02-24
* fix(treesitter): `TSNode:field()` returns all children with the given fieldRiley Bruins2025-02-21
* refactor(treesitter): always return valid range from parse() #32273Riley Bruins2025-02-02
* build(deps)!: bump tree-sitter to HEAD, wasmtime to v29.0.1 (#32200)Christian Clason2025-01-27
* fix(lua): pop retval for fast context LuaRefLuuk van Baal2025-01-24
* fix(lua): prevent SIGSEGV when lua error is NULL in libuv_worker林玮 (Jade Lin)2025-01-18
* fix(treesitter): uv_dlclose after uv_dlerrorHorror Proton2025-01-14
* feat(treesitter): async parsingRiley Bruins2025-01-12
* feat(api): add err field to nvim_echo() optsLuuk van Baal2025-01-09
* fix: fix broken wasmtime builddundargoc2024-12-23
* refactor: iwyu #31637Justin M. Keyes2024-12-23
* refactor(api): always use TRY_WRAP #31600luukvbaal2024-12-17
* fix(lua): avoid vim._with() double-free with cmdmod (#31505)zeertzjq2024-12-08
* fix(messages): proper multiline Lua print() messages #31205luukvbaal2024-11-17
* fix(messages)!: vim.ui_attach message callbacks are unsafeLuuk van Baal2024-11-14
* fix(treesitter): show proper node name error messagesRiley Bruins2024-11-13
* fix(lua): show stacktrace for error in vim.on_key() callback (#31021)zeertzjq2024-11-02
* feat(lua): allow vim.on_key() callback to consume the key (#30939)errael2024-11-01
* fix(treesitter): correct condition in `__has_ancestor`Amaan Qureshi2024-10-27
* refactor(lsp): drop str_byteindex/str_utfindex wrappers #30915Tristan Knight2024-10-26
* feat(stdlib): overload vim.str_byteindex, vim.str_utfindex #30735Tristan Knight2024-10-23
* fix(treesitter): mark supertype nodes as namedRiley Bruins2024-10-12
* fix(lua): avoid recursive vim.on_key() callback (#30753)zeertzjq2024-10-12
* fix(treesitter): remove duplicate symbol names in language.inspect()Riley Bruins2024-10-11
* feat(treesitter): introduce child_with_descendant()Riley Bruins2024-10-11
* perf(treesitter): do not use tree cursors with a small lifetimeLewis Russell2024-10-03
* fix(diff): use mmfile_t in linematchLewis Russell2024-09-30
* fix(coverity): size_t overflow #30497Justin M. Keyes2024-09-25
* refactor(api)!: rename Dictionary => DictJustin M. Keyes2024-09-23
* fix(build): issues with s390x CIbfredl2024-08-29
* feat(treesitter): add support for wasm parsersLewis Russell2024-08-26
* fix(lua)!: do not use typed table for empty dictAmit Singh2024-07-13
* fix(input): handle vim.on_key() properly with ALT and K_SPECIAL (#29677)zeertzjq2024-07-13
* fix(lua): don't include text after cursor in completion pattern (#29587)zeertzjq2024-07-06
* refactor(typval)!: remove distinction of binary and nonbinary stringsbfredl2024-06-27
* refactor(typval): don't use msgpack_packer for msgpackdump()bfredl2024-06-24
* refactor(lua): remove unnecessary strlen() in nlua_expand_pat() (#29388)zeertzjq2024-06-18
* fix(lua): find length of completion prefix earlier (#29384)zeertzjq2024-06-18
* feat(lua): add `vim._with`dundargoc2024-06-08