Skip to content

Commit

Permalink
5608: Persistent undo
Browse files Browse the repository at this point in the history
  • Loading branch information
layog committed Mar 31, 2023
1 parent 5b3dd6a commit 7418263
Show file tree
Hide file tree
Showing 17 changed files with 1,487 additions and 38 deletions.
598 changes: 598 additions & 0 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion helix-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ include = ["src/**/*", "README.md"]

[features]
unicode-lines = ["ropey/unicode_lines"]
integration = []
integration = ["helix-loader/integration"]

[dependencies]
helix-loader = { version = "0.6", path = "../helix-loader" }

anyhow = "1.0"
ropey = { version = "1.6.0", default-features = false, features = ["simd"] }
smallvec = "1.10"
smartstring = "1.0.1"
Expand All @@ -33,6 +34,8 @@ bitflags = "2.0"
ahash = "0.8.3"
hashbrown = { version = "0.13.2", features = ["raw"] }

sha1_smol = "1.0"

log = "0.4"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand All @@ -50,3 +53,4 @@ textwrap = "0.16.0"
[dev-dependencies]
quickcheck = { version = "1", default-features = false }
indoc = "2.0.1"
tempfile = "3.3.0"
Loading

0 comments on commit 7418263

Please sign in to comment.