manateelazycat / aweshell

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

fix(aweshell-validate-command): replace (beginning-of-line) with (forward-line 0) #47

Closed f4nyc closed 4 years ago

f4nyc commented 4 years ago

46 will cause new bug,since no restrictions of prompt existing. The correct way is replace (beginning-of-line) with function skipping field boundary.