[7.2.355] Computing the cursor column in validate_cursor_col() is wrong when
commit253ea70e526e0e7200c2add0a0c043d892361719
authorBram Moolenaar <Bram@moolenaar.net>
Wed, 3 Feb 2010 17:40:39 +0000 (3 17:40 +0000)
committerBram Moolenaar <Bram@moolenaar.net>
Wed, 3 Feb 2010 17:40:39 +0000 (3 17:40 +0000)
treeb5a080b26b420296763019279649547547aff5c3
parente07d10bde3ffd91525a154530ecc8f3d3c109084
[7.2.355] Computing the cursor column in validate_cursor_col() is wrong when

Problem:    Computing the cursor column in validate_cursor_col() is wrong when
            line numbers are used and 'n' is not in 'cpoptions', causing the
            popup menu to be positioned wrong.

Solution:   Correctly use the offset. (partly by Dominique Pelle)

Patch 7.2.355
src/move.c
src/version.c