]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/editors/gvim/gvim.factor
editors: allow them to be loaded in the load-all image
[factor.git] / basis / editors / gvim / gvim.factor
index e776437ce16c469ddd1a2c83982facafff331c9b..756fdcc7224765167e6b9effe1519b40c4fb18c0 100644 (file)
@@ -6,7 +6,8 @@ IN: editors.gvim
 ! more information.
 
 TUPLE: gvim < vim ;
-T{ gvim } editor-class set-global
+
+editor-class [ T{ gvim } ] initialize
 
 HOOK: find-gvim-path io-backend ( -- path )