This website requires JavaScript.
Explore
Help
Register
Sign In
ylib
/
zsh-syntax-highlighting
Watch
1
Star
0
Fork
0
You've already forked zsh-syntax-highlighting
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
e0165eaa73
zsh-syntax-highlighting
/
zsh-syntax-highlighting.plugin.zsh
3 lines
57 B
Bash
Raw
Normal View
History
Unescape
Escape
driver: Stop requiring function_argzero. Instead, use the %N prompt expando, as suggested by Bart in users/21637. Avoid the `print -P %N` syntax to save a fork on Cygwin, at the expense of not supporting zsh's from 2001 through c. 2004 vintages. Fixes #338.
2016-06-10 23:09:45 +08:00
0
=
${
(%)
:-
%N
}
plugin.zsh: Convert from symlink to plain file Fixes zsh-users/zsh-syntax-highlighting#292 (compatibility with zsh-5.1.1/msys2 on windows).
2016-04-17 12:48:30 +08:00
source
${
0
:
A
:
h
}
/zsh-syntax-highlighting.zsh
Reference in New Issue
Copy Permalink