commit | 49c311c9b18e18c05f93728d1f8a552923a18423 | [log] [tgz] |
---|---|---|
author | ObserverOfTime <chronobserver@disroot.org> | Tue Sep 27 13:07:05 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 27 13:07:05 2022 +0100 |
tree | 321f54960c824c0a56f9444ab782e8f866b26064 | |
parent | 7c1cbb6cd437c6e0c3ccc05840cc931108b4a60a [diff] [blame] |
patch 9.0.0604: luacheckrc file is not recognized Problem: Luacheckrc file is not recognized. Solution: Use lua filetype for luacheckrc. (closes #11236)
diff --git a/src/version.c b/src/version.c index f6b8827..c96585e 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 604, +/**/ 603, /**/ 602,