about summary refs log tree commit diff stats
path: root/mu.vim
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2017-07-13 07:20:13 -0700
committerKartik K. Agaram <vc@akkartik.com>2017-07-13 07:20:13 -0700
commit2d4c3296d8aec3d8ec6dbc83bdc59f2f8c2fad04 (patch)
tree6c2ee82b1aaf4314b47c4d768febb89590f96e3a /mu.vim
parent11304f1063265092683470d374060042bd858b41 (diff)
downloadmu-2d4c3296d8aec3d8ec6dbc83bdc59f2f8c2fad04.tar.gz
3969
Diffstat (limited to 'mu.vim')
-rw-r--r--mu.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/mu.vim b/mu.vim
index 3d5f898f..571df684 100644
--- a/mu.vim
+++ b/mu.vim
@@ -6,7 +6,7 @@
 "
 " 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
+"   autocmd BufReadPost,BufNewFile *.mu set filetype=mu
 
 let s:save_cpo = &cpo
 set cpo&vim