diff 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
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -762,6 +762,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1231,
+/**/
     1230,
 /**/
     1229,