comparison src/ex_cmds.h @ 13575:4df23d9bad47 v8.0.1660

patch 8.0.1660: the terminal API "drop" command doesn't support options commit https://github.com/vim/vim/commit/333b80acf3a44e462456e6d5730e47ffa449c83d Author: Bram Moolenaar <Bram@vim.org> Date: Wed Apr 4 22:57:29 2018 +0200 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.
author Christian Brabandt <cb@256bit.org>
date Wed, 04 Apr 2018 23:00:07 +0200
parents bcd9b3e4a5c8
children 9df95cf9ea7e
comparison
equal deleted inserted replaced
13574:73c69063091f 13575:4df23d9bad47
1776 int usefilter; /* TRUE with ":w !command" and ":r!command" */ 1776 int usefilter; /* TRUE with ":w !command" and ":r!command" */
1777 int amount; /* number of '>' or '<' for shift command */ 1777 int amount; /* number of '>' or '<' for shift command */
1778 int regname; /* register name (NUL if none) */ 1778 int regname; /* register name (NUL if none) */
1779 int force_bin; /* 0, FORCE_BIN or FORCE_NOBIN */ 1779 int force_bin; /* 0, FORCE_BIN or FORCE_NOBIN */
1780 int read_edit; /* ++edit argument */ 1780 int read_edit; /* ++edit argument */
1781 int force_ff; /* ++ff= argument (index in cmd[]) */ 1781 int force_ff; /* ++ff= argument (first char of argument) */
1782 #ifdef FEAT_MBYTE 1782 #ifdef FEAT_MBYTE
1783 int force_enc; /* ++enc= argument (index in cmd[]) */ 1783 int force_enc; /* ++enc= argument (index in cmd[]) */
1784 int bad_char; /* BAD_KEEP, BAD_DROP or replacement byte */ 1784 int bad_char; /* BAD_KEEP, BAD_DROP or replacement byte */
1785 #endif 1785 #endif
1786 #ifdef FEAT_USR_CMDS 1786 #ifdef FEAT_USR_CMDS