mirror of
https://github.com/neovim/neovim.git
synced 2025-10-09 03:16:31 +00:00
vim-patch:8.0.1660: the terminal API "drop" command doesn't support options
Problem: The terminal API "drop" command doesn't support options.
Solution: Implement the options.
333b80acf3
This commit is contained in:
@@ -160,7 +160,7 @@ struct exarg {
|
||||
int regname; ///< register name (NUL if none)
|
||||
int force_bin; ///< 0, FORCE_BIN or FORCE_NOBIN
|
||||
int read_edit; ///< ++edit argument
|
||||
int force_ff; ///< ++ff= argument (index in cmd[])
|
||||
int force_ff; ///< ++ff= argument (first char of argument)
|
||||
int force_enc; ///< ++enc= argument (index in cmd[])
|
||||
int bad_char; ///< BAD_KEEP, BAD_DROP or replacement byte
|
||||
int useridx; ///< user command index
|
||||
|
Reference in New Issue
Block a user