X-Git-Url: https://git.sthu.org/?p=shutils.git;a=blobdiff_plain;f=dotfiles%2Fvim%2F.gvimrc;h=a7080f8d1774a3c9af334a38235f039547af5779;hp=8bbfa5e4366f25b8aee078f5f43a842183e7ead3;hb=7475051f66d41ab4f726866bb33c89baa1ecb506;hpb=bc881973c84ffd246d09ec0ef9a7c205dc5372d7 diff --git a/dotfiles/vim/.gvimrc b/dotfiles/vim/.gvimrc index 8bbfa5e..a7080f8 100644 --- a/dotfiles/vim/.gvimrc +++ b/dotfiles/vim/.gvimrc @@ -7,10 +7,11 @@ endif set lines=25 -set columns=88 +set columns=90 set cursorline set mousehide +"set guioptions-=T function SetPresentationFont(mode) @@ -24,7 +25,7 @@ endfunction :menu Presentation.On :call SetPresentationFont(1) :menu Presentation.Off :call SetPresentationFont(0) -call SetPresentationFont(0) +"call SetPresentationFont(0)