commit | e380b5cbba23869b07e17cfc7f4602e2fe681945 | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Thu Apr 24 22:34:46 2025 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Thu Apr 24 22:34:46 2025 +0200 |
tree | a705d89d4e4a9992c9c2496bbb4fcd886f191ef5 | |
parent | e36a931d9b67110b918604d4e2ebe8aa643ecc03 [diff] [blame] |
patch 9.1.1343: filetype: IPython files are not recognized Problem: filetype: IPython files are not recognized (user202729) Solution: detect *.ipy files as python filetype fixes: #17163 Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index a07561e..cd66bef 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1343, +/**/ 1342, /**/ 1341,