diff options
author | w0rp <devw0rp@gmail.com> | 2017-04-03 22:24:30 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-04-03 22:24:30 +0100 |
commit | 85d86620f7459fd7caf14e4b8be2880006b36881 (patch) | |
tree | 569329ec9fad2677762d46d8e7f7918b5e1d190d /test/vimrc | |
parent | 10d8b4bfd70562ebc48b7b1a72644dfe0292e9ab (diff) | |
download | ale-85d86620f7459fd7caf14e4b8be2880006b36881.zip |
Cover basic GCC functionality with tests
Diffstat (limited to 'test/vimrc')
-rw-r--r-- | test/vimrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ set runtimepath=/home/vim,$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after,/testplu filetype plugin indent on syntax on set shell=/bin/sh +set shellcmdflag=-c set nocompatible set tabstop=4 set softtabstop=4 |