]> granicus.if.org Git - vim/commit
patch 7.4.1015 v7.4.1015
authorBram Moolenaar <Bram@vim.org>
Thu, 31 Dec 2015 21:27:55 +0000 (22:27 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 31 Dec 2015 21:27:55 +0000 (22:27 +0100)
commitc21d67e33c1b42a492e04788cbb14a23a6724e39
tree2e6d28f98e82d2217f4a7582d9856b9285b2c0ef
parent06b0734d9cd2f39d4c12c7fd89a100eadbe5be78
patch 7.4.1015
Problem:    The column is not restored properly when the matchparen plugin is
            used in Insert mode and the cursor is after the end of the line.
Solution:   Set the curswant flag. (Christian Brabandt).  Also fix
            highlighting the match of the character before the cursor.
runtime/plugin/matchparen.vim
src/eval.c
src/version.c