From 44481c92786910bd6f608853fdaefb4c2fdbd903 Mon Sep 17 00:00:00 2001 From: amix Date: Sat, 20 Aug 2016 13:31:52 +0200 Subject: [PATCH] Fixes https://github.com/amix/vimrc/issues/215 --- vimrcs/filetypes.vim | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/vimrcs/filetypes.vim b/vimrcs/filetypes.vim index 164454eb..9ac5c552 100644 --- a/vimrcs/filetypes.vim +++ b/vimrcs/filetypes.vim @@ -54,3 +54,11 @@ endfunction au FileType coffee call CoffeeScriptFold() au FileType gitcommit call setpos('.', [0, 1, 1, 0]) + + +"""""""""""""""""""""""""""""" +" => Shell section +"""""""""""""""""""""""""""""" +if exists('$TMUX') + set term=screen-256color +endif