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
96c34ceb
Commit
96c34ceb
authored
Aug 09, 2015
by
Andrew Janke
Browse files
Add a deprecation comment.
parent
14b4ba83
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/functions.zsh
View file @
96c34ceb
...
...
@@ -176,7 +176,6 @@ function omz_urldecode {
emulate
-
L zsh
local
encoded_url
=
$1
echo
-
e input
$1
# Work bytewise, since URLs escape UTF-8 octets
local
caller_encoding
=
$langinfo
[
CODESET]
local
LC_ALL
=
C
...
...
@@ -188,7 +187,6 @@ function omz_urldecode {
tmp
=
${
tmp
:gs/
\\/\\\\/
}
# Handle %-escapes by turning them into `\xXX` printf escapes
tmp
=
${
tmp
:gs/%/
\\x/
}
echo
-
E
"before decode
$tmp
"
local
decoded
eval
"decoded=
\$
'
$tmp
'"
...
...
plugins/terminalapp/terminalapp.plugin.zsh
0 → 100644
View file @
96c34ceb
# This file is intentionally empty.
#
# The terminalapp plugin is deprecated and may be removed in a future release.
# Its functionality has been folded in to the core lib/termsupport.zsh, which
# is loaded for all users. You can remove terminalapp from your $plugins list
# once all your systems are updated to the current version of Oh My Zsh.
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