vi: remove redundant assignment
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
d3480dd582
commit
95fffd8a7f
@ -3244,7 +3244,6 @@ static void colon(char *buf)
|
|||||||
TEST_UNDO2 ? ALLOW_UNDO_CHAIN : ALLOW_UNDO);
|
TEST_UNDO2 ? ALLOW_UNDO_CHAIN : ALLOW_UNDO);
|
||||||
found += bias;
|
found += bias;
|
||||||
ls += bias;
|
ls += bias;
|
||||||
dot = ls;
|
|
||||||
//q += bias; - recalculated anyway
|
//q += bias; - recalculated anyway
|
||||||
}
|
}
|
||||||
# if ENABLE_FEATURE_VI_REGEX_SEARCH
|
# if ENABLE_FEATURE_VI_REGEX_SEARCH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user