aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJaehwang Jerry Jung <tomtomjhj@gmail.com>2019-10-25 21:25:23 +0900
committerJaehwang Jerry Jung <tomtomjhj@gmail.com>2019-10-27 03:35:19 +0900
commitc26466ae8b20a0a1a57935c712c2ebbca73bb35b (patch)
tree16cd3e9dc298b03cd55480a430970ace62e6e586 /src/nvim/version.c
parent034077ed1c1fa71aa15829ed2dfb27de4a5e5359 (diff)
downloadrneovim-c26466ae8b20a0a1a57935c712c2ebbca73bb35b.tar.gz
rneovim-c26466ae8b20a0a1a57935c712c2ebbca73bb35b.tar.bz2
rneovim-c26466ae8b20a0a1a57935c712c2ebbca73bb35b.zip
vim-patch:8.1.2207: "gn" doesn't work quite right
Problem: "gn" doesn't work quite right. (Jaehwang Jerry Jung) Solution: Improve and simplify the search logic. (Christian Brabandt, closes vim/vim#5103, closes vim/vim#5075) https://github.com/vim/vim/commit/edaad6e0a0e3c1fcb6a5c2771e647c52475bb19c
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index 67fc0b976f..7cb2334012 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -68,6 +68,7 @@ NULL
// clang-format off
static const int included_patches[] = {
+ 2207,
2173,
1850,
1849,