Retain license

This commit is contained in:
Spotlight 2019-08-10 11:51:22 -05:00
parent d5d135a739
commit 7a3707c850
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

View file

@ -1,3 +1,5 @@
# Based on http://stackoverflow.com/a/41420448/4757
function expand-multiple-dots() {
local MATCH
if [[ $LBUFFER =~ '(^| )\.\.\.+' ]]; then