diff src/proto/misc2.pro @ 15428:eae582bfb293 v8.1.0722

patch 8.1.0722: cannot build without the virtualedit feature commit https://github.com/vim/vim/commit/977239ef52763b6e640ac632c53a57ee17e05eaa Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jan 11 16:16:01 2019 +0100 patch 8.1.0722: cannot build without the virtualedit feature Problem: Cannot build without the virtualedit feature. Solution: Make getviscol2() always available.
author Bram Moolenaar <Bram@vim.org>
date Fri, 11 Jan 2019 16:30:05 +0100
parents ba6f0f1bb9d0
children 55ccc2d353bd
line wrap: on
line diff
--- a/src/proto/misc2.pro
+++ b/src/proto/misc2.pro
@@ -1,8 +1,8 @@
 /* misc2.c */
 int virtual_active(void);
 int getviscol(void);
+int coladvance_force(colnr_T wcol);
 int getviscol2(colnr_T col, colnr_T coladd);
-int coladvance_force(colnr_T wcol);
 int coladvance(colnr_T wcol);
 int getvpos(pos_T *pos, colnr_T wcol);
 int inc_cursor(void);