From 388a6a4f74245e53227af87adc35b4713007df7e Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Wed, 22 Jan 2020 22:39:25 -0500 Subject: [PATCH] vim: remove emdash from vimrc This looks like it was a typo. It really should be just '-'. --- vim/vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vim/vimrc b/vim/vimrc index 215b96e..efa1c03 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -20,7 +20,7 @@ set wildmenu " Visual completion for command mode set showcmd " Show the command being typed set laststatus=2 " Always show the statusbar set noequalalways " Don't resize split on open/close event -set listchars=tab:>–,trail:~,eol:$ " Nicer whitespace +set listchars=tab:>-,trail:~,eol:$ " Nicer whitespace if v:progname =~# 'vim$' runtime! improved.vim " put the IM in VIM -- libgit2 0.28.4