diff options
author | Max Christian Pohle | 2017-11-08 00:49:31 +0100 |
---|---|---|
committer | Max Christian Pohle | 2017-11-08 00:49:31 +0100 |
commit | 51b038e5160d7a6774171c25e32a3cb31d48b798 (patch) | |
tree | 10707429a22602cf17351c09c548b69baf65f236 /ftplugin | |
parent | 91bac4454a74d2af5176d25aafd0a3b4f8d205d8 (diff) | |
download | vim-51b038e5160d7a6774171c25e32a3cb31d48b798.tar.bz2 vim-51b038e5160d7a6774171c25e32a3cb31d48b798.zip |
Keep the ycm signature/preview window open
Diffstat (limited to 'ftplugin')
-rw-r--r-- | ftplugin/c.vim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ftplugin/c.vim b/ftplugin/c.vim index d4c9199..8b0f39a 100644 --- a/ftplugin/c.vim +++ b/ftplugin/c.vim | |||
@@ -1 +1,7 @@ | |||
1 | set number | 1 | set number |
2 | |||
3 | syntax match defines "\<[A-Z][A-Z0-9_]*\>" | ||
4 | " syntax match cType "struct\s+[A-Za-z0-9_]+\>" | ||
5 | " syn clear cStructure | ||
6 | |||
7 | highlight! link defines Special | ||