aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* feat(extmarks): virtual text can be right-aligned, truncated #31921georgev932025-01-24
* fix(lua): pop retval for fast context LuaRefLuuk van Baal2025-01-24
* fix(messages): avoid empty msg_showmode with 'noshowmode'Luuk van Baal2025-01-24
* ci(tests): remove build-types jobsChristian Clason2025-01-24
* ci(tests): add arm64 runnerChristian Clason2025-01-24
* vim-patch:partial:9.1.1050: too many strlen() calls in os_unix.c (#32188)zeertzjq2025-01-24
* fix(column): apply custom highlight to last 'statuscolumn' segment (#32182)luukvbaal2025-01-24
* fix(mouse): 'statuscolumn' fold and popopmenu handlingLuuk van Baal2025-01-23
* fix(lsp): prefer `on_list` over `loclist` in default handlerEvgeni Chasnovski2025-01-23
* feat(api): combined highlights in nvim_eval_statusline()Luuk van Baal2025-01-23
* vim-patch:9.1.1042: filetype: just files are not recognizedChristian Clason2025-01-23
* vim-patch:9.1.1045: filetype: N-Tripels and TriG files are not recognized (#3...zeertzjq2025-01-23
* fix(checkhealth): failed if 'lua' in plugin namephanium2025-01-23
* vim-patch:9.1.1048: crash after scrolling and pasting in silent Ex mode (#32168)zeertzjq2025-01-23
* test(lua/hl_spec): set timeout for transient state (#32169)zeertzjq2025-01-23
* feat(lua): vim.hl.range() "timeout" #32012Siddhant Agarwal2025-01-22
* fix(editor): avoid scrolling :substitute confirm message #32149luukvbaal2025-01-22
* fix(inspector): update semantic token namespace (#32157)jdrouhard2025-01-22
* fix(startup): avoid crash with completion from -l script (#32160)zeertzjq2025-01-22
* vim-patch:9.1.1046: fuzzymatching doesn't prefer matching camelcase (#32155)zeertzjq2025-01-22
* fix(search): avoid quadratic time complexity when computing fuzzy score (#32153)zeertzjq2025-01-22
* Merge pull request #32144 from zeertzjq/termkey-x1-x2zeertzjq2025-01-21
|\
| * feat(terminal): forward X1 and X2 mouse eventszeertzjq2025-01-21
| * feat(tui): recognize X1 and X2 mouse eventszeertzjq2025-01-21
|/
* Merge pull request #32098 from bfredl/multihl_groupbfredl2025-01-21
|\
| * feat(extmark): stack multiple highlight groups in `hl_group`bfredl2025-01-21
* | vim-patch:c273f1a: runtime(vim): Update base-syntax, match ternary and falsy ...zeertzjq2025-01-21
* | vim-patch:4335fcf: runtime(kconfig): updated ftplugin and syntax scriptChristian Clason2025-01-21
* | fix(treesitter): compute folds on_changedtree only if not nilKonrad Malik2025-01-20
* | ci(news): treat deprecated.txt as part of news.txtdundargoc2025-01-20
* | Merge pull request #32099 from bfredl/no_bufhlbfredl2025-01-20
|\ \
| * | feat(api): deprecate nvim_buf_add_highlight()bfredl2025-01-20
* | | feat(inccommand): preview 'nomodifiable' buffers #32034Donatas2025-01-20
* | | fix(messages): compute msg_col after last newline in ext_messagesLuuk van Baal2025-01-20
* | | fix: completion.enable(false,...) deletes invalid augroup #32121Konrad Malik2025-01-20
* | | fix(lsp): set floating window filetype after setup #32112Guilherme Soares2025-01-20
* | | docs(treesitter): expose LanguageTree:parent() #32108Jaehwang Jung2025-01-20
* | | Merge pull request #31597 from bfredl/deletionismbfredl2025-01-20
|\ \ \
| * | | fix(wininfo): when freeing windows, free the lowest priority wininfobfredl2025-01-14
* | | | vim-patch:9.1.1030: filetype: setting bash filetype is backwards incompatibleChristian Clason2025-01-20
* | | | vim-patch:2cb8246: runtime(tex): add texEmphStyle to texMatchGroup in syntax ...Christian Clason2025-01-20
* | | | vim-patch:d402ba8: runtime(netrw): upstream snapshot of v175Christian Clason2025-01-20
* | | | fix(netrw): re-add missing comment marker in syntax fileChristian Clason2025-01-20
* | | | fix(lsp): don't use completion filterText if prefix is emptyMathias Fussenegger2025-01-19
* | | | fix(lsp): document_symbol uses loclist by default #32070Yochem van Rosmalen2025-01-19
* | | | fix(log): unintuitive message for undefined $TMPDIRdeepsghimire2025-01-19
* | | | fix(treesitter): clean up parsing queueJaehwang Jung2025-01-19
* | | | vim-patch:8dec6c2: runtime(vim): Update base-syntax, fix is/isnot operator ma...zeertzjq2025-01-19
| |/ / |/| |
* | | fix(coverity/530826): validate_opt_idx unchecked negative idx (#32081)Devon Gardner2025-01-19
* | | fix(lua): prevent SIGSEGV when lua error is NULL in libuv_worker林玮 (Jade Lin)2025-01-18