about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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