You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: adjust fd --exec argument on windows automatically
This manually applies #60, with fixes on the condition. In Lua, 0 is not
a false value, which means that:
```lua
if vim.fn.has("win32") then print("Hi") end
```
actually prints "Hi" even on Linux (where `vim.fn.has("win32")` returns
0).
I’m manually merging because the PR started from `master` and thus did
not incorporate the changes from `dev`.
Co-authored-by: agctute <cjyoung2001@yahoo.com>
0 commit comments