Skip to content
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

Multi word abbreviations (#32; v5) #50

Merged
merged 26 commits into from
Dec 21, 2021
Merged

Multi word abbreviations (#32; v5) #50

merged 26 commits into from
Dec 21, 2021

Conversation

olets
Copy link
Owner

@olets olets commented Dec 21, 2021

For discussion see #32

Abbreviations can be more than one word

% abbr "git cp"="git cherry-pick"
% git cp<space>
# expands inline to `git cherry-pick`!

% abbr g=git
% g<space>fp<space>
# expands inline to `git cherry-pick`!

Should '${(qqq)abbreviation}' be '${(qqq)${(Q)abbreviation}}'?
Should '${(qqq)abbreviation}' be '${(qqq)${(Q)abbreviation}}'?
@olets olets merged commit a05f1c7 into v5 Dec 21, 2021
@olets olets deleted the multi-word-abbreviations branch December 21, 2021 03:04
@olets olets changed the title Multi word abbreviations (#32) Multi word abbreviations (#32; v5) Dec 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

None yet

1 participant