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