mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 15:38:33 +00:00
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:
@@ -458,7 +458,7 @@ static int included_patches[] = {
|
||||
835,
|
||||
834,
|
||||
833,
|
||||
// 832,
|
||||
832,
|
||||
831,
|
||||
830,
|
||||
// 829 NA
|
||||
|
Reference in New Issue
Block a user