mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.1b
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user