summaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFiles
2025-03-15vim-patch:9.1.1204: MS-Windows: crash when passing long string to expand() (#...release-0.10zeertzjq2
2025-03-15vim-patch:9.0.1458: buffer overflow when expanding long file namezeertzjq1
2025-03-15vim-patch:8.2.4963: expanding path with "/**" may overrun end of bufferzeertzjq1
2025-03-14Merge pull request #32880 from zeertzjq/backportzeertzjq2
2025-03-14vim-patch:9.1.1172: [security]: overflow with 'nostartofline' and Ex command ...zeertzjq2
2025-03-11vim-patch:8.2.3579: CI sometimes fails for MinGWzeertzjq1
2025-03-11vim-patch:8.2.3311: Vim9: check for DO_NOT_FREE_CNT is very slowzeertzjq1
2025-02-28vim-patch:9.1.1155: Mode message not cleared after :silent message (#32672)neovim-backports[bot]3
2025-02-26fix(vim_snprintf): special-case handling of binary formatJames McCoy1
2025-02-23test(unit/strings_spec): show ctx when vim_snprintf content check fails #32570James McCoy1
2025-02-22fix(tests): filter out lines with __typeof__ keyword (#32524)Sören Tempel1
2025-02-20fix(treesitter): don't spam query errors in the highlighterRiley Bruins1
2025-02-18Merge pull request #32501 from zeertzjq/backportzeertzjq1
2025-02-18fix(tests): remove the __extension__ keyword in filter_complex_blocks (#32483)Sören Tempel1
2025-02-13vim-patch:9.1.1108: 'smoothscroll' gets stuck with 'listchars' "eol" (#32434)zeertzjq7
2025-02-12ci(cirrus): update to freebsd-14-2Christian Clason1
2025-02-12fix(memline): don't check line count for closed memline #32403luukvbaal2
2025-02-08fix(lsp): prevent desync due to empty buffer (#29904)Jaehwang Jung2
2025-02-08fix(lsp): check for valid buf before processing semantic tokens responseEvgeni Chasnovski1
2025-02-06vim-patch:9.1.1077: included syntax items do not understand contains=TOP (#32...zeertzjq3
2025-02-05feat(win32): embed executable iconalex-tdrn2
2025-01-29test(unit/strings_spec): use correct type for binary valuesJames McCoy1
2025-01-29test(unit/strings_spec): provide context for vim_snprintf testsJames McCoy1
2025-01-29version bumpbfredl1
2025-01-29NVIM 0.10.4v0.10.4bfredl2
2025-01-28ci(release)!: remove backwards compatible releasesdundargoc4
2025-01-28ci(release): add linux-arm64 appimage and tarballChristian Clason7
2025-01-28fix(mpack): remove invalid bool definitionAndreas Schneider1
2025-01-28Merge pull request #32197 from zeertzjq/backportzeertzjq3
2025-01-25ci(tests): remove build-types jobsChristian Clason1
2025-01-25ci(tests): add arm64 runnerChristian Clason3
2025-01-24docs(support): update tested macOS and FreeBSD versions (#32191)zeertzjq1
2025-01-23fix(checkhealth): failed if 'lua' in plugin namephanium1
2025-01-23vim-patch:9.1.1048: crash after scrolling and pasting in silent Ex mode (#32168)zeertzjq2
2025-01-22vim-patch:9.1.0699: "dvgo" is not always an inclusive motion (#30173)zeertzjq3
2025-01-22fix(search): avoid quadratic time complexity when computing fuzzy score (#32153)zeertzjq1
2025-01-19Merge pull request #32102 from tomtomjhj/cherrypick-ts-foldexprJustin M. Keyes2
2025-01-20fix(treesitter.foldexpr): only refresh valid buffersIgor1
2025-01-20fix(treesitter.foldexpr): refresh in the buffers affected by OptionSetJaehwang Jung1
2025-01-20fix(treesitter.foldexpr): robustness against ctrl-cJaehwang Jung1
2025-01-20fix(treesitter): don't open fold when o/O adds a line below #28709Jaehwang Jung2
2025-01-19fix(lua): prevent SIGSEGV when lua error is NULL in libuv_worker (#32091)neovim-backports[bot]2
2025-01-15build: fix installdundargoc1
2025-01-15fix(marks): revise metadata for start mark of revalidated pair #32017luukvbaal2
2025-01-15build: fix `make install` on cmake 3.13 and 3.14dundargoc1
2025-01-14Update test/functional/plugin/lsp_spec.luaJustin M. Keyes1
2025-01-14fix(lsp): minimum height for floating popup #31990Xuyuan Pang2
2025-01-14fix(treesitter): uv_dlclose after uv_dlerrorHorror Proton1
2025-01-10fix(decor): set invalid flag for end of invalidated paired marksLuuk van Baal2
2025-01-04fix(runtime): let matchit and matchparen skips fallback on treesitter capturesEmilia Simmons3