aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * fix(mouse): drag vsep of window with 'statuscolumn' (#24462)zeertzjq2023-07-24
| * fix(statuscolumn): don't update clicks if current width is 0 (#24459)zeertzjq2023-07-24
| * fix(terminal): call validate_cursor() before screen update (#24425)fredizzimo2023-07-23
| * fix(highlight): make CurSearch work properly with 'winhl' (#24448)zeertzjq2023-07-23
| * build(deps): bump tree-sitter to HEAD - 3f44b8968 (#24447)Christian Clason2023-07-23
| * build(deps): bump tree-sitter-python to v0.20.3 (#24446)Christian Clason2023-07-23
| * test: reduce flakiness (#24443)zeertzjq2023-07-23
| * test: fix VimResume test flakiness (#24438)zeertzjq2023-07-23
| * test: check that TextChangedT cannot delete terminal buffer (#24437)zeertzjq2023-07-23
| * test: check real cursor position in Terminal mode (#24436)zeertzjq2023-07-23
| * fix(events): trigger VimResume on next UI request (#24426)zeertzjq2023-07-23
| * fix(treesitter): update markdown parser and queries (#24429)Christian Clason2023-07-22
| * refactor: remove some (const char **) casts (#24423)zeertzjq2023-07-22
| * refactor(lsp): use LspNotify for inlay_hint (#24411)Chris AtLee2023-07-22
| * fix(api/options): validate buf and winLewis Russell2023-07-22
| * docs(lua): add missing word in docs for vim.empty_dict (#24401)Gnik2023-07-22
| * fix(terminal): send Shift-Home Shift-End Ctrl-Home Ctrl-End (#24418)zeertzjq2023-07-22
| * Merge #24392 from mrshmllow/gx_winJustin M. Keyes2023-07-21
| |\
| | * test(vim.ui.open): mock failure on WindowsJustin M. Keyes2023-07-21
| | * fix(ui.open): some URLs fail on Windowsmarshmallow2023-07-21
| * | docs(lsp): clean up LSP event documentation #24413Chris AtLee2023-07-21
| |/
| * docs: also change "vimL" and "viml" to "Vimscript" (#24414)zeertzjq2023-07-21
| * fix(folds): update folds in Insert mode with fdm=indent (#24402)Brandon Simmons2023-07-21
| * fix(decoration_provider): don't leak memory on error (#24410)zeertzjq2023-07-21
| * feat(lsp): implement textDocument/diagnostic (#24128)Chris AtLee2023-07-20
| * docs(lua): clarify fs.find() documentation #24394futsuuu2023-07-19
| * feat(decoration_provider): log errors as error messagesThomas Vigouroux2023-07-19
| * feat(lsp): handle multiple clients in omnifunc (#24381)Mathias Fußenegger2023-07-19
| * test(startup_spec): add a test for #18315 (#24391)zeertzjq2023-07-19
| * docs(lua): more improvements (#24387)Lewis Russell2023-07-18
| * build(scripts): allow a git ref for lsp_types #24377kylo2522023-07-18
| * refactor(lua2dox): overhaul (#24386)Lewis Russell2023-07-18
| * fix(fs.lua): normalize slash truncation (#23753)Mike2023-07-18
| * Merge pull request #24363 from lewis6991/docs/luatypesLewis Russell2023-07-17
| |\
| | * fix: doc errorsLewis Russell2023-07-17
| | * fix: luacheckLewis Russell2023-07-17
| | * refactor(gen_vimdoc): put defgroup handling in a functionLewis Russell2023-07-17
| | * docs(lua): change *lua-foo* -> *vim.foo*Lewis Russell2023-07-17
| | * docs(lua): move function docs to lua filesLewis Russell2023-07-17
| | * docs: handle whitespace in emmycommentsLewis Russell2023-07-17
| | * docs(lua): do not render self argsLewis Russell2023-07-17
| | * refactor: rename _meta.lua to _options.luaLewis Russell2023-07-17
| * | feat(lsp)!: rename vim.lsp.get_active_clients to get_clients (#24113)Mathias Fußenegger2023-07-17
| * | fix(terminal): don't send unknown special keys to terminal (#24378)zeertzjq2023-07-17
| * | feat(options)!: remove compatible behaviours for vim 5.0 and earlierLewis Russell2023-07-17
| * | test(fs): vim.loop was renamed to vim.uv (#24376)kylo2522023-07-17
| * | fix(inccommand): block errors when parsing command line again (#24374)zeertzjq2023-07-17
| * | test(fs): get tmpdir robustly #23021kylo2522023-07-16
| * | fix(clipboard): ignore exit caused by signal #23378Kai Ting2023-07-16
| * | docs(term.txt): reorder paragraphs about TUI input (#24367)zeertzjq2023-07-16