mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 9.0.1150: :interface is not implemented yet
Problem: :interface is not implemented yet. Solution: Implement the basics of :interface.
This commit is contained in:
@@ -991,7 +991,7 @@ compile_nested_function(exarg_T *eap, cctx_T *cctx, garray_T *lines_to_free)
|
||||
int save_KeyTyped = KeyTyped;
|
||||
KeyTyped = FALSE;
|
||||
|
||||
ufunc = define_function(eap, lambda_name, lines_to_free, FALSE);
|
||||
ufunc = define_function(eap, lambda_name, lines_to_free, 0);
|
||||
|
||||
KeyTyped = save_KeyTyped;
|
||||
|
||||
|
Reference in New Issue
Block a user