The behavior of the vim-wordmotion plugin doesn't correspond to the default vim w, b, e, ge motions interaction with folds.
Instead of opening fold (if foldopen option contains hor value, which is by default) vim-wordmotion moves cursor between words inside a closed fold without opening it.
The behavior of the vim-wordmotion plugin doesn't correspond to the default vim
w,b,e,gemotions interaction with folds.Instead of opening fold (if
foldopenoption containshorvalue, which is by default) vim-wordmotion moves cursor between words inside a closed fold without opening it.