Skip to content

Instantly share code, notes, and snippets.

@jayendra13
Created September 2, 2020 08:28
Show Gist options
  • Save jayendra13/8e669d7603eaccdc5ef0da04ad228653 to your computer and use it in GitHub Desktop.
Save jayendra13/8e669d7603eaccdc5ef0da04ad228653 to your computer and use it in GitHub Desktop.
# Replace String to int at line 33
:33 s/String/int/
# Replace String to int from line 33 to 40
:33,40 s/String/int/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment