-
-
Save miraleung/06910db42735b4ff7607e76d5d46fff0 to your computer and use it in GitHub Desktop.
Revisions
-
ericdouglas revised this gist
Sep 19, 2017 . No changes.There are no files selected for viewing
-
ericdouglas revised this gist
Sep 19, 2017 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1,5 @@ // 4 spaces to 2 spaces %s;^\(\s\+\);\=repeat(' ', len(submatch(0))/2);g // Tab to 2 spaces :%s/\t/ /g -
ericdouglas revised this gist
Oct 2, 2015 . No changes.There are no files selected for viewing
-
Eric Douglas created this gist
Oct 16, 2014 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ %s;^\(\s\+\);\=repeat(' ', len(submatch(0))/2);g