mirror of
				https://github.com/neovim/neovim.git
				synced 2025-11-03 17:24:29 +00:00 
			
		
		
		
	Analogous to nodejs's `on('data', …)` interface, here on_key is the "add
listener" interface.
ref 3ccdbc570d #12536
BREAKING_CHANGE: vim.register_keystroke_callback() is now an error.
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			109 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			109 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
.DONE:
 | 
						|
	@echo "Use GNU Make (gmake) to build neovim"
 | 
						|
.DEFAULT:
 | 
						|
	@echo "Use GNU Make (gmake) to build neovim"
 |