diff options
author | James McCoy <jamessan@jamessan.com> | 2016-11-14 10:19:06 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-11-14 14:16:40 -0500 |
commit | 9d2985ecba47968c54590203e89a6614e61020d3 (patch) | |
tree | c1cc92ede29aea398c9c1f1ae2072fa201a2ae72 /src/nvim/version.c | |
parent | 4539d867d491c9ca748f3d2de505092c4769824d (diff) | |
download | rneovim-9d2985ecba47968c54590203e89a6614e61020d3.tar.gz rneovim-9d2985ecba47968c54590203e89a6614e61020d3.tar.bz2 rneovim-9d2985ecba47968c54590203e89a6614e61020d3.zip |
vim-patch:7.4.1658
Problem: A plugin does not know when VimEnter autocommands were already
triggered.
Solution: Add the v:vim_did_enter variable.
https://github.com/vim/vim/commit/1473551a4457d4920b235eeeb9f279e196ee7225
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 a51c2b6ea9..c1459466a2 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -786,7 +786,7 @@ static int included_patches[] = { // 1661 NA // 1660, // 1659 NA - // 1658, + 1658, // 1657 NA // 1656, // 1655 NA |