From 1b972741a31754594353ef2eea3d21760f7e095e Mon Sep 17 00:00:00 2001 From: anon Date: Wed, 15 Nov 2023 14:28:41 +0100 Subject: [PATCH] use global installation in plugin --- plugin/cwheel.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/cwheel.vim b/plugin/cwheel.vim index a4f33b4..80f50b8 100644 --- a/plugin/cwheel.vim +++ b/plugin/cwheel.vim @@ -23,7 +23,7 @@ function! CWheel() let force_flag = ' -x ' endif - let command = '../cwheel ' . force_flag . ' -o ' . shellescape(output_file) . ' ' . shellescape(current_file) + let command = 'cwheel ' . force_flag . ' -o ' . shellescape(output_file) . ' ' . shellescape(current_file) let output = system(command, v:true) if v:shell_error