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