From 753401ab4cea8fc81731403fe587558e36e7388f Mon Sep 17 00:00:00 2001 From: oni-link Date: Thu, 22 May 2014 14:37:27 +0200 Subject: vim-patch:7.4.267 Problem: The '[ mark is in the wrong position after "gq". (Ingo Karkat) Solution: Add the setmark argument to do_join(). (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=75f222d67cea335efbe0274de6340dba174c1e7e --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index eac5854ff0..0b899532e3 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -219,7 +219,7 @@ static int included_patches[] = { //270, 269, 268, - //267, + 267, 266, 265, 264, -- cgit