commit | ff5cbe8133c6eb5dd86b9e042f32f589627e9bf9 | [log] [tgz] |
---|---|---|
author | nobodyatandnothing <you@example.com> | Sun Jan 23 11:19:37 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 23 11:19:37 2022 +0000 |
tree | fb624562eca8bf6612631edcd51ed57e7f3f0eb9 | |
parent | 36c2add7f82bc5dbbfc45db31953ef9633c635b3 [diff] [blame] |
patch 8.2.4187: gnuplot file not recognized Problem: Gnuplot file not recognized. Solution: Recognize ".gnuplot". (closes #9588)
diff --git a/src/version.c b/src/version.c index 8e659e0..1d5160f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4187, +/**/ 4186, /**/ 4185,