From eb7797b9cc17e4d082b99282f02d803fba5e6293 Mon Sep 17 00:00:00 2001 From: Bert Peters Date: Mon, 10 Apr 2017 12:01:48 +0200 Subject: [PATCH] Remove the "Thanks for flying vim" message. --- vim/.vim/vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index 13799d7..01bcc8f 100644 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc @@ -43,3 +43,6 @@ set undodir=~/.cache/vim/undo " vim will not create this directory. set directory=~/.cache/vim/swap " vim will not create this directory. set backupdir=~/.cache/vim/backup " vim will not create this directory. set viminfo+=n~/.cache/vim/viminfo + +" Death to the "Thanks for flying vim" message +set titleold=""