aboutsummaryrefslogtreecommitdiff
path: root/vim/ftplugin
Commit message (Expand)AuthorAgeFilesLines
* Round out and apply alternate filetypes pluginTom Ryder2019-06-221-6/+5
* Set filetype-appropriate 'foldlevel'Tom Ryder2019-06-193-5/+9
* Add abbreviation to TextAnywhere Vim ftpluginTom Ryder2019-06-191-0/+3
* Fix a comment in mail Vim ftpluginTom Ryder2019-06-191-2/+2
* Move 'foldmethod' definitions out to filetypesTom Ryder2019-06-192-0/+8
* Spruce up CSV and TSV Vim filetype scriptsTom Ryder2019-06-142-15/+4
* Remove unneeded password filetypeTom Ryder2019-06-141-9/+0
* Use case-sensitive operators to appease vim-vintTom Ryder2019-05-231-3/+3
* Add foldexpr function deletion to undoTom Ryder2019-05-231-1/+1
* Give credit to Tim PopeTom Ryder2019-05-231-2/+2
* Adopt heading-based Markdown foldingTom Ryder2019-05-231-15/+13
* Remove redundancies from 'formatoptions' settingTom Ryder2019-05-231-3/+1
* Break apart 'comments' definitionsTom Ryder2019-05-231-2/+5
* Use variable assignment for complex patternTom Ryder2019-05-231-1/+1
* Correct definition for b:undo_ftpluginTom Ryder2019-05-231-1/+1
* Refactor undo_ftplugin lines for Markdown ftpluginTom Ryder2019-05-231-6/+2
* Break up Markdown ftplugin option settingsTom Ryder2019-05-231-2/+8
* Adjust header/footer for Markdown ftpluginTom Ryder2019-05-231-7/+3
* Remove HTML ftplugin import from Markdown ftpluginTom Ryder2019-05-231-2/+0
* Move my after ftplugin for Markdown into mainTom Ryder2019-05-231-0/+44
* Add Tim Pope's Markdown ftpluginTom Ryder2019-05-231-0/+50
* Replace text.vim ftplugin entirelyTom Ryder2019-05-111-5/+8
* Set up custom ftplugin for plain text filesTom Ryder2019-05-111-0/+14
* Remove unnecessary g: prefixes to Vim variablesTom Ryder2019-05-091-1/+1
* Remove unneeded leading pipe from b:undo_ftpluginTom Ryder2019-03-281-1/+1
* Add textarea filetypeTom Ryder2019-03-281-0/+10
* Choose regex character classes for some filetypesTom Ryder2018-12-291-0/+4
* Set b:did_ftplugin flag in Vim ftpluginsTom Ryder2018-11-296-0/+6
* Add missing left angle bracket to filetype undoTom Ryder2018-11-141-1/+1
* Add my own ftplugin for awkTom Ryder2018-07-171-0/+9
* Add ftplugin for tmuxTom Ryder2018-07-121-0/+9
* Move after/ftplugin/sed.vim to ftplugin/sed.vimTom Ryder2018-07-101-0/+9
* Clean up existing ftplugins a bitTom Ryder2018-07-103-5/+9
* Add comments to vim ftpluginsTom Ryder2018-06-303-0/+9
* Add CSV, TSV, and password file filetypesTom Ryder2018-06-303-0/+15
* Remove ftplugin overrides for html/markdownTom Ryder2018-06-302-10/+0
* Review vim/ftplugin and vim/indent filesTom Ryder2018-06-302-51/+2
* 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-162-26/+2
* Check for 'formatlistpat' option existenceTom Ryder2018-06-061-3/+5
* Restore ftplugin extras to vim/after dirTom Ryder2018-06-053-186/+0
* Add ftplugin infrastructure and commentsTom Ryder2018-06-051-6/+16
* Add global options for markdown_autoformat.vimTom Ryder2018-06-051-13/+19
* Use += shorthand in Vim ftpluginTom Ryder2018-06-051-1/+1
* Pass in mapped key directly, not a flagTom Ryder2018-06-051-8/+4
* Use correct function for function existence checkTom Ryder2018-06-041-3/+3
* Move Markdown and PHP ftplugins from after dirTom Ryder2018-06-043-0/+174
* Make private copy of ftplugin/markdown.vimTom Ryder2018-06-041-0/+43
* Correct a comment in ftplugin/php.vimTom Ryder2018-06-041-1/+1