]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/editors/vim/vim.factor
basis: removing unnecessary method stack effects.
[factor.git] / basis / editors / vim / vim.factor
index 3040980baf414dbf8a8886324870569d7a8dabed..79618ac08b0a577899d12f8e36be67d4daba0c30 100644 (file)
@@ -20,7 +20,7 @@ M: vim find-vim-path "vim" ?find-in-path ;
 : actual-vim-path ( -- path )
     \ vim-path get [ find-vim-path ] unless* ;
 
-M: vim editor-command ( file line -- command )
+M: vim editor-command
     [
         actual-vim-path dup string? [ , ] [ % ] if
         vim-ui? [ "-g" , ] when