I have the mapping:
map <silent> w <Plug>CamelCaseMotion_w
When I do 2cw or 2dw, it deletes two words the first time, but then when I repeat the action using ., it only deletes one word.
This might need to be fixed using https://github.com/tpope/vim-repeat.