manateelazycat / aweshell

Awesome shell extension base on eshell with wonderful features!
423 stars 39 forks source link

Fix company munu error when cmd has * or \ #28

Closed oneness closed 5 years ago

oneness commented 5 years ago

Sorry for the formatting/spacing changes and You do not have to merge this if you do no like it. Following is the code that fixes above issue:

(cl-search "\*" prefix)
(cl-search "\\" prefix)

I also updated the change log and doc string.

manateelazycat commented 5 years ago

Thanks for patch.

Great job!