Commit ba0c9906 authored by Sadman's avatar Sadman
Browse files

Remove scroll bar from gvim

parent 1818e02d
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -24,4 +24,6 @@ nnoremap <C-Right> :tabnext<CR>
if has("gui_running")
    set guioptions -=T
    set guioptions -=m
    set guioptions -=r
    set guioptions -=L
endif