| Commit message (Expand) | Author | Age |
... | |
* | build(deps): bump arc-swap from 1.5.1 to 1.6.0 (#5375) | dependabot[bot] | 2023-01-03 |
* | build(deps): bump once_cell from 1.16.0 to 1.17.0 (#5373) | dependabot[bot] | 2023-01-03 |
* | fix(commands): extend_line to proper line when count and current line selecte... | Gabriel Dinner-David | 2022-12-31 |
* | Add a status line element that shows just the basename of the file (#5318) | Nick | 2022-12-31 |
* | Expand `~` when parsing file paths in `:open` (#5329) | iobtl | 2022-12-29 |
* | Reload language config with `:config-reload` (#5239) | willful759 | 2022-12-29 |
* | Fix erroneous indent between closers of auto-pairs (#5330) | Triton171 | 2022-12-29 |
* | Fix opening new files (#5278) | alois31 | 2022-12-24 |
* | Avoid trailing `s` in message when only 1 file is opened (#5189) | Nick | 2022-12-23 |
* | mouse operations respect scrolloff (#5255) | jliaoh | 2022-12-23 |
* | Add command to merge consecutive ranges in selection (#5047) | DylanBulfin | 2022-12-23 |
* | Add file picker dialogue when opening a directory with :o (#2707) | Jack Allison | 2022-12-23 |
* | build(deps): bump indoc from 1.0.7 to 1.0.8 (#5226) | dependabot[bot] | 2022-12-19 |
* | Make prompt suggestions greyed out | Jonathan LEI | 2022-12-17 |
* | Better sorting in picker in case of ties (#5169) | Alex Kladov | 2022-12-17 |
* | Print the binary required by the debug adapter (#5195) | Eric Thorburn | 2022-12-17 |
* | Remove redraw to fix build | Blaž Hrastnik | 2022-12-15 |
* | Restore deleted goto_pos function (#5164) | Sebastian Zivota | 2022-12-15 |
* | add redraw command (#4354) | Roberto Vidal | 2022-12-15 |
* | Select diagnostic range in goto_*_diag commands (#4713) | Michael Davis | 2022-12-15 |
* | workspace symbols: Default to empty Vec on None | Michael Davis | 2022-12-15 |
* | DynamicPicker: Reset idle timeout on refresh | Michael Davis | 2022-12-15 |
* | DynamicPicker: Use idle-timeout as debounce | Michael Davis | 2022-12-15 |
* | Re-request workspace symbols on keypress in picker | Gokul Soumya | 2022-12-15 |
* | Add DynamicPicker for updating options on every key | Gokul Soumya | 2022-12-15 |
* | Add force_score() for scoring picker items without optimizations | Gokul Soumya | 2022-12-15 |
* | Improve error message handling for theme loading failures (#5073) | Michael Davis | 2022-12-15 |
* | Add `:pipe-to` typable command that ignores shell output (#4931) | Alexander Schlögl | 2022-12-12 |
* | Reset mode when changing buffers (#5072) | Michael Davis | 2022-12-11 |
* | properly handle detachted git worktrees (#5097) | Pascal Kuthe | 2022-12-11 |
* | Fix LSP completions ignoring auto-completion option (#5042) | Jummit | 2022-12-09 |
* | feat(lsp): pass client_info on initialization (#4904) | Matouš Dzivjak | 2022-12-09 |
* | Only write newlines in menu selection popup if the lsp returns detail (#4902) | ath3 | 2022-12-09 |
* | Add command/keybinding to jump between hunks (#4650) | Pascal Kuthe | 2022-12-06 |
* | fix: align view after jumplist_picker (#3743) | Narazaki Shuji | 2022-12-06 |
* | Apply completion edits to all cursors (#4496) | Michael Davis | 2022-12-06 |
* | Change default TS object bindings (#3782) | nosa | 2022-12-06 |
* | Fix transaction composition order in History::changes_since (#4981) | Michael Davis | 2022-12-03 |
* | Add Ctrl-i alias for Windows (#4961) | lesleyrs | 2022-12-02 |
* | feat(lsp): add support for lsp Diagnostic{}.data (#4935) | sigmaSd | 2022-12-02 |
* | reload_all: Ensure view is synced with doc history before reload (#4965) | Michael Davis | 2022-12-02 |
* | Fix nightly clippy lints (#4954) | Tshepang Mbambo | 2022-12-01 |
* | Show (git) diff signs in gutter (#3890) | Pascal Kuthe | 2022-12-01 |
* | Add a test case for undo/redo across splits | Michael Davis | 2022-11-29 |
* | Call View::apply within Document::append_changes_to_history | Michael Davis | 2022-11-29 |
* | Revert "Don't apply transactions to Views in undo/redo" | Michael Davis | 2022-11-29 |
* | Remove eager application of transactions to all views | Michael Davis | 2022-11-29 |
* | reload-all: Only update viewport when view focuses on the doc (#4901) | Filipe Azevedo | 2022-11-26 |
* | Clear line on `<ret>` when line is all whitespace (#4854) | Michael Davis | 2022-11-25 |
* | Exit select mode on surround commands (#4858) | Jonathan LEI | 2022-11-24 |