aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
...
| * | | | | | fix(stream): do not close handle if it is already closing (#26537)Gregory Anders2023-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
| * | | | | | | fix(tui): don't forget to update cursor visibility (#26523)zeertzjq2023-12-12
| * | | | | | | fix(coverity): unhandled retval for marktree_itr_get_overlap() #26518luukvbaal2023-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
| * | | | | | | | build: remove config-specific find_package search for libuvdundargoc2023-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:9.0.2154: The option[] array is not sorted (#26475)zeertzjq2023-12-09
| * | | | | | | perf(column): avoid counting when max signs are removed from a rangeLuuk van Baal2023-12-08
| * | | | | | | fix(tui): start flush earlier (#26463)zeertzjq2023-12-08
| * | | | | | | Merge pull request #26456 from gpanders/ignore-vim-runtimeGregory 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
| * | | | | | | refactor: object_to_vim() cannot failJustin M. Keyes2023-12-07
| * | | | | | | feat(rpc): allow empty string key in msgpack => Vim conversionJustin M. Keyes2023-12-07
| * | | | | | | Merge pull request #26438 from jamessan/log_spec-nameJames McCoy2023-12-07
| |\ \ \ \ \ \ \
| | * | | | | | | fix(log): increase size of buffer for nvim instance nameJames McCoy2023-12-06
| * | | | | | | | fix(terminal): never propagate $COLORTERM from outer env (#26440)zeertzjq2023-12-07
| * | | | | | | | fix(inccommand): don't crash with "split" and 'n' flagzeertzjq2023-12-07
| * | | | | | | | fix(inccommand): save and restore '[ and '] marks (#26442)zeertzjq2023-12-07
| * | | | | | | | version.c: update (#26441)github-actions[bot]2023-12-07
| * | | | | | | | fix(tui): use uv_timer_t instead of TimeWatcher for input (#26435)zeertzjq2023-12-07
| |/ / / / / / /
| * | | | | | | Merge pull request #26381 from bfredl/delaycolorsbfredl2023-12-06
| |\ \ \ \ \ \ \
| | * | | | | | | fix(startup): only send one default_colors_set event during startupbfredl2023-12-06
| * | | | | | | | Merge pull request #26407 from gpanders/default-tgcGregory Anders2023-12-06
| |\ \ \ \ \ \ \ \
| | * | | | | | | | feat(defaults): enable 'termguicolors' by default when supported by terminalGregory Anders2023-12-06
| * | | | | | | | | fix(json): allow objects with empty keys #25564Emanuel2023-12-06
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | fix(treesitter): don't forcefully open foldsJaehwang Jung2023-12-06
| * | | | | | | | vim-patch:8.2.3695: confusing error for missing key (#26420)zeertzjq2023-12-06
| * | | | | | | | vim-patch:8.1.1583: set_ref_in_list() only sets ref in items (#26418)zeertzjq2023-12-06
| * | | | | | | | refactor(options): remove SOPT type enums (#26417)Famiu Haque2023-12-06
| |/ / / / / / /
| * | | | | | | docs: small fixes (#26243)dundargoc2023-12-06
| * | | | | | | vim-patch:9.0.2151: 'breakindent' is not drawn after diff filler lines (#26412)zeertzjq2023-12-06
| * | | | | | | test: fileio_spec is unreliable/flaky #26404Justin M. Keyes2023-12-05
| * | | | | | | Merge pull request #26361 from luukvbaal/invalidbfredl2023-12-05
| |\ \ \ \ \ \ \
| | * | | | | | | fix(extmarks): restore old position before revalidatingLuuk van Baal2023-12-02
| * | | | | | | | refactor(IWYU): move marktree types to marktree_defs.h (#26402)zeertzjq2023-12-05
| | |/ / / / / / | |/| | | | | |
| * | | | | | | refactor(api): complete conversion from `Dictionary` to `Dict(opts)` (#26365)Riccardo Mazzarini2023-12-05
| * | | | | | | fix(change): update fold after on_bytes (#26364)Jaehwang Jung2023-12-05
| * | | | | | | build: enable lintlua for src/ dir #26395Justin M. Keyes2023-12-04