| Commit message (Expand) | Author | Age |
... | |
* | Refactored doc.language_servers and doc.language_servers_with_feature to retu... | Philipp Mildenberger | 2023-05-18 |
* | Use DoubleEndedIterator instead of collect to Vec for reversing | Philipp Mildenberger | 2023-05-18 |
* | Fix hardcoded offset_encoding | Philipp Mildenberger | 2023-05-18 |
* | Adds support for multiple language servers per language. | Philipp Mildenberger | 2023-05-18 |
* | don't move cursor while forward deleting in append mode | Pascal Kuthe | 2023-05-18 |
* | cleanup delete_by_selection_insert_mode function | Pascal Kuthe | 2023-05-18 |
* | fix panic when deleting overlapping ranges | Pascal Kuthe | 2023-05-18 |
* | ensure correct trigger/start completion offset | Pascal Kuthe | 2023-05-18 |
* | correctly handle completion rerequest | Pascal Kuthe | 2023-05-18 |
* | Replace DAP vars popup, instead of adding new (#7034) | A-Walrus | 2023-05-13 |
* | Conserve BOM and properly support UTF16 (#6497) | Alexis-Lapierre | 2023-04-30 |
* | Sort the buffer picker by most recent access (#2980) | Evgeniy Tatarkin | 2023-04-28 |
* | Add extend_to_first_nonwhitespace (#6837) | Dimitri Sabadie | 2023-04-25 |
* | Fix crash on opening jumplist (#6672) | EsfoNL | 2023-04-11 |
* | Fix typos (#6643) | Daniel Sedlak | 2023-04-07 |
* | Hide signature help if it overlays completion menu (#5523) | Pascal Kuthe | 2023-03-31 |
* | implement proper lsp-workspace support | Pascal Kuthe | 2023-03-29 |
* | add workspace config and manual LSP root management | Pascal Kuthe | 2023-03-29 |
* | Fix clippy lints (#6454) | Philipp Mildenberger | 2023-03-27 |
* | make scrolloff calculation consistent | Pascal Kuthe | 2023-03-27 |
* | allow scrolling past virtual text line | Pascal Kuthe | 2023-03-27 |
* | Feat: LSP Type Hints (#5934) | Poliorcetics | 2023-03-11 |
* | Fix `shrink_selection` with multiple cursors. (#6093) | gibbz00 | 2023-03-09 |
* | correctly store snapshots when repeating insert-mode actions | Pascal Kuthe | 2023-03-09 |
* | discard stale completion requests | Pascal Kuthe | 2023-03-09 |
* | store multiple snapshots on the document at once | Pascal Kuthe | 2023-03-09 |
* | save selection before completion savepoint | Pascal Kuthe | 2023-03-09 |
* | create savepoint before requesting completion | Pascal Kuthe | 2023-03-09 |
* | Do not add intermediate lines to jumplist with :<linenum> command. (#5751) | Kyle Smith | 2023-03-08 |
* | Add command for resetting diff hunks (#5736) | Pascal Kuthe | 2023-03-08 |
* | feat(dap): implement Restart request (#5651) | Filip Dutescu | 2023-03-06 |
* | Remove centering view from Unimpaired commands (#6193) | Santiago Vrancovich | 2023-03-05 |
* | update MSRV to 1.65 | Pascal Kuthe | 2023-03-05 |
* | Replace incorrect usages of tab_width with indent_width. (#5918) | Triton171 | 2023-02-16 |
* | Fix crash in goto_window_center at EOF (#5987) | Pascal Kuthe | 2023-02-14 |
* | Make `m` textobject look for pairs enclosing selections (#3344) | Daniel S Poulin | 2023-02-10 |
* | Add exit code to command failed msg (#5898) | lesleyrs | 2023-02-10 |
* | Fix new clippy lints (#5892) | Pascal Kuthe | 2023-02-09 |
* | Fix the infinite loop when copying the cursor to the top of the file (#5888) | Mike Trinkala | 2023-02-09 |
* | bump msrv to 1.63 (#5570) | Pascal Kuthe | 2023-02-09 |
* | Select change range for goto_first/last_change commands (#5206) | Michael Davis | 2023-02-07 |
* | always commit to history when pasting (#5790) | Pascal Kuthe | 2023-02-02 |
* | add picker: current view dir (#4666) | Filipe Azevedo | 2023-02-02 |
* | Tabulate buffer picker contents (#5777) | Gokul Soumya | 2023-02-02 |
* | Hide duplicate symlinks from the picker (#5658) | Pascal Kuthe | 2023-02-02 |
* | Surround with line-endings on `ms<ret>` (#4571) | Michael Davis | 2023-02-01 |
* | rework positioning/rendering and enable softwrap/virtual text (#5420) | Pascal Kuthe | 2023-01-31 |
* | Support goto-declaration LSP command (#5646) | Ole Krüger | 2023-01-31 |
* | keymap: Test backslash escaping in commands | ds-cbo | 2023-01-25 |
* | Fix selecting a changed file in global search (#5639) | Pascal Kuthe | 2023-01-23 |