mirror of
https://github.com/neovim/neovim.git
synced 2025-10-22 17:11:49 +00:00
Merge pull request #3755 from neovim/fmoralesc-patch-1
tutor: Fix mistaken option name
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
" Setup: {{{1
|
" Setup: {{{1
|
||||||
function! tutor#SetupVim()
|
function! tutor#SetupVim()
|
||||||
if &col < 90
|
if &columns < 90
|
||||||
set columns=90
|
set columns=90
|
||||||
endif
|
endif
|
||||||
if !exists('g:did_load_ftplugin') || g:did_load_ftplugin != 1
|
if !exists('g:did_load_ftplugin') || g:did_load_ftplugin != 1
|
||||||
|
Reference in New Issue
Block a user