aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin/markdown.vim
Commit message (Collapse)AuthorAgeFilesLines
* Overhaul base after-ftpluginsTom Ryder2018-07-081-11/+2
| | | | Mostly to simplify them--remove a lot of the load-guard cruft.
* Test 'modifiable' for spellchecking text/markdownTom Ryder2018-07-081-1/+1
|
* Don't spellcheck &readonly text/markdownTom Ryder2018-07-021-4/+6
| | | | | This stops annoying highlighting when I'm just reading something in Vim, rather than editing it (e.g. `view` or an unwriteable file).
* Make Vim ftplugin preamble consistent with pluginsTom Ryder2018-07-011-1/+4
|
* Refactor ftplugins into single filesTom Ryder2018-06-301-0/+15
| | | | Each thereby effectively becomes its own .vimrc for that type.
* No more auto-wrappingTom Ryder2014-12-031-3/+0
| | | | Annoys me more often than it helps
* formatoptions should not be set in vimrcTom Ryder2013-05-071-0/+3
I have learned my lesson