rogual / neovim-dot-app

Mac OS X GUI for Neovim
1.13k stars 62 forks source link

better detection of $VIM fallback #213

Closed mikew closed 8 years ago

mikew commented 8 years ago

Fixes #212. Can be tested with:

cat <<-EOF |  grep '$VIM' | sed 's/.*$VIM:[ ]*"\(.*\)"/\1/' | grep -v '$VIM'
          System-vimrc-Datei: "\$VIM/sysinit.vim"
     Voreinstellung für \$VIM: "/usr/local/Cellar/neovim/HEAD/share/nvim"

EOF
rogual commented 8 years ago

Works great, thanks!