mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 9.0.0350: :echowindow does not work in a compiled function
Problem: :echowindow does not work in a compiled function. Solution: Handle the expression at compile time.
This commit is contained in:
@@ -25,6 +25,7 @@ typedef enum {
|
||||
ISN_EXECUTE, // :execute with isn_arg.number items on top of stack
|
||||
ISN_ECHOMSG, // :echomsg with isn_arg.number items on top of stack
|
||||
ISN_ECHOCONSOLE, // :echoconsole with isn_arg.number items on top of stack
|
||||
ISN_ECHOWINDOW, // :echowindow with isn_arg.number items on top of stack
|
||||
ISN_ECHOERR, // :echoerr with isn_arg.number items on top of stack
|
||||
ISN_RANGE, // compute range from isn_arg.string, push to stack
|
||||
ISN_SUBSTITUTE, // :s command with expression
|
||||
|
Reference in New Issue
Block a user