mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +00:00 
			
		
		
		
	runtime/optwin.vim: missing 'previewpopup' feature
test_options.vim fails, so we need to disable this until the feature is implemented.
This commit is contained in:
		@@ -471,8 +471,8 @@ call append("$", " \tset wmw=" . &wmw)
 | 
			
		||||
call append("$", "helpheight\tinitial height of the help window")
 | 
			
		||||
call append("$", " \tset hh=" . &hh)
 | 
			
		||||
if has("quickfix")
 | 
			
		||||
  call append("$", "previewpopup\tuse a popup window for preview")
 | 
			
		||||
  call append("$", " \tset pvp=" . &pvp)
 | 
			
		||||
  " call append("$", "previewpopup\tuse a popup window for preview")
 | 
			
		||||
  " call append("$", " \tset pvp=" . &pvp)
 | 
			
		||||
  call append("$", "previewheight\tdefault height for the preview window")
 | 
			
		||||
  call append("$", " \tset pvh=" . &pvh)
 | 
			
		||||
  call append("$", "previewwindow\tidentifies the preview window")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user