Removed spurious space at the end of a line

This commit is contained in:
Emmanuel BENOîT 2023-06-17 17:17:36 +02:00
parent 0368d37390
commit b53fb1eb4d
No known key found for this signature in database
GPG key ID: 2356DC6956CF54EF

2
vimrc
View file

@ -3,7 +3,7 @@
" If another runtime directory is specified, use it
let s:own_path = expand( '<sfile>: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