rjkroege / edwood

Go version of Plan9 Acme Editor
Other
380 stars 34 forks source link

Basic interactive editing with newtype buffers #429

Closed rjkroege closed 2 years ago

rjkroege commented 2 years ago

With this change, Edwood can successfully do interactive editing operations when using the newtype buffers. (Run with --newtypebuffer). Helps with #97.

codecov[bot] commented 2 years ago

Codecov Report

Merging #429 (98f3c2a) into master (f1bf09a) will increase coverage by 0.22%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #429      +/-   ##
==========================================
+ Coverage   56.97%   57.19%   +0.22%     
==========================================
  Files          56       56              
  Lines       10781    10781              
==========================================
+ Hits         6142     6166      +24     
+ Misses       4199     4177      -22     
+ Partials      440      438       -2     
Impacted Files Coverage Δ
file/buffer_adapter.go 92.42% <100.00%> (+36.36%) :arrow_up:
file/undo.go 88.59% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f1bf09a...98f3c2a. Read the comment docs.