use global installation in plugin

This commit is contained in:
anon
2023-11-15 14:28:41 +01:00
parent 3929fdf081
commit 1b972741a3

View File

@ -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