Created
June 16, 2017 19:39
-
-
Save marciol/fd2cf3f76f7cacd32490ef0d4718b06c 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