contrib/vimrc: detect more C-like files
authorPatrick Palka <ppalka@redhat.com>
Thu, 23 Jul 2020 14:38:58 +0000 (10:38 -0400)
committerPatrick Palka <ppalka@redhat.com>
Thu, 23 Jul 2020 17:34:00 +0000 (13:34 -0400)
commit914966e499dfe0861127447bc72c9071e80a4a9b
tree80a4b8941aef4f7a91946cfa865eda101854e28c
parent084dc63a0200e60e0fbb7c36b412a158d234f5c0
contrib/vimrc: detect more C-like files

Currently this script doesn't set the indentation style for the standard
library headers under libstdc++/ because they lack a file extension.
But they do have a modeline, so the file type is still set appropriately
by Vim.  So by inspecting &filetype, we can also detect these standard
library headers as C-like files.

contrib/ChangeLog:

* vimrc (SetStyle): Also inspect &filetype to determine whether
a file is C-like.
contrib/vimrc