aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.h
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-06-05 06:14:51 +1000
committerGravatar axel <axel@liljencrantz.se>2006-06-05 06:14:51 +1000
commit04b142208d6a62a24cc067df437e0af4b8a1f4ca (patch)
treeb7af8ff58df2acc3587dc4fb665ca082373108fe /expand.h
parentcf35a8e3a5ee724f12f13175d81d89b8d74c997c (diff)
Make it possible to specify scope of a variable to be erased or tested. Also make sure set exits with a non-zero exit status when erasing fails.
darcs-hash:20060604201451-ac50b-4ea0212c513b33be40559dfe8d65c1446c53f682.gz
Diffstat (limited to 'expand.h')
-rw-r--r--expand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/expand.h b/expand.h
index 7b60eb88..94cd229b 100644
--- a/expand.h
+++ b/expand.h
@@ -132,7 +132,7 @@ enum
*/
#define COMPLETE_VAR_PARAN_DESC _( L"Did you mean (COMMAND)? In fish, the '$' character is only used for accessing variables. To learn more about command substitution in fish, type 'help expand-command-substitution'.")
-
+#define ARRAY_BOUNDS_ERR _(L"Array index out of bounds")
/**