This commit is contained in:
Amos Bird 2017-03-14 15:11:15 +00:00 committed by GitHub
commit b1ce13a398
1 changed files with 11 additions and 11 deletions

View File

@ -62,6 +62,6 @@ au FileType gitcommit call setpos('.', [0, 1, 1, 0])
""""""""""""""""""""""""""""""
" => Shell section
""""""""""""""""""""""""""""""
if exists('$TMUX')
if exists('$TMUX') && !has('nvim')
set term=screen-256color
endif