aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* vim-patch:3afc9f2556faChristian Clason2023-12-15
* vim-patch:1c97b5c0c0b4Christian Clason2023-12-15
* vim-patch:b52e7ac7c61cChristian Clason2023-12-15
* vim-patch:5a68cdf14915Christian Clason2023-12-15
* vim-patch:f6869212c9e1Christian Clason2023-12-15
* build: rework --version generationdundargoc2023-12-15
* vim-patch:17dca3cb97cd (#26584)zeertzjq2023-12-15
* vim-patch:323dda1484d9 (#26583)zeertzjq2023-12-15
* refactor(diagnostic): use named namespaces (#26568)Gregory Anders2023-12-14
* docs: add comment for OSC 11 tmux passthrough (#26566)Gregory Anders2023-12-14
* ci: bump github/codeql-action from 2 to 3dependabot[bot]2023-12-14
* feat(lsp): more annotationsLewis Russell2023-12-14
* fix(extmark): only invalidate unpaired marks on deleted rowsLuuk van Baal2023-12-14
* test(nvim_open_term): don't resize after creating terminal (#26570)zeertzjq2023-12-14
* feat(nvim_open_term): convert LF => CRLF (#26384)Raphael2023-12-14
* ci: add gpanders as reviewer for defaults and tui labels (#26567)Gregory Anders2023-12-13
* fix(tui): don't use tui->params[] for 'termsync' (#26565)zeertzjq2023-12-14
* fix(defaults): background detection in tmux (#26557)Jaehwang Jung2023-12-14
* docs: fix linksdundargoc2023-12-13
* docs: move vim-patch wiki page to runtime documentationdundargoc2023-12-13
* docs: add installation and build guides from wiki to repodundargoc2023-12-13
* docs: add code-overview from wiki to src/nvim/README.mddundargoc2023-12-13
* Merge pull request #26555 from gpanders/diagnostic-sign-fixupGregory Anders2023-12-13
|\
| * feat(diagnostics): support numhl and linehl for diagnostic signsGregory Anders2023-12-13
| * docs(diagnostic): fix typo in exampleGregory Anders2023-12-13
| * fix(diagnostic): check for sign namespace instead of sign groupGregory Anders2023-12-13
* | docs: add wiki FAQ to the runtime documentation (#26539)dundargoc2023-12-13
|/
* refactor(diagnostic): set sign by using extmark (#26193)Raphael2023-12-13
* fix(termcap): only call callback for requested capabilities (#26546)Gregory Anders2023-12-13
* vim-patch:9.0.2159: screenpos() may crash with neg. column (#26542)zeertzjq2023-12-13
* feat(iter): add `Iter.take` (#26525)Will Hopkins2023-12-12
* fix(stream): do not close handle if it is already closing (#26537)Gregory Anders2023-12-12
* docs: move minimum reproduction template from wiki to repodundargoc2023-12-12
* docs: inline wiki page Deps.md into MAINTAIN.mddundargoc2023-12-12
* docs: inline wiki page Refactoring.md into MAINTAIN.mddundargoc2023-12-12
* fix(lua): memory leak when using invalid syntax with exists() (#26530)zeertzjq2023-12-12
* feat(eval): exists() function supports checking v:lua functions (#26485)Raphael2023-12-12
* Merge pull request #26486 from glepnir/fix_linebytebfredl2023-12-12
|\
| * fix: use no_ff instead of ffdos as conditionglepnir2023-12-12
* | fix(extmarks): `U` changed_bytes after extmark_splice (#26501)Jaehwang Jung2023-12-12
* | test(treesitter/fold_spec): fix flakiness (#26524)zeertzjq2023-12-12
* | fix(tui): don't forget to update cursor visibility (#26523)zeertzjq2023-12-12
* | Merge pull request #26506 from tomtomjhj/tsfoldLewis Russell2023-12-11
|\ \
| * | fix(treesitter): improve vim.treesitter.foldexprJaehwang Jung2023-12-12
| * | fix(treesitter): fix indexing in foldexprJaehwang Jung2023-12-12
| * | test(treesitter): more foldexpr testsJaehwang Jung2023-12-12
* | | fix(coverity): unhandled retval for marktree_itr_get_overlap() #26518luukvbaal2023-12-11
* | | build(deps): bump luajit to HEAD - ff204d035Christian Clason2023-12-11
* | | feat(gen_lsp.lua): validate CLI args #26514Jongwook Choi2023-12-11
* | | Merge pull request #26458 from famiu/refactor/options/optionindexdundargoc2023-12-10
|\ \ \