Created
April 12, 2018 14:58
-
-
Save mhinz/e04e67f7a28751fe877319b4a8f241cd to your computer and use it in GitHub Desktop.
This file contains 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
command! -nargs=* -range=% F | |
\ let lines = getline(<line1>, <line2>) | | |
\ enew | | |
\ call setline(1, lines) | | |
\ %!<args> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment