mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-04-22 18:21:13 -03:00
Initial work towards making autosuggestion smarter by recognizing paths
This commit is contained in:
@@ -29,8 +29,7 @@ enum token_type
|
||||
TOK_REDIRECT_NOCLOB, /**<? redirection token */
|
||||
TOK_BACKGROUND,/**< send job to bg token */
|
||||
TOK_COMMENT/**< comment token */
|
||||
}
|
||||
;
|
||||
};
|
||||
|
||||
/**
|
||||
Tokenizer error types
|
||||
|
||||
Reference in New Issue
Block a user