| Commit message (Expand) | Author | Age |
... | |
* | Allow setting a filepath on :write | Blaž Hrastnik | 2021-06-01 |
* | Change help prompt styling | Blaž Hrastnik | 2021-06-01 |
* | Don't crash if no filename specified on open | Blaž Hrastnik | 2021-06-01 |
* | Categorize _ as a word char, not punctuation | Blaž Hrastnik | 2021-05-31 |
* | Fix badge | Blaž Hrastnik | 2021-05-31 |
* | Allow setting verbosity to info again | Blaž Hrastnik | 2021-05-31 |
* | Link to install/keymap docs, fix build status badge | Blaž Hrastnik | 2021-05-31 |
* | Adjust golang indents yet again | Blaž Hrastnik | 2021-05-31 |
* | Allow moving to EOL byte, also fixes #15 | Blaž Hrastnik | 2021-05-31 |
* | Drop clap for pico-args | Blaž Hrastnik | 2021-05-31 |
* | Update mdbook styling, add link to AUR | Blaž Hrastnik | 2021-05-30 |
* | Merge pull request #13 from helix-editor/dependabot/cargo/tokio-1.6.1 | Blaž Hrastnik | 2021-05-30 |
|\ |
|
| * | Bump tokio from 1.6.0 to 1.6.1 | dependabot[bot] | 2021-05-30 |
* | | Merge pull request #11 from helix-editor/dependabot/github_actions/actions/up... | Blaž Hrastnik | 2021-05-30 |
|\ \ |
|
| * | | Bump actions/upload-artifact from 1 to 2.2.3 | dependabot[bot] | 2021-05-30 |
| |/ |
|
* | | Merge pull request #12 from helix-editor/dependabot/github_actions/actions/ca... | Blaž Hrastnik | 2021-05-30 |
|\ \
| |/
|/| |
|
| * | Bump actions/cache from 1 to 2.1.6 | dependabot[bot] | 2021-05-30 |
|/ |
|
* | Add dependabot config | Blaž Hrastnik | 2021-05-30 |
* | Update architecture.md | Blaž Hrastnik | 2021-05-30 |
* | Adjust rust indents | Blaž Hrastnik | 2021-05-30 |
* | Completion: Format docs tabs & highlight in the doc's native language | Blaž Hrastnik | 2021-05-30 |
* | Update the README's matrix link | Blaž Hrastnik | 2021-05-30 |
* | Add a github pages auto-build action. | Blaž Hrastnik | 2021-05-30 |
* | Completion: Render non-markdown docs too | Blaž Hrastnik | 2021-05-30 |
* | Format document on save | Blaž Hrastnik | 2021-05-29 |
* | Update flake deps | Blaž Hrastnik | 2021-05-29 |
* | ESC should exit both completion and insert mode | Blaž Hrastnik | 2021-05-29 |
* | Golang indent adjustment | Blaž Hrastnik | 2021-05-28 |
* | Fix cursor positioning for prompts | Blaž Hrastnik | 2021-05-28 |
* | ui: Menu rendering adjustments | Blaž Hrastnik | 2021-05-27 |
* | Update deps, introduce the new tree-sitter lifetimes | Blaž Hrastnik | 2021-05-27 |
* | Display more data in completion popups. | Blaž Hrastnik | 2021-05-22 |
* | Support count for indent too | Blaž Hrastnik | 2021-05-18 |
* | Fix unindent to work with tabs, take a count | Blaž Hrastnik | 2021-05-18 |
* | Update dependencies | Blaž Hrastnik | 2021-05-18 |
* | Drop selection_lines completely, change move_line_start binding | Blaž Hrastnik | 2021-05-18 |
* | Fix crash if appending at end of line on the last line of the file | Blaž Hrastnik | 2021-05-18 |
* | syntax: golang: Indent type declarations | Blaž Hrastnik | 2021-05-18 |
* | Double the UI picker file limit. | Blaž Hrastnik | 2021-05-18 |
* | Append :fmt as a separate history state | Blaž Hrastnik | 2021-05-18 |
* | Address clippy lint. | Blaž Hrastnik | 2021-05-17 |
* | If switching to a previously open buffer in the same view, keep it's old offset | Blaž Hrastnik | 2021-05-17 |
* | Completion: apply additionalTextEdits. | Blaž Hrastnik | 2021-05-17 |
* | Fix crash if typing | (regex or) into the prompt. | Blaž Hrastnik | 2021-05-16 |
* | Adjust highlighting for rust. | Blaž Hrastnik | 2021-05-16 |
* | Add indentation queries for golang. | Blaž Hrastnik | 2021-05-15 |
* | Use array::IntoIter. | Blaž Hrastnik | 2021-05-15 |
* | Fix crash on xa<Enter> if we were on the last line. | Blaž Hrastnik | 2021-05-15 |
* | Drop cx.view_id, it was used before we had cx.current. | Blaž Hrastnik | 2021-05-15 |
* | When calculating a new selection, we need to take newly inserted text into ac... | Blaž Hrastnik | 2021-05-15 |