comparison src/version.c @ 15685:e472308af17d v8.1.0850

patch 8.1.0850: test for 'backupskip' is not correct commit https://github.com/vim/vim/commit/98ad1e17c3f71962862f959c6ba57dd01e8a83c2 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jan 30 21:51:27 2019 +0100 patch 8.1.0850: test for 'backupskip' is not correct Problem: Test for 'backupskip' is not correct. Solution: Split the option in parts and use expand(). (Michael Soyka)
author Bram Moolenaar <Bram@vim.org>
date Wed, 30 Jan 2019 22:00:06 +0100
parents adc6442118b8
children cb501b3c9fb5
comparison
equal deleted inserted replaced
15684:fcf0076c0fa4 15685:e472308af17d
781 NULL 781 NULL
782 }; 782 };
783 783
784 static int included_patches[] = 784 static int included_patches[] =
785 { /* Add new patch number below this line */ 785 { /* Add new patch number below this line */
786 /**/
787 850,
786 /**/ 788 /**/
787 849, 789 849,
788 /**/ 790 /**/
789 848, 791 848,
790 /**/ 792 /**/