commit | 65f084749b260746d7f186af4f080298be2df55b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Sep 10 18:16:20 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Sep 10 18:16:20 2017 +0200 |
tree | bff55e0c1924c835001e7dc92857e3e09e5433e1 | |
parent | c168bd4bd3a9b856fc410fc4515dcca1d10d7461 [diff] [blame] |
patch 8.0.1090: cannot get the text under the cursor like v:beval_text Problem: cannot get the text under the cursor like v:beval_text Solution: Add <cexpr>.
diff --git a/src/version.c b/src/version.c index b10216f..b105496 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1090, +/**/ 1089, /**/ 1088,