From f8c07b27126790dd9100229ac35e818d601b3dae Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Tue, 19 Jul 2005 22:10:03 +0000 Subject: [PATCH] updated for version 7.0110 --- src/normal.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/normal.c b/src/normal.c index 8e946429e..5f78f334d 100644 --- a/src/normal.c +++ b/src/normal.c @@ -8389,6 +8389,9 @@ nv_object(cap) case '>': flag = current_block(cap->oap, cap->count1, include, '<', '>'); break; + case 't': /* "at" = a tag block (xml and html) */ + flag = current_tagblock(cap->oap, cap->count1, include); + break; case 'p': /* "ap" = a paragraph */ flag = current_par(cap->oap, cap->count1, include, 'p'); break; -- 2.50.1