=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/less/command.c,v retrieving revision 1.30 retrieving revision 1.31 diff -c -r1.30 -r1.31 *** src/usr.bin/less/command.c 2016/09/17 15:06:41 1.30 --- src/usr.bin/less/command.c 2017/01/12 20:32:01 1.31 *************** *** 1463,1468 **** --- 1463,1469 ---- case A_NEXT_TAG: if (number <= 0) number = 1; + cmd_exec(); tagfile = nexttag((int)number); if (tagfile == NULL) { error("No next tag", NULL);