Added a missing newline

This commit is contained in:
Holger Rapp 2009-07-12 17:34:10 +02:00
parent 53f464e3a0
commit 93121595c9

View File

@ -731,6 +731,7 @@ class ProperIndenting_AutoIndentAndNewline_ECR(_VimTest):
def _options_off(self): def _options_off(self):
self.send(":set noautoindent\n") self.send(":set noautoindent\n")
_VimTest.tearDown(self) _VimTest.tearDown(self)
###################### ######################
# SELECTING MULTIPLE # # SELECTING MULTIPLE #
###################### ######################