Given a new buffer with these 2 lines: 1x2x3x4x 5x6x7x8x
Put cursor on "1". Then type: v3:<C-u>/x<CR> where <C-u> is Ctrl-u and <CR> is Enter. Shouldn't the cursor be on the "x" between "3" & "4" instead of on "5", just like you would with typing: 3/x<CR> instead ? -- Gerald
