diff options
| author | James McCoy <jamessan@jamessan.com> | 2017-01-01 21:47:50 -0500 | 
|---|---|---|
| committer | James McCoy <jamessan@jamessan.com> | 2017-01-02 07:11:02 -0500 | 
| commit | 94a08e8186dc69756098e23f07b416a1dcf10207 (patch) | |
| tree | 9d9140f9bdc86b4aafb9c5ded4ddc116a786b66b /src | |
| parent | be177bce8f0088a23d6dd897d522a9bfc8891871 (diff) | |
| download | rneovim-94a08e8186dc69756098e23f07b416a1dcf10207.tar.gz rneovim-94a08e8186dc69756098e23f07b416a1dcf10207.tar.bz2 rneovim-94a08e8186dc69756098e23f07b416a1dcf10207.zip | |
vim-patch:7.4.1839
Problem:    Cannot get the items stored in a partial.
Solution:   Support using get() on a partial.
https://github.com/vim/vim/commit/2bbf8eff6fab16d86e7bcfc0da1962d31bec7891
The content of this was already applied in the partials PR, but no
commit mentioned the upstream patch.
Diffstat (limited to 'src')
| -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 8bb6b8f822..bcf00863f0 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -601,7 +601,7 @@ static int included_patches[] = {    1842,    1841,    1840, -  // 1839, +  1839,    // 1838 NA    1837,    1836, | 
