aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-21 01:56:39 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-21 01:56:39 +1200
commitc671cd2c480ef48b928279d71dbdbc182ba43b2b (patch)
tree1913fed8d069ebba0f0dfa06ee62a4f1d9313e64
parentStrip some redundant comments (diff)
downloaddotfiles-c671cd2c480ef48b928279d71dbdbc182ba43b2b.tar.gz
dotfiles-c671cd2c480ef48b928279d71dbdbc182ba43b2b.zip
Try going without 'display' for a little while
-rw-r--r--vim/vimrc4
1 files changed, 0 insertions, 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')