commit | 6d3a1940be9d3f2b079f81baa9b19f839289b69e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 03 23:10:32 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 03 23:10:32 2019 +0100 |
tree | ea319c8f14d00158f19c164bbe660450008d4cdd | |
parent | 5823f84dd04198994e3e5f2e278a5e315c47d32d [diff] [blame] |
patch 8.1.0687: sentence text object in Visual mode is not tested Problem: Sentence text object in Visual mode is not tested. Solution: Add a test. (Dominique Pelle, closes #3758)
diff --git a/src/version.c b/src/version.c index 62edc78..e9ceeb5 100644 --- a/src/version.c +++ b/src/version.c
@@ -800,6 +800,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 687, +/**/ 686, /**/ 685,