diff options
author | James McCoy <jamessan@jamessan.com> | 2016-04-28 19:23:15 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-07-08 01:39:12 -0400 |
commit | d43ac790f2454e2173eb645bdcd97c7a7c7e4846 (patch) | |
tree | 873c80c713e57c8b349ad35674d127334f546f28 /src/nvim/version.c | |
parent | 9dc621e77deded9d7fe8ca478a17443da50b88ef (diff) | |
download | rneovim-d43ac790f2454e2173eb645bdcd97c7a7c7e4846.tar.gz rneovim-d43ac790f2454e2173eb645bdcd97c7a7c7e4846.tar.bz2 rneovim-d43ac790f2454e2173eb645bdcd97c7a7c7e4846.zip |
vim-patch:7.4.1479
Problem: No testfor ":loadplugin".
Solution: Add a test. Fix how option is being set.
https://github.com/vim/vim/commit/863c1a9079fa340d663ccafb011729a29186d73e
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 896bf47a53..da717b9319 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -216,7 +216,7 @@ static int included_patches[] = { // 1482 NA // 1481 NA // 1480, - // 1479, + 1479, 1478, // 1477, // 1476 NA |