aboutsummaryrefslogtreecommitdiff
path: root/vim/filemap.vim
Commit message (Collapse)AuthorAgeFilesLines
* Refactor filetype-specific .vimrc materialTom Ryder2018-06-261-0/+51
Put filetype bindings into a separate file filemap.vim at the same level as filetype.vim, to be loaded directly after the "filetype" command. This removes per-filetype logic one step from ~/.vimrc, which seems appropriate, and also allows me to use long line breaks in the new file.