]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.2018: proto: ops.pro outdated v9.1.2018
authortao <2471314@gmail.com>
Fri, 26 Dec 2025 15:04:24 +0000 (15:04 +0000)
committerChristian Brabandt <cb@256bit.org>
Fri, 26 Dec 2025 15:04:24 +0000 (15:04 +0000)
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>
src/proto/ops.pro
src/version.c

index b7c6a33b413c6383c91623d4fbe92158d63151ff..49c7f04691c31f7867877c329ac300154dd92426 100644 (file)
@@ -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 : */
index 877cdf99d58a1c0768f89ef348b939d7c5cb871a..c4f7f40b0ea8a349b77539f402b8eddeffb4146a 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2018,
 /**/
     2017,
 /**/