From 815fe2460431bffae089c67939ce423d008b6648 Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Sun, 13 Dec 2015 13:06:28 +0900 Subject: vim-patch:7.4.658 Problem: 'formatexpr' is evaluated too often. Solution: Only invoke it when beyond the 'textwidth' column, as it is documented. (James McCoy) https://github.com/vim/vim/commit/0f8dd840fc6a614450db60ebe405d6201a2ecc3e --- 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 2b0d6f22f2..468caeaf27 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -338,7 +338,7 @@ static int included_patches[] = { // 661, 660, 659, - // 658, + 658, // 657 NA // 656, // 655, -- cgit