Yasuhiro Matsumoto wrote:

> 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);
>       }
>      }

It might cause a redraw too often, slowing down commands.
Perhaps there is another condition?

-- 
This planet has -- or rather had -- a problem, which was this: most
of the people living on it were unhappy for pretty much of the time.
Many solutions were suggested for this problem, but most of these
were largely concerned with the movements of small green pieces of
paper, which is odd because on the whole it wasn't the small green
pieces of paper that were unhappy.
                -- Douglas Adams, "The Hitchhiker's Guide to the Galaxy"

 /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
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.

Raspunde prin e-mail lui