From e3c778da9f4ada98e9c77206f35c49b509230fc2 Mon Sep 17 00:00:00 2001 From: Vlad Zagorodniy Date: Sat, 13 Oct 2018 11:00:27 +0300 Subject: [PATCH] [effects/wobblywindows] Delete ':wq' --- effects/wobblywindows/wobblywindows.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/effects/wobblywindows/wobblywindows.h b/effects/wobblywindows/wobblywindows.h index 284bd52aa4..643cc75b31 100644 --- a/effects/wobblywindows/wobblywindows.h +++ b/effects/wobblywindows/wobblywindows.h @@ -56,7 +56,7 @@ public: int requestedEffectChainPosition() const override { // Please notice that the Wobbly Windows effect has to be placed // after the Maximize effect in the effect chain, otherwise there - // can be visual artifacts when dragging maximized windows.:wq + // can be visual artifacts when dragging maximized windows. return 70; }