comparison src/version.c @ 14399:e7d1bc5ee3b8 v8.1.0214

patch 8.1.0214: +autochdir feature not reported by has() or :version commit https://github.com/vim/vim/commit/83ec2a7f5fb481b30a5d556b6aad49a62585bccd Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jul 27 22:08:59 2018 +0200 patch 8.1.0214: +autochdir feature not reported by has() or :version Problem: +autochdir feature not reported by has() or :version. Solution: Add the feature in the list.
author Christian Brabandt <cb@256bit.org>
date Fri, 27 Jul 2018 22:15:05 +0200
parents 19d99d9e670c
children 6b3ad2849e24
comparison
equal deleted inserted replaced
14398:dee1d0b8e11a 14399:e7d1bc5ee3b8
99 "+arabic", 99 "+arabic",
100 #else 100 #else
101 "-arabic", 101 "-arabic",
102 #endif 102 #endif
103 "+autocmd", 103 "+autocmd",
104 #ifdef FEAT_AUTOCHDIR
105 "+autochdir",
106 #else
107 "-autochdir",
108 #endif
104 #ifdef FEAT_AUTOSERVERNAME 109 #ifdef FEAT_AUTOSERVERNAME
105 "+autoservername", 110 "+autoservername",
106 #else 111 #else
107 "-autoservername", 112 "-autoservername",
108 #endif 113 #endif
791 NULL 796 NULL
792 }; 797 };
793 798
794 static int included_patches[] = 799 static int included_patches[] =
795 { /* Add new patch number below this line */ 800 { /* Add new patch number below this line */
801 /**/
802 214,
796 /**/ 803 /**/
797 213, 804 213,
798 /**/ 805 /**/
799 212, 806 212,
800 /**/ 807 /**/