When we use vi command to create file and do some input, then the file can be unexpectedly whitened and saved with capital ":WQ" command. The same issue can be found for ":Q" ":Q!" ":W" 1. use vi command to create some file >> vi temp.txt 2. input some character in file and use capital ?: WQ? command to exit the vi. >> :WQ 3. vi exit successfully and the file is saved
Created attachment 399 [details] Fix. Confirmed. Please try attached patch.
Thanks for the fix,but I am sorry that I found this bug in busybox 1.10.2 and the lowest version option is 1.12.x so I selected 1.12.x in the "Version" field.