Created
December 6, 2018 00:33
-
-
Save nro-bot/f1c644d33997d5900a6ba75fc223a236 to your computer and use it in GitHub Desktop.
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
| :s/#\([a-z]\)/# \1/g | |
| " replaces: | |
| " #test | |
| " with: | |
| " # test | |
| # to comply with pep8 (inserts space) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment