From 7956ec55089ba3fcd9f5bb74b50981a6e621e1f3 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Tue, 21 Aug 2012 21:43:11 -0400 Subject: [PATCH] Java import stripper --- fundam/strip-imports | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fundam/strip-imports b/fundam/strip-imports index da499c4..10cadfd 100755 --- a/fundam/strip-imports +++ b/fundam/strip-imports @@ -2,7 +2,8 @@ # ============================================================================== # Strips out unused Java/Groovy-style import lines from stdin (if given no -# arguments), or does an in-place-overwrite for each specified file. +# arguments), or does an in-place-overwrite for each specified file. Use case +# for the former: "%!strip-imports" while vim'ing a Java file. # # Note that this flags a symbol as used even if it appears in a comment. #