From 53eb321f050903dc57f81c6bec941dd84b8a25d5 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Fri, 10 Nov 2017 21:32:56 +1300 Subject: Rename startup.vim to messages.vim More accurate given the content, and more likely to have other options set in it. --- vim/config/messages.vim | 3 +++ vim/config/startup.vim | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 vim/config/messages.vim delete mode 100644 vim/config/startup.vim (limited to 'vim') diff --git a/vim/config/messages.vim b/vim/config/messages.vim new file mode 100644 index 00000000..b99bebe1 --- /dev/null +++ b/vim/config/messages.vim @@ -0,0 +1,3 @@ +" Don't show the Vim startup message, I have registered Vim and donated to +" Uganda +set shortmess+=I diff --git a/vim/config/startup.vim b/vim/config/startup.vim deleted file mode 100644 index b99bebe1..00000000 --- a/vim/config/startup.vim +++ /dev/null @@ -1,3 +0,0 @@ -" Don't show the Vim startup message, I have registered Vim and donated to -" Uganda -set shortmess+=I -- cgit v1.2.3