diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-05-10 18:07:50 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-05-10 18:07:50 +0000 |
commit | 720c710091ba23dcbfca46766d87b4bb57dbc892 (patch) | |
tree | a3ed47f484ac9632e714951987398888158c97d7 /src/workshop.c | |
parent | 25bc63d168842127cbf23d986f1fcf88553430f6 (diff) | |
download | vim-git-720c710091ba23dcbfca46766d87b4bb57dbc892.tar.gz |
updated for version 7.1b
Diffstat (limited to 'src/workshop.c')
-rw-r--r-- | src/workshop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/workshop.c b/src/workshop.c index 88ff5ec10..38d27c4d7 100644 --- a/src/workshop.c +++ b/src/workshop.c @@ -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) { |