aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorShougo Matsushita <Shougo.Matsu@gmail.com>2015-12-13 13:06:28 +0900
committerShougo Matsushita <Shougo.Matsu@gmail.com>2015-12-13 13:10:31 +0900
commit815fe2460431bffae089c67939ce423d008b6648 (patch)
tree1fae66ed59a68253f61d78de06a9ef7eaaa6b19d /src/nvim/version.c
parentf183cc14de40542899f1bad44943695b0ccf0e5c (diff)
downloadrneovim-815fe2460431bffae089c67939ce423d008b6648.tar.gz
rneovim-815fe2460431bffae089c67939ce423d008b6648.tar.bz2
rneovim-815fe2460431bffae089c67939ce423d008b6648.zip
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
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 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,