comparison src/version.c @ 3431:8e21ac7f2d6e v7.3.481

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.
author Bram Moolenaar <bram@vim.org>
date Wed, 28 Mar 2012 12:59:57 +0200
parents b35844f3eb49
children 3229335d0c4e
comparison
equal deleted inserted replaced
3430:bfdab0bcf4f5 3431:8e21ac7f2d6e
712 NULL 712 NULL
713 }; 713 };
714 714
715 static int included_patches[] = 715 static int included_patches[] =
716 { /* Add new patch number below this line */ 716 { /* Add new patch number below this line */
717 /**/
718 481,
717 /**/ 719 /**/
718 480, 720 480,
719 /**/ 721 /**/
720 479, 722 479,
721 /**/ 723 /**/