azabiong / vim-highlighter

Highlight words and expressions
MIT License
226 stars 9 forks source link

Unable to save when whitespaces in the path #18

Closed sevehub closed 1 year ago

sevehub commented 1 year ago

I noticed that :HI save doesn't support filenames with whitespaces in the path, at least on Windows OS. E.g. :Hi save "filename with empty spaces.hl"

I have tried to place the filename inside single quote, double quote, and escape space characters, but it didn't fix the issue.

azabiong commented 1 year ago

Thanks for reporting this issue and various tests. Now there is an update to support this. Would you like to try it?

sevehub commented 1 year ago

Awesome, it looks good. Thanks.