comparison src/version.c @ 17652:9efb4dda9720

patch 8.1.1823: command line history code is spread out commit https://github.com/vim/vim/commit/d7663c22c6c1ff0f86b81371586fbc851d3a3e9e Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 6 21:59:57 2019 +0200 patch 8.1.1823: command line history code is spread out Problem: Command line history code is spread out. Solution: Put the code in a new file. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/4779) Also graduate the +cmdline_hist feature.
author Bram Moolenaar <Bram@vim.org>
date Tue, 06 Aug 2019 22:00:08 +0200
parents a1437b8f2fac
children cc68aca87c17
comparison
equal deleted inserted replaced
17651:826360df7aff 17652:9efb4dda9720
161 #ifdef FEAT_CMDL_COMPL 161 #ifdef FEAT_CMDL_COMPL
162 "+cmdline_compl", 162 "+cmdline_compl",
163 #else 163 #else
164 "-cmdline_compl", 164 "-cmdline_compl",
165 #endif 165 #endif
166 #ifdef FEAT_CMDHIST
167 "+cmdline_hist", 166 "+cmdline_hist",
168 #else
169 "-cmdline_hist",
170 #endif
171 #ifdef FEAT_CMDL_INFO 167 #ifdef FEAT_CMDL_INFO
172 "+cmdline_info", 168 "+cmdline_info",
173 #else 169 #else
174 "-cmdline_info", 170 "-cmdline_info",
175 #endif 171 #endif
771 NULL 767 NULL
772 }; 768 };
773 769
774 static int included_patches[] = 770 static int included_patches[] =
775 { /* Add new patch number below this line */ 771 { /* Add new patch number below this line */
772 /**/
773 1823,
776 /**/ 774 /**/
777 1822, 775 1822,
778 /**/ 776 /**/
779 1821, 777 1821,
780 /**/ 778 /**/