daeyun / vim-matlab

Neovim plugin for MATLAB
Mozilla Public License 2.0
105 stars 19 forks source link

Remove /usr/local from the pkill pattern #16

Closed tdy closed 7 years ago

tdy commented 7 years ago

My MATLAB executable isn't in /usr/local. I've just removed /usr/local from the path for now.

Not sure what's the most portable solution for this.

daeyun commented 7 years ago

👍 I think pkill -f is case sensitive, so the capitalized /MATLAB is probably enough and not too broad.