mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
tutor: don't resize (#7854)
This commit is contained in:
committed by
Justin M. Keyes
parent
ac87d9de69
commit
7dd3910f47
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user