aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/version.c
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2017-03-07 09:13:54 -0500
committerJames McCoy <jamessan@jamessan.com>2017-03-11 20:32:02 -0500
commit5674057e3a5597f792a077d714bd7d32af81bfc8 (patch)
treeff54fd877cecf5f289915af290efe0702aa1166d /src/nvim/version.c
parentb2b15e6e137d7be2b01bf2174791f36bd12981bd (diff)
downloadrneovim-5674057e3a5597f792a077d714bd7d32af81bfc8.tar.gz
rneovim-5674057e3a5597f792a077d714bd7d32af81bfc8.tar.bz2
rneovim-5674057e3a5597f792a077d714bd7d32af81bfc8.zip
vim-patch:7.4.2069
Problem: spell.c is too big. Solution: Split it in spell file handling and spell checking. https://github.com/vim/vim/commit/9ccfebddc3ff2a3c2853cf706fd4c26f639bf381
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 c4d31c4abe..9197be5fd8 100644
--- a/src/nvim/version.c
+++ b/src/nvim/version.c
@@ -371,7 +371,7 @@ static int included_patches[] = {
2072,
2071,
// 2070 NA
- // 2069,
+ 2069,
2068,
2067,
2066,