diff options
author | watiko <service@mail.watiko.net> | 2016-02-22 23:00:50 +0900 |
---|---|---|
committer | watiko <service@mail.watiko.net> | 2016-03-02 15:51:39 +0900 |
commit | 55c0621ff3e9e585ad0340f5d1f475dc23f38daa (patch) | |
tree | d24a030e6f124ffa7667ae17733762c4733d67fb /src/nvim/version.c | |
parent | 576c5f7b74bfa46ba4c7290b5e5b951d3ee2d0bc (diff) | |
download | rneovim-55c0621ff3e9e585ad0340f5d1f475dc23f38daa.tar.gz rneovim-55c0621ff3e9e585ad0340f5d1f475dc23f38daa.tar.bz2 rneovim-55c0621ff3e9e585ad0340f5d1f475dc23f38daa.zip |
vim-patch:7.4.958
Problem: Vim checks if the directory "$TMPDIR" exists.
Solution: Do not check if the name starts with "$".
https://github.com/vim/vim/commit/e1a61991d9b6fd5f65636d17583f93118268cda5
---
see: "$TMPDIR bug"
https://groups.google.com/d/msg/vim_dev/UWjbjOf9tEY/wfwnkh41AwAJ
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 bc10187aa3..d83ae292d5 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -332,7 +332,7 @@ static int included_patches[] = { 961, // 960 NA // 959 NA - // 958, + 958, // 957, // 956 NA 955, |