comparison src/version.c @ 7957:b74549818500 v7.4.1274

commit https://github.com/vim/vim/commit/835dc636a5350f610b62f110227d2363b5b2880a Author: Bram Moolenaar <Bram@vim.org> Date: Sun Feb 7 14:27:38 2016 +0100 patch 7.4.1274 Problem: Cannot run a job. Solution: Add job_start(), job_status() and job_stop(). Currently only works for Unix.
author Christian Brabandt <cb@256bit.org>
date Sun, 07 Feb 2016 14:30:04 +0100
parents a4de8e834b8f
children fc9ba91a6533
comparison
equal deleted inserted replaced
7956:31dfe91e5016 7957:b74549818500
287 #ifdef FEAT_INS_EXPAND 287 #ifdef FEAT_INS_EXPAND
288 "+insert_expand", 288 "+insert_expand",
289 #else 289 #else
290 "-insert_expand", 290 "-insert_expand",
291 #endif 291 #endif
292 #ifdef FEAT_JOB
293 "+job",
294 #else
295 "-job",
296 #endif
292 #ifdef FEAT_JUMPLIST 297 #ifdef FEAT_JUMPLIST
293 "+jumplist", 298 "+jumplist",
294 #else 299 #else
295 "-jumplist", 300 "-jumplist",
296 #endif 301 #endif
740 NULL 745 NULL
741 }; 746 };
742 747
743 static int included_patches[] = 748 static int included_patches[] =
744 { /* Add new patch number below this line */ 749 { /* Add new patch number below this line */
750 /**/
751 1274,
745 /**/ 752 /**/
746 1273, 753 1273,
747 /**/ 754 /**/
748 1272, 755 1272,
749 /**/ 756 /**/