mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-27 03:51:22 -03:00
@@ -89,7 +89,7 @@ static const struct block_lookup_entry block_lookup[] = {
|
||||
{TOP, 0, TOP_BLOCK},
|
||||
{SUBST, 0, SUBST_BLOCK},
|
||||
{BEGIN, L"begin", BEGIN_BLOCK},
|
||||
{SOURCE, L".", SOURCE_BLOCK},
|
||||
{SOURCE, L"source", SOURCE_BLOCK},
|
||||
{EVENT, 0, EVENT_BLOCK},
|
||||
{BREAKPOINT, L"breakpoint", BREAKPOINT_BLOCK},
|
||||
{(block_type_t)0, 0, 0}};
|
||||
|
||||
Reference in New Issue
Block a user