aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.c
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-12-26 08:00:44 +1000
committerGravatar axel <axel@liljencrantz.se>2005-12-26 08:00:44 +1000
commitb37eeb92ef73f68b51178ca17398d8b32d440da4 (patch)
treed669e8c834b139b23cc306a9b76e9032d5fc835d /common.c
parentb6630b5087c0ebfe7f88ad648ebb4ad6614a21e1 (diff)
Fisx crash buh when completing string ending in backslash
darcs-hash:20051225220044-ac50b-b880ffe649d04ed1e5ec6786d0b59eed8068d182.gz
Diffstat (limited to 'common.c')
-rw-r--r--common.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/common.c b/common.c
index 7fc868a0..76bc2029 100644
--- a/common.c
+++ b/common.c
@@ -932,7 +932,6 @@ wchar_t *escape( const wchar_t *in,
case L'^':
case L'<':
case L'>':
- case L'@':
case L'(':
case L')':
case L'[':