Make functions that accept multiple iterations via C-u N, honour 0.
authorlum <lum@openbsd.org>
Sat, 10 Oct 2015 09:13:14 +0000 (09:13 +0000)
committerlum <lum@openbsd.org>
Sat, 10 Oct 2015 09:13:14 +0000 (09:13 +0000)
commitf792803d80ba58f12c9e94e9f569ab793ee4fa79
tree48413ca0b252c41b8a98592e479ee0c66417fab6
parentb28e407d9ae73475924f18f2e65941d903708a10
Make functions that accept multiple iterations via C-u N, honour 0.
Except C-k which has a defined behaviour. In mg, C-t doesn't complete
n iterations if requested, but probably should, hence it has been
included in this diff.
usr.bin/mg/basic.c
usr.bin/mg/paragraph.c
usr.bin/mg/util.c