commit | dbd24b59678dd976b2ad356451e248a6e8b8bd8b | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Aug 11 14:26:19 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Aug 11 14:26:19 2015 +0200 |
tree | 0ecfb9bb16fceefa3d1d101a8bb9cfe9db2e55f2 | |
parent | fbd302ff38624abdec64980f4a19379d20a6e6c6 [diff] [blame] |
patch 7.4.813 Problem: It is not possible to save and restore character search state. Solution: Add getcharsearch() and setcharsearch(). (James McCoy)
diff --git a/src/version.c b/src/version.c index 7298a79..862759c 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 813, +/**/ 812, /**/ 811,