diff options
| author | Justin M. Keyes <justinkz@gmail.com> | 2018-02-08 01:11:54 +0100 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2018-02-09 02:15:25 +0100 |
| commit | a265334406ca9ec84732acd1fde93300ce00310b (patch) | |
| tree | a2bc6b23ff7a2ff964ce1cbb5816c60938896801 /src/nvim/testdir | |
| parent | dc536295875640ef5d7b28d8135d0ef72d782d5e (diff) | |
| download | rneovim-a265334406ca9ec84732acd1fde93300ce00310b.tar.gz rneovim-a265334406ca9ec84732acd1fde93300ce00310b.tar.bz2 rneovim-a265334406ca9ec84732acd1fde93300ce00310b.zip | |
defaults: sidescroll=1
ref #6289
Diffstat (limited to 'src/nvim/testdir')
| -rw-r--r-- | src/nvim/testdir/setup.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/testdir/setup.vim b/src/nvim/testdir/setup.vim index 06f2199214..a4874a4c96 100644 --- a/src/nvim/testdir/setup.vim +++ b/src/nvim/testdir/setup.vim @@ -3,6 +3,7 @@ set noruler set noshowcmd set belloff= +set sidescroll=0 " Make sure 'runtimepath' and 'packpath' does not include $HOME. set rtp=$VIM/vimfiles,$VIMRUNTIME,$VIM/vimfiles/after |