Removed spurious space at the end of a line
This commit is contained in:
parent
0368d37390
commit
b53fb1eb4d
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue