From c671cd2c480ef48b928279d71dbdbc182ba43b2b Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 21 Jul 2018 01:56:39 +1200 Subject: Try going without 'display' for a little while --- vim/vimrc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index bfcdc512..4e9fd8ec 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -67,10 +67,6 @@ if has('win32') || has('win64') set directory^=~/vimfiles/cache/swap// endif -" How to deal with lines wrapping beyond the last screen row -set display+=lastline " Just let it run off the screen -silent! set display+=truncate " Show '@@@' on the last line - " Default to UTF-8 unless $LANG can convince us otherwise silent! set encoding=utf-8 if &encoding ==# 'utf-8' && exists('$LANG') -- cgit v1.2.3