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
b5a5bc9a
Commit
b5a5bc9a
authored
Sep 26, 2015
by
Robby Russell
Browse files
Merge pull request #4337 from iCross/master
fix url-quote-magic not working issue
parents
f186b627
19c0b185
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/misc.zsh
View file @
b5a5bc9a
## Load smart urls if available
## Load smart urls if available
for
d
in
$fpath
;
do
for
d
in
$fpath
;
do
if
[[
-e
"
$d
/url-quote-magic"
]]
;
then
if
[[
-e
"
$d
/url-quote-magic"
]]
;
then
if
[[
-e
"
$d
/bracketed-paste-magic"
]]
;
then
autoload
-Uz
bracketed-paste-magic
zle
-N
bracketed-paste bracketed-paste-magic
fi
autoload
-U
url-quote-magic
autoload
-U
url-quote-magic
zle
-N
self-insert url-quote-magic
zle
-N
self-insert url-quote-magic
fi
fi
...
...
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