mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +00:00 
			
		
		
		
	 Luuk van Baal
					Luuk van Baal
				
			
				
					committed by
					
						 Lewis Russell
						Lewis Russell
					
				
			
			
				
	
			
			
			 Lewis Russell
						Lewis Russell
					
				
			
						parent
						
							585eeacb24
						
					
				
				
					commit
					e89071522c
				
			| @@ -4096,10 +4096,10 @@ int buf_signcols(buf_T *buf, int max) | |||||||
|     // Check if we need to redraw |     // Check if we need to redraw | ||||||
|     if (signcols != buf->b_signcols.size) { |     if (signcols != buf->b_signcols.size) { | ||||||
|       buf->b_signcols.size = signcols; |       buf->b_signcols.size = signcols; | ||||||
|       buf->b_signcols.max = max; |  | ||||||
|       redraw_buf_later(buf, UPD_NOT_VALID); |       redraw_buf_later(buf, UPD_NOT_VALID); | ||||||
|     } |     } | ||||||
|  |  | ||||||
|  |     buf->b_signcols.max = max; | ||||||
|     buf->b_signcols.valid = true; |     buf->b_signcols.valid = true; | ||||||
|   } |   } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user