Skip to content

Commit eb3007b

Browse files
ntdiarychrisbra
authored andcommitted
patch 9.1.2018: proto: ops.pro outdated
Problem: proto: ops.pro outdated (after v9.1.2017) Solution: Regenerate the ops.pro proto file (Tao) closes: #19018 Signed-off-by: tao <2471314@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
1 parent e6a11d4 commit eb3007b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

src/proto/ops.pro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ int op_change(oparg_T *oap);
1313
void adjust_cursor_eol(void);
1414
char_u *skip_comment(char_u *line, int process, int include_space, int *is_comment);
1515
int do_join(long count, int insert_space, int save_undo, int use_formatoptions, int setmark);
16+
int reset_lbr(void);
17+
void restore_lbr(int lbr_saved);
1618
void block_prep(oparg_T *oap, struct block_def *bdp, linenr_T lnum, int is_del);
1719
void charwise_block_prep(pos_T start, pos_T end, struct block_def *bdp, linenr_T lnum, int inclusive);
1820
void op_addsub(oparg_T *oap, linenr_T Prenum1, int g_cmd);
@@ -22,6 +24,4 @@ char *did_set_operatorfunc(optset_T *args);
2224
void free_operatorfunc_option(void);
2325
int set_ref_in_opfunc(int copyID);
2426
void do_pending_operator(cmdarg_T *cap, int old_col, int gui_yank);
25-
int reset_lbr(void);
26-
void restore_lbr(int lbr_saved);
2727
/* vim: set ft=c : */

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,8 @@ static char *(features[]) =
734734

735735
static int included_patches[] =
736736
{ /* Add new patch number below this line */
737+
/**/
738+
2018,
737739
/**/
738740
2017,
739741
/**/

0 commit comments

Comments
 (0)