From 93121595c963917b9473f41d11735033a76425c8 Mon Sep 17 00:00:00 2001 From: Holger Rapp Date: Sun, 12 Jul 2009 17:34:10 +0200 Subject: [PATCH] Added a missing newline --- test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test.py b/test.py index 2afc2a0..24dd1b4 100755 --- a/test.py +++ b/test.py @@ -731,6 +731,7 @@ class ProperIndenting_AutoIndentAndNewline_ECR(_VimTest): def _options_off(self): self.send(":set noautoindent\n") _VimTest.tearDown(self) + ###################### # SELECTING MULTIPLE # ######################