Refactoring function via vi command line
In addition to the substitute command (s,from, to,[g]) it is possible to limit the search/replace to specific symbols, in order to refactor the namings without touching other symbols. For example: %state,from,to, will change only the text in the state symbols
Please register or sign in to comment