diff options
| author | Robin Krahl <me@robin-krahl.de> | 2016-06-17 00:36:15 +0200 |
|---|---|---|
| committer | Robin Krahl <me@robin-krahl.de> | 2016-06-17 00:36:15 +0200 |
| commit | 852f897b458dedcfd5db0920cdc9ed4676d7dd0e (patch) | |
| tree | 81a6135a58ee3a18093c4fc5764002f6386f4297 | |
| parent | d77a4a0af1baa4aa97afbca9f7555b8ce1d42ed2 (diff) | |
| download | dotfiles-852f897b458dedcfd5db0920cdc9ed4676d7dd0e.tar.gz dotfiles-852f897b458dedcfd5db0920cdc9ed4676d7dd0e.tar.bz2 | |
vim: add ftdetect for .mutt/*
| -rw-r--r-- | .vim/ftdetect/mutt.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.vim/ftdetect/mutt.vim b/.vim/ftdetect/mutt.vim new file mode 100644 index 0000000..9b67c41 --- /dev/null +++ b/.vim/ftdetect/mutt.vim @@ -0,0 +1 @@ +au BufNewFile,BufRead */.mutt/* set filetype=muttrc |
