comparison src/version.c @ 13166:b009ab2c1a8f v8.0.1457

patch 8.0.1457: clojure now supports a shebang line commit https://github.com/vim/vim/commit/8fd2ffc530f8f01afac53903e6ff95867afd94d7 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 3 15:43:15 2018 +0100 patch 8.0.1457: clojure now supports a shebang line Problem: Clojure now supports a shebang line. Solution: Detect clojure script from the shebang line. (David Burgin, closes #2570)
author Christian Brabandt <cb@256bit.org>
date Sat, 03 Feb 2018 15:45:05 +0100
parents 45a9c54a6468
children 9d638acf7cf7
comparison
equal deleted inserted replaced
13165:3d233468319a 13166:b009ab2c1a8f
769 NULL 769 NULL
770 }; 770 };
771 771
772 static int included_patches[] = 772 static int included_patches[] =
773 { /* Add new patch number below this line */ 773 { /* Add new patch number below this line */
774 /**/
775 1457,
774 /**/ 776 /**/
775 1456, 777 1456,
776 /**/ 778 /**/
777 1455, 779 1455,
778 /**/ 780 /**/