From: tao <2471314@gmail.com> Date: Fri, 26 Dec 2025 15:04:24 +0000 (+0000) Subject: patch 9.1.2018: proto: ops.pro outdated X-Git-Tag: v9.1.2018^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb3007b41707554ee6342eddf3f24b5e1c82b36c;p=thirdparty%2Fvim.git 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 --- diff --git a/src/proto/ops.pro b/src/proto/ops.pro index b7c6a33b41..49c7f04691 100644 --- a/src/proto/ops.pro +++ b/src/proto/ops.pro @@ -13,6 +13,8 @@ int op_change(oparg_T *oap); void adjust_cursor_eol(void); char_u *skip_comment(char_u *line, int process, int include_space, int *is_comment); int do_join(long count, int insert_space, int save_undo, int use_formatoptions, int setmark); +int reset_lbr(void); +void restore_lbr(int lbr_saved); void block_prep(oparg_T *oap, struct block_def *bdp, linenr_T lnum, int is_del); void charwise_block_prep(pos_T start, pos_T end, struct block_def *bdp, linenr_T lnum, int inclusive); void op_addsub(oparg_T *oap, linenr_T Prenum1, int g_cmd); @@ -22,6 +24,4 @@ char *did_set_operatorfunc(optset_T *args); void free_operatorfunc_option(void); int set_ref_in_opfunc(int copyID); void do_pending_operator(cmdarg_T *cap, int old_col, int gui_yank); -int reset_lbr(void); -void restore_lbr(int lbr_saved); /* vim: set ft=c : */ diff --git a/src/version.c b/src/version.c index 877cdf99d5..c4f7f40b0e 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2018, /**/ 2017, /**/