mirror of
https://github.com/i3/i3.git
synced 2026-03-29 19:25:38 +00:00
Bugfix: WHITESPACE was missing in front of the workspace name (Thanks Mirko)
This commit is contained in:
@ -404,7 +404,7 @@ workspace:
|
||||
|
||||
optional_workspace_name:
|
||||
/* empty */ { $<string>$ = NULL; }
|
||||
| workspace_name { $<string>$ = $<string>1; }
|
||||
| WHITESPACE workspace_name { $<string>$ = $<string>1; }
|
||||
;
|
||||
|
||||
workspace_name:
|
||||
|
||||
Reference in New Issue
Block a user