aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2016-05-24 21:14:37 -0400
committerJames McCoy <jamessan@jamessan.com>2016-05-24 22:07:37 -0400
commit3d12192521adffe0d57f4478fc77daf73c24ed86 (patch)
tree4f42cd9f59000b6d35ad5667d0ab297b9523aae1 /src/nvim/version.c
parentca7e43100a039a582221addfbd04d372edfebb02 (diff)
downloadrneovim-3d12192521adffe0d57f4478fc77daf73c24ed86.tar.gz
rneovim-3d12192521adffe0d57f4478fc77daf73c24ed86.tar.bz2
rneovim-3d12192521adffe0d57f4478fc77daf73c24ed86.zip
vim-patch:7.4.1064
Problem: When a spell file has single letter compounding creating suggestions takes an awful long time. Solution: Add th eNOCOMPOUNDSUGS flag. https://github.com/vim/vim/commit/7b877b360532713dc21a0ff3d55a76ac02eaf573
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 23bfca6221..d68300e47a 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -620,7 +620,7 @@ static int included_patches[] = {
// 1067 NA
// 1066 NA
1065,
- // 1064,
+ 1064,
// 1063 NA
// 1062 NA
1061,