patch 9.1.2018: proto:
ops.pro outdated
Commit:
https://github.com/vim/vim/commit/eb3007b41707554ee6342eddf3f24b5e1c82b36c
Author: tao <
247...@gmail.com>
Date: Fri Dec 26 15:04:24 2025 +0000
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 <
247...@gmail.com>
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/src/proto/
ops.pro b/src/proto/
ops.pro
index b7c6a33b4..49c7f0469 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 877cdf99d..c4f7f40b0 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,
/**/