This patch fixes this problem, but i'm not sure that this change is best.
diff -r 88b829656499 src/normal.c
--- a/src/normal.c Tue Mar 24 18:22:42 2015 +0100
+++ b/src/normal.c Wed Mar 25 08:35:23 2015 +0900
@@ -8483,6 +8483,8 @@
/* When '#' is in 'cpoptions' ignore the count. */
if (vim_strchr(p_cpo, CPO_HASH) != NULL)
cap->count1 = 1;
+ if (curwin->w_p_cul)
+ redraw_later(NOT_VALID);
invoke_edit(cap, FALSE, cap->cmdchar, TRUE);
}
}
--
--
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 [email protected].
For more options, visit https://groups.google.com/d/optout.