Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
oh-my-zsh
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
github
oh-my-zsh
Commits
96c34ceb
Commit
96c34ceb
authored
Aug 09, 2015
by
Andrew Janke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a deprecation comment.
parent
14b4ba83
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
functions.zsh
lib/functions.zsh
+0
-2
terminalapp.plugin.zsh
plugins/terminalapp/terminalapp.plugin.zsh
+6
-0
No files found.
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