aboutsummaryrefslogtreecommitdiff
path: root/vim/vimrc
diff options
context:
space:
mode:
Diffstat (limited to 'vim/vimrc')
-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')