mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +00:00 
			
		
		
		
	test: inccommand_spec: Avoid indeterminism. (#6592)
This commit is contained in:
		@@ -805,6 +805,7 @@ describe(":substitute, inccommand=split", function()
 | 
			
		||||
  it('does not show split window for :s/', function()
 | 
			
		||||
    feed("2gg")
 | 
			
		||||
    feed(":s/tw")
 | 
			
		||||
    screen:sleep(1)
 | 
			
		||||
    screen:expect([[
 | 
			
		||||
      Inc substitution on           |
 | 
			
		||||
      two lines                     |
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user