diff options
author | Max Christian Pohle | 2019-07-29 00:59:18 +0200 |
---|---|---|
committer | Max Christian Pohle | 2019-07-29 00:59:18 +0200 |
commit | ee9db4ec2784356bb1aa16ef52f29bead61e74ae (patch) | |
tree | c40a736ade1d8f3ee6b2c05528b293e8db0eea03 /ftplugin | |
parent | 450d847e42582ef2734015869c59c7d1fdd6b208 (diff) | |
download | vim-ee9db4ec2784356bb1aa16ef52f29bead61e74ae.tar.bz2 vim-ee9db4ec2784356bb1aa16ef52f29bead61e74ae.zip |
Fixed color scheme and C handling
Diffstat (limited to 'ftplugin')
-rw-r--r-- | ftplugin/c.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ftplugin/c.vim b/ftplugin/c.vim index e7dc155..3a874ff 100644 --- a/ftplugin/c.vim +++ b/ftplugin/c.vim | |||
@@ -5,4 +5,5 @@ setlocal keywordprg=man\ 3 | |||
5 | map <buffer> = :pyf /usr/share/clang/clang-format.py<CR> | 5 | map <buffer> = :pyf /usr/share/clang/clang-format.py<CR> |
6 | 6 | ||
7 | 7 | ||
8 | 8 | let c_space_errors=1 | |
9 | let c_gnu=1 | ||