mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 09:12:07 +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
|
" Setup: {{{1
|
||||||
function! tutor#SetupVim()
|
function! tutor#SetupVim()
|
||||||
if &columns < 90
|
|
||||||
set columns=90
|
|
||||||
endif
|
|
||||||
if !exists('g:did_load_ftplugin') || g:did_load_ftplugin != 1
|
if !exists('g:did_load_ftplugin') || g:did_load_ftplugin != 1
|
||||||
filetype plugin on
|
filetype plugin on
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user