comparison src/version.c @ 12706:9b882316aa63 v8.0.1231

patch 8.0.1231: expanding file name drops dash commit https://github.com/vim/vim/commit/c312b8b87a589ed8452dbf0f555f05ff86d04692 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 28 17:53:04 2017 +0200 patch 8.0.1231: expanding file name drops dash Problem: Expanding file name drops dash. (stucki) Solution: Use the right position. (Christian Brabandt, closes https://github.com/vim/vim/issues/2184)
author Christian Brabandt <cb@256bit.org>
date Sat, 28 Oct 2017 18:00:05 +0200
parents ee5f3f5d3c55
children 77960063e2e7
comparison
equal deleted inserted replaced
12705:e10dd6f0b5d3 12706:9b882316aa63
759 NULL 759 NULL
760 }; 760 };
761 761
762 static int included_patches[] = 762 static int included_patches[] =
763 { /* Add new patch number below this line */ 763 { /* Add new patch number below this line */
764 /**/
765 1231,
764 /**/ 766 /**/
765 1230, 767 1230,
766 /**/ 768 /**/
767 1229, 769 1229,
768 /**/ 770 /**/