aboutsummaryrefslogtreecommitdiffhomepage
path: root/expand.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-08-23 11:21:35 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-08-23 11:21:35 -0700
commit5bbf220077145b6c7df9716e45d8f10cc981f01a (patch)
tree977749a4c21674555b7727579fc151680ccffcf3 /expand.h
parentf5d4e3f94caf8d546d811afaac91e67d3608a37b (diff)
Fix bug where underlining was failing for paths prefixed with ~
Diffstat (limited to 'expand.h')
-rw-r--r--expand.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/expand.h b/expand.h
index d1cb7403..1f8c08e8 100644
--- a/expand.h
+++ b/expand.h
@@ -169,7 +169,6 @@ wcstring expand_escape_variable( const wcstring &in );
*/
void expand_tilde(wcstring &input);
-
/**
Test if the specified argument is clean, i.e. it does not contain
any tokens which need to be expanded or otherwise altered. Clean