From 652cd0e4ed33e649972d6bb61891e3d062aa0d1d Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 2 May 2014 13:15:02 -0700 Subject: [PATCH] I like to express my love for vi I think it's important to tell people about the editor I like. Change-Id: I70b392715652d7420ca1b313920ed686a52c0404 --- test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test.py b/test.py index e546122f2..b5b20ef0d 100755 --- a/test.py +++ b/test.py @@ -25,6 +25,7 @@ def main(): print "...and then it woke up to eat the living...." print "daylights" print "are brighter than nightlights" + print "I like vi" if __name__ == "__main__": main()