Created
April 14, 2015 02:37
-
-
Save bjacobowski/49dacb6460d3ba422776 to your computer and use it in GitHub Desktop.
Vim search
This file contains hidden or 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
# Remove space within numbers (ie bad OCR) | |
:%s/\([0-9]\) \([0-9.]\)/\1\2/g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment