diff options
author | James McCoy <jamessan@jamessan.com> | 2016-04-28 22:58:24 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-07-08 01:43:36 -0400 |
commit | 2f72f34f0407dcdf189bb4f3a4b79b51e96744bf (patch) | |
tree | b78d4294ec2c485f91df73db98365f675ba3496a /src/nvim/version.c | |
parent | 67d8e586318a3f2f13df22f9a3b25c6d8a109e6c (diff) | |
download | rneovim-2f72f34f0407dcdf189bb4f3a4b79b51e96744bf.tar.gz rneovim-2f72f34f0407dcdf189bb4f3a4b79b51e96744bf.tar.bz2 rneovim-2f72f34f0407dcdf189bb4f3a4b79b51e96744bf.zip |
vim-patch:7.4.1486
Problem: ":loadplugin" is not optimal, some people find it confusing.
Solution: Only use ":packadd" with an optional "!".
https://github.com/vim/vim/commit/f3654827368e6204608036353a0360e9e7c21e02
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 4320190592..569a755429 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -209,7 +209,7 @@ static int included_patches[] = { // 1489 NA // 1488 NA // 1487 NA - // 1486, + 1486, // 1485 NA // 1484 NA // 1483 NA |