aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* fix(lsp): remove_workspace_folders fails if client has no workspace_folders #...Dan Strokirk2023-03-13
* Merge pull request #22627 from nullchilly/highlight-cleanupChristian Clason2023-03-13
|\
| * docs: add removed features in news.txtnullchilly2023-03-12
| * refactor(health)!: remove deprecated health.luanullchilly2023-03-11
| * refactor(treesitter)!: remove deprecated show_tree funcnullchilly2023-03-11
| * refactor(highlight)!: remove deprecated functionsnullchilly2023-03-11
* | fix(treesitter): foldexpr (#22652)Lewis Russell2023-03-13
* | test(old): unskip working tests on Windows (#22650)zeertzjq2023-03-13
* | test: unskip working Windows tests (#22537)dundargoc2023-03-13
* | feat(options)!: deprecate paste, remove pastetoggle (#22647)ii142023-03-13
* | refactor!: rename vim.pretty_print => vim.printJustin M. Keyes2023-03-13
* | test(float_spec): add missing sum_scroll_delta #22648zeertzjq2023-03-12
* | feat(ui): add scroll_delta to win_viewport event #19270Matthias Deiml2023-03-12
* | Merge pull request #22590 from bfredl/status2bfredl2023-03-12
|\ \
| * | refactor(redraw): make cursor position redraw use the "redraw later" patternbfredl2023-03-12
|/ /
* | fix(lsp): use line start/end for visual line selection (#22632)Mathias Fußenegger2023-03-12
* | test: use a wider screen in the rightleft winhl test (#22641)zeertzjq2023-03-12
* | fix(screen): correctly draw background and eob with 'rightleft' (#22640)zeertzjq2023-03-12
* | fix(sleep): correct cursor placement (#22639)zeertzjq2023-03-12
* | vim-patch:9.0.1401: condition is always true (#22638)zeertzjq2023-03-12
* | ci: bump to windows 2022dundargoc2023-03-11
* | revert: "build: enable cmake workflow presets (#21860)"dundargoc2023-03-11
* | Merge pull request #22613 from lewis6991/feat/tsqueryutilLewis Russell2023-03-11
|\ \
| * | refactor(treesitter): add Range type aliase for Range4|Range6Lewis Russell2023-03-11
| * | feat(treesitter)!: consolidate query util functionsLewis Russell2023-03-10
* | | docs(lsp): more precise type annotations (#22621)Jaehwang Jung2023-03-11
* | | fix(lsp): send didClose on buffer rename (#22623)Mathias Fußenegger2023-03-11
* | | refactor(lsp): remove _resolve_capabilities_compat (#22628)Raphael2023-03-11
* | | vim-patch:8.2.1398: autoload script sourced twice if sourced directly (#22622)zeertzjq2023-03-11
* | | fix(api): set script context when setting usercmd or option (#22624)zeertzjq2023-03-11
* | | fix(edit): don't subtract msg_scrolled when removing double quote (#22630)zeertzjq2023-03-11
* | | Merge pull request #22625 from tomtomjhj/diff-on_bytes-oncebfredl2023-03-11
|\ \ \ | |_|/ |/| |
| * | fix(diff): trigger on_bytes only once after diffget/diffputJaehwang Jung2023-03-11
* | | refactor: move ga_loaded to runtime.c (#22626)zeertzjq2023-03-11
* | | ci: skip ruby provider tests on Windowsdundargoc2023-03-11
* | | Merge pull request #22577 from dundargoc/ci/external-depsdundargoc2023-03-11
|\ \ \ | |/ / |/| |
| * | ci: don't install unused packagesdundargoc2023-03-11
| * | ci: test build with external dependencies on every pull requestdundargoc2023-03-11
| * | ci: remove environment variable DEPS_BUILD_DIR from CIdundargoc2023-03-11
|/ /
* | revert: "fix(lsp): use buffer scheme for files not stored on disk" (#22604)Mathias Fußenegger2023-03-11
* | refactor(runtime.c): factor out find_script_by_name() (#22620)zeertzjq2023-03-11
* | vim-patch:9.0.0244: cannot easily get the list of sourced scripts (#22596)Michal Liszcz2023-03-11
* | vim-patch:9.0.1397: highlight for popupmenu kind and extra cannot be set (#22...zeertzjq2023-03-11
* | build: explicitly add dependency include dir for header generationdundargoc2023-03-10
* | fix(lsp): prevent lsp tests from picking up local user config (#22606)Mathias Fußenegger2023-03-10
* | feat!(treesitter): do not return changes from LanguageTree:parse() Lewis Russell2023-03-10
|/
* Merge pull request #22594 from lewis6991/perf/treefoldLewis Russell2023-03-10
|\
| * perf(treesitter): more efficient foldexprLewis Russell2023-03-10
| * fix(treesitter): better lang handling of get_parser()Lewis Russell2023-03-10
| * fix(treesitter): do not error on empty filetypeLewis Russell2023-03-10