1
0
forked from aniani/vim

updated for version 7.0118

This commit is contained in:
Bram Moolenaar
2005-07-28 22:28:16 +00:00
parent 87e25fdf80
commit cfc7d63267
6 changed files with 112 additions and 24 deletions

View File

@@ -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