| Commit message (Expand) | Author | Age |
* | Implement Debug for data structure as a feature | notoria | 2021-06-10 |
* | Reuse a cursor from the pool if available (fixes #202) | Blaž Hrastnik | 2021-06-10 |
* | Fix jump behavior, goto_implementation now jump | Ivan Tham | 2021-06-10 |
* | Fix documentation popup panic | wojciechkepka | 2021-06-10 |
* | Only enforce limit outside of .git | Kevin Sjöberg | 2021-06-09 |
* | Match keybindings of menu | Kevin Sjöberg | 2021-06-09 |
* | Fix Shift-Tab for moving upwards in menu | Kevin Sjöberg | 2021-06-09 |
* | Don't panic on empty document | Kevin Sjöberg | 2021-06-09 |
* | Updated elixir queries to fix crash | Corey Powell | 2021-06-08 |
* | Fix panic on ctrl-w empty document | Ivan Tham | 2021-06-08 |
* | Fix crash when too many completions available | Blaž Hrastnik | 2021-06-08 |
* | Support go to line 1 | Zheming Li | 2021-06-08 |
* | Make `r<ENTER>` work | Wojciech Kępka | 2021-06-08 |
* | Remove unwanted `as_str` | Wojciech Kępka | 2021-06-08 |
* | Don't replace newlines | Wojciech Kępka | 2021-06-08 |
* | Add bounds checks to replace | Wojciech Kępka | 2021-06-08 |
* | commands: Replace all characters in selection | Wojciech Kępka | 2021-06-08 |
* | Make matching bracket dimmed, prevent out of bounds rendering | Wojciech Kępka | 2021-06-08 |
* | Cleanup find_first_non_whitespace_char funcs | Wojciech Kępka | 2021-06-08 |
* | commands: Add goto first non-whitespace char of line | Wojciech Kępka | 2021-06-08 |
* | Fix Unicode (#135) | Kirawi | 2021-06-08 |
* | Add trace log primer to the Contributing section | Kelly Thomas Kline | 2021-06-08 |
* | Add missing newline to end of file on load | Ivan Tham | 2021-06-08 |
* | helix-lsp cleanup | Egor Karavaev | 2021-06-08 |
* | Don't panic on LSP not starting | Egor Karavaev | 2021-06-08 |
* | Bump file picker limit | Kevin Sjöberg | 2021-06-08 |
* | Update keymap | Wojciech Kępka | 2021-06-08 |
* | commands: Add replace with yanked as `R` | Wojciech Kępka | 2021-06-08 |
* | completion: Fix unimplemented autocomplete | Wojciech Kępka | 2021-06-08 |
* | ui: completion: Use the correct type_name | Blaž Hrastnik | 2021-06-07 |
* | Create all parent directories for config and cache | Wojciech Kępka | 2021-06-07 |
* | Make gh/gl extend selection in select mode | Blaž Hrastnik | 2021-06-07 |
* | Address clippy lint | Blaž Hrastnik | 2021-06-07 |
* | Disable failing doctest | Blaž Hrastnik | 2021-06-07 |
* | Separate helix-term as a library | Ivan Tham | 2021-06-07 |
* | Implement register selection | Benoît CORTIER | 2021-06-07 |
* | Use upstream jsonrpc again | Blaž Hrastnik | 2021-06-07 |
* | lsp: Provide workspace root on client.initialize() | Blaž Hrastnik | 2021-06-07 |
* | Revert the line number rendering change, we were correct before | Blaž Hrastnik | 2021-06-07 |
* | Disable haskell grammar until build issues are resolved | Blaž Hrastnik | 2021-06-07 |
* | Disable aarch64-macos, it fails to build on macos-latest | Blaž Hrastnik | 2021-06-07 |
* | Release 0.0.10 | Blaž Hrastnik | 2021-06-07 |
* | View mode: Use saturating_sub when calculating first_col | Blaž Hrastnik | 2021-06-07 |
* | commands: use chars().count() over .len() on strings | Blaž Hrastnik | 2021-06-07 |
* | Add diagnostics keys to keymap.md | Blaž Hrastnik | 2021-06-07 |
* | Only test on stable rust | Blaž Hrastnik | 2021-06-07 |
* | Add aarch64-macos (M1) to the release build matrix | Blaž Hrastnik | 2021-06-07 |
* | fix: 2 panics while setting style + off by 1 | ahkrr | 2021-06-07 |
* | Install instructions and version number corrections (#148) | Ethan Bodzioney | 2021-06-07 |
* | Fix panic when moving over unicode punctuation | Benoît CORTIER | 2021-06-07 |