diff options
author | James McCoy <vega.james@gmail.com> | 2015-08-19 21:53:52 -0400 |
---|---|---|
committer | James McCoy <vega.james@gmail.com> | 2015-08-20 10:32:25 -0400 |
commit | f6f28c18e5824b13f4a20a481a9f350f0e652e9b (patch) | |
tree | 32a5dd8a94ae9891d9e3d3f65abdb14f75c8f108 /src/nvim/version.c | |
parent | 08bae4533704120199c188eb3cfac2b6ba4096c0 (diff) | |
download | rneovim-f6f28c18e5824b13f4a20a481a9f350f0e652e9b.tar.gz rneovim-f6f28c18e5824b13f4a20a481a9f350f0e652e9b.tar.bz2 rneovim-f6f28c18e5824b13f4a20a481a9f350f0e652e9b.zip |
7.4.813
patch 7.4.813
Problem: It is not possible to save and restore character search state.
Solution: Add getcharsearch() and setcharsearch(). (James McCoy)
https://github.com/vim/vim/releases/tag/v7.4.813
https://github.com/vim/vim/releases/tag/v7.4.826
Signed-off-by: James McCoy <vega.james@gmail.com>
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index d7038fd635..c79c9d0f38 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -71,9 +71,9 @@ static char *features[] = { // clang-format off static int included_patches[] = { - //826, + 826, //825, - //824, + //824 NA //823, //822, //821, @@ -84,7 +84,7 @@ static int included_patches[] = { //816, //815, //814, - //813, + 813, //812, //811, //810, |