commit | 8c55533c6f109db2a0fff69651887f9474eb09c6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jun 22 21:30:31 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jun 22 21:30:31 2018 +0200 |
tree | 6e17b1726fda7373856138ee4af0f858b093134c | |
parent | 39902a06d92750c203d86c921b9d69995f949d97 [diff] [blame] |
patch 8.1.0096: inconsistent use of the word autocommands Problem: Inconsistent use of the word autocommands. Solution: Don't use auto-commands or "auto commands".
diff --git a/src/version.c b/src/version.c index 4bd054c..eda5ad4 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 96, +/**/ 95, /**/ 94,