Add seek history for "." in Visual mode

Add seek history for "." in Visual mode
This commit is contained in:
Maijin 2015-12-16 19:58:54 +01:00
parent f264b1d1e3
commit af10e7fc79

View File

@ -1472,6 +1472,7 @@ R_API int r_core_visual_cmd(RCore *core, int ch) {
r_io_sundo_push (core->io, core->offset);
break;
case '.':
r_io_sundo_push (core->io, core->offset);
if (curset) {
r_core_seek (core, core->offset+cursor, 1);
cursor = 0;