diff options
author | James McCoy <jamessan@jamessan.com> | 2016-04-26 00:24:25 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-07-08 01:39:10 -0400 |
commit | 9dc621e77deded9d7fe8ca478a17443da50b88ef (patch) | |
tree | f080f5109212527228112dd1a68e704f6e409254 /src/nvim/version.c | |
parent | 8f2505e5942d5e6bdc5250b002b402b10709deb0 (diff) | |
download | rneovim-9dc621e77deded9d7fe8ca478a17443da50b88ef.tar.gz rneovim-9dc621e77deded9d7fe8ca478a17443da50b88ef.tar.bz2 rneovim-9dc621e77deded9d7fe8ca478a17443da50b88ef.zip |
vim-patch:7.4.1478
Problem: ":loadplugin" doesn't take care of ftdetect files.
Solution: Also load ftdetect scripts when appropriate.
https://github.com/vim/vim/commit/1bdd42627d619258d0e847f217cfc1c2795f1ac5
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 c546bc0d19..896bf47a53 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -217,7 +217,7 @@ static int included_patches[] = { // 1481 NA // 1480, // 1479, - // 1478, + 1478, // 1477, // 1476 NA // 1475 NA |