Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
54603333
Commit
54603333
authored
Oct 17, 2018
by
mhennecke
Committed by
Marc Cornellà
Oct 17, 2018
Browse files
sublime: fix typo in cygwin path logic (#7304)
Bug introduced in
cea941ce
parent
a2dab42c
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/sublime/sublime.plugin.zsh
View file @
54603333
...
@@ -42,8 +42,8 @@ elif [[ "$OSTYPE" = darwin* ]]; then
...
@@ -42,8 +42,8 @@ elif [[ "$OSTYPE" = darwin* ]]; then
fi
fi
done
done
elif
[[
"
$OSTYPE
"
=
'cygwin'
]]
;
then
elif
[[
"
$OSTYPE
"
=
'cygwin'
]]
;
then
local
sublime_cygwin_paths
local
_
sublime_cygwin_paths
sublime_cygwin_paths
=(
_
sublime_cygwin_paths
=(
"
$(
cygpath
$ProgramW6432
/Sublime
\
Text
\
2
)
/sublime_text.exe"
"
$(
cygpath
$ProgramW6432
/Sublime
\
Text
\
2
)
/sublime_text.exe"
"
$(
cygpath
$ProgramW6432
/Sublime
\
Text
\
3
)
/sublime_text.exe"
"
$(
cygpath
$ProgramW6432
/Sublime
\
Text
\
3
)
/sublime_text.exe"
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment