diff --git a/SublimeLinter.sublime-settings b/SublimeLinter.sublime-settings index bb8d8dd39..a7243e982 100644 --- a/SublimeLinter.sublime-settings +++ b/SublimeLinter.sublime-settings @@ -68,7 +68,7 @@ // or an 'array'. If set to a string, we 'shlex.split' it*. // E.g. '--ignore D112' or ['--config', './.config/foo.ini'] // - // * Note that 'shlex' does not work for paths on Windows atm. + // * Note: Use proper quoting around paths esp. on Windows! "args": [], // Path to the executable to be used. Either a 'string' or an