diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2017-07-13 07:20:13 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2017-07-13 07:20:13 -0700 |
commit | 2d4c3296d8aec3d8ec6dbc83bdc59f2f8c2fad04 (patch) | |
tree | 6c2ee82b1aaf4314b47c4d768febb89590f96e3a | |
parent | 11304f1063265092683470d374060042bd858b41 (diff) | |
download | mu-2d4c3296d8aec3d8ec6dbc83bdc59f2f8c2fad04.tar.gz |
3969
-rw-r--r-- | mu.vim | 2 |
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 |