wbthomason / packer.nvim

A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
MIT License
7.82k stars 266 forks source link

Fixed problem with previous PR on the shellslash option #982

Closed andreadev-it closed 2 years ago

andreadev-it commented 2 years ago

There was an issue with my previous PR if you were on Linux and the shellslash option was not available. Now this has been fixed (tested on linux and windows with and without the shellslash option).

wbthomason commented 2 years ago

Haha, yep! Thanks; I caught this myself after merging and fixed it in e24bf65c146b95258098731d7d639a20d6fc9caa.

wbthomason commented 2 years ago

(please reopen if my fix doesn't seem to work for you on Windows; it's been fine for me on Linux)