aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | 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
| |\ \ \ \ \ \ \ \
| | * | | | | | | | refactor(options): define `kOptIndexCount`Famiu Haque2023-12-10
| | * | | | | | | | refactor(options): convert `opt_idx` variables to `OptIndex`Famiu Haque2023-12-09
| | * | | | | | | | refactor(options): reduce `findoption()` usageFamiu Haque2023-12-09
| * | | | | | | | | docs(news): very, very minorlyChristian Clason2023-12-10
| * | | | | | | | | test: make text-only snapshots work (#26494)zeertzjq2023-12-10
| * | | | | | | | | ci: fix PR labelerzeertzjq2023-12-10
| * | | | | | | | | Merge pull request #26490 from zeertzjq/screen-repeatzeertzjq2023-12-09
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
| | * | | | | | | | | test: allow avoiding repeated screen lines in expected stateszeertzjq2023-12-09
| |/ / / / / / / / /
| * | | | | | | | | build: remove config-specific find_package search for libuvdundargoc2023-12-09
| * | | | | | | | | ci: refactor CI filesdundargoc2023-12-09
| |/ / / / / / / /
| * / / / / / / / vim-patch:61e984e212ed (#26484)zeertzjq2023-12-09
| |/ / / / / / /
| * | | | | | | refactor: format casting of negative number better (#26482)zeertzjq2023-12-09
| * | | | | | | refactor(tui): use synchronized updates around actual buf flush (#26478)Gregory Anders2023-12-09
| * | | | | | | vim-patch:ff0baca86523 (#26476)zeertzjq2023-12-09
| * | | | | | | vim-patch:9.0.2154: The option[] array is not sorted (#26475)zeertzjq2023-12-09
| * | | | | | | ci: bump actions/labeler from 4 to 5dundargoc2023-12-08
| * | | | | | | ci: remove python workarounddundargoc2023-12-08
| * | | | | | | fix(snippet): remove misleading comment about TM_FILENAME_BASE (#26465)Maria José Solano2023-12-08
| * | | | | | | perf(column): avoid counting when max signs are removed from a rangeLuuk van Baal2023-12-08
| * | | | | | | test(tui_spec): update cursor_address test for flush start (#26464)zeertzjq2023-12-08
| * | | | | | | fix(tui): start flush earlier (#26463)zeertzjq2023-12-08
| * | | | | | | test: use termopen() instead of :terminal more (#26462)zeertzjq2023-12-08
| * | | | | | | test: fix Windows tests failures (#26461)Gregory Anders2023-12-08
| * | | | | | | Merge pull request #26456 from gpanders/ignore-vim-runtimeGregory Anders2023-12-07
| |\ \ \ \ \ \ \
| | * | | | | | | test: forward $VIMRUNTIME in child nvim instancesGregory Anders2023-12-07
| | * | | | | | | fix(terminal): ignore $VIM and $VIMRUNTIME in pty jobsGregory Anders2023-12-07
| * | | | | | | | refactor(options): split `get_option_value()` into smaller functionsFamiu Haque2023-12-07
| * | | | | | | | fix(lua): allow nil values in serialized Lua arrays (#26329)Gregory Anders2023-12-07
| |/ / / / / / /
| * | | | | | | perf(column): keep track of number of lines that hold up the 'signcolumn'Luuk van Baal2023-12-07
| * | | | | | | Merge #26426 allow empty string key in msgpack => Vim conversionJustin M. Keyes2023-12-07
| |\ \ \ \ \ \ \
| | * | | | | | | refactor: object_to_vim() cannot failJustin M. Keyes2023-12-07