commit | 2096a5f128029b1156a035a27c988995db240cea | [log] [tgz] |
---|---|---|
author | Zoe Roux <zoe.roux-stg@nickel.eu> | Mon May 02 10:29:31 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon May 02 10:29:31 2022 +0100 |
tree | 11e36f296567a089ff5c994ef637558a2eeb770c | |
parent | 2f7e00a8aeceaf1d682d9e797149c1c51654ff68 [diff] [blame] |
patch 8.2.4855: robot files are not recognized Problem: Robot files are not recognized. Solution: Add patterns for robot files. (Zoe Roux, closes #10339)
diff --git a/src/version.c b/src/version.c index 94c3470..b10da45 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4855, +/**/ 4854, /**/ 4853,