Created
October 11, 2012 15:00
-
-
Save tmyymmt/3872988 to your computer and use it in GitHub Desktop.
Grep description of specs2 unit specification in selected buffer on xyzzy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Grep description of specs2 unit specification in selected buffer on xyzzy | |
; Please copy & paste following code at your .xyzzy | |
; Usage: M-x grep-specs2-unit-selected-buffer | |
(defun grep-specs2-unit-selected-buffer () | |
(interactive) | |
(grep " should \\| in " (selected-buffer))) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment