Created
June 21, 2017 19:20
-
-
Save craffel/76924fd211720412c19327cfb8f0f5e2 to your computer and use it in GitHub Desktop.
Vim regex for replacing all commas not followed by space with commas followed by space
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:%s/,\([^ ]\)/, \1/g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment