Browse Source

Adding keystrong return to oascrupt per suggestion by @enzzzy. Fixes #2913.

Robby Russell 10 years ago
parent
commit
ce607d3fcb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      plugins/osx/osx.plugin.zsh

+ 1 - 0
plugins/osx/osx.plugin.zsh

@@ -35,6 +35,7 @@ EOF
           set current_session to current session
           tell current_session
             write text "${command}"
+            keystroke return
           end tell
         end tell
       end tell