comparison src/version.c @ 15510:41fbbcea0f1b v8.1.0763

patch 8.1.0763: nobody is using the Sun Workshop support commit https://github.com/vim/vim/commit/bb1969b6ab28120c93b77817e7b6075e1aecf663 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jan 17 15:45:25 2019 +0100 patch 8.1.0763: nobody is using the Sun Workshop support Problem: Nobody is using the Sun Workshop support. Solution: Remove the Workshop support.
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Jan 2019 16:00:08 +0100
parents 69207f77754a
children 06dd244b461b
comparison
equal deleted inserted replaced
15509:2650d9461407 15510:41fbbcea0f1b
596 #ifdef FEAT_STL_OPT 596 #ifdef FEAT_STL_OPT
597 "+statusline", 597 "+statusline",
598 #else 598 #else
599 "-statusline", 599 "-statusline",
600 #endif 600 #endif
601 #ifdef FEAT_SUN_WORKSHOP
602 "+sun_workshop",
603 #else
604 "-sun_workshop", 601 "-sun_workshop",
605 #endif
606 #ifdef FEAT_SYN_HL 602 #ifdef FEAT_SYN_HL
607 "+syntax", 603 "+syntax",
608 #else 604 #else
609 "-syntax", 605 "-syntax",
610 #endif 606 #endif
793 NULL 789 NULL
794 }; 790 };
795 791
796 static int included_patches[] = 792 static int included_patches[] =
797 { /* Add new patch number below this line */ 793 { /* Add new patch number below this line */
794 /**/
795 763,
798 /**/ 796 /**/
799 762, 797 762,
800 /**/ 798 /**/
801 761, 799 761,
802 /**/ 800 /**/