about summary refs log tree commit diff
path: root/Src/Zle/zle.h
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2009-04-24 09:00:29 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2009-04-24 09:00:29 +0000
commite61af474c1e37952f2e59a2a0e5842185ae1adc5 (patch)
treedfae9f6e0e89936232c764de0601ddcf27edfed0 /Src/Zle/zle.h
parent46b26c618c984010487d9eb7c78a65149d42b82f (diff)
downloadzsh-e61af474c1e37952f2e59a2a0e5842185ae1adc5.tar.gz
zsh-e61af474c1e37952f2e59a2a0e5842185ae1adc5.tar.xz
zsh-e61af474c1e37952f2e59a2a0e5842185ae1adc5.zip
26876 with updated documentation: add ZLE_{REMOVE,SPACE}_SUFFIX_CHARS
Diffstat (limited to 'Src/Zle/zle.h')
-rw-r--r--Src/Zle/zle.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Src/Zle/zle.h b/Src/Zle/zle.h
index 1fd6d87a2..577a4442f 100644
--- a/Src/Zle/zle.h
+++ b/Src/Zle/zle.h
@@ -380,6 +380,10 @@ enum suffixtype {
     SUFTYP_NEGRNG		/* Range of characters not to match */
 };
 
+/* Additional flags to suffixes */
+enum suffixflags {
+    SUFFLAGS_SPACE = 0x0001	/* Add a space when removing suffix */
+};
 
 #ifdef MULTIBYTE_SUPPORT
 /*