aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim/_defaults.lua
Commit message (Expand)AuthorAge
* docs: misc #24163Justin M. Keyes2024-04-30
* feat(defaults): visual CTRL-R for LSP mappings #28537Justin M. Keyes2024-04-28
* feat(defaults): improve :grep defaults #28545Luna Saphie Mittelbach2024-04-28
* fix(diagnostic): get border from config (#28531)glepnir2024-04-28
* feat(diagnostic): add default mappings for diagnostics (#16230)Gregory Anders2024-04-26
* feat(lsp): add more LSP defaults (#28500)Gregory Anders2024-04-26
* fix: lua annotationsLewis Russell2024-04-26
* fix(vim.ui)!: change open() to return pcall-like values #28502Justin M. Keyes2024-04-25
* feat(defaults): use ripgrep (rg) for 'grepprg' if availableLuna Saphie Mittelbach2024-04-16
* fix(vim.ui): open() may wait indefinitely #28325Justin M. Keyes2024-04-15
* fix(defaults): only repeat macro for each selected line if linewise (#28289)zeertzjq2024-04-15
* fix(defaults): auto-close terminal for &shell with args (#28276)Jaehwang Jung2024-04-13
* test: macros in Visual mode without default mappings (#28288)zeertzjq2024-04-12
* feat(comment): add built-in commentingEvgeni Chasnovski2024-04-05
* feat(defaults): add :Inspect to right-click menu (#28181)zeertzjq2024-04-05
* feat(tui): query extended underline support using DECRQSS (#28052)zeertzjq2024-03-28
* refactor(defaults): use getregion() for Visual mode gx (#27663)zeertzjq2024-02-29
* vim-patch:9.1.0142: getregion() can be improved (#27662)zeertzjq2024-02-29
* fix(defaults): validate 'channel' before responding to OSC request (#27594)Gregory Anders2024-02-26
* refactor(defaults): use getregion() for default * and # mappingszeertzjq2024-02-23
* fix(defaults): make terminal autoclose not block other events (#27581)Evgeni Chasnovski2024-02-22
* fix(defaults): remove tmux background detection passthrough (#27571)zeertzjq2024-02-22
* feat(terminal): respond to OSC background and foreground request (#17197)Daniel Steinberg2024-01-15
* fix(defaults): use augroup for default autocommands (#26933)Gregory Anders2024-01-06
* docs: small fixes (#26651)dundargoc2023-12-28
* feat(defaults): map Q and @x to repeat in Visual mode (#26495)Nacho Nieva2023-12-27
* refactor(defaults): always set options, even if value hasn't changed (#26595)Gregory Anders2023-12-15
* refactor(defaults): defer setting 'termguicolors' until after VimEnterGregory Anders2023-12-14
* docs: add comment for OSC 11 tmux passthrough (#26566)Gregory Anders2023-12-14
* fix(defaults): background detection in tmux (#26557)Jaehwang Jung2023-12-14
* feat(defaults): enable 'termguicolors' by default when supported by terminalGregory Anders2023-12-06
* fix: use BEL to terminate OSC 11 request (#26335)Gregory Anders2023-11-30
* fix(defaults): wait until VimEnter to set background (#26284)Gregory Anders2023-11-29
* refactor: use optional base argument of tonumber (#26070)Gregory Anders2023-11-16
* fix: only attempt to close timer if not already closing (#26047)Gregory Anders2023-11-14
* refactor: move background color detection into LuaGregory Anders2023-11-13
* refactor: move defaults into separate module (#25929)Gregory Anders2023-11-08