commit | 0208b6b771161d1a668b3568f71dc2bde3614933 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Nov 08 21:49:48 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Nov 08 21:49:48 2019 +0100 |
tree | 3db3e2f8d854820019e11f8f05fa6a22f761bbac | |
parent | dc9ef26845c6bf5ba63bfa8d00fc8a9bdc3b2de5 [diff] [blame] |
patch 8.1.2270: "gf" is not tested in Visual mode Problem: "gf" is not tested in Visual mode. Solution: Add Visual mode test and test errors. (Dominique Pelle, closes #5197)
diff --git a/src/version.c b/src/version.c index 541b2ad..bd442f5 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2270, +/**/ 2269, /**/ 2268,