| Commit message (Expand) | Author | Age |
... | |
* | Fix recursive macro crash and empty macro lockout (#2902) | PabloMansanet | 2022-06-28 |
* | build(deps): bump smallvec from 1.8.0 to 1.8.1 (#2901) | dependabot[bot] | 2022-06-28 |
* | build(deps): bump thiserror from 1.0.30 to 1.0.31 (#2899) | dependabot[bot] | 2022-06-28 |
* | build(deps): bump indoc from 1.0.3 to 1.0.6 (#2898) | dependabot[bot] | 2022-06-28 |
* | build(deps): bump cc from 1.0.72 to 1.0.73 (#2897) | dependabot[bot] | 2022-06-28 |
* | add docs for cursorline scopes (#2904) | Michael Davis | 2022-06-28 |
* | support Bazel languages (#2903) | Michael Davis | 2022-06-28 |
* | build(deps): bump serde_json from 1.0.79 to 1.0.81 (#2896) | dependabot[bot] | 2022-06-27 |
* | build(deps): bump tree-sitter from 0.20.4 to 0.20.8 (#2895) | dependabot[bot] | 2022-06-27 |
* | Refactor handling of mouse events (#2893) | Gokul Soumya | 2022-06-27 |
* | Add cursorline scope for onedark theme (#2892) | Gokul Soumya | 2022-06-27 |
* | update meliora theme (#2890) | ramojus | 2022-06-27 |
* | feat: highlight / select symbol under cursor using LSP textDocument/documentH... | lazytanuki | 2022-06-27 |
* | Only draw cursorline in the currently focused buffer | Blaž Hrastnik | 2022-06-27 |
* | Fix tests again | Blaž Hrastnik | 2022-06-27 |
* | Remove some more unwraps | Blaž Hrastnik | 2022-06-27 |
* | Add a default cursorline style for the primary selection | Blaž Hrastnik | 2022-06-27 |
* | Implement cursorline (#2170) | Tobias Menzi | 2022-06-27 |
* | Right align scrollbar with track in completion popup (#2754) | Gokul Soumya | 2022-06-27 |
* | add meliora theme (#2884) | Ramojus | 2022-06-27 |
* | languages: Fix ruby rakefile and gemfile file type (#2875) | Kihaya Sugiura | 2022-06-26 |
* | Add single width left margin for completion popup (#2728) | Gokul Soumya | 2022-06-26 |
* | book: fix the description of dot repeat (#2878) | Amit Beka | 2022-06-25 |
* | Fix edge-case in tree-sitter expand_selection selection command (#2877) | Triton171 | 2022-06-25 |
* | [Theme] Acme (#2876) | two-six | 2022-06-25 |
* | feat: add wgsl_analyzer as wgsl language server (#2872) | Hekno25 | 2022-06-24 |
* | fixes showing the last prompt on empty input (#2870) | Saber Haj Rabiee | 2022-06-24 |
* | check selection's visible width when copying on mouse click (#2711) | Michael Davis | 2022-06-24 |
* | Redetect indent and line endings after language server replaces documents (#2... | farwyler | 2022-06-24 |
* | fixes #2856 by resetting style on diagnostic (#2861) | Seth Bromberger | 2022-06-22 |
* | Fix scrollbar length proportional to total menu items (#2860) | Gokul Soumya | 2022-06-22 |
* | update tree-sitter-nickel to include ' in ident (#2859) | Erin van der Veen | 2022-06-22 |
* | build(nix): update flake deps, add default.nix file | Yusuf Bera Ertan | 2022-06-21 |
* | build(deps): bump regex from 1.5.4 to 1.5.5 (#2851) | dependabot[bot] | 2022-06-21 |
* | Remove a couple more unwraps | Blaž Hrastnik | 2022-06-21 |
* | Merge pull request #2359 from dead10ck/test-harness | Blaž Hrastnik | 2022-06-21 |
|\ |
|
| * | Merge branch 'master' into test-harness | Blaž Hrastnik | 2022-06-21 |
| |\ |
|
| * | | replace phrase in tests | Skyler Hawthorne | 2022-06-19 |
| * | | factor new Application with file arg to function | Skyler Hawthorne | 2022-06-19 |
| * | | update docs for integration tests | Skyler Hawthorne | 2022-06-19 |
| * | | add integration-test cargo alias | Skyler Hawthorne | 2022-06-19 |
| * | | fix(command): write-quit: do not quit if write fails | Skyler Hawthorne | 2022-06-19 |
| * | | add test for write-quit happy path | Skyler Hawthorne | 2022-06-19 |
| * | | rename test helpers | Skyler Hawthorne | 2022-06-19 |
| * | | consolidate idle timer logic, make conditional | Skyler Hawthorne | 2022-06-19 |
| * | | ignore failing write path tests until fixes are merged | Skyler Hawthorne | 2022-06-19 |
| * | | rename top level module to satisfy cargo fmt | Skyler Hawthorne | 2022-06-19 |
| * | | use a read only file to ensure write failure | Skyler Hawthorne | 2022-06-19 |
| * | | use system's appropriate line ending | Skyler Hawthorne | 2022-06-19 |
| * | | need the full languages config for integration tests | Skyler Hawthorne | 2022-06-19 |