From fecbd01cfe081fc38d58a40b255a5689792194aa Mon Sep 17 00:00:00 2001 From: Torben Date: Tue, 5 May 2026 16:41:38 +0200 Subject: [PATCH] Change make command to 'processing cli' --- compiler/processing.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%.%#