Reword warning inside fish_universal_variables file

Prior to this fix, the fish universal variables file claimed that
changes to it would be overwritten. This no longer true and has not
been true for a long time. Remove that warning.
This commit is contained in:
ridiculousfish 2018-04-01 17:50:08 -07:00
parent ba8bdbb3ae
commit a98cc75f9e

View File

@ -72,9 +72,7 @@
#define PARSE_ERR L"Unable to parse universal variable message: '%ls'"
/// Small note about not editing ~/.fishd manually. Inserted at the top of all .fishd files.
#define SAVE_MSG \
"# This file is automatically generated by the fish.\n# Do NOT edit it directly, your " \
"changes will be overwritten.\n"
#define SAVE_MSG "# This file contains fish universal variable definitions.\n"
static wcstring get_machine_identifier();