aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | Merge pull request #31602 from zeertzjq/vim-0a4e57fzeertzjq2024-12-17
| |\ \
| | * | vim-patch:3920bb4: runtime(doc): document how to minimize fold computation costszeertzjq2024-12-17
| | * | vim-patch:0a4e57f: runtime(doc): fix a few minor errors from the last doc upd...zeertzjq2024-12-17
| | * | vim-patch:41d6de2: runtime(doc): update the change.txt help filezeertzjq2024-12-17
| |/ /
| * | fix(api): generic error messages, not using TRY_WRAP #31596Justin M. Keyes2024-12-16
| * | build(deps): bump luajit to HEAD - f73e649a9Christian Clason2024-12-16
| * | fix(Man): completion on MacLewis Russell2024-12-16
| * | ci(build.yml): disable security restrictiondundargoc2024-12-16
| * | fix(diagnostic): vim.diagnostic.setqflist() opens loclist on first call #31585Juan Cruz De La Torre2024-12-16
| * | Merge pull request #31539 from bfredl/wininfobfredl2024-12-16
| |\|
| | * refactor(wininfo): change wininfo from a linked list to an arraybfredl2024-12-16
| * | fix(api): not using TRY_WRAP, generic error messages #31595Justin M. Keyes2024-12-16
| |/
| * fix(messages): no message kind for :undo messages #31590Tomasz N2024-12-16
| * fix(api): nvim_win_set_buf(0, 0) fails if 'winfixbuf' is set #31576phanium2024-12-16
| * vim-patch:9.1.0929: filetype: lalrpop files are not recognizedChristian Clason2024-12-16
| * vim-patch:9.1.0926: filetype: Pixi lock files are not recognizedChristian Clason2024-12-15
| * build(deps): bump tree-sitter to v0.24.5Christian Clason2024-12-15
| * vim-patch:9.1.0927: style issues in insexpand.c (#31581)zeertzjq2024-12-15
| * Merge pull request #31580 from zeertzjq/vim-ed89206zeertzjq2024-12-15
| |\
| | * vim-patch:fbe9a69: runtime(doc): Add a reference to |++opt| and |+cmd| at `:h...zeertzjq2024-12-15
| | * vim-patch:ed89206: runtime(doc): add a note about inclusive motions and exclu...zeertzjq2024-12-15
| |/
| * feat(ui): sign/statuscolumn can combine highlight attrs #31575luukvbaal2024-12-14
| * docs(annotations): added `---@generic` supportColin Kennedy2024-12-13
| * Revert "fix(Man.lua): trigger completion even without arguments" #31572Justin M. Keyes2024-12-13
| * fix(lsp): reuse client if configs match and no root dirLewis Russell2024-12-13
| * fix(man.lua): `:Man <tab>` does not complete #31569Luca Saccarola2024-12-13
| * Merge pull request #31566 from zeertzjq/vim-9.1.0921zeertzjq2024-12-13
| |\
| | * vim-patch:9.1.092: vim-patch:9.1.0923: wrong MIN macro in popupmenu.czeertzjq2024-12-13
| | * vim-patch:9.1.0921: popupmenu logic is a bit convolutedzeertzjq2024-12-13
| |/
| * vim-patch:5c42c77: runtime(netrw): do not pollute search history with symlinksChristian Clason2024-12-13
| * vim-patch:9.1.0919: filetype: some assembler files are not recognizedChristian Clason2024-12-13
| * fix(float): re-sort layers when grid zindex changed #30259glepnir2024-12-12
| * fix(diagnostic): broken variable reference #31557Jeremy Fleischman2024-12-12
| * refactor(lsp/rpc): move transport logic to separate moduleLewis Russell2024-12-12
| * fix(diagnostic): setqflist() is stuck after vim.lsp.buf.document_symbol #31553Jeremy Fleischman2024-12-11
| * feat(diagnostic): update quickfix list by title #31486Jeremy Fleischman2024-12-11
| * fix(uri): uri_encode encodes brackets incorrectly for RFC2732 #31284Jonny Kong2024-12-11
| * fix(float): close preview float window when no selected #29745glepnir2024-12-11
| * feat(treesitter): include capture id in return value of `get_captures_at_pos(...Riley Bruins2024-12-11
| * docs(annotation): return types for Vimscript functions #31546Colin Kennedy2024-12-11
| * feat(lsp): add vim.lsp.config and vim.lsp.enableLewis Russell2024-12-10
| * fix(messages): no message kind for :write messages #31519Tomasz N2024-12-10
| * Merge pull request #30869 from vanaigr/decor_long_lines_perfbfredl2024-12-10
| |\
| | * refactor: comments, variable namesvanaigr2024-12-05
| | * docs: add comments for DecorRangeSlot structvanaigr2024-12-05
| | * perf: consider only active decorations when drawing linesvanaigr2024-12-05
| | * test: add decor benchmarksvanaigr2024-11-28
| * | vim-patch:b66cac1: runtime(typst): add definition lists to formatlistpat, upd...Christian Clason2024-12-10
| * | vim-patch:ad4764f: runtime(proto): include filetype plugin for protobufChristian Clason2024-12-10
| * | fix(ui): update title in more cases (#31508)zeertzjq2024-12-10