| Commit message (Expand) | Author | Age |
... | |
* | Refactor :set to parse by deserializing values (#1799) | Gokul Soumya | 2022-03-15 |
* | Make repeat operator work with completion edits (#1640) | Mateusz S. Szczygieł | 2022-03-01 |
* | Show infobox to hint textobjects with `mi` and `ma` (#1686) | Daniel S Poulin | 2022-03-01 |
* | Configurable auto pairs (#1624) | Skyler Hawthorne | 2022-02-25 |
* | Allow static strings in set_status/set_error so API is nicer | Blaž Hrastnik | 2022-02-15 |
* | Merge remote-tracking branch 'origin/master' into debug | Blaž Hrastnik | 2022-02-13 |
|\ |
|
| * | feat(editor): add config for search wrap_around (#1516) | Matouš Dzivjak | 2022-02-10 |
| * | Show infobox with register contents | Gokul Soumya | 2022-02-10 |
| * | Fix incorrect last modified behavior (#1621) | Ivan Tham | 2022-02-06 |
| * | feat(helix-view): dynamic line numbers (#1522) | Andrew Neth | 2022-01-25 |
| * | Merge pull request #1154 from sudormrfbin/cursor-shape-new | Blaž Hrastnik | 2022-01-23 |
| |\ |
|
| | * | Merge branch 'master' into cursor-shape-new | Gokul Soumya | 2022-01-06 |
| | |\ |
|
| | * | | Manually draw all block cursors | Gokul Soumya | 2021-12-23 |
| | * | | Merge branch 'master' into cursor-shape-new | Gokul Soumya | 2021-12-18 |
| | |\ \ |
|
| | * | | | Remove ui.cursor.primary and hashmap lookups | Gokul Soumya | 2021-12-18 |
| | * | | | Change default cursors to block for all modes | Gokul Soumya | 2021-11-29 |
| | * | | | Change cursor shape on mode change | Gokul Soumya | 2021-11-24 |
| * | | | | cargo fmt + clippy lint | Blaž Hrastnik | 2022-01-23 |
| * | | | | Store theme scopes on the loader, this way theme isn't passed around | Blaž Hrastnik | 2022-01-23 |
| * | | | | syntax: Split parsing and highlighting | Blaž Hrastnik | 2022-01-23 |
| * | | | | Use the correct language ID for JavaScript & TypeScript (#1466) | Kevin Sjöberg | 2022-01-15 |
| | |_|/
| |/| | |
|
| * | | | Update settings at runtime (#798) | Tamo | 2021-12-26 |
| | |/
| |/| |
|
| * | | Add ui.gutter to theme all gutters (i.e. set bg) | Blaž Hrastnik | 2021-12-13 |
| * | | Load alt default theme if true color is not supported | Omnikar | 2021-12-13 |
| * | | Macros (#1234) | Omnikar | 2021-12-12 |
| * | | Add last modified file (gm) (#1093) | Ivan Tham | 2021-12-02 |
* | | | dap: Rewrite breakpoints so that there's a single set maintained | Blaž Hrastnik | 2021-11-30 |
* | | | Merge remote-tracking branch 'origin/master' into debug | Blaž Hrastnik | 2021-11-30 |
|\| | |
|
| * | | Gutter functions | Blaž Hrastnik | 2021-11-29 |
| * | | Detect filetype on :write (#1141) | RustyStriker | 2021-11-28 |
| * | | Simplify some code in editor.rs | Blaž Hrastnik | 2021-11-26 |
| * | | Optimize space for DocumentId with NonZeroUsize (#1097) | Ivan Tham | 2021-11-25 |
| |/ |
|
| * | File picker config (#988) | Dan Nases Sha | 2021-11-20 |
* | | cargo fmt | Blaž Hrastnik | 2021-11-22 |
* | | Merge remote-tracking branch 'origin/master' into debug | Blaž Hrastnik | 2021-11-21 |
|\| |
|
| * | helix-view/editor: use SCRATCH_BUFFER_NAME const (#1104) | Cole Helbling | 2021-11-15 |
| * | helix-term/commands: implement buffer-close (bc, bclose) (#1035) | Cole Helbling | 2021-11-15 |
| * | helix-term/commands: implement cquit (#1096) | Cole Helbling | 2021-11-15 |
| * | Allow piping from stdin into a buffer on startup (#996) | Jason Hansen | 2021-11-10 |
| * | Add LSP rename_symbol (space-r) (#1011) | CossonLeo | 2021-11-08 |
| * | Launch with defaults upon invalid config/theme (#982) | Omnikar | 2021-11-06 |
* | | dap: Fully extract template parameter prompts | Blaž Hrastnik | 2021-11-07 |
* | | dap: Extract out variable rendering | Blaž Hrastnik | 2021-11-07 |
* | | dap: Move template selection into a picker | Blaž Hrastnik | 2021-11-06 |
* | | Merge branch 'master' into debug | Blaž Hrastnik | 2021-11-06 |
|\| |
|
| * | Allow infoboxes to be disabled (#972) | Omnikar | 2021-11-05 |
| * | Fix crash on changing from empty scratch buffer to itself (#975) | ath3 | 2021-11-04 |
| * | Replace documents SlotMap with BTreeMap | Blaž Hrastnik | 2021-11-04 |
| * | If switching away from an empty scratch buffer, remove it (#935) | Omnikar | 2021-10-31 |
| * | find motion and textobj motion repeat (#891) | CossonLeo | 2021-10-24 |