1
0
forked from aniani/vim

updated for version 7.1b

This commit is contained in:
Bram Moolenaar
2007-05-10 18:07:50 +00:00
parent 25bc63d168
commit 720c710091
5 changed files with 18 additions and 17 deletions

View File

@@ -1329,7 +1329,7 @@ load_window(
warp_to_pc(
int lnum) /* line number to warp to */
{
char lbuf[256]; /* build line comand here */
char lbuf[256]; /* build line command here */
if (lnum > 0)
{