mirror of
https://github.com/tmux/tmux.git
synced 2025-01-14 20:58:53 +00:00
Merge branch 'obsd-master'
This commit is contained in:
commit
2df757521a
@ -361,7 +361,7 @@ command : assignment TOKEN
|
||||
|
||||
$$ = xcalloc(1, sizeof *$$);
|
||||
$$->name = $2;
|
||||
$$->line = ps->input->line - 1;
|
||||
$$->line = ps->input->line;
|
||||
|
||||
}
|
||||
| assignment TOKEN arguments
|
||||
@ -370,7 +370,7 @@ command : assignment TOKEN
|
||||
|
||||
$$ = xcalloc(1, sizeof *$$);
|
||||
$$->name = $2;
|
||||
$$->line = ps->input->line - 1;
|
||||
$$->line = ps->input->line;
|
||||
|
||||
$$->argc = $3.argc;
|
||||
$$->argv = $3.argv;
|
||||
|
Loading…
Reference in New Issue
Block a user