commit | 97f0eb169bf805c372b13c6bc9a03da2e75e3354 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 06 19:49:13 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 06 19:49:13 2022 +0100 |
tree | 878eecfe5ffa3da06ad1689d5bcf8c8c37cbb36e | |
parent | 06618f94f1c9ed73a84ad5d6a8e1933b0b8da846 [diff] [blame] |
patch 9.0.0678: using exclamation marks on :function Problem: Using exclamation marks on :function. Solution: Use :func and :endfunc as usual.
diff --git a/src/version.c b/src/version.c index 6cbce97..014a83c 100644 --- a/src/version.c +++ b/src/version.c
@@ -700,6 +700,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 678, +/**/ 677, /**/ 676,