aboutsummaryrefslogtreecommitdiff
path: root/helix-core
Commit message (Expand)AuthorAge
* Add ctrl-w in insert modeIvan Tham2021-06-06
* Return an error if we request an embedded file that does not exist.Brian Dawn2021-06-06
* Add a smoke test around loading runtime files.Brian Dawn2021-06-06
* Simplify the load_runtime_file code.Brian Dawn2021-06-06
* Simplify creating pathbufs.Brian Dawn2021-06-06
* Apply suggestions from code reviewBrian Dawn2021-06-06
* Make rust-embed optionally included based on the embed_runtime feature.Brian Dawn2021-06-06
* Provide a feature flag to be able to embed the runtime folder.Brian Dawn2021-06-06
* fix: make find_prev_char and till_prev_char workahkrr2021-06-05
* Add unreachable contextIvan Tham2021-06-05
* Don't panic on empty file/buffer (#108)notoria2021-06-05
* Fixing Multiple Panics (#121)Kirawi2021-06-05
* Try to detect language when document file path is setBlaž Hrastnik2021-06-04
* Remove swapfilenotoria2021-06-04
* Convert byte index to char index for `find`notoria2021-06-04
* Merge pull request #77 from notoria/match_bracketsBlaž Hrastnik2021-06-03
|\
| * Fix match_brackets::findnotoria2021-06-03
* | Default log file to cacheIvan Tham2021-06-03
|/
* Separate document history into CellIvan Tham2021-06-02
* Better fix for w/e that also covers `ia<esc>we`/`ia<esc>wb`Blaž Hrastnik2021-06-02
* f/t: Check if at bounds before searching, refs #43, closes #37Blaž Hrastnik2021-06-02
* Fix panics when triggering w or e on the last char of the lineBlaž Hrastnik2021-06-02
* fix: Don't allow moving past last line, fixes #30, #24Blaž Hrastnik2021-06-02
* Categorize _ as a word char, not punctuationBlaž Hrastnik2021-05-31
* Allow moving to EOL byte, also fixes #15Blaž Hrastnik2021-05-31
* Drop clap for pico-argsBlaž Hrastnik2021-05-31
* Update architecture.mdBlaž Hrastnik2021-05-30
* Update deps, introduce the new tree-sitter lifetimesBlaž Hrastnik2021-05-27
* When calculating a new selection, we need to take newly inserted text into ac...Blaž Hrastnik2021-05-15
* Hacky way to specify indent scopes per language via toml configs.Blaž Hrastnik2021-05-14
* Add the LICENSE file.Blaž Hrastnik2021-05-10
* Fix indent test, we need to use the in-tree runtime dir.Blaž Hrastnik2021-05-10
* Fix runtime dir lookup.Blaž Hrastnik2021-05-10
* Make the config dir locator work on Windows.Blaž Hrastnik2021-05-10
* Determine runtime dir based on executable location or env override.Blaž Hrastnik2021-05-09
* Indent array and tuple lists too.Blaž Hrastnik2021-05-09
* LintBlaž Hrastnik2021-05-09
* Add the :new command, don't crash if saving without filename.Blaž Hrastnik2021-05-07
* Implement pair expansion when pressing new line between bracket pairs.Blaž Hrastnik2021-05-06
* clippy lintBlaž Hrastnik2021-05-06
* doc: Be smarter about calculating modified status.Blaž Hrastnik2021-05-03
* auto_pairs: move if cursor, extend if selection.Blaž Hrastnik2021-04-22
* And some more indent patterns.Blaž Hrastnik2021-04-14
* Rust: add a few more scopes to indent.Blaž Hrastnik2021-04-14
* Simplify calculate_indentation.Blaž Hrastnik2021-04-14
* Fix overlap calculation.Blaž Hrastnik2021-04-10
* N as extend with search (for now, N should be search_prev).Blaž Hrastnik2021-04-09
* Fix range.overlap()Blaž Hrastnik2021-04-09
* Remove the path specifier.Blaž Hrastnik2021-04-09
* Import tree sitter queries.Blaž Hrastnik2021-04-08