mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 18:38:00 +00:00
[Fix #403] Display accented characters properly
This commit is contained in:
parent
f86854ebd4
commit
4e3475d8a7
@ -17,6 +17,8 @@ zle -N self-insert url-quote-magic
|
|||||||
#
|
#
|
||||||
|
|
||||||
setopt BRACE_CCL # Allow brace character class list expansion.
|
setopt BRACE_CCL # Allow brace character class list expansion.
|
||||||
|
setopt COMBINING_CHARS # Combine zero-length punctuation characters (accents)
|
||||||
|
# with the base character.
|
||||||
setopt RC_QUOTES # Allow 'Henry''s Garage' instead of 'Henry'\''s Garage'.
|
setopt RC_QUOTES # Allow 'Henry''s Garage' instead of 'Henry'\''s Garage'.
|
||||||
unsetopt MAIL_WARNING # Don't print a warning message if a mail file has been accessed.
|
unsetopt MAIL_WARNING # Don't print a warning message if a mail file has been accessed.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user