6 echo "In order for vim to automatically recognize keyword files, you need to add:"
7 echo " \"au BufNewFile,BufRead *.k setf lsdyna\""
9 echo "1. '/etc/vimrc' (for all users)"
10 echo "2. '~/.vimrc' (for single user)"
27 echo "If you modified '/etc/vimrc' or '~/.vimrc' in order for vim to automatically recognize keyword files, you may want to remove the following line from that file:"
28 echo " \"au BufNewFile,BufRead *.k setf lsdyna\""