Added quoting for $EDITOR's with spaces
diff --git a/plugins/jekyll.plugins.bash b/plugins/jekyll.plugins.bash
index e87b82d..9797f8b 100644
--- a/plugins/jekyll.plugins.bash
+++ b/plugins/jekyll.plugins.bash
@@ -204,5 +204,5 @@
 
 	# Open the file in your favorite editor
 
-	$EDITOR $FNAME
+	"$EDITOR" $FNAME
 }