From b53fb1eb4dcc848b8fba78794520fa2d35448e3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20BENO=C3=8ET?= Date: Sat, 17 Jun 2023 17:17:36 +0200 Subject: [PATCH] Removed spurious space at the end of a line --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 4856a3d..5d2067a 100644 --- a/vimrc +++ b/vimrc @@ -3,7 +3,7 @@ " If another runtime directory is specified, use it let s:own_path = expand( ':p:h' ) -let $VIM_HOME = $VIM_HOME == '' ? '' +let $VIM_HOME = $VIM_HOME == '' ? '' \ : fnamemodify( $VIM_HOME . '/x' , ':p:h' ) if $VIM_HOME == '' || $VIM_HOME == s:own_path