aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorEliseo Martínez <eliseomarmol@gmail.com>2014-12-14 13:10:14 +0100
committerEliseo Martínez <eliseomarmol@gmail.com>2014-12-15 01:38:56 +0100
commitb8123cb4af70b9f241364e717e4d3063e6cda37d (patch)
tree6de193245f5c4a60d273fabc007caaef97069634 /src/nvim/version.c
parenta5edc5f2572d6d63f7f7a32ae6ec7bcabe1472b6 (diff)
downloadrneovim-b8123cb4af70b9f241364e717e4d3063e6cda37d.tar.gz
rneovim-b8123cb4af70b9f241364e717e4d3063e6cda37d.tar.bz2
rneovim-b8123cb4af70b9f241364e717e4d3063e6cda37d.zip
vim-patch:7.4.543.
Adapt #1533 and #1596 to conform to upstream patch (https://groups.google.com/forum/#!topic/vim_dev/vp0Lwo9f56s). Problem: Since patch 7.4.232 "1,3s/\n//" joins two lines instead of three. (Eliseo Martínez) Issue 287 Solution: Correct the line count. (Christian Brabandt) Also set the last used search pattern.
Diffstat (limited to 'src/nvim/version.c')
-rw-r--r--src/nvim/version.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c
index f643fa5c85..f0f00deea4 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -187,7 +187,7 @@ static int included_patches[] = {
//546,
//545,
//544,
- //543,
+ 543,
//542,
//541,
//540,