We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35633bf commit 66a89f2Copy full SHA for 66a89f2
haskell-commands.el
@@ -631,7 +631,7 @@ command from GHCi."
631
(format ":!cd %s && %s | %s"
632
(haskell-session-cabal-dir
633
(haskell-process-session (car state)))
634
- "find . -name '*.hs' -or -name '*.lhs' -or -name '*.hsc' -print0"
+ "find . -name '*.hs' -print0 -or -name '*.lhs' -print0 -or -name '*.hsc' -print0"
635
"xargs -0 hasktags -e -x"))))
636
:complete (lambda (state response)
637
(when (cdr state)
0 commit comments