updated for version 7.3.972 v7.3.972
authorBram Moolenaar <Bram@vim.org>
Sun, 19 May 2013 19:15:15 +0000 (21:15 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 19 May 2013 19:15:15 +0000 (21:15 +0200)
commit097c992c464b0fbf04c3b3464a3ac512725ae0ba
tree690102448794b4f4867d6735d1db450853897410
parent884f6e44e03b2a599cd70b12360b7c7e42242e00
updated for version 7.3.972
Problem:    Cursor not restored after InsertEnter autocommand if it moved to
            another line.
Solution:   Also restore if the saved line number is still valid.  Allow
            setting v:char to skip restoring.
runtime/doc/autocmd.txt
src/edit.c
src/version.c