diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2009-04-24 09:00:29 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-04-24 09:00:29 +0000 |
| commit | e61af474c1e37952f2e59a2a0e5842185ae1adc5 (patch) | |
| tree | dfae9f6e0e89936232c764de0601ddcf27edfed0 /Src/Zle/zle.h | |
| parent | 26879: complete apt-get purge as a subcommand (diff) | |
| download | zsh-e61af474c1e37952f2e59a2a0e5842185ae1adc5.tar zsh-e61af474c1e37952f2e59a2a0e5842185ae1adc5.tar.gz zsh-e61af474c1e37952f2e59a2a0e5842185ae1adc5.tar.bz2 zsh-e61af474c1e37952f2e59a2a0e5842185ae1adc5.tar.lz zsh-e61af474c1e37952f2e59a2a0e5842185ae1adc5.tar.xz zsh-e61af474c1e37952f2e59a2a0e5842185ae1adc5.tar.zst 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.h | 4 |
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 /* |
