aboutsummaryrefslogtreecommitdiff
path: root/vim/ftplugin/textarea.vim
Commit message (Collapse)AuthorAgeFilesLines
* Remove disused TextEditorAnywhere Vim supportTom Ryder2023-04-061-12/+0
|
* Round out and apply alternate filetypes pluginTom Ryder2019-06-221-6/+5
| | | | This is a good one.
* Add abbreviation to TextAnywhere Vim ftpluginTom Ryder2019-06-191-0/+3
|
* Fix a comment in mail Vim ftpluginTom Ryder2019-06-191-2/+2
|
* 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
This custom filetype is just a hook to hang functionality for TextEditorAnywhere documents under Windows. Most of the time, it's me writing email, or comments that benefit from email formatting, so I've configured <LocalLeader>f to switch to the mail filetype. This switching could probably benefit from a plugin, actually.