tutor: don't resize (#7854)

This commit is contained in:
Felipe Morales
2018-01-15 21:59:37 +01:00
committed by Justin M. Keyes
parent ac87d9de69
commit 7dd3910f47

View File

@@ -2,9 +2,6 @@
" Setup: {{{1
function! tutor#SetupVim()
if &columns < 90
set columns=90
endif
if !exists('g:did_load_ftplugin') || g:did_load_ftplugin != 1
filetype plugin on
endif