mirror of
				https://github.com/neovim/neovim.git
				synced 2025-10-26 12:27:24 +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>)
 | 
