diff options
author | Max Christian Pohle | 2020-03-09 00:28:21 +0100 |
---|---|---|
committer | Max Christian Pohle | 2020-03-09 00:28:21 +0100 |
commit | dbcaab09f2b1f2b6256364407fa67ee67f3cdc66 (patch) | |
tree | 60c2730a33736f94600d262de38f8a90348b9dee /ftplugin | |
parent | 1806b1b40739894ee18bef2c071487274cbab3b7 (diff) | |
download | vim-dbcaab09f2b1f2b6256364407fa67ee67f3cdc66.tar.bz2 vim-dbcaab09f2b1f2b6256364407fa67ee67f3cdc66.zip |
updated submodules, clang-format now uses py3
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 |