aboutsummaryrefslogtreecommitdiff
path: root/vim/ftplugin/markdown.vim
Commit message (Expand)AuthorAgeFilesLines
* Correct Vim 'formatlistpat' def for MarkdownTom Ryder2018-06-231-2/+2
* Correct an exists() call in markdown ftpluginTom Ryder2018-06-231-1/+1
* Consistently require 'nocompatible' for ftpluginsTom Ryder2018-06-161-13/+1
* Check for 'formatlistpat' option existenceTom Ryder2018-06-061-3/+5
* Make private copy of ftplugin/markdown.vimTom Ryder2018-06-041-0/+43
* Move lots of local Vim config into vim/afterTom Ryder2017-11-121-8/+0
* Use consistent/thorough ftplugin/indent unloadingTom Ryder2017-11-081-2/+4
* Add user_ftplugin.vim and user_indent.vim pluginsTom Ryder2017-11-071-7/+2
* Use b:undo variables correctlyTom Ryder2017-11-071-0/+11