this command threw an E492: ``` :182,187s/source/target/ ``` Expected result first occurrence of "source" in any lines from 182 to 187 should have been replaced by "target" However I was able to substitute on a single line like so: ``` :s/source/target/ ```
this command threw an E492:
Expected result first occurrence of "source" in any lines from 182 to 187 should have been replaced by "target"
However I was able to substitute on a single line like so: