comparison src/version.c @ 20067:ec40053dd3b5 v8.2.0589

patch 8.2.0589: .bsd file type not recognized Commit: https://github.com/vim/vim/commit/0fc1288aefce25da0a2fb2a0aab75b0bd314403f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 17 19:23:06 2020 +0200 patch 8.2.0589: .bsd file type not recognized Problem: .bsd file type not recognized. Solution: Recognize .bsd as BSDL. (Daniel Kho, closes https://github.com/vim/vim/issues/5945)
author Bram Moolenaar <Bram@vim.org>
date Fri, 17 Apr 2020 19:30:04 +0200
parents fcfad3f4bc66
children 9a67d41708d2
comparison
equal deleted inserted replaced
20066:97f53c6954db 20067:ec40053dd3b5
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 589,
749 /**/ 751 /**/
750 588, 752 588,
751 /**/ 753 /**/
752 587, 754 587,
753 /**/ 755 /**/