Created
March 22, 2015 21:23
-
-
Save dahu/abd965a874bc803cf467 to your computer and use it in GitHub Desktop.
Line wrapping in Vim
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
| let a = map | |
| \ ([1, 2, 3] | |
| \, 'v:val' | |
| \ ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment