mirror of
https://github.com/qvacua/vimr.git
synced 2024-12-26 23:36:08 +03:00
GH-243 Add a comment
This commit is contained in:
parent
07a16e6d99
commit
810dda95a6
@ -40,7 +40,7 @@ class ShellUtils {
|
||||
|
||||
var shellOptions = [String]()
|
||||
if shellUrl.lastPathComponent != "tsch" {
|
||||
shellOptions.append("-l")
|
||||
shellOptions.append("-l") // tsch allows the -l option only for interactive shell
|
||||
}
|
||||
shellOptions.append("-c")
|
||||
shellOptions.append(ShellUtils.cmdForPath)
|
||||
|
Loading…
Reference in New Issue
Block a user