commit | cfc7d63267e68168b5fb068d8ee1e763ed4aa6a0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 28 22:28:16 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 28 22:28:16 2005 +0000 |
tree | 55f9ab4b76bdcf34ef4e79b9e92bdbcb8b54b82d | |
parent | 87e25fdf80c7b45deee9c59389b51503e906d93b [diff] [blame] |
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