aboutsummaryrefslogtreecommitdiff
path: root/ftplugin
diff options
context:
space:
mode:
authorMax Christian Pohle2020-09-10 17:19:17 +0200
committerMax Christian Pohle2020-09-10 17:27:05 +0200
commit74070a4141ee7a4fce357539393b62e8027aa46b (patch)
treea34f7864e65421b89567321dbd4198f5e4bdf991 /ftplugin
parentc21e0a997c367c4f6514acfd2431c32807dd8e05 (diff)
downloadvim-74070a4141ee7a4fce357539393b62e8027aa46b.tar.bz2
vim-74070a4141ee7a4fce357539393b62e8027aa46b.zip
Version bump
Diffstat (limited to 'ftplugin')
-rw-r--r--ftplugin/c.vim2
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
2setlocal breakat-=- 2setlocal breakat-=-
3setlocal keywordprg=man\ 3 3setlocal keywordprg=man\ 3
4 4
5map <buffer> = :pyf3 /usr/share/clang/clang-format.py<CR> 5map <buffer> = :pyfile /usr/share/clang/clang-format.py<CR>
6 6
7 7
8let c_space_errors=1 8let c_space_errors=1
..