From 077a4088a722adc3d8aeb98174a4a4fa7b6808f1 Mon Sep 17 00:00:00 2001 From: Von Random Date: Sun, 12 Mar 2017 09:13:04 +0300 Subject: [PATCH] support windows gvim, who does even need dem bells? --- gvimrc | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/gvimrc b/gvimrc index 29b8d3d..71a945c 100644 --- a/gvimrc +++ b/gvimrc @@ -1,9 +1,13 @@ " solarized for gvim -highlight Cursor guibg=#dc322f +highlight Cursor guibg=#dc322f guifg=#fdf6e3 set guioptions=aegimLl set mouse=a -set guifont=Fantasque\ Sans\ Mono\ 11 -set novb +if has('win32') + set guifont=Fantasque_Sans_Mono:h11 +else + set guifont=Fantasque\ Sans\ Mono\ 11 +endif +set noeb vb t_vb= set guicursor=a:block "block cursor by default set guicursor+=i:ver1-Cursor/lCursor "i-beam for insert mode set guicursor+=r:hor1-Cursor/lCursor "underline for replace