vim-patch:7.4.832

Problem:    $HOME in `=$HOME . '/.vimrc'` is expanded too early.
Solution:   Skip over `=expr` when expanding environment names.

be83b73ddb

---

To reproduce:

```sh
nvim -u NONE -c 'e `=$HOME . "/.vimrc"`'
```
This commit is contained in:
watiko
2016-02-12 22:59:34 +09:00
parent c8561ecf26
commit 6ea1047585
2 changed files with 19 additions and 2 deletions

View File

@@ -458,7 +458,7 @@ static int included_patches[] = {
835,
834,
833,
// 832,
832,
831,
830,
// 829 NA