From bfcbdf0e0af4e4aa12771c9be92742e52bca12a8 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Sun, 24 May 2020 22:47:09 -0700 Subject: 6398 --- mu.vim | 4 ++-- 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: -- cgit 1.4.1-2-gfad0