comparison src/version.c @ 17809:59f8948b7590 v8.1.1901

patch 8.1.1901: the +insert_expand feature is not always available Commit: https://github.com/vim/vim/commit/e2c453d38f6512ac4cff7cd26aa7780b4e2534d7 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 21 14:37:09 2019 +0200 patch 8.1.1901: the +insert_expand feature is not always available Problem: The +insert_expand feature is not always available. Solution: Graduate the +insert_expand feature.
author Bram Moolenaar <Bram@vim.org>
date Wed, 21 Aug 2019 14:45:04 +0200
parents b38fa4d37b7c
children b5499bf22a97
comparison
equal deleted inserted replaced
17808:42561b61bfd8 17809:59f8948b7590
298 "+iconv", 298 "+iconv",
299 # endif 299 # endif
300 #else 300 #else
301 "-iconv", 301 "-iconv",
302 #endif 302 #endif
303 #ifdef FEAT_INS_EXPAND
304 "+insert_expand", 303 "+insert_expand",
305 #else
306 "-insert_expand",
307 #endif
308 #ifdef FEAT_JOB_CHANNEL 304 #ifdef FEAT_JOB_CHANNEL
309 "+job", 305 "+job",
310 #else 306 #else
311 "-job", 307 "-job",
312 #endif 308 #endif
763 NULL 759 NULL
764 }; 760 };
765 761
766 static int included_patches[] = 762 static int included_patches[] =
767 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1901,
768 /**/ 766 /**/
769 1900, 767 1900,
770 /**/ 768 /**/
771 1899, 769 1899,
772 /**/ 770 /**/