* If both the '-t' and the '-c' option are given, the '-t' option is now

processed first, i.e. the command is executed at the position where the
  tag was found.
This commit is contained in:
Gunnar Ritter
2005-02-17 12:15:36 +00:00
parent 1dbb3c2a66
commit f99a42d652
3 changed files with 12 additions and 3 deletions

View File

@@ -70,12 +70,12 @@
* OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
* EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*
* Sccsid @(#)ex_version.c 1.124 (gritter) 2/15/05
* Sccsid @(#)ex_version.c 1.125 (gritter) 2/17/05
*/
#include "ex.h"
static char *versionstring = "@(#)Version 4.0 (gritter) 2/15/05";
static char *versionstring = "@(#)Version 4.0 (gritter) 2/17/05";
void
printver(void)