]> git.ipfire.org Git - thirdparty/vim.git/commit
updated for version 7.3.481 v7.3.481
authorBram Moolenaar <Bram@vim.org>
Wed, 28 Mar 2012 10:59:57 +0000 (12:59 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 28 Mar 2012 10:59:57 +0000 (12:59 +0200)
commit61d281a4c088db09ff82bfd7178216b0c0c31536
tree2a6c4008047f85d0cf966254b237031b0e7aed74
parent970a1b82ecb74f4b89f5da71333d04ef27bbf075
updated for version 7.3.481
Problem:    Changing 'virtualedit' in an operator function to "all" does not
            have the desired effect. (Aaron Bohannon)
Solution:   Save, reset and restore virtual_op when executing an operator
            function.
src/normal.c
src/version.c