From 6e33095a7d61bc16fafec6952c531f6cc1e138fc Mon Sep 17 00:00:00 2001 From: Multilul Date: Wed, 24 Aug 2016 21:15:12 +0200 Subject: [PATCH] iTerm2 v3 tab commands fixes (#5336) Fixes the "syntax error: expected line end ..." (-2741) when using the tab, split_tab and vsplit_tab commands in iTerm2 v3 --- plugins/osx/osx.plugin.zsh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/osx/osx.plugin.zsh b/plugins/osx/osx.plugin.zsh index f69bd7e5d..a3e550972 100644 --- a/plugins/osx/osx.plugin.zsh +++ b/plugins/osx/osx.plugin.zsh @@ -44,7 +44,7 @@ EOF elif [[ "$the_app" == 'iTerm2' ]]; then osascript <