commit | 03ff0c66810492853291311e9e11a75b92cdcb8a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jan 02 20:38:01 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 02 20:38:01 2023 +0000 |
tree | 9388ac45ffa67fb77c8427dfa5f2c04e7856ee99 | |
parent | bcf31ec36b4b056bf06d21036640c6f0235e9c2b [diff] [blame] |
patch 9.0.1135: missing function argument Problem: Missing function argument. Solution: Add ignore case flag.
diff --git a/src/version.c b/src/version.c index 2a5b3eb..72493e3 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1135, +/**/ 1134, /**/ 1133,