aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
* | fix(events): check for WinResized/WinScrolled in terminal mode (#27226)zeertzjq2024-01-27
* | fix(api): limit depth of nvim_cmd (#27225)zeertzjq2024-01-27
* | feat(ex_cmds): ranged :lua #27167luukvbaal2024-01-26
|/
* fix(extmarks): do not remove decor from invalid old marksLuuk van Baal2024-01-26
* fix(colorscheme): typoJaehwang Jung2024-01-26
* vim-patch:9.1.0058: Cannot map Super Keys in GTK UI (#27204)zeertzjq2024-01-26
* vim-patch:9.1.0054: 'linebreak' may still apply to leading whitespacezeertzjq2024-01-26
* fixup: raise TS min versionChristian Clason2024-01-25
* vim-patch:9.1.0055: formatting long lines is slow (#27199)zeertzjq2024-01-26
* feat(colorscheme): update treesitter groupsEvgeni Chasnovski2024-01-25
* fix(colorscheme): use explicit normal foreground in syntax groupsEvgeni Chasnovski2024-01-25
* refactor: IWYU (#27186)zeertzjq2024-01-25
* docs: various fixes (#27063)dundargoc2024-01-25
* feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders2024-01-24
* build: various build improvementsdundargoc2024-01-24
* fix(spell): always accept ':' as filename char in 'spellfile' (#27172)zeertzjq2024-01-24
* fix(options): use a union for def_val (#27169)zeertzjq2024-01-24
* vim-patch:9.1.0046: :drop does not re-use empty buffer (#27165)zeertzjq2024-01-24
* fix(sign): avoid deleting from sign map while looping over it (#27158)luukvbaal2024-01-24
* fix(colorscheme): link LSP semantic tokens to treesitter groupsJohn Drouhard2024-01-23
* Merge pull request #27147 from bfredl/crash2bfredl2024-01-23
|\
| * fix(extmark): fix crash when stepping out from internal nodebfredl2024-01-23
* | fix(treesitter): update @markup default linksChristian Clason2024-01-23
|/
* fix(extmarks): crash with sign after many marksbfredl2024-01-23
* vim-patch:9.1.0043: ml_get: invalid lnum when :s replaces visual selection (#...zeertzjq2024-01-23
* fix(column): clear "b_signcols" when marktree is clearedLuuk van Baal2024-01-22
* perf(extmarks): add metadata for efficient filtering of special decorationsbfredl2024-01-22
* docs(options): remove misleading sentence (#27129)zeertzjq2024-01-22
* feat(fold): transparent foldtextLewis Russell2024-01-22
* Merge pull request #27076 from glepnir/extmark_hlgroupbfredl2024-01-22
|\
| * refactor(api): give "hl_group" more accurate _meta typebfredl2024-01-22
| * refactor(api): use hl id directly in nvim_buf_set_extmarkglepnir2024-01-20
* | fix(eval): properly support checking v:lua function in exists() (#27124)Raphael2024-01-22
* | refactor: use "csarg" for CharsizeArg variables (#27123)zeertzjq2024-01-22
* | Merge pull request #26813 from VanaIgr/screen-pos-speedupzeertzjq2024-01-22
|\ \
| * | perf: reuse fast character size calculation algorithm from getvcol()VanaIgr2024-01-22
| * | perf: don't decode utf8 character multiple times in getvcol()VanaIgr2024-01-22
| * | perf: remove loop for computing last position in getvcol()VanaIgr2024-01-18
| * | perf: cache breakindent/showbreak width in win_lbr_chartabsizeVanaIgr2024-01-18
| |/
* | fix(rpc): assertion failure due to invalid msgpack inputnwounkn2024-01-21
* | build: create BINARY_LIB_DIR directory before adding parserdundargoc2024-01-22
* | fix(extmarks): missing "spell" and "conceal" in details (#27116)zeertzjq2024-01-22
* | build: fix parser installation locationdundargoc2024-01-21
* | feat(treesitter)!: new standard capture namesChristian Clason2024-01-21
* | build: create separate targets for nvim with and without runtime filesdundargoc2024-01-20
* | feat(api): support getting abbreviations (#26868)Raphael2024-01-20
* | feat(ui): add chdir UI event (#27093)Gregory Anders2024-01-19
* | Merge pull request #27061 from luukvbaal/extmarkbfredl2024-01-19
|\ \ | |/ |/|
| * refactor(extmarks): remove unused new pos from ExtmarkSavePosLuuk van Baal2024-01-18
| * docs(extmarks): add undocumented "details" array fieldsLuuk van Baal2024-01-18