Skip to content

Commit

Permalink
fix(base): update document for shellescape to be correct
Browse files Browse the repository at this point in the history
  • Loading branch information
pysan3 committed Feb 22, 2024
1 parent b82db08 commit c13bd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/pathlib/base.lua
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ end

---Returns a string representation that is safe to shell.
---
---Use this for `vim.fn.system`, `vim.system` etc.
---Use this for `vim.fn.system`, `:!` etc. However, use `self:cmd_string()` for `vim.system`.
---
---If result is passed to the `:!` command, set `special` to true.
---
Expand Down

0 comments on commit c13bd05

Please sign in to comment.