]> granicus.if.org Git - vim/commitdiff
patch 8.0.0193: accidentally removed #ifdef v8.0.0193
authorBram Moolenaar <Bram@vim.org>
Sun, 15 Jan 2017 19:51:37 +0000 (20:51 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 15 Jan 2017 19:51:37 +0000 (20:51 +0100)
Problem:    Accidentally removed #ifdef.
Solution:   Put it back. (Masanori Misono)

src/move.c
src/version.c

index e2639fd2035663b20a6f188260a8f973e670ba06..c4f21a7864306b2aed95b8aa707efdd4ce7529fd 100644 (file)
@@ -2841,8 +2841,10 @@ do_check_cursorbind(void)
            restart_edit_save = restart_edit;
            restart_edit = TRUE;
            check_cursor();
+# ifdef FEAT_SYN_HL
            if (curwin->w_p_cul || curwin->w_p_cuc)
                validate_cursor();
+# endif
            restart_edit = restart_edit_save;
 # ifdef FEAT_MBYTE
            /* Correct cursor for multi-byte character. */
index a825013301c59f573831f5a0600493b8997e9337..401f79fe38426e133cf7e62fe22bcce00a22a888 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    193,
 /**/
     192,
 /**/