aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * 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
| * | | fix(diagnostic)!: make virtual text handler opt-in (#32079)Gregory Anders2025-01-18
| * | | vim-patch:e064051: runtime(c): add new constexpr keyword to syntax file (C23)Christian Clason2025-01-18
| * | | vim-patch:54cb514: runtime(sh): update syntax scriptChristian Clason2025-01-18
| * | | refactor: simplify bump_deps.luadundargoc2025-01-18
| * | | vim-patch:9cfdabb: runtime(netrw): change netrw maintainerChristian Clason2025-01-18
| * | | vim-patch:c2a967a: runtime(c): Update syntax and ftplugin filesChristian Clason2025-01-18
| * | | vim-patch:9.1.1028: too many strlen() calls in screen.c (#32083)zeertzjq2025-01-18
| * | | docs: change augroup names to new convention #32061Yochem van Rosmalen2025-01-17