aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/c.vim
Commit message (Collapse)AuthorAgeFilesLines
* Set filetype-appropriate 'foldlevel'Tom Ryder2019-06-191-2/+3
|
* Move 'foldmethod' definitions out to filetypesTom Ryder2019-06-191-0/+4
|
* Inline option resets and undos in Vim C ftpluginTom Ryder2019-06-191-6/+4
|
* Add 'define' option reset to Vim C ftpluginTom Ryder2019-06-191-1/+2
|
* Adjust 'commentstring' and 'include' C Vim settingTom Ryder2019-05-111-4/+5
|
* Clarify a commentTom Ryder2019-01-061-1/+1
|
* Simplify after/ftplugin for CTom Ryder2018-11-291-8/+3
| | | | | Allow the cpp plugin to load this, since it's the same anyway, and push all the undo stuff together.
* Move b:undo_ftplugin unsets for C inline with setsTom Ryder2018-11-261-2/+3
|
* Add d (macros) to C and C++ 'complete' settingTom Ryder2018-07-221-2/+5
|
* Correct two Vim commentsTom Ryder2018-07-211-1/+1
|
* Make /usr/include 'path' setting hinge on +unixTom Ryder2018-07-181-2/+7
|
* Overhaul after/ftpluginTom Ryder2018-07-101-4/+2
| | | | | | Use .= operator to append to b:undo_ftplugin, as we're requiring Vim 7.0 or later everywhere here anyway. Also remove &compatible where we don't need line breaks.
* Overhaul base after-ftpluginsTom Ryder2018-07-081-12/+4
| | | | Mostly to simplify them--remove a lot of the load-guard cruft.
* Make Vim ftplugin preamble consistent with pluginsTom Ryder2018-07-011-1/+4
|
* Conform all after/ftplugin filesTom Ryder2018-06-301-3/+6
|
* Join some b:undo_ftplugin addendaTom Ryder2018-06-301-2/+1
|
* Refactor ftplugins into single filesTom Ryder2018-06-301-0/+14
Each thereby effectively becomes its own .vimrc for that type.