mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +00:00 
			
		
		
		
	vim-patch:8.0.0427: 'makeencoding' missing from the options window (#7907)
Problem:    'makeencoding' missing from the options window.
Solution:   Add the entry.
ad4187e6fc
			
			
This commit is contained in:
		
				
					committed by
					
						
						Justin M. Keyes
					
				
			
			
				
	
			
			
			
						parent
						
							b251c42195
						
					
				
				
					commit
					2569fabf04
				
			@@ -1087,6 +1087,9 @@ if has("quickfix")
 | 
			
		||||
  call <SID>OptionG("gp", &gp)
 | 
			
		||||
  call append("$", "grepformat\tlist of formats for output of 'grepprg'")
 | 
			
		||||
  call <SID>OptionG("gfm", &gfm)
 | 
			
		||||
  call append("$", "makeencoding\tencoding of the \":make\" and \":grep\" output")
 | 
			
		||||
  call append("$", "\t(global or local to buffer)")
 | 
			
		||||
  call <SID>OptionG("menc", &menc)
 | 
			
		||||
endif
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user