sublime-text-2-ruby-markers
sublime-text-2-ruby-markers copied to clipboard
Fix an issue with building the command path.
Are you having a specific issue with the way it is currently implemented? I am using extend because I am concatenating one list to another. Note: The xmpfilter_bin_posix
setting expects a list value.
The cmd that was built up had split the path into one-letter elements, like [‘p’, ‘a’, ’t’, ‘h’].
On Jan 22, 2016, at 8:33 AM, Michael Mims [email protected] wrote:
Are you having a specific issue with the way it is currently implemented? I am using extend because I am concatenating one list to another. Note: The xmpfilter_bin_posix setting expects a list value.
— Reply to this email directly or view it on GitHub https://github.com/mmims/sublime-text-2-ruby-markers/pull/18#issuecomment-173936132.
What is your xmpfilter_bin_posix
set to?