rjkroege / edwood

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

Fix issue 317 #410

Closed rjkroege closed 2 years ago

rjkroege commented 2 years ago

Fix #317: X* D commands on mutated buffers didn't succeed on the second attempt.

codecov[bot] commented 2 years ago

Codecov Report

Merging #410 (7113cc8) into master (ff5d57c) will increase coverage by 0.06%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #410      +/-   ##
==========================================
+ Coverage   53.78%   53.84%   +0.06%     
==========================================
  Files          55       55              
  Lines       10660    10659       -1     
==========================================
+ Hits         5733     5739       +6     
+ Misses       4515     4511       -4     
+ Partials      412      409       -3     
Impacted Files Coverage Δ
file/observable_editable_buffer.go 73.01% <ø> (-0.15%) :arrow_down:
wind.go 75.00% <100.00%> (+0.98%) :arrow_up:
col.go 59.64% <0.00%> (+1.00%) :arrow_up:

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 ff5d57c...7113cc8. Read the comment docs.