diff options
author | lonerover <pathfinder1644@yahoo.com> | 2017-01-01 00:30:04 +0800 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-12-31 17:30:04 +0100 |
commit | b37da9c66425464aa6a44eeffe9f05173dc42254 (patch) | |
tree | f8f7fb3d8bf1a024fbcc82ee77b2c4b6626449aa /src/nvim/version.c | |
parent | aa35cd9af0a3909ae79403e56639c1b3212583a9 (diff) | |
download | rneovim-b37da9c66425464aa6a44eeffe9f05173dc42254.tar.gz rneovim-b37da9c66425464aa6a44eeffe9f05173dc42254.tar.bz2 rneovim-b37da9c66425464aa6a44eeffe9f05173dc42254.zip |
vim-patch:7.4.1940 (#5849)
Problem: "gd" hangs in some situations. (Eric Biggers)
Solution: Remove the SEARCH_START flag when looping. Add a test.
https://github.com/vim/vim/commit/23c60f21b07b04351d846e6fbf4f4abd9aa09345
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 e292af0068..ff77e29404 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -500,7 +500,7 @@ static int included_patches[] = { // 1943 NA // 1942 NA 1941, - // 1940, + 1940, // 1939 NA // 1938 NA 1937, |