Rename previously meaningful var name

This commit is contained in:
anordal 2018-07-27 13:41:06 +02:00
parent 651bce6f02
commit 554c109805

@ -107,11 +107,11 @@ pub fn common_str_cmd(
}); });
} }
let cmd = Box::new(SitNormal{ let sit = Box::new(SitNormal{
end_trigger: b')' as u16, end_replace: None, end_trigger: b')' as u16, end_replace: None,
}); });
return CommonStrCmdResult::OnlyWithQuotes(WhatNow{ return CommonStrCmdResult::OnlyWithQuotes(WhatNow{
tri: Transition::Push(cmd), tri: Transition::Push(sit),
pre: i, len: 2, alt: None pre: i, len: 2, alt: None
}); });
} else if c == b'#' || c == b'?' { } else if c == b'#' || c == b'?' {