diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-05-24 22:47:09 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-05-24 22:47:09 -0700 |
commit | bfcbdf0e0af4e4aa12771c9be92742e52bca12a8 (patch) | |
tree | ab14e4ffac7fded1f730f108328f7761c2e8a5e1 | |
parent | fcc161e70502caf34bc0206d2c428e8341e97fa6 (diff) | |
download | mu-bfcbdf0e0af4e4aa12771c9be92742e52bca12a8.tar.gz |
6398
-rw-r--r-- | mu.vim | 4 | ||||
-rw-r--r-- | subx.vim | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mu.vim b/mu.vim index 9206d27c..c0bddc93 100644 --- a/mu.vim +++ b/mu.vim @@ -4,8 +4,8 @@ " URL: http://github.com/akkartik/mu " License: public domain " -" Copy this into your ftplugin directory, and add the following to your vimrc -" or to .vim/ftdetect/mu.vim: +" Copy this file into your ftplugin directory, and add the following to your +" vimrc or to .vim/ftdetect/mu.vim: " autocmd BufReadPost,BufNewFile *.mu set filetype=mu let s:save_cpo = &cpo diff --git a/subx.vim b/subx.vim index 6c6d6acc..a773e127 100644 --- a/subx.vim +++ b/subx.vim @@ -4,8 +4,8 @@ " URL: https://github.com/akkartik/mu " License: public domain " -" Copy this into your ftplugin directory, and add the following to your vimrc -" or to .vim/ftdetect/subx.vim: +" Copy this file into your ftplugin directory, and add the following to your +" vimrc or to .vim/ftdetect/subx.vim: " autocmd BufReadPost,BufNewFile *.subx set filetype=subx " " Some highlight groups you might want to select colors for in your vimrc: |