-
-
Notifications
You must be signed in to change notification settings - Fork 134
feat: add .zsh
extension on editer mode
#109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add .zsh
extension on editer mode
#109
Conversation
Hi @shun-shobon Could you explain what does this change for? Thanks and regards |
I noticed that the text editor that can be started with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did you remove mktemp
command?
Because |
Thanks for the patch, I prefer to follow the file style of built-in widget autoload -Uz edit-command-line
zle -N edit-command-line
bindkey -M vicmd '!' edit-command-line |
It follows the file style of zle built-in widget `edit-command-line`, and it makes the external editor highlight the syntax correctly.
I didn't know about |
Now this PR has been adjusted and merged, thank you for your contribution to syntax highlighting to make this plugin better. Hope you have a good day! : ) |
It fixes a wrong change on escaping the control character `^@`, and this bug is introduced by the PR #109.
for syntax highlighting