diff src/normal.c @ 447:8347d456f7e5

updated for version 7.0118
author vimboss
date Thu, 28 Jul 2005 22:28:16 +0000
parents b8cc11a2a3b1
children a5fcf36ef512
line wrap: on
line diff
--- a/src/normal.c
+++ b/src/normal.c
@@ -7564,6 +7564,10 @@ nv_g_cmd(cap)
 	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