comparison src/version.c @ 12783:afd8a4f36301 v8.0.1269

patch 8.0.1269: effect of autocommands on marks is not tested commit https://github.com/vim/vim/commit/aace21581345aa51c09d809ab3744a943a71c879 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 5 16:23:10 2017 +0100 patch 8.0.1269: effect of autocommands on marks is not tested Problem: Effect of autocommands on marks is not tested. Solution: Add a couple of tests. (James McCoy, closes https://github.com/vim/vim/issues/2271)
author Christian Brabandt <cb@256bit.org>
date Sun, 05 Nov 2017 16:30:04 +0100
parents cd41d47e6033
children 0350d971fa16
comparison
equal deleted inserted replaced
12782:a558153adcb5 12783:afd8a4f36301
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1269,
764 /**/ 766 /**/
765 1268, 767 1268,
766 /**/ 768 /**/
767 1267, 769 1267,
768 /**/ 770 /**/