comparison src/version.c @ 12837:963cdeb42c41 v8.0.1295

patch 8.0.1295: cannot automatically get a server name in a terminal commit https://github.com/vim/vim/commit/e42a6d250907e278707753d7d1ba91ffc2471db0 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Nov 12 19:21:51 2017 +0100 patch 8.0.1295: cannot automatically get a server name in a terminal Problem: Cannot automatically get a server name in a terminal. Solution: Add the --enable-autoservername flag to configure. (Cimbali, closes #2317)
author Christian Brabandt <cb@256bit.org>
date Sun, 12 Nov 2017 19:30:05 +0100
parents a46dfb3935cf
children 9ac41c3148ce
comparison
equal deleted inserted replaced
12836:80707f5cdff1 12837:963cdeb42c41
81 #ifdef FEAT_AUTOCMD 81 #ifdef FEAT_AUTOCMD
82 "+autocmd", 82 "+autocmd",
83 #else 83 #else
84 "-autocmd", 84 "-autocmd",
85 #endif 85 #endif
86 #ifdef FEAT_AUTOSERVERNAME
87 "+autoservername",
88 #else
89 "-autoservername",
90 #endif
86 #ifdef FEAT_BEVAL 91 #ifdef FEAT_BEVAL
87 "+balloon_eval", 92 "+balloon_eval",
88 #else 93 #else
89 "-balloon_eval", 94 "-balloon_eval",
90 #endif 95 #endif
759 NULL 764 NULL
760 }; 765 };
761 766
762 static int included_patches[] = 767 static int included_patches[] =
763 { /* Add new patch number below this line */ 768 { /* Add new patch number below this line */
769 /**/
770 1295,
764 /**/ 771 /**/
765 1294, 772 1294,
766 /**/ 773 /**/
767 1293, 774 1293,
768 /**/ 775 /**/