commit | 25e42231d3ee27feec2568fa4be2aa2bfba82ae5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 04 15:04:10 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 04 15:04:10 2019 +0200 |
tree | 8df08d27ff06c8b52054576bc68814d05553697a | |
parent | 7cc535175a233c6f02cdb5a364b3590560f5bfcb [diff] [blame] |
patch 8.1.1807: more functions can be used as a method Problem: More functions can be used as a method. Solution: Add append(), appendbufline(), assert_equal(), etc. Also add the :eval command.
diff --git a/src/version.c b/src/version.c index daf5e8b..1c13c06 100644 --- a/src/version.c +++ b/src/version.c
@@ -774,6 +774,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1807, +/**/ 1806, /**/ 1805,