updated for version 7.0118
diff --git a/src/normal.c b/src/normal.c
index 5f78f33..6279a6b 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -7564,6 +7564,10 @@
 	break;
 #endif
 
+    case '<':
+	show_sb_text();
+	break;
+
     /*
      * "gg": Goto the first line in file.  With a count it goes to
      * that line number like for "G". -- webb