diff options
author | James McCoy <jamessan@jamessan.com> | 2016-05-24 21:14:37 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-05-24 22:07:37 -0400 |
commit | 3d12192521adffe0d57f4478fc77daf73c24ed86 (patch) | |
tree | 4f42cd9f59000b6d35ad5667d0ab297b9523aae1 /src/nvim/version.c | |
parent | ca7e43100a039a582221addfbd04d372edfebb02 (diff) | |
download | rneovim-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.c | 2 |
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, |