]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/editors/macvim/macvim.factor
editors: allow them to be loaded in the load-all image
[factor.git] / basis / editors / macvim / macvim.factor
index ba3726b6aaf996d13e2ab5f25295c4f859435ea1..ef4427fb901f9604c614f37cf768f1b4dfeee734 100644 (file)
@@ -3,7 +3,8 @@ namespaces ;
 IN: editors.macvim
 
 TUPLE: macvim < vim ;
-T{ macvim } editor-class set-global
+
+editor-class [ T{ macvim } ] initialize
 
 : find-macvim-bundle-path ( -- path/f )
     "org.vim.MacVim" find-native-bundle [