Hi Bram,

Here is a patch.  (Attached)

--
Best regards,
Hirohito Higashi (a.k.a. h_east)

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
diff --git a/src/move.c b/src/move.c
index 86b19aa..e1ca9fc 100644
--- a/src/move.c
+++ b/src/move.c
@@ -2842,7 +2842,7 @@ do_check_cursorbind(void)
 	    restart_edit = TRUE;
 	    check_cursor();
 # ifdef FEAT_SYN_HL
-	    if (curwin->w_p_cuc)
+	    if (curwin->w_p_cuc || curwin->w_p_cul)
 		validate_cursor();
 # endif
 	    restart_edit = restart_edit_save;

Raspunde prin e-mail lui