From 07e10e0c6cf47e92d92855671f9ea26e9a1ac575 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Thu, 20 Jun 2019 10:19:51 +1200 Subject: Rename vimrc and gvimrc to have .vim suffix Since they don't need to have the same names when installed, this makes it marginally easier to set filetypes without special paths. --- vim/gvimrc | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 vim/gvimrc (limited to 'vim/gvimrc') diff --git a/vim/gvimrc b/vim/gvimrc deleted file mode 100644 index ccccc20e..00000000 --- a/vim/gvimrc +++ /dev/null @@ -1,16 +0,0 @@ -" On Windows, use a nicer font that supports Unicode -if has('win32') || has('win64') - set guifont=Consolas:h10 -endif - -" Reset GUI options -set guioptions= -set guioptions+=a " Use the system GUI clipboard -set guioptions+=c " Use console dialogs, not popup windows -set guioptions+=M " Don't load menu.vim (also set in .vimrc) - -" Don't use the mouse -set mouse= - -" Clear 't_vb' again, since starting the GUI sets it -set t_vb= -- cgit v1.2.3