dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit 388a6a4f74245e53227af87adc35b4713007df7e (patch)
parent 33b483472b1c6eb0c74eb51ed9e76ea579737e72
Author: Alex Karle <alex@karle.co>
Date:   Wed, 22 Jan 2020 22:39:25 -0500

vim: remove emdash from vimrc

This looks like it was a typo. It really should be just '-'.

Diffstat:
Mvim/vimrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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