sublime-text-2-ruby-markers icon indicating copy to clipboard operation
sublime-text-2-ruby-markers copied to clipboard

Fix an issue with building the command path.

Open CoralineAda opened this issue 9 years ago • 3 comments

CoralineAda avatar Jan 21 '16 05:01 CoralineAda

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.

mmims avatar Jan 22 '16 14:01 mmims

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.

CoralineAda avatar Jan 22 '16 15:01 CoralineAda

What is your xmpfilter_bin_posix set to?

mmims avatar Jan 22 '16 16:01 mmims