We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42b8d91 commit 1b9750dCopy full SHA for 1b9750d
2 files changed
src/move.c
@@ -2841,8 +2841,10 @@ do_check_cursorbind(void)
2841
restart_edit_save = restart_edit;
2842
restart_edit = TRUE;
2843
check_cursor();
2844
+# ifdef FEAT_SYN_HL
2845
if (curwin->w_p_cul || curwin->w_p_cuc)
2846
validate_cursor();
2847
+# endif
2848
restart_edit = restart_edit_save;
2849
# ifdef FEAT_MBYTE
2850
/* Correct cursor for multi-byte character. */
src/version.c
@@ -764,6 +764,8 @@ static char *(features[]) =
764
765
static int included_patches[] =
766
{ /* Add new patch number below this line */
767
+/**/
768
+ 193,
769
/**/
770
192,
771
0 commit comments