aboutsummaryrefslogtreecommitdiff
path: root/ftplugin
diff options
context:
space:
mode:
authorMax Christian Pohle2019-07-29 00:59:18 +0200
committerMax Christian Pohle2019-07-29 00:59:18 +0200
commitee9db4ec2784356bb1aa16ef52f29bead61e74ae (patch)
treec40a736ade1d8f3ee6b2c05528b293e8db0eea03 /ftplugin
parent450d847e42582ef2734015869c59c7d1fdd6b208 (diff)
downloadvim-ee9db4ec2784356bb1aa16ef52f29bead61e74ae.tar.bz2
vim-ee9db4ec2784356bb1aa16ef52f29bead61e74ae.zip
Fixed color scheme and C handling
Diffstat (limited to 'ftplugin')
-rw-r--r--ftplugin/c.vim3
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
5map <buffer> = :pyf /usr/share/clang/clang-format.py<CR> 5map <buffer> = :pyf /usr/share/clang/clang-format.py<CR>
6 6
7 7
8 8let c_space_errors=1
9let c_gnu=1
..