diff options
Diffstat (limited to 'ftplugin')
| -rw-r--r-- | ftplugin/c.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftplugin/c.vim b/ftplugin/c.vim index 96251d9..2831c79 100644 --- a/ftplugin/c.vim +++ b/ftplugin/c.vim | |||
| @@ -2,7 +2,7 @@ setlocal equalprg=clang-format | |||
| 2 | setlocal breakat-=- | 2 | setlocal breakat-=- |
| 3 | setlocal keywordprg=man\ 3 | 3 | setlocal keywordprg=man\ 3 |
| 4 | 4 | ||
| 5 | map <buffer> = :pyf /usr/share/clang/clang-format.py<CR> | 5 | map <buffer> = :pyf3 /usr/share/clang/clang-format.py<CR> |
| 6 | 6 | ||
| 7 | 7 | ||
| 8 | let c_space_errors=1 | 8 | let c_space_errors=1 |
