Skip to content

Commit

Permalink
docs: removing incorrect comment (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperC286 authored Mar 1, 2024
1 parent 3cf6df1 commit 0e674e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/__zsh_simple_abbreviations_expand
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

emulate -L zsh -o extended_glob
local MATCH
# Can't use KEY_REGEX, but should match it.
LBUFFER=${LBUFFER%%(#m)[-_[:alnum:]]#}
# If matches set abbreviation add that else just add what we attempted to match on.
abbreviation="${ZSH_SIMPLE_ABBREVIATIONS[$MATCH]}"
Expand Down

0 comments on commit 0e674e1

Please sign in to comment.