Skip to content

Commit 5e91e17

Browse files
committed
Merge pull request #269 from WingedBeast/iolanguage
Io Language: platform-specific suppress_echo
2 parents 59f10b6 + 42abd06 commit 5e91e17

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: config/Io/Main.sublime-menu

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
"osx": ["io", "${packages}/SublimeREPL/config/Io/repl.io"]},
2121
"cwd": "$file_path",
2222
"external_id": "io",
23-
"suppress_echo": true,
23+
"suppress_echo": {"linux": true,
24+
"windows": false,
25+
"osx": true},
2426
"syntax": "Packages/SublimeREPL/config/Io/Io.tmLanguage"
2527
}
2628
}

0 commit comments

Comments
 (0)