[7.2.112] Cursor invisible in Visual mode when 'number' is set and cursor in
commit1fcd64983766a48d9799233444e67ec8e5d0c86c
authorBram Moolenaar <Bram@moolenaar.net>
Sat, 21 Feb 2009 20:20:51 +0000 (21 21:20 +0100)
committerBram Moolenaar <Bram@moolenaar.net>
Sat, 21 Feb 2009 20:20:51 +0000 (21 21:20 +0100)
treef6bfb717ffd3684fb853dec777036a3327ca18b8
parent9d467073a89e57abfb0476c6ede62bf816d42831
[7.2.112] Cursor invisible in Visual mode when 'number' is set and cursor in

Problem:    Cursor invisible in Visual mode when 'number' is set and cursor in
            first column. (Matti Niemenmaa, Renato Alves)

Solution:   Check that vcol_prev is smaller than vcol.

Patch 7.2.112
src/screen.c
src/version.c