Lines Matching full:motion
51 * All commands move to the end of the range. Motion commands in v_left()
74 * If the _ is a motion component, it makes the command a line motion in v_cfirst()
96 * Can't just use RCM_SET_FNB, in case _ is used as the motion in v_cfirst()
120 * Delete and non-motion commands move to the end of the range, in v_cfirst()
147 * Can't just use RCM_SET_FNB, in case ^ is used as the motion in v_first()
157 * on the first non-blank in the line, but failed if used as a motion in v_first()
166 * If moving right, non-motion commands move to the end of the range. in v_first()
167 * Delete and yank stay at the start. Motion commands adjust the in v_first()
170 * If moving left, all commands move to the end of the range. Motion in v_first()
206 * didn't move, but failed if used as a motion component in the in v_ncol()
217 * without a count, but failed if used as a motion component in v_ncol()
228 * If moving right, non-motion commands move to the end of the range. in v_ncol()
229 * Delete and yank stay at the start. Motion commands adjust the in v_ncol()
232 * If moving left, all commands move to the end of the range. Motion in v_ncol()
262 * but failed if used as a motion component in the same situation. in v_zero()
270 * All commands move to the end of the range. Motion commands in v_zero()