vi: remove duplicated code
authorRon Yorston <rmy@pobox.com>
Tue, 26 Apr 2016 14:23:38 +0000 (15:23 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 31 Oct 2018 11:51:51 +0000 (12:51 +0100)
commit552796791f8c5aa12dfb790e3a94c2d905f367ee
tree8d9824804b7121e6b1635b220f4fe5d6caeec3a7
parent656ca7bdd992f6aabbdd5cadbac5241f6e1971a1
vi: remove duplicated code

At worst show_status_line() might be called needlessly when the
user presses ^L/^R, but I don't think we'll get many complaints
about that.

function                                             old     new   delta
do_cmd                                              4592    4558     -34
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 0/1 up/down: 0/-34)             Total: -34 bytes

Signed-off-by: Ron Yorston <rmy@pobox.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
editors/vi.c