Created
June 16, 2017 19:39
-
-
Save marciol/efcf83a1b5bbbfa9f7c146af45ba58b8 to your computer and use it in GitHub Desktop.
VIM - Remove zero-width spaces
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 zero-width spaces | |
:%s/\%u200b//g |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment