Change part of a function name in multiple occurrences
Change the middle part of the function name in multiple places, preferably using the next and dot commands.
Start file
call_this_function()
_this_
call_this_function()
_this_
call_this_function()
End file
call_that_function()
_this_
call_that_function()
_this_
call_that_function()
View Diff
1c1
< call_this_function()
---
> call_that_function()
5c5
< call_this_function()
---
> call_that_function()
9c9
< call_this_function()
---
> call_that_function()
Solutions by @Rt6RjEAJ987Woes:
Unlock 3 remaining solutions by signing in and submitting your own entry