diff options
author | David Bürgin <676c7473@gmail.com> | 2015-03-27 09:34:54 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2015-04-05 21:35:17 -0400 |
commit | 7a5a85d2c4711dce3d0850af93d510eed46fe118 (patch) | |
tree | e3c34a995d8a505fb19ef7ef305e1bf3c132e099 /src/nvim/version.c | |
parent | 23425a3a6ec3c86a75b411bd9683d11cfd80ae17 (diff) | |
download | rneovim-7a5a85d2c4711dce3d0850af93d510eed46fe118.tar.gz rneovim-7a5a85d2c4711dce3d0850af93d510eed46fe118.tar.bz2 rneovim-7a5a85d2c4711dce3d0850af93d510eed46fe118.zip |
vim-patch:7.4.636 #2267
Problem: A search with end offset gets stuck at end of file. (Gary Johnson)
Solution: When a search doesn't move the cursor repeat it with a higher
count. (Christian Brabandt)
https://github.com/vim/vim/releases/tag/v7-4-636
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r-- | src/nvim/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index bbe5500d3d..1a5eb523fa 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -104,7 +104,7 @@ static int included_patches[] = { //639, //638, 637, - //636, + 636, //635, //634, //633, |