Added a missing newline
This commit is contained in:
parent
53f464e3a0
commit
93121595c9
1
test.py
1
test.py
@ -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 #
|
||||||
######################
|
######################
|
||||||
|
Loading…
Reference in New Issue
Block a user