diff --git a/compiler/processing.vim b/compiler/processing.vim index b771767..9ecdb50 100644 --- a/compiler/processing.vim +++ b/compiler/processing.vim @@ -16,7 +16,7 @@ else let output_dir = "/tmp/vim-processing/" . sketch_name endif " has("win32") ... -execute "CompilerSet makeprg=". escape("processing-java --sketch=\"" . sketch_path . "\" --output=\"". output_dir . "\" --force --run", " \"") +execute "CompilerSet makeprg=". escape("processing cli --sketch=\"" . sketch_path . "\" --output=\"". output_dir . "\" --force --run", " \"") CompilerSet errorformat=%f:%l:%c:%*\\d:%*\\d:\ %m,%-G%.%#