srctree
repos
owner
network
issues
1
diffs
0
Public
Gregory Mullen
parent
3124c70d
20694c35
drop old save line
src/line.zig
added: 1, removed: 4, total 0
@@ -187,9 +187,6 @@ fn saveLine(_: *Line, _: []const u8) void {
fn findHistory(line: *Line, dr: enum { up, down }) void {
var history = line.history;
var tkn = &line.tkn;
if (tkn.user_data) {
line.saveLine(tkn.raw.items);
}
switch (dr) {
.up => {