| Commit message (Expand) | Author | Age |
... | |
* | 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 |
* | Add diagnostics keybindings | Wojciech Kępka | 2021-06-07 |
* | Add spc w w for window mode | Ivan Tham | 2021-06-07 |
* | Refactor index assignment | Kevin Sjöberg | 2021-06-06 |
* | Allow moving backwards in completions | Kevin Sjöberg | 2021-06-06 |
* | Trigger directory completion upon pressing Enter | Kevin Sjöberg | 2021-06-06 |
* | theme: Enable style modifiers in theme.toml, add Ingrid's theme (#113) | Ingrid | 2021-06-06 |
* | Fix unused import | Ivan Tham | 2021-06-06 |
* | Add test for prev word | Ivan Tham | 2021-06-06 |
* | Add ctrl-w in insert mode | Ivan Tham | 2021-06-06 |
* | Calculate offset when moving picker cursor | Kevin Sjöberg | 2021-06-06 |
* | Add a comment to `canonicalize_path` | Wojciech Kępka | 2021-06-06 |
* | Add a TODO | Wojciech Kępka | 2021-06-06 |
* | Create document if it doesn't exist on save | Wojciech Kępka | 2021-06-06 |
* | Update build.yml | Blaž Hrastnik | 2021-06-06 |
* | Add more coverage for CI | Ivan Tham | 2021-06-06 |
* | Do not move past number of matches | Kevin Sjöberg | 2021-06-06 |
* | Return an error if we request an embedded file that does not exist. | Brian Dawn | 2021-06-06 |
* | Add a smoke test around loading runtime files. | Brian Dawn | 2021-06-06 |
* | Simplify the load_runtime_file code. | Brian Dawn | 2021-06-06 |
* | Simplify creating pathbufs. | Brian Dawn | 2021-06-06 |
* | Apply suggestions from code review | Brian Dawn | 2021-06-06 |
* | Make rust-embed optionally included based on the embed_runtime feature. | Brian Dawn | 2021-06-06 |
* | Provide a feature flag to be able to embed the runtime folder. | Brian Dawn | 2021-06-06 |
* | Add window mode | Ivan Tham | 2021-06-06 |
* | changed flag in build_cpp '/std:c++14' to '/std:c++17' due to tree_sitter_has... | Jan Hrastnik | 2021-06-06 |
* | fix: panicked at 'attempt to subtract with overflow' | ahkrr | 2021-06-05 |
* | fix: make find_prev_char and till_prev_char work | ahkrr | 2021-06-05 |
* | syntax: Use a different C++ flag for MSVC | Blaž Hrastnik | 2021-06-05 |
* | Add unreachable context | Ivan Tham | 2021-06-05 |
* | Better link to Matrix | Blaž Hrastnik | 2021-06-05 |
* | Don't panic on empty file/buffer (#108) | notoria | 2021-06-05 |
* | Fixing Multiple Panics (#121) | Kirawi | 2021-06-05 |
* | Address clippy lint | Blaž Hrastnik | 2021-06-05 |
* | Add home-end keymaps, (as kakoune/vim do) (#83) | Antoni Stevenet | 2021-06-05 |
* | syntax: Build C++ grammars as c++14 | Blaž Hrastnik | 2021-06-05 |
* | syntax: Disable explicit debug/opt_level passing | Blaž Hrastnik | 2021-06-05 |
* | Restored haskell syntax | Corey Powell | 2021-06-04 |