From 638047c27ac8913a365fa55f4ba0758606d4fd6c Mon Sep 17 00:00:00 2001 From: Adam Vogt Date: Wed, 24 Jun 2009 06:38:31 +0200 Subject: Use -fwarn-tabs for test, remove tabs Ignore-this: 84dfa0d9d50826527abbe7ff6acf4465 darcs-hash:20090624043831-1499c-2086e714723091fae9e3697df370a0634152f0a4.gz --- XMonad/Actions/Search.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'XMonad/Actions/Search.hs') diff --git a/XMonad/Actions/Search.hs b/XMonad/Actions/Search.hs index 257cd27..c2c2a05 100644 --- a/XMonad/Actions/Search.hs +++ b/XMonad/Actions/Search.hs @@ -336,8 +336,8 @@ removeColonPrefix str = tail $ snd $ break (==':') str {- | Makes a search engine prefix-aware. Especially useful together with '!>'. It will automatically remove the prefix from a query so that you don\'t end - up searching for google:xmonad if google is your fallback engine and you - explicitly add the prefix. -} + up searching for google:xmonad if google is your fallback engine and you + explicitly add the prefix. -} prefixAware :: SearchEngine -> SearchEngine prefixAware (SearchEngine name site) = SearchEngine name (\s -> if s `hasPrefix` (name++":") then site $ removeColonPrefix s else site s) -- cgit v1.2.3