Mercurial > vim
view runtime/ftplugin/cpp.vim @ 9689:75466263dfbd
Added tag v7.4.2120 for changeset 2ea935bdd1a191aebc1492e8899f01b511333db9
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 29 Jul 2016 22:45:07 +0200 |
parents | 3fc0f57ecb91 |
children | 3a1ed539ae2a |
line wrap: on
line source
" Vim filetype plugin file " Language: C++ " Maintainer: Bram Moolenaar <Bram@vim.org> " Last Change: 2001 Jan 15 " Only do this when not done yet for this buffer if exists("b:did_ftplugin") finish endif " Behaves just like C runtime! ftplugin/c.vim ftplugin/c_*.vim ftplugin/c/*.vim