Re: [dev] [vis] [PATCH] Do not lump together replace actions

2015-02-03 Thread Marc André Tanner
On Tue, Jan 27, 2015 at 11:37:42AM -0500, Wolfgang Corcoran-Mathe wrote: > Currently, the replace operator in vis gets lumped with following actions > in the {un,re}do tree. Using the 'r' key several times then attempting > to undo the last replacement undoes the entire series. > > --- > vis.c |

[dev] [vis] [PATCH] Do not lump together replace actions

2015-01-27 Thread Wolfgang Corcoran-Mathe
Currently, the replace operator in vis gets lumped with following actions in the {un,re}do tree. Using the 'r' key several times then attempting to undo the last replacement undoes the entire series. --- vis.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vis.c b/vis.c i