From eb16bb92244f370a57c0285a05454e8f10be7126 Mon Sep 17 00:00:00 2001 From: Alan MacDougall Date: Mon, 13 Jun 2016 10:30:01 -0400 Subject: [PATCH] Remove commented-out code in 3.0 version of Applescript. --- On-MacVim-with-iTerm2.md | 1 - 1 file changed, 1 deletion(-) diff --git a/On-MacVim-with-iTerm2.md b/On-MacVim-with-iTerm2.md index cb48853..1bd0815 100644 --- a/On-MacVim-with-iTerm2.md +++ b/On-MacVim-with-iTerm2.md @@ -94,7 +94,6 @@ osascript -e \ tell application "iTerm2" set myterm to (create window with default profile) tell current session of first window - -- exec command "bash" write text "cd " & quoted form of (item 2 of argv) write text (item 1 of argv) & " && exit" end tell