commit | 3f3e954d9676e374f222a18786c78e50af5041cb | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jul 07 20:30:48 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jul 07 20:30:48 2019 +0200 |
tree | c564fafbafb3cbf95215d7821c7fdb93b38a43b0 | |
parent | d84b2c3d88b08722dd4f686256a22c26788ea122 [diff] [blame] |
patch 8.1.1648: MS-Windows: build error with normal feaures Problem: MS-Windows: build error with normal feaures. Solution: Adjust #ifdef for find_word_under_cursor().
diff --git a/src/version.c b/src/version.c index 5cf7da3..4952b70 100644 --- a/src/version.c +++ b/src/version.c
@@ -778,6 +778,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1648, +/**/ 1647, /**/ 1646,