mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.2.2598: Vim9: :open does not need to be supported
Problem: Vim9: :open does not need to be supported. Solution: Do not support :open in Vim9 script.
This commit is contained in:
@@ -102,6 +102,7 @@ not_in_vim9(exarg_T *eap)
|
||||
case CMD_append:
|
||||
case CMD_change:
|
||||
case CMD_insert:
|
||||
case CMD_open:
|
||||
case CMD_t:
|
||||
case CMD_xit:
|
||||
semsg(_(e_command_not_supported_in_vim9_script_missing_var_str), eap->cmd);
|
||||
|
Reference in New Issue
Block a user