commit | a1dcd76ce791b5b8bd093765a99b71aa163300a5 | [log] [tgz] |
---|---|---|
author | Wu, Zhenyu <wuzhenyu@ustc.edu> | Fri Apr 12 18:46:05 2024 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Fri Apr 12 18:46:05 2024 +0200 |
tree | fa009c78172071c00754ac83a9b794550b86f638 | |
parent | 92325540876252eb7375e34ff8f92cd4265fa7ae [diff] [blame] |
patch 9.1.0311: filetype: Some config files are not recognized Problem: Some config files are not recognized Solution: Add some patterns for chktex, ripgreprc and ctags config files. See: https://www.nongnu.org/chktex/ See: https://github.com/BurntSushi/ripgrep/blob/master/GUIDE.md#configuration-file See: https://docs.ctags.io/en/latest/option-file.html#order-of-loading-option-files closes: #14506 Signed-off-by: Wu, Zhenyu <wuzhenyu@ustc.edu> Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index e30a1bc..f2d28ce 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 311, +/**/ 310, /**/ 309,