commit | 03e44a1d70e914504e6151fe88ad1e574cbf0a59 | [log] [tgz] |
---|---|---|
author | NTBBloodbath <bloodbathalchemist@protonmail.com> | Sun Aug 27 19:15:20 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Sun Aug 27 19:15:20 2023 +0200 |
tree | 8b7a8de324cee1f6ecb7de86355d4538a85629f2 | |
parent | e3daa06be1a3ba7ced0735582467d092275e591c [diff] [blame] |
patch 9.0.1803: runtime(filetype): Add norg language detection runtime(filetype): Add norg markup language detection closes: #12913 Signed-off-by: Christian Brabandt <cb@256bit.org> Co-authored-by: NTBBloodbath <bloodbathalchemist@protonmail.com>
diff --git a/src/version.c b/src/version.c index 39afebd..08fcbeb 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1803, +/**/ 1802, /**/ 1801,