commit | 7abd1c6d8e777bde1700633bafc1a40be9e9c1aa | [log] [tgz] |
---|---|---|
author | James Eapen <james.eapen@vai.org> | Wed Jul 27 15:07:06 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jul 27 15:07:06 2022 +0100 |
tree | 72682425e7f4a0581665a095978c897d8be0e233 | |
parent | 61021aa318ca4c4a6b0182ee93388b2e9b5eefba [diff] [blame] |
patch 9.0.0093: sway config files are recognized as i3config Problem: Sway config files are recognized as i3config. Solution: Recognize swayconfig separately. (James Eapen, closes #10672)
diff --git a/src/version.c b/src/version.c index 4d97dcd..fde548b 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 93, +/**/ 92, /**/ 91,