Chaoren Lin

Results 38 comments of Chaoren Lin

I fixed this a while back. Try updating the plugin?

Oh, the cursor is on the space before the `a` in the first case. Yes, that looks like a bug. I can't reproduce the second case.

Yes, I know. I specifically reproduced the behavior of `cw` because people asked for it, so it should be there. You probably have an oudated version of the plugin if...

I fixed the behavior when moving into folds, but I still need to fix the behavior of moving *over* folds. [doc/motion.txt](https://github.com/vim/vim/blob/b67f0c8e495cfbfc09d6c7ff670b8162faf07b01/runtime/doc/motion.txt#L425): ``` A sequence of folded lines is counted for...

I think you misunderstood the configuration options. `let g:wordmotion_nomap = 1` *disables* the default mappings. You can remove all of that configuration and the plugin should just work.

I've removed all of the example configurations. The text descriptions should be good enough for anyone who actually wants them. Most users should just want the default mappings and do...

Whoops, accidentally duplicated with https://github.com/qstrahl/vim-dentures/issues/1, but I spent so much time on the examples...

Sorry, I was just triaging the issue. We don't have any immediate plans.

I think `CompactHashMap` only exists as implementation detail for Multimaps and wasn't meant to be used directly.