diff options
author | James McCoy <jamessan@jamessan.com> | 2016-05-10 21:24:15 -0400 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2016-05-20 21:43:15 -0400 |
commit | 8a379aacd758056a89dfbd5e1a4d702ec57e9138 (patch) | |
tree | 6621a5bfd2bf474188fe9dee4f84ea884232228e /src/nvim/version.c | |
parent | 9d3449852bd35c9283948186d0259c1bf73b8579 (diff) | |
download | rneovim-8a379aacd758056a89dfbd5e1a4d702ec57e9138.tar.gz rneovim-8a379aacd758056a89dfbd5e1a4d702ec57e9138.tar.bz2 rneovim-8a379aacd758056a89dfbd5e1a4d702ec57e9138.zip |
vim-patch:7.4.1017
Problem: When there is a backslash in an option ":set -=" doesn't work.
Solution: Handle a backslash better. (Jacob Niehus) Add a new test, merge
in old test.
https://github.com/vim/vim/commit/8f79acdf7ede2693fbda53c3c9693f16db4f193b
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 82a15f9833..b6b55964f3 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -667,7 +667,7 @@ static int included_patches[] = { // 1020 NA // 1019 NA // 1018, - // 1017, + 1017, // 1016 NA 1015, // 1014 NA |