| Commit message (Expand) | Author | Age |
... | |
* | Improve bug report template (#1826) | Ivan Tham | 2022-03-18 |
* | cleanup changelog markup (#1829) | Michael Davis | 2022-03-18 |
* | ropey 1.4.1 fixes the issue | Blaž Hrastnik | 2022-03-17 |
* | Temporarily turn on unicode-lines | Blaž Hrastnik | 2022-03-17 |
* | ropey 1.4.0 is out! | Blaž Hrastnik | 2022-03-17 |
* | Put esoteric line endings behind a feature flag | Blaž Hrastnik | 2022-03-17 |
* | Configure ropey to only use CR/CRLF line breaks by default | Blaž Hrastnik | 2022-03-17 |
* | Optimize rendering by using Ropey::byte_slice | Blaž Hrastnik | 2022-03-17 |
* | fix enum definition for use-grammars selections (#1818) | Michael Davis | 2022-03-16 |
* | Update dependencies (crossterm 0.23.1) | Blaž Hrastnik | 2022-03-16 |
* | Refactor :set to parse by deserializing values (#1799) | Gokul Soumya | 2022-03-15 |
* | simplify Julia config (#1811) | ChrHorn | 2022-03-15 |
* | build(deps): bump tree-sitter from 0.20.5 to 0.20.6 (#1813) | dependabot[bot] | 2022-03-15 |
* | build(deps): bump regex from 1.5.4 to 1.5.5 (#1812) | dependabot[bot] | 2022-03-15 |
* | Add horizontal and vertical split scratch buffers (#1763) | Joe | 2022-03-14 |
* | Deploy docs for master separately (#1783) | Gokul Soumya | 2022-03-14 |
* | Handle panic on move within empty picker (#1786) | Rohan Jain | 2022-03-14 |
* | Perform extend line on every selection (#1804) | Ivan Tham | 2022-03-14 |
* | Match in visual use head not anchor (#1805) | Ivan Tham | 2022-03-14 |
* | ci: configure restore-keys for caches (#1806) | Michael Davis | 2022-03-14 |
* | minor: occurance -> occurrence | Blaž Hrastnik | 2022-03-14 |
* | fix #1808 | Blaž Hrastnik | 2022-03-14 |
* | Fix: insert_register (#1751) | Narazaki Shuji | 2022-03-13 |
* | Update keymap documentation in the book (#1745) | Daniel S Poulin | 2022-03-13 |
* | C# highlighting improvements (#1795) | Philipp Mildenberger | 2022-03-12 |
* | Use `^` and `$` to match the beginning and end of a line when searching (#1790) | nibon7 | 2022-03-12 |
* | use 'cargo test --workspace' in CI (#1793) | Michael Davis | 2022-03-12 |
* | Add csharp lsp support (#1788) | Aaron Housh | 2022-03-12 |
* | theme: Use distinct colors for match pair and cursor for gruvbox (#1791) | Rohan Jain | 2022-03-11 |
* | remove stray 'println!' from grammar building function (#1785) | Michael Davis | 2022-03-11 |
* | fix '--grammar' flag in help text (#1784) | Michael Davis | 2022-03-10 |
* | Remove remaining helix-syntax leftovers | Blaž Hrastnik | 2022-03-10 |
* | update revision for tree-sitter-rescript | Michael Davis | 2022-03-10 |
* | flake: use builtins.fetchTree to shallow-clone grammar repos | Michael Davis | 2022-03-10 |
* | rename '--fetch/build-grammars' flags into '--grammar fetch/build' | Michael Davis | 2022-03-10 |
* | fetch and build grammars with nix in flake | Michael Davis | 2022-03-10 |
* | fetch and compile tree-sitter grammars in helix-term build | Michael Davis | 2022-03-10 |
* | only fetch git-sourced grammars | Michael Davis | 2022-03-10 |
* | shallow clone | Skyler Hawthorne | 2022-03-10 |
* | fix context in error | Skyler Hawthorne | 2022-03-10 |
* | migrate grammar fetching/building code into helix-loader crate | Michael Davis | 2022-03-10 |
* | add 'use-grammars' to languages.toml | Michael Davis | 2022-03-10 |
* | ensure rust grammar is available in CI | Michael Davis | 2022-03-10 |
* | replace all submodule documentation with flags documentation | Michael Davis | 2022-03-10 |
* | implement build_grammars and fetch_grammars | Michael Davis | 2022-03-10 |
* | add --fetch-grammars and --build-grammars CLI flags | Michael Davis | 2022-03-10 |
* | rename tree_sitter_library in LanguageConfig to 'grammar' | Michael Davis | 2022-03-10 |
* | migrate helix-syntax crate into helix-core and helix-term | Michael Davis | 2022-03-10 |
* | add tree-sitter sources to languages.toml | Michael Davis | 2022-03-10 |
* | remove all submodules | Michael Davis | 2022-03-10 |