mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-04 01:34:25 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			133 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			133 B
		
	
	
	
		
			VimL
		
	
	
	
	
	
if get(g:, 'loaded_man', 0)
 | 
						|
  finish
 | 
						|
endif
 | 
						|
let g:loaded_man = 1
 | 
						|
 | 
						|
command! -count=0 -nargs=+ Man call man#get_page(<count>, <f-args>)
 |