Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
musm committed Oct 3, 2019
1 parent f8b8bca commit b0fb3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/shell.jl
Original file line number Diff line number Diff line change
Expand Up @@ -333,4 +333,4 @@ julia> println(shell_escaped_wincmd("A B\\", "C"))
```
"""
shell_escaped_wincmd(args::AbstractString...) =
sprint(print_shell_escaped_wincmd, args..., sizehint=(sum(length, args)) + 3*length(args)))
sprint(print_shell_escaped_wincmd, args..., sizehint=(sum(length, args)) + 3*length(args))

0 comments on commit b0fb3ce

Please sign in to comment.