Hi, staff!
Usually in vim command ":s/x/y/" applies only to current line. But in TC busybox vi this command continues search in next lines, until it finds pattern "x". It makes absolutely unusable substitutes with ranges, like "1,5s/x/y/", "/aaa/,/bbb/s/x/y/" and others. Is it bug or feature?
I loaded busybox sources 1.27.2 in case TC 9.0 and compiled them with "make defconfig". The resulting busybox vi command ":s"works as in traditional vim, but executable is twice greater, than "/bin/busybox".
Sorry, but I can't found which features are enabled in distribution busybox binary. Where can i find them?
The reason for me to use busybox vi is that I use TC 6.4.1 on one anscient laptop with 64M and have a nomadic flash drive with TC 9.0 for use everywhere.
Busybox vi is so tiny and usefull, I like it very much! As TinyCore too! It's wonderfull, OS of my dreams ) Thanks a lot!