el/dot-emacs.el: Fix configuration for SQL mode.
[profile] / bin / un-backslashify-selection
index 5bb279c..ad4e1fa 100755 (executable)
@@ -1,11 +1,11 @@
 #! /bin/sh
 
 xsel -o | sed '
-       s:\\::g
+       s:\\ *::g
        H
 $      !d
 
        x
        s:\
-::g
+ *::g
 ' | xsel -i