diff options
Diffstat (limited to 'test/functional/ui/inccommand_spec.lua')
| -rw-r--r-- | test/functional/ui/inccommand_spec.lua | 15 | 
1 files changed, 0 insertions, 15 deletions
diff --git a/test/functional/ui/inccommand_spec.lua b/test/functional/ui/inccommand_spec.lua index e9a7c8c2df..d60cd08fb0 100644 --- a/test/functional/ui/inccommand_spec.lua +++ b/test/functional/ui/inccommand_spec.lua @@ -556,7 +556,6 @@ describe(":substitute, 'inccommand' preserves undo", function()          ]])        end      end -    screen:detach()    end)    it('with undolevels=2', function() @@ -647,7 +646,6 @@ describe(":substitute, 'inccommand' preserves undo", function()            Already ...t change |          ]])        end -      screen:detach()      end    end) @@ -713,7 +711,6 @@ describe(":substitute, 'inccommand' preserves undo", function()          Already ...t change |        ]])      end -    screen:detach()    end)  end) @@ -726,10 +723,6 @@ describe(":substitute, inccommand=split", function()      common_setup(screen, "split", default_text .. default_text)    end) -  after_each(function() -    screen:detach() -  end) -    it("preserves 'modified' buffer flag", function()      feed_command("set nomodified")      feed(":%s/tw") @@ -1241,10 +1234,6 @@ describe("inccommand=nosplit", function()      common_setup(screen, "nosplit", default_text .. default_text)    end) -  after_each(function() -    if screen then screen:detach() end -  end) -    it("works with :smagic, :snomagic", function()      feed_command("set hlsearch")      insert("Line *.3.* here") @@ -1719,10 +1708,6 @@ describe("'inccommand' split windows", function()      common_setup(screen, "split", default_text)    end -  after_each(function() -    screen:detach() -  end) -    it('work after more splits', function()      refresh()  | 
