summaryrefslogtreecommitdiff
path: root/src/normal.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2005-07-28 22:28:16 +0000
committerBram Moolenaar <Bram@vim.org>2005-07-28 22:28:16 +0000
commitcfc7d63267e68168b5fb068d8ee1e763ed4aa6a0 (patch)
tree55f9ab4b76bdcf34ef4e79b9e92bdbcb8b54b82d /src/normal.c
parent87e25fdf80c7b45deee9c59389b51503e906d93b (diff)
downloadvim-git-cfc7d63267e68168b5fb068d8ee1e763ed4aa6a0.tar.gz
updated for version 7.0118
Diffstat (limited to 'src/normal.c')
-rw-r--r--src/normal.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/normal.c b/src/normal.c
index 5f78f334d..6279a6b48 100644
--- 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