mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 09:44:31 +00:00 
			
		
		
		
	tests/ui: cleanup ignores in screen_basic_spec
This commit is contained in:
		@@ -10,7 +10,7 @@ describe('Screen', function()
 | 
			
		||||
    clear()
 | 
			
		||||
    screen = Screen.new()
 | 
			
		||||
    screen:attach()
 | 
			
		||||
    screen:set_default_attr_ignore( {{}, {bold=true, foreground=255}} ) 
 | 
			
		||||
    screen:set_default_attr_ignore( {{bold=true, foreground=255}} )
 | 
			
		||||
  end)
 | 
			
		||||
 | 
			
		||||
  after_each(function()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user