diff options
author | watiko <service@mail.watiko.net> | 2016-01-15 17:22:14 +0900 |
---|---|---|
committer | watiko <service@mail.watiko.net> | 2016-02-01 03:47:08 +0900 |
commit | ddba89c9b6f0f6a7a8630add6f7a84a9be72577f (patch) | |
tree | 0005101dd22f0f4d57eecd18a6aa56d0d8346aa8 /src | |
parent | a6e4271c15f9cad09ce69bc2b629c10556ac762d (diff) | |
download | rneovim-ddba89c9b6f0f6a7a8630add6f7a84a9be72577f.tar.gz rneovim-ddba89c9b6f0f6a7a8630add6f7a84a9be72577f.tar.bz2 rneovim-ddba89c9b6f0f6a7a8630add6f7a84a9be72577f.zip |
vim-patch:7.4.1065
Problem: Cannot use the "dll" options on MS-Windows.
Solution: Support the options on all platforms. Use the built-in name as
the default, so that it's clear what Vim is looking for.
https://github.com/vim/vim/commit/25e4fcde767084d1a79e0926bc301c92987c0cce
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/version.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/nvim/version.c b/src/nvim/version.c index 0268364ac9..b113d3b6bf 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -79,6 +79,16 @@ static int included_patches[] = { + 1065, + // 1064, + // 1063, + // 1062, + // 1061, + // 1060, + // 1059, + // 1058, + // 1057, + // 1056, 1055, // 1054, // 1053, |