Disable __fish_parse for 2.2 release

Fixes #1809
This commit is contained in:
ridiculousfish 2015-05-02 21:35:49 -07:00
parent 905d8b2aa5
commit 96dfd27725

View file

@ -4067,7 +4067,9 @@ int builtin_false(parser_t &parser, wchar_t **argv)
static const builtin_data_t builtin_datas[]=
{
{ L"[", &builtin_test, N_(L"Test a condition") },
#if 0
{ L"__fish_parse", &builtin_parse, N_(L"Try out the new parser") },
#endif
{ L"and", &builtin_generic, N_(L"Execute command if previous command suceeded") },
{ L"begin", &builtin_generic, N_(L"Create a block of code") },
{ L"bg", &builtin_bg, N_(L"Send job to background") },