m5d215

Results 2 issues of m5d215

The coverage can not reach 100% with the following multi-line strings. ```bash #!/bin/bash echo "1 2 3" echo " 4 5 " echo '6 7 8' echo ' 9 10...

It seems that the character widths of some of the wide characters are not calculated correctly, causing the hints to be misplaced. ```sh echo '├ 192.168.1.1' ``` ![](https://user-images.githubusercontent.com/46437966/107948534-56cf2580-6fd7-11eb-840c-34df76b94b71.png) `prefix+I` ⬇️...

bug
wontfix