Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix async direnv on Vim 8.0 #4

Merged
merged 1 commit into from
Dec 26, 2017
Merged

Fix async direnv on Vim 8.0 #4

merged 1 commit into from
Dec 26, 2017

Commits on Dec 10, 2017

  1. Fix direnv on Vim 8.0

    With the version of Vim 8.0 I have (MacVim, 8.0, patches 1-1272), I am getting
    this error with direnv.vim:
    
      Error detected while processing function
      .../direnv.vim/plugin/direnv.vim|60| direnv#export[14]
      E475: Invalid argument: stderr
    
    It appears that in Vim 8.0, the dictionary provided to the job must not have
    any keys *except* the callback keys, unlike with neovim.
    
    After several experimental implementations, this is the one that works.
    halostatue committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    9159897 View commit details
    Browse the repository at this point in the history