diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-09-06 16:32:41 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-09-06 16:32:41 -0700 |
commit | 3cf4cc43f2622816777c22c49c32e5159574a1d3 (patch) | |
tree | 2a55dd4703a3ac0f7c41bdbf2da2e593288d0f5f | |
parent | b14ac6dc489ef820f8873723b1b30fc75955e76b (diff) | |
download | mu-3cf4cc43f2622816777c22c49c32e5159574a1d3.tar.gz |
2174
-rw-r--r-- | mu.vim | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mu.vim b/mu.vim index a0fa2eb7..72255940 100644 --- a/mu.vim +++ b/mu.vim @@ -4,7 +4,8 @@ " URL: http://github.com/akkartik/mu " License: public domain " -" Copy this into your ftplugin directory, and add the following to your vimrc: +" Copy this into your ftplugin directory, and add the following to your vimrc +" or to .vim/ftdetect/mu.vim: " autocmd BufReadPost,BufNewFile *.mu,*.test set filetype=mu let s:save_cpo = &cpo |