luan / vimfiles

The Vim Configuration. Uses vim-plug to manage plugins.
172 stars 58 forks source link

Detect if we're in an interactive shell #64

Closed squeedee closed 8 years ago

squeedee commented 8 years ago

This forces non interactive if stdin is null, and also makes travis depend on it as a way of testing it works.

luan commented 8 years ago

Thanks @squeedee! Travis is currently getting locked up installing go dependencies on vim, but working on neovim, I'll fix that at some point. Checked this locally and works fine. Merging.