diff options
| author | Max Christian Pohle | 2020-09-10 17:19:17 +0200 | 
|---|---|---|
| committer | Max Christian Pohle | 2020-09-10 17:27:05 +0200 | 
| commit | 74070a4141ee7a4fce357539393b62e8027aa46b (patch) | |
| tree | a34f7864e65421b89567321dbd4198f5e4bdf991 /ftplugin | |
| parent | c21e0a997c367c4f6514acfd2431c32807dd8e05 (diff) | |
| download | vim-karlmarks-74070a4141ee7a4fce357539393b62e8027aa46b.tar.bz2 vim-karlmarks-74070a4141ee7a4fce357539393b62e8027aa46b.zip  | |
Version bump
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 2831c79..82834a2 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> = :pyf3 /usr/share/clang/clang-format.py<CR> | 5 | map <buffer> = :pyfile /usr/share/clang/clang-format.py<CR> | 
| 6 | 6 | ||
| 7 | 7 | ||
| 8 | let c_space_errors=1 | 8 | let c_space_errors=1 | 
